A modern and elegant portfolio website built with Deno and Fresh.
- Responsive design
- Dark/Light mode toggle
- Project showcase
- Skills section
- Contact form
- Fast and SEO-friendly
Before you begin, ensure you have the following installed:
- Deno (version 2.0.0 or higher)
- A modern web browser
- A code editor (VS Code recommended with Deno extension)
## Getting Started 🎯
1. Clone the repository:
git clone https://github.com/yourusername/portfolio-website.git
cd portfolio-website
2. Install dependencies:
deno install
3. Start the development server:
deno task start
The application will be available at http://localhost:8000
🌐
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch
(git push origin feature/AmazingFeature)
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.