Projects - gusenov/kb GitHub Wiki
- RealPython.com / 13 Project Ideas for Intermediate Python Developers
- The PyCharm Blog / Django Project Ideas
- https://vk.com/practice_programming
Countdown Timer
- freeCodeCamp.org / How to Build a Countdown Timer with React – A Step-by-Step Guide You'll create the components and forms, handle start, stop, & reset functionality, format the time, & more.
Memory Card Game
- freeCodeCamp.org / How to Build a Memory Card Game Using React You'll add game features like dynamic gameplay, card shuffling, animations, & more.
Blog
- Racket Documentation / Simple web journal—a “blog”
- Хабр / Создание блога на FastAPI с нуля: JWT, Markdown и современный веб-дизайн
Expense Tracker
- freeCodeCamp.org / How to Build an Expense Tracker with HTML, CSS, and JavaScript
Inventory List
- freeCodeCamp.org / How to Create an Inventory List with React useReducer, Axios, and JSON Server React is a good tool to know how to use. It's popular for its component-based architecture, uni-directional data binding
Ticketing Application
- freeCodeCamp.org / Use Next.js, Tailwind CSS, and MongoDB to Build a Ticketing Application Your app will be able to assign and track issues, enable collaboration, and more.