Skip to content

Instantly share code, notes, and snippets.

View navkelley's full-sized avatar

Nicole Kelley navkelley

View GitHub Profile
1) have a few video player errors due to casing required by build and props required by Twitch embeded player
2) NEED STYLE to help user determine which video comes from where (this is work in progress)
3) app is cool idea. Would be useful for many gamers and those who want to preview game before buy it.
4) Need to add contact form for updates if auth is not ready. Best UX practices.
Will be adding final features to Level Up to extend functionality and user stories.
Level Up is an application that allows gamers of all levels view Youtube videos and Twitch streams to be able to preview the game
strategize how to increase their experience, and level up!
Users will be able to use app without logging in.
Users will be able to search for videos on just YouTube, just Twitch, or both.
Users will be able to save videos if desired but must login to do so.
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
margin-top: 40px;
font-family: 'Open Sans', sans-serif;
color: #282828;
}
.skills {
width: 80%;
max-width: 960px;
{
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "Afterglow-magenta.sublime-theme",
"tab_size": 2,
"tabs_small": true,
"translate_tabs_to_spaces": true,
@navkelley
navkelley / FindMyTube
Created February 8, 2017 09:03
Notes for portfolio project
Purpose: FindMyTube will give users the ability to search and watch videos from within the application
and if desired give them access to the producers page by utilizing the YouTube API.
User Stories:
As a user, I should be able to search for videos.
As a user, I should be able to see a list of videos and play one.
As a user, I should be able to open page to video producers page.
@navkelley
navkelley / fullstack
Last active December 22, 2016 11:11
Full Stack Capstone
Name: Baby Steps
Epic: Help parents track, compare, log, and navigate their child’s growth patterns by comparing their data to other same age children.
User Stories:
• As a user, I should be able to:
o Create a new account
o Login to my existing account
o Reset my password
o Use Facebook to login
@navkelley
navkelley / README-Template.md
Created December 18, 2016 09:27 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites