Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.38 KB

What's in it?

This repository contains the source code built during the Mosh Hamedani's Mastering React course. The output of the project is as follows:

Videos List Creating New Video

Available Features

  • Navigation bar
  • ListGroup
  • Searching, filtering
  • Routing
  • Common components architecture
  • Communication with server using Axios

Concepts it touches

  • Components along-with composing components
  • Conditional Rendering
  • UseRef, Forms, Fetch, UseEffect, Promise, useState
  • Passing arguments to components
  • State handling
  • Raising/handling events
  • Multiple components in Sync
  • Destructuring arguments

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.