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

https://github.com/techmsi/madlib-app

Prototype for madlib app in React
https://github.com/techmsi/madlib-app

react testcafe

Last synced: 12 days ago
JSON representation

Prototype for madlib app in React

Awesome Lists containing this project

README

          

# Mad lib app

* React app for mad libs game

## Run in production
```bash
npm start
```

## Run while developing
* In one tab
```bash
npm run dev:build
```
* In another tab
```bash
npm start
```

## Test (Front-end)
* In another tab, while the server is running.
```bash
npm run test-fe
```
* This creates `reports/screenshots`

## Screenshots
![Start](/screenshots/screen_start.png?raw=true "Start Screen")
![Missing](/screenshots/screen_missing.png?raw=true "Missing word Screen")
![End](/screenshots/screen_end.png?raw=true "Start Screen")