Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talhat298/mediumopen
A platform where you can effortlessly use ChatGPT through Bengali prompts
https://github.com/talhat298/mediumopen
antdesign chatgpt framer-motion javascript nodejs react-router-dom reactjs tailwindcss
Last synced: 15 days ago
JSON representation
A platform where you can effortlessly use ChatGPT through Bengali prompts
- Host: GitHub
- URL: https://github.com/talhat298/mediumopen
- Owner: TalhaT298
- Created: 2024-11-09T14:02:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T13:24:57.000Z (3 months ago)
- Last Synced: 2024-11-19T14:26:37.823Z (3 months ago)
- Topics: antdesign, chatgpt, framer-motion, javascript, nodejs, react-router-dom, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 9.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BanglaGPT
BanglaGPT is an AI-powered platform designed to enhance workflows, simplify creativity, and provide a seamless user experience for Bengali speakers. This project leverages modern frameworks and tools to deliver a responsive, efficient, and interactive application.
A platform I created where you can effortlessly use ChatGPT through Bengali prompts! 💻✨
My goal is to make AI technology more accessible, effective, and user-friendly for Bengali speakers worldwide.
---## Features
- **Dynamic Components**: Reusable and modular components to accelerate development.
- **Routing Made Easy**: Implemented with React Router for smooth navigation.
- **Responsive Design**: Built with TailwindCSS and DaisyUI for a mobile-first approach.
- **Interactive Animations**: Powered by Framer Motion for sleek transitions.
- **Fast Development**: Utilizes Vite for rapid builds and previews.---
## Installation
### Prerequisites
Ensure you have the following installed on your machine:
- [Node.js](https://nodejs.org/) (v18 or higher recommended)
- npm (comes with Node.js)### Steps
1. Clone the repository:
```bash
git clone https://github.com/yourusername/banglagpt.git
cd banglagpt
```
2. Navigate into the project directory:
```bash
cd banglagpt
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
5. Open your browser and navigate to:
```bash
http://localhost:5173
```