StorySift is a user-friendly book lookup/finder app designed to simplify the process of discovering and engaging with books. With streamlined search features, StorySift caters to book enthusiasts, students, and researchers alike.
- Features
- Installation
- Technologies Used
- Data Model
- Inspiration and Vision
- Technical Challenges
- Next Iteration
- Timeline
- Contributing
- Authors
- Acknowledgments
- Related projects
- License
- Search for Books: Users can search for books by entering keywords or phrases in a search bar.
- View Search Results: Users can view a list of search results containing relevant book titles and authors.
- Book Details: Users can click on a book from the search results to view detailed information, including the book summary and cover image.
- User Authentication: Users can sign up for an account and sign in to access personalized features such as saving favorite books.
- View profile details: Users that have signed up will have access to personalized features such as saving favorite books.
- Bookshelves: Users can organize their saved books by category with the bookshelves feature.
To install and run StorySift locally on your machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Maddily/storysift.git
- Navigate to the project directory:
cd storysift
- Install the necessary dependencies using npm (Node Package Manager):
npm install
- Create a
.env
file in the root directory of the project and add your Google Books API key:
GOOGLE_BOOKS_API_KEY=your_api_key_here
- Start the server:
node app.js
- Once the server is running, open your web browser and navigate to
http://localhost:3000
to access StorySift.
That's it! You can now use StorySift to search for books, view search results, and explore book details.
StorySift is built using the following technologies:
- Frontend:
- HTML
- CSS
- JavaScript
- Backend:
- Node.js
- Express.js
- MongoDB (with Mongoose for database modeling)
- Libraries:
- Axios
- CORS (Cross-Origin Resource Sharing) middleware for Express.js
- API:
- Google Books API
At StorySift, our mutual interest in books sparked the creation of this project. Inspired by our shared passion for reading, we envisioned a platform where fellow book enthusiasts could effortlessly discover their next literary adventure.
Throughout our journey with StorySift, we encountered unexpected challenges that put our problem-solving skills to the test.
Firstly, tackling user authentication and managing sessions presented complexities. However, we viewed it as an opportunity to explore alternative methods, leading us to robust solutions with minimal overhead.
Additionally, during deployment, we initially considered using Netlify for hosting. However, realizing the complexity within our timeframe, we opted to host locally temporarily, allowing flexibility in finding a suitable hosting solution.
Despite these challenges, perseverance and innovative thinking led us to effective solutions, ensuring a polished and user-friendly experience with StorySift.
As we envision the future of StorySift, here's what lies ahead:
- User Reviews and Ratings: Introducing a feature for users to share insights through reviews and ratings, enriching our platform.
- Enhanced Search Functionality: Improving search capabilities for seamless discovery, offering precise results by genre, author, and more.
- Profile Personalization: Empowering users with options to personalize their profiles, including uploading pictures and customizing bookshelf colors.
- Machine Learning Recommendations: Delivering personalized book recommendations based on individual reading history and preferences.
With these updates, we're committed to enhancing the StorySift experience, making it more enjoyable and personalized for our users.
The journey of crafting StorySift was a dynamic two-week endeavor, where each day presented new challenges and triumphs. From the initial conceptualization to the final touches, we poured our hearts and minds into this project, striving to create a seamless experience for book enthusiasts worldwide. Within this timeframe, we meticulously designed and developed the platform, overcoming hurdles with determination and ingenuity. Our collaborative efforts and unwavering dedication culminated in the birth of StorySift—a testament to our commitment to excellence and innovation in the realm of book discovery and exploration.
To contribute to StorySift, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-name
). - Create a new pull request.
Mayada Saeed - Github / LinkedIn
Sibongile Nhlema - Github / LinkedIn
- The logo is by ©Rizelle Anne Galvez via Canva.com
- The landing page's background photo is by Olia Gozha on Unsplash
- Airbnb Clone - HBNB Airbnb_v4
This project is licensed under the MIT License - see the LICENSE file for details.