- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
My Bookstore Project is a react.js project which allows users to add and remove books from a list by interacting.
API USED
- Contains a form to create new books that's posted to an API.
- Contains a navigation to link to the 2 routes created
- Contains a redux directory with componenets and feature to recreate initial functionality with redux store.
- Fetch and Render books from API
- Add book to API functionality.
- Remove book from API functionality.
In order to run this project you need to:
- Have npm installed in your project:
curl -qL https://www.npmjs.com/install.sh | sh
Clone this repository to your desired folder:
git clone git remote add origin https://github.com/ClintonYounge/My-Bookstore-Project
or
git clone git remote add origin https://github.com/ClintonYounge/My-Bookstore-Project
<-- Only if you have SSH keys configured on your GitHub account.
or
Utilizing Github Desktop. A simple interface, thats powerful enough to simplify this process. https://desktop.github.com/
Run the npm install
command in your console to install all necessary dependencies.
👤 Clinton Younge
- GitHub: @ClintonYounge
- Linkedin: @clinton-younge
- Twitter: @YoungeCjay
-[Better UX]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to leave a star to show your support.
I would like to give thanks to Microverse for providing an environment that makes me strive to grow as a developer.
This project is MIT licensed.