Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romelperez/simple-organizer
Manage simple personal tasks.
https://github.com/romelperez/simple-organizer
nhost react typescript
Last synced: 23 days ago
JSON representation
Manage simple personal tasks.
- Host: GitHub
- URL: https://github.com/romelperez/simple-organizer
- Owner: romelperez
- License: gpl-3.0
- Created: 2022-05-07T00:26:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T04:47:39.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:14:05.178Z (7 months ago)
- Topics: nhost, react, typescript
- Language: TypeScript
- Homepage: https://romelperez-simple-organizer.netlify.app/
- Size: 3.47 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Simple Organizer
[![ci](https://github.com/romelperez/simple-organizer/workflows/ci/badge.svg)](https://github.com/romelperez/simple-organizer/actions)
[![Netlify Status](https://api.netlify.com/api/v1/badges/51b96b1c-f001-4dd1-81a4-e7b02eb2f875/deploy-status)](https://app.netlify.com/sites/romelperez-simple-organizer/deploys)
[![License](https://img.shields.io/github/license/romelperez/simple-organizer.svg?maxAge=2592000)](https://github.com/romelperez/simple-organizer/blob/main/LICENSE)Manage simple personal tasks.
Open [production preview](https://main--romelperez-simple-organizer.netlify.app).
See [system design](./SYSTEM_DESIGN.md).
## Setup
```bash
nvm use
npm install
cp example.env .env
# configure environment variables
```## Workflow
```bash
# development environment
npm run dev# production environment
npm run build
npm run serve
```