Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🍔🍕🍝

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