Skip to content

orepras/book-library

Repository files navigation

Personal Book Library

A simple web application to track finished books. Built with Next.js and styled with Tailwind CSS.

Features

  • Add books with title, author, and finish date
  • View list of finished books
  • Delete books from your list

Tech Stack

Prerequisites

  • Node.js (version 14 or higher)
  • npm (comes with Node.js)

Adding a Book

  1. Fill in the book details in the "Add New Book" form:

    • Book Title
    • Author
    • Finish Date
  2. Click "Add Book" to save the book to your list

Managing Books

  • View all your finished books in the "My Finished Books" section
  • Delete any book by clicking the delete icon next to it
  • Books are automatically saved to your browser's localStorage

Project Structure

book-library/ ├── src/ │ ├── app/ │ │ ├── components/ │ │ │ ├── BookListCreate.jsx │ │ │ └── BookListRead.jsx │ │ ├── layout.js │ │ └── page.js ├── package.json └── README.md

About

simple book library crud app to add your finished reading list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published