{"id":19481425,"url":"https://github.com/gauravooo2/full-stack_user-profile-management_project_frontend","last_synced_at":"2026-04-19T01:02:43.135Z","repository":{"id":256905204,"uuid":"856743706","full_name":"GauravOOO2/full-stack_User-Profile-Management_project_frontend","owner":"GauravOOO2","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-22T09:14:30.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T07:17:07.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GauravOOO2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T05:57:16.000Z","updated_at":"2024-10-22T09:14:33.000Z","dependencies_parsed_at":"2024-09-13T20:03:01.922Z","dependency_job_id":"1001f5a5-7ccb-45ad-bc5b-eaedb59aaea2","html_url":"https://github.com/GauravOOO2/full-stack_User-Profile-Management_project_frontend","commit_stats":null,"previous_names":["gauravooo2/full-stack_two_endpoints_project_frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Ffull-stack_User-Profile-Management_project_frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Ffull-stack_User-Profile-Management_project_frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Ffull-stack_User-Profile-Management_project_frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2Ffull-stack_User-Profile-Management_project_frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GauravOOO2","download_url":"https://codeload.github.com/GauravOOO2/full-stack_User-Profile-Management_project_frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240712838,"owners_count":19845548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T20:04:47.325Z","updated_at":"2026-04-19T01:02:43.088Z","avatar_url":"https://github.com/GauravOOO2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full-Stack User Profile Management Project Frontend\n\n## Description\n\nThis project is the frontend component of a full-stack application, built using Next.js and React. It provides a user interface for managing users and their profiles, interacting with the backend API to perform CRUD operations.\n\n### What This Project Does\n\n1. **User Management Interface**:\n   - Displays a list of all users\n   - Allows creation of new user accounts\n   - Provides forms for updating user information\n   - Supports deletion of user accounts with confirmation\n\n2. **Profile Management Interface**:\n   - Shows detailed user profiles\n   - Enables creation and editing of user profiles\n   - Allows viewing of profile information\n\n3. **Responsive Design**:\n   - Utilizes Tailwind CSS for a responsive and modern UI\n   - Ensures a seamless experience across various device sizes\n\n4. **State Management**:\n   - Uses Redux for efficient state management across the application\n\n5. **Form Handling**:\n   - Implements React Hook Form for efficient form state management and validation\n\n6. **API Integration**:\n   - Communicates with the backend API to perform all CRUD operations\n\nThis frontend application provides an intuitive and user-friendly interface for managing user data, making it suitable for various applications such as admin panels, user management systems, or as part of a larger application requiring user account functionality.\n\n## Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/)\n- **Language**: TypeScript\n- **State Management**: Redux\n- **Styling**: Tailwind CSS\n- **Form Handling**: React Hook Form\n- **API Calls**: Axios\n\n## Features\n\n- User listing, creation, editing, and deletion\n- User profile management\n- Responsive design\n- State management with Redux\n- Form validation and handling\n- API integration with backend\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Node.js (v14 or later)\n- npm (v6 or later)\n- Backend API running (see backend repository)\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/GauravOOO2/full-stack_two_endPoints_project_Frontend.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd full-stack_two_endPoints_project_Frontend\n   ```\n\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n4. Set up your environment variables:\n   - Create a `.env.local` file in the root directory\n   - Add necessary variables, such as the API URL\n\n## Running the Application\n\nTo run the application in development mode:\n```\nnpm run dev\n```\n\nTo run the application in production mode:\n```bash\nnpm run build\nnpm run start\n```\n\n\n\n    \n## Available Scripts\n\nIn the project directory, you can run:\n\n- `npm run dev`: Runs the app in development mode\n- `npm run build`: Builds the app for production\n- `npm start`: Runs the built app in production mode\n- `npm run lint`: Runs the linter to check for code quality issues\n\n## Contributing\n\nContributions to this project are welcome. Please follow these steps:\n\n1. Fork the repository\n2. Create a new branch: `git checkout -b feature-branch-name`\n3. Make your changes and commit them: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin feature-branch-name`\n5. Create a pull request\n\n\n## Contact\n\nIf you have any questions or feedback, please contact:\n\nGaurav - varmagaurav840@gmail.com\n\n\nProject Link: [https://github.com/GauravOOO2/full-stack_two_endPoints_project_Frontend](https://github.com/GauravOOO2/full-stack_two_endPoints_project_Frontend)\n\n## Acknowledgments\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [React Documentation](https://reactjs.org/docs/getting-started.html)\n- [Redux Toolkit](https://redux-toolkit.js.org/)\n- [Tailwind CSS](https://tailwindcss.com/docs)\n- [React Hook Form](https://react-hook-form.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Ffull-stack_user-profile-management_project_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravooo2%2Ffull-stack_user-profile-management_project_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Ffull-stack_user-profile-management_project_frontend/lists"}