This is my personal portfolio website, rebuilt using Next.js for better performance and modern web practices. The project showcases my work, skills, and experiences in web development and cybersecurity.
- Next.js: Utilizes the latest Next.js features for server-side rendering and static site generation.
- Tailwind CSS: Styled with Tailwind CSS for efficient, responsive, and customizable design.
- TypeScript: Written in TypeScript to enhance code reliability and maintainability.
- Clone the repository:
git clone https://github.com/NotSooShariff/portfolio.git
- Navigate to the project directory:
cd portfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
.
- /public: Static assets such as images and fonts.
- /src: Main source code, including pages, components, and styles.
This project is licensed under the MIT License. See the LICENSE file for details.