Skip to content

doinghun/TodoApp-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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