Basic phonebook application which retrieves data from an API and then renders it
- JS: Mithril
- CSS: Tachyons
- Build: Webpack
Using mithril and tachyons for that rapid prototyping goodness. Webpack for some simple bundling. Taychons is imported via the index.html
file to keeps things even more simple
- Clone repo
npm install
npm start
- Open
index.html
- Design: review markup and css
- TDD: Add unit tests
- Performance: Investigate split second lag for individual contact load
- UI: Remove filter option on individual contact view
- UI: Add 'no results found' message when user search returns nothing
- Refactor: Refactor contact-edit component to make it more modular
- Backend: Host own version of REM API on Heroku and edit contact data model