Git Product home page Git Product logo

react-test-login's Introduction

簡單的登入登出 App

目的

實作一個簡單的登入/登出功能挑戰,並請遵循以下的規則:

  • 裡面的所有元件, 請自己命名成合理的名字.
  • 原先給的框架請不要改變, 但命名,設定和内容可以更改.
  • 請照著自己覺得合理的邏輯去寫.
  • 請使用 CSS
  • 請使用 Hook

詳細需求請見 REQUIREMENT 內容

設定

在專案目錄下,你可以使用 npmyarnpnpm 三種方式執行安裝,如下:

npm install
# or
yarn install
# or
pnpm install

執行

npm start
# or
yarn start
# or
pnpm start

啟動瀏覽器後,輸入 http://localhost:3000 檢視執行畫面

實作目標

  • 全域設定檔
  • 檢查密碼規則是否合法,最少 8 個字元,包含 1 個英文字母
  • 檢查帳號規則是否合法,沒有特殊符號
  • 登入成功的資訊需加密保存
  • 未登入成功前,無法執行登出
  • 下拉選單,參照 github 的版號下拉樣式設計
  • [-] 版本號從 package.json 取得
  • [-] 一鍵發佈至 github,更新版號

react-test-login's People

Contributors

jackyu avatar

Watchers

 avatar

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.