TodoApp-React

Try Here

Built with 🏗️

Client

  • React
  • Redux
  • Redux-thunk
  • styled-components

Server (Fake REST API)

  • Express
  • json-server

Features 👀

Basic Create, Read, Update, Delete (CRUD) functionality

Set up

Set up Server

npm start

Set up Client

cd client
npm build