10 | Hi! I am a front-end developer specializing in building responsive and interactive web applications using React, Redux, Tailwind CSS, GSAP, and WebGL. My focus is on creating dynamic and engaging user experiences that drive user interaction and engagement.
11 |
I am a front-end developer focusing on React and Redux, with a strong emphasis on Tailwind CSS. This portfolio website showcases my skills and projects as a web developer, and provides a platform for potential clients and employers to learn more about me and my work.
26 |
Whether you are looking for a new web developer for your team or just interested in my work, this portfolio website provides a comprehensive look at my skills and experience. If you have any questions or would like to learn more about my work, please feel free to reach out via the contact form on the website.
88 | );
89 | };
90 |
91 | export default Skils;
92 |
--------------------------------------------------------------------------------
/src/components/Projects.js:
--------------------------------------------------------------------------------
1 | import Project from "./Project";
2 | import SectionTitle from "./SectionTitle";
3 |
4 | const data = [
5 | {
6 | id: 1,
7 | title:
8 | "React shopping -tech alpha Electroinc store web application",
9 | img1: "https://res.cloudinary.com/dgjjgijyu/image/upload/v1675860786/portfolio-project/tech-alpha-01_qtc6qh.png",
10 | img2: "https://res.cloudinary.com/dgjjgijyu/image/upload/v1675860785/portfolio-project/tech-alpha-02_engilf.png",
11 | describe:
12 | "This repository contains the code for a React e-commerce shopping cart application, implemented using Redux Toolkit and data fetching with Redux Thunk. The shopping cart uses local storage to save data and display items in the browser.",
13 | tools: ["React js", "Redux", "Redux Toolkit", "Redux Thunk", "Tailwind CSS"],
14 | liveLink: "https://rafiul-tech-alpha.netlify.app/",
15 | fontEndLink: "https://github.com/Rafiul29/tech-alpha.git",
16 | },
17 |
18 | {
19 | id: 2,
20 | title:
21 | "Proxima | Project Management App",
22 | img1: "https://res.cloudinary.com/dgjjgijyu/image/upload/c_limit,f_jpg,fl_lossy.any_format.preserve_transparency.progressive,h_1600,pg_1,q_auto,w_1600/v1/portfolio-project/proxima-1",
23 | img2: "https://res.cloudinary.com/dgjjgijyu/image/upload/c_limit,f_jpg,fl_lossy.any_format.preserve_transparency.progressive,h_1600,pg_1,q_auto,w_1600/v1/portfolio-project/proxima-2",
24 | describe:
25 | "Pormixa is an innovative project management app that helps users manage their projects with ease. With its powerful CRUD (Create, Read, Update, Delete) operations and intuitive interface, Pormixa allows users to create, update, and delete projects effortlessly. Pormixa uses JWT authentication, which allows only authorized users to access the app's features. ",
26 | tools: ["React","Express","Mongodb","Context-api","Tailwind CSS", ],
27 | liveLink: "https://rafiul-proxima.netlify.app/",
28 | fontEndLink: "https://github.com/Rafiul29/proxima-client.git",
29 | backEndLink: "https://github.com/Rafiul29/proxima-server.git",
30 |
31 | },
32 |
33 | {
34 | id: 3,
35 | title:
36 | "Cyberbullying-Cyber | Stand Up Against Cyberbullying.",
37 | img1: "https://res.cloudinary.com/dgjjgijyu/image/upload/v1675864972/portfolio-project/Cyberbulling-1_h9kqmx.png",
38 | img2: "https://res.cloudinary.com/dgjjgijyu/image/upload/v1675864971/portfolio-project/cyerBulling-2_seq9nc.png",
39 | describe:
40 | "This is a website about cyberbullying, providing information and resources on the topic. The website aims to raise awareness about cyberbullying, its effects, and ways to prevent and address it. The site includes educational content, tips for staying safe online, and resources for individuals and families affected by cyberbullying.",
41 | tools: ["React", "Tailwind CSS", "Gsap", ],
42 | liveLink: "https://rafiul-cyberbullying.netlify.app/",
43 | fontEndLink: "https://github.com/Rafiul29/cyberbullying.git",
44 |
45 | },
46 | ];
47 | const Projects = () => {
48 | return (
49 |
50 |
51 |
52 | {data.map((project) => (
53 |
54 | ))}
55 |
56 |
57 | );
58 | };
59 |
60 | export default Projects;
61 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Getting Started with Create React App
2 |
3 | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4 |
5 | ## Available Scripts
6 |
7 | In the project directory, you can run:
8 |
9 | ### `npm start`
10 |
11 | Runs the app in the development mode.\
12 | Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
13 |
14 | The page will reload when you make changes.\
15 | You may also see any lint errors in the console.
16 |
17 | ### `npm test`
18 |
19 | Launches the test runner in the interactive watch mode.\
20 | See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21 |
22 | ### `npm run build`
23 |
24 | Builds the app for production to the `build` folder.\
25 | It correctly bundles React in production mode and optimizes the build for the best performance.
26 |
27 | The build is minified and the filenames include the hashes.\
28 | Your app is ready to be deployed!
29 |
30 | See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31 |
32 | ### `npm run eject`
33 |
34 | **Note: this is a one-way operation. Once you `eject`, you can't go back!**
35 |
36 | If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37 |
38 | Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
39 |
40 | You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
41 |
42 | ## Learn More
43 |
44 | You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45 |
46 | To learn React, check out the [React documentation](https://reactjs.org/).
47 |
48 | ### Code Splitting
49 |
50 | This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51 |
52 | ### Analyzing the Bundle Size
53 |
54 | This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55 |
56 | ### Making a Progressive Web App
57 |
58 | This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59 |
60 | ### Advanced Configuration
61 |
62 | This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63 |
64 | ### Deployment
65 |
66 | This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67 |
68 | ### `npm run build` fails to minify
69 |
70 | This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
71 |
--------------------------------------------------------------------------------
/src/components/Contact.js:
--------------------------------------------------------------------------------
1 | import React, { useRef } from "react";
2 | import SectionTitle from "./SectionTitle";
3 | import {useInputFieldReveal} from "../Hooks/gsap"
4 | import emailjs from "@emailjs/browser"
5 | import { toast } from 'react-toastify';
6 |
7 |
8 | const Contact = () => {
9 |
10 | const formRef=useRef(null)
11 |
12 | const nameRef=useRef(null)
13 | const emailRef=useRef(null)
14 | const messageRef=useRef(null)
15 | const btnRef=useRef(null)
16 |
17 | const contactFieldRef=[nameRef,emailRef,messageRef,btnRef]
18 |
19 | useInputFieldReveal(contactFieldRef,1.5)
20 |
21 | const sendEmail=(e)=>{
22 | e.preventDefault()
23 |
24 | //emailjs integration
25 | emailjs.sendForm(process.env.REACT_APP_SERVICE_ID,
26 | process.env.REACT_APP_TEMPLATE_ID,
27 | formRef.current,
28 | process.env.REACT_APP_PUBLIC_ID
29 | ).then(()=>{
30 |
31 | toast.success('🦄 Message Send Success', {
32 | position: "bottom-left",
33 | autoClose: 5000,
34 | hideProgressBar: false,
35 | closeOnClick: true,
36 | pauseOnHover: true,
37 | draggable: true,
38 | progress: undefined,
39 | theme: "colored",
40 | });
41 | },()=>{
42 | toast.error('🦄 Message Not Send Success', {
43 | position: "bottom-left",
44 | autoClose: 5000,
45 | hideProgressBar: false,
46 | closeOnClick: true,
47 | pauseOnHover: true,
48 | draggable: true,
49 | progress: undefined,
50 | theme: "colored",
51 | });
52 | })
53 |
54 | //reset
55 | e.target.querySelector(".fullname").value=""
56 | e.target.querySelector(".email").value=""
57 | e.target.querySelector(".message").value=""
58 | }
59 |
60 | return (
61 |