diff options
author | Loek Le Blansch <32883851+lonkaars@users.noreply.github.com> | 2021-01-31 14:33:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 14:33:50 +0100 |
commit | 75255cd0085e4d7457a7af45e6192c6cfaf5e6e5 (patch) | |
tree | f3dd2503199729941355b662f3799b67e06f2485 /readme_en.md | |
parent | cd876e0e3000855cf407eee86b9a4d46e8875d91 (diff) | |
parent | 8de79c8869b254992e5c6df391c5ebd1e1da2f1a (diff) |
Merge pull request #2 from lonkaars/nextjs
move from react routing thingy to next.js
Diffstat (limited to 'readme_en.md')
-rw-r--r-- | readme_en.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme_en.md b/readme_en.md index daea5f4..1a96ab1 100644 --- a/readme_en.md +++ b/readme_en.md @@ -2,7 +2,7 @@ ## This is a school project using Python and SQL -Note to English spreakers: most of this project is in Dutch (commit messages, documents etc.). I'll try to maintain this after the assignment deadline because I think this is a pretty cool project, and I'll be fixing issues/merging pr's after the deadline aswell. I think the deadline is January 25th though I'm not sure about this. +Note to English spreakers: most of this project is in Dutch (commit messages, documents etc.). I'll try to maintain this after the assignment deadline because I think this is a pretty cool project, and I'll be fixing issues/merging pr's after the deadline aswell. I think the deadline is ~January 25th~ sometime in March? though I'm not sure about this. ## Things that we'd like to have working: @@ -27,6 +27,7 @@ Note to English spreakers: most of this project is in Dutch (commit messages, do - [Flask](https://flask.palletsprojects.com/) for the http server and REST API - [ReactJS](https://reactjs.org/) to create the website +- [NextJS](https://nextjs.org/) for static page routing - [socket.io](https://socket.io/) for bidirecitonal communication during a game - [SQLite](https://sqlite.org/index.html) for the database |