This is a web application built using Next.js and React that allows users to manage customer information.
- Clone this repository:
git clone https://github.com/sammed-21/data-management.git - Navigate to the project directory:
cd data-management - Install dependencies:
npm install - Run the development server:
npm run dev - Open your browser and visit:
http://localhost:3000
- Visit the homepage to see the list of customers and their basic information.
- Click "Add Customer" to add a new customer.
- Click on a customer's name to view and update their details.
- Delete a customer by clicking the "Delete" button.
- Next.js
- React
- TypeScript
- Tailwind CSS
- React Hook Form
- Yup
- Context API
- This project was created by Sammed.