Makima Profile
Makima

@makima_dev1

Followers
7
Following
601
Media
32
Statuses
45

Frontend Developer learning Vue.js πŸš€ | Learning in public

Ijebu-Ode, Nigeria
Joined November 2025
Don't wanna be here? Send us removal request.
@makima_dev1
Makima
1 month
Starting my Vue.js journey today! Been working with JavaScript and now diving into Vue. Going to document what I build and what clicks (or doesn't πŸ˜…). No idea where this goes but we're finding out together πŸ€·β€β™‚οΈ Day 1, let's go πŸš€ #VueJS #LearnInPublic
0
0
2
@makima_dev1
Makima
11 hours
Day 32 βœ… Built a v-click-outside custom directive today! Created a profile dropdown that: ✨ Opens on click ✨ Closes when clicking outside ✨ Stays open when clicking inside Custom directives are powerful, That clicked. #VueJS #LearnInPublic #100DaysOfCode
0
0
2
@makima_dev1
Makima
3 days
Day 31 βœ… Learned custom directives today Built v-focus and v-highlight directives for my login form Vue letting me create my own directives for DOM manipulation is clicking πŸ”₯ #VueJS #LearnInPublic #100DaysOfCode
0
0
2
@makima_dev1
Makima
3 days
Day 30 βœ… Leveled up with VeeValidate! πŸš€ Built a signup form with: ✨ Yup schema validation ✨ Email format checking ✨ Password confirmation VeeValidate's Form, Field, and ErrorMessage components make validation so much easier! That clickedπŸ”₯ #VueJS #LearnInPublic
0
0
2
@makima_dev1
Makima
5 days
Day 29 βœ… Learned advanced form handling today. Built a simple login page with form validation. Vue making form validation easier is clicking πŸ”₯ #VueJS #LearnInPublic #100DaysOfCode
1
0
4
@makima_dev1
Makima
5 days
Week 4 Complete! βœ… Built a recipe app using concepts from Day 1 to now: v-for, v-if, computed, components, props, events, lifecycle hooks, provide/inject! Not many features but everything is clicking! πŸ˜‚ #VueJS #LearnInPublic #100DaysOfCode
1
0
3
@makima_dev1
Makima
6 days
Day 27 βœ… Practiced provide/inject by using it multiple times! Built a settings dashboard where theme, language, and font size are shared across nested components - no prop drilling! Each component reacts to changes instantly πŸŽ¨πŸ“ Provide/inject clicked! #VueJS #LearnInPublic
0
0
3
@makima_dev1
Makima
7 days
Day 26 βœ… Learned provide/inject today! πŸ”Œ Built a theme provider where the grandchild component gets theme data directly from the grandparent No props through the parent needed! That clicked! #VueJS #LearnInPublic #100DaysOfCode
1
0
2
@makima_dev1
Makima
8 days
Day 25 βœ… Learned more about lifecycle hooks today! Built an auto-save note app that saves typed notes when the component hides (unmounts) and retrieves them from localStorage when it shows again (mounts). Data persistence is clicking! #VueJS #LearnInPublic #100DaysOfCode
0
0
2
@makima_dev1
Makima
10 days
Day 24 βœ… Learned Vue lifecycle hooks today! Built a demo showing when components mount, update, and unmount. Watching the lifecycle in real-time? That's clicking πŸ”„ #VueJS #100DaysOfCode #LearnInPublic
0
0
3
@makima_dev1
Makima
11 days
Day 23 βœ… Scoped Slots unlocked! Built a flexible UserList component. Same data, 3 different designs - all using scoped slots. Child passes data through slots, parent decides how to display it. That's clicking! #VueJS #LearnInPublic #100DaysOfCode
0
0
3
@makima_dev1
Makima
17 days
Day 22 βœ… Vue Slots unlocked! Built reusable Card and Modal components using slots. Default slots = one content area Named slots = multiple content areas Now I can pass HTML into components, not just data 🎯 That's clicking! #VueJS #LearnInPublic #100DaysOfCode
0
0
2
@makima_dev1
Makima
20 days
Week 3 Complete! βœ… Built a blog app with reusable components! Features: Filter posts by category Like button with $emit Props flowing down, events bubbling up Everything I learned (Day 1-21) in one project πŸ’ͺ it's clicking! #VueJS #LearnInPublic #100DaysOfCode
0
0
2
@makima_dev1
Makima
21 days
Day 20 βœ… Took yesterday's simple rating and made it production-ready! Day 19: Basic buttons Day 20: Interactive stars with hover effects ⭐ Component events are making so much sense now! it's clicking! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
22 days
Day 19 βœ… Learned component events ($emit)! Built a simple rating system where the child component sends data UP to the parent. Emits let components talk back to their parents - Child components can now talk back! πŸ—£οΈ That also clicked! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
23 days
Day 18 βœ… Built a ProductCard component! πŸ›οΈAdded props validation. Validation prevents bugs! Default values make components easier to use. Same component β†’ 3 different products! That clicked! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
24 days
Day 17 βœ… Learned Props! 🎁 Made my components flexible by passing data from parent to child. What I learned: Props let you pass data to components, making them reusable with different content! That clicked! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
24 days
Day 16 βœ… Built 2 more components! 🧩 βœ… Card component βœ… Badge component What I learned: Components let you reuse code instead of copying it everywhere. Game-changer for clean code! That clicked! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
26 days
Day 15 βœ… Created my first Vue component! 🧩 βœ… Learned about Single File Components (.vue) βœ… Built a reusable Button component βœ… Imported and used it in my app Component basics clicked! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
26 days
Week 2 Complete! βœ… Built an interactive Quiz App! 🎯 Built this using: computed properties, conditional rendering, class binding, and event handling! It all clicked! #VueJS #LearnInPublic #100DaysOfCode
0
0
1
@makima_dev1
Makima
27 days
Day 13 βœ… Started building my Week 2 project - a Quiz App! 🎯 Worked on: βœ… Question display with v-for βœ… Multiple choice options βœ… Radio button selection βœ… Basic UI Making it click! Day 14: Adding scoring, feedback, and restart! #VueJS #LearnInPublic #100DaysOfCode
0
0
1