Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.32 KB

File metadata and controls

30 lines (21 loc) · 1.32 KB

Adopt me app

React project called "adopt-me" from the course taught by Brian Holt @ frontendmasters.com

The purpose of this project is to dive a little bit into some React concepts. This project is nearly the same as this one, but this has some personal comments.


The next branches are from the Intermediate React, v2 course.
  • The branch animation contains all learned from the beginning of the course until the animation section.
  • The branch code-splitting contains all from animation to server side rendering.
  • The branch server-side-rendering goes from server side rendering to TypesScript with React.
  • The branch typescript goes from TypeScript with React to Redux.
  • The branch redux contains all about Redux.

Installation

Run npm install

Issues

If you happen to face with some issue, this might help you 👍