Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xlaez/portfolio
https://github.com/xlaez/portfolio
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/xlaez/portfolio
- Owner: Xlaez
- License: bsd-3-clause
- Created: 2023-04-25T21:58:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T18:43:07.000Z (4 months ago)
- Last Synced: 2024-08-01T21:07:25.024Z (4 months ago)
- Language: SCSS
- Homepage: https://portfolio-xlaez.vercel.app
- Size: 32.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Kiama-portfolio
## Table of Contents
- [Overview](#overview)
- [Repository Structure](#repository-structure)
- [Installation](#installation)
- [Todo](#todo)
- [License](#license)
- [Credits](#credits)## Overview
> Kiama-portfolio is a web application for Kiama-team. It is a portfolio of the team's projects and a blog for the team's members.
> This repository contains the code for the portfolio.## Repository Structure
The repository is structured as follows:
```
├── assets
│ ├── logo
│ │ ├── full
├── src
│ ├── assets
│ │ ├── fonts
│ │ ├── images
│ │ ├── scss
│ │ └── none
| ├── common
| ├── context
| ├── data
| ├── hooks
| ├── pages
| ├── router
| ├── utils
| ├── App.jsx
| ├── main.jsx
│ └── none
├── LICENSE
├── .gitignore
├── README.md
├── package.json
├── package-lock.json
├── vite.config.js
└── .gitignore
```## Installation
> To install, follow these steps:
- Clone the repository
- Install the dependencies## Todo
- [x] Add a animation for archivements
- [ ] Add a animation for skills
- [x] Get value of kiama-theme first. Dark or light
- [x] Fix width and height of the modal for the portfolio and add a scroll
- [x] Fix Scroll to top when changing page
- [x] Add animation for capacity KiamaData## License
This project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.
[![License: BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)## Credits
- Kiama-team
- [Andry Rasolofomanana](https://github.com/Andryrasolofomanana)
- [Utibe Abasi](https://github.com/Xlaez)
- [Tonio](https://github.com/AntonioFabien2022)