https://github.com/pawantech12/dev-portfolio
Developer Portfolio built using Reactjs with functional contact form
https://github.com/pawantech12/dev-portfolio
animation css3 developerportfolio html5 javascript portfolio-website reactjs typewriter-effect
Last synced: 2 months ago
JSON representation
Developer Portfolio built using Reactjs with functional contact form
- Host: GitHub
- URL: https://github.com/pawantech12/dev-portfolio
- Owner: pawantech12
- Created: 2024-03-31T06:32:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-31T07:32:30.000Z (about 1 year ago)
- Last Synced: 2025-01-22T17:30:33.811Z (4 months ago)
- Topics: animation, css3, developerportfolio, html5, javascript, portfolio-website, reactjs, typewriter-effect
- Language: JavaScript
- Homepage:
- Size: 4.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



Responsive Portfolio Website
Developer Portfolio is fully responsive Portfolio website made using ReactJS.
### Prerequisites
Before you begin, ensure you have met the following requirements:
* You Should Know Basic or Intermediate of HTML ,CSS, JavaScript,ReactJS concept.
Fontawesome Icon :
```html```
### Project Contain
* Responsive Navigation Bar with Hamburger Menu
* Hero Section
* Service Section
* About Us Section
* Skill section
* Portfolio section
* Education section
* Contact Section (i have also included backend part for contact form and also email sending logic)
* Footer Section### Font Family
* I have Used Google Fonts - `Inter`.For Using this font copy below code and paste it in your project :
```css
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
```### Packages Required
* React Toastify (Generating animated alerts or notification messages):
```node
npm i react-toastify
```* TypeWriter (Typewriter text animation):
```node
npm i react-simple-typewriter
```* AOS animation (It provides animation to elements):
```node
npm i aos
```### Run Locally
To run **Dev Portfolio** locally, run this command on your git bash:
Linux and macOS:
```bash
sudo git clone https://github.com/pawantech12/dev-portfolio.git
```Windows:
```bash
git clone https://github.com/pawantech12/dev-portfolio.git
```### Contact
If you want to contact with me you can reach me at [Instagram](https://www.instagram.com/codewithpawan/).
### License
This project is **Free To Use** and does not contains any license.