https://github.com/benbowes/ae
Frontend code sample
https://github.com/benbowes/ae
Last synced: over 1 year ago
JSON representation
Frontend code sample
- Host: GitHub
- URL: https://github.com/benbowes/ae
- Owner: benbowes
- Created: 2020-07-20T06:31:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T06:35:49.000Z (about 6 years ago)
- Last Synced: 2024-10-05T14:22:43.383Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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