Code Monkey home page Code Monkey logo

Hello, World!! My name is Mohamed Waled 👋 .


Some Featured Projects 📌:

Small Story About Me 👨‍💻:

Every day is a learning day.

I'm a self-learner -or should I say online learner- who started studying Front-End Development in December 2020. My journey started with an online course on Udacity, which was powered by egFWD for web development. This course specialized in Front-End web development and sparked my passion for the subject. Since then, I have been continuously learning about Front-End Development.

Since I began my journey, I have gained a lot of knowledge. I have progressed to learning React.js and Next.js, and I am currently putting my skills into practice. By doing so, I can identify the areas I need to improve on to proudly call myself a Front-End Developer.

I've started with an Egyptian free scholarship called Egypt Future Work Is Digital egFWD powerd by the Ministry of Communication and Information Technology and I've finished the first two levels at it:

Then I took Responsive Web Design Course at FreeCodeCamp FCC:

P.S. You can find all of them with the solutions in the certificate link.

And now I solve challenges at both Frontend Mentor and CSS Battle such as:

Now I'm Just Making Some Websites and App For The Purpose of Training and Upgrade My Skills:

What comes after this? My ultimate objective is to become a competent and knowledgeable Software Engineer who comprehends their duties and performs them proficiently.

And That's It, Nice to Meet You All ❤️ 👋 .


My Newly Launched Portfolio Website

  • Mohamed Wales's - 🔗

Some Important Profiles of Mine 💻

Get in Touch 📞

Mohamed Waled Farag Youssef's Projects

3-column-preview-card-component icon 3-column-preview-card-component

A 3-column preview card component that you can use to show your featured services or your featured products includes 3 cards one for each product, the title of the product, a small description, and a learn more button. I've used HTML, CSS, and a mobile-first strategy.

a-25-5-clock icon a-25-5-clock

This is a Pomodoro timer that you can set session length from 1 to 60 minutes and the break length too but by default, it is 25 for a session and 5 for a break. I've used React.js.

caesars-cipher icon caesars-cipher

One of the simplest and most widely known ciphers is a Caesar cipher, also known as a shift cipher. In a shift cipher the meanings of the letters are shifted by some set amount. A common modern use is the ROT13 cipher, where the values of the letters are shifted by 13 places. Thus A ↔ N, B ↔ O and so on. Write a function which takes a ROT13 encoded string as input and returns a decoded string. All letters will be uppercase. Do not transform any non-alphabetic character (i.e. spaces, punctuation), but do pass them on.

cash-register icon cash-register

Design a cash register drawer function checkCashRegister() that accepts purchase price as the first argument (price), payment as the second argument (cash), and cash-in-drawer (cid) as the third argument. cid is a 2D array listing available currency. The checkCashRegister() function should always return an object with a status key and a change key. Return {status: "INSUFFICIENT_FUNDS", change: []} if cash-in-drawer is less than the change due, or if you cannot return the exact change. Return {status: "CLOSED", change: [...]} with cash-in-drawer as the value for the key change if it is equal to the change due. Otherwise, return {status: "OPEN", change: [...]}, with the change due in coins and bills, sorted in highest to lowest order, as the value of the change key.

clipboard-landing-page icon clipboard-landing-page

A clipboard landing page you can use as a home page for your business, application, or even your portfolio as it's nice, tidy, and crystal clear and you can add to it whatever you want. I've used HTML and CSS.

drum-machine icon drum-machine

This is a drum machine that has two banks. I've used React.js.

four-card-feature-section icon four-card-feature-section

A four-card feature section that you can use to show your most powerful services with a small description of each of them includes four cards each for one service. I've used HTML and CSS.

fylo-data-storage-component icon fylo-data-storage-component

A Fylo data storage component is a component that you can use it tell the website user how much storage is available for them to use and there are three buttons that they can use to upload files or folders or any other type of data. I've used HTML and CSS.

fylo-landing-page-with-two-column-layout icon fylo-landing-page-with-two-column-layout

A Fylo landing page with two column layout you can use as a home page for your business, application, or even your portfolio as it's nice, tidy, and crystal clear and you can add to it whatever you want. I've used HTML and CSS.

huddle-landing-page-with-alternating-feature-blocks icon huddle-landing-page-with-alternating-feature-blocks

A huddle landing page with alternating feature blocks you can use as a home page for your business, application, or even your portfolio as it's nice, tidy, and crystal clear and you can add to it whatever you want. I've used HTML and CSS.

landing-page icon landing-page

A template landing page includes five sections that you can navigate through them using the navbar and when you reach the section you want a nice animation will start in the background. I've used HTML, CSS, and JavaScript.

markdown-previewer icon markdown-previewer

This is a markdown previewer that uses marked library to parse the MD text into a text for readme files. I've used React.js.

nft-preview-card-component icon nft-preview-card-component

An NFT preview card component includes An image of the NFT, the name of it, a short description, the price, the creator, and a Small Hover State. And I've used: HTML, CSS, CSS Flexbox.

order-summary-component icon order-summary-component

An order summary component includes: what you are purchasing, the plan, the price of the plan, and three buttons to change, cancel or complete the purchase. And I've used: HTML, CSS, CSS Flexbox

palindrome-checker icon palindrome-checker

Return true if the given string is a palindrome. Otherwise, return false. A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing. Note: You'll need to remove all non-alphanumeric characters (punctuation, spaces and symbols) and turn everything into the same case (lower or upper case) in order to check for palindromes. We'll pass strings with varying formats, such as racecar, RaceCar, and race CAR among others. We'll also pass strings with special symbols, such as 2A3*3a2, 2A3 3a2, and 2_A3*3#A2.

personal-portfolio-webpage icon personal-portfolio-webpage

A personal portfolio webpage that contains what anybody needs in its portfolio like a little about yourself and your projects and you can add another page for every project to tell people about it and last but not least the footer section that has all your social media accounts. I've used HTML and CSS. P.s. It is just a project for the certificate and it is not my official portfolio**

product-landing-page icon product-landing-page

A product landing page you can use if your business is all about one product. It's a good landing page that tells the customer everything about you and your product. I've used HTML and CSS.

product-preview-card-component icon product-preview-card-component

A product preview card component includes a photo of your product, its name, a little description of it, its price, and a button to purchase it. I've used HTML and CSS.

profile-card-component icon profile-card-component

A profile card component includes a picture of the owner of the profile, their name, their country, and some stats of their account. I've used HTML and CSS.

qr-code-component icon qr-code-component

A QR code component that you can use it to show you important QR codes in an elegant way includes the QR code itself, a title, and a little description, I've used HTML and CSS.

random-quote-machine icon random-quote-machine

This is a random quote machine that uses API to get the quotes and make them appear in front of you. I've used React.js.

single-price-grid-component icon single-price-grid-component

A single-price grid component that you can use to put one product and its price and a detailed description about it or use it for any similar thing like a service subscription. I've used HTML and CSS.

social-proof-section icon social-proof-section

A social proof section that you can use to showcase your customers' testimonials and their rates. I've used HTML and CSS.

stats-preview-card-component icon stats-preview-card-component

A stats preview card component includes a title that tells you what the insights are about, a little description, and the insights themselves. I've used HTML and CSS.

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.