A simple Meteo application built with React + Vite, using bootstrap.
- Displaying temperature + rainfall charts
-
Clone the repository
Open your terminal and run:
git clone https://github.com/TerezzaB/REACT_ESPRIT.git
-
Navigate to the project directory
Change to the project directory with:
cd meteo -
Install the dependencies
npm install
-
Run the application
npm run dev