https://github.com/guidefari/zepz
https://github.com/guidefari/zepz
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/guidefari/zepz
- Owner: guidefari
- Created: 2023-05-29T03:49:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T23:07:28.000Z (about 3 years ago)
- Last Synced: 2025-04-02T02:44:29.315Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://zepz.vercel.app
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
```bash
yarn ## installs dependencies
yarn dev ## runs dev server on http://localhost:1212
```
# Dear Reviewer
- Check out `./notes/adr.md`: mini architecture decision record
- And `./notes/tests.md`: captures test cases I'd have loved to cover, but ran out of time for
- I spent about an hour reviewing the AC & planning out the initial design, maybe slightly more
- implementation & docs were done async, didn't track the time there, but easily over 3 hours.
- lots of the time was spent trying to figure out how I wanted to structure my code, given that I opted to go for patterns new to me
- unfortunately didn't get to writing tests as I've run out of time. I did plan out basic test cases though