Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andypendragon/learn-react-with-todo
Just a little to-do app to practice react hooks
https://github.com/andypendragon/learn-react-with-todo
Last synced: 27 days ago
JSON representation
Just a little to-do app to practice react hooks
- Host: GitHub
- URL: https://github.com/andypendragon/learn-react-with-todo
- Owner: AndyPendragon
- Created: 2023-07-31T20:03:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T10:10:55.000Z (over 1 year ago)
- Last Synced: 2024-04-20T00:51:03.711Z (8 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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).
Welcome to my little to-do project using React and Next.js
![image](https://github.com/AndyPendragon/my_lil_todo_ploctopus/assets/116746292/6e894b70-358c-4761-9221-67cc043d2cc8)
## To run the development server:
You can use the commands :```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Enjoy !
AndyPendragon
(Andy Nekena RATOETRARIVO)