/bookstore

Bookstore is a simple website that stores a booklist!

Primary LanguageJavaScriptMIT LicenseMIT

README

📗 Table of Contents

📖 Bookstore

What is Bookstore?

Bookstore is a simple website build with React that allows you to save books information.

🛠 Built With

Tech Stack

Do you want to know about the tech stack ?

Client

Key Features

This website include the next features:

  • Display a list of books
  • Add a book
  • Remove a selected book
  • Make use of global state management with redux-toolkit

(back to top)

🚀 Live Demo

Would you like to see live demo? check out the link below!

(back to top)

💻 Getting Started

Do you want to make use of this project?

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

Prerequisites

In order to run this project you need pre-installed:

  • Code Editor
  • node
  • npm

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Diegogagan2587/bookstore.git

Install

Install this project with:

  cd bookstore
  npm install

Usage

To run the project, execute the following command:

  npm run start

or

  npm start

previous command should start running the project on a local server.

Run tests

To run tests, run the following command:

  npm test

At this moments, there is no test availabe but you can add your own if you want within the file: app.test.js

Deployment

You can deploy this project using:

    npm run build

(back to top)

👥 Authors

Do you want to know about us? Info below:

👤 Dievo Vidal Lopez

(back to top)

🔭 Future Features

This is a work in progress so we will implement the next features in the future:

  • A nice design
  • Implement connection to an API
  • Implement editable category laber

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Do you want to be part of this project?

If you like this project and have suggestion feel free to contact me at diego27796gagan@gmail.com or take a look into the issues page and add a suggestion! Star this project if you like it!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for proposing this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)