/FCC-Hackathon-1

A social networking site for FCC-Bengaluru

Primary LanguageHTML


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

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

node app.js

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


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

Screenshots