/Bookstore-app

Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is a MVP version of it that allows you to display a list of books, add a book and remove a selected book. Built with React, CSS and JavaScript.

Primary LanguageJavaScript

Bookstore

This is an educational project similar to the "Awesome Books" website. It is a MVP version of it that allows you to:

  • Display a list of books.
  • Add a book.
  • Remove a selected book.

Built With

  • Languages: HTML, CSS and JavaScript
  • Linters: Stylelint and ESLint
  • Front-end library: React
  • Code Editor: VS Code

Website Mockup 📱 💻 🖥️

bookstore

Live Demo 🔗

Check the live demo netlify👈

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ node --version && npm --version

Setup

Clone the repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone git@github.com:Elijahdre/Bookstore-app.git

Usage

Kindly modify the files as needed.

In the project directory, you can run:

$ 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.

Run tests

To check for linters, use the files provided by Microverse. A GitHub action is also set to run during pull request.

$ npm install

Deployment

This app is deployed in the GitHub Pages for easy viewing upon merged on the main branch. Please find the link in the Live Demo section.

Author

👤 Elijah Odjegba

  • GitHub: GitHub Badge
  • Twitter: Twitter Badge
  • LinkedIn: LinkedIn Badge

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.