Code Monkey home page Code Monkey logo

mini-js-projects's Introduction

mini js projects

  1. nodejsBegin
    Start learning the fundamental of node.js

  2. nodejs with express 練習node.js搭配express框架

  3. Node.js With Passport Authentication by Traversy Media
    [ 使用node.js, express, mongo atlas(mongoose), bootstrap, ejs, passport, bcryptjs ]
    該網頁可以建立帳號、登入,並有簡易使用者頁面可以登出。
    在帳號建立時,會檢查email是否已註冊過、email格式是否正確、二次輸入密碼是否正確、密碼長度、欄位有無空白。 image image image

  4. Employee List
    [ 使用node.js, express, mongo atlas(mongoose), bootstrap ]
    員工清單具有新增、更改、刪除、檢視等功能,可以紀錄員工的姓名、電子郵件、居住城市與電話號碼。
    image image

  5. Project React: Money Heist Webpage
    [ 使用javascript, react.js, css, JSX標籤語法 ]
    網站內容介紹知名西班牙搶劫犯罪影集-紙房子,目的是練習React用法。

筆記:

  • React 是一個陳述式、高效且具有彈性的 JavaScript 函式庫,用以建立使用者介面。使用小巧而獨立的「component」來建立複雜的 UI。
  • manifest的作用:PWA 中很重要的 manifest.json,可以靠這份檔案順利在 mobile 上 Add to homescreen。
  • 在div中增加的是className而不是class,因為是使用JSX標籤語法,寫法較接近javascript。
  • 可以使用props來傳遞資料,Component使用 state 來保持狀態。
  • 在JSX中,跳脫字元用{""}包起來。
  • 要在onclick呼叫有參數的function,要使用arrow function。 image image image
  1. React Recipe App 使用EDAMAM食譜API 參考:

mini-js-projects's People

Contributors

ravencheng1120 avatar

Watchers

James Cloos 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.