- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/GVSL-Lahiru/CallMarkApp_V2.git cd CallMarkApp_V2 -
Install dependencies
npm install
-
Configure your API key
- Open
.env.local - Set your Gemini API key:
GEMINI_API_KEY=your_api_key_here
- Open
-
Run the development server
npm run dev
-
Open in browser
- Navigate to
http://localhost:3000
- Navigate to
- 📜 Easily categorize customer lists
- 📊 Real-time call marking and annotation
- 💾 Persistent data storage
- 🎨 Intuitive user interface
- ⚡ Fast and responsive
CallMarkApp_V2/
├── public/ # Static assets
├── src/ # Source code
├── .env.local # Environment variables
├── package.json # Dependencies
└── README.md # This file
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm start |
Start production server |
npm test |
Run tests |
Create a .env.local file in the root directory:
# Gemini API Configuration
GEMINI_API_KEY=your_gemini_api_key_here
# Optional: API Endpoints
NEXT_PUBLIC_API_URL=http://localhost:3000/apiFor more information, refer to:
This project is licensed under the MIT License - see the LICENSE file for details.
Made with "Google AI Studio" by GVSL-Lahiru
