- HTML5 markup to build raw structure of this web page
- React
- CSS3 custom properties, FlexBox, Grid to make the website visually attractive
- Javascript
- Linters for coding convention and coding formating
- Webpack
The bookstore app displays a list of books and allows to add and remove books.
To run this project you need:
- A GitHub account
- Node JS
- Webpack
- A web browser to view output e.g. Microsoft Edge.
- An IDE e.g Visual studio code.
- A terminal.
Clone this repository:
git clone https://github.com/mariegrace31/bookstore.git
Navigate to the folder
cd bookstore
Checkout the branch
git checkout main
Install all dependencies:
npm install
Run the following code to fix possible JavaScript linter errors:
npx eslint . --fix
Open the page in the browser
$ npm start
Author 1 👤 Marie Grace
- GitHub: @mariegrace31
- Twitter: @mariegracebmg
- LinkedIn: Marie Grace Bahati
If you have suggestions 📝, ideas 🤔, or bug reports 🐛, please feel free to open an issue on GitHub. Remember, every contribution, no matter how big or small, makes a difference.
Thank you for taking the time to explore my GitHub project! Your support means a lot to me. If you find my project valuable and would like to contribute, here are a few ways you can support me:
-
Star the project ⭐️: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.
-
Fork the project 🍴 🎣: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your version and even submit pull requests to suggest changes.
-
Share with others 🗺️: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.
I would like to express my sincere gratitude to Microverse, the dedicated reviewers, and collaborators. Your unwavering support and feedback have played an immense role in making this journey a resounding success. Thank you for being an integral part of our achievements.
This project is MIT licensed.