- I made an App with React-Router.
- I used Styled Components for styling.
- I get the data with AXIOS.
- I added a Private Route. Without logging in user can not reach other pages.
- I used Link NavLink to redirect to desired pages.
- Components
- useState
- React Router DOM V6
- useNavigate
- useLocation
- useParams
- styled components
- axios
- import/export
- Props
- React Developer Tool
- Destructuring props
- array map method