Skip to content

Neerajx11/todo-ys

Repository files navigation

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