Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

flsoller/library-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A project to keep track of and manage your book library.

Stack:

Planned features:

Home page with selection to view library by:

  • All books
  • Loaned out
  • Reading status
  • Favorites

Redux implementation:

This project was originally created with React useState hooks to manage application state. While practical for a small project like this, Redux was implemented for learning purposes. Although some boilerplate setup is required, components are less bloated as state logic is seperated into the redux portion of the app. At the same time, prop drilling is avoided. State is readily available throughout the app, which prevents having to possibly "lift state up" into the next higher component.

The AddBookModal still implements useState hooks for component level state such as open/close state and form inputs since these would not be usefull to have in redux store.

Todo:

  • Wireframe / Layout
  • Define containers and components
  • Build home page
  • Add new book
  • Extend 'AddBook' with input for status (isLoaned, isFav, isReading)
  • Open library by view
  • Add functionality for deleting books
  • Add support for localStorage
  • Implement state management with redux
  • Add ability to change read/fav/loaned status after creation

Possible extensions:

  • Authentication (Auth0) / Login

About

Book library tracking app with ReactJS and Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •