A todo website that can be used offline as well as online, thanks to its Progressive Web App (PWA) capabilities. Add it to your home screen for a seamless experience, whether you have an internet connection or not.
- NextJS
- Next-PWA
- Tailwindcss
- Chakra-ui
- HeadlessUI
- LocalStorage
- Clone the project
git clone https://github.com/rsh1337/todo-app
- Installing NPM Packages
npm install
- Build the Project
npm run build
- Start the Project
npm run start
- Access it on
localhost:3003