Skip to content
A

APSE-Challenges-App

Project Specification

Our plan is to create an app to provide some excitement for users by giving them shared daily challenges.

All users will be able to submit sample challenges throughout the day and vote on which ones they like the most. At midnight, the highest voted challenge will become the one that all users should try to complete.

Upon completing the daily task, users can make a post about how they find it and give other users a chance to comment.

Tools and Technologies:

Front-End

We are planning on using the React JavaScript framework to implement a front end for our application.

Back-End

Java has been chosen to do most of the back end functionality as we are all familiar with this language.

Data Storage

Data displayed throughout the app will likely be stored in local plain text files (.txt) or comma-separated-values (.csv).

Authentication

Basic login functions through the React framework.