Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k8pai/todolist
Todolist application built with Next JS and Tailwindcss
https://github.com/k8pai/todolist
nextjs portfolio-projects react react-icons tailwindcss todo-app todolist todolist-app todolist-application todolist-next
Last synced: about 1 month ago
JSON representation
Todolist application built with Next JS and Tailwindcss
- Host: GitHub
- URL: https://github.com/k8pai/todolist
- Owner: k8pai
- License: mit
- Created: 2022-10-29T21:38:26.000Z (about 2 years ago)
- Default Branch: k8pai
- Last Pushed: 2023-04-26T16:27:48.000Z (over 1 year ago)
- Last Synced: 2023-04-26T17:44:20.350Z (over 1 year ago)
- Topics: nextjs, portfolio-projects, react, react-icons, tailwindcss, todo-app, todolist, todolist-app, todolist-application, todolist-next
- Language: JavaScript
- Homepage: https://todolist-k8pai.vercel.app
- Size: 639 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run Locally
Clone the project
```bash
git clone https://github.com/k8pai/todolist.git my-project
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Authors
- [@k8pai](https://www.github.com/k8pai)