1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-25 03:52:59 +01:00
developer-roadmap/content/videos/practical-intro-to-react.md
2021-09-03 18:01:09 +02:00

1.7 KiB

In this short series of lessons, we are going to create a react app from scratch. We are mainly going to use React and Chakra UI and see how we can build an application that fetches the trending projects from GitHub's API and shows you in the form of listing.

If you want to get an idea of what we are going to be building have a look at GitHunt. Also the complete source code can be found at @kamranahmedse/githunt

Intro and Basic Setup

The video below gives you the basic introduction about the project and explains what we are going to build.