This project is a frontend application aimed at replicating the user interface (UI) of ChatGPT, including a login page and a chat interface. It serves as an assessment of frontend development skills in HTML, CSS, and JavaScript, with framework React.
-
Login Page:
-
- Header with logo and logout button.
- Main chat area for messages.
- Footer with text input field and send button.
- Automatic reply from a model user after each user message.
-
Functionality:
-
Tech Stack:
- React.js
- Chakra UI
- react-icons
-
Extra Features :
-
Clone the repository:
git clone https://github.com/VishvendraTomar/UI-Assignment
-
Navigate to the project directory:
cd UI-Assignment
-
Install dependencies using
npm install
. -
Start the development server using
npm run dev
.
This project was developed by [Vishvendra Tomar].