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.
- View a list of books (name, author, price)
- Add a new book
- Edit an existing book
- Delete a book
- React (with React Router for navigation)
- Bootstrap 4 for styling
- Vite (migrated from CRA)
npm install
npm run devnpm run build
npm run preview