Programming Exam Project

Aperture Testing Platform

To test your reaction, memory and motor skills

View Demo · Report Bug · Request Feature

About the project

This is a application written as an third-year school project. It is an application called "Aperture Testing Platform" designed to test the user's reaction, memory and motor skills. In the project you can find the tests: Reaction Test, Typing Test, Simon Says, Aim Test, Numbers Test and Maze Solver. The website also has a friend system, dashboard, register and login.

Built with

React Flask JavaScript Python SQL

Getting Started

Installation

  1. Clone the repo
    https://github.com/logicguy1/Aperture-Testing-Platform.git
  2. Install NPM packages
    npm install
  3. Start the Flask server in src/server with
    python3 __init__.py';
  4. Start the React development server in src/clinet
    npm start
  5. View application in localhost in your preferred browser

(back to top)