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

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.

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.