Skip to content

Samuelsonvs/hw-app

Repository files navigation

Introduction

This application is designed for student homework tracking system.

Technologies

  • React and Next.js for UI, utilising getStaticProps (static generation, fetch data at build time) and getServerSideProps (server-side rendering, fetch data at request time). next/image was used for image optimisation.
  • Supabase was used for login or register authentication.
  • TailwindCss was used for styling.

Registered Users

If you want, you can use it by registering a new user.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published