antonioalmeida / get-shit-done

Made with @cyrilico and @diogotorres97. Repository to host Web Languages and Technologies' project.
2 stars 0 forks source link
feup ltw php sass web

get-shit-done

Work done for a subject in Web Languages and Technologies [LTW] in MIEIC @FEUP, in collaboration with @cyrilico and @diogotorres97.

Goal

Create a web application where users can store and share to-do lists.

Features

Users

Lists

Items / Tasks

Others

Technologies

Gallery

Home Page User Profile Lists Page
Items Page Discover Page Share Page

Install development environment

Requirements:

Do the following inside of '/project1':

# install grunt globally
$ npm install -g grunt-cli

# install other dependencies
$ npm install

# run Grunt to compile Sass files:
$ grunt

# run server
$ php -S localhost:8080

Demo users

Username Password
cyrilico piroxenas@99
diogotorres97 caloiras@99
antonioalmeida randompassword@99
hdicty0 jk=j?Nw7)E
dshama1 PO0JhceYz29;
yipsgrave2 Jhp/UsuR#mF9c
wstolberger3 5Dxb*XZE9CcReasWT=MlRlB@zVt66M
zdowney4 u5WtV7=up1yVAw1a;CEH?s_FGhI54
ctinman5 Zy5%S!vRM3@t0

Disclaimer: Session ID regeneration is implemented. However, the required configuration doesn't work on local servers, so the functionality is disabled by default. To activate it, uncomment session.php:7. It works when hosted properly (for example on gnomo.fe.up.pt)

Used libraries

Other Resources