A web application to view the weather in cities across the globe.
The Weather SPA is an application where users can search for any city in the world to check the current weather or view a graphical representation of the weather in that city for the next 5 days. This helps users determine if they need to bring a jacket when visiting the city. Weather SPA App Link
Built with React, Vite, Rechart, and Chakra UI.
- Clone this repository
- Install all dependencies
npm i
-
Populate
.env
file based on.env.example
.VITE_API_URL
should point to your API server (driven.t-back) -
Run the back-end in a development environment:
npm run start
npm run build
npm start
- Add them to
.env.example
file - Add them to your local
.env
file