Weather App in React
My Reflection on dev.io.
The demo is deployed on now.sh.
About
This is a GitHub repo for Monetization Hackathon Submission. It is a application which is an example demonstrates how we can integrate Monetization API with a React.js application.
How it works
This is a front-end application which is written in React.js via create-react-app. The application is styled by Bootstrap 4.
Features
- Web user interface using React.js for templating and Bootstrap for UI
- User interface to send info to request realtime weather data.
- Project specific environment variables using
.env.
Set up
Requirements
Local development
After the above requirements have been met:
- Clone this repository and
cdinto it
git clone <url>
cd mt-weatherapp-2020- Install dependencies
yarn- Set your environment variables
You may setup the .env file, which is the only file consumes environment variables in this application.
- Run the application
yarn start- Navigate to http://localhost:3000
That's it!
Contributing
This template is open source and welcomes contributions.
License
Disclaimer
No warranty expressed or implied. Software is as is.