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

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)

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._