Skip to content

peterhychan/mt-weatherapp-2020

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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:

  1. Clone this repository and cd into it
git clone <url>
cd mt-weatherapp-2020
  1. Install dependencies
yarn
  1. Set your environment variables

You may setup the .env file, which is the only file consumes environment variables in this application.

  1. Run the application
yarn start
  1. Navigate to http://localhost:3000

That's it!

Contributing

This template is open source and welcomes contributions.

License

MIT

Disclaimer

No warranty expressed or implied. Software is as is.

About

Monetization Hackathon Participation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published