This is a web app built with Next.js and Tailwind, bootstrapped with create-next-app
.
- Clone the repository.
- Navigate into the project directory:
todo-backend-api/client
. - Install the dependencies:
npm install
oryarn install
. - Create a
.env
file and set theNEXT_PUBLIC_API
variable to the base url of the backend API. - Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
There is a live deployment at https://todohsl.vercel.app/ with the API at https://go-todo-api.onrender.com/api/
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!