Skip to content

DGM3780/React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

React - A JavaScript library for building user interfaces

For this assignement we will be exploring the React Library by Facebook by building a simple weather app.

Weather App Assignment - User Stories

  • As a user, I want to be able to set my location.
  • As a user, I want to be able to view the current tempature for my location.
  • As a user, I want to choose between celius and ferinhight.
  • As a user, I want to see a 7 day forcast for my location.
  • As a user, I want to be able to see an hourly forcast for a selected day.

Tips

  • Work though the React Tutorial on the React Website.
  • Another useful tutorial is Thinking in React
  • Consider using Create React App to get started.
  • Don't let JSX trip you up. Introducing JSX It is a syntax extension to Javascript and get transpiled to a JS object.
  • Don't overlook Hooks. They are a new feature to React that allows developers to use state and other features without having to write a class.
  • There are 2 types of React components. Class and function components. Pay attention to the syntax difference. Components and Props

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors