Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

REX500/hyf-group14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HYF - Group 14 hackaton app

During the COVID-19 situation, Hack Your Future has started a hackaton focused on coming up with solutions using programming that would help people in this pandemic state. Group 14 decided to focus on the elderly population with an app that tracks symptoms.

Live preview

You can access live preview on the link. Please keep in mind that the app was designed mobile fist and desktop view wasn't inslucded in this MVP.

Prerequisites

Make sure you have these to make the app run:

  • Have latest Node version installed: https://nodejs.org/en/
  • Have react installed
  • Have npm or yarn installed
  • Have github installed and configured

Getting Started/ Installing

Clone the repo to your local machine.

In root folder of the project run

 yarn or npm install

Running the project

Running the server

  • In the root folder run yarn build or npm run build - this will create a minified build of the application
  • Once the build is complete, whilst staying in the root folder, run yarn start or npm start
  • Navigate to localhost:8080 and enjoy!

Running the development environment

  • In the root run yarn dev or npm run dev
  • Navigate to localhost:3000 and enjoy
  • Every change you make in source code will trigger a refresh in the browser tab

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Repo for Hack Your Future's COVID-19 hackaton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors