Skip to content

Test todos repo with react, redux, ts, json-server and styled components

Notifications You must be signed in to change notification settings

whiteadi/react-todos

Repository files navigation

TodoList with React, Redux, TypeScript, json-server and Styled Components

Stuff it does

  • Load todos from API
  • Create a new ToDo
  • Edit a ToDo
  • Toggle a ToDo
  • Delete ToDo
  • Show non completed counter

Getting Started

Dependencies

node and npm

Installing all

  • npm i to install dependencies

Running the App

After you have installed all dependencies, you may run the app.

  • npm run server
  • npm run client
  • Go to http://localhost:4000

You can change the port, now 4000 - because json-server runs on 3k-, into .env file.

About

Test todos repo with react, redux, ts, json-server and styled components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published