There are list of Learning project build using React application
Clone the repo git clone https://github.com/voletiswaroop/reactLearning.git
cd reactLearning
$ npm i
$ npm start
This fires up the development server on port 3000.
You can now choose to either start developing your react application or to enhance the express server according to your needs.
The react app's entry point is src/shared/App.js and the express server is started from src/index.js.
This Project contains multiple react projects listed below:
- React Ecommerce
- React based Test/QA results report generator using graphs
- React CRAED(Create, Read, Add, Edit and Delete) application
- Employee details
- React Stopwatch
Copyright 2019 Voleti Swaroop Gupta. Code released under the MIT license.