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 |
CRUD Operations | nishant-kumar |
^17.0 |
14.21 |
CRUD Operations |
Counter with Flux | react-flux |
^15.5 |
~ |
~ |
To-Do in React.js | kavishmehta |
^15.4 |
12.22 |
To-Do in React.js |
React starter kit | starter-kit |
^15.4 |
12.22 |
~ |
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 [email protected]:habibun/react.git
cd react
git checkout shaden-bsharat
git pull origin shaden-bsharat
npm install
npm start
CRUD Operations
Project Description: Simple CRUD Operations using React, React Hooks, and Axios
Project Link: https://github.com/habibun/react/tree/nishant-kumar
Inspired By: How to Perform CRUD Operations using React, React Hooks, and Axios
git clone [email protected]:habibun/react.git
cd react
git checkout nishant-kumar
git pull origin nishant-kumar
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 [email protected]:habibun/react.git
cd react
git checkout kavishmehta
git pull origin kavishmehta
npm install
npm start
Counter with Flux
Project Description: Simple counter using ReactJS with Flux architecture
Project Link: https://github.com/habibun/react/tree/react-flux
Inspired By: ~
git clone [email protected]:habibun/react.git
cd react
git checkout react-flux
git pull origin react-flux
npm install
npm start
React starter kit
Project Description: This is a starter kit react project with webpack
Project Link: https://github.com/habibun/react/tree/starter-kit
Inspired By: ~
git clone [email protected]:habibun/react.git
cd react
git checkout starter-kit
git pull origin starter-kit
npm install
npm start
- Official React Docs
- React Hooks Fundamentals for Beginners
- 10 React Hooks Explained
- Semantic UI React Docs
- React Router Docs
- Axios Docs
- MockAPI.io Docs
Distributed under the MIT License. See LICENSE for more information.