A Bookstore Project Built with React, Redux, and TailwindCSS
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.
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
? ArthurGC
- GitHub: @ArthurGC