aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-31 14:33:56 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-31 14:33:56 +0100
commit8de79c8869b254992e5c6df391c5ebd1e1da2f1a (patch)
treee9bb03716ba3a96d2e57b72de0b66c62967148b2
parentd2f537f86890949a0d29a5b1761628ea87a9b3c9 (diff)
readme update
-rw-r--r--readme.md1
-rw-r--r--readme_en.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index f46016f..20d09c6 100644
--- a/readme.md
+++ b/readme.md
@@ -25,6 +25,7 @@
- [Flask](https://flask.palletsprojects.com/) voor de http server en de REST api
- [ReactJS](https://reactjs.org/) om de website mee te maken
+- [NextJS](https://nextjs.org/) om meerdere pagina's te hebben met reactjs
- [socket.io](https://socket.io/) voor de communicatie tussen de clients en de server tijdens een potje
- [SQLite](https://sqlite.org/index.html) voor de database
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