Skip to content

rsh1337/todo-app

Repository files navigation

Logo

ToDo

About

screenshot

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.

Technologies used

  • NextJS
  • Next-PWA
  • Tailwindcss
  • Chakra-ui
  • HeadlessUI
  • LocalStorage

Install

  1. Clone the project
git clone https://github.com/rsh1337/todo-app
  1. Installing NPM Packages
npm install
  1. Build the Project
npm run build
  1. Start the Project
npm run start
  1. Access it on
localhost:3003

Screenshots Mobile

homescreen-mobile

pwa-prompt

create-mobile

task-mobile

Screenshots Desktop

homescreen-desktop

create-desktop