Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
654b8e6
First commit with create-react-app
Brenosalv Jun 13, 2021
2188645
React router implementation
Brenosalv Jun 13, 2021
929cd31
Application structuring
Brenosalv Jun 13, 2021
7d0c308
Addition of SFProText and SFProDisplay fonts
Brenosalv Jun 13, 2021
67dd91c
Implementation of Search box component
Brenosalv Jun 13, 2021
b070e02
Bottom Menu component implementation
Brenosalv Jun 14, 2021
4e53078
Positioning header, main and footer in the Home page
Brenosalv Jun 14, 2021
d769cc7
Add welcome message
Brenosalv Jun 14, 2021
149bc8b
Create home section component
Brenosalv Jun 16, 2021
dc9d657
Add banner component
Brenosalv Jun 16, 2021
59b1c8b
Install react-swipeable-views lib
Brenosalv Jun 16, 2021
8b3b374
Add fonts preconnects
Brenosalv Jun 16, 2021
8015c12
Fix some code typos from BottomMenu component
Brenosalv Jun 16, 2021
ce443bc
Add Roboto preconnect
Brenosalv Jun 16, 2021
fd24b3d
Add rectangle and ring svg files in public folder
Brenosalv Jun 16, 2021
bd338bb
Add 'Currently Reading' section to Home page
Brenosalv Jun 16, 2021
f57cdfc
Add 'Reviews of The Day' section to Home page
Brenosalv Jun 17, 2021
8e3f74a
Add search functionality
Brenosalv Jun 17, 2021
ffd561c
Add header of Detail page
Brenosalv Jun 17, 2021
7a580db
Add title, author and description of book to Detail page
Brenosalv Jun 18, 2021
a28c392
Add bottom menu in the footer of the Detail page
Brenosalv Jun 19, 2021
dacc4a7
Turn the banner and recently reading books clickable
Brenosalv Jun 19, 2021
e59fbaa
Add 'Load more' button
Brenosalv Jun 19, 2021
a6292bd
Add 'loading' to application
Brenosalv Jun 19, 2021
53cb49a
Adjust book description inside Detail page
Brenosalv Jun 19, 2021
d29d36e
Turn the Detail page responsive
Brenosalv Jun 19, 2021
6ad67e2
Turn the Home page responsive
Brenosalv Jun 20, 2021
737bb8f
Last code adjustments
Brenosalv Jun 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules
Loading