https://github.com/sdslabs/helios
A frontend app for quizio that works
https://github.com/sdslabs/helios
Last synced: 4 months ago
JSON representation
A frontend app for quizio that works
- Host: GitHub
- URL: https://github.com/sdslabs/helios
- Owner: sdslabs
- Created: 2023-01-30T17:22:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:01:39.000Z (over 1 year ago)
- Last Synced: 2025-06-26T05:04:07.164Z (12 months ago)
- Language: TypeScript
- Size: 3.03 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizio Frontend (beta) [Dev]
- Built using React, Typescript, and Chakra UI
### Why Typescript?
Avoid bugs and improve code quality by using Typescript. Typescript is a superset of Javascript that adds static typing to Javascript. This allows for more robust code and better developer experience.
### Why Chakra UI?
Chakra UI is a component library that is built on top of Emotion and Styled Components. It is a great library for building React applications. It is also very customizable and has a great developer experience. We won't have to worry about styling our components and can focus on building the application.
Note: This project uses eslint for linting and prettier for code formatting. Please make sure to install the eslint and prettier extensions for your code editor.
### Scripts
- `yarn start` - Start the development server
- `yarn build` - Build the application for production
- `yarn lint` - Run eslint and check for linting errors
- `yarn lint:fix` - Run eslint and fix linting errors
- `yarn format` - Run prettier and format the code