Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thurahtetaung/thurahtetaung.github.io


https://github.com/thurahtetaung/thurahtetaung.github.io

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        


thurahtetaung.github.io



A portfolio website i.e. thurahtetaung.github.io built with Next.js and hosted with GitHub







[![My Portfolio](./public/images/preview.png)

## Table of Contents

- [Sections](#sections)
- [Built With](#built-with)
- [How to use](#how-to-use)
- [Contributing](#contributing)
- [Continuous Development](#continuous-development)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)
- [Show Your Support](#show-your-support)

## Sections

- Hero
- About
- Skills
- Experience
- Projects
- Contact

## Built With

- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/) - For animations
- [Iconify](https://icon-sets.iconify.design/) - For icons
- [Lottie Files](https://lottiefiles.com/) - For illustrations

## How to use

###### To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [yarn](https://yarnpkg.com) installed on your computer).

1. Fork this repository and clone the project

###### Please give me proper credit by linking back to [thurahtetaung.github.io](https://thurahtetaung.github.io).

```bash
git clone https://github.com//portfolio-website.git
```

2. Go to the project directory

```bash
cd portfolio-website
```

3. Install dependencies

```bash
yarn
```

4. Start the server

```bash
yarn dev
```

- To change the content, edit `src/lib/content/`

- To change the **resume**, change `/public/resume.pdf` with your resume (name must be `resume.pdf`)

- To change the **About Section**, edit `src/containers/About.tsx`

- To change the theme, edit `src/styles/globals.css`

## Show Your Support

Give a ⭐️ if you liked this project!