A modern React application for managing contacts with a beautiful UI and smooth animations.
- Add new contacts
- View all contacts
- Delete contacts
- Modern UI with animations
- Glassmorphism design
- Responsive layout
- Install JSON Server:
npm install json-server --save-dev- Build the application:
npm run build- Start the JSON Server:
npm run server- In a new terminal, start the React application:
npm startThe application will be available at http://localhost:3000
- React
- JSON Server
- CSS3 with Animations