Portuguese version: README.md
The frontend is a portfolio showcase for the People Management API. It presents project context, key endpoints, and a live demo area with full CRUD.
- React 19
- Styled Components
- Axios
- React Toastify
docker compose up --buildAccess:
npm install
npm startREACT_APP_API_URL(e.g.http://localhost:8800/users)
- Create, edit, and delete users.
- Email and birth date validation.
- Toast feedback.
- Responsive, portfolio-oriented layout.