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

https://github.com/paulleflon/rgbdle

Guess the RGB code
https://github.com/paulleflon/rgbdle

nextjs react tailwindcss vercel

Last synced: 5 months ago
JSON representation

Guess the RGB code

Awesome Lists containing this project

README

        

# RGBdle
RGBdle is a project built with `Next.js`, `React`, `Tailwind CSS`, and deployed with `Vercel`.
## Getting Started
First, clone the repository:
```bash
git clone https://github.com/hickatheworld/rgbdle.git
```

Then, install the dependencies:
```bash
cd rgbdle

yarn install
```
Finally, you can start the development server:
```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Contributing
If you have any bug to report, feature request, or just want to say hi, feel free to [open an issue](https://github.com/hickatheworld/rgbdle/issues/new).

You can also [fork](https://github.com/hickatheworld/rgbdle/fork) the project and make a pull request to implement your changes, it is very much appreciated!

## Learn More

To learn more about technologies used in this project, take a look at the following resources:

- [Learn React](https://reactjs.org/docs/getting-started.html#learn-react)
- [React Documentation](https://reactjs.org/)
- [Learn Next.js](https://nextjs.org/learn)
- [Next.js Documentation](https://nextjs.org/docs)
- [Learn Tailwind CSS](https://tailwindcss.com/docs/installation)
- [Tailwind CSS Documentation](https://tailwindcss.com/)

## Author
Project created by Paul Leflon, inspired by [Josh Wardle](https://twitter.com/powerlanguish)'s [Wordle](https://www.nytimes.com/games/wordle/index.html).