/bookstore

Primary LanguageJavaScriptMIT LicenseMIT

🧮 bookstore

📖 Table of Contents

📖 About the Project

bookstore is a web application that allows users to manage a list of books. It provides functionality to display a list of books, add new books, and remove selected books.

🛠️ Built With

Tech Stack

🖥️ Client

🔑 Key Features

  • Display a list of books: The application allows users to view a list of books currently in the bookstore. Each book is displayed with its title, author, and other relevant information.

(back to top)

💻 Getting Started

Prerequisites

To run this project, you need the following:

  • 🌐 Web browser
  • 🐙 Git
  • 👨‍💻 Code editor

Setup

Clone this repository to your desired folder:

git clone https://github.com/ClarenceAtim/bookstore.git

Install

To install all dependencies, run the following command:

npm install

Run Tests

To run tests, use the following commands:

  • To track CSS linter errors, run:
npx stylelint "**/*.{css,scss}"
  • To track JavaScript linter errors, run:
npx eslint "**/*.{js,jsx}"

Build

To build the project, run the following command:

npm run build

Webpack Development Server

To run the webpack development server, execute the following command:

npm start

(back to top)

👤 Author

👤 ClarenceAtim

(back to top)

🔮 Future Features

  • 📱 Add Animation

  • 📝 Add Model

(back to top)

🤝 Contributing

Contributions to Math Magicians are welcome! If you would like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes and ensure that the code is properly formatted.
  3. Write clear and concise commit messages.
  4. Push your branch to your forked repository.
  5. Submit a pull request detailing the changes you've made.

Feel free to check the issues page.

(back to top)

⭐️ Show Your Support

If you like this project, give it a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing guidance and support during the development of this project.

(back to top)

📝 License

This project is licensed under the MIT License.

(back to top)