agnekauk / 22-list-to-do

Simple to-do list. Project done while learning nodejs. Local storage created, CRUD done. CSS written by myself though some bootstrap used (for buttons and alerts).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LICENSE Security Status Gluten Status Eco Status

LIST TO DO

32 group website project

This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!

Project features

  • Javascript
  • Nodejs
  • CSS
  • Bootstrap
  • Responsive design
  • Local storage
  • Progress bar
  • CRUD

Instalation instructions

Frontend and backend must be installed separetely;

npm install

Port for Frontend is set to 3004. If you want to change port go: Frontend -> package.json -> "scripts": {"start": "dead-server --port=3004 --host=localhost"}

Port for Backend is set to 5004. If you want to change port go: Backend -> index.js -> last lines of the code: app.listen(5004, () => {})

Authors

Agne: Github

About

Simple to-do list. Project done while learning nodejs. Local storage created, CRUD done. CSS written by myself though some bootstrap used (for buttons and alerts).


Languages

Language:JavaScript 73.7%Language:CSS 13.4%Language:HTML 12.9%