A simple multilingual weather dashboard using ReactJs.
This project is a multilingual weather dashboard designed to provide real-time weather updates for Nairobi, Kenya. The dashboard supports both English and Kiswahili languages, ensuring accessibility to a wider audience.
- Multilingual Support Seamlessly switch between English and Kiswahili languages to suit your preference.
- OpenWeatherMap API Integration Utilizes the OpenWeatherMap One Call API 3.0 API to fetch current weather data for Nairobi, ensuring accurate and up-to-date information.
- Intuitive Interface
- Clone the repository
- Install dependencies using
npm install
. - Start the application with
npm start
. - Access the dashboard in your web browser and enjoy real-time weather updates for Nairobi!
To run tests for this project, follow these steps:
- Ensure that all dependencies are installed by running
npm install
. - Run the test suite using the following command
npm test
- React Js
- OpenWeatherMap One Call API 3.0 API
Feel free to contribute to this project by submitting pull requests or reporting any issues you encounter!