An internal application that helps me manage track my job applications, schedule interviews, and interact with an AI chatbot for email responses.
This is an Expo project created with create-expo-app
.
- List of jobs that you have applied to.
- Track the status of each job application.
- Schedule of interviews and other important events.
- Each thread is a conversation with an AI chatbot that helps you reply to email responses based on various criteria.
- Integration with Gemini for AI responses.
- Set up your personal information.
- Generate your own resume/CV based on the information provided.
- Use an HTML template to fill in your resume/CV details.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.