Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djgrant/cake-app
Technical test
https://github.com/djgrant/cake-app
Last synced: about 2 months ago
JSON representation
Technical test
- Host: GitHub
- URL: https://github.com/djgrant/cake-app
- Owner: djgrant
- Created: 2017-08-18T12:06:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T17:10:13.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T22:36:52.112Z (3 months ago)
- Language: JavaScript
- Homepage: https://jvvyn4rnnv.codesandbox.io/
- Size: 187 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cake App
[![Edit djgrant/cake-app](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/djgrant/cake-app/tree/master/?module=)
## Requirements
- Render list of cakes (https://gist.githubusercontent.com/hart88/198f29ec5114a3ec3460/raw/8dd19a88f9b8d24c23d9960f3300d0c917a4f07c/cake.json)
- Make UI render nicely on iPad and Nexus 5
- Add ability to search cakes
- Add basic ability to edit/add cakes## Plan
- Higher order component to pass data in from remote source, transform based on incoming props (for search) and run mutations against (for add/edit)
- Filter data array by words matching a search term
- Highlight words matching search term. Try to avoid using `dangerouslySetInnerHTML`.
- Base form component that can be composed to an new and edit view
- react-router to render new/edit screens