Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.33 KB

Todo App

This is a web app built with Next.js and Tailwind, bootstrapped with create-next-app.

Installation

  1. Clone the repository.
  2. Navigate into the project directory: todo-backend-api/client.
  3. Install the dependencies: npm install or yarn install.
  4. Create a .env file and set the NEXT_PUBLIC_API variable to the base url of the backend API.
  5. 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.

Depolyment

There is a live deployment at https://todohsl.vercel.app/ with the API at https://go-todo-api.onrender.com/api/

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!