This is my personal portfolio website hosted on GitHub Pages. You can visit it at https://leonnuxy.github.io.
This is a professional portfolio website built with React and Vite, showcasing my projects and skills.
- Modern, responsive design
- Project showcase
- Skills and experience sections
- Contact information
- React
- Vite
- CSS
- JavaScript
leonnuxy.github.io/
├── public/ # Static files
├── src/ # Source files
│ ├── components/ # React components
│ ├── assets/ # Images, fonts, etc.
│ ├── styles/ # CSS files
│ └── App.jsx # Main application component
└── index.html # HTML entry point
# Clone the repository
git clone https://github.com/leonnuxy/leonnuxy.github.io.git
# Navigate to the project directory
cd leonnuxy.github.io
# Install dependencies
npm install
# Start development server
npm run devnpm run buildThis site can be easily deployed to GitHub Pages or any static site hosting service.
npm run deploy- LinkedIn: Noel Ugwoke
- GitHub: leonnuxy
- Blog: leonnuxy.github.io/blog
This project is licensed under the MIT License - see the LICENSE file for details.
