asrvd / feedright

getting feedback made easier using widgets

Home Page:https://feedright.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ponsor

getting feedback made easier using widgets

Tech Stack

A lot of different tech and soft wares were used to create Ponsor, here is a list of the tech I used -

Run Locally

  • Clone the repository
git clone https://github.com/asrvd/feedright.git
  • Install dependencies
cd feedright
pnpm i # or npm i
  • Create a .env file and put these env variables in it
# GitHub auth env variables
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

# Next Auth env variables
NEXTAUTH_SECRET=
NEXTAUTH_URL=

# Appwrite env variables
NEXT_PUBLIC_DATABASE_ID=
NEXT_PUBLIC_PROJECT_ID=
NEXT_PUBLIC_WIDGET_COLLECTION_ID=
NEXT_PUBLIC_FEEDBACK_COLLECTION_ID=
NEXT_PUBLIC_BUCKET_ID=
  • Run the app
pnpm run dev # or npm run dev

License

MIT License

Contributing

  • Fork the repository
  • Create a new branch
  • Make your changes
  • Commit your changes
  • Push your changes to the main branch
  • Open a pull request

Ending Note

  • This project was made for the hashnode x appwrite hackathon.
  • If you have any questions, suggestions or bug reports please open an issue.
  • Leave a star if you like the project.
  • If you like this project, please consider supporting me.

About

getting feedback made easier using widgets

https://feedright.vercel.app

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 5.1%Language:CSS 0.7%