artitudinale1 / FCCLND

Portal for FCC London Campers

Home Page:http://FreeCodeCampLondon.github.io/FCCLND/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCC London Campers Web App

Join the chat at https://gitter.im/artitudinale1/FCCLND

Portal for Free Code Camp London Campers

Hey guys, I have started to develop our portal. The aim is to keep track of people learning with the Free Code Camp curriculum in London. This is so that we have an easy tool to keep in touch with each other, meet new people and track at which point of the FCC curriculum others are so we can easily pair program with those who are at the same point.

It's supposed to be newbie friendly so that everyone can contribute, which is why it is slightly over-commented. :)

There will be issues to resolve using: CSS, HTML, JS, Gulp, Unit Tests and in the future I'd like to migrate from Firebase to MongoDB - probably MongoLab - using NodeJS and ExpressJS to develop our little CMS.

INSTALL

git clone https://github.com/FreeCodeCampLondon/FCCLND.git

cd into the FCCLND folder

Install these packages globally:

npm install --global bower gulp-cli

Install NPM Packages:

npm install

Install front-end dependencies:

bower install

Start developing with live-reload:

gulp

###How to Contribute ###How to add yourself to the Campers page

TECH USED SO FAR

App Structure

Ideas taken from:

FCC LND app structure

About

Portal for FCC London Campers

http://FreeCodeCampLondon.github.io/FCCLND/

License:MIT License


Languages

Language:JavaScript 54.1%Language:HTML 26.0%Language:CSS 19.9%