Awesome Books is an application for adding new books to the list by Add button, removing books from the list using the Remove button. Books list is stored in the local storage. The website is an SPA-Single Page Application. It displays the particular section accordingly when clicked on nav bar. HTML CSS and JavaScript Best Practices are followed.
You have done a great job completing this project, all functionalities are working as expected but I think you can try to improve it so that it can be user-friendly by enhancing CSS styles.
Other suggestions:
You should remove the gap of 50% in the header section to make the header responsive
Instead of using the center as the value of space-between you can try to space-between
Hello @Mike111222
You have done a great job completing this project, all functionalities are working as expected but I think you can try to improve it so that it can be user-friendly by enhancing CSS styles.
Other suggestions: