Skip to content

habibun/react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

About The Project

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.


Overview

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 ~

Projects

Simple Todo App

React 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

Installation

git clone [email protected]:habibun/react.git
cd react
git checkout shaden-bsharat
git pull origin shaden-bsharat
npm install
npm start

CRUD Operations

React App

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

Installation

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

React App

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

Installation

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: ~

Installation

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: ~

Installation

git clone [email protected]:habibun/react.git
cd react
git checkout starter-kit
git pull origin starter-kit
npm install
npm start

Learn More


Related

Redux


License

Distributed under the MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published