Code Monkey home page Code Monkey logo

library-react-app's Introduction

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

library-react-app's People

Contributors

flsoller avatar dependabot[bot] avatar

Stargazers

Yuvraj Jaiswal avatar

Watchers

 avatar

library-react-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.