Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishayo/mynotepad
This is a to do list web app based on Next.js.
https://github.com/nishayo/mynotepad
Last synced: 6 days ago
JSON representation
This is a to do list web app based on Next.js.
- Host: GitHub
- URL: https://github.com/nishayo/mynotepad
- Owner: nishaYO
- Created: 2023-10-12T14:27:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T04:51:44.000Z (about 1 year ago)
- Last Synced: 2024-10-12T13:12:47.998Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://my-note-pad-one.vercel.app
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello there, I am learning Next.js. by creating this [tutorial-based-project](https://www.youtube.com/watch?v=zPVkWwBario&list=PPSV).
This is a [Next.js](https://nextjs.org/) based project note taking project.
## Steps to run locally
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.