Skip to content

AgriWiseGP/Frontend

Repository files navigation

AgriWise Website

agriwise

🌿Used technologies

🌿Website Features

  • User-friendly interface.
  • Responsive design.
  • Multilingual website(Arabic & English).
  • Ability to toggle between dark and light modes.

🌿Environment Variables

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

🌿Run Locally

  • 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