Giter VIP home page Giter VIP logo

interview's Introduction

Bug Tracker App

This project is a basic application to create/read/update/delete a list of bugs. It is unstyled and has gaps in functionality marked with TODOs. Fill out the missing code to make this app great again!

TODOs

bucktracker.directive.js
bucktracker.factory.js
app.css

Prerequisites

First you must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/

Bower also needs to be installed, found at https://bower.io/

For our REST API, we will use json-server (https://github.com/typicode/json-server).

If its not already installed, run the following line

npm install -g json-server

Getting Started

To get you started you can simply fork the "interview" repository

Install Dependencies

We have two kinds of dependencies in this project: tools and angular framework code. The tools help us manage and test the application.

  • We get the tools we depend upon via npm, the [node package manager][npm].
  • We get the angular code via bower, a [client-side code package manager][bower].

Install the dependencies:

npm install

bower install

  • node_modules - contains the npm packages for the tools we need
  • app/bower_components - contains the angular framework files

Run the server

In the terminal, open the project directory and run the following command. This will run the server and give us a RESTFUL API to work with.

json-server --watch bugs.json

Run the Application

We have preconfigured the project with a simple development web server. The simplest way to start this server is:

npm start

Now browse to the app at http://localhost:8080/webpack-dev-server/.

Directory Layout

app/                    --> all of the source files for the application
  modules/              --> all app specific modules
    bucktracker/                 --> bucktracker module - this is the where we'll be working
      bucktracker.directive.js   --> custom directive that houses the bucktracker functionality
      bucktracker.factory.js     --> services (API) related to the "bugs" endpoint
      bucktracker.module.js      --> module definition for the bucktracker
      bucktracker.partial.html   --> html partial for the bucktracker directive
  app.css               --> default stylesheet
  app.js                --> main application module
  index.html            --> app layout file (the main html template file of the app)

interview's People

Contributors

clarson0 avatar

Watchers

Joey Harrison avatar  avatar James Cloos avatar Shawn Boles avatar  avatar Steve Watson avatar ... avatar Jennifer Clark avatar  avatar  avatar  avatar Nicholas De Young avatar Dmitry White avatar Randall Sexton avatar Pat Farnach avatar Andy Zwirko avatar Michael Fawver avatar Gershon Wolfe avatar Jake avatar

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.