Skip to content

For studying React fundamentals such as basics, hooks, states and events, API etc.

License

Notifications You must be signed in to change notification settings

amakarj/React.js_Fundamentals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

For studying React fundamentals such as basics, hooks, states and events, API etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • CSS 16.5%