User Registration & Management System
A simple and responsive user registration and management system built with React, Tailwind CSS, and Axios. The app allows users to register and manage their details with ease. It supports CRUD operations (Create, Read, Update, Delete) and integrates with a REST API for backend communication.
Features
- User Registration: Collects and stores user details such as name, email, phone, and password.
- CRUD Operations: Allows users to be added, viewed, updated, and deleted.
- Responsive Design: Tailored for different screen sizes using Tailwind CSS.
- Notifications: Provides real-time feedback using React Toastify.
- API Integration: Communicates with a backend API for data management.
Usage
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and go to http://localhost:3000
to view the app.
- Register a User: Fill in the form and click "Save".
- Edit a User: Click "Edit" next to a user, modify the details, and click "Update".
- Delete a User: Click "Delete" next to a user to remove them.
Technologies Used
- React: Frontend framework
- Tailwind CSS: Styling
- Axios: HTTP client for API calls
- React Toastify: Notifications
Contributing
Feel free to submit issues or pull requests if you have suggestions or improvements.
License
This project is licensed under the MIT License.