Skip to content

RubyLLL/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Reading List

A simple application allows user to add books to their reading list. Supports modify and delete.

To view the project on glitch, go to https://a2-xiaoyuelyu.glitch.me

Technical Achievements

  • Tech Achievement 1: Created a single-page app that both provides a form for users to submit data, page is validated with no errors or warnings.
  • Tech Achievement 2: Server-side data can be found on /results, derived fields include reading progress, createdAt, and updatedAt.
  • Tech Achievement 3: Data are also shown on the page, supports ADD, EDIT, and DELETE data from server.
  • Tech Achievement 4: Added "dev" cmd in package.json, which runs nodemon instead of node. Run npm run dev to start server within nodemon.

After submitting the form, if new data did not show up below immediately, please refresh the page.

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 57.5%
  • HTML 29.0%
  • CSS 13.5%