Skip to content

iSchoolTech/DECI-IA1-L4W3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Library Management System Pt.1

Overview

This repository contains a simple Library Management System implemented in JavaScript. You will learn to manage a collection of books using a Library class.

Task

  • Create a Library class to manage books.
  • Implement methods to:
    • Set Title
    • Set Author
    • Set Year
    • Get the Book Details

Getting Started

  1. Fork the Repository: Click the "Fork" button at the top right corner of this page.

  2. Clone Your Fork:

    git clone https://github.com/<yourusername>/Library-Management-System.git
  3. Open the Code: Use your favorite code editor to start coding.

  4. Implement the Book Class: Define properties for title, author, and year, and add methods to set these details.

Good Luck!

About

Library Management System Pt.1

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors