Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kohta9521/portfolio_kohta

2024年 Kohtaのポートフォリオサイト。Next.js ✖️ Rustで作成している。2024年はフロントだけではなくバックエンドにも力を入れていきたいためRustを使用。QiitaやZennといったブログなどの最新記事を取得できる。デザインも海外を参考に先進的なものをFigmaで作成している。
https://github.com/kohta9521/portfolio_kohta

antd-design aos-animation eslint figma heroku husky nextjs14 prettier rust sass storybookjs typescipt vercel

Last synced: about 7 hours ago
JSON representation

2024年 Kohtaのポートフォリオサイト。Next.js ✖️ Rustで作成している。2024年はフロントだけではなくバックエンドにも力を入れていきたいためRustを使用。QiitaやZennといったブログなどの最新記事を取得できる。デザインも海外を参考に先進的なものをFigmaで作成している。

Awesome Lists containing this project

README

        





Kohta Portfolio Site



2024年 Kohtaのポートフォリオサイト。Next.js ✖️ Rustで作成している。2024年はフロントだけではなくバックエンドにも力を入れていきたいためRustを使用。QiitaやZennといったブログなどの最新記事を取得できる。デザインも海外を参考に先進的なものをFigmaで作成している。






View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project

(back to top)

## Built With

### Frontend

| パッケージ名 | バージョン |
| -------------------------------------- | ------------ |
| Next.js | 14.1.0 |
| React | ^18 |
| TypeScript | 5.3.3 |
| Sass | ^1.69.5 |
| 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 |

### Backend

| パッケージ名 | バージョン |
| -------------------------------------- | ------------ |
| Rust | 9.8.1 |
| Actix Web | 0.13.2 |
| Diesel | 2.1.4 |
| Tera | 1.19.1 |
| Clap | 4.4.18 |
| Thirtyfour | 0.31.0 |

### Others

| パッケージ名 | バージョン |
| -------------------------------------- | ------------ |
| Docker | 24.0.6 |
| Heroku | |
| GitHub Actions | |

(back to top)

## 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";
```

(back to top)

## 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)_

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Your Name - [Kohta_piano](https://twitter.com/kohta_piano) - [email protected]

Project Link: [Kohta Portfolio Site](https://kokogohan-pn6107g7s-kohta9521s-projects.vercel.app/)

(back to top)

(back to top)