All Projects → jalasem → materializecss_starter

jalasem / materializecss_starter

Licence: MIT license
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to materializecss starter

nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (-36.21%)
Mutual labels:  hackathon, starter-template, starter-kit, starter-project
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (-41.38%)
Mutual labels:  starter-template, starter-kit, starter-files, starter-project
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-58.62%)
Mutual labels:  starter-template, starter-kit, starter-project
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-46.55%)
Mutual labels:  starter-template, starter-kit, starter-project
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-74.14%)
Mutual labels:  starter-template, starter-kit, starter-project
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-51.72%)
Mutual labels:  starter-template, starter-kit, starter-project
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-5.17%)
Mutual labels:  starter-template, starter-kit, starter-project
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (+293.1%)
Mutual labels:  starter-template, starter-kit
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (-41.38%)
Mutual labels:  hackathon, starter-kit
saas-react-starter-kit-boilerplate
SaaStr is a React SaaS boilerplate to kickstart your new SaaS adventure as fast as possible. Built on top of Adonis JS for the BackEnd and React Starter Kit for the Front-End
Stars: ✭ 100 (+72.41%)
Mutual labels:  starter-template, starter-kit
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (-39.66%)
Mutual labels:  starter-kit, starter-project
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+131.03%)
Mutual labels:  starter-template, starter-kit
Webpack Typescript Starter
A simple Webpack 2 + TypeScript starter
Stars: ✭ 117 (+101.72%)
Mutual labels:  starter-template, starter-kit
Hyperledger Typescript Boilerplate
This is a boilerplate that interacts between Hyperledger Fabric Peers and a front end.
Stars: ✭ 109 (+87.93%)
Mutual labels:  starter-template, starter-kit
Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+2265.52%)
Mutual labels:  starter-template, starter-kit
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
Stars: ✭ 3,513 (+5956.9%)
Mutual labels:  hackathon, starter-kit
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+36210.34%)
Mutual labels:  hackathon, starter-kit
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (-6.9%)
Mutual labels:  hackathon, starter-kit
Hackathon Starter
A boilerplate for Node.js web applications
Stars: ✭ 32,485 (+55908.62%)
Mutual labels:  hackathon, starter-kit
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+317.24%)
Mutual labels:  hackathon, starter-kit

Open Source Helpers

Materializecss Starter

A Starter Boilerplate for Materializecss with Ionicons, fontawesome and Animatecss.

Check demo at here

What is Materializecss ?

Materializecss is a modern responsive front-end framework based on Material Design.

Who is this meant for ?

  • Web Designers and Developers
  • Hybrid app developers
  • Electron app developers (materializecss electron boilerplate coming soon!)
  • Hackers (who just like to get up and running as quick as possible)

How do I use this?

Very simple. Just clone this repository by typing the command below in your terminal or command prompt(with git installed):

$ git clone https://github.com/jalasem/materializecss_starter.git project_name

Prerequisites

  • To use the git command, you need to have git installed, you can do this by installing it through git-scm.com
  • You also need a text editor to enjoy your code editing. I personally recommend VS Code
  • And the latest version of Mozilla, Chrome or Edge browser to see it work.

Getting Help and Guides

Why use Ionicons and Fontawesome in the same Project?

Good Question! Ionicons is a library that offers elegant and brilliant icons but don't have much icons as fontawesome do. So you could choose to use any of the great icons in both ionicons or font-awesome. This gives you more flexibility. Below is a snippet on how to an icon from the ionicons library.

<i class="icon ion-bookmark"></i>

And this for a sample font-awesome icon

<i class="fa fa-plus"></i>

Contributing

I will love your contributions on this project. Ranging from typos to bug fixes and even sample pages. To contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

After your pull request is merged, you can safely delete your branch.

Suggestions

Yeah! Let's discuss it. Send an e-mail to Ajala Abdul-Samii Olalekan at [email protected] or create an issue .

Versioning

I will try my best to keep this project updated with the latest versions of Materializecss and its dependencies, fontawesome, ionicons and Animatecss.

Here is a list of all I used and their versions:

  • Materializecss : 0.98.1
  • Jquery: 2.1.1
  • Ionicons: 2.0.1
  • font-awesome: 4.7.0
  • Animatecss (based on the latest commit from @daneden github repo)

Author

How do I say thank you?

If you find this project useful or helpful for you or a colleague. Why not tell the world about it via facebook or twitter and star this project

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments and Credits

  • Dogfalo and his team members who made Materializecss project. Without them, this project might have never existed
  • Thanks a bunch to Prosper Otemuyiwa @unicodeveloper for the inspiration he gave me through his talks, fb/twitter posts and his project Laravel hackhathon Starter
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].