project_professional_portfolio icon indicating copy to clipboard operation
project_professional_portfolio copied to clipboard

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, SCSS, Framer Motion, Sanity

Results 41 project_professional_portfolio issues
Sort by recently updated
recently updated
newest added

``` import React, { useEffect, useState } from "react"; import { motion } from "framer-motion"; import { urlFor, client } from "../../client"; import "./About.scss"; const About = () => {...

It seems that when you use React 18 and Strict Mode React Tooltip won't hide once you hover over it. E.G. when you hover over "FrontEnd Dev" in Skills and...

"Testimonial" is missing from the navbar.

Case: menu won't open on real mobile device because of event propagation https://user-images.githubusercontent.com/33187294/155104106-034af928-a04b-4272-a469-ae4e5907efd1.mp4 Solution: - Prevented that with e.preventPropagation() - Changed animation for menu div because on click, in a...

Nothing major, I just noticed a missing comma. Thanks for your work.

I noticed that empty form could be submitted. Is there any way to add recaptcha? Example would be very useful! :)

Looks like there are a few patch releases.

Updated the contents of `index.js` to React 18 syntax

when i run npm start i get this Error _**getting cannot find module 'react ' Require stack: - C:\Users\User\AppData\Roaming\npm\node_modules\react-scripts\scripts\start.js**_ ![PowerShell 3_22_2022 12_46_54 AM (2)](https://user-images.githubusercontent.com/74734400/159375993-6d9d67ef-fc05-4dbf-8da2-b4d4b8943997.png)