Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaeldavish/car-clicker

This is a simple application built to implement the MVC architecture pattern.
https://github.com/rafaeldavish/car-clicker

car-clicker frameworks mvc-architecture mvc-architecture-pattern patterns

Last synced: about 4 hours ago
JSON representation

This is a simple application built to implement the MVC architecture pattern.

Awesome Lists containing this project

README

        

# Car Clicker

This is a simple application built to implement the MVC architecture pattern.

The Car Clicker application is a variant of the well-known app cat clicker. Some significant differences in the Car Clicker app are:

1. No cats, only muscle cars images
2. Multiple car models listed
3. Multiple click counters
4. Only displays the car selected

![carClicker app](img/carClicker.gif)

The full license terms may be viewed in the [LICENSE](LICENSE.md)

_used in an article for @freeCodeCamp to explain the MVC architecture pattern_