leonardtng / react-workshop-demo-3

Simple demo website for usage of React Router and the data.gov weather forecast API. Slides for the session can be found in the link below

Home Page:https://drive.google.com/file/d/19zdAkXujVB-qTBjrAu2KDjhwVRov5ta-/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YNC Hacks: Introduction to React

Weather Forecast App

❓ Notes

The objective of the final session of Introduction to React is to call the open data.gov weather forecast APIs and utilise routing to display the data. Do use the code here as reference if you encounter any obstacles!

Slides for the session are here.

👍 How to Use This Repository

This repository uses the axios library to perform requests and react router to manage routing, so do ensure that it is installed before running the application

🛠 Installation & Set Up

  1. Install dependencies

    npm install
  2. Start the development server

    npm start

About

Simple demo website for usage of React Router and the data.gov weather forecast API. Slides for the session can be found in the link below

https://drive.google.com/file/d/19zdAkXujVB-qTBjrAu2KDjhwVRov5ta-/view?usp=sharing


Languages

Language:JavaScript 67.6%Language:HTML 21.9%Language:CSS 10.4%