Portfolio Project Ideas
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 20/100
- issue の種類
- ドキュメント
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- bash, css, fish, git, html, javascript, markdown, powershell, shell, yaml
- 領域
- content, documentation
調査の方向性
Issue の本文が提供されている唯一の入口であり、プロジェクトのアイデア、ツール、公開に関するガイダンスが幅広く含まれています。まず、意図されている具体的な編集上の変更を特定してください。完了とするには、明確に定義されたスコープと、例およびリンクの整合性が保たれた更新済みの記事が必要です。
索引モデルが issue の本文から書いたものです。
説明
Choosing a Project
There are basically 3 types of projects you can pursue.
- Passion Projects
- "Cliché" (but GOOD!) Projects
- Other Useful Projects
Pro Tips™:
- Documentation is most important (see Exact Instructions Challenge)
- Focus on your strengths - if you suck at JavaScript, focus on the HTML and CSS. If you suck at CSS, write a CLI utility.
- No one looks at your code to look at code. Your project MUST first show that it's valuable (and the value can be that it's fun or interesting). READMEs are a MUST.
Passion Projects
The best project is something that you're personally interested in or directly connected with - such as a tool to help a friend's business. This is good because:
- You inherently understand both the problem and solution
- There's a real reward - your own enjoyment - once you complete it
- You have a stronger desire to finish it, and share it
Typical Projects
If you don't have a passion project - just pick one of the common projects - just because they're cliché does not make them bad. In fact, they're quite good - and you should at least know how to write them anyway.
These are simple to understand, easy to create, and there are lots of examples out there to review if you get stuck.
- Unix utils:
tree,curl, etc - Markdown Blog
- Bot-Friendly, Human-Readable Resume
- To Do List
- Chat Server or Bot
- Nerdom Quiz or Compendium
1. Unix Commands, such as tree & curl
tree- recursively print out files and folders, replicating unixtree, orlsd --treecurl- fetch web requests, modifying headers and body, replicating unixcurlorcurliestat- give file metadata (size in various formats, created at, modified at, etc)
2. Blog
Markdown Blog - built in any language with Markdown, YAML, and a way to configure and apply a Theme
3. Bot-friendly, Human-Readable Resume
HR Departments use CRM software called "ATS", which makes good resumes look terrible, and bad resumes look not worse.
Create a resume template that plays well with pdftotext and ATSes, that also isn't an eyesore.
See https://github.com/BeyondCodeBootcamp/html-resume/issues/5
4. To Do List
To Do List - Create a simple Notes or Reminders app for yourself
5. Chat Server or Bot
Chat Server or Bot - Write your own simple chat app, or write a bot for an existing one
6. Quizzes & Compendiums
Nerdom Quizzes & Compendiums - Write your nerdom quiz or compendium
- Nerdoms
- Harry Potter Sorting Hat quiz
- Which Power Ranger are You
- Pokédex - (https://github.com/PokeAPI/pokeapi ?)
- Hyrule Compendium
- Similar movies / artists / books / games
- Some examples out in the Wild:
- https://swapi.dev/ - Star Wars API
- Here are some CLI examples that I wrote:
npx color-code(the color code quiz)npx love-language(the 5 love language quiz)
7. Unix Developer Tools
aliasmana cross-platform tool to manage aliases across bash, powershell, fish, etc (alias gcf='git --amend --reuse-message HEAD')envmana cross-platform tool to manage ENVs across bash, fish, powershell, etc (GITHUB_TOKEN=gha_xxxxxxxxx)
Critical Coding: Think about some app you use every day - Slack, Spotify, Notes, etc - and find something that bugs you about it or that you wish it had. Then make a clone of that thing, focusing only on what you would make better (and the documentation and deployment, of course).
But... why is the time gone?
In reality, the presentable code that you write for a portfolio project is only about 10-25% of the work.
About 50% is the documentation and publishing:
- Creating Issues and task lists to track your goals and progress
- A nice README (todo create template)
- Short, Tweetable description
- Visual preview
- Quick Start
- Host a demo online
- Publish to the package repository (npm, cargo, git) or app store
- Announcing
- YOUR Blog
- add to LinkedIn portfolio
- put in a related LinkedIn group
- HackerNoon
- Possibly a Video Overview
Another 50% is research or trial-and-error - hence it takes 3 days to write 100 lines of code (or maybe just 50!)
Oh, and by the way - if you spend less than 400% of the time, you've done a great job. Be proud. 😉
More Projects (see below)
- Resize an Image (in the Browser, with Canvas and scaling)
- Random String Generator (suitable for API keys and Passwords)
- File System as a Spreadsheet (an alternative way to manage files and folders)
- Personal Search Engine (e.g. index your Social Media, Blog, activity on StackOverflow etc) (note: Matt Holt's Timeliner)
- coreutils++ - crossplatform cli tools
- a
readlinkorabspaththat works cross-platform, similar to GNU readlink - a
relpathcommand that, given two paths, yields a relative path if possible
https://stackoverflow.com/questions/2564634/convert-absolute-path-into-relative-path-given-a-current-directory-using-bash - a
statcommand that can return the size of a file in bytes, or other units (KB, KiB, Kbit, MB, MiB, Mbit, etc)
- a
Useful tools
- Adobe Kuler to pick complementary colors
- MVP.css - "Classless" CSS for Semantic HTML & Markdown
- Utterances - enable feedback via github issues
- 主要言語
- JavaScript
- スター
- 63
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
BeyondCodeBootcamp/beyondcodebootcamp のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 25/100
BeyondCodeBootcamp/beyondcodebootcamp#22 · リアクション 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
BeyondCodeBootcamp/beyondcodebootcamp#21 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 30/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
BeyondCodeBootcamp/beyondcodebootcamp#19 · リアクション 1 件 ·
-
BeyondCodeBootcamp/beyondcodebootcamp#18 · コメント 20 件 · リアクション 7 件 · 担当者 1 名 ·
BeyondCodeBootcamp/beyondcodebootcamp の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
palladius/rails8-app-on-gcp#145 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
dotenvx/dotenv-vscode#139 ·
-
test-change-proposal
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
web-platform-tests/interop#1455 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
corsairdev/corsair#1764 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100