Hi, I'm Seun 👋

I like to write code, play EAFC, hate on social media and teach on Youtube (oddstack)! I make cool web stuff, check them out...

Predeet ⚽️

AI Sentiment Analysis for live football matches.

Platform Science 🚛

Telematics + Fleet Management

Accrue 💲

Pricing optimization finTech company

Unzep ⭐️

Business reviews/feedback collection web application

Realty Pro 🏠

Real estate investment web application script

eMov - User ✈️

ECOWAS Travel Certficate Application

eMov - Admin ✈️

ECOWAS Travel Certficate Application

PFI Capital 💰

Financial technology savings application for PFI Capital Limited

Vigowork 🤝

Freelance marketplace connecting employers to freelancers.

Assets Financing 🏦

Buy now, Pay later for University students

My Skills

CSS 3

Firebase

Tailwind CSS

Nuxt JS

Node JS

That's all! Say NO to internet spam! If you play EAFC, add me up: cosmic-pager1. See ya!

Contact me

Hobbies.js

1constmyHobbies=['','💻','🍷', '🎵', '🍧', '🍗' ]

2 for(let item in myHobbies ) {

3 console . log (item );

4 }

5 for(let item of myHobbies ) {

6 console . log (item );

7 }

8 // 1,2,3,4,5

9 // ☕, 💻, 🍷, 🎵, 🍧, 🍗