https://github.com/toolaniofficial/walla
This is a modern, responsive portfolio website built with React.js and Tailwind CSS, designed to showcase the skills, projects, and professional profile of a web application developer.
https://github.com/toolaniofficial/walla
framer-motion react-dom-router react-icons reactjs reactjs-components tailwindcss vitejs
Last synced: 2 months ago
JSON representation
This is a modern, responsive portfolio website built with React.js and Tailwind CSS, designed to showcase the skills, projects, and professional profile of a web application developer.
- Host: GitHub
- URL: https://github.com/toolaniofficial/walla
- Owner: toolaniofficial
- License: mit
- Created: 2025-04-29T07:28:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T08:36:15.000Z (about 1 year ago)
- Last Synced: 2025-10-12T10:18:28.705Z (8 months ago)
- Topics: framer-motion, react-dom-router, react-icons, reactjs, reactjs-components, tailwindcss, vitejs
- Language: JavaScript
- Homepage: https://walla-flame.vercel.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 💼 **React.js Portfolio Website**
This is a modern, responsive **portfolio website** built with **React.js** and **Tailwind CSS**, designed to showcase the skills, projects, and professional profile of a web application developer.
### 🔧 **Tech Stack**
- **React.js** – Component-based architecture for dynamic UI
- **Tailwind CSS** – Utility-first styling for responsive design
- **Vite** – Lightning-fast development environment
- **React Icons** – Icon set used for visual enhancement
### 🚀 **Key Features**
- **About Me Section**
A brief introduction and background of the developer, including areas of expertise.
- **Skills Section**
Categorized technical skillset with relevant icons for easy readability.
- **Projects Showcase**
Displays past projects with titles, descriptions, GitHub links, and live demos.
- **Responsive Design**
Mobile-first and fully responsive layout using Tailwind CSS.
- **Clean Code & Reusable Components**
Built with modular components for easy maintenance and scalability.
### LIve Demo
Use this link to preview the project live https://walla-flame.vercel.app/
### 📁 **Folder Structure Overview**
```
/src
├── /components
│ ├── AboutMe.jsx
│ ├── Skills.jsx
│ └── Projects.jsx
├── /assets
├── App.jsx
└── main.jsx