-
Notifications
You must be signed in to change notification settings - Fork 70
Yuji Project 1 PTBC5 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Flashrob
wants to merge
25
commits into
rocketacademy:main
Choose a base branch
from
yuj8fuj6:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d435575
Commit 1 - App Icon, Base Page
yuj8fuj6 33cd450
Commit 2 - Base File Structure, Router Setup
yuj8fuj6 34eaa45
Commit 3 - Welcome Page, Added Button Component
yuj8fuj6 37c0e54
Commit 4 - Added More Pages, Alert Button, Back Button
yuj8fuj6 1981cb7
Commit 5 - Added Mood Page, Resolved Lifting State
yuj8fuj6 a4a299f
Commit 6 - Save data as object from Mood Form, trying local storage
yuj8fuj6 fcc4316
Commit 7 - Added Medicine Form
yuj8fuj6 684f9e6
Commit 8 - Added Home and Log Pages
yuj8fuj6 c507a01
Commit 9 - Base Version without DB and calendar/ graph complete
yuj8fuj6 d06a1b8
Commit 10 - WhatsApp msg function added
yuj8fuj6 889683f
Commit 11 - Added useLocalStorage Hook component, tidied up some func…
yuj8fuj6 a93010b
Commit 12 - Data store medicine mood
yuj8fuj6 1db0a83
Commit 13 - Resolved getting data from localStorage Issue
yuj8fuj6 0248619
Commit 14 - Added non-working calendar component
yuj8fuj6 c447b10
Commit 15 - Added Working Calendar component
yuj8fuj6 23a5a9a
Commit 16 - Final Working Graph
yuj8fuj6 32f68bc
Commit 17 - Add Bar Graph, Time Axis
yuj8fuj6 52f15e6
Commit 18 - Separated Mood and Med Intake Graphs, Added Empty Graphs
yuj8fuj6 78d636b
Commit 19 - Base Final, Minor Changes
yuj8fuj6 1a4da37
Commit 20 - Base Final, Working Modal, Buggy Calendar Delete Function
yuj8fuj6 ccea67c
Commit 21 - Minor Change, Readme Change
yuj8fuj6 c894c8b
Config React App for Github Pages
yuj8fuj6 427865f
Slight Edit to Package.json
yuj8fuj6 4ea6ad3
Browser Router Config
yuj8fuj6 8051457
Updated Readme
yuj8fuj6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,33 @@ | ||
| # Rocket Academy Coding Bootcamp: Project 1: Frontend App | ||
| # Aime | ||
| ### Medical prescription and condition tracker for persons with debilitating illnesses | ||
|
|
||
| https://bc.rocketacademy.co/1-frontend/1.p-frontend-app | ||
| This app allows users to: | ||
| 1. Create and update their user profiles, and their emergency contacts. | ||
| 2. Log and track their medicine intake via a built-in calendar component. | ||
| 3. Log and track their mood changes/ body conditions via a built-in graph component, in relation to their medicine intake. | ||
| 4. Send an emergency WhatsApp message to their emergency contacts to alert their contacts about any emergencies via a single button click. | ||
|
|
||
| ## Available Scripts | ||
| Use this app with a mobile sized screen at https://yuj8fuj6.github.io/project1-bootcamp/ | ||
|
|
||
| This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). In the project directory, you can run: | ||
| ## Preview | ||
| #### Welcome Page | ||
| <img width="350" alt="Screenshot 2023-03-02 at 12 42 07 AM" src="https://user-images.githubusercontent.com/105143904/222205346-31bda7a5-ba80-4fba-832c-9e283ba16c8f.png"> | ||
|
|
||
| ### `npm start` | ||
| #### Login Page | ||
| <img width="356" alt="Screenshot 2023-03-02 at 12 44 35 AM" src="https://user-images.githubusercontent.com/105143904/222205660-7264a8f9-1ac7-482e-9d43-2a9904ae834f.png"> | ||
|
|
||
| Runs the app in the development mode.\ | ||
| Open [http://localhost:3000](http://localhost:3000) to view it in your browser. | ||
| #### New User Registration Page | ||
| <img width="358" alt="Screenshot 2023-03-02 at 12 45 39 AM" src="https://user-images.githubusercontent.com/105143904/222206085-2b9639cb-f646-4047-b49c-c610d6a6053a.png"> | ||
|
|
||
| The page will reload when you make changes.\ | ||
| You may also see any lint errors in the console. | ||
| #### Main Dashboard - Calendar - Medicine Intake and Mood Log | ||
| <img width="359" alt="Screenshot 2023-03-02 at 12 54 08 AM" src="https://user-images.githubusercontent.com/105143904/222208237-0d88ca8d-9773-45a8-b036-d28ead16e63c.png"> | ||
|
|
||
| #### Main Dashboard - Graph - Medicine Intake and Mood Log | ||
| <img width="358" alt="Screenshot 2023-03-02 at 12 55 51 AM" src="https://user-images.githubusercontent.com/105143904/222208627-d500a993-8014-4f77-b8d1-cd33f0bd3631.png"> | ||
|
|
||
| #### Emergency Message Button | ||
| <img width="358" alt="Screenshot 2023-03-02 at 12 59 18 AM" src="https://user-images.githubusercontent.com/105143904/222209464-99cb88bf-c644-4895-ae64-45c29ebad9a1.png"> | ||
|
|
||
| ## Built with | ||
|
|
||
| ReactJS | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to include instructions on how to install and run the app. Also a description of your project, as detailed as you like - but at least some kind of overview.