Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.06 KB

Emphasis

Website for learning emphasis in the Ukrainian language. This project is a web application created to help users learn correct emphasis patterns in the Ukrainian language. With this website, you can learn stress patterns and prepare for exams (NMT/ZNO). The application demonstrates and stores words in which you made mistakes, allowing you access to "problematic" words. This greatly aids in learning and studying effectively.

Demo

Show site

Getting Started

Clone the repository:

git clone https://github.com/Demaiz/emphasis.git

cd emphasis

Set your secret key at settings.py:

# expample

SECRET_KEY = 'b!@n($xv@voehengxjk!2bsx+qw6d&0u4^#m@54$7hi+7t8q-l'

Start the Django development server:

py manage.py runserver

Built With

  • Django - The web framework used

Contribution

If you want to contribute to the development of this project, I would gladly welcome your contributions. You can do it by creating a pull request.