Git Product home page Git Product logo

listr's Introduction

Listr

Listr was a list making web-app I made for my databases course at VTC during my sophomore year back in 2014. It was one of my very first fully functioning creations - and looking back I'm pretty impressed with my young self. You were able to:

  • Register new users (with email validation)
  • Login
  • Manage your profile
  • Create, edit, and archive lists
  • Add items to lists (with auto-complete based on past items)
  • Add friends
  • Share lists
  • Get in-app notifcations based on other user activities

It was written in PHP and HTML/CSS/Javascript (using jQuery). It relies on a MySQL database (which was the point of the project).

screenshot

We won't talk about the lack of tests, abundent security flaws, weird race condition bugs, or shoddy email support.

Running it Locally

In 2022 I dockerized the project and commented out the email validation in order to run things locally. You should be able to:

docker-compose up --build

And then open up http://localhost. You'll need to register a user before you can log in. When it prompts you for your email validation code, simply enter noop. If you want to reset the database, you can run a:

docker-compose rm -v db

If you want to play around with the database, you can do a

mysql -h127.0.0.1 -uroot -ppassword
use listr_app;

listr's People

Contributors

fisherevans avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.