An Learning platform for all Web Developer who want's to improve their skills by using Learners website.
Vercel Server Code Link -> Link
Hosted in Firebase -> Learners
Firebase -> Link
Documentation Link -> Link
Documentation Link -> Link
Icon -> React Icons
/*
- npx create-react-app
- npm install react-router-dom
- create a router using createBrowserRouter
- add RouterProvider and set router props
- create a lot of components
- create Main layout with some common part and one changing part based on the route
- set Main layout at the root of the route
- set children routes
- set Links on the header components */
/*
- Declare a context
- set provider with value
- useContext in the place where you want to get the context */
/*
- Declare a private route component */