Skip to content

jmbealer/local-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Library

img/localLibraryHome.png

The project premise:

Your neighborhood has decided to put together a local library where people can lend and borrow books. One of the most important features needed to organize this is a dashboard that will show which books are available, which are currently out, and other general statistics about the program.

Other people are taking care of the logistics and design, but they need you to build the algorithms.

Learning objectives for this project:

  • Differentiating between the three most common JavaScript error types
  • Solving bugs by using error messages
  • Differentiating between let, const, and var, and using each appropriately
  • Creating an array from a string based on particular criteria and joining arrays into strings
  • Writing strings that embed expressions using template literals
  • Accessing all the values and keys of an object
  • Using find(), filter(), map(), some(), and every() to solve different problems
  • Using reduce() to solve different problems
  • Using sort() to sort arrays in various ways

How to run

npm start

About

thinkful project local library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published