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
- Host: GitHub
- URL: https://github.com/paulleflon/rgbdle
- Owner: paulleflon
- Created: 2022-02-26T12:50:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T06:14:49.000Z (9 months ago)
- Last Synced: 2024-09-12T15:47:24.649Z (9 months ago)
- Topics: nextjs, react, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://rgbdle.cinqfoiscinq.fr
- Size: 893 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 rgbdleyarn 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).