A simple project that simulates a user registration screen, using React for the interface, integrated with an API and a database. The goal is to demonstrate how to create a web application that registers users and stores the data in a database, using API calls for communication between the front-end and back-end.
- User registration interface.
- CRUD (Create, Read, Update, Delete)
- Integration with an API to send and receive data.
- User data storage in a database.
- Form validation on the front-end.
This project was built using the following technologies:
- React with Vite (Library and build tool for the interface)
- API using Node.js/Express
- MongoDB
