This project is my personal coding gym where I continuously refactor and improve code as my skills evolve over time. It's an online cost estimation tool built with TypeScript that I use to experiment with new patterns, techniques, and best practices.
- Living Code: This codebase evolves with my skills - I regularly revisit to apply new concepts
- TypeScript Focus: Exploration of TypeScript's type system and features
- Modern Web Development: Implementation of contemporary frontend architecture
- Clean Code Journey: You can trace my progression as a developer through git history
- TypeScript
- Modern JavaScript (ES6+)
- Parcel.js for bundling
- CSS for styling
This project uses Parcel.js for bundling.
# Clone repository
git clone https://github.com/ivanlori/EstimateOnline.git
# Install dependencies
yarn install
# Serve with hot reload at localhost:8000
yarn serve
# Build for production
yarn build
While this is primarily a personal playground, I welcome:
- Code reviews and feedback
- Discussions about architectural decisions
- Suggestions for improvement
Feel free to open issues with questions or observations!
- Ivan Lori - ivanlori
This project is licensed under the MIT License - see the LICENSE file for details