Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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で作成している。
- Host: GitHub
- URL: https://github.com/kohta9521/portfolio_kohta
- Owner: kohta9521
- Created: 2023-07-15T12:26:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T08:35:51.000Z (7 months ago)
- Last Synced: 2024-04-01T09:38:52.818Z (7 months ago)
- Topics: antd-design, aos-animation, eslint, figma, heroku, husky, nextjs14, prettier, rust, sass, storybookjs, typescipt, vercel
- Language: Rust
- Homepage: https://kohta-engineer.com/
- Size: 18.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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
## About The Project
## 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 | |## 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/)