Skip to content
View apod9875's full-sized avatar

Block or report apod9875

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
apod9875/README.md

Hi, I'm [Abdelrahman Mabed] πŸ‘‹

Welcome to my GitHub profile! I'm a passionate developer with experience in MERN Stack, Tailwind CSS, and C++. I love building full-stack web applications and writing efficient, scalable code. Let's build something amazing together! πŸš€


πŸš€ Technologies I Work With

Front-End:

  • React.js - Building interactive UIs with React.
  • Tailwind CSS - Creating beautiful, responsive designs with utility-first CSS.
  • HTML5, CSS3, JavaScript (ES6+) - Crafting the foundation of modern web applications.

Back-End:

  • Node.js - Powering backends with JavaScript runtime.
  • Express.js - Building RESTful APIs for scalable applications.
  • MongoDB - NoSQL database for handling flexible data storage.

Programming Languages:

  • C++ - Solving problems and building efficient algorithms.
  • JavaScript - Full-stack JavaScript development.
  • SQL - Handling relational databases.

🌟 Projects

πŸ”₯ [Project 1 Name]

  • Description of the project here. You can include features such as:
    • Full-stack application with MERN.
    • Authentication with JWT.
    • Dynamic, responsive UI with React & Tailwind CSS.

🌍 [Project 2 Name]

  • Description of the project here:
    • A C++ algorithm library for various data structures and problem-solving.
    • Focus on performance and efficiency.

πŸ“š [Project 3 Name]

  • Description of the project here:
    • A complete dashboard built with React and Express.
    • Integrated with MongoDB to display real-time data.

πŸ§‘β€πŸ’» GitHub Stats & Trophies

GitHub Stats

Top Langs

GitHub Trophies



🎨 Fun Animations (Tailwind CSS & React)

I enjoy using Tailwind CSS and React to bring projects to life. Here's a fun little animation I built using React Spring:

import { useState } from 'react';
import { useSpring, animated } from 'react-spring';

function AnimatedCard() {
  const [isHovered, setIsHovered] = useState(false);
  const styles = useSpring({
    transform: isHovered ? 'scale(1.1)' : 'scale(1)',
    boxShadow: isHovered ? '0 4px 8px rgba(0, 0, 0, 0.1)' : 'none',
  });

  return (
    <animated.div
      style={styles}
      onMouseEnter={() => setIsHovered(true)}
      onMouseLeave={() => setIsHovered(false)}
      className="p-6 max-w-sm mx-auto bg-white rounded-lg shadow-lg"
    >
      <h2 className="text-2xl font-bold">React & Tailwind Animation</h2>
      <p className="mt-4">Hover over this card to see the animation!</p>
    </animated.div>
  );
}

export default AnimatedCard;

Popular repositories Loading

  1. apod9875 apod9875 Public

    Config files for my GitHub profile.

  2. javascript-beginners-tutorial javascript-beginners-tutorial Public

    Forked from dinanathsj29/javascript-beginners-tutorial

    A JavaScript tutorials for beginners, An introduction to JavaScript programming languages building blocks, step-by-step guide to JavaScript

    HTML

  3. javascript javascript Public

    Forked from airbnb/javascript

    JavaScript Style Guide

    JavaScript

  4. ECMAScript-features ECMAScript-features Public

    Forked from sudheerj/ECMAScript-features

    ECMAScript features cheatsheet

    JavaScript

  5. awesome-chatgpt-prompts awesome-chatgpt-prompts Public

    Forked from f/awesome-chatgpt-prompts

    This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.

    JavaScript

  6. remote-jobs remote-jobs Public

    Forked from remoteintech/remote-jobs

    A list of semi to fully remote-friendly companies (jobs) in tech.

    JavaScript