Skip to content

An app that allows users to manage their book records by adding a new record, updating, and removing records. Changes are persisted using APIs. Built with HTML5, CSS3, Redux, and React.

Notifications You must be signed in to change notification settings

sntakirutimana72/Bookstore

Repository files navigation

Bookstore

An app that displays book management records and their respective categories. Built with HTML5, CSS3, and React.

Built With

  • HTML5
  • CSS3
  • JavaScript
  • React

Live Demo

live demo links go here

Getting Started

To get a copy of this project running on your local computer, do the followings:

Prerequisites

  • Must have a working computer
  • A Web-Browser installed (Chrome - Recommended)

Setup

  • Install VSCode (link)
  • Clone this project repository on your local computer. (link)
  • Open the project directory with VSCode

Install

Open Terminal/Shell inside your VSCode and run

  npm install --force

Run tests

  • For stylelint tests, run
      npm run lint:style
    
  • For eslint tests, run
      npm run lint:es
    
  • For react tests, run
      npm test
    

Deployment

deployed version link goes here

Authors

👤 Steve

🤝 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

  • Fellow Micronauts

📝 License

This project is MIT licensed.

About

An app that allows users to manage their book records by adding a new record, updating, and removing records. Changes are persisted using APIs. Built with HTML5, CSS3, Redux, and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published