Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.19 KB

Example of a corporate website built with Next.js, TypeScript, Supabase and Tailwind CSS.

  • Frontend:

    • Next.js - a React framework for production.
    • TypeScript - a strongly typed superset of JavaScript.
    • Tailwind CSS - for styling and layout.
    • ESLint - for static code analysis (syntax errors, formatting issues etc.).
    • supabase-js - for user management and realtime data syncing.
    • shadcn/ui - a collection of re-usable components built with Radix UI and Tailwind CSS.
  • Backend:

    • supabase.com/dashboard - a hosted Postgres database with restful API for usage with supabase-js.
    • Docker - for local development environment.

Author

Krzysztof Borecki

Description

This is a Next.js project created with TypeScript, Tailwind CSS, ESLint and Supabase.