/theoffice

React web app for NBC sitcom The Office.

Primary LanguageJavaScript

The office: Michael's kingdom

This is a project that's very near and dear to my heart. Firstly, because The Office is my most beloved sitcom ever, and secondly, because this was my first solo React js project. It helped me learn a lot about the core functionality of react. I learned why jsx is so over powered. It was a very fun project overall.

Check it out here.

Run Locally

Clone the project

  https://github.com/zaidsidd360/theoffice.git

Go to the project directory

  cd theoffice

Install dependencies

  npm install

Start the server

  npm run start

Areas of focus:

  • Hooks
  • Conditional Rendering
  • Routing
  • useState, useEffect
  • React Router