Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notsooshariff/personal-website
This repository contains the source code for my personal portfolio website, built using Next.js, Tailwind CSS, ESLint, and more. This website serves as a showcase of my projects, skills, and experiences.
https://github.com/notsooshariff/personal-website
nextjs13 personal-website portfolio react snyk tailwindcss
Last synced: 2 months ago
JSON representation
This repository contains the source code for my personal portfolio website, built using Next.js, Tailwind CSS, ESLint, and more. This website serves as a showcase of my projects, skills, and experiences.
- Host: GitHub
- URL: https://github.com/notsooshariff/personal-website
- Owner: NotSooShariff
- Created: 2023-09-03T10:26:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T02:57:53.000Z (8 months ago)
- Last Synced: 2024-05-11T23:30:08.918Z (8 months ago)
- Topics: nextjs13, personal-website, portfolio, react, snyk, tailwindcss
- Language: JavaScript
- Homepage: https://osh.fyi
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio Website
> [!NOTE]
> I no longer maintain this repository, Please check out my new [portfolio website](https://github.com/NotSooShariff/portfolio)This repository contains the source code for my personal portfolio website, built using Next.js, Tailwind CSS, ESLint, and more. This website serves as a showcase of my projects, skills, and experiences. Feel free to explore it to learn more about me and my work.
## Technologies Used
This project leverages the following technologies and tools:
- [Next.js](https://nextjs.org/): A React framework for building server-rendered web applications.
- [Tailwind CSS](https://tailwindcss.com/): A utility-first CSS framework for rapidly building custom user interfaces.## Repo Usage
To run this portfolio website on your local system, follow these steps:
1. Clone this Git repository to your local machine:
```sh
git clone https://github.com/NotSooShariff/personal-portfolio.git
```2. Navigate to the project directory:
```sh
cd personal-portfolio
```3. Install the project dependencies using Yarn:
```sh
yarn install
```4. Start the development server:
```sh
yarn dev
```5. Open your web browser and visit [http://localhost:3000](http://localhost:3000) to view the website locally.
## Acknowledgments
This repository is forked from [Chetan Verma](https://github.com/chetanverma16)'s [React Portfolio Template](https://github.com/chetanverma16/react-portfolio-template). Head over to his repo for more.