https://github.com/stantanasi/stantanasi.github.io
My Portfolio website
https://github.com/stantanasi/stantanasi.github.io
personal-website portfolio react reactjs resume typescript
Last synced: about 1 month ago
JSON representation
My Portfolio website
- Host: GitHub
- URL: https://github.com/stantanasi/stantanasi.github.io
- Owner: stantanasi
- License: apache-2.0
- Created: 2021-04-17T19:01:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-27T23:25:03.000Z (about 2 months ago)
- Last Synced: 2026-04-28T01:22:07.151Z (about 2 months ago)
- Topics: personal-website, portfolio, react, reactjs, resume, typescript
- Language: TypeScript
- Homepage: https://stantanasi.github.io/
- Size: 34.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Portfolio
My Portfolio website built with Next.js and Material UI in TypeScript.
Visit website »
Report Bug
·
Request Feature
Table of Contents
- [About the project](#about-the-project)
- [Built with](#built-with)
- [Getting started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Development](#development)
- [Contributing](#contributing)
- [Author](#author)
- [License](#license)
## About the project
More than just a portfolio, this is a technical showcase of my work in Web, Android, and Media Engineering.
### Built with
- [Next.js](https://nextjs.org)
- [Material UI](https://mui.com)
- [TypeScript](https://www.typescriptlang.org)
- [Iconify](https://iconify.design)
- [GitHub API](https://docs.github.com/en/rest)
## Getting started
### Prerequisites
Install [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)
### Setup
1. Clone the project to your local machine
```bash
git clone https://github.com/stantanasi/stantanasi.github.io.git
cd stantanasi.github.io
```
2. Install the packages required
```bash
npm install
```
## Development
Run development mode
```bash
npm run start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the project
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a pull request
## Author
- [Lory-Stan TANASI](https://github.com/stantanasi)
## License
This project is licensed under the `Apache-2.0` License - see the [LICENSE](LICENSE) file for details
© 2026 Lory-Stan TANASI. All rights reserved