Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekruzash/to-do-app
This is a simple to-do notes web application performing CRUD operations on to-do notes.
https://github.com/nekruzash/to-do-app
Last synced: about 13 hours ago
JSON representation
This is a simple to-do notes web application performing CRUD operations on to-do notes.
- Host: GitHub
- URL: https://github.com/nekruzash/to-do-app
- Owner: NekruzAsh
- License: mit
- Created: 2023-12-15T01:29:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T22:02:49.000Z (11 months ago)
- Last Synced: 2024-01-03T00:32:07.289Z (11 months ago)
- Language: JavaScript
- Homepage: https://to-do-app-weld-seven.vercel.app
- Size: 3.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What I learned
* Implementing CRUD (Create, Read, Update, Delete) operations and using 'useState' hooks with JavaScript to keep track of the input value, the list of to-do items, and the editing state.
* Using React basic components and props to manage and pass data between components.
* Applying dynamic styling with DaisyUI based on the length of the notes and ensuring a responsive design.
* Using ternary operators and event handlers.This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](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.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.