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
- Host: GitHub
- URL: https://github.com/nauxscript/solidida
- Owner: Nauxscript
- License: mit
- Created: 2023-05-04T08:26:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T01:00:05.000Z (over 2 years ago)
- Last Synced: 2025-04-02T21:51:27.412Z (over 1 year ago)
- Topics: solidjs, test-driven-development
- Language: TypeScript
- Homepage: https://solidida.vercel.app
- Size: 2.51 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!