a crash course notes on foundations framework
Overview of Foundation Framework
What is Foundation Framework
- Advanced responsive front-end framework
- Mobile first design
Why Foundation Framework
- Faster UI/UX Development
- Smarter Code
- Responsiveness
- Consistency and Convenience
- More customizable than Bootstrap
Foundation vs. Bootstrap
- Neither is “Better”, it’s all preference
- Bootstrap is more popular (more support & resources)
- Bootstrap has an easier syntax in some areas
- Foundation has more for advanced programmers
- Bootstrap is quicker, Foundation is more customizable
Installing Foundation
Foundation CLI (Command-line Interface) : Install with NPM or Gem
Foundation Cheatsheet
You can find a copy of Foundation Cheatsheet at this link, and the source code is available here.
Thanks for reading!