This is a project which entails a booklist where a user can add and remove books. It is highly effective for someone who wants to keep track of the books they're reading or a person who owns a library and wants to keep track of the books borrowed and those returned. I am yet to implement the full functionality of this website.
It is a simple Digital Library Application using Vanilla JavaScript where you can add, delete, search and filter through books. What's unique about it is that I have implemented the concept of Local Storage of Web Browser so even when you reload the website the previous changes made are still reflected.
Simple ReactJS application with a list of books. The application includes a list of books, book details and a possibility to add new book to the list. Application created for recruitment purposes.