React resources for learning and practicing.
In this repository, every branch holds a separate example project except the main branch.
Please check the projects section for more details.
Title | Branch | React Version | Node Version | Inspired By |
---|---|---|---|---|
Simple Todo App | shaden-bsharat |
^18.2 |
18.13 |
Simple Todo App |
To-Do in React.js | kavishmehta |
^15.4 |
12.22 |
To-Do in React.js |
Simple Todo App
Project Description: This is a simple todo app with react
Project Link: https://github.com/habibun/react/tree/shaden-bsharat
Inspired By: How to Build a Simple Todo App with React
git clone git@github.com:habibun/react.git
cd react
git checkout shaden-bsharat
git pull origin shaden-bsharat
npm install
npm start
To-Do in React.js
Project Description: This is a simple todo app with react
Project Link: https://github.com/habibun/react/tree/kavishmehta
Inspired By: To-Do in React.js
git clone git@github.com:habibun/react.git
cd react
git checkout kavishmehta
git pull origin kavishmehta
npm install
npm start
Distributed under the MIT License. See LICENSE for more information.