shahadat3669 / react-bookstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store

πŸ“— Table of Contents

🎯 Book Store

The Bookstore is a website similar to the "Awesome Books" website built in the previous module. I will create an MVP version of it that allows to:

  • Display a list of books.
  • Add a book.
  • Remove a selected book.

πŸ›  Built With

Tech Stack

Technology
  • HTML
  • CSS
  • Javascript
  • React
Tools
  • VS Code
  • GIT
  • GITHUB

Key Features

This project is a simple bookstore. The main features are:

  • Display a list of books
  • Add a book
  • Remove a selected book

(back to top)

πŸš€ Live Demo

currently no link available.

(back to top)

πŸ’» Getting Started

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

Prerequisites

you have to those tools in your local machine.

  • NPM
  • GIT & GITHUB
  • Any Code Editor (VS Code, Brackets, etc)

Setup

Clone the project.

  git clone git@github.com:shahadat3669/react-bookstore.git

Go to the project directory.

  cd react-bookstore

In the project directory, you can run:

  `npm start`

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.You may also see any lint errors in the console.

  `npm test`

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

  `npm run build`

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

(back to top)

πŸ‘₯ Authors

First Author:

Shahadat Hossain

portfolio linkedin twitter

(back to top)

πŸ”­ Future Features

  • We will add categories

(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

(back to top)

❓ FAQ

  • Are you using database?

    • No, I am not using any database.
  • Can I use this project for personal use?

    • Yes, you can use it.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:JavaScript 63.7%Language:SCSS 27.7%Language:HTML 8.6%