Skip to content

A bookstore website that displays a list of books, allows one to add a book and remove a selected book. Built with React, Redux and Css.

Notifications You must be signed in to change notification settings

Buyaki01/redux-bookstore

Repository files navigation

redux-bookstore

The Bookstore website displays a list of books, allows one to add a book and remove a selected book.

Built With

  • React
  • Redux
  • Css

Installation

Go to your terminal, navigate to your working directory and run

git clone https://github.com/Buyaki01/redux-bookstore

After that navigate to the newly created folder

cd redux-bookstore

You now have access to the files. To install necessary dependencies run

npm install

Start a local server running the command

npm start

You should now have the project running locally on a dev server.

Check linter errors:

  • Run: npx eslint .
  • For css run: npx stylelint "**/*.{css,scss}"

Author

👤 Ritta Buyaki

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Feel free to check the issues page, contribute to the Project by creating an issue.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project
  • Project inspired by Microverse Program
  • Thanks for this Website Design "RITTA SWETA"

About

A bookstore website that displays a list of books, allows one to add a book and remove a selected book. Built with React, Redux and Css.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published