- Project built for the Zero To Mastery Full Stack Web Development course.
- Securely create a user account (passwords encrypted with bcrypt).
- Submit the URL of any image containing faces.
- The app will detect and highlight any visible faces in the image.
- Ready to try it out? Launch the app
The app concept was provided by ZTM. I implemented the API functionality, AI integration, authentication logic, database queries, and custom CSS. I also modernized the React and Express syntax, structured the backend using routes/controllers/services, and deployed using Supabase, Fly.io, and Netlify.
- Security: Encrypted user passwords with bcrypt, implemented SSL check for all auth API calls
- AI Integration: Connected to the Clarifai Face Detection API
- Authentication: Built protected frontend routes and backend session logic