https://github.com/skirianov/out-of-the-box-js
For you All struggling to find real life problems
https://github.com/skirianov/out-of-the-box-js
algorythms data-structures javascript problems project
Last synced: 8 months ago
JSON representation
For you All struggling to find real life problems
- Host: GitHub
- URL: https://github.com/skirianov/out-of-the-box-js
- Owner: skirianov
- Created: 2021-08-08T08:42:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T17:59:40.000Z (over 4 years ago)
- Last Synced: 2025-03-24T20:21:25.497Z (9 months ago)
- Topics: algorythms, data-structures, javascript, problems, project
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
Looking for a project to showcase your skill in programming and JavaScript? There are tons of them.
Let's look at some "Out of the Box JavaScript" projects.
These are the real life projects which I have personally encountered in my life and automated. There will be no separation on tiers from easy to hard. All of them have some simple parts and some more comlicated. The UI is not important. The logic and problem solving skills - all these tasks are about.
## Table of Contents
- [Route converter](./task1-route_converter/task.md) (geopositions, weird data input, browser file read)
- [Work and Rest](./task2-work_and_rest/task.md) (data structures, local storage, validation)
## Contributions
I welcome all to suggest their tasks. Your real life examples. This repo is designated for JavaScript. Please feel free to adapt to the language of your liking and share a link, so I will include it in the list.
## Solutions
Tasks are all unique and very niche. There is no single solution. If you are facing any troubles to understand the task please submit a PR with better explanation.
The domain and aplication of this tasks is very uncommon for most of you. Show your research skills and try to get the idea of the exercise. If you still facing troubles, please raise an issue on GitHub or mention me in Twitter post [@SergiiKirianov](https://twitter.com/SergiiKirianov).
## Good Luck!