https://github.com/devendra-alt/gen-ai-ext
https://github.com/devendra-alt/gen-ai-ext
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devendra-alt/gen-ai-ext
- Owner: devendra-alt
- Created: 2023-08-26T19:21:57.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-09-01T17:37:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T10:27:48.001Z (over 1 year ago)
- Language: JavaScript
- Size: 712 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Generative AI Extension
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author](#authors)
- [🔭 Future Features](#future-features)
- [📝 License](#license)
**Generative Ai Extension** is a chrome extension that user can interact with and ask question.
Client
- **User Interaction**
- **Data being served by backend server**
- **Webpack for bundler**
- **Linters for code quality**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node.js
- Chrome Browser (tried and tested)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git https://github.com/devendra-alt/gen-ai-ext
```
### Install
Install this project with:
```sh
cd gen-ai-ext
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
👤 **Author**
- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)
- [ ] **Animations**
- [ ] **FavIcon**
- [ ] **Multimodule query**
This project is [MIT](/MIT.md) licensed.