My name is EDGAR LUNA 👋
A Junior Web Developer 👨💻
Currently located in BOGOTA, COLOMBIA 🌎 🇨🇴
Something curious about me:
/* I like anime 🔝and video games 🎮 */
const birthDate = new Date("11/23/2001").getTime();
const currDate = new Date().getTime();
const age = Math.floor((currDate - birthDate) / 31536000000);
const moreAboutMe = {
locatedIn: {
country: "Colombia",
city: "Bogotá"
},
age: `${age} years old`,
techStack: {
frontEnd: ["HTML", "CSS", "Javascript", "Vue 3"],
backend: ["PHP"],
databases: ["MySql"],
versionControl: ["Git"]
},
tools: ["VsCode", "Photoshop", "Debian"],
role: ["Junior Frontend Developer", "Junior Developer"],
nextGoal: "Go to university 🤩"
}
You can find me on:
My skills 🧠
My top projects ✔️
- Pokedex Dashboard: The only bad thing about this project is its design, but in this project you can search for information on pokemons, objects, berries and regions. You can also save and download the data you want.
- CRUD App: This was the first CRUD I did, it has an integrated login, it is not polished but it is functional, a data storage system needs to be programmed.
- Country Quiz: A quiz about countries, where you have to guess characteristics of a specific country.
Weaknesses and difficulties ⛔
Although you have good skills and desire to learn new things, there are certain weaknesses and difficulties when working.
- The creation of ideas, names and desings.
- Consufion in the implementation of new features.