GithubHelp home page GithubHelp logo

hata0 / kopple-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.06 MB

九州高専ハッカソンで作ったやつをいじったやつです

Home Page: https://kosen-hackathon-app.vercel.app/

JavaScript 0.13% TypeScript 99.29% CSS 0.58%

kopple-app's Introduction

環境構築

  1. 作業用のディレクトリで以下のコマンドを順番に実行します。
git clone [email protected]:saezuri510/kosen-hackathon-app.git
cd kosen-hackathon-app
npm i

また、Webアプリケーションを立ち上げる時はnpm run devを実行してください。

  1. vscodeに以下の拡張機能をインストールしてください。
  • prettier
  • eslint
  • tailwind css intellisence
  1. ctrl + shift + pでコマンドパレットを開きopen user settingsと入力し、settings.jsonを開き以下の記述を追加してください。
{
  "editor.defaultFormatter": null,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[graphql]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

kopple-app's People

Contributors

hata0 avatar meikaya avatar

Watchers

 avatar

kopple-app's Issues

プロフィールスケルトンの作成

ターミナルで以下のコマンドを実行してください。

git checkout main
git pull origin main
git checkout -b feature/issue2

そのあとは普通に実装してください。
実装してるのはProfileのローディング中に表示されるやつです。
スケルトンはこれを使っていい感じな大きさにしてください。
余裕あったらお願いします。

新規登録後、プロフィールを作成するページへ飛ばす

ここは別個でページ作った方が項目少なくできるのでわかりやすそう。
細かいプロフィールの設定は「あとで」とかのボタン用意して、ダッシュボードに飛ばしてもよさそう。
プロフィールがまだ作成されてないときはここにリダイレクトする必要がありそう。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.