Skip to main content

Projects Portfolio

Project Statistics and Analytics

Stats

15
Completed Projects
5+
Years of Experience
14
Total Likes
11
Total Comments
Loading chart...
Loading chart...
Aleksandr Nikiforov CV

Aleksandr Nikiforov CV

Built using the latest Next.js 16, this site is designed to showcase my recent work and skills. Key features include: Interactivity: Feel free to like or leave a comment on any project. To do this, simply sign in with Google, GitHub, or register via email. Data Visualization: I used Recharts to display the technology stack and show dynamic graphs of likes and comments. Full Access: Every project has direct links to the source code and the live demo. CV: You can easily find and download my full resume as a PDF on the dedicated page. I’d love to hear your feedback! Check it out below.

React 19Next.js 16SQLPostgres+6
2025
Completed
Angular Zoneless Template

Angular Zoneless Template

šŸš€ Angular 21 Zoneless Starter Modern starter template for Angular 21 Zoneless applications with SSR and NgRx state management. Fully typed, secure, and production-ready. šŸ›  Tech Stack: Frontend: Angular 21 (Zoneless, Signals), NgRx (State & Effects), Tailwind CSS Backend: Node.js (Vercel Functions), Drizzle ORM, PostgreSQL (Supabase) Authentication: JWT (HttpOnly Cookies), OAuth (Google/GitHub), Argon2id hashing Validation: Zod (API & Environment variables), Angular Signal Forms Quality Assurance: 100% Unit Test Coverage (Vitest), E2E Tests (Playwright) Deployment: Optimized for Vercel (Serverless + Edge)

AngularTypeScriptSSRNGRX+4
2025
Completed
Cards for Training Memory

Cards for Training Memory

šŸš€ Boost Your Memory and Learning with Cards! šŸ“šāœØ Create Personalized Flashcards: Easily make groups of cards with terms, concepts, or any information you want to remember. Each card shows your chosen content on one side and its translation, definition, or examples on the other. Share Your Flashcards: Easily share your groups of flashcards with others, making collaborative learning a breeze.šŸš€ Start your journey towards better memory and enhanced learning with Cards today! ✨ I've set up a Telegram group where everyone can share their flashcards! šŸ“š You can join the group directly from the top menu of the Cards app. šŸ¤– Plus, I've created a Telegram bot to help keep things organized and ensure everyone follows the group rules. šŸ“‹ I've also added some example messages with card files attached to help you get started. Can't wait to see you there! šŸš€

TypeScriptReactPWARedux
2024
Completed
Spin Me Game

Spin Me Game

SpinMe Game is a casual puzzle game where the goal is to place all pieces on the board by spinning them around their axis. If a square is already occupied, the game highlights it to help you plan your moves. šŸ•¹ How to play Select a piece – swipe UP or press the UP key, or simply click on a piece. Rotate the piece – swipe LEFT/RIGHT, use the arrow keys, or tap the on-screen rotate buttons. Place the piece – swipe DOWN, press the DOWN key, or tap the on-screen button. The game supports both keyboard controls and touch gestures, making it equally fun to play on desktop or mobile.

TypeScriptVue.jsPinia
2022
Completed
Wallets PWA

Wallets PWA

This is a simple yet practical application for tracking your expenses and income. It's built as a Progressive Web App (PWA), which means you can install it on your device and use it just like a native app. šŸ“± Installable on desktop or mobile šŸ”’ All data stays on your device (stored in browser local storage) 🌐 Works completely offline — no internet required Perfect for quick personal finance tracking without the complexity of big apps.

TypeScriptQuasar FrameworkPWAPinia
2022
Completed
Netflix Roulette

Netflix Roulette

This project is a React training course challenge. It demonstrates state management with Redux, routing with React Router, asynchronous actions with Thunk, and testing with Enzyme and React Testing Library. āš ļø Note: The app works fully with the local API. The Vercel deployment uses a remote API that is no longer functional.

TypeScriptReactReduxReact Router+3
2021
Completed
Sliding Picture Puzzle Game

Sliding Picture Puzzle Game

Vibe coding is seriously addictive šŸ˜… I've been experimenting again — this time trying to build the classic "Fifteen" game with AI, giving it only verbal instructions. AI is amazing with simple stuff, but once the requests pile up, it sometimes freezes or starts looping like a stuck record šŸŽ¶. The trick I found: jump in, fix the code a bit yourself, and then tell the AI "forget everything we talked about before — now just listen to this new request". Works like magic ✨. I honestly think the future of programming belongs to those who don't just use AI, but know how to tame it. šŸš€

JavaScriptPWA
2025
Completed
Piano PWA

Piano PWA

Couldn't resist vibe coding again šŸ™‚ My daughter's class asked the kids to bring a musical instrument — even a toy piano would do. We have a full 88-key synth at home (way too heavy to carry šŸ˜…), so I built a little PWA toy piano for the phone that works offline. Then I added sampled piano sounds… and later asked AI to add a key-width switch. Fixing small things here and there is easy, but the fun part is realizing how much you can do when AI becomes your tireless coding partner šŸ¤–šŸš€

JavaScriptPWAWeb Audio APIService Worker
2025
Completed
Logistic Task Optimizer

Logistic Task Optimizer

This application is a logistics task simulator designed to plan and optimize delivery routes for a fleet of vehicles serving multiple stores in a district. Users can upload a sample Excel order file, and the program automatically calculates: Optimal delivery routes and schedules for a 5-day workweek, Estimated transportation costs, including vehicle operation, hired transport, overtime, and penalties, Detailed analysis of delivery efficiency, considering load capacity, travel time, and operational constraints. The system accounts for: Different product types with restrictions on combined transport, Vehicle limitations (own fleet and hired vehicles), Loading, unloading, and break times, Overtime and underutilization penalties. The output includes tables, charts, and delivery plans, helping visualize schedules, costs, and route efficiency. Read the full description of the task on GitHub.

Quasar FrameworkExcel ProcessingData Visualization
2021
Completed
DoMeteo - Autonomous Weather Station

DoMeteo - Autonomous Weather Station

This is an autonomous weather station that can also store data from any sensors. In my setup, I used a weather sensor (BME280). The board starts, sends data, and then goes to sleep for 5 minutes to save power. To optimize battery usage: A field-effect transistor connected to pin D6 cuts off power to the BME280 when the board sleeps. The 18650 lithium battery is monitored via input A0. If the battery voltage exceeds 4.2V, the D7 output disables the solar panel charging circuit to prevent overcharging.

ArduinoNode.jsMongoDBVue.js+1
2020
Completed
Buy For Me - Shopping Lists

Buy For Me - Shopping Lists

Demo access: User: Saha2 Password: s222 This application allows multiple users to collaboratively manage shopping lists in real time. Each list can be filled out and updated by several users simultaneously. All data is securely stored in a MongoDB database, and the Vercel serverless API handles access and updates. Features include: Create, edit, and share shopping lists with a group of users, Real-time updates across all users in the same group, Persistent storage in MongoDB for reliable access from any device, Demo access available without registration. To try the app, you can register/login and use group IDs: 5f152ec3ea3c4800083d7de6 or 5f13f49eca7ee00007801c84. Alternatively, use the demo credentials: User: Saha2, Password: s222

Vue.jsNode.jsMongoDBVercel
2020
Completed
TakeoffStaff Test Task

TakeoffStaff Test Task

Test task for TakeoffStaff. Description in Readme file on GitHub. I've tried Babylon JS here later.

Vue.jsBabylon.js3D Graphics
2020
Completed
Sibdev2

Sibdev2

Demo access: user1 password1 Test task for Sibdev. Part 2. Working with the YouTube API. Description and link to Figma in Readme file on GitHub.

Vue.jsYouTube API
2020
Completed
Meteo - Autonomous Outdoor Weather Station

Meteo - Autonomous Outdoor Weather Station

The weather station is powered by a lithium battery, charged by a solar panel. Data is transmitted via Wi-Fi to a back-end hosted on Zeit.co and stored in MongoDB. A universal GET request is available: /data?start=START_DATE&finish=FINISH_DATE&tframe=TFRAME&step=STEP TFRAME can be month, day, hour, or minute. A small frontend is built with Quasar. To view it, click [TO DEPLOY]. The last reading was on March 14, 2022, at 9:58 AM — at that time, I was forced to leave my home forever. To explore historical data and graphs, select the period from July 1, 2019, to March 14, 2022.

Node.jsMongoDBJavaScriptVue.js+1
2019
Completed
Solar Tracker Robot

Solar Tracker Robot

Mentored my son to build a robot that tracks the sun, automatically rotating solar panels to collect maximum energy. Participated in the Junior Russian Schoolchildren's Competition at MEPhI, where my son won first place, and I received a Project Supervisor Certificate. Skills demonstrated: PWA development, robotics, automation, and mentoring in STEM projects.

Vue.jsRoboticsSolar Tracking
2016
Completed
Projects - Aleksandr Nikiforov Portfolio | Aleksandr Nikiforov Portfolio