Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techycode-01/react_dropdown

About This is a simple dropdown component built using React. The dropdown displays a list of options when hovering over the button and closes the dropdown when an option is clicked.
https://github.com/techycode-01/react_dropdown

Last synced: 9 days ago
JSON representation

About This is a simple dropdown component built using React. The dropdown displays a list of options when hovering over the button and closes the dropdown when an option is clicked.

Awesome Lists containing this project

README

        

# React Dropdown

## Coding ninjas React Skill Test 1

- Built by using React (vite)

## Features

- When you hover on dropdown all option will be visible
- On selection of option dropdown will be closed

## How to run this project locally

- Clone this repository
- Run "npm install" inside this project
- Run "npm run dev" command to run this project locally
- Copy & Open url in any browser that's it

# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh