https://github.com/douglasmatosdev/english-studies
This repository is my study diary
https://github.com/douglasmatosdev/english-studies
Last synced: about 1 year ago
JSON representation
This repository is my study diary
- Host: GitHub
- URL: https://github.com/douglasmatosdev/english-studies
- Owner: douglasmatosdev
- Created: 2023-04-23T22:50:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T00:11:54.000Z (about 3 years ago)
- Last Synced: 2025-02-19T12:55:22.241Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# English-Studies
## Study diary
This repository is my study diary
Notes and study flow: [Notion.io](https://www.notion.so/English-Studies-e41c955cbf9d41d887e98418b9da7ffd?pvs=4)
```mermaid
flowchart LR
A(Start Study)
A?B{Is there content to review on Anki?}
duolingo(Duolingo)
y(Yes)
n(No)
anki(Anki)
ankisave(Save in Anki)
spreadsheetssave(Save in Google Spreadsheets)
studySchedule(Study Schedule)
newsinlevels(News in levels)
udemy(Curso na Udemy)
A-->A?B-->y-->anki-->Platforms
A?B-->n-->Platforms
subgraph Save
direction TB
spreadsheetssave -->ankisave
end
subgraph Platforms
direction TB
duolingo -->studySchedule --> newsinlevels -->udemy
end
Platforms-->Save
Save-->anki
click anki "https://ankiweb.net/decks/" _blank
click ankisave "https://ankiweb.net/decks/" _blank
click duolingo "https://www.duolingo.com/learn" _blank
click studySchedule "https://www.nacaofluente.com/blog/como-aprender-ingles-no-youtube/" _blank
click newsinlevels "https://www.newsinlevels.com/" _blank
click spreadsheetssave "https://docs.google.com/spreadsheets/d/1arlHxIkvthya-5m9DFAn3_cooVw2jMa86urfHyFg8ZE/edit#gid=0" _blank
click udemy "https://viasat.udemy.com/course/reiniciar-seu-ingles-do-zero/learn/lecture/8256838#overview" _blank
```