Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisanjmr/customer-data-management
customer data management application
https://github.com/raisanjmr/customer-data-management
Last synced: about 11 hours ago
JSON representation
customer data management application
- Host: GitHub
- URL: https://github.com/raisanjmr/customer-data-management
- Owner: RaisanJMR
- Created: 2023-08-15T18:29:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T19:13:48.000Z (over 1 year ago)
- Last Synced: 2023-08-15T20:34:56.843Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://customer-data-management-jmr.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Customer Data Management
This is a simple customer management application built with [Next.js version 13.4.16](https://nextjs.org/docs)
## Features
- List all users
- View user profile individually
- Update profile
- Add new user
- Input form validation
- Custom error's
- validation error - if a user tries to submit the form without necessary inputs it will show error
- if the email is not correctly formatted it shows error
- if the phone number dosent have 10 digits ar more than 10 digits
- Confirnation Modal on Delete a user
- Folder based routing## How to run locally
step: 1
```bash
git clone https://github.com/RaisanJMR/customer-data-management.git
```
step: 2 run below command in root
```bash
npm install
```
step: 3 run below command in root
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```## Project Explanation
to view project explanation [click here](https://youtu.be/TaIDvO9JEKs)
## Deployment
- app deployed on vercel
- to view live [click here](https://customer-data-management-opal.vercel.app/)