Prototype my digital habits journal
Trying to obviate my Google Sheets spreadsheet in favor of a more focused web app.
This commit is contained in:
parent
8d36c6d00f
commit
af969a7641
15 changed files with 5904 additions and 0 deletions
26
website/habitgarden/README.md
Normal file
26
website/habitgarden/README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Habit Garden
|
||||
|
||||
I am digitizing my habits journal.
|
||||
|
||||
## Stack
|
||||
|
||||
- React: Maps application state to UI
|
||||
- React-Router: Stateful routing for SPAs
|
||||
- Redux: Application state management
|
||||
- TypeScript: Type-safety
|
||||
- TailwindCSS: Styling library using utility classes
|
||||
- Prettier: Source code formatting
|
||||
- Jest: Test runner
|
||||
|
||||
## Developing
|
||||
|
||||
```shell
|
||||
$ nix-shell
|
||||
$ yarn run dev
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
```shell
|
||||
$ nix-build
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue