Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Update & Updated page.js #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Live demo - [CSSGeneratorGPT](https://css-generator-gpt.vercel.app/)

## Features

- AI Powered CSS style generator
- AI-Powered CSS style generator
- Custom commands to generate according to UI preference

## Technologies Used

- Tailwind CSS and Chakra UI
- Next.js
- AI Integration: OpenAI's GPT-4
- AI Integration with OpenAI's GPT-4 API

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions app/css-generator/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function Home() {
<div className="flex items-center justify-center mb-6">
<Code2 className="w-16 h-16 text-black-600 mr-4" />
<h1 className="text-5xl font-bold text-gray-800">
AI Code Styler
CSSGeneratorGPT
</h1>
</div>
<p className="text-gray-600 text-xl">
Expand Down Expand Up @@ -315,4 +315,4 @@ export default function Home() {
</AnimatePresence>
</main>
);
}
}