Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T19:43:52.000Z (6 months ago)
- Last Synced: 2024-06-22T11:48:04.992Z (6 months 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: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```