- ๐ About the Project
- ๐ป Getting Started
- ๐ฅ Authors
- ๐ญ Future Features
- ๐ค Contributing
- โญ๏ธ Show your support
- ๐ Acknowledgements
- ๐ License
Bookstore - React App An SPA that allows users to display/add/remove books from a list using React + Redux and the Bookstore API.
- Use React Router.
- Use React components.
- Use Redux.
- Use Hooks.
- Understand the concept of state management.
- Use store, actions and reducers in React.
- Connect React and Redux.
- Connect an existing API via Redux and use the data to display it in a UI.
- Use of Hooks
- Use of State
- Use of Redux Toolkit
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:ITurres/bookstore-react-app.git
Install this project's dependencies with:
- npm install
To run the project, execute the following command:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
- Not Applicable.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
๐ค Author1
- GitHub: @ITurres
- Twitter: @Arthur_ITurres
- LinkedIn: Arthur Emanuel G. Iturres
- Migrate to TypeScript.
- Add Unit Tests.
- Add Integration Tests.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a โญ if you liked this project!
I thank Microverse for this fantastic opportunity, the Code Reviewers and NitBravoA92 for their advice and time ๐
This project is MIT licensed.