Simple todo app with drag and drop. Try out
Client: React, Redux, TailwindCSS
- Use random email password to register or login. That's it.
- Auth status is manged with redux and saved locally, no real authentication is there.
- Todos and auth status is persisted locally.
Clone the project
git clone https://github.com/Neerajx11/todo-ys.git
Go to the project directory
cd todo-ys
Install dependencies
npm install
Start the server
npm start