- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
Bookstore is an app that allows you to view a list of books, add a new book and remove a book. Built using React and Redux (state management).
Client
- React
Server
- Not Available
Database
- Not Available
- Project setup with React
- Books page
- Section for adding new book
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Nodejs
- Node Package Manager
- VS Code text editor
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:ikennarichard/Bookstore.git
Install this project with:
cd my-project
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
- Jest Test
npm test
- Stylint
npx stylelint "**/*.{css,scss}"
- Eslint
npx eslint "**/*.{js,jsx}"
Not available for now
π€ Author1
- GitHub: ikennarichard
- LinkedIn: Ikenna Oguejiofor
- Improve page UI
- Add user interactions
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
Hat tip to Microverse team for inspiring this project.
This project is MIT licensed.