GithubHelp home page GithubHelp logo

developersguild / daze-frontend Goto Github PK

View Code? Open in Web Editor NEW
0.0 36.0 1.0 6.13 MB

[Spring 2015] This is Waze, but for De Anza. (Frontend)

Home Page: https://daze.developersguild.io/

License: MIT License

CSS 4.30% JavaScript 81.72% HTML 13.98%

daze-frontend's Introduction

Project is unmaintained (archived)

Petition for archival is a process in which a projects state is altered to the "archival" state. In the "archival" state no organization member shall accept any pull request or address any issues related to the repository. A project can be set to the archival state after a period of six months with no pull requests you must however have two organization members or a club officer petition for this. the project can be restored to an active state by an approved appeal to the developers guild president.

Daze

How to Install

  1. If you don't have Node.js, download it at http://nodejs.org/ and install it.
  2. Clone the repo.
  3. Navigate to the 'daze-frontend' folder in terminal/cmd/bash.
  4. Run npm install. This will install all the packages used in the website.
  5. Go back to your first terminal/cmd/bash and run npm start to start up the server.
  6. Open http://localhost:3000/ and you should be at the site.

Other Info

  • HTML templates go in the "views" folder
  • Untemplated HTML files go in the "wip-views" folder
  • CSS, Non-Node JS, and IMG files go in the "public" folder in their respective folders
  • Avoid pushing directly to master; instead, work on branches and make pull requests!

Node Packages Used

  • Async
  • Body-Parser - Parse body elements in POST requests
  • Cookie-Parser - Handle cookies
  • Express - Node Framework
  • Nunjucks - Render HTML templates
  • Request - Make calls to Backend API
  • Validator - Validate user input

Handy Git Commands

  • git clone [remote repo] - Get the project repo for the first time
  • git pull origin [branch name] - Update a branch
  • git status - Show the files that you have changed.
  • git add --all - Stage all the files that you have changed for a commit
  • git commit -m [commit message] - Commit your staged files to your local repo
  • git push origin [branch name] - Push your local commits from your branch to the remote repo
  • git stash - Stash your changed files
  • git stash apply - Apply your stash
  • git branch [branch name] - Create and checkout a new branch
  • git checkout [branch name] - Checkout a branch
  • git merge master - Merge your current branch with master
  • git rebase master - Rebase your current branch on top of master

Coding Style

We'll be using Airbnb's ES5 Javascript Style Guide

Good Links to Check Out

License

Code is licensed under MIT. See the LICENSE file for details.

daze-frontend's People

Contributors

alexanderhdwctw avatar brandonch9 avatar chalkedgoose avatar chrisngobanh avatar chriswongtv avatar silverezhik avatar sos0 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

howon-kim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.