Skip to content

Week 3 project was about objects and arrays. This project shows how we can filter and sort objects in an array.

Notifications You must be signed in to change notification settings

ohitsnathalie/project-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library

For this week's project we have created a library of books using arrays and objects. You can sort books alphabetically on our website, choose a random book using the shuffle button, and sort by genre and year/century.

The problem

We started by sketching it out on figma. Then we did a basic HTML file and some very basic CSS. Then we started working on the JS file. First we created the container that shows all the books, then we added a filter by genre and an option to sort alphabetically. After that we created the random book option and another filter sorting by year/century. To complete the project, we added the final styling.

Working with pair programming and also asynchronous on this one.

View it live

https://project-library-nathalie-eliane.netlify.app/

About

Week 3 project was about objects and arrays. This project shows how we can filter and sort objects in an array.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • CSS 17.6%
  • HTML 13.8%