Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kohta9521/kohta_2025_portfolio_site
これまでに経験、そして勉強してきた内容をふんだんに使用した毎年恒例個人ポートフォリオサイト。2025年は就活の年ということもあり、デザインからしっかりと作成。旬の技術も使いつつ、UI/UXからSEO対策、フロントエンドエンジニアとして細かな実践向きの内容を多く含めたサイトです。
https://github.com/kohta9521/kohta_2025_portfolio_site
figma microcms nextjs nuwt sass storybook typescript vercel
Last synced: 3 days ago
JSON representation
これまでに経験、そして勉強してきた内容をふんだんに使用した毎年恒例個人ポートフォリオサイト。2025年は就活の年ということもあり、デザインからしっかりと作成。旬の技術も使いつつ、UI/UXからSEO対策、フロントエンドエンジニアとして細かな実践向きの内容を多く含めたサイトです。
- Host: GitHub
- URL: https://github.com/kohta9521/kohta_2025_portfolio_site
- Owner: kohta9521
- Created: 2024-11-28T18:11:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T09:00:16.000Z (6 days ago)
- Last Synced: 2025-01-24T09:29:49.073Z (6 days ago)
- Topics: figma, microcms, nextjs, nuwt, sass, storybook, typescript, vercel
- Language: TypeScript
- Homepage: https://www.kohta-engineer.com/
- Size: 5.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2025 Kohta Portfolio Site
これまでに経験、そして勉強してきた内容をふんだんに使用した毎年恒例個人ポートフォリオサイト。2025年は就活の年ということもあり、デザインからしっかりと作成。旬の技術も使いつつ、UI/UXからSEO対策、細かな実践向きの内容を多く含めたサイトです。
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
![スクリーンショット 2024-12-06 23 32 38](https://github.com/user-attachments/assets/ff9643ac-2140-4fc3-bc77-a9239e7ef159)## Built With
### Frontend
| パッケージ名 | バージョン |
| -------------------------------- | ---------- |
| Next.js | 15.0.3 |
| React | ^19 |
| TypeScript | 5.3.3 |
| Sass | ^1.81.0 |
| Storybook | ^7.5.3 |
| jest | 9.8.1 |
| Prettier | 3.2.4 |
| ESLint | 8.56.0 |
| zod | ^3.22.4 |
| husky | 9.0.6 |
| lint-staged | 15.2.0 |
| markuplint | 3.15.0 |
| secretlint | 8.1.0 |
| @typescript-eslint/eslint-plugin | 6.19.1 |
| @typescript-eslint/parser | 6.19.1 |
| eslint-config-prettier | 9.1.0 |
| eslint-plugin-unused-imports | 3.0.0 |### Others
| パッケージ名 | バージョン |
| -------------- | ---------- |
| Docker | 24.0.6 |
| Heroku | |
| GitHub Actions | |## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
```sh
npm install npm@latest -g
```### Installation
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
1. Get a free API Key at [https://example.com](https://example.com)
2. Clone the repo
```sh
git clone https://github.com/your_username_/Project-Name.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API in `config.js`
```js
const API_KEY = "ENTER YOUR API";
```## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [Documentation](https://example.com)_
## 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**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!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.txt` for more information.
## Contact
Your Name - [Kohta_piano](https://twitter.com/kohta_piano) - [email protected]
Project Link: [Kohta Portfolio Site](https://kokogohan-pn6107g7s-kohta9521s-projects.vercel.app/)