Skip to content

karen1au/walmark

 
 

Repository files navigation

Walmark

Walmark is a user curated, resource wall that can help users organize and bookmark links according to whichever category they are interested in. Save links, learn better. That's Walmark.

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using npm run local command, the app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Bcrypt
  • Body-parser
  • Cookie-session
  • Dotenv
  • EJS
  • Express
  • Knex
  • Knex-logger
  • Morgan
  • Method-Override
  • Node-sass-middleware
  • PostgreSQL
  • Request
  • Sass

Final Product

Walmark landing page. Requires user to either log in or register. "Walmark Landing Page"

Walmark home page. Displays all submitted links in a randomized order. "Walmark Home Page"

Create a wall page. "Create A Wall"

Create a link page. "Create A Link"

Individual wall page. "Individual Wall Page"

Individual link page. User can edit, learn, add to their wall, write comments, and rate the page. The placeholder image redirects to the learning resource page. "Individual Link Page"

User Account Page. User can filter through their boards, links, and learned links. "User account page"

Edit profile page. "Edit profile page"

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.2%
  • CSS 27.5%
  • HTML 27.3%