Skip to content

ISaumya1011/E-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Library

Welcome to our E-Library Repository, A simple library which is beginner friendly made from HTML,CSS and Javascript, allows to search for a book and read.

Screenshot

Screenshot of E-library project

Contributing Instructions

  • Raise an issue or work on existing issue
  • wait till you get assigned
  • 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.

Happy hacktober 🎉

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.6%
  • CSS 13.2%
  • JavaScript 12.2%