Skip to content
View ferrancipres's full-sized avatar
πŸ“Œ
Front-End Developer
πŸ“Œ
Front-End Developer

Block or report ferrancipres

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ferrancipres/README.md

I am a Full Stack Development with a passion for crafting clean and efficient code

πŸš€ My academic journey in Aeronautical Engineering, Digital Marketing Specialist, and a Master's Degree in Software Development has sculpted me into a confident problem-solving enthusiast. I embrace proactivity and cultivate experiences that transform me into a dynamic team player with the versatility to work independently.

πŸ‘¨β€βš–οΈ In my role as a co-founder, I successfully contributed to the development and design of the interface for the Whatwedo app, achieving noteworthy results. During my master's degree at the Assembler Institute of Technology, where I recently completed my studies, I dedicated 7 months to intensive work on real projects. Throughout this program, I acquired and enhanced my knowledge in Typescript, ReactJS, NodeJS, and MongoDB, all of which are showcased on my GitHub profile.

I am eager to contribute my skills to a team, take on responsibilities, and engage in challenging e-commerce projects that leverage my dedication to perfection and effective work. I am not just looking to learn but also add significant value to the company and become a vital asset in the process. I’m currently learning everything. Let's build something amazing together! πŸ’»πŸŒ

I am confident in my abilities and eager to connect with like-minded professionals to explore potential opportunities. Please feel free to send me a connection request to learn more about me.

πŸ’¬ What are my areas of interest and expertise? πŸ‘¨πŸ»β€πŸŽ€ Software Development | πŸš€ E-commerce & Digital | πŸ“Š Data Analyst | πŸ•Š Graphic Design | πŸ‘¨β€βš–οΈ Project Management | πŸ’Ό Business Development & Strategic Implementation.

Thank you for your time and consideration.

About me in code

interface developerProps {
   bornIn: string,
   pronouns: 'he' | 'him',
   highlyMotivated: boolean,
   developer: 'FullStack' | 'Front' | 'Back',
   code: string[],
   hobbies: string[]
}

const ferranCipres: developerProps = {
   bornIn: 'Barcelona ',
   pronouns: 'he' | 'him',
   highlyMotivated: true,
   developer: 'FullStack' | 'Front' | 'Back',
   code: ["Typescript", "React", "Javascript", "HTML", "CSS"],
   hobbies: ['trading', 'reading', 'eSports']
}

Languages + Frameworks:


Top Langs

Tools:


GitHub Stats:

ferrancipres GitHub stats

Pinned Loading

  1. ferrancipres ferrancipres Public

    This is my personal for README

    1

  2. Rick-Morty-API Rick-Morty-API Public

    TypeScript

  3. basekit basekit Public template

    Boilerplate for HTML + CSS projects. Includes Prettier config, README, LICENSE, VSCode settings, gitignore, and folder setup.

    CSS

  4. antonyoandrei/Calendar antonyoandrei/Calendar Public

    Group project for Assembler Institute with @ferrancipres, @miguelmayans and @ivanlomoro.

    CSS

  5. basekit-js basekit-js Public template

    Boilerplate for HTML + CSS + JavaScript projects. Includes Prettier and ESLint configuration, README, LICENSE, VSCode settings, .gitignore, basic scripts, and folder structure.

    CSS

  6. ivanlomoro/SoundSphere ivanlomoro/SoundSphere Public

    Frontend for the SoundSphere project made for Assembler Institute of Technology.

    TypeScript 2