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: 2 months ago
JSON representation
This is a simple application built to implement the MVC architecture pattern.
- Host: GitHub
- URL: https://github.com/rafaeldavish/car-clicker
- Owner: RafaelDavisH
- License: mit
- Created: 2021-04-12T07:18:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T21:39:44.000Z (about 4 years ago)
- Last Synced: 2025-03-27T04:33:29.057Z (3 months ago)
- Topics: car-clicker, frameworks, mvc-architecture, mvc-architecture-pattern, patterns
- Language: JavaScript
- Homepage: https://rafaeldavish.github.io/car-clicker/
- Size: 2.01 MB
- Stars: 34
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
The full license terms may be viewed in the [LICENSE](LICENSE.md)
_used in an article for @freeCodeCamp to explain the MVC architecture pattern_