Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.1 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.1 KB

React.js_Fundamentals

This repository is created for studying React fundamentals on following topics:

  • What is React.js?
  • How to set up required tools to develop web applications with React?
  • What is React JSX?
  • What are components?
  • How to create a new React app (step by step guide)?
  • What is the React state?
  • Demonstration of state in React app
  • What is an event?
  • How are events handled in React?
  • Demonstration of event in React

4. Using APIs in React to build a simple web application

  • How to use APIs such as AccuWeather API to build a simple weather app that shows temperature for any city in Finland
  • The end user should be able to provide the city name and it should display the current weather of that city
  • You may use Bootstrap to style your weather app
  • You must use React components

We handle first three topics in separate .md files in this repository and answer questions in pair. Last task is being done individually in own separate repositories to create two different applications. You can find applications and repositories below:

Amanda's weather app
Amanda's repository

Jenna's weather app
Jenna's repository