Name Last Update
Youtube_MPL @ d5a6e458
data Loading commit data...
node_modules Loading commit data...
public Loading commit data...
routes Loading commit data...
video Loading commit data...
views Loading commit data...
경훈 참고 Loading commit data...
수업시간 질문파일 Loading commit data...
LICENSE Loading commit data...
README.kor Loading commit data...
README.md Loading commit data...
README.us Loading commit data...
UV Cypher Ep.4 - Geegooin, YUMDDA, Uneducated Kid & ZENE THE ZILLA (지구인, 염따, 언에듀케이티드 키드 & 제네 더 질라).mp4 Loading commit data...
app.js Loading commit data...
base.js Loading commit data...
download.js Loading commit data...
justlikethat.mp4 Loading commit data...
myvideo.mp4 Loading commit data...
myvideo1.mp4 Loading commit data...
myvideo3.mp4 Loading commit data...
now_user.json Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
todo_list.json Loading commit data...
user_list.json Loading commit data...
코코몽의 바닷 속 모험! "조심해 상어가 나타났어!!" 코코몽 리틀 퓨처북[같이놀자 코코몽].mp4 Loading commit data...

nodejs-todo-list

Simple to-do Node.js web application using Express and jQuery.

This is a sample project for lecture, TODO 앱을 직접 만들면서 배우는 node.js / express / bootstrap / jquery in goormEDU

How to start

  1. Install Node.js:
  1. Download the project:
  • Download ZIP or
  • Clone the repo: console $ git clone https://github.com/Jayde-Im/nodejs-todo-list.git
  1. Go to project directory and install dependencies:
$ cd nodejs-todo-list
$ npm install
  1. Run the application:
$ npm start
  1. Open a browser and go to localhost:3000.

Report a bug

If you find bugs or have any questions, open a new issue, please.