A collection of small, random weekend projects across web development, game development, and general programming. Each project is designed to be completed in a few hours and serves as a personal hands-on exercise to explore new technologies and programming concepts. These projects are my own experiments and not intended as tutorials.
- Complete one small project each weekend
- Explore a variety of languages, frameworks, and development paradigms
- Strengthen problem-solving and coding skills
- Build a diverse, practical portfolio of projects
| Weekend | Project | Technologies | Status | Link |
|---|---|---|---|---|
| 01 | Todo App | TypeScript, HTML, CSS | ✅ Complete | README | Live Demo |
| 02 | CLI Tic-Tac-Toe | C++ 23 | ✅ Complete | README |
| 03 | React Tic-Tac-Toe | TypeScript, React, CSS | ✅ Complete | README | Live Demo |
| 04 | Analog Clock | C 11, Raylib, CMake | ✅ Complete | README |
Note: Web projects include live demos hosted via GitHub Pages where available.
All projects live inside their own directories within this single repository. Each project has its own README.md with detailed instructions. Projects are small and experimental, and each may use different technologies depending on the goals of that weekend's exercise.
- Clone the repository:
git clone git@github.com:MAXIIIMVS/weekly_projects.git-
Navigate to a specific project folder.
-
Follow the project-specific
README.mdfor setup and usage instructions.
Keep coding, keep learning, and enjoy building your weekend projects across web, game, and general programming!