Skip to content

shekharnwagh/bookapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookapp

A simple book management app — one of my first React projects, built while learning the basics.

It's a straightforward CRUD app: add, edit, and delete books from a list. No backend — data lives in memory and resets on page refresh.

What it does

  • View a list of books (name, author, price)
  • Add a new book
  • Edit an existing book
  • Delete a book

Tech

  • React (with React Router for navigation)
  • Bootstrap 4 for styling
  • Vite (migrated from CRA)

Running locally

npm install
npm run dev

Open http://localhost:5173

Build

npm run build
npm run preview

About

React CRUD application (without backend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors