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

https://github.com/firestreaker2/guesstheerror

A web based quiz for guessing error codes.
https://github.com/firestreaker2/guesstheerror

http-error nextjs quiz reactjs

Last synced: 16 days ago
JSON representation

A web based quiz for guessing error codes.

Awesome Lists containing this project

README

          

![GuessTheError](https://socialify.git.ci/FireStreaker2/GuessTheError/image?description=1&forks=1&issues=1&logo=https%3A%2F%2Fcdn-icons-png.flaticon.com%2F512%2F149%2F149772.png&name=1&owner=1&pattern=Signal&pulls=1&stargazers=1&theme=Light)

## Selfhosting
I'm not sure why you would selfhost this, but you can if you want. Make sure you have Node.js already installed.
```bash
$ git clone https://github.com/FireStreaker2/GuessTheError.git
$ cd GuessTheError
$ npm i
```
For developing:
```bash
$ npm run dev
```
For production:
```bash
$ npm run build
$ npm start
```

## Contributing
If you would like to contribute, you can fork the repo and make a PR, or contact me via email @ ``suggestions@firestreaker2.gq``

## Credits
inspiration

## License
MIT