Skip to content

Commit

Permalink
Adding Sources (Final)
Browse files Browse the repository at this point in the history
Add sources, final adjustments, remove unneeded files
  • Loading branch information
sky-ash committed Nov 5, 2024
1 parent 6294bf3 commit 2cd3acc
Show file tree
Hide file tree
Showing 18 changed files with 554 additions and 2,347 deletions.
17 changes: 0 additions & 17 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,6 @@
"postAttachCommand": {
"server": "npm start"
},
/*
"customizations": {
"codespaces": {
"openFiles": [
"src/App.jsx"
]
}
},
*/
/*
"portsAttributes": {
"3000": {
"label": "Application",
"onAutoForward": "openPreview"
}
},
*/
"forwardPorts": [
3000
],
Expand Down
20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
# Heat Path

## Project Description

Heat Path is an educational web application designed to teach users about the health impacts of climate change. The application provides interactive lectures, quizzes, and flashcards to help users understand the effects of climate change on air pollution, parasitic infections, UV radiation, and heatwaves.

## Purpose

The purpose of Heat Path is to raise awareness about the health risks associated with climate change and to provide users with the knowledge and tools to mitigate these risks. By educating users about the impacts of climate change on health, Heat Path aims to promote healthier lifestyles and encourage actions to reduce climate change.

## How to Use

1. Navigate through the learning path to access different lectures.
2. Complete the interactive flashcards to learn key concepts.
3. Take quizzes to test your understanding of the material.
4. Review your progress and revisit lectures as needed.

## To-Do
### Development
- [ ] Card-Text align center or align left?
- [ ] Tighter Layout?
- [x] Tighter Layout?
- [x] More context-dependent Nav-Bar
- [ ] Insert Sources
- [ ] Other Fonts?
- [x] Insert Sources

- [-] Other Fonts?
- [-] Card-Text align center or align left?

### CI/CD
- [x] Trying to deploy working GitHub Pages Workflow
Expand Down
29 changes: 0 additions & 29 deletions heatpath.code-workspace

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="description"
content="A Learning & Quiz Web Application tailoed for mobile devices"
/>
<title>Heat Path (GitHub Pages)</title>
<title>Heat Path</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
5 changes: 0 additions & 5 deletions jsconfig.json

This file was deleted.

19 changes: 0 additions & 19 deletions src/components/InfoButton.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Quiz.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function Quiz({ quiz, lectureId, handleReviewCards }) {
</Box>

<Typography variant="h6">
Your Score: {score}%
Your Score: {score.toFixed(2)}%
</Typography>


Expand Down
187 changes: 0 additions & 187 deletions src/data/localstorage/all_answers_quiz_100_unlocked.json

This file was deleted.

Loading

0 comments on commit 2cd3acc

Please sign in to comment.