Nasiff / Online-Book-Store

An online book store that allows users to login, view and buy books.
2 stars 0 forks source link

feature: Create Initial React Starter Code + Site Template #12

Closed Rovaxes closed 4 years ago

Rovaxes commented 4 years ago

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.

Template

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 }, ...] }

Nasiff commented 4 years ago

Looks good. Could you add some pictures to your description for the main UI/screens that you added with this PR?

Rovaxes commented 4 years ago

Looks good. Could you add some pictures to your description for the main UI/screens that you added with this PR?

Yup, done!

patrickt416 commented 4 years ago

Looks good.