- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A Book Store project developed with React, gitflow, and githubflow. In addition, i added Linters for Css and Javascript.
1-Reactjs 2-Css 3-Js
- Initial setup with CRA.
- Add Linters.
1-Web Browser 2-Code Editor 3-Git
Clone this repository to your desired folder:
Run this Command:
cd my-folder
git clone https://github.com/Errytagedesign/bookStore
First you need to install the node package files Run this command:
cd bookStore
npm install
- In order to use this project you either create branch to add more features.
- But in order to run the project run npm start
- Run npm run build when you're done.
I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work in html and css you can use below commands
- in order to run the linter test on index.html:
npx eslint "**/*.{js,jsx}"
- in order to run the linter test on stylesheets:
npx styleint "**/*.{css,scss}"
- You can easily use github pages, netlify or vercel to deploy your project Useful link about Github Pages Step by Step guide to deploy using netlify Step by Step guide to deploy using vercel
👤 Sodeeq Awoyemi
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add comments functionality
- Update category page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project just give it a star -
I would like to thank Microverse.
This project is MIT licensed.