Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryana265/book-management-system---redux
A book management application that enables users to add, view, and delete books within a clean, organized interface
https://github.com/ryana265/book-management-system---redux
bookmanagementsystem crud react redux-toolkit
Last synced: about 15 hours ago
JSON representation
A book management application that enables users to add, view, and delete books within a clean, organized interface
- Host: GitHub
- URL: https://github.com/ryana265/book-management-system---redux
- Owner: Ryana265
- Created: 2024-10-11T17:24:59.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-30T10:23:36.000Z (19 days ago)
- Last Synced: 2024-10-30T11:27:15.361Z (19 days ago)
- Topics: bookmanagementsystem, crud, react, redux-toolkit
- Language: JavaScript
- Homepage: https://book-management-system-redux.vercel.app
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📚 Book Management App with React and Redux
### Overview
A streamlined React application for managing your book collection. Built with Redux for state management, this app provides an intuitive interface for tracking and organizing your books.
### Features
- ✨ **Add new books** with details (ID, name, author, genre)
- 📚 **View all books** in a responsive table format
- 🗑️ **Delete books** from your collection
- 🎯 **Simple and user-friendly interface**---
### Technologies Used
- **React.js**
- **Redux Toolkit**
- **React Router DOM**
- **Bootstrap** for styling---
### Prerequisites
- Node.js installed on your system
- npm (comes with Node.js)### React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh