Skip to content

adhi1911/E-Library

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» E-Library

Welcome to the E-Library Repository. Its a simple library with a user friendly interface for the beginners. The purpose of this e-library is to store, access, and manage books, audio files, images, and video files. The library has been made using HTML,CSS and Javascript. It has a collection of good books in an organized digital form which will enable the user to search a book easily for reference and read.

" Why buy a book when you can join an E-Library ? "

Screenshot

Screenshot of E-library project

HacktoberFest participation ✍

Participating in Hacktoberfest will lead to personal growth, professional opportunities, and community building.
Last Date For Participation : Octorber 31

πŸ–‹ Contributing Instructions πŸ“‹

  • Pull requests can be made in any GitHub or GitLab hosted project that’s participating in Hacktoberfest. If you are a beginner, hands on the basics of Github and Git.
  • For contributing, Either work on the existing issues or raise a new issue in any repository.
  • Once the owner of the repository assigns you the issue, you can start working on it.
  • Star this repository.
  • Fork this Repository using the button at the top on the right corner.
  • Clone your forked repository to your PC ( git clone "url from clone option")
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)
  • Make the necessary changes you wish to modify
  • Add your files (git add -A), commit (git commit -m "added myself"), and push (git push origin new-user)
  • Create a pull request.
  • If owner approves the changes and merge with the code, issue will get closed and Contribution will be marked in your name.

Happy Hacking! πŸŽ‰

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.9%
  • CSS 17.7%
  • JavaScript 10.4%