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

https://github.com/madeindjs/loto-tester


https://github.com/madeindjs/loto-tester

javascript loto

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Aurais-je gagné au Loto

Une application web qui permet de tester une combinaison de loterie sur les dernière années et de voir les gains.

## Capture d'écran

| Avec une combinaison gagante | Sans combinaison gagnate |
|------------------------------|--------------------------|
| ![Capture d'écran de l'application](https://user-images.githubusercontent.com/11815139/169897777-2971db39-5951-4c65-aa30-95de220c0238.png) | ![Capture d'écran de l'application](https://user-images.githubusercontent.com/11815139/169898249-6783e504-6f5c-4417-894c-5c09f3d79759.png) |

## Getting Started

To start a new project using Stencil, clone this repo to a new directory:

```bash
npm init stencil app
```

and run:

```bash
npm start
```

To build the app for production, run:

```bash
npm run build
```

To run the unit tests once, run:

```
npm test
```

To run the unit tests and watch for file changes during development, run:

```
npm run test.watch
```