Giter VIP home page Giter VIP logo

library-app's Introduction

Library-App. See Demo Here

Library App project taken from The Odin Project. The main goal was to grasp to concepts around objects and constructors. Everything is based in an array of books (objects) created by taking the user input, by which we create, delete and update the elements displayed on the page.

The essential elements are:

  • The form, that allows the user to add books.
  • The delete button, placed in every book item shown that removes the book in both list.
  • The status button, that handles the read status of the book.

localStorage

This was an optional feature of the page, by adding persistance i learned about how to work with JSON.parse and JSON.stringify. What JSON stringify does is serialize an object in a format similar to a JS object literal, and JSON.parse converts the data from this format to an object. This two methods made working with localStorage a bit easier.

Responsive Design

A personal goal for this project was to build a fresh and clean UI for a better user experience. This turned to an obstacule that took a good amount of time to overpass, more days than writting the js file actually. Going through Kevin Powell's videos really kept me on getting the layout i wanted and also introduced me to some interesting concepts and practices on responsive design.

library-app's People

Contributors

newcastile avatar

Stargazers

Jackson Paredes Ferranti avatar

Watchers

 avatar

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.