Bookstore Project
In this project, I set up my Bookstore project. It is about making a Bookstore with 2 section BOOKS and CATEGORIES (styles and functionality with REACT). This project was bootstrapped with Create React App.
Screenshot
🔴
Live Demo
🔨
Built With
- REACT and REDUX.
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Press the "Code" button and copy the link.
- Clone it using git command
git clone <link>
. - Run
npm install
to install the packages and dependencies.
To run the tests:
- Run
npm test
on a Terminal.
📘
Learning Objectives
- Understand the concept of state management.
- Use store, actions and reducers in React.
- Connect React and Redux.
Authors
- GitHub: @ArthurGC
🤝
✋
✋
Contributions
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
❕
Acknowledgments
📝
License
This project is MIT licensed.
Milestone 3: Connect Bookstore API
Bookstore Project
:blue_book: Third Step
In this third milestone I:
Milestone 4: Add styling
Bookstore Project
:blue_book: Fourth Step
In this third milestone I:
:red_circle: Notes
Milestone 2: Add create-remove books
Bookstore Project
:blue_book: Steps
In this second milestone I:
:red_circle: Notes
Following requirements, only title and author input are working in the form. (
categories and comments are NOT part of this step
).Milestone 1: Initialize with components
Bookstore Project
:blue_book: Steps
In this first milestone I:
<Route>
s and<NavLink>
s for the app's navigation::red_circle: Notes
There are 2 book components shown in BookList only to make sure the Book component is working well. It is going to remove for the second step when I implemented a global state with REDUX.