Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmelo/whats-number-game
Simple game for choose a number among several possibilities. Go ahead until found the correct number. Enjoy it!
https://github.com/tjmelo/whats-number-game
css3 html javascript sass-library webpack
Last synced: 17 days ago
JSON representation
Simple game for choose a number among several possibilities. Go ahead until found the correct number. Enjoy it!
- Host: GitHub
- URL: https://github.com/tjmelo/whats-number-game
- Owner: tjmelo
- Created: 2021-03-14T22:51:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T04:29:20.000Z (3 months ago)
- Last Synced: 2024-10-09T15:21:31.346Z (about 1 month ago)
- Topics: css3, html, javascript, sass-library, webpack
- Language: TypeScript
- Homepage: https://tjmelo.github.io/whats-number-game/
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![project](https://img.shields.io/badge/project-TMX%20WNG-blue)
# What's the number game
![Size](https://img.shields.io/github/repo-size/tjmelo/whats-number-game) ![Version](https://img.shields.io/github/package-json/v/tjmelo/whats-number-game) ![Release](https://img.shields.io/github/v/release/tjmelo/whats-number-game) ![Last Commit](https://img.shields.io/github/last-commit/tjmelo/whats-number-game/main)
## Table of content
- [About app](#about-app)
- [Preview Screens](#preview-screens)
- [Project details](#project-details)
- [CSS](#css)
- [Build](#build)
- [Simple Develop Process](#simple-develop-process)
- [Docker Develop Process](#docker-develop-process)
# About app
### Interacting what's the number game
Simple game for choosing a number among several possibilities. Go ahead until found the correct number. Enjoy it!
Choose a number! If not correct, try again. It might be smaller or bigger in each attempt. Continue interacting until you get right!
# Preview Screens
Start app
![Preview](/public/img/What-s-number-screen-1.jpeg)https://github.com/tjmelo/whats-number-game/assets/5209592/96265405-ec8e-4231-ad5e-bdfab77805d7
### Project Details
This app uses:
- [x] HTML
- [x] JavaScript
- [x] Typescript
- [ ] Redux
- [x] Babel
- [x] Sass
- [x] Webpack
- [x] Docker## CSS
To compile CSS in the development process:
```sh
npm run css
```## Tests
To generate suite tests:
```sh
npm test
```## Build
To generate build:
```sh
npm run build
```## Simple Develop Process
Download the project
Clone or fork this repository
```sh
git clone https://github.com/tjmelo/whats-number-game.gitcd whats-number-game
git checkout -b develop
npm install && npm start
```## Docker Develop Process
```sh
git clone https://github.com/tjmelo/whats-number-game.gitcd whats-number-game
docker compose up -d
```Install from the command line
```
docker pull ghcr.io/tjmelo/tmx-wng:latest
```or image in **Docker Hub** for optional download
```
docker pull tmwd/tmx-wng
```Open the app on a browser http://localhost:3000