Skip to content

lahgomes/todo-list-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List React

About

This project was create to improve my studies in React and API development.

How to run this project

  • 1 . Clone this project
  • 2 . Install project dependencies with the command: yarn install or npm install
  • 3 . Install the json-server with the command: npm install -g json-server
  • 4 . Create the file db.json in your root project
  • 5 . Create json structure like the example below:

  • 6 . To start json-server use the command: json-server --watch db.json --port 3005
  • 7 . To start the project use the command: yarn start or npm run start

Technologies

  • React
  • HTML
  • CSS

About

Practicing React and API with a Todo List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published