arpitv970 / kaveri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Powered Chat Application

⚠️This application is currently under-devlopment, and it is Open for your precious contribution


Join conversation with team 👇

Discord


This application is dedicated to people who value time, so that they could save time by not writing the similar prompt again and again. Simply login & start saving your prompts. Also, discover prompts by other people involved in the community.

Getting Started

Local Setup

Follow the procedure mentioned just below, to setup this application in your local machine:

  • Fork this repository to your GitHub Account
  • Now simply clone it to your machine
  • After cloning the application, jump right into the prompt-gen directory
    cd prompt-gen

Initiating project on local machine

  • Inside prompt-gen directory, generate the node_modules for the dependencies.
    npm install
  • After installing dependencies, run the project locally
    • To run dev scripts
      npm run dev
  • To run at deployment server
    npm start

Now you have done with installation & running the project to your local machine, feel free to contribute to the project 🤗

Task TO-DO

  • Search
    • By prompt
    • By tags
    • By User name
  • visit other profile
  • add error pages

About


Languages

Language:JavaScript 85.3%Language:CSS 14.7%