Skip to content
View Ceciliaugarte's full-sized avatar

Block or report Ceciliaugarte

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Ceciliaugarte/README.md

Banner

Hi! I'm Cecilia ๐Ÿ‘‹ ๐Ÿ‘ฉโ€๐Ÿ’ป

๐Ÿ’ป A passionate Full Stack Developer Junior with experience building modern web applications, passionate about continuous learning and solving complex problems with efficient solutions.

๐Ÿš€ About Me

  • Studying IT Technologist at UTU (Uruguay).
  • I enjoy teamwork, tackling technical challenges, and staying up-to-date with new technologies.

๐Ÿ›  Tech Stack

const developer = {
  fullName: "Cecilia Ugartemendia",
  role: "Full Stack Developer",
  technologies: [
    "HTML", "CSS", "JavaScript", "TypeScript", "React", "Next.js",
    "Vue.js", "Node.js", "Express", "NestJS", "MySQL", "MongoDB", "Sequelize", "Mongoose",
    "Prisma", "Sequelize", "Tailwind CSS", "JWT"
  ],
  currentlyLearning: ["C", "C++"],
  contact: "cecilia.ugartemendia18@gmail.com"
};
console.log(developer);

๐Ÿ’ผ Featured Projects

A fully functional e-commerce platform built during my Full Stack Bootcamp as a final project.

Main features:

  • User authentication with JWT and Passport.js.
  • Product catalog with dynamic filtering.
  • Shopping cart functionality and product checkout.
  • Admin panel for product management.
  • Responsive design with Tailwind CSS.

Technologies: React, Node.js, Express, MySQL, Sequelize, JWT, Tailwind CSS.


๐Ÿ”น Booking Platform (In development)

A modern web application to manage property reservations, currently being developed to improve my skills in Next.js and backend integration.

Main features:

  • Secure user authentication and route protection.
  • Booking system with dynamic availability.
  • Responsive UI and smooth user experience.

Technologies: Next.js, React, Node.js, Express, MySQL, JWT, Sequelize.

Popular repositories Loading

  1. Devils-Cellar Devils-Cellar Public

    This repository is part of the Devil's Cellar project, an e-commerce developed as the final project in the Web Development Bootcamp at Hack Academy. Here you will find the source code for the frontโ€ฆ

    JavaScript

  2. Hackflix Hackflix Public

    This application offers a Netflix-like experience, allowing users to effortlessly explore, search, and discover new movies, all made possible by the integration of cutting-edge web development techโ€ฆ

    JavaScript

  3. Ceciliaugarte Ceciliaugarte Public

    Config files for my GitHub profile.

  4. Stay-ease-API Stay-ease-API Public

    This repository hosts an API REST created using Node.js and Express.js, with MySQL backed by Sequelize as the ORM. The primary purpose of this API is to provide CRUD (Create, Read, Update, Delete) โ€ฆ

    JavaScript

  5. ToDoList-Backend ToDoList-Backend Public

    This API allows managing tasks, providing functionalities to create, read, update, and delete tasks. It also includes user authentication and user management to create, read, update, or delete users.

    TypeScript

  6. ToDoList-Frontend ToDoList-Frontend Public

    To Do List is a project to manage daily tasks, where each user has their own dashboard with their tasks.

    TypeScript