/group-exercise-react-props-state

A group activity to practice React TypeScript with Chuck Norris

Primary LanguageTypeScript

Getting Started

Fork this repo to your GitHub

Clone this repo to your local machine

Then in the project directory, you can run:

npm install

OR if you use yarn instead of npm:

yarn install

To run the application run:

npm start

OR

yarn start

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

The Exercise

❗ Running npm start reveals that this website is unfinished 😐

👉 Explore the codebase, particularly the components folder and App.tsx.

👉 There are a number of comments which help explain some of the React syntax.

👉 Your goal is to implement all of the User Requirements found in user_requirements.md.