Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)