Skip to content

shindebhavika/todo-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo App

React Todo App

Code for YouTube Series on building a Todo App using React.js: YouTube Link

Note: Each video has a corresponding branch. The master branch is up to date with the latest video.

Build Setup

# install dependencies
npm install

# serve at localhost:3000
npm start

Specific Branch

If you want to checkout a certain branch:

git branch -a to list all the branches.

git checkout 01-basics (or any branch) to check it out.

Laravel API

The Laravel API repo can be found here.

About

Code for YouTube series on building a Todo App in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 3.2%
  • HTML 2.3%