Skip to content

The Bookstore React App is an SPA that allows users to browse and purchase books. It is built using the Reactjs and Redux.

License

Notifications You must be signed in to change notification settings

Errytagedesign/bookStore

Repository files navigation

Book Store Projects

📗 Table of Contents

📖 A Book Store project create with React

A Book Store project developed with React, gitflow, and githubflow. In addition, i added Linters for Css and Javascript.

🛠 Built With

1-Reactjs 2-Css 3-Js

Tech Stack

Client

Key Features

  • Initial setup with CRA.
  • Add Linters.

(back to top)

💻 Getting Started

Prerequisites

1-Web Browser 2-Code Editor 3-Git

Setup

Clone this repository to your desired folder:

Run this Command:

  cd my-folder
  git clone https://github.com/Errytagedesign/bookStore

Install

First you need to install the node package files Run this command:

  cd bookStore
  npm install

Usage

  • In order to use this project you either create branch to add more features.
  • But in order to run the project run npm start
  • Run npm run build when you're done.

Run Linters

I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work in html and css you can use below commands

  • in order to run the linter test on index.html:
  npx eslint "**/*.{js,jsx}"
  • in order to run the linter test on stylesheets:
 npx styleint "**/*.{css,scss}"

Deployment

(back to top)

👥 Authors

👤 Sodeeq Awoyemi

(back to top)

🔭 Future Features

  • Add comments functionality
  • Update category page

(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 just give it a star -

(back to top)

🙏 Acknowledgments

I would like to thank Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Bookstore React App is an SPA that allows users to browse and purchase books. It is built using the Reactjs and Redux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published