React application front end for boxes-api
Go to file
Steve White 7b1184c81d made the boxes table smaller 2024-10-19 12:44:36 -05:00
public added default.jpg and fixed image display code 2024-10-10 17:15:06 -05:00
src made the boxes table smaller 2024-10-19 12:44:36 -05:00
.env cleaning up errors 2024-10-11 20:23:46 -05:00
.gitignore Initialize project using Create React App 2024-10-07 12:42:07 -05:00
README.md Update README.md 2024-10-09 05:01:50 +00:00
package-lock.json Updated after fixing box.id. 2024-10-08 08:02:52 -05:00
package.json Updated after fixing box.id. 2024-10-08 08:02:52 -05:00

README.md

Boxes App (Frontend)

This is the frontend application for the Boxes App, built with React. It allows users to manage boxes and their contents.

Features

  • 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.

Technologies Used

  • 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.

Installation

  1. Clone the repository:
    git clone git@gitea.r8z.us:stwhite/boxes-fe.git