Skip to content

This team project displays a book library. The goal was to learn how to use objects and arrays. Created for Technigo Bootcamp Spring 2024 | Week 3

Notifications You must be signed in to change notification settings

El1an3/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

This team project displays a book library. The goal was to learn how to use objects and arrays. Created for Technigo Bootcamp Spring 2024 | Week 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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