https://github.com/ebeagusamuel/library
A mini book library app
https://github.com/ebeagusamuel/library
Last synced: 2 months ago
JSON representation
A mini book library app
- Host: GitHub
- URL: https://github.com/ebeagusamuel/library
- Owner: ebeagusamuel
- License: mit
- Created: 2020-08-25T13:16:50.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2020-09-01T08:18:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T20:51:14.909Z (4 months ago)
- Language: HTML
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIBRARY
This project is part of the Microverse curriculum in JavaScript module!
## Table of Contents
- [About the Project](#about-the-project)
- [Contributors](#contributors)
- [Acknowledgements](#acknowledgements)
- [License](#license)## About The Project
A Library app where you can add books and mark whether you've read the book or not. You can add and delete book from the library.
Note that this is just a practice app, once the page is refreshed the book lists will go away since we are not using any external storage
## Contributing
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
- `cd` into the project directory
- Run `git checkout -b your-branch-name`
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review### Built With
This project was built using these technologies.
- Javascript
- HTML/CSS
- ESlint
- VSCode editor
- Git-Flow## Contributors
**Author1**
**Ebeagu Samuel**
- Github: [ebeagusamuel](https://github.com/ebeagusamuel)
- Twitter: [@ebeagu_samuel](https://twitter.com/ebeagu_samuel)
- Linkedin: [Ebeagu Samuel](https://www.linkedin.com/in/ebeagusamuel)
- E-mail: [email protected]**Author2**
**Adetayo Sunkanmi**
- Github: [@jstloyal](https://github.com/jstloyal)
- Twitter: [@jstloyalty](https://twitter.com/jstloyalty)
- Linkedin: [Adetayo Sunkanmi](https://www.linkedin.com/in/jstloyalty)
- E-mail: [email protected]## Acknowledgements
- [Microverse](https://www.microverse.org/)
- [The Odin Project](https://www.theodinproject.com/)## License
📝
This project is [MIT](https://opensource.org/licenses/MIT) licensed.