Skip to content

Viktor286/retype-project

Repository files navigation

Retype Project

retypeproject.com typing trainer for opensource

💻 Improve programming skills by retyping code

Code writing requires a special kind of typing skill, a bit different from regular text typing. To get comfortable and fast in coding it's important to practice the special characters flow of symbols like brackets, semicolons, math operators, and others. Typos and mistakes can significantly interrupt the working process which decreases both dev speed and dev experience.

A great way to achieve good results in training code patterns is by retyping real-life code examples. With typing trainer like that, you can learn to write code faster mastering your keyboarding technique. Great code-typing skills offer more freedom in creating your projects without paying attention cost to complex patterns of code syntax.

(url for example below: https://retypeproject.com/TheAlgorithms/C/blob/master/leetcode/src/1.c) image

⚡ "Retype Project" is for opensource

Use "Retype Project" to exercise any open source code file from the largest repository in the world! Python, Javascript, PHP, C, C++, Java — all top programming languages. Add "rt" text after the "github" domain name before ".com" to get github file as a code typing training session.

image

Or use bookmarklet to easy switch between github and retype:

javascript:(() => {let l = window.location; let h = l.host; let c = l.href; let rt = 'retypeproject.com'; let g = 'github.com';
l.href = h == rt ? c.replace(rt, g) : h == g ? c.replace(g, rt) : 'https://' + rt})();

🎮 Get in touch with new programming languages, syntax and APIs quickly

The world has plenty of different code syntax, interfaces, special frameworks and sometimes you need to quickly switch gears between something like python's NumPy and javascript's React.

Just a couple of exercises per day/week will help you to quickly adapt to a new programing language, interface, or framework pattern.

Example: i am rarely writing SQL queries by hand but i don't want to forget how to write complex JOINs constructions, so as part of my typing training routine from time to time i write several SQL commands just to refresh my memory.

👀 Try speed code typing training examples

Discover Github

Github is awesome community to discover new ideas, people, approaches, trends. Don't forget to checkout trending repos and developers out there.

Create your own typing playlist

Make your training program as the collection of files in your GitHub repository and have your own custom coding exercise set. If you're logged in then you can have access to unlicensed files from your repository.

Typing skill required!

If you are new to typing and if you want to learn how to increase your level of touch typing, there are several great resources to start with: one, two, three.

Running locally

Install dependencies:

npm install

Run the project:

npm start