Skip to content

Trivia is an app for all javascript learners to use their skills on a real project

License

Notifications You must be signed in to change notification settings

abisz/fcctrivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCC Vienna - Trivia Game

The sence of this repository is first of all to play around and learn some Javascript technologies. Second of all, in some point it will turn into a simple trivia game :)

Development Setup

Prerequisites: Node.js

Fork this project to your GitHub account (Fork button is in this project in the top menu).

# On Windows run cmd command and then clone the forked project
git clone https://github.com/*yourusername*/fcctrivia.git

# If poject was cloned successfully then switch to project directory
cd fcctrivia

# Install NPM dependencies
npm install

# Run project
node app.js

Now you can open your browser with following address: http://localhost:5000.

You should see our welcome screen.

In order to contriubute with your own code, you need to create a pull request... More info will follow.

See it live!

Trivia is hosted on Heroku you can see it live here

About

Trivia is an app for all javascript learners to use their skills on a real project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published