Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```