The Bookstore is a website that allows you to display a list of books, add a book and remove a book!ics.
The following stacks were used
- HTML
- CSS
- Javascript
- Create React App
- ReactJS library
- Using JSX syntax
- Unit test with jest
- Boostrap
Clone this repository to your desired folder:
Example commands:
git clone [email protected]:PabloBona/bookstore-react-app.git
Install this project's dependencies with:
cd bookstore-react-app
npm install
To run the project, execute the following command:
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npm test
If you follow the tutorial above to setup linters then you can run these tests
npx hint .
npx stylelint "**/*.scss"
or if you use css then run this instead of the latter command above
npx stylelint "**/*.{css,scss}"
In the project directory, you can run:
Note: this is a one-way operation. Once you eject
, you can't go back!
You can deploy this project using: GitHub Pages or Netlify
-
👤 Pablo Bonasera
- GitHub: @BonPa
- LinkedIn: Pablo Bonasera
- Customizable notifications and alerts
- Multilingual support
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can follow me on github for more.
- We would like to express our heartfelt gratitude to Microvere for the invaluable learning experience they have provided. The supportive community, dedicated mentors, and remote collaboration opportunities have enhanced my technical skills and prepared me for real-world projects.
-
Are the linters necessary?
- It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.
This project is MIT licensed.