Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devsubid/resume-2023

My Resume in 2023 using Next.js, Typescript, Styled-components
https://github.com/devsubid/resume-2023

nextjs resume resume-website styled-components typescript

Last synced: 20 days ago
JSON representation

My Resume in 2023 using Next.js, Typescript, Styled-components

Awesome Lists containing this project

README

        

# [Resume-2023](https://itsme-subid.vercel.app/)

![](https://raw.githubusercontent.com/itsme-Subid/Resume-2023/main/preview.webp)
![](https://img.shields.io/github/license/itsme-Subid/Resume-2023?style=for-the-badge)
![](https://img.shields.io/github/languages/top/itsme-Subid/Resume-2023?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/Resume-2023?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/Resume-2023?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/Resume-2023?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/Resume-2023?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/Resume-2023?style=for-the-badge)

Welcome to the Resume-2023 repository! Resume-2023 is a visually stunning resume website built using Next.js, TypeScript, and Styled-Components. It serves as a source of inspiration for individuals looking to create their own resumes. The project is a front-end development endeavor and can be found on GitHub.

## Getting Started

To get started, you can simply clone this repository and install the dependencies.

### Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

```bash
git clone https://github.com/itsme-Subid/Resume-2023.git
```

### Running the Project

To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:

```bash
cd Resume-2023
yarn
yarn run dev
```

or, if you are using npm:

```bash
cd Resume-2023
npm install
npm run dev
```

or, if you are using pnpm:

```bash
cd Resume-2023
pnpm install
pnpm run dev
```

This will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.

## License

This project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/itsme-Subid/Resume-2023/blob/main/LICENSE) file for details