It is a simple contact app make it with Vite + React.
To achieve that, I followed this tutorial https://reactrouter.com/en/6.6.1/start/tutorial
Clone the project
git clone https://github.com/alevistorte/learning-react-routerGo to the project directory
cd learning-react-routerInstall dependencies
npm installStart the server
npm run start