Skip to content

ayubabdullah/React-TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React / TODO

A simple todo application using react and redux

Ayub Abdullah

Tech Stack

client:

  • react
  • tailwindcss
  • framer motion
  • react-icons
  • redux toolkit

server:

  • json server

Run Locally

Go to the project directory

  cd my-project

install dependencies

  npm install

run the project

  npm run start