https://github.com/ashl3ycodes/ashl3ycodes
Please leave a star if you're going to fork it. :)
https://github.com/ashl3ycodes/ashl3ycodes
about-me actions automation github-actions github-automation github-readme github-readme-profile github-workflows profile readme-profile workflows
Last synced: 7 months ago
JSON representation
Please leave a star if you're going to fork it. :)
- Host: GitHub
- URL: https://github.com/ashl3ycodes/ashl3ycodes
- Owner: ashl3ycodes
- License: agpl-3.0
- Created: 2022-08-14T22:59:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-27T04:14:27.000Z (7 months ago)
- Last Synced: 2025-07-27T04:23:48.014Z (7 months ago)
- Topics: about-me, actions, automation, github-actions, github-automation, github-readme, github-readme-profile, github-workflows, profile, readme-profile, workflows
- Homepage: https://github.com/ashl3ycodes/ashl3ycodes
- Size: 29.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
¡Hi
I'm Ashley!
A random girl on the internet and a passionate to code.
(Software Engineering student, monster energy addict, gamer, eepy princess, and your f̶r̶i̶e̶n̶d̶l̶y coding witch)
```js
//Imports
const Universe = require("/root/Simulations/Universe");
const {Systems} = Universe.Systems.Galaxies.MilkyWay;
const {Human} = Systems.Solar.Planets.Earth.Entities;
//Create a new Human called Ashley
const Ashley = new Human({
name: "Ashley",
pronouns: "She/Her"
});
//Asign data to Ashley
Object.assign(Ashley, {
nicknames: ["ashl3y", "ashl3ycodes", "Anshurii"],
likes: ["Code", "Sleep", "Monster Energy", "Videogames"],
dislikes: ["Sleep", "Bugs", "Competitiveness"],
skills: {
webDevelopment: {
frontEnd: ["CSS", "HTML", "JavaScript"],
backEnd: ["JavaScript", "Node.js"]
},
softwareDevelopment: ["C++", "Bash", "Java"],
botDevelopment: ["Discord.js", "JavaScript", "MongoDB",
"Node.js", "SQLite"]
},
tools: {
ides: ["CLion", "IntelliJ","WebStorm"],
software: ["Adobe Photoshop", "Git", "GitHub"],
os: {
linux: "Endeavour OS",
windows: "Windows 11"
}
},
contact:{
discord: {
username: "ashl3ycodes"
}
}
});
```