Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joshSzep committed Jul 22, 2024
2 parents 63e9763 + 37e6b32 commit 155299c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Hangul Typing Tutor

A Django based korean typing tutor web app. Visit [HangulTypingTutor.com](https://HangulTypingTutor.com)!
A Django/React based korean typing tutor web app. Visit [HangulTypingTutor.com](https://HangulTypingTutor.com)!

## Why are you making this?

To sharpen my rusty Django skills and to scratch a personal itch: I am currently learning Korean! πŸ€“

## Why did you do X on the frontend?
My frontend engineers are [Claud](https://claud.ai) and [ChatGPT](https://chatgpt.com). πŸ˜‰ Ask them! πŸ˜†

My frontend engineers are [Claude](https://claude.ai/) and [ChatGPT](https://chatgpt.com). πŸ˜‰ Ask them! πŸ˜†

## Roadmap

- Support basic email/password user accounts πŸ“§
- Support social logins (Google, Facebook, etc) πŸ”
- Allow users to track their progress over time πŸ“‰
Expand All @@ -20,6 +22,7 @@ My frontend engineers are [Claud](https://claud.ai) and [ChatGPT](https://chatgp
- SEO optimizations? πŸ™ˆ

## Setup for development

- Requires Python 3.11 or higher. Recommended to use `pyenv` for this.
- Ensure `poetry` is installed. On OSX with brew you can install with `brew install poetry`
- Ensure `redis` is installed. On OSX with brew you can install with `brew install redis`
Expand Down

0 comments on commit 155299c

Please sign in to comment.