Skip to content

The student project app for Brian Holt's Complete Intro to React v9

Notifications You must be signed in to change notification settings

kamahuan/citr-v9-project

 
 

Repository files navigation

Complete Intro to React, v9 Course

This is a companion repository for the Complete Intro to React, v9 course on Frontend Masters. Frontend Masters

About this Repository

Every step of the project built throughout the course will have a folder that will be a snapshot of the current state of the project. The naming format will be XX-<name of the lesson> so you can get a rough idea of order and which lesson the step is coming from. In each snapshot you'll have to run npm install again since they are another whole copy of the project.

Setup Instructions

We recommend using Node.js version 20 with this course. The project will be built from scratch so most of the folders in this repo are just for reference. Later in the course, the api directory will be used to simulate an API server. To get set up, clone the repository:

git clone https://github.com/btholt/citr-v9-project.git

To use the version of node this course was built with:

  • with fnm, fnm use --install-if-missing
  • with nvm, nvm install

Issues and Pull Requests

Please file issues and open pull requests on the course website repo. Feel free to open pull requests here, but the issues should go in the other repo.

License

The content of this workshop is licensed under CC-BY-NC-4.0. Feel free to share freely but do not resell my content.

The code, including the code of the site itself and the code in the exercises, are licensed under Apache 2.0.

React icons created by Pixel perfect - Flaticon

About

The student project app for Brian Holt's Complete Intro to React v9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CSS 5.1%
  • HTML 3.0%