Skip to content

ankushop2/FCC-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Introduction

This repository contains the website for Free Code Camp Bengaluru Group. (https://www.facebook.com/groups/free.code.camp.bengaluru/)


Pre-requisites to run demo

  • node.js
  • npm
  • express
  • ejs
  • body-parser
  • client-sessions
  • serve-favicon
  • firebase

Demo

git clone https://github.com/ankushop2/FCC-Hackathon.git

cd FCC-Hackathon

npm init
sudo npm install express --save
sudo npm install ejs --save
sudo npm install body-parser --save
sudo npm install client-sessions --save
sudo npm install serve-favicon --save
sudo npm install firebase --save

node app.js

Open browser and navigate to (http://localhost:8000)


Description

In the following project we have 3 modules incorporated along with Firebase auth. We've used the node client-session modules to perform session handling using cookies. The front-end has been designed using materializecss and particles.js


Additional Features

  • Search Engine Optimization
  • Adding and Deleting events
  • Social Sign-in using Google
  • PageSpeed = 95% (https://goo.gl/ec5ayF)

This app is currently deployed at (https://fcchack.herokuapp.com)


Screenshots


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors