Skip to content

codeMarion/AttendanceProSPA

Repository files navigation

AttendancePro SPA

This is a 1-year long project built during my final year at The University of Sussex. The purpose of the application is to provide a tool for higher education institutions a tool to analyse students attendance data. This repository contains the front-end code created using React and create-react-app boilerplate.

Project Status:

This project is deployed.

Installation and Setup Instructions

You will need git installed globally on your machine to clone this repository.

To clone the repository run the following command in the terminal:

git clone https://github.com/codeMarion/AttendanceProSPA.git

You will need node and npm installed globally on your machine.

To install necessary dependencies, run the following command in the terminal:

npm install

Copy env.example and add the relevant environment variables and rename the file to .env.

To start the application run the following command in the terminal:

npm start

Languages