This repository contains the source code for Kumpulan potentiaali webapp, located at https://potentiaali.com
- Clone the repo
- Install Yarn if not installed
- Run
yarn install
- Run
yarn start
- Clone the repo
- Install Yarn if not installed
- Run
yarn install
- Run
yarn build
- Optionally, install
serve
and runserve -s build
to serve the production app
- React
- Localization using i18next
- CSS Modules + SCSS
Directory | Description |
---|---|
src/colors | Color theme of the webpage |
src/styles | Default styles of the webpage |
src/components | React components that are used in the app. |
src/components/Accordion | Accordion component, as seen in https://potentiaali.com/subjects |
src/components/Partials | Partial components of the app. For example, Nav, Footer and Companies. |
src/components/Schedule | Schedule component, as seen in https://potentiaali.com/schedule |
src/data | Data & configuration used by the app (schedule, companies, speed rekry) |
src/i18n | Localization files of the app |
src/pages | Pages of the app |
src/stories | Storybook stories |