Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demapy/template-it
Templates It - this app allows you automate manual repetetive work by creating templates and reuse them along with other data by adding item or importing all of them using CSV files.
https://github.com/demapy/template-it
automation jest reactjs typescript vitest zustand
Last synced: 28 days ago
JSON representation
Templates It - this app allows you automate manual repetetive work by creating templates and reuse them along with other data by adding item or importing all of them using CSV files.
- Host: GitHub
- URL: https://github.com/demapy/template-it
- Owner: DemaPy
- Created: 2024-06-11T10:03:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:25:06.000Z (2 months ago)
- Last Synced: 2024-11-04T19:27:11.262Z (2 months ago)
- Topics: automation, jest, reactjs, typescript, vitest, zustand
- Language: TypeScript
- Homepage: https://demapy-github-io.vercel.app/
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template IT - this app allows you automate manual repetetive work by creating templates and reuse them along with other data by utilizing CSV files.
## In this app you can:
Create templates from text or html.
Create placeholders.
Create fallback for placeholders.
Create campaign from templates.
Create components and then reuse them.
Render conditionally template sections within campaign.
Render conditionally template sections within campaign slug.
Swap section layout withing campaign.
Duplicate sections within template.## Tech stack Frontend:
React
React Router Dom
Mustache
Typescript
Zustand
Vercel
CI/CD
Docker
Jest## Tech stack Backend:
Express
Typescript
Prisma
Postgres
Vercel