Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedreda958/ahmedreda958


https://github.com/ahmedreda958/ahmedreda958

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        



## πŸ’« About Me:
Hi there,
I'm Ahmed Reda, a Front-End Developer πŸš€from Mansoura, Egypt.
🌱 I’m interested in learning MERN Stack and developing some useful and cool stuff xD
πŸ’¬ Ask me about anything, I love to answer!
πŸ“« Email me at [[email protected]](mailto:[email protected]).

## 🌐 Socials:
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/ahmed-reda-gad)

## πŸ› οΈ Skills:
![My Skills](https://skillicons.dev/icons?i=html,css,javascript,typescript,,,react,nextjs,redux,nodejs,express,mongo,sass,styledcomponents,tailwind,bootstrap,materialui,styledcomponents,threejs,figma,vite,vscode,androidstudio,&perline=6)
# πŸ“Š GitHub Stats:

![](https://github-readme-streak-stats.herokuapp.com/?user=AhmedReda958&theme=dark&hide_border=false)

![](https://github-readme-stats.vercel.app/api/top-langs/?username=AhmedReda958&theme=dark&hide_border=false&include_all_commits=true&count_private=true&layout=compact)

## πŸ† GitHub Trophies
![](https://github-profile-trophy.vercel.app/?username=AhmedReda958&theme=darkhub&no-frame=true&no-bg=false&margin-w=4)

### ✍️ Random Dev Quote
![](https://quotes-github-readme.vercel.app/api?type=horizontal&theme=radical)

### Fun fact: I once answered the world’s oldest question with a single line of JavaScript

// Which came first: the chicken or the egg?


console.log(["πŸ₯š", "🐣", "πŸ₯", "πŸ”"].sort())

>>>["πŸ”", "🐣", "πŸ₯", "πŸ₯š"];

---