https://github.com/lulunac27a/number-guessing-game-rescript
Number guessing game in ReScript using React.js and Tailwind CSS
https://github.com/lulunac27a/number-guessing-game-rescript
guess guess-the-number guess-the-number-game guessing-game guessing-number-game number-guessing number-guessing-game react reactjs rescript tailwind tailwind-css tailwindcss
Last synced: 20 days ago
JSON representation
Number guessing game in ReScript using React.js and Tailwind CSS
- Host: GitHub
- URL: https://github.com/lulunac27a/number-guessing-game-rescript
- Owner: lulunac27a
- License: mit
- Created: 2024-05-14T02:09:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-16T19:41:24.000Z (28 days ago)
- Last Synced: 2025-06-16T19:48:47.201Z (28 days ago)
- Topics: guess, guess-the-number, guess-the-number-game, guessing-game, guessing-number-game, number-guessing, number-guessing-game, react, reactjs, rescript, tailwind, tailwind-css, tailwindcss
- Language: ReScript
- Homepage: https://lulunac27a.github.io/number-guessing-game-rescript/
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Guessing Game in ReScript
This project is a number guessing game written in ReScript language. It uses React to generate HTML code, Tailwind CSS to use beautiful CSS styles and Vite for web server templates. It supports levels that increase the maximum number to guess for higher levels.
### Getting Started
Build ReScript first:
```sh
npm run res:build
```Run ReScript in dev mode:
```sh
npm run res:dev
```In another tab, run the Vite dev server:
```sh
npm run dev
```