Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raczeq/adventofcodeangular
Typescript solutions with Angular and interactive web page
https://github.com/raczeq/adventofcodeangular
advent-of-code advent-of-code-2021 advent-of-code-2022 advent-of-code-2022-javascript adventofcode angular aoc aoc-typescript aoc2021 aoc2021js aoc2022 aoc2022-in-javascript puzzle puzzles
Last synced: 2 months ago
JSON representation
Typescript solutions with Angular and interactive web page
- Host: GitHub
- URL: https://github.com/raczeq/adventofcodeangular
- Owner: RaczeQ
- Created: 2021-12-03T20:09:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T02:55:39.000Z (about 2 years ago)
- Last Synced: 2023-05-23T07:33:09.015Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2022, advent-of-code-2022-javascript, adventofcode, angular, aoc, aoc-typescript, aoc2021, aoc2021js, aoc2022, aoc2022-in-javascript, puzzle, puzzles
- Language: TypeScript
- Homepage: https://raczeq.github.io/AdventOfCodeAngular/
- Size: 25.5 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [AdventOfCode Angular](https://raczeq.github.io/AdventOfCodeAngular/)
An interactive page with solutions written in the TypeScript language with Angular framework.
https://raczeq.github.io/AdventOfCodeAngular/
![Menu](/docs/menu.png "Menu")
Page loads base input automatically, but allows you to paste your own into a provided form. Input link opens up your input page from Advent Of Code website.
![Editor](/docs/editor.png "Editor")
After clicking run, solution and visualizations are generated on your browser. Clicking on results will automatically copy it to your clipboard.
![Plot animated](/docs/plot_animated.gif "Plot animated")
![Plot1](/docs/plot1.png "Plot1")
![Plot2](/docs/plot2.png "Plot2")
![Plot3](/docs/plot3.png "Plot3")