Skip to content

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.

Notifications You must be signed in to change notification settings

VinodVJ/guess-quote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUESS THE QUOTE

It is a fun quiz game which is a progressive web app(PWA). Built during Collaborative Projects in Google Udacity Mobile Web Specialist Scholarship.This project is built to dive further deep into PWA and learn about caching music and animations using service worker.

Table Of Contents

  1. Features Wishlist
  2. Design Specs
  3. Requirements for Development
  4. Setup for Development
  5. Technology Stack
  6. Contributing Guidelines

Features Wishlist

  • Login/SignUp
  • A complete PWA for both web and mobile users
  • GUI Animations(Using Greensock)
  • TextToSpeech while reading the quote
  • Share your score on Social Media (like Facebook for now)

Design Specs

Requirements for Development

  • Node — Preferred 8.11.1 LTS
  • npm — Preferred 5.8.0
  • Git

Setup for Development

Refer this link for setup illustration with examples and images

  • Fork the repository by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.
  • Click on clone or download and copy the url
  • Open a terminal(CLI) and run the following commands:
   git clone https://github.com/UdacityMobileWebScholarship/guess-quote.git
   cd guess-quote
   npm i
   npm start

Discussion

Technology Stack

Contributing Guidelines

Contributions are always welcome. For more details regarding contributing refer CONTRIBUTING.md

About

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 17.5%
  • CSS 4.5%