https://github.com/robertdp/frontend-test
https://github.com/robertdp/frontend-test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertdp/frontend-test
- Owner: robertdp
- Created: 2018-11-06T07:09:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T08:19:29.000Z (over 7 years ago)
- Last Synced: 2025-05-16T23:33:41.786Z (about 1 year ago)
- Language: PureScript
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To view it in action: [https://robertdp.github.io/frontend-test/dist/](https://robertdp.github.io/frontend-test/dist/)
This project uses:
- PureScript
- React.js
- Tailwind CSS
To use the build command included with this project, you will need to install Zephyr ([https://github.com/coot/zephyr](https://github.com/coot/zephyr)) as an extra step.
The breakdown:
Module | Description
--- | ---
`Main` | Bootstraps the React app with a `Config`
`Component.*` | The React components
`Control.Language.*` | DSL definitions for the different effectful domains used
`Control.App` | Implementation of the DSLs for the current app (different implementations can be used for testing, client-/server-side implementations etc.)
`Data.*` | Custom data types
`Logic.*` | Business logic written in the DSLs. Not tied to any implementation.
Regarding the bundle size, there are a couple of libraries that really piled the kilobytes on and were really only used for small, specific tasks like date formatting. They could be removed, but I was more focused on convenience with this project.