reactjs-portfolio
A beautiful and functional portfolio with smooth animations. It is built using React JS, Sanity, Framer-motion. A well designed portfolio to showcase your skills and achievements.
File Explorer
Download Latest Version (.zip)- aboutme.js
- abouts.js
- brands.js
- contact.js
- experiences.js
- index.js
- schema.js
- skills.js
- testimonials.js
- workExperience.js
- works.js
- .gitkeep
- .gitignore
- eslint.config.mjs
- package-lock.json
- package.json
- README.md
- sanity.cli.js
- sanity.config.js
- favicon.ico
- letter-P-circle.svg
- letter-P.svg
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- about01.png
- about02.png
- about03.png
- about04.png
- aboutIMG-my-edit.png
- aboutIMG-pea.png
- aboutImg.svg
- adidas.png
- amazon.png
- api.png
- asus.png
- bgIMG.png
- bgWhite.png
- bolt.png
- circle.svg
- cpp.png
- css.png
- email.png
- figma.png
- flutter.png
- fullstack.jpg
- git.png
- goo.svg
- good_webdeveloper.svg
- graphql.png
- html.png
- Ingram Robot.png
- javascript.png
- leadership.jpg
- letter-P-circle.svg
- letter-P.svg
- logo.png
- logo.svg
- machinelearning.svg
- mobile.png
- mu5.png
- nb.png
- node.png
- problemSolving.png
- problemSolving.svg
- profile.png
- programmer.svg
- python.png
- react.png
- redux.png
- robot.jpg
- sass.png
- skype.png
- spotify.png
- testimonial1.jpg
- testimonial2.jpg
- testimonialBg.png
- typescript.png
- vue.png
- Footer.jsx
- Footer.scss
- Navbar.jsx
- Navbar.scss
- index.js
- NavigationDots.jsx
- SocialMedia.jsx
- images.js
- index.js
- About.jsx
- About.scss
- Contact.jsx
- Contact.scss
- Header.jsx
- Header.scss
- Skills.jsx
- Skills.scss
- Testimonial.jsx
- Testimonial.scss
- Work.jsx
- Work.scss
- index.js
- AppWrap.jsx
- index.js
- MotionWrap.jsx
- App.jsx
- App.scss
- client.js
- index.css
- index.jsx
- index.html
- package-lock.json
- package.json
- README.md
- vite.config.js
- contact-page.png
- home-page.png
- letter-P-circle.svg
- skills-page.png
- .gitignore
- .nvmrc
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Praveenterax/reactjs-portfolio
Downloads the entire project code from GitHub to your computer.
cd reactjs-portfolio
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g sanity
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g sanity
Installs the package published on the npm registry globally β no need to clone the source.
npm run dev
Starts the development/run server.
npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
