/Reedsy

a SPA app using AngularJS that lists books with sort and search functionality as well as a quick view of any chosen book

Primary LanguageHTMLMIT LicenseMIT

Reedsy

A SPA app using AngularJS and NodeJS and mock json data. Reedsy lists books with sort and search functionality as well as a quick view of any chosen book.

Live Demo: https://reedsy.herokuapp.com

To Run

Download on your machine by cloning in terminal with command :

$ git clone https://github.com/JuliaNocera/Reedsy.git

Or fork and clone from you repo.

Enter the folder using $ cd Reedsy.

Once in the directory, type the below line into your terminal:

$ npm install

Now type npm start in your terminal and navigate to http://localhost:8100/ to view the app.