https://github.com/marekzelinka/work-journal
My personal work journal
https://github.com/marekzelinka/work-journal
headlessui heroicons optimistic-ui prisma react remix tailwindcss typescript
Last synced: 3 months ago
JSON representation
My personal work journal
- Host: GitHub
- URL: https://github.com/marekzelinka/work-journal
- Owner: marekzelinka
- Created: 2024-09-08T11:57:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T16:57:58.000Z (9 months ago)
- Last Synced: 2025-01-19T10:44:40.657Z (5 months ago)
- Topics: headlessui, heroicons, optimistic-ui, prisma, react, remix, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://work-journal-crimson-leaf-7903.fly.dev/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work Journal
This is my personal work journal.
## Get started
1. Clone the repository:
```sh
git clone https://github.com/marekzelinka/work-journal.git
```2. Install the dependencies:
```sh
npm install
```3. Define required env variables:
- Copy the template contents in [.env.example](.env.example) to a new file named `.env` and fill all the required fields.
4. Run the application in dev mode:
```sh
npm run dev
```## Goals
Practice working with Remix [data loadings APIs](https://remix.run/docs/en/main/guides/data-loading) and [Prisma ORM](https://www.prisma.io/).
## Credits
- App idea from [Build UI](https://buildui.com/courses/ship-an-app-with-remix) Remix course, called [Ship an app with Remix](https://buildui.com/courses/ship-an-app-with-remix)