#reactjs
Read more stories on Hashnode
Articles with this tag
Changed the application font using Google fonts Changing the application font in a Nextjs application is pretty straight forward as compared to...
An essential part of the Whinst web app is the ability for users to share catalogs they have created. Once a catalog is created a user can simply copy...
Happy New Year!!!🥳 In the last article, I told you about how I added page loading functionality using simple true and false loading states. When a...
In the last 2 articles, I walked you through how I set up file upload and image displaying functionality. In this article, I'll talk about how I set...
The ability to upload files such as images and videos is an essential feature in most web and mobile apps, Whinst is no exception. In fact, images and...
An SMTP (Simple mail transfer protocol) server is an application or computer that sends, receives and relays emails. For Course Assist I set up a...