agnivon / todo-list-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do List App

This is a simple to-do list application built using Next.js - a React framework that allows for easy development of web and native applications. This app is designed to run seamlessly on any browser, making it accessible and convenient for users across different platforms.

Features

  • Add, edit, and delete tasks to manage your to-do list efficiently.
  • Seamlessly switch between browser and native app modes for flexibility and convenience.
  • User-friendly interface for a smooth and intuitive experience.

Getting Started

To run the development server, simply execute the following command in your terminal:

npm run dev
# or
yarn dev

Then, open http://localhost:3000 in your browser to see the application.

You can start modifying the application by editing the pages/index.tsx file. The page will automatically update as you make changes.

API routes can be accessed via http://localhost:3000/api/hello. This endpoint can be modified in the pages/api/hello.ts file. Files in the pages/api directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js and its features, check out the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform, created by the developers of Next.js. Check out the Next.js deployment documentation for detailed instructions.

About


Languages

Language:TypeScript 93.1%Language:CSS 4.5%Language:JavaScript 2.5%