https://github.com/drehimself/todo-react
Code for YouTube series on building a Todo App in React
https://github.com/drehimself/todo-react
mobx mobx-react react react-axios react-todo react-todo-app react-todo-list reactjs
Last synced: 7 months ago
JSON representation
Code for YouTube series on building a Todo App in React
- Host: GitHub
- URL: https://github.com/drehimself/todo-react
- Owner: drehimself
- Created: 2018-05-26T06:58:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T03:21:17.000Z (over 7 years ago)
- Last Synced: 2023-02-27T19:39:19.747Z (almost 3 years ago)
- Topics: mobx, mobx-react, react, react-axios, react-todo, react-todo-app, react-todo-list, reactjs
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLEhEHUEU3x5qz5OYDXamBmYnLvwboYTdH
- Size: 339 KB
- Stars: 25
- Watchers: 2
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Todo App

Code for YouTube Series on building a Todo App using React.js: [YouTube Link](https://www.youtube.com/playlist?list=PLEhEHUEU3x5qz5OYDXamBmYnLvwboYTdH)
**Note:** Each video has a corresponding branch. The `master` branch is up to date with the latest video.
## Build Setup
``` bash
# 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](https://github.com/drehimself/todo-laravel).