Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.51 KB

List It!

Project Overview:

List It! is a multi-page app that allows a user to search, store, and edit separate lists of books, movies, restaurants, and products to enjoy at a later date.

This project integrates multiple APIs and uses a Node/Express back-end, with Axios, SASS, and Bootstrap implemented on the front end.

Getting Started

  1. Install dependencies: npm i
  2. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

Screenshots:

Our homepage is our login and register page. If the user doesn’t have an account, they are asked to register. Login page

Your Lists: What interests you? Search for books, films, restaurants, and products that you would like to add to your lists. The search page also displays the previous items that you’ve added to each category. In each list, you’ll see different information about the items you’ve added. For example, in the "Books" category, you’ll see the title, author, rating, and its page length. My List

Search Page: Is this what you were looking for? Add this item to your list by pressing the ‘add this item’ button at the bottom of the page. Search page