Project information
- Category: Front End Project
- Client: Swiggy app dupe
- Project URL: website link
Details of the project
This project was built to focus on api calls and redux.I have used swiggy's live apis to make a duplicate
of swiggy application.
Overcoming Challenges: My Journey to Success:-
- while create react app the following 2 are not working:-
- npx create-react-app my-app
- npm init react-app my-app
- so used yarn :- yarn create react-app my-app
- was not able to make fetch to 3rd party api of swiggy so used cors plugin extension on chrome
Technologies/Features/Extensions used:-
- yarn create react-app my-app
- Tailwind
- Cors extension
Hooks and concepts used in Reactjs:-
- useState
- useEffect
- useParams
- React-router-dom
- .map()
- .filter()
- Chunking/ code splitting/ dynamic bundling/ lazy loading/ on demand loading
- Redux [@reduxjs/toolkit and react-redux]
- useSelector
- useDispatch