https://github.com/spectureram/gpt-react-frontend
This repository contains the frontend application for interacting with the GPT-based chatbot, built using React and Tailwind CSS. The application provides a user-friendly interface for submitting queries and displaying responses from the backend service.
https://github.com/spectureram/gpt-react-frontend
Last synced: over 1 year ago
JSON representation
This repository contains the frontend application for interacting with the GPT-based chatbot, built using React and Tailwind CSS. The application provides a user-friendly interface for submitting queries and displaying responses from the backend service.
- Host: GitHub
- URL: https://github.com/spectureram/gpt-react-frontend
- Owner: SpectureRam
- License: apache-2.0
- Created: 2024-08-04T13:22:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:33:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T00:51:38.606Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://my-react-gpt.netlify.app/
- Size: 56.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT React Frontend
## Description
This repository contains the frontend application for interacting with the GPT-based chatbot, built using React and Tailwind CSS. The application provides a user-friendly interface for submitting queries and displaying responses from the backend service.
## Features
- **React Framework**: Frontend framework for building dynamic user interfaces.
- **Tailwind CSS**: Utility-first CSS framework for styling, including a responsive and professional design.
- **Loading Animation**: Bouncing dots animation to indicate processing.
- **Responsive Design**: Optimized for various screen sizes and devices.
## Setup Instructions
1. Clone the repository:
```bash
git clone https://github.com/yourusername/gpt-react-frontend.git
```
2. Navigate to the project directory:
```bash
cd gpt-react-frontend
```
3. Install dependencies:
```bash
npm install
# or
yarn install
```
4. Start the development server:
```bash
npm start
# or
yarn start
```
5. Access the application at `http://localhost:3000`.
## Deployment
- **Recommended Platforms**: Netlify, Vercel, or similar.
- **Deployment Instructions**: Follow the respective platform's documentation for deploying a React application.
## Contributing
Feel free to open issues or submit pull requests. Contributions are welcome!
## License
This project is licensed under the Apache License. See the [LICENSE](LICENSE) file for details.