Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.