Skip to content

Building a web app to help me manage my book collection

Notifications You must be signed in to change notification settings

emanual4real/bookCollection-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookCollection-www

This is the frontend of my book collection webapp.

  • Database - Mongo on a linux box with Docker
  • Backend - Node with express (Dockerize it in the future)
  • Frontend - Node and React (later Dockerize with NGINX). I decided against redux. Using sagas/thunk for async processes seems like a real pain.

NOTE: Technically, I'm a professional programmer because I'm paid at work to write code but I'm still learning. I'll welcome any feedback/comments/questions

TODO List

  • Home Page
  • Login Page
    • Choose an authentication option
  • Book Page
    • GET books - complete
    • ADD books - complete
    • UPDATE books
    • DELETE books
    • SORT books - complete
    • FILTER books - in progress
    • REARRANGE columns
  • Collection Page
    • Create Collection page
    • Add book to collection
    • Remove from collection

About

Building a web app to help me manage my book collection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published