Dzoran.ru
Deploy Dzoran.ru
Intro
I started working on this app a while ago when I was still learning technologies used in this project, so please be aware that the codebase (and the whole app in general) isn't perfect and there is still room for improvement, even though I've updated the code multiple times over the past months.
So, consider this as a learning example or just a showcase rather than a production-quality code.
Description
Online translator from Ossetian to Russian, this application is necessary for our people, since Ossetian words are used less and Russian words come to replace them, and thanks to this, the application will save our dialect
sorry for my English
Technologies & Tools
Front-end:
Back-end:
Installation
Install and starting client:
1)cd client
2)npm install
3)npm run start
Install and starting server:
1)cd server
2)npm install
3)npm run start
Create the build:
1)cd client
npm run build