web-portfolio-react Tailwind Templates

Web Portfolio React

This is a web portfolio template built with React (using Vite.js) and Tailwind CSS + Framer Motion.

web-portfolio-react

Web Portfolio React Template (Free-to-use template)

This is a web portfolio template built with React (using Vite.js) and Tailwind CSS + Framer Motion. It includes pages for Home, About, Projects, and Contact, as well as a Footer and Navigation bar.

You can use this template as a starting point for your own web portfolio, or modify it to fit your needs.


šŸ“˜ Installation and Usage

  1. Clone this repository
git clone https://github.com/nanonymoussu/web-portfolio-react.git
  1. Install dependencies when successfully clone
cd web-portfolio-react
bun install
  1. Run the development server
bun run dev
  1. Build the project if you want to deploy to production
bun run build

// View the webpage after building
bun run preview

šŸ“ Project Folder Structure

/src
ā”œā”€ā”€ /components
│   ā”œā”€ā”€ /About
│   │   └── About.jsx     # About Page
│   ā”œā”€ā”€ /Home
│   │   └── Home.jsx      # Home Page
│   ā”œā”€ā”€ /Projects
│   │   └── Projects.jsx  # Projects Page
│   ā”œā”€ā”€ /Contact
│   │   └── Contact.jsx   # Contact Page
│   ā”œā”€ā”€ /Footer
│   │   └── Footer.jsx    # Footer Section
│   └── /Navbar
│       └── Navbar.jsx    # Navigation bar Section
ā”œā”€ā”€ App.jsx               # Initial Routes Endpoint gateway
ā”œā”€ā”€ index.css             # Global styles
└── main.jsx              # Main page for render HTML (ReactDOM.render)

Top categories

Loading Svelte Themes