- Personal website, hosted at alexhannan.com
- Start w/
meteor
- Push commits to live w/
git push heroku master
This repo uses a BEM-like SCSS notation. Classes are written a la .whateverComponent--element
.
Components each have their own styleguide, but the styles live in a separate folder. This should be refactored.
The containers don't really do anything. One injects static data? Lol. Obviously room for expansion here, since nothing is actually hooked up. This repo could be easily retrofit to take advantage of Redux, since it's got almost nothing in the way of data flow.
- Implement a blog
- Allow user tracking w/ log in
- Have the UI react to what blog posts the user has viewed
- Figure out what the hell is so borked with styles. Every time I push to Heroku, it errors out, saying it can't find files (fix: renamed them), or can't find variables (fix: added common variables to the top of each file that uses em).