https://github.com/danielmackay/nextjs-todo
Simple React todo application
https://github.com/danielmackay/nextjs-todo
next-js react-js
Last synced: 2 months ago
JSON representation
Simple React todo application
- Host: GitHub
- URL: https://github.com/danielmackay/nextjs-todo
- Owner: danielmackay
- Created: 2022-08-25T13:07:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T11:22:05.000Z (over 3 years ago)
- Last Synced: 2025-06-03T11:01:19.825Z (about 1 year ago)
- Topics: next-js, react-js
- Language: TypeScript
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs Todo
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
yarn dev
```
## Dependencies
Backend API can be found on github at: [dotnet-todo-api](https://github.com/danielmackay/dotnet-todo-api)
## Generating Api Client
```bash
yarn generate-api
```
if the above doesnt' work you can manually generate the API Client code via: [swagger.io](https://editor.swagger.io/)