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.
This project is built with:
- React
- CSS
- JavaScript
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
👤 Nicholas Mutale
- GitHub: @GitHub/Mutalenic
- LinkedIn: @LinkenIn/nicholas-mutale
- Twitter: @Twitter/nicomutale
Feel free to check the [https://github.com/Mutalenic/Bookstore/issues]
Give a ⭐️ if you like this project
This project is MIT licensed.