ajmalfaris11
👋 Hi, I'm Ajmal Faris, a full-stack developer passionate about crafting scalable and user-centric web applications.💻
India,Kerala
Pinned Repositories
Ajmal-Faris
Welcome to my personal portfolio website! This website is designed to showcase my skills, projects, and experiences in the field of [your field or expertise]. Built with a combination of HTML, CSS, JavaScript, and PHP, this portfolio serves as a digital representation of my professional profile.
amazon-frontend-clone
FriendEnd: Your Amazon Web Clone Welcome to FriendEnd, your ultimate destination for an Amazon-inspired online shopping experience! FriendEnd is a web application designed to replicate the user interface and functionality of Amazon, offering a seamless shopping journey for users. Features: Amazon-Inspired Design: Enjoy a familiar and intuitive
Badges
DSA.java
This repository is dedicated to studying and mastering Data Structures and Algorithms (DSA) using the Java programming language. It serves as a comprehensive resource for learning essential DSA concepts and their implementation in Java, covering everything from basic data structures to advanced algorithms.
FIN-Furniture-Frontend
Fin - Modern Interior Design Website A clean, elegant front-end design for an interior design business. Features include a product showcase, customer testimonials, blog section, and newsletter sign-up. Built with HTML5, CSS3, and Tailwind CSS for a modern, responsive layout.
form-validation
FreePik-FrontEnd
This repository contains a frontend clone of the FreePik website, a renowned platform offering a vast array of free and premium graphic resources, templates, and designs. The frontend clone is developed using HTML, CSS, and Bootstrap, aiming to replicate the user interface and design principles of FreePik.
Fun
MTRX-CALCULATOR
#1 MTRX Calculator: A sleek and beautiful calculator Web app built with HTML, CSS, and JavaScript. Perform basic arithmetic operations: addition, subtraction, multiplication, and division. Easy installation. Technologies: HTML, CSS, JS. When you use this you feel become you are in the Matrix World
SpaceX
SpaceX Frontend is a sleek and modern web design project showcasing SpaceX missions, crafted with HTML, CSS, and JavaScript. This repository features interactive elements, making it perfect for space enthusiasts and web developers alike.
ajmalfaris11's Repositories
ajmalfaris11/node-server-basics
A Node.js project for studying server creation and management using only Node.js and its core modules, without any external libraries
ajmalfaris11/nodejs-modular-file-handling
A Node.js repository focused on modular programming principles, using the fs module to handle file operations like reading and writing. This project explores structured code organization with Node.js modules, encouraging clean and reusable code practices.
ajmalfaris11/AJUs-Elearning-Client
ajmalfaris11/AJUs-Elearning-Server
Backend server for the AJUs-Elearning platform, built with Node.js, Express, and MongoDB. Implements user authentication, course management, assignments, and real-time features with Redis caching and TypeScript support.
ajmalfaris11/BookMyShow-Admin
This repository contains the BookMyShow Admin Panel, a web application built using React and Vite. The admin panel enables administrators to efficiently manage movies, shows, and other platform data. It features dynamic data fetching, responsive design, and seamless API integration for CRUD operations, styled with Tailwind CSS.
ajmalfaris11/BookMyShow-BE
This repository contains the back-end implementation for the BookMyShow clone project, developed as part of the Entri education platform course. Built with Node.js, Express.js, and MongoDB. Manages user authentication, movie data, bookings, and API endpoints.
ajmalfaris11/BookMyShow-FE
This repository contains the front-end implementation for the BookMyShow clone project, developed as part of the Entri education platform course. Developed using Vite React.js and Tailwind CSS.
ajmalfaris11/C-PatternPrinting
his repository is dedicated to studying and practicing pattern printing using the C programming language. It contains various programs that demonstrate different pattern printing techniques, ranging from simple to complex designs. The goal is to enhance proficiency in C programming while exploring the logic and structure behind pattern generation.
ajmalfaris11/custom-hook
This repository is dedicated to learning and creating custom hooks in React. It includes a variety of reusable hooks to handle common functionalities, optimize code, and improve component logic. Each hook is designed with simplicity and reusability in mind, making it ideal for educational purposes and practical use in React projects.
ajmalfaris11/dummy-client
This repository contains a React frontend for a dummy server application, designed for educational purposes as part of the Entri app study project. The project focuses on creating, connecting to, and interacting with an API for user management.
ajmalfaris11/dummy-server
This repository serves as the backend for a dummy server application, designed for educational purposes as part of the Entri app study project. The server provides a RESTful API for managing user data, allowing for the creation, retrieval, updating, and deletion of users.
ajmalfaris11/EA-bootstrap-elearning-app
A responsive E-learning application built using Bootstrap as part of an Entri platform assignment, featuring interactive learning materials, user-friendly navigation, and modern design to enhance the online education experience.
ajmalfaris11/EA-Global-Flags-Showcase
A simple web application built with HTML, CSS, and JavaScript that fetches and displays country data, including names and flags, from the Rest Countries API. The app dynamically renders country cards in a responsive grid layout and demonstrates basic API integration using JavaScript's fetch method
ajmalfaris11/EA-library-backend-expressjs
A Node.js and ExpressJS-based backend for managing a library system, including books and authors. The API supports full CRUD operations (Create, Read, Update, Delete) for books and authors, and connects to MongoDB using Mongoose. This backend provides RESTful endpoints for fetching, adding, updating, and deleting resources.
ajmalfaris11/EA-library-frontend-react
A ReactJS frontend for a library application, featuring multiple pages for viewing books and authors, with detail views for each. The app is connected to a backend API using RESTful services and uses React Router for seamless navigation.
ajmalfaris11/EA-water-theme-park-website
This repository is dedicated to an assignment for creating a responsive website for a water theme park using HTML, CSS, and Bootstrap, featuring sections such as an Intro section, Popular rides section with ride cards, Packages section detailing entry offers like the "F.R.I.E.N.D.S package," and a Contact Us section with a contact form for visitor
ajmalfaris11/EA-world-countries-app
React application that displays country data, including names and flags, by fetching information from the Rest Countries API. The app demonstrates the use of useEffect for API calls and useState for managing data. Countries are presented in a responsive grid layout.
ajmalfaris11/Eco-Drops
ajmalfaris11/entri-react-ecomerce
This repository is dedicated to studying and building a React-based e-commerce application as part of the Entri class on React development. The project focuses on understanding the core concepts of React while applying them to create a functional and dynamic e-commerce platform.
ajmalfaris11/entri-task-management-react-app
This repository is for developing a task management React application as part of the Entri course. It focuses on practicing React concepts like component structure, state management, and hooks. The project serves as a learning tool to enhance my React skills and understanding through hands-on development.
ajmalfaris11/entri-weather-app
This repository focuses on studying React hooks, particularly useEffect, and making API connections. The project is a simple weather application that fetches real-time weather data from an external API and displays it in an intuitive interface. By working through this project, you'll deepen your understanding of managing side effects...
ajmalfaris11/express-server-basics
A beginner's guide to building a server using Node.js and the Express framework. This repository covers the fundamental steps for setting up an Express server, handling routes, and managing middleware.
ajmalfaris11/form-react
A React form application with custom hook-based validation, streamlined UI, and efficient state handling. Features reusable validation logic, error handling, and real-time user feedback for a seamless form experience. Perfect for learning structured form management and validation in React.
ajmalfaris11/MERN
A full-stack MERN (MongoDB, Express, React, Node.js) application built for study purposes, following industrial standards. Includes server-side APIs with Node.js and Express, and a dynamic client-side using React with Redux. Focuses on modular architecture, authentication, database integration, and deployment practices for scalable web development.
ajmalfaris11/react-lifecycle-demo
A comprehensive guide to understanding React component lifecycle events with code examples. This project covers various lifecycle methods in functional and class components, exploring their practical applications and behavior in different stages of a component’s lifecycle.
ajmalfaris11/react-mui-dashboard
A basic admin panel built with React and Material-UI, created as a study project. Includes a simple dashboard layout with essential UI components for learning purposes.
ajmalfaris11/React-Spa-Portfolio
A digital portfolio built as a single-page application using React.js, demonstrating advanced JavaScript, JSX, and React skills. Designed to showcase projects, skills, and experience in a professional, interactive format
ajmalfaris11/TypeScript
A repository dedicated to learning and experimenting with TypeScript concepts, including types, interfaces, classes, generics, and more. This project focuses on understanding TypeScript's features to build robust and type-safe JavaScript applications.
ajmalfaris11/working-with-redux
This repository is part of my Entri study project to learn Redux. It includes code and examples for managing state in React apps using Redux. Key topics covered are setting up a Redux store, creating actions and reducers, and using useSelector and useDispatch hooks for global state management. This project provides a foundation in Redux
ajmalfaris11/youtube-frond-end
YouTube Friend End: HTML and CSS Repository :- Welcome to the YouTube Friend End repository! This repository hosts the front-end codebase for a YouTube channel's interface. Specifically designed for desktop viewing, this project is built using HTML and CSS, offering a visually appealing and intuitive user experience tailored for viewers engaging