brytebee / AwesomeBooks

In this project, I built a simple website that allows users to add/remove books from a library list of books. I used JavaScript objects and arrays. I also used vanilla JavaScript DOM manipulation to simulate REACT and AJAX's single-page website concept. Lastly, I used is HTML and CSS3 technologies.
https://brytebee.github.io/AwesomeBooks/
7 stars 1 forks source link

Awesome books: a complete website with navigation #7

Closed safafa closed 3 years ago

safafa commented 3 years ago

In this pull request, we implemented the full navigation of the application. The user can navigate the application using the navbar links. Each section will show without reloading the page SPA concept.