BOOKSTORE
A great app which lets you store all your favorite books in one place for easy access when you want to read them. Progress is saved as you read and you are also free to and and delete books as you please.
Built With
- JSX, React, Redux
- HTML, CSS, JavaScript
- npm, webpack, linters
Live Demo
Click this link to be redirected to the bookstore web application, hosted with netlify.
Getting Started
To get a local copy up and running follow these simple example steps. for SSH: git clone [email protected]:carlylechia/BOOKSTORE.git
for https: git clone https://github.com/carlylechia/BOOKSTORE.git
Install
after cloning the repo run npm install
Usage
run npm start
for devlopment npm run build
for production code
Run tests
npx stylelint "**/*.{css,scss}"
for CSS check.npx stylelint "**/*.{css,scss}" --fix
to fix JS issues if found.npx eslint .
for JS check.npx eslint . --fix
to fix JS issues if found.
Authors
- GitHub: @CarlyleChia
- Twitter: @ChiaCarlyle
- LinkedIn: LinkedIn
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Microverse: microverse community
📝
License
This project is MIT licensed.