Skip to content

apratim-mishra/editdojo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit Dojo

A web app to improve writing skills in any language.

Inspiration

The inspiration for this came from the lack of these kind of resources. You can find a ton of resources to master reading, listening or speaking a language. But when it comes to writing, there simply aren't much.

How it works

The app will function in these steps:

  1. A user A will sign up with 2 languages, one in which they are proficient(say, English) and the other which they want to learn(say, Japanese).
  2. Then they will write anything they need in, say, Japanese.
  3. A user B, who is proficient in Japanese, will then verify and propose corrections.
  4. Similarly if someone wants to learn English, user A can verify their messages.
  5. Everyone is happy.

Initially the app will be based on twitter, that is, users will be editing tweets. Eventually, you will able to use this app without using Twitter at all!

Installation

These are the steps to install the project on your machine. What we actually need is a virtual environment running Django version 2.1.

  1. Install python on your machine. Mac and Ubuntu have it pre-installed. NOTE: you might have Python 2 on your Mac or Linux. If so, make sure to download Python 3. For Windows head on to https://www.python.org/downloads/.
  2. Using pip3, the package manager for python, install pipenv using the command below in the terminal.
pip3 install pipenv
  1. Open terminal in the folder containing the project files. Install Django version 2.1 in the virtual environment with the following command.
pipenv install django==2.1
  1. Go into the virtual environment:
pipenv shell
  1. Run the server:
python manage.py runserver
  1. Start using the app by opening the link shown in the terminal on your browser.

Resources

This is a part of the series of YouTube videos demonstrating how to build a real startup using Python and JavaScipt. These are the resources helpful for this project:

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%