Skip to content

blopez2010/todo-reactjs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Todo web app application built in ReactJs from scratch for learning purposes.

To start dev server.

yarn start

Start json server

  1. Install json server: npm install -g json-server
  2. Start json server: json-server -p 8080 --watch db.json
  3. Test json server is running: curl http://localhost:8080/todos

About

Learning React JS to build a todo app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published