/Book-Store

Primary LanguageJavaScriptMIT LicenseMIT

Book Store

This is a project aimed at learning professional use of React/React-Redux. It features books management practices l.e Adding, Editing, Completing and Removing books from the system using Redux actions and reducers.

Built With

  • JavaScript
  • ReactJs, tailwindCSS
  • Git, GitHub, Git workflow

Live Demo (if available)

Coming soon

Getting Started

To have a copy of this project running on your local machine, follow these commands:

  • Clone this repo to your local machine
    • git@github.com:Rn486/Book-Store.git
    • Open the folder "Book-Store" and run npm install to install all necesary scripts,
    • Run from your termminal, npm start to open the project in your browser.

This project was bootstrapped with Create React App.

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

Prerequisites

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep.

Visual Studio Code is a free coding editor that helps you start coding quickly. Use it to code in any programming language, without switching editors.

Setup

Run from your terminal:

  • npx create-react-app

cd into Book-Store folder, then run from your terminal:

  • npm start

Usage

**When the above commands aresuccessfully run, your browser should open on localhost:3000, if not, open your browser and load 127.0.0.1:3000 to see your default template loaded

Run tests

coming soon 👍

Deployment

coming soon 👍

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Microverse

📝 License

This project is MIT licensed.