/Bookstore

The Bookstore is a website similar to the "Awesome Books" website. The Bookstore can display a list of books, allows user to add a book and remove a selected book.

Primary LanguageJavaScript

Bookstore: Styling

In this project, I have connected my React-Redux application to an existing API to create and remove books in a remote server by doing the following:

  • Used store, actions and reducers in React.
  • Connect React and Redux.
  • Connected an existing API via Redux and used the data to display the books.
  • Applied React best practices and language style guides in code. bookstore

Built With

This project is built with:

  • React
  • CSS
  • JavaScript

Getting Started

To get the content of this project locally you need to run this command in your terminal:

git clone https://github.com/Mutalenic/Bookstore/.git cd math-magicians npm install To download all the dependancies of the project Use npm start to run the app in your browser

Test For tracking linter errors locally you need to follow these steps: After cloning the project make sure you have run this command npm install command

For tracking the linterj errors in CSS file run:

npx stylelint "*/.{css,scss}"

And For tracking the linter errors in JavaScript file run:

npx eslint .

Use npm run build to run the app in live server

Author

👤 Nicholas Mutale

Contributions, issues, and feature requests are welcome!

Feel free to check the [https://github.com/Mutalenic/Bookstore/issues]

Show your support

Give a ⭐️ if you like this project

📝 License

This project is MIT licensed.