A practice ReactJS project to become familar with crucial react concepts and hooks.
- Components
- Portals
- useState
- useReducer
- useEffect
- Refs
- Context
- Provider
Would you like to run this locally? Here's what you need to do:
- Git clone/fork this repository into your local system.
- Navigate to the root file using your terminal.
- Install dependencies with
npm install. - To run a local server, do ``npm run start`.
- To view the local website, go to http://localhost:3000/ on your browser.