This application lets users use AI to generate job applications. The user can also store their CV content in Firebase and use it to generate job applications. The user can also subscribe to a newsletter using Mailchimp. The frontend is built with React and TailwindCSS. The frontend is deployed to Azure App Service using Github Actions.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/matsgund/jobbsokeren-fe.git
- Navigate to the project directory:
cd jobbsokeren-fe
- Install the dependencies:
npm install
- Start the server:
npm run dev
The server runs on http://localhost:5173/ by default.
Deployed to azure app service using github actions.
- react - The web framework used
- tailwindcss - CSS framework
- Firebase - Database service
- Mailchimp - Email service
- OpenAI - AI service
- Azure - Cloud service
- Mats Gundersen - matsgund