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

https://github.com/nauxscript/solidida

a Real-World to-do list project based on TTD (Test-Driven Development) using SolidJS
https://github.com/nauxscript/solidida

solidjs test-driven-development

Last synced: 11 months ago
JSON representation

a Real-World to-do list project based on TTD (Test-Driven Development) using SolidJS

Awesome Lists containing this project

README

          


a Real-World to-do list project based on TTD (Test-Driven Development) using SolidJS


Live Demo



English | 简体中文


## Description

Welcome to contribute to this project by submitting a pull request to add more practical features! You can refer to **[滴答清单](https://www.dida365.com/webapp/)** for inspiration on what features to add. And don’t forget to use TDD for feature development!

## Usage

Just run and visit [http://localhost:5354](http://localhost:5354)

```
pnpm run dev
```

## Credits

- Inspired by [dida](https://github.com/cuixueshe/dida)
- Built using the [vitesse-lite-solid](https://github.com/Nauxscript/vitesse-lite-solid) startup template. If you find it useful, please star the repository, and PR is welcome!