kaushikc005 / Portfolio-React

A portfolio website made using React js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio-React

This is my portfolio website made using ReactJS.

  • The Portfolio includes framer motion for a cool and ransitive look.
  • There's option to visit the portfolio works along with their respective github sites.

Features

  • Responsive
  • Fullscreen mode
  • Cross platform
  • Motion-transitions of components

Getting Started with Create Vite

This project was bootstrapped with Create Vite.

With NPM:

$ npm create vite@latest

With Yarn:

$ yarn create vite

With PNPM:

$ pnpm create vite

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

# npm 6.x
npm create vite@latest my-vue-app --template vue

# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue

# yarn
yarn create vite my-vue-app --template vue

# pnpm
pnpm create vite my-vue-app --template vue

You can use . for the project name to scaffold in the current directory.

Community Templates

create-vite is a tool to quickly start a project from a basic template for popular frameworks. Check out Awesome Vite for community maintained templates that include other tools or target different frameworks. You can use a tool like degit to scaffold your project with one of the templates.

npx degit user/project my-project
cd my-project

npm install
npm run dev

About

A portfolio website made using React js.


Languages

Language:JavaScript 52.5%Language:SCSS 45.8%Language:HTML 1.7%