charlesbodman / schnoodle

Schnoodle is a simplified clone of Doodle, a popular group-scheduling app. A midterm group project for the Lighthouse Labs boot camp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schnoodle

Schnoodle is a simplified clone of Doodle, a popular group-scheduling app. The app was developed by Dercilio Alves Fontes, Prerana Shrestha, and Shaun Macpherson as their midterm project for Lighthouse Labs' Web Development bootcamp.

Getting Started

  1. Fork this repository, then clone your fork of the repo.
  2. Install dependencies using the npm install command.
  3. start the web server using the npm start command. The app will by served by default at http://localhost:8080/.
  4. Visit http://localhost:8080/ in your browser

Dependencies

  • Node 5.10.x or above
  • NPM 3.8.x or above
  • Body Parser
  • Bootstrap
  • Cookie Session
  • dotenv
  • EJS
  • Express
  • jQuery Timepicker
  • Knex
  • Mailgun
  • Moment
  • Morgan
  • Sass
  • PG

Screenshots

"Schnoodle – Create Event Page"

"Schnoodle – Modal displaying event URL"

"Schnoodle – voting page"

"Schnoodle – results view"

About

Schnoodle is a simplified clone of Doodle, a popular group-scheduling app. A midterm group project for the Lighthouse Labs boot camp.


Languages

Language:JavaScript 51.0%Language:HTML 35.7%Language:CSS 13.3%