diff --git a/README.md b/README.md index 34fb052..2ce0ae1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Overview -Web application for distribution of free classrooms +Web application for distribution of free classrooms. [Description](./description.md) ## Deploy diff --git a/description.md b/description.md index 2ccbdc6..0704c55 100644 --- a/description.md +++ b/description.md @@ -35,3 +35,7 @@ This hackathon I tried a couple of new technologies like Vite as build system fo It is still a proof-of-concept, so many interesting features like timetable integration or building plan construction are not implemented yet. I was going to add authentification and users roles to restrict some class rooms to teachers only and to control rooms distribution. Also, to ease distribution of app, map builder is required. Multiple buildings on one server are also good idea, i think. As for usage, if you want to use it in your school, you are welcome. Add your school schema to database and manage class rooms with ease. :D I don't know if it will be useful in my university, but it is already usable enough. + +## Screenshot + +![Browser window](./media/screenshot.png) diff --git a/media/screenshot.png b/media/screenshot.png new file mode 100644 index 0000000..fc7cef2 Binary files /dev/null and b/media/screenshot.png differ