Awesome movie app is a single-page app that lists movies by categories. Users can like their favorite movies, open details about each movie and leave comments. Built with JavaScript and API.
This PR, shows Add all characters counter on the home page
Project requirements
Each counter should be implemented as a separate module.
A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
A counter function should cover all the edge cases you can think about.
Hello 🤝 @Edgahkipkemoi
This PR, shows Add all characters counter on the home page
Project requirements