Note
Visit the live website here.
Bookmarker is an app that lets you log your reading sessions, or "Bookmarks", and track your progress on each book. The purpose of this app is to promote reading by letting users see their reading progress and discover new books. There are 6 pages in total.
- Login page: users can either sign up or sign in with email and password, or they can go to the home page without authentication.
- Home page: shows a search bar and a list of most popular books. There is a sign in / sign up button at the bottom of the page if the user is not logged in.
- Search page: users will be able to search books by Title, Author, Publisher, Genre, or ISBN. The search result can be sorted and filtered by published date, genre, number of pages, and rating.
- Book information page: metadata about the book will be displayed. 5 latest user star ratings will also be present. When you click on a username, or a profile picture, you will go to that user’s profile. Users can search a genre by clicking the genre blob. Finally, users can log their reading sessions by clicking the Bookmark button.
- Bookmark page: For each session, user will log the date, start time, end time, start page, and end page. When the user clicks on "Save Bookmark" button, there will be a message to tell if the request succeeds or fails. Users can also delete and edit bookmarks as well.
- Profile page: every user's profile page is publicly available. This page includes several things such as:
- The user’s “My Top Ten” List, which is a list that the users can add up to 10 favourite books. This makes each book in the list more important to the user instead of allowing them to add an infinite number of books into the list. For that, users can use “My Shelf”, which is a list of all books that users have logged Bookmarks or given ratings before.
- If the user clicks "Add to My Top Ten" when the Top Ten list is already full, the first book that gets added into the list will pop out first (First In First Out).
- Users can delete books from both lists as they wish by clicking the edit button. When the user clicks the remove button, there will be a popup to confirm removing.
- Line graph of the number of hours the user spent reading books in the current month is shown on the page. Users can also view last month’s graph by selecting at the dropdown.
- The user’s “My Top Ten” List, which is a list that the users can add up to 10 favourite books. This makes each book in the list more important to the user instead of allowing them to add an infinite number of books into the list. For that, users can use “My Shelf”, which is a list of all books that users have logged Bookmarks or given ratings before.
- Vinita Jungwiwattanaporn (@vinitian)
- Sasiras Yodruangsa (@Sasirasys)
-
Install dependencies
npm install
-
Start the app
npx expo start
-
Open localhost:8081 in your browser. You can also open the app in:
- Android emulator by pressing
a - iOS simulator by pressing
i(available only on Mac) - Expo Go on your devices
- Android emulator by pressing













