Skip to content

ThulinaWickramasinghe/check-list-web-fe

Repository files navigation

CheckList

This is the front end of a simple todo app created using Next.js. This uses tailwind css for styling. shadcn/ui component library is also used.

How to setup locally

  1. Start the backend server as mentioned here.

  2. Install dependencies

npm install
  1. Add backend URL to a .env.local file at root.

BACKEND_URL=http://localhost:8080/api

  1. Start the development server.
npm run dev

About

Front end of a simple to-do app created using next.js with tailwind css for styling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published