MarioBassem / trivia_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This web application is an implementation of one of the projects in Udacity's advanced web application nanodegree program.

Full Stack API Final Project

Full Stack Trivia

Udacity is invested in creating bonding experiences for its employees and students. A bunch of team members got the idea to hold trivia on a regular basis and created a webpage to manage the trivia app and play the game, but their API experience is limited and still needs to be built out.

The application can do the following:

  1. Display questions - both all questions and by category. Questions should show the question, category and difficulty rating by default and can show/hide the answer.
  2. Delete questions.
  3. Add questions and require that they include question and answer text.
  4. Search for questions based on a text query string.
  5. Play the quiz game, randomizing either all questions or within a specific category.

About the Stack

Backend

The ./backend directory contains a Flask and SQLAlchemy server.

Frontend

The ./frontend directory contains a React frontend to consume the data from the Flask server.

About


Languages

Language:JavaScript 60.5%Language:Python 28.6%Language:CSS 6.5%Language:HTML 4.5%