#webdev
Read more stories on Hashnode
Articles with this tag
A Changelog page for any website is a good way to keep your audience up to date with new and meaningful changes. In my previous post, I mentioned...
1.Create a Nextjs app yarn create next-app --typescript 2.Install Chakra UI yarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11...
Currently, I'm learning Nextjs and Typescript. And for a learning perspective, I decided to rebuild my portfolio website with Nextjs. And I really...