Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 588 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 588 Bytes

TodoYs

Simple todo app with drag and drop. Try out

Tech Stack

Client: React, Redux, TailwindCSS

How to use

  • 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.

Run 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