The 'Bookstore' is a website similar to the "Awesome Books" website already built with JavaScript. It allows you to: Display a list of books.
- Add a book.
- Remove a selected book.
Built With
- REACT, REDUX
- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
- Node installed locally;
- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Type
git clone git@github.com:mateo951/bookstore.git
; - Open the folder todo-list that was created on your IDE;
- To install all the dependencies in the package-lock.json:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to be inside the math-magicians repo folder;
- Run npm install or npm i;
- Unit Tests:
npm run test
ornpm test
- Linters Tests:
- Eslint: run
npx eslint .
- Stylelint: run
npx stylelint "**/*.{css,scss}"
- Eslint: run
- Run a Live Version of the Dist Folder:
- Run
npm start
- Run
- To Deploy to GH-Pages:
- Run
npm run deploy
- Run
👤 Mateo Villagómez
GitHub: @mateo951
Twitter: @MVGameDev
LinkedIn: @Mateo Villagómez
🤝 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!
📝 License This project is MIT licensed.