The Bookstore is a website that helps you;
- Display a list of books.
- Add a book.
- Remove a selected book.
- JSX
- HTML5
- CSS3
- React
To get a local copy up and running follow these simple example steps.
- clone the repository by running
https://github.com/Christianib003/Bookstore_react.git
- navigate to the folder
cd <DIRECTORY>
- Install packages
npm i
- Run the app
npm start
The page will be opened in your browser
- To run linter tests run :
- npx stylelint "**/*.{css,scss}"
- npx eslint .
Author 1
- Github: Christianib003
- LinkedIn: @Christian Iradukunda Byiringiro
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.