A weather forecasting app built built using Create React App, tailwindcss and daisyUI that uses the OpenWeather API to retrieve and display weather data for a specified location.
- Allows user to search for a location
- Displays temperature, weather description, and time
- Allows user to switch between Celsius and Fahrenheit
Try the app live at https://mohameddjebloun.github.io/weather-app
-
Clone the repository git clone https://github.com/mohameddjebloun/weather-app.git
-
Install dependencies
npm install
- Start the development server
npm start
- Fork the repository
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request