Check out Stacks!
stacks.herokuapp.com
Table of Contents
A Spotify-inspired book app which allows you to create Stacks (playlists) of your books. Each book holds details such as the title, author, genre, rating, review, and a favorite quote. Stacks can be modified as users see fit. Users have the ability to add books from their library to different stacks, change the names of those stacks, and delete the stacks altogether. All of this is customized to the user via the use of Google OAuth and PassportJS.
Check out our Presentation
AND
This is an image of the design process of our app
an image of our Login screen
images of our app on mobile
- Clone the repo
git clone git@github.com:smgraywood/stacks.git
- Download the required packages
npm i express ejs morgan passport passport-googleoauth express-session
- Get to coding! 😃
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Go through the Installation Process
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Interface with Kindle to allow users to access their e-books via the stacks
- Search feature for the books list allowing users to search by genre, author, and title
- fill the books database via an api and then let users customize the information in each book
- implement a social media aspect where users could see eachothers stacks and share books
- create a paid tier that allows users to have unlimited stacks