https://github.com/timurgain/dynamic-dropdown-react
TS, React, Vite / custom dynamic dropdown menu
https://github.com/timurgain/dynamic-dropdown-react
react test-assignment typescript vite
Last synced: 4 months ago
JSON representation
TS, React, Vite / custom dynamic dropdown menu
- Host: GitHub
- URL: https://github.com/timurgain/dynamic-dropdown-react
- Owner: timurgain
- Created: 2023-08-15T13:04:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T07:40:37.000Z (over 2 years ago)
- Last Synced: 2025-10-06T10:08:44.473Z (4 months ago)
- Topics: react, test-assignment, typescript, vite
- Language: TypeScript
- Homepage: https://timurgain.github.io/dynamic-dropdown-react/
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Dropdown component
## Description
Demo pages with the custom dynamic dropdown component, whiсh reacts to the position on the screen, accepts item list and trigger element as props.
## Technologies
- React.js;
- TypeScript;
- HTML5, CSS3;
- Vite.js
## Links
[Demo is here](https://timurgain.github.io/dynamic-dropdown-react/)
## Installation and launch
Clone the repository and navigate to the project folder through the command line
```
git clone ...
```
Go to the folder
```
cd ...
```
Install dependencies, then run the app
```
npm install
```
```
npm run dev
```