π¦ A simple weather application built with React.js, SASS
Demo Link
Weather App is a website which users can search the weather condition in any place around the world. It supports automatically change the background based on different weather conditions. The weather app is inspiring designed and implemented with lots of animated modules and minimalist website layout.
- Demo URL: https://mxue2.github.io/Weather-App/
- Built the App utilizing React.js and Used the Eslint to inspect the problematic code.
- Used the Axios to make HTTP requests to fetch the weather data.
- Followed the principle of Thinking in React to build reusable, maintainable and readable components and applications with React.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
Node
React
At root folder
npm install
npm start
- @Olivia - Idea & Initial work