anita00001 / bookstore

Bookstore is an app that allows you to: Display a list of books, Add a book, Remove a selected book. This project is built with React and Redux.

Home Page:https://bookstore-pi-seven.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Bookstore

This a Bookstore app built with HTML, CSS, REACT and Redux. In this app you can: Display a list of books Add a book Remove a selected book

πŸ›  Tech Stack

React
CSS
Javascript
NodeJS

Key Features

  • I added the functionality for this appπŸ‘.
  • I used React components, props, state and hooks.

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

  • Git bash
  • Visual Code Studio

Setup

Clone this repository to your desired folder:
cd your-folder

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

Install

Installation dependency for linters check Find the guide here.

Usage

Run the project on Visual Studio Code Live Server

  npm install
  npm start

(back to top)

Run tests

To run tests, run the following command:

To check for css errors run:

  npx stylelint "**/*.{css,scss}"

To check for js errors run:

  npx eslint "**/*.{js,jsx}"

Deployment

Deploy using gh-pages

πŸ‘₯ Author

πŸ‘€ Anita Sharma

πŸ”­ Future Features

  • Add Components
  • Add events
  • Fetch data from API

🀝 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!

If you like this project feel comfortable to endorse the authors. Give a star in github repository.

(back to top)

πŸ™ Acknowledgments

I would like to express my sincere gratitude to the following individuals for their help and support in the development of this project:

  • @manzitresor: Thank you for your motivation and encouragement.
    I am truly grateful for all the help and support I have received from these individuals.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Bookstore is an app that allows you to: Display a list of books, Add a book, Remove a selected book. This project is built with React and Redux.

https://bookstore-pi-seven.vercel.app


Languages

Language:JavaScript 66.1%Language:CSS 31.3%Language:HTML 2.6%