Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 964 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 964 Bytes

30DaysOfKotlinProject

Kotlin Bootcamp for Programmer - CodeLabs (Beginners)

Library Management System (commandline)

The project is built from the concepts I am confident with. The projects describes a demo of taking and returning book from a particular library using functions. The user inputs their option and takes/returns the book by entering the book name(with the help of when statement and object call). The concept of nullability is implemented when a wrong input is found in the List of objects having Class called Library().

The Library Class have 2 methods that shows the its function.

MutableList is used to store the names of the books/novels that the user enters.

References

Codelab

Kotlin Docs

Techie Delight: https://www.techiedelight.com/Category/kotlin/

Beginners Book: https://beginnersbook.com/category/kotlin-tutorial/

Demonstration

Video: https://drive.google.com/file/d/1AO4SAFZF6acW4vUjnL6ogGZEawwQ1H9R/view?usp=sharing