A small but complete a weather application to show how it can be build using frameworks and libraries such as React, React Redux and Tailwind.
This project is a simple weather application, focusing to show how a project like this can be created using tools such as React and Tailwind, and a study project as well. You can use features like Geolocation API to get your current location or just query by yourself any cities you want, and then the weather api, powered by WeatherAPI, will retrive details about the location you search.
Those are the main technologies I used to build this project.
💻 languages | 📚 libraries & frameworks |
---|---|
- | |
- |
If you want to test the project local for any reason, first of all clone this repo:
git clone https://github.com/vinicius-goncalves/react__weather-app
After cloning, go to the root project folder and then install the required packages using your package manager.
npm install
Since this project uses Vite, you can use npm run dev
when developing or npm run build
for deployment purposes.
You can try this project out by clicking below on the follow link: weather.vinicius-goncalves.com.