https://github.com/hritik-6918/cold-email-generator
https://github.com/hritik-6918/cold-email-generator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hritik-6918/cold-email-generator
- Owner: hritik-6918
- Created: 2024-12-31T11:59:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:11:07.000Z (5 months ago)
- Last Synced: 2024-12-31T13:19:29.314Z (5 months ago)
- Language: TypeScript
- Homepage: https://cold-email-generator-hritik6918.vercel.app/
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cold Email Generator
A React application that helps users generate personalized cold emails for job applications by analyzing job descriptions.
## Features
- 📝 Paste job description and generate personalized emails
- 🎯 Automatically extracts key information:
- Company name
- Job role
- Required skills
- Key requirements
- 📋 One-click copy to clipboard
- 🎨 Clean, responsive UI with Tailwind CSS
- ⚡ Built with Vite for optimal performance## Tech Stack
- React 18
- TypeScript
- Tailwind CSS
- Vite
- Lucide React (for icons)## Getting Started
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```## Development
- `npm run dev` - Start development server
- `npm run build` - Build for production
- `npm run preview` - Preview production build
- `npm run lint` - Run ESLint## Contributing
Feel free to submit issues and enhancement requests.
## License
MIT
## Author
Built by hritik6918 with 💖