Skip to content

kumresh/todoapp

Repository files navigation

Alt text

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

Getting Started

First, 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.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

API

how api look like.

[
    {
        "id": 1,
        "title": "Python",
        "desc": "React is a free and open-source front-end JavaScript library for building user interfaces based on components. It is maintained by Meta and a community of individual developers and companies. React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js.",
        "created": "2023-08-16T13:36:23.243882+05:30",
        "modified": "2023-08-17T15:33:54.654114+05:30"
    },
    {
        "id": 2,
        "title": "Java",
        "desc": "Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.",
        "created": "2023-08-16T13:37:03.016582+05:30",
        "modified": "2023-08-16T13:37:03.016582+05:30"
    }
]

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!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details. "# todo-app"

Releases

No releases published

Packages

No packages published