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.gitGo to the project directory
cd todo-ysInstall dependencies
npm installStart the server
npm start