This is a simple CRUD (Create, Read, Update, Delete) application built using React. The application allows users to add, edit, and delete user information, which includes details like name, email, phone number, date of birth, city, district, province, country, and profile picture.
- Add new users
- View a list of users
- Edit user information
- Delete users
- Pagination for the user list
- Form validation
- React
- Axios for API requests
- Local storage for data persistence
-
Clone the repository: git clone https://github.com/SumLama/React.git
-
Navigate to the project directory: cd react-form
-
Install the dependencies: npm install
-
Start the application: npm start