Bookstore CMS is an SPA made for all the book lovers. It provides an easy way to organize a collection of book, as well as progress tracking functionalities. For instance, a user can easily add a new book by providing a book title and the category. It is built using React.js
- React (CRA)
- Redux (react-redux)
- TailwindCss
- Milestone 1: Initialize project with components
- Milestone 2: Add reducers and actions
- Milestone 3: Use Redux in React components
- Milestone 4: Connect to API
- Milestone 5: Custom Styling
Prerequisites: A Web Browser (preferably FireFox or Chrome) To get a local copy up and running follow these simple example steps.
- Clone the GitHub Repository
- Go to the Project
cd BookstoreCMS
- Run
npm install
to install the dependencies - Run
npm start
to run the live server.
- Stop the server if it's already running
CTRL
+C
- Run
npm test
run the tests
👤 Soufiane Boursen
- GitHub: @Sboursen
- Twitter: @sboursen_dev
- LinkedIn: @sboursen
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is under the MIT license.