Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaam2/deliveroo-test
Deliveroo's front end take home test 🍔🍕🍝
https://github.com/adaam2/deliveroo-test
css-modules docker-compose razzle react ssr storybook typescript
Last synced: about 1 month ago
JSON representation
Deliveroo's front end take home test 🍔🍕🍝
- Host: GitHub
- URL: https://github.com/adaam2/deliveroo-test
- Owner: adaam2
- Created: 2019-06-27T13:57:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:32:30.000Z (about 2 years ago)
- Last Synced: 2024-03-17T23:40:51.926Z (10 months ago)
- Topics: css-modules, docker-compose, razzle, react, ssr, storybook, typescript
- Language: TypeScript
- Homepage:
- Size: 55.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starting out
1. `git clone [email protected]:adaam2/deliveroo-test.git`
2. `cd deliveroo-test`
3. `yarn install`
4. `yarn start`# UI library
To run Storybook.js:
```
yarn run storybook
```# Tests
To run tests:
```
yarn test
```# Tech
- TypeScript
- React
- Razzle (server side rendering & hot reloading for both server and client side JS)
- Storybook
- CSS Modules
- CSS Grid + Flexbox
- React AXE (for accessibillity)
- Jest
- Enzyme