/Bookstore

Bookstore is a web app that allows you to manage the books your reading, you can add/delete a book and view your progress on current books. It's Built with React and Redux (state management).

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore

📗 Table of Contents

📖 Bookstore

Bookstore is an app that allows you to view a list of books, add a new book and remove a book. Built using React and Redux (state management).

🛠 Built With

Tech Stack

Client
  • React
Server
  • Not Available
Database
  • Not Available

Key Features

  • Project setup with React
  • Books page
  • Section for adding new book

(back to top)

🚀 Live Demo

Live Demo

(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:

  • Nodejs
  • Node Package Manager
  • VS Code text editor

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:ikennarichard/Bookstore.git

Install

Install this project with:

  cd my-project
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  • Jest Test
  npm test
  • Stylint
npx stylelint "**/*.{css,scss}"
  • Eslint
  npx eslint "**/*.{js,jsx}"

Deployment

Not available for now

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Improve page UI
  • Add user interactions

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Hat tip to Microverse team for inspiring this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)