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

https://github.com/benbowes/ae

Frontend code sample
https://github.com/benbowes/ae

Last synced: over 1 year ago
JSON representation

Frontend code sample

Awesome Lists containing this project

README

          

# Frontend code sample

#### A simple interface that allows:
- Adding a customers 'first name', 'last name' and 'date of birth' fields.
- Editing customers.
- Deleting customers.
- Searching for a customer by partial name match (first or last name).

#### Tech
- Typescript
- React 16.7.0+ SPA
- Redux store
- Basic Jest tests
- Use of components (preferably styled components)

Made with CRA