{"id":21100520,"url":"https://github.com/antonioalmeida/get-shit-done","last_synced_at":"2026-05-04T12:38:55.361Z","repository":{"id":68248551,"uuid":"107432316","full_name":"antonioalmeida/get-shit-done","owner":"antonioalmeida","description":"Made with @cyrilico and @diogotorres97. Repository to host Web Languages and Technologies' project.","archived":false,"fork":false,"pushed_at":"2020-04-18T00:13:31.000Z","size":18033,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-08T22:52:21.425Z","etag":null,"topics":["feup","ltw","php","sass","web"],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antonioalmeida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-18T16:11:27.000Z","updated_at":"2020-04-18T00:13:33.000Z","dependencies_parsed_at":"2023-04-25T23:17:04.041Z","dependency_job_id":null,"html_url":"https://github.com/antonioalmeida/get-shit-done","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antonioalmeida/get-shit-done","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioalmeida%2Fget-shit-done","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioalmeida%2Fget-shit-done/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioalmeida%2Fget-shit-done/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioalmeida%2Fget-shit-done/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonioalmeida","download_url":"https://codeload.github.com/antonioalmeida/get-shit-done/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioalmeida%2Fget-shit-done/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32608177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["feup","ltw","php","sass","web"],"created_at":"2024-11-19T23:13:37.881Z","updated_at":"2026-05-04T12:38:55.350Z","avatar_url":"https://github.com/antonioalmeida.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-shit-done \n\nWork done for a subject in Web Languages and Technologies [LTW] in MIEIC @FEUP, in collaboration with [@cyrilico](https://github.com/cyrilico) and [@diogotorres97](https://github.com/diogotorres97).\n \n## Goal\nCreate a web application where users can [store and share to-do lists](https://web.fe.up.pt/~arestivo/page/courses/2017/ltw/project/).  \n\n## Features\n### Users\n * Profile (visualization and edit)\n * Authentication\n \n### Lists\n * Create new lists\n * Manage your lists\n * Share ownership\n \n### Items / Tasks\n * Create new items\n * Manage your items (set as completed, update priority, assign users...)\n \n### Others\n * URIs to store the profile pics\n * Advanced lists, users and items search capabilities\n * Web attacks prevention (XSS, SQL injection, Path Traversal, Bcrypt,Session Fixation, etc)\n\n## Technologies\n* SQLITE database where data about users and to-do lists is stored;\n* Sass as a CSS preprocessor;\n* PHP as an intermediate bridge between the webpages and the data from the database;\n* Javascript/AJAX to enhance the user experience.\n\n## Gallery\n\n| [\u003cimg src=\"/res/mainPage.png\" width=\"256\" heigth=\"256\"\u003e](/res/mainPage.png)                                                                   | [\u003cimg src=\"/res/profilePage.png\" width=\"256\" heigth=\"256\"\u003e](/res/profilePage.png)                                                             | [\u003cimg src=\"/res/listsPage.png\" width=\"256\" heigth=\"256\"\u003e](/res/listsPage.png) |\n|:---:|:---:|:---:|\n| Home Page | User Profile | Lists Page |\n\n| [\u003cimg src=\"/res/itemPage.png\" width=\"256\" heigth=\"12\"\u003e](/res/itemPage.png)                                                        | [\u003cimg src=\"/res/discoverPage.png\" width=\"256\" heigth=\"256\"\u003e](/res/discoverPage.png)                                               | [\u003cimg src=\"/res/sharePage.png\" width=\"256\" heigth=\"256\"\u003e](/res/sharePage.png) |\n|:---:|:---:|:---:|\n| Items Page | Discover Page | Share Page |\n\n## Install development environment\nRequirements:\n* PHP\n* [NodeJS](https://nodejs.org/en/)\n\nDo the following inside of '/project1':\n\n```shell\n# install grunt globally\n$ npm install -g grunt-cli\n    \n# install other dependencies\n$ npm install\n\n# run Grunt to compile Sass files:\n$ grunt\n\n# run server\n$ php -S localhost:8080\n    \n```\n\n### Demo users\n\n\nUsername | Password\n --- | --- \ncyrilico | piroxenas@99\ndiogotorres97 | caloiras@99\nantonioalmeida | randompassword@99\nhdicty0 | jk=j?Nw7)E\ndshama1 | PO0JhceYz29;\nyipsgrave2 | Jhp/UsuR#mF9c\nwstolberger3 | 5Dxb*XZE9CcReasWT=MlRlB@zVt66M\nzdowney4 | u5WtV7=up1yVAw1a;CEH?s_FGhI54\nctinman5 | Zy5%S!vRM3@t0\n\n\n__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`)\n\n### Used libraries\n- [FontAwesome](fontawesome.com) - icons\n- [Sass](http://sass-lang.com/) - used to properly structure CSS by taking use of its core features, mostly by using variables and nesting (no need to compile it to run, resulting css file is already included and linked)\n\n### Other Resources\n- Animated checkbox based on https://codepen.io/daniandl/pen/OgbXzK\n- Animated material board shadow based on https://codepen.io/sdthornton/pen/wBZdXq\n- Buttons and typography sizes based on https://milligram.io/%\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonioalmeida%2Fget-shit-done","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonioalmeida%2Fget-shit-done","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonioalmeida%2Fget-shit-done/lists"}