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.
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.
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
Clone the repo to your local machine.
In root folder of the project run
yarn or npm install
- 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!
- 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
- React - Framework used
- CRA - Create React App - Initialization and webpack config
- Mahie Akhtar - Initial work - mahieakhtar
- Pallabi Ghosh - Initial work - Pallabi-ghosh
- Ghofrane Ben Hmaid - Initial work - mahieakhtar
- Mohammed El Shawa - Initial work - mahieakhtar
- Filip Malek - Initial work - REX500
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to Chris Achard for making an good but someplaces outdated Egghead tutorial @https://egghead.io/courses/build-a-react-native-application-for-ios-and-android-from-start-to-finish
