A lightweight and simple framework implementation.
This project is a minimal framework designed to demonstrate basic framework concepts and functionalities.
- Lightweight implementation
- Easy to understand
- Basic framework structure
# Clone the repository
git clone https://github.com/yahyaahs/mini-framework.git
# Navigate to project directory
cd mini-frameworkA simple Todo application is included as a demonstration of how to use this framework. This example showcases:
- Basic routing
- Data and States handling
- View rendering
To run the example:
# Start the application
npm startVisit http://localhost:3000 to see the Todo application in action.
Contributions are welcome! Please feel free to submit a Pull Request.