An application used to show weather updates based on user preference, built with React, Bootstrap, JavaScript, and CSS.
website is live at Weather App
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000/
I wanted to build an application that allowed users to pull data from the Weather API based on what they were interested in, such as 'Temperature in delhi'. I started this process by using the create-react-app
, then adding Bootstrap
and redux
. One of the main challenges I ran into was implementing dark mode.
At the end of the day, the technologies implemented in this project are React, Redux, Bootstrap and a significant amount of JSX, and CSS.