- User-friendly interface.
- Responsive design.
- Multilingual website(Arabic & English).
- Ability to toggle between dark and light modes.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_OPEN_WEATHER_MAP_API_KEY = Your open weather map API key
REACT_APP_TOMTOM_API_KEY = Your tomtom API key
- Clone the project
  git clone https://github.com/AgriWiseGP/Frontend- Go to the project directory
  cd Frontend- Install dependencies
  npm install- Start the server
  npm run start