https://github.com/suptarr/color-picker
Display the color from the textbox's input using my React skills.
https://github.com/suptarr/color-picker
reactjs typescript
Last synced: 2 months ago
JSON representation
Display the color from the textbox's input using my React skills.
- Host: GitHub
- URL: https://github.com/suptarr/color-picker
- Owner: SupTarr
- Created: 2023-12-20T03:58:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T02:56:16.000Z (over 2 years ago)
- Last Synced: 2025-06-06T10:12:51.720Z (about 1 year ago)
- Topics: reactjs, typescript
- Language: TypeScript
- Homepage: https://color-picker.suptarr.vercel.app/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Picker
## About The Project
This project is part of [React JS Full Course for Beginners](https://www.youtube.com/watch?v=RVFAyFWO4go) by `Dave Gray`. and I display the color from the textbox's input using my React skills.
## Technologies
This project was created with:
- [ReactJS](https://react.dev)
- [TypeScript](https://www.typescriptlang.org/)
## Installation
Clone the project
```sh
git clone https://github.com/SupTarr/color-picker.git
```
In the project directory, you can run:
```sh
npm install
npm run dev
```
The app will be run in the development mode.