https://github.com/vvscode/js--test-tasks
Test tasks for frontend (js in the main) developers from different companies
https://github.com/vvscode/js--test-tasks
frontend hacktoberfest hacktoberfest2020 javascript-tests test-tasks
Last synced: 6 months ago
JSON representation
Test tasks for frontend (js in the main) developers from different companies
- Host: GitHub
- URL: https://github.com/vvscode/js--test-tasks
- Owner: vvscode
- Created: 2017-09-14T11:31:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T09:21:37.000Z (over 4 years ago)
- Last Synced: 2025-03-20T17:41:50.936Z (9 months ago)
- Topics: frontend, hacktoberfest, hacktoberfest2020, javascript-tests, test-tasks
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 33
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test tasks for frontend (js in the main) developers from different sources
---
Repo is not supported any more.
I recommend you to check https://github.com/Hexlet/ru-test-assignments from the Hexlet team
---
# Fill free to add your tasks / tasks you've met in your career
---
Structure of the repo:
```
.
├── README.md
├── any-some-test-task-from-company-A
│ ├── README.md
│ └── task-dir
├── junior-some-test-task-from-company-A
│ ├── README.md
│ └── task-dir
├── middle-some-test-task-from-company-A
│ ├── README.md
│ └── task-dir
├── senior-some-test-task-from-company-A
│ ├── README.md
│ └── task-dir
├── middle-some-test-task-from-company-B
│ ├── README.txt
│ └── task-dir
└── any-some-test-task-from-company-C
├── README.txt
└── task-dir
```
Each task placed into separate directory ( with meaningful name, starting with expected level / `any` word ). Inside should be placed `readme` file (with notes about the task, like level, source of the task, technologies stack, description for the position ) and one more directory `task-dir` with the task itself.
It will be nice if you translate (or/and duplicate) all descriptions in English.
There is an `any-a-very-basic-example-test-task-from-company-A` directory as example for adding test task.
## Related links:
- https://github.com/Hexlet/ru-test-assignments Тестовые задания для самостоятельного выполнения от разных it компаний
- https://maxpfrontend.ru/zametki/spisok-testovyh-zadaniy-ot-podpischikov-1/ Список тестовых заданий от подписчиков
- https://logiceditor.com/ru/info/js-tasks.html Тестовое задание на вакансию JS-разработчика
- https://github.com/Hexlet/ru-test-assignments - Подборка тестовых заданий от команды Hexlet