/Monsters-Rolodex

A Simple project built to understand the core React Concepts such as Class Components, Props, ComponentDidMount, Render, Rerendering, setState and much more!

Primary LanguageJavaScript

Monsters Rolodex

A Simple project built to understand the core React Concepts such as Class Components, Props, ComponentDidMount, Render, Rerendering, setState and much more as a part of the Mern Stack Web Developer Challenge!

Steps to run the project

  • Clone the repo into your local machine
git clone https://github.com/kiniprathiksha/Monsters-Rolodex.git
  • Install all the dependencies required to run the project
npm install
  • Start the development server
npm run start 

OR

yarn start

Attributions