Skip to content

This application is a collaborative project made by the Google Udacity Front End Web Developer Scholars.

Notifications You must be signed in to change notification settings

beingKHUSH/udabuddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udabuddy

To make a web app for Udacity Alumni interaction.

App to connect Udacity Alumnis and present Scholars

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • fork this repository
  • git clone <repository-url> this repository
  • cd udabuddy
  • npm install
  • bower install

Running / Development

Deployment from master:

http://udabuddy.herokuapp.com/

Join the development:

  • Read CONTRIBUTING.md.
  • Before you start contributing, run the app in your local machine, get familiar with it and then check for bugs or more features.
  • For any bug or for adding an feature you may open an issue.
  • If you would like to work on an issue, drop in a comment at the issue.

Directory Strcuture:

  • views : This contains all the frontend files. Write your html code here.
  • routes - This defines various routes.
  • public - Contains various assets for the app.
    • stylesheets - contains CSS files.
    • javascripts - contains Javascript files.
  • node_modules - contains all the npm packages installed locally. Dont modify here.
  • bin - contains script to start the app.
  • package.json - general info about the project and node packages names.
  • app.js - the entry point into the app.

About

This application is a collaborative project made by the Google Udacity Front End Web Developer Scholars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.3%
  • JavaScript 37.7%
  • CSS 11.0%