A simple app that randomly outputs borrowed foreign words in Japanese with a click of a button.
Live link here.
- Includes katakana and its English translation
- Data is pulled from an excel file
- Responsive web design (adjusted to medium and small screen devices)
HTML, CSS, Python, and Django were used to make this project
<cd into the project directory>
- Create a .env file with
export SECRET_KEY=<<YOUR SECRET KEY HERE>>
<run python manage.py runserver>