Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.04 KB

Basic Machine Coding React Interview projects

Project 1: Accordion

Description

This project is a simple accordion component which can be used to display a list of items with a title and description/content.Accordian can be opened only one at a times as well as multiple at a time . It is a reusable component which can be used in any project.

Project 2: Random Color Generator

Description

This project is a simple random color generator which can be used to generate random hex and rgb colors according to the selected button . It is a reusable component which can be used in any project.

Project 3: Star Rating

Description

This project is a simple star rating component which can be used to rate any product or service. It is a reusable component which can be used in any project.

How to run

  1. Clone the project
  2. Navigate to the project directory in the terminal.
  3. Run npm install to install all the dependencies
  4. Run npm run dev to start the project
  5. Open http://localhost:5000/) in your browser to see the project