Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devsubid/resume-2023
- Owner: devsubid
- License: gpl-3.0
- Created: 2023-01-11T12:20:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T10:17:45.000Z (about 1 year ago)
- Last Synced: 2024-12-22T11:44:09.345Z (25 days ago)
- Topics: nextjs, resume, resume-website, styled-components, typescript
- Language: TypeScript
- Homepage: https://itsme-subid.vercel.app
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: code-of-conduct.md
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