Netmatters Homepage Recreation
Recreation of the Netmatters company homepage - Built with HTML, SCSS, and JavaScript - featuring a responsive layout and CSS animations.
Live Demo → Github →I am a passionate Web Developer specializing in building clean, functional, and responsive digital experiences. My journey started with a curiosity for how things work on the web, which evolved into a career dedicated to coding and continuous learning.
Currently, I am part of the SCS Scheme, honing my skills in modern front-end technologies and best practices.
An entry-level Junior Frontend or Full-Stack Developer role where I can contribute to building clean, responsive web applications. I am eager to join a collaborative engineering team where I can learn from experienced mentors, apply my skills in React, TypeScript, and Node.js, and continuously grow my technical foundation.
I am deeply interested in user-centric web development and translating designs into pixel-perfect, interactive UIs. I love the logic of problem solving, whether that's writing clean, maintainable code on the frontend or connecting APIs on the backend. I’m motivated by the challenge of turning ideas into functional digital products that make life easier for users.
Recreation of the Netmatters company homepage - Built with HTML, SCSS, and JavaScript - featuring a responsive layout and CSS animations.
Live Demo → Github →
A project developed using HTML, SCSS, and JavaScript that retrieves random images from the web and maps them to individual email addresses.
Live Demo → Github →
A mini-CRM admin system built with Laravel, PHP, and MySQL - featuring full CRUD functionality for managing companies and employees, secure authentication, file upload storage, and paginated data tables.
Live Demo → Github →
A billing and invoice management application built with HTML, CSS, and TypeScript to create, manage, and organize customer bills efficiently through a simple and user-friendly interface.
Live Demo → Github →
A responsive web application built with HTML, CSS, and JavaScript for converting currencies quickly and efficiently using live exchange rate data.
Live Demo → Github →
An interactive visualization of our solar system built with HTML, CSS, and JavaScript.
Live Demo → Github →function startRoleTyping(selector) {
new Typed(selector, {
strings: ['Web Developer', 'Frontend Developer', 'UI/UX Enthusiast'],
typeSpeed: 60,
backSpeed: 40,
backDelay: 1800,
loop: true,
showCursor: true,
cursorChar: '|'
});
}
new Typed('#name-typed-desk', {
strings: ['Shyji John'],
typeSpeed: 80,
loop: false,
showCursor: false,
onComplete: function() {
startRoleTyping('#role-typed-desk');
}
});
public function run(): void
{
User::create([
'name' => 'Admin',
'email' => 'admin@admin.com',
'password' => Hash::make('password'),
]);
Company::factory(10)->create()->each(function ($company) {
Employee::factory(5)->create(['company_id' => $company->id]);
});
}
Got a cool idea or looking for a new addition to your team? I'd love to hear from you!
Please fill out the form or use the details below to contact me regarding projects or employment. Let's build something great together.
Email : shyjijohn90@gmail.com