Zukauskas / only-fund

Next.js app with PlanetScale for DB, GCS for image storage and TailwindCSS for design.

Home Page:https://only-fund.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Trying to move my react project (which repo is hidden at the moment) to Next.js.

Work in progress

Things that are done

  • Moved all existing code to next js and made sure it is working
  • Create pages for homepage, new project, admin dashboard, login, register and move content there
  • Pages for individual projects
  • Style everything (with Tailwindcss)
  • Add a proper database (PlanetScale)
  • Find out how to properly upload images(GCS)
  • Upload project to Vercel

Things to do/ideas to work on

  • Create a proper authentication (with Next-auth or Clerk)
  • Make use of SSR for some pages (need to research)

About

Next.js app with PlanetScale for DB, GCS for image storage and TailwindCSS for design.

https://only-fund.vercel.app

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.1%