Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.81 KB

File metadata and controls

53 lines (38 loc) · 2.81 KB

Questify

A gamified prodcutivity app designed to enable users to develop and maintain good habits.

Questify

Video presentation - https://www.youtube.com/watch?v=ss0Cza9rGAs

About The Project

Questify is a gamified productivity app designed to enable users to develop and maintain good habits.

Contributors

Built With

The technologies we used in the development of this project:

Screenshots

Getting Started

In the client folder, run npm install to install dependencies. You will need to create a .env file in the client folder with holds the LOCALURL declaration - e.g.: LOCALURL=http://192.168.2.150:3000. For directions on getting an instance of Android running on your system, check out Android Studio.

If you plan on hosting a local version, you will need to run the following command from the server folder: npm install

The server can be initialized by running npm start from the server directory. The client can be initialized by running npm run android from the client directory.