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

https://github.com/iimpaq/wordle-backend

The backend for my personal spin of the wordle game.
https://github.com/iimpaq/wordle-backend

backend javascript wordle

Last synced: over 1 year ago
JSON representation

The backend for my personal spin of the wordle game.

Awesome Lists containing this project

README

          

# Wordle Backend
This project is a replication of the popular Wordle game. It was made to improve
my web development skills and further extend my toolset after completing the
[FullStackOpen course](https://github.com/IImpaq/fullstackopen).

## Developing
To work on the project, start a development server:
```bash
npm run dev
```

## Building
To create a production version of your app:
```bash
npm run build
```

## Frontend
You might want to check out the corresponding
[frontend application](https://github.com/IImpaq/wordle-frontend)