Mini project contact management app
- Create, view, update, and delete contacts
- Search contacts by name or email
- ↕Sort contacts by email
- Real-time form validation
- React (v18 or higher)
- Bootstrap 5
Before running this project, make sure you have:
- Node.js (v18 or higher)
- npm (v6 or higher)
- Clone the repository:
git https://github.com/KNim99/ContactManagementApp-Frontend.git
cd contact-management-frontend- Install dependencies:
npm install- Create a .env file based on .env.sample:
cp .env.sample .env- Start the development server:
npm startThe application will open in your default browser at http://localhost:3000.