Skip to content

Latest commit

 

History

History
172 lines (94 loc) · 3.67 KB

README.md

File metadata and controls

172 lines (94 loc) · 3.67 KB

📗 Table of Contents

📖 [Bookstore]

The Bookstore is a website that allow you to Display a list of books, Add a book, and Remove a selected book

🛠 Built With

Tech Stack

Client

Key Features

  • Set up the project using (CRA) create-react-app👍.
  • Remove the boilerplate from the project after setting up💯.
  • Use the basic CSS style for styling the components.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:abdozayan12/Bookstore.git

Install

Install this project with:

  cd Bookstore
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests for the linter, run the following command:

 npx hint .
npx eslint . --fix

(back to top)

👥 Authors

👤 Abd elhakim Zayan

(back to top)

🔭 Future Features

  • I will test this app using the library from React or maybe use Jest to test it👌💯.
  • Add the react-router dom for the project to navigate from the pages using the navigation
  • Add the Quotes component to fetch the quotes from the API 🚀

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

  • If you like this project you can give me a star 😊 just to prove my app that it is useful for everyone and the users can use it to calculate anything 💯.

(back to top)

🙏 Acknowledgments

  • I would like to thank Microverse for this opportunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)