Closed Rovaxes closed 4 years ago
Looks good. Could you add some pictures to your description for the main UI/screens that you added with this PR?
Looks good. Could you add some pictures to your description for the main UI/screens that you added with this PR?
Yup, done!
Looks good.
Close #11
Base Setup for the Front-end React Project for the Main Screen (Landing, Catalogue, Book List, Books, Search, and Filters). It's pretty static right now but, I plan to add more of the functionality after the styling and navigations are done.
Responsiveness will be worked more upon later on, the red and blue in the book lists are just placeholder's so I can adjust how the list will look once I start working on it.
Side Note: At the moment I'm expecting the JSON to look like the following when I ask for all the books:
{ books: [ { bid: 21312321, title: "The Foundations of Blogging", price: "15.99", author: "Allie Wang", category: "How To's", review: "4", image: null }, { bid: int, title: string, price: float, author: string, category: string, review: int, image: string }, ...] }