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.
🖥️ Client
- 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.
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
Clone this repository to your desired folder:
git clone https://github.com/ClarenceAtim/bookstore.git
To install all dependencies, run the following command:
npm install
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}"
To build the project, run the following command:
npm run build
To run the webpack development server, execute the following command:
npm start
👤 ClarenceAtim
- GitHub: @ClarenceAtim
-
📱 Add Animation
-
📝 Add Model
Contributions to Math Magicians are welcome! If you would like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your contribution.
- Make your changes and ensure that the code is properly formatted.
- Write clear and concise commit messages.
- Push your branch to your forked repository.
- Submit a pull request detailing the changes you've made.
Feel free to check the issues page.
If you like this project, give it a ⭐️.
I would like to thank Microverse for providing guidance and support during the development of this project.
This project is licensed under the MIT License.