Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1ko23/n1ko23


https://github.com/n1ko23/n1ko23

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


HTML5
CSS3
Vue
React
Node.js
Javascript
Typescript
Javascript
Typescript
CSharp
Rust
Java
MongoDB
SQL
Git







```ts
class User implements IUser {
name: string = "Niko";
aliases: string[] = [ "N1kO23", "NullPointr" ];
pronouns: string[] = [ "he", "him" ];
code: string[] = [ "Java", "JS", "TS", "HTML", "CSS", "Vue", "React", "PHP", "Laravel", "Rust", "CSharp", "C" ];
fav_theme: string[] = [ "Material Ocean", "SynthWave '84" ];
line_ends: string = "lf";
code_style: string = "prettier";
variables: string = "snake_case";
editors: string[] = [ "VSCode", "nano", "vim" ];
}
```