https://github.com/jonpas/webapps
Web applications at Web Technologies (slo. Spletne Tehnologije)
https://github.com/jonpas/webapps
doodle ludo-game statistics todolist transport university web webapps
Last synced: 22 days ago
JSON representation
Web applications at Web Technologies (slo. Spletne Tehnologije)
- Host: GitHub
- URL: https://github.com/jonpas/webapps
- Owner: jonpas
- License: mit
- Created: 2019-12-08T16:57:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T13:30:55.000Z (over 6 years ago)
- Last Synced: 2023-02-27T07:36:26.772Z (over 3 years ago)
- Topics: doodle, ludo-game, statistics, todolist, transport, university, web, webapps
- Language: Python
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FERI-WebApps
Various web applications built at Web Technologies (slo. Spletne Tehnologije) using [Django](https://www.djangoproject.com/) and [Bootstrap](https://getbootstrap.com/), showcasing different systems and technologies in 4 distinct applications.
Mobile version of this application also exists as Android WebView: [jonpas/FERI-WebApps-Mobile](https://github.com/jonpas/FERI-WebApps-Mobile)
## Applications
### Todo
_`todo` (requires: `core`)_
Todo application featuring lists and items with deadlines and reminders, tags and dynamic completion status.
### Doodle (game)
_`doodle` (requires: `core`, login)_
Drawing game application featuring draw and guess chat-based multiplayer game with lobbies, login and statistics tracking, animations and sound effects.
### Ludo (game)
_`ludo` (requires: `core`, login)_
Turn-based game application featuring interactive multiplayer board game [ludo](https://en.wikipedia.org/wiki/Ludo_(board_game)) with lobbies, login, statistics tracking, animations and sound effects.
### Transports
_`transport` (requires: `core`, login)_
Transportation helper application allowing registered users to offer transports, search all offers using advanced search features, passenger reservations and ratings.
## Helper Applications
### Core
_`core`_
Core systems application, providing login and registration services, base template with navigation bar, font page and linking all pages together.
## Setup
- `$ python -m venv venv` (virtual environment)
- `$ source venv/bin/activate`
- `$ pip install -r requirements.txt` (`$ pip freeze > requirements.txt` to update dependencies)
- _Installs [Django](https://www.djangoproject.com/) and additional packages._