Skip to content

bolah2009/react-bookstore

Repository files navigation

Maintainability Test Coverage Build Status codecov Netlify Status

PROJECT: Bookstore App (React and Redux)

This is the first project of the Main React and Redux curriculum at Microverse - @microverseinc

The objective is to create a Bookstore app using React and Redux. The features of the app also include:

  • Add new book
  • Delete existing book
  • Filter books by category
  • Store persistent using localStorage API
  • Linting with ESLint and Stylelint
  • Continuos Integration with Travis

🖼️ Screenshot

Large Screen Small Screen
Book Store Book Store

🛠️ Development

  • Clone the project
git clone https://github.com/bolah2009/react-bookstore.git
  • Install Dependencies
yarn install
  • Run test
yarn test
  • Run linter (eslint and stylelint)
yarn lint:check
  • Run Prettier
yarn format:check
  • Start server (Development mode)
yarn start
  • Start server (Production mode)
yarn build

🧾 TODO

  • Add feature to fetch books from an API endpoint
  • Improve UI/UX

🤝🏾 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

  • Microverse Team

👨🏽‍💻 Author

📝 License

MIT licensed.

About

A bookstore app using react with redux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published