Summary
Momentum Agency provides digital marketing solutions. As part of innovation, a web app was created to offer an interface for users to leverage AI tools like GPT‑3, DALL·E 2, and Codex.

Project description
The app lets users generate copy text, illustrations, and code using AI. A single interface provides access to all three tools and maintains a history of user queries. Built on the MERN stack — ReactJS for the UI and NodeJS for the backend. It uses React Context API, hooks, and routing via React Router, and includes sections like user profile, history, and generators for text and images. Backend communication is via APIs.
Technologies used
| Technology | Use |
| MongoDB | Used for database administration. |
| Express.js | API implementation. |
| ReactJS | UI construction via components. |
| NodeJS | Web server configuration. |
Main features
A simple login grants access to the main functions to query AI models.
- Authentication: Allows users to create an account or sign in.
- Generate texts: Connects to GPT‑3.5 to generate text from a given input.
- Generate images: Creates illustrations based on a given input.
- Price filter.
- Generate code: Produces code according to given instructions.
Gallery



