Basic Machine Coding React Interview projects
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.
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.
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.
- Clone the project
- Navigate to the project directory in the terminal.
- Run
npm install
to install all the dependencies - Run
npm run dev
to start the project - Open
http://localhost:5000/)
in your browser to see the project