/book-store

A website that contains Books and Categories pages. This project was initialized with components, you can add and remove books and also fetch data from the provided API.

Primary LanguageJavaScript

Book-Store : Styling

Book-Store is a simple website that displays a list of books and adds and removes books from the list. To achieve this project, apply HTML, CSS, and JavaScript best practices using React and Redux.

ScreenShoot

screenshot

Built With

  • HTML
  • CSS
  • JavaScript
  • React

Live Demo

Click Here

Getting Started

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

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • git clone the project
git clone git@github.com:Debas-31/book-store
  • Install Dependencies
npm install
  • To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
  • Automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
  • To fix automatically javaScript issues found
npx eslint . --fix
  • Finally, start your development server by running:
npm start

👤 Debas Gebreslasie

🤝 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

  • React Community
  • Zeplin
  • Microverse

📝 License

MIT licensed.