mo-fouad / QuizApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz App

instruction about running the application


Server

cd into server folder and run yarn start

the server is based on Express application just to give us some json data to work with, it has json file db.json with 20 random questions, and the server only respond with 10 randomized questions

Client

cd into app folder and run yarn start

the application based on React, React Router, React Redux, and styled components for styling our app,

things to be done

  • Add testing for all the application.
  • add more styling to all components.
  • add timeline for questions.
  • add e2e testing.
  • fixing bugs.

About


Languages

Language:JavaScript 94.4%Language:HTML 5.6%