All Projects → taniarascia → Mvc

taniarascia / Mvc

Licence: mit
A simple MVC application in plain JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Mvc

Tyto
manage and organise things
Stars: ✭ 662 (+63.05%)
Mutual labels:  todo, mvc
Westore
更好的小程序项目架构
Stars: ✭ 3,897 (+859.85%)
Mutual labels:  mvc
React Aspnet Boilerplate
A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
Stars: ✭ 285 (-29.8%)
Mutual labels:  mvc
Todocheck
A static code analyzer for annotated TODO comments
Stars: ✭ 322 (-20.69%)
Mutual labels:  todo
Laconia
🏺 ‎ A minimalist MVC framework.
Stars: ✭ 307 (-24.38%)
Mutual labels:  mvc
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+1009.61%)
Mutual labels:  todo
Wtm
Use WTM to write .netcore app fast !!!
Stars: ✭ 3,403 (+738.18%)
Mutual labels:  mvc
Magix
Magix is designed to construct large scaled,complex interactions app.
Stars: ✭ 388 (-4.43%)
Mutual labels:  mvc
Qtodotxt
Cross Platform todo.txt GUI
Stars: ✭ 358 (-11.82%)
Mutual labels:  todo
Martian
🎨 Martian 是一个基于NIO的JavaWeb编程框架,可以帮助你快速的开发后端服务
Stars: ✭ 320 (-21.18%)
Mutual labels:  mvc
Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (-21.67%)
Mutual labels:  mvc
Javatech
☕️ 汇总 Java 开发中常见的主流技术的应用、特性、原理。
Stars: ✭ 310 (-23.65%)
Mutual labels:  mvc
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (-14.29%)
Mutual labels:  mvc
Vscode Todo Highlight
a vscode extension to highlighting todos, fixmes, and any annotations...
Stars: ✭ 305 (-24.88%)
Mutual labels:  todo
Typerocket
TypeRocket is a highly integrated MVC WordPress framework with beautiful UI components for the modern developer.
Stars: ✭ 378 (-6.9%)
Mutual labels:  mvc
Java Bible
🍌 我的技术摘要
Stars: ✭ 2,919 (+618.97%)
Mutual labels:  mvc
Wunderline
✅️ Command-line client for Wunderlist, the easiest way to get stuff done.
Stars: ✭ 318 (-21.67%)
Mutual labels:  todo
Koseven
Koseven a Kohana fork compatible with PHP7
Stars: ✭ 332 (-18.23%)
Mutual labels:  mvc
Diet
A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.
Stars: ✭ 394 (-2.96%)
Mutual labels:  mvc
Mirakel Android
Easy task management for professionals
Stars: ✭ 382 (-5.91%)
Mutual labels:  todo

🔱 MVC.js

License: MIT

Simple todo MVC application in plain JavaScript

Read the tutorial | View the demo

Purpose

Learn the MVC pattern by building a small app!

  • Model - manages the data of an application
  • View - a visual representation of the model
  • Controller - links the user and the system

This application consists of index.html, script.js, and style.css. This means that there are no frameworks or dependencies getting in the way of learning the MVC concept.

Author

License

This project is open source and available under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].