This is small project for junior developers.
I used here different elements from React Router. When I was learning React Router I needed the same one. That why I decide to share.
I created this in React and Vite. You can see more about in internet about this. Just search "npm create vite".
To see the project you need to do next steps:
-
Download repository or copy directly. how to download? https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github
-
Take files from the archive to your folder.
-
Open your folder in code editor (for example VS-code)
-
Use next command:
nmp install
*this comand install dependency you need for this project. This command create folder node_modules and add there some folders.
npm run dev
*this comand run this project