Skip to content

grapeJUICE1/Grape-Thoughts

Repository files navigation

Grape Thoughts

Live at : https://grape-thoughts.vercel.app/

GrapeThoughts is a web app that let's you share thoughts anonymyously on the internet

Whole project heavily uses Nextjs

Running The Project Locally

Download the repository and then on the root , Running

npm install

you need to create a .env file on the root which should have the following things (fill those values out)

DATABASE_URL=

NEXTAUTH_SECRET=

this project uses mysql but if u wanna change that , go to prisma/schema.prisma and change provider to your favorite database

Then u can run

npm run dev

This will start the development server at port 3000

Features

  • Login/Signup with jwt
  • Anonymyously post thoughts
  • Like and Bookmark thoughts
  • Profile page
  • See your thoughts/bookmarks
  • Share Thoughts

Screenshots

Home Page

Home Page

All Thoughts Page

All Thoughts Page

Login/Signup Page

Login/Signup Page

User's Thoughts/Bookmarks Page

User's Thoughts/Bookmarks Page

Profile Page

Home Page

Light Mode

Home Page

About

Share your random thoughts on the internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages