Giter Site home page Giter Site logo

Hi, I'm Mar 🤗

I'm a Frontend developer with a background in Agri-Food Engineering. I started my professional career in the food safety area where I learned how to deal with clients and critical processes on consultant positions. A year ago, I discovered my passion for the world of web development (seriously, I'm in ❤️ with programming), especially the fact of being able to transform ideas into code and be able to create products that can be useful and that solve real problems.🌍

How it all started? 🤔

Some time ago, when I was doing my master's internship, I was asked to create a course for food handlers in Moodle. While I was doing it, I constantly thought: A Pop-up would be a luxury here! or How cool if we could put a drop down here!. So I did my research and came across HTML and CSS and... voilà!

Covid-19 😷

I was working from home and someone said to me: Hey, I've been offered a project, would you be interested in doing the layout? Obviously yes (you can check it on www.homebid.es 😉). And since then, there was no going back. I steeled myself and left my previous job, a bit adrift, but with a clear destination. Let's programming! So thank you so much someone.✨

First of all, I'm an IronHacker 💻

What I learned? That I had a lot to learn. So I became an IronHacker and spent two months programming like crazy. That allowed me to discover geniuses like React and this made the ideas that remained only ideas to be transformed into something much more reachable. And most importantly, I learned from the best teachers and met wonderful people.

So, who I am now?

import React, { Component } from "react";

class Mar extends Component {
	state = {
		technologies: ["React", "JavaScript", "HTML", "CSS", "Node.js", "Express.js"],
		tools: ["Git", "GitHub", "MongoDB", "Heroku", "Postman"],
		interests: ["Frontend Frameworks", "UX/UI", "Music", "World Impact"],
		contact: {
			linkedin: "https://www.linkedin.com/in/marcurto/",
			mail: "[email protected]",
			phone:"653 829 957"
		}
	}

  handleChange = (e) => {
    let { name, value } = e.target;
    this.setState({ [name]: value });
  };

  makeMarHappy = async (e) => {
    e.preventDefault();
    await console.log(`Hi ${e.target.elements.name.value}! Nice to meet you. I'm very exited to know more about ${e.target.elements.project.value} :)`);
    await console.log(`You can contact me by email on ${this.state.contact.mail} or by phone: ${this.state.contact.phone}. Maybe you want to know more about me, so you can check my linkedin on ${this.state.contact.linkedin}`)
  }

  render() {
		return (
            <form onSubmit={this.makeMarHappy}>
              <label htmlFor="name">Your name:</label>
              <input id="name" type="text" name="name" onChange={this.handleChange}/>
              <label htmlFor="project">Your project name:</label>
              <input id="project" type="text" name="project" onChange={this.handleChange}/>
              <input type="submit" value="Contact me!"/>
            </form>
		)
	}

}

export default Mar;

marcurto's Projects

git-practice icon git-practice

This is a test repo to demonstrate how Git and GitHub work

lab-github-practice icon lab-github-practice

This is a repository for learning about GitHub features such as cloning, branching, and pull requests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.