This project is a simple React application that uses React Router to navigate between different pages. The application is called "Vanlife" and it is about a fictional company that rents out vans for people to go on road trips. The application has three main pages: Home, Vans, and About. The Home page is the landing page of the application and it contains some information about the company. The Vans page displays a list of vans that are available for rent, and the About page provides some information about the company and its history.
- Vite
- React
- React Router
- TypeScript
- CSS
To run this project, follow these steps:
- Clone the repository:
git clone https://github.com/m-essam-s/vanlife.git
- Install the dependencies:
npm install
- Start the application:
npm run dev
- Open your browser and go to
http://localhost:5173/
This project was created as part of the Frontend Developer Career Path on Scrimba. If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.