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.
git clone https://github.com/nanonymoussu/web-portfolio-react.git
cd web-portfolio-react
bun install
bun run dev
bun run build
// View the webpage after building
bun run preview
/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)