Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 885 Bytes

development-strategy.md

File metadata and controls

38 lines (23 loc) · 885 Bytes

Portfolio: development strategy

Building this site one step at a time

0. Setup

  • ./index.html and folder structure with empty files.
  • ./data/..
  • ./app/..
  • ./img/..
  • ./style/..

1. DOM & Style

  • Create all DOM elements DOM
  • Add external styles bootstrap and webfonts style

2. Init

  • index.js

3. User Story - 1: Repository List and Stars

A user can see specific gitHub repositories that user owns taking user_name argument. And can see stars which repository has.

  • Create an object that includes repository names data
  • Create necessary class and method app

4. User Story - 2: Repository and Issue Counts

A user can see live repository and issue counts when the page loads/reloads.

  • Create necessary methods app

5. Complete README.md file

  • Complete README.md for more details about the project. readme