Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sefatanam/portfolio
A simple and clean portfolio to showcase skills, projects, and art, built with Angular.
https://github.com/sefatanam/portfolio
angular javascript portfolio portfolio-template portfolio-website scss typescript
Last synced: 13 days ago
JSON representation
A simple and clean portfolio to showcase skills, projects, and art, built with Angular.
- Host: GitHub
- URL: https://github.com/sefatanam/portfolio
- Owner: sefatanam
- License: mit
- Created: 2022-04-28T11:38:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T15:31:45.000Z (15 days ago)
- Last Synced: 2024-12-22T15:35:52.587Z (15 days ago)
- Topics: angular, javascript, portfolio, portfolio-template, portfolio-website, scss, typescript
- Language: TypeScript
- Homepage: https://sefatanam.vercel.app
- Size: 4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
![License](https://img.shields.io/github/license/sefatanam/portfolio)
[![Update Angular Action](https://github.com/sefatanam/portfolio/actions/workflows/ng-update.yml/badge.svg)](https://github.com/sefatanam/portfolio/actions/workflows/ng-update.yml)A simple and clean portfolio to showcase skills, projects, and art, built with Angular.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Demo
Check out the live demo: [sefatanam.vercel.app](https://sefatanam.vercel.app)
## Features
- Responsive design
- Showcase skills, projects, and artwork
- Clean and modern UI
- Built with Angular, TypeScript, SCSS, and Node.js## Getting Started
### Prerequisites
- Node.js
- npm### Installation
1. Clone the repo:
```sh
git clone https://github.com/sefatanam/portfolio.git
cd portfolio
```2. Install dependencies:
```sh
npm install
```### Running Locally
Start the development server:
```sh
ng serve
```Open [http://localhost:4200](http://localhost:4200) to view it in the browser.
## Usage
1. Customize your portfolio by editing the files in the `src/app` directory.
2. Add your projects, skills, and artwork in the appropriate sections.## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](https://github.com/sefatanam/portfolio/blob/main/LICENSE) for more information.