https://shubh-orders-taking.netlify.app/ Demo live This is a very basic react starter kit if you are a beginner and wants to develop your stand alone project
Routing is configured in /src/App.js in Switch and Route
Application Context is also configured with custom context provider where you can fetch set context for your application to use as Context.
Redux folder structure with actions, reducers and store with capablity to use localStorage
- Public: All the assests like images,css.
- Src: All the working code having structure
- Components: Contains all the reusable components that can be use
- Routes: Contains all the routes of our web app like home, about (components that needs to render on a particular route)
- Actions: All the actions responsible for redux.
- Reducers: Reducers for redux.
- Store: store of redux.
- localStorage: code related to localstorage