To send data from contact forms to our preferred email is easy using Email js.
To run the project make sure you have node installed if not you can download on the official node website here
to clone run git clone --single-branch -b initial git@github.com:techwithtwin/send-mail-react.git or click on code button and download zip and extract to your preffered folder
to install dependancies use your favorite package manager, mine happens to be pnpm you can use yarn or npm
pnpm i
rm -rf pnpm-lock.yml then npm i
rm -fr pnpm-lock.yml then yarn
pnpm dev
npm run dev
yarn dev
Finally our project is running, now follow up on the video by TechWithTwin