/TheOffice

To brush up my ReactJs concepts about component reuse, built a web app in my free time where you can get description about the characters starring in a famous show 'The Office'.

Primary LanguageJavaScript

The Office Cards

To brush up my ReactJs concepts about component reuse, built a web app in my free time where you can get description about the characters starring in a famous show 'The Office'.

UI

Home Page

1

On Hover Function when you Hover on the Card

2

Getting Started

Make sure you have Node.js installed

Installing and Starting the Website

  1. Clone the repo

    git clone https://github.com/nirav777/TheOffice.git
  2. Install NPM packages (dependencies)

    npm install
  3. Run app on local server

    npm start