Skip to content

5AbhishekSaxena/LibraryModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryModule

Contribution Open Open Source Love GitHub issues by-label

This is a project primarily focusing on code optimisation, efficiently, architecture and features using a basic model of a library management system. I am trying to use java concepts in order to improve my skills and implement my idea in minimum number of lines and minimum repetition of the code.

Why contribute to this repository

  • Beginner-friendly
  • Polish your java concepts

How to Contribute

  • For contributions in this repository, please read CONTRIBUTING.md first. (Please pull the changes from this repo if you have already forked the repository and are facing conflicts)
  • If you like the repository, please star it.

Integrated Development Environment(IDE) Setup

In order to compile the project easily you'll need an IDE. I used Intellij IDEA Community edition.

  • Download the software from the official website (Download Link).
  • Install the software.
  • Download this project zip and extract it to a location.
  • Open Intellij IDEA and import the project in the software.(File>Open>Select the folder containing the project).

Learning Resources

Creating a pull request

Learn the Git basics