boxes-fe/README.md

30 lines
915 B
Markdown
Raw Normal View History

2024-10-09 05:01:13 +00:00
# Boxes App (Frontend)
2024-10-09 05:01:13 +00:00
This is the frontend application for the Boxes App, built with React. It allows users to manage boxes and their contents.
2024-10-09 05:01:13 +00:00
## Features
2024-10-09 05:01:13 +00:00
- **User Authentication:** Users can log in to access their boxes and items.
- **Box Management:**
- Create new boxes.
- View a list of existing boxes.
- Delete boxes.
- **Item Management:**
- View items within a box.
- Add new items to a box.
- Edit existing item details.
- Delete items from a box.
2024-10-09 05:01:13 +00:00
## Technologies Used
2024-10-09 05:01:13 +00:00
- **React:** JavaScript library for building user interfaces.
- **Material-UI:** React component library for providing pre-built UI elements.
- **Axios:** Promise-based HTTP client for making API requests.
- **React Router:** Library for handling routing and navigation in a React application.
2024-10-09 05:01:13 +00:00
## Installation
2024-10-09 05:01:13 +00:00
1. **Clone the repository:**
```bash
git clone https://gitea.r8z.us/stwhite/boxes-fe