MY PORTFOLIO & PROJECTS
Bringing Ideas to Life!
Quiz App PWA
A basic Quiz App built using React, Typescript, JavaScript, HTML, and CSS for practicing frontend development skills with the Capabilities of Progressive Web Ap...
Visit Now
Lets Go
Home Page
Home Page shows the quiz UI of the App.
Contributors:
![Farasat Ali](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F78ca6c440bac707c8889cc75bdbe96f68435307e-460x460.jpg&w=256&q=75)
Hide Case Study
CASE STUDY:
🌍 Live Url:
🐙 GitHub Url:
💼 Role:
Software Engineer
As a software engineer, my role involved developing, testing, and deploying the Quiz App, which served as a personal open-source project to enhance my skills in front-end web development. I took responsibility for everything from the initial concept and design of the application to its implementation using cutting-edge technologies like React, TypeScript, and JavaScript. This project required me to deeply engage with core web development principles while integrating Progressive Web App (PWA) capabilities, giving the app offline functionality and a more seamless, native-like user experience. Along with building the core logic and ensuring the app’s responsiveness across various devices, I also worked on user interface and user experience aspects, striving for a simple yet interactive design. The experience reinforced my skills in software architecture, state management, user input handling, and asynchronous API integration. By adopting a clean, maintainable coding style and following best practices, I ensured the scalability and performance of the app.
👨💼 Client:
Personal Project
This project was a personal challenge to create a fully functional and interactive web application to test and hone my front-end development skills. In this case, the client was me, as I set clear objectives to create an open-source quiz application that would serve as a practical tool for learning and a portfolio piece. By making the project open-source and freely available on GitHub, I aimed to contribute to the developer community. I allowed others to learn from my codebase, provide feedback, or even fork the project to extend its capabilities.
💻 About Project:
The Quiz App is a fundamental project built with the aim of mastering core front-end development technologies, particularly React, TypeScript, JavaScript, HTML, and CSS. My primary objective for this project was to develop a fully functional, scalable, and interactive web application allowing users to take real-time quizzes. The application also serves as a Progressive Web App (PWA), which can be installed on a user's device and accessed offline, offering an experience similar to a native mobile app. This feature sets the project apart from many basic web applications, providing an additional layer of interactivity and usability. In building the app, I applied my knowledge of state management in React, using hooks and context APIs to manage user sessions, quiz questions, and results. The dynamic nature of the app comes from its ability to render content on the fly based on user input, showcasing my grasp of managing forms and user input validation. The app features several quizzes on different topics, and upon selecting a topic, users are presented with questions and multiple-choice answers. At the end of each quiz, the app calculates and displays the user's score, giving immediate feedback. Using TypeScript was instrumental in improving the app's reliability and scalability. TypeScript's type-checking capabilities allowed me to catch errors early in development, making the code more robust and easier to maintain. I also implemented some essential CSS and HTML to design the user interface, focusing on simplicity and ease of use. However, the significant aesthetic aspects of the app were managed through modular and reusable React components, making the application easy to scale. One of this project's primary goals was to improve the overall user experience. As a PWA, the app includes caching mechanisms, allowing it to work offline. The service workers in the PWA architecture are responsible for caching the assets and quiz data locally, ensuring users can interact with the app when they have limited or no internet connectivity. The app's minimalist design focuses on providing users with a straightforward and seamless quiz-taking experience. It is designed to work across different devices, including desktops, tablets, and mobile phones. This simple project has laid a strong foundation for understanding the complexities of modern web development and provided me with practical experience in deploying a fully operational PWA.
🚧 Problem:
The problem I sought to address with the Quiz App project was multi-faceted. On the surface, it was a challenge I set for myself to improve my proficiency with front-end technologies like React and TypeScript. At the time, I wanted to gain hands-on experience in building interactive web applications from scratch and reinforce my understanding of state management, user input handling, and rendering dynamic content. I had already worked with basic static websites and felt the need to create something more dynamic and interactive to develop my skills further. Another problem I aimed to solve was enhancing my knowledge of Progressive Web Apps (PWAs). PWAs are increasingly becoming essential to the modern web development landscape as they provide users with a native-app-like experience through web technologies. Although I had a theoretical understanding of how PWAs function, I wanted to put that knowledge to the test by implementing a PWA with offline capabilities. I knew that to create a robust application, I would need to ensure that the app functions well not just online but also offline, which presented another set of challenges related to service workers and caching mechanisms. Moreover, I wanted to improve my ability to design and create a user-friendly interface. While I had some experience working with HTML and CSS, I hadn’t yet had the opportunity to work extensively on improving user experience through layout design, form handling, and responsiveness. I realized this would be an essential aspect of the app, as users need an intuitive, seamless experience while taking quizzes. The visual presentation and the ease with which users could navigate through the app became critical factors I wanted to address. Finally, I recognized the importance of building scalable and maintainable applications. Working with TypeScript posed a challenge in implementing a type-safe codebase that would be more robust and easier to scale than pure JavaScript. Although TypeScript has a steeper learning curve, I knew it would be essential to the project’s long-term maintainability.
🛠️ Solution:
To address the problems I had identified, I designed and built a Quiz App using React as the front-end framework, TypeScript for type safety, and JavaScript for handling the application's interactive aspects. The project was a carefully structured effort to learn, implement, and iterate on these technologies while solving the challenges I had set for myself. To manage state efficiently, I relied heavily on React's useState and useContext hooks, which allowed me to keep track of user-selected answers, quiz questions, and scoring data. Setting up a well-structured component-based architecture ensured that each part of the app, such as the quiz questions, answer selections, and results page, was modular and reusable. This modularity made managing the app's complexity easier as new quizzes or features were added. Regarding offline capability, I implemented service workers to handle caching, making the app a full Progressive Web App (PWA). This meant that after the initial load, users could continue to access the quiz questions and complete quizzes even if they lost internet connectivity. By caching static assets and quiz data, I improved the application's performance and reliability. For a better user experience, I made the interface as simple and intuitive as possible. I used minimal CSS to keep the layout clean and focused on the quiz content, allowing users to navigate the quiz without unnecessary distractions easily. Furthermore, I made the app responsive, ensuring it would work seamlessly across all devices, including desktops, tablets, and mobile phones. TypeScript was crucial to ensuring the robustness of the code. By typing the application's states, props, and events, I minimized potential bugs and made the code much easier to maintain in the long run. TypeScript also allowed me to document the application's behavior better, making it easier for others to contribute to the project or understand its inner workings. Finally, I deployed the application as an open-source project on GitHub. This allowed me to showcase my work and invite other developers to collaborate, providing an additional layer of learning through feedback and contributions. By making it open-source, I could continuously iterate on the app based on user feedback or my improvements in development skills.
🌟 Key Features:
- React-Based Architecture: Built with React’s component architecture for modularity and scalability.
- TypeScript Integration: Used TypeScript for type safety, reducing bugs, and improving code maintenance.
- PWA Capabilities: Implemented as a Progressive Web App with offline functionality using service workers.
- Responsive Design: Designed to be fully responsive across mobile, tablet, and desktop devices.
- Dynamic Quiz Rendering: Renders quizzes dynamically based on user input, offering real-time feedback.
- Offline Mode: Utilizes caching to allow users to take quizzes without an internet connection.
- Open Source: Available on GitHub for collaboration and community contributions.
🏆 Results:
The final result of the Quiz App project exceeded my initial expectations. By completing the project, I successfully built a fully functional web application that is interactive, reliable, and scalable. The application demonstrates my ability to create dynamic content using React while leveraging TypeScript for a type-safe and maintainable codebase. The Progressive Web App (PWA) capabilities, which allow users to interact with the app even when offline, show that I have a solid understanding of modern web development principles and can integrate features that enhance user experience beyond the basic functionality of a web app. The deployment of the Quiz App as an open-source project on GitHub allowed me to gain additional insights from the developer community. Several contributors have since forked the repository or provided feedback, which has been invaluable in iterating and improving the app. This also allowed me to experience collaborative coding in an open-source environment, which will be highly beneficial for future projects. One of the most significant takeaways from the project was the improvement of my problem-solving skills. Throughout the development process, I encountered various technical challenges, including managing quiz data dynamically, implementing caching for offline functionality, and ensuring that the app is both responsive and performant. These challenges required me to dive deep into documentation and experiment with different approaches before settling on a solution, significantly boosting my confidence as a software engineer. The project also served as a vital portfolio piece, showcasing my front-end development skills to potential employers or collaborators. Having a completed project that includes PWA capabilities and TypeScript-based logic positions me well in the job market, where demand for these skills is high. Additionally, the user feedback I have received has been overwhelmingly positive, particularly about the app’s simplicity and ease of use. The minimalist interface and offline capabilities make the app accessible and convenient for users, fulfilling the original goal of providing a seamless quiz-taking experience.
🎯 Technologies Used:
- Programming Languages: JavaScript, TypeScript
- Frontend: React, HTML, CSS, Progressive Web APP (PWA)
📘 How To Use:
To use or contribute to the Quiz App, users can visit the GitHub repository, where all the necessary instructions for installation and running the project locally are provided. After cloning the repository, developers can install the required dependencies using npm or yarn and run the app in development mode. The app can be further customized by adding new quizzes or modifying the user interface to suit specific needs. As the project is open-source, contributions and pull requests are welcome. Full deployment instructions are also provided, making it easy for others to host the app on their servers.
🔒 License:
The Quiz App is released under the MIT License, a permissive open-source license. This means that anyone is free to use, modify, distribute, and even commercialize the application as long as they include a copy of the original license with any substantial portions of the software. The decision to use the MIT License was deliberate. I wanted to ensure that other developers could contribute to or adapt the project for their use without facing restrictive legal obligations. The MIT License offers simplicity and flexibility, making it one of the most popular licenses for open-source software.
MY PORTFOLIO & PROJECTS
Click Project to see it in the mocks!
Professional Projects
![Portfolio V2 [Deprecated]](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fca71ea12eb2f0f56b2aacc4a16c61e1e55a3a734-1350x2619.webp&w=3840&q=75)
![Portfolio V2 [Deprecated]](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fc9f570dcb5452b85ccd5982df62c80b248666798-1419x7662.webp&w=3840&q=75)
Portfolio V2 [Deprecated]
The portfolio site version 2 is a personal project aimed at showcasing professional achievements and skills.
#react
#next.js
#javascript
#typescript
#framer-motion
#tailwind
#vercel
#visual-studio-code
#git
#github
![Curriculum Vitae (Portfolio V1) [Deprecated]](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F1d0072debc19311f31ff5b9490347a4bee8f7496-1280x8331.webp&w=3840&q=75)
![Curriculum Vitae (Portfolio V1) [Deprecated]](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F4be59b7a8b5454c3899186200cab0289892b2409-1350x5815.webp&w=3840&q=75)
Curriculum Vitae (Portfolio V1) [Deprecated]
Dynamic and responsive portfolio website built with React and TypeScript for showcasing professional skills, projects, a...
#react
#javascript
#typescript
#html/html5
#css/css3
#scss/sass
#visual-studio-code
#git
#github
![Star Marketing App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F3999f2e7cacce80838e8cb7929aa117e0ee8a1c2-1337x3550.webp&w=3840&q=75)
![Star Marketing App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F8c69fd790e744763921a6330cab1b0e6ab597e11-1340x5823.webp&w=3840&q=75)
Star Marketing App
The Star Marketing App is a comprehensive web application developed for Star Marketing Pvt. Ltd., a leading property mar...
#react
#next.js
#node.js
#(amazon-web-services)-aws
#javascript
#typescript
#html/html5
#css/css3
#tailwind
#nest.js
#payload-cms
#strapi-cms
#mongodb
#postgresql
#docker
#vercel
#figma
#visual-studio-code
#git
#github
![Voiiice App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fc6a9fe4ca55457ca591fee6a7ee188f4b82bcf68-700x1107.webp&w=3840&q=75)
![Voiiice App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F54456740fae47ed9641a7e9e0a0a1ab05f839fe2-700x1475.webp&w=3840&q=75)
Voiiice App
VOIICE.io is a modern platform for podcast creators, featuring browser-based audio recording, secure content management,...
#react
#next.js
#node.js
#express.js
#(amazon-web-services)-aws
#stripe
#javascript
#html/html5
#css/css3
#mongodb
#vercel
#visual-studio-code
#git
#github
![Xerofinity](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F3795ac77ba6075c24e48d3d4c3431c66017324dc-1280x7835.png&w=3840&q=75)
![Xerofinity](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F76eb18f7dbaa5dd2d8d5e6c4b2a8e338397c18b4-1350x5144.png&w=3840&q=75)
Xerofinity
Xerofinity is a basic website developed by friends for a startup initiative. Though the startup is no longer operational...
#javascript
#html/html5
#css/css3
#vercel
#visual-studio-code
#git
#github
![Get His Green](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F1990821a055ae5718fc9926e9d56c0ea8631cad6-700x1541.webp&w=3840&q=75)
![Get His Green](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F837163fe8c4dbfd8a8c7587c3cbc3d77e0085fea-700x3476.webp&w=3840&q=75)
Get His Green
GethisGreen is an e-commerce platform selling pens in Nigeria. It features a responsive frontend, secure checkout, payme...
#react
#next.js
#javascript
#typescript
#html/html5
#css/css3
#figma
#visual-studio-code
#git
#github
![GPA and CGPA Calculator](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F52beb88076bdc2da5381bc62097b1bf2d6f1aa0a-700x405.webp&w=3840&q=75)
![GPA and CGPA Calculator](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F2bc422b8d884bfce49d74a9770f17bf3d06b3281-700x404.webp&w=3840&q=75)
GPA and CGPA Calculator
The GPA and CGPA calculator is a web application developed to automate and simplify the calculation of Grade Point Avera...
#react
#javascript
#typescript
#html/html5
#css/css3
#vercel
#visual-studio-code
#git
#github
Personal Projects
![Restaurant Food Ordering System](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F9503b284052092088e23836b2452a141955218ed-1350x2195.webp&w=3840&q=75)
![Restaurant Food Ordering System](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fbe2ae772a1c1a54ca9609fbba187fd622d2e42c0-1350x2566.webp&w=3840&q=75)
Restaurant Food Ordering System
The Restaurant System project is a web application designed to showcase a restaurant's offerings and information. It inc...
#react
#javascript
#vercel
#visual-studio-code
#git
#github
![Xenrir Online Store](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fe8aa9b890d5c871a68d0e00185baeb1cf2dcd37e-1350x1384.webp&w=3840&q=75)
![Xenrir Online Store](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F3a443b225927fca58a7ef9efd794c6bc8156e15d-1350x3555.webp&w=3840&q=75)
Xenrir Online Store
Xenrir is an e-commerce website that was built as a personal project. It features essential pages for online shopping, i...
#react
#next.js
#javascript
#typescript
#html/html5
#css/css3
#tailwind
#strapi-cms
#vercel
#visual-studio-code
#git
#github
![PIAIC Website Clone](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fd2138e7a1d281f566a4d3bc6a5206ff34a4f86c2-1350x1331.webp&w=3840&q=75)
![PIAIC Website Clone](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F92a83ff35e703d51f1966c4a118cc74467f705c2-1350x6295.webp&w=3840&q=75)
PIAIC Website Clone
The PIAIC website clone project aims to replicate the functionality and design of the official PIAIC website. It include...
#react
#next.js
#javascript
#typescript
#vercel
#visual-studio-code
#git
#github
![Gatsby Vitual Lolly App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F19e54c5b083c7ebc9070aa63f95216169fd125b2-1350x962.webp&w=3840&q=75)
![Gatsby Vitual Lolly App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F6c8fb3c70176f4fd5a036a3f8517553d51ac102a-1350x750.webp&w=3840&q=75)
Gatsby Vitual Lolly App
Using React, TypeScript, Gatsby, and FaunaDB, create virtual lollipops with personalized messages and share them via uni...
#react
#javascript
#visual-studio-code
#git
#github
![Crwn Clothing](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fabc71c30fe505cf0ef7caa38562831894ae068d4-1350x2289.webp&w=3840&q=75)
![Crwn Clothing](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F532c2993558f5b34c2651df513926087155763b8-1350x773.webp&w=3840&q=75)
Crwn Clothing
CRWN Clothing is a basic e-commerce website built using React, TypeScript, and Stripe for secure payments.
#react
#node.js
#express.js
#stripe
#javascript
#visual-studio-code
#git
#github
![Natours Tour Website](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fd649ab8b6b555bc73f52b4a8dd5e0c814a2c068a-1280x6483.webp&w=3840&q=75)
![Natours Tour Website](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fc1cdb4e23d8adc8001d530c6ce338e8d022624e8-1350x5454.webp&w=3840&q=75)
Natours Tour Website
A basic tour website featuring a static home page developed as part of a web development course project.
#javascript
#visual-studio-code
#git
#github
![Nexter Home Purchase UI](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fbf3c28fb79956a9fed90ec79e31f6536b1574318-1280x3953.webp&w=3840&q=75)
![Nexter Home Purchase UI](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F74414b0b633ccedf3f16430b5f4588e7f77bf0d1-1350x3830.webp&w=3840&q=75)
Nexter Home Purchase UI
Nexter Home Purchase Website - A basic, single-page home purchase website showcasing modern design and responsive layout...
#javascript
#visual-studio-code
#git
#github
![Trillo Hotel UI](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fe9144ad81ff6ef2916f1e5bdb0f14ab20c0c21b8-1280x1100.webp&w=3840&q=75)
![Trillo Hotel UI](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fff5669e0eb0b50d3f06933e191a3798578d7000f-1350x1209.webp&w=3840&q=75)
Trillo Hotel UI
A basic hotel website showcasing responsive design and modern UI elements.
#javascript
#visual-studio-code
#git
#github
![Cortex Copywriter Clone](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F61c8d12c6336edc86d6fa57cd4d14ad4d89a483d-1280x11602.webp&w=3840&q=75)
![Cortex Copywriter Clone](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Ff6a4eb3a7dc91ea692c63289b7cdd669e9122ffe-1350x8922.webp&w=3840&q=75)
Cortex Copywriter Clone
Tiny Web Animation is a personal project showcasing a clone of Cortex Copywriter with five different themes. Built using...
#react
#javascript
#typescript
#html/html5
#css/css3
#scss/sass
#visual-studio-code
#git
#github
![Expense Tracker App PWA](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F0d4af671c730f5155272c13e23a96ec2120e5829-1280x1120.webp&w=3840&q=75)
![Expense Tracker App PWA](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F5b3ce5de59425884fc17244545ae7512b6c450cd-1350x840.webp&w=3840&q=75)
Expense Tracker App PWA
The Expense Tracker App PWA is a simple yet powerful tool for tracking daily expenses. It was built using React, TypeScr...
#react
#javascript
#typescript
#html/html5
#css/css3
#scss/sass
#visual-studio-code
#git
#github
![Quiz App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fd8ace8f1844c8a79be23e6a226525bdebada7d42-1280x856.png&w=3840&q=75)
![Quiz App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F2dfabf25eadd97c717dd273e1f3a22d1700c5b20-1350x707.png&w=3840&q=75)
Quiz App
A basic Quiz App built using React, Typescript, JavaScript, HTML, and CSS for practicing frontend development skills.
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Time App (TDD)](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F37df7dab689c38859c65b320693cd42589d54db4-1280x707.webp&w=3840&q=75)
![Time App (TDD)](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F4cdf15bba63eb30ab2db87d0cceed9a717c0ce2c-1350x707.webp&w=3840&q=75)
Time App (TDD)
A stopwatch timer application implemented using React, TypeScript, JavaScript, HTML, and CSS, emphasizing Test-Driven De...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![React Shoe Store](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F8920331247bbe3d74f8646bbaef4027b71c006cb-1350x720.webp&w=3840&q=75)
![React Shoe Store](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F4fd054f8d0dda6e29644d7daaa124d8ca758a25b-1350x1225.webp&w=3840&q=75)
React Shoe Store
React Shoe Store is a basic e-commerce application showcasing shoes as products, built using React, TypeScript, JavaScri...
#react
#javascript
#typescript
#html/html5
#css/css3
#scss/sass
#material-ui
#visual-studio-code
#git
#github
![Gatsby Bookmark App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Ffd5141d245bf18bf8bcd1ddbcf58b3c76b2348d7-1280x1393.webp&w=3840&q=75)
![Gatsby Bookmark App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fb22143db4b183b0bf238364cd051ca12e60b78c3-1350x1045.webp&w=3840&q=75)
Gatsby Bookmark App
A simple bookmark management application using React, Gatsby, and FaunaDB where you can save your bookmarks publicly.
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Covid Tracker App [Deprecated]](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fb1a0ab652d81d7017978ca8c5059438539bde5ce-1920x1971.webp&w=3840&q=75)
![Covid Tracker App [Deprecated]](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Ffc4aa3de7cd1280b945e799440c6b3e1ce4c227c-1920x1971.webp&w=3840&q=75)
Covid Tracker App [Deprecated]
Covid Tracker is a basic website displaying COVID-19 statistics and charts, designed for easy access and data visualizat...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Gatsby Blog Site](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fe8fa097dc4a1829bb1f0489a003b494eee9c9362-1350x1664.png&w=3840&q=75)
![Gatsby Blog Site](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F09732262fe57627bdecfd4f22911943e9ef9de2e-1350x858.png&w=3840&q=75)
Gatsby Blog Site
A simple blog site using React, TypeScript, Gatsby, and Contentful for content management.
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Gatsby CRUD App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fb548bebc4bc310c48b2e8f9de7a13896fdb2356c-1280x1300.png&w=3840&q=75)
![Gatsby CRUD App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fa779c62449cbb34c62d290972f0a2e5a4544721c-1350x975.png&w=3840&q=75)
Gatsby CRUD App
A CRUD application using React, Typescript, JavaScript, HTML, CSS, FaunaDB, and Gatsby for managing messages.
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Netflix UI Clone](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fba47832e94b7f1089036ac70cdf252716b285e6f-1280x2467.webp&w=3840&q=75)
![Netflix UI Clone](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F75e68ace1bd73996efccaa389dbabdc0eab6162e-1350x1850.webp&w=3840&q=75)
Netflix UI Clone
A basic Netflix UI Clone project using React, TypeScript, JavaScript, HTML, and CSS for practising front-end development...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Diaries App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fe5c50a542ce8e36d6203962a85e11744f3789dba-1350x707.webp&w=3840&q=75)
![Diaries App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F3bfaf497ffffe4ba7e7f324504ee1a3f64b4a20c-1350x1481.webp&w=3840&q=75)
Diaries App
A basic Diaries App using React, Typescript, JavaScript, HTML, and CSS, featuring user sign-up, login, and creation of p...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![React Expense Tracker App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F016df54bc79e9ce6c0294c7bc33532bdb09f1345-1536x1138.png&w=3840&q=75)
![React Expense Tracker App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fe76374d5ffd577f6ff4d043eb88a16cc3638984a-2015x1138.png&w=3840&q=75)
React Expense Tracker App
The Expense Tracker App is a simple yet powerful tool for tracking daily expenses. It was built using React, TypeScript,...
#react
#javascript
#typescript
#html/html5
#css/css3
#scss/sass
#visual-studio-code
#git
#github
![JamStack Todo App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F55090a24828d3292e647e49fb98a6a16fd4005c2-1280x1300.webp&w=3840&q=75)
![JamStack Todo App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fa96e72c75a46c2c025648aec17c417bd060a9bcd-1350x975.webp&w=3840&q=75)
JamStack Todo App
A basic Todo App developed using React, Typescript, JavaScript, HTML, CSS, Gatsby, and FaunaDB.
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![CV Builder App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F9be7d4e9c49cbaec57cd40a9c88fd364889b1f59-1350x991.webp&w=3840&q=75)
![CV Builder App](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F477357031aef42cc07d0bd46950d2576c2fa9ecd-1350x707.webp&w=3840&q=75)
CV Builder App
A web-based CV builder designed as part of a "Web Engineering" course, allowing users to log in, fill in their informati...
#javascript
#visual-studio-code
#git
#github
![Quiz App PWA](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fd8ace8f1844c8a79be23e6a226525bdebada7d42-1280x856.png&w=3840&q=75)
![Quiz App PWA](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F2dfabf25eadd97c717dd273e1f3a22d1700c5b20-1350x707.png&w=3840&q=75)
Quiz App PWA
A basic Quiz App built using React, Typescript, JavaScript, HTML, and CSS for practicing frontend development skills wit...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![Multi Step Form](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Fe1d8fd780be243cfaf512861e77b85913e8f6b17-1350x804.webp&w=3840&q=75)
![Multi Step Form](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F36e793bf0bb0c8568102e2cf9198fe9d40911969-1350x757.webp&w=3840&q=75)
Multi Step Form
A basic three-step form UI built using React, JavaScript, HTML, and CSS to practice and demonstrate front-end developmen...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
![React Shopping Basket](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F40869fbb4f9ce513eef7c553da7474861a63bed8-1350x5548.webp&w=3840&q=75)
![React Shopping Basket](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F2d716c237126d76b3bd4c145d329061459661e34-1350x1926.webp&w=3840&q=75)
React Shopping Basket
A basic shopping website built with React, TypeScript, HTML, and CSS, featuring home, products, product details, and car...
#react
#javascript
#typescript
#html/html5
#css/css3
#scss/sass
#visual-studio-code
#git
#github
![React Taskbox](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F31193a7f896667a3925d7656ded096d1bf9ec02b-1280x1507.png&w=3840&q=75)
![React Taskbox](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F0c0c74cfab1d4380a9febdf79089da6a7b8dd46c-1350x1155.png&w=3840&q=75)
React Taskbox
Task Box is a React-based task management web application with FaunaDB integration, designed for efficient task organiza...
#react
#javascript
#typescript
#visual-studio-code
#git
#github
SERVICES
A Tailored Solution for You!
Farasat Ali offers top-tier web and mobile development, leveraging the latest technologies for customized solutions. His expertise includes cloud deployment for reliable, scalable applications. With AI integration, he provides intelligent, data-driven solutions to enhance efficiency. In Blockchain development, he creates secure, decentralized systems for trust. His data-driven strategies turn insights into results, driving growth and performance. Committed to excellence, Farasat delivers innovative, robust, and scalable applications. Partner with Farasat Ali for outstanding growth, the best results, and awesome leads with cutting-edge technology.
![Web Development](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F14c0362b2d28b1a678006be63cf5afb692995932-368x256.png&w=384&q=75)
Web Development
As a technology-driven developer, I leverage the latest tools and frameworks such as MERN Stack, Jamstack and NextJs to develop highly scalable and performant web applications.
As a tech-driven developer, I use cutting-edge tools to build scalable, high-performance web apps. Skilled in MERN Stack, Jamstack, and Next.js, I create dynamic applications with React, Node.js, and MongoDB. Proficient in Next.js, I deliver server-rendered and static sites for top SEO and performance. See outstanding business growth with Farasat Ali, achieving irresistibly the best results and surprisingly awesome leads as an expert in the latest technologies.
![Cloud & Blockchain Dev.](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F406f39b5ebbc639402b70a107ecf6ac91026c934-368x368.png&w=384&q=75)
Cloud & Blockchain Dev.
As a Cloud & web3 developer, I specialize in developing fully interactive web3 websites, Dapps, and smart contracts, and I am also experienced in deployments on Cloud Platforms Like AWS & Azure.
As a Cloud and Web3 developer, I excel in building interactive Web3 sites, DApps, and smart contracts. I deploy and manage these solutions on AWS and Azure, ensuring scalability and performance. My deep blockchain knowledge and cloud expertise drive outstanding business growth, delivering irresistibly the best results and surprisingly awesome leads. By leveraging the latest technologies, I provide secure, efficient, and cutting-edge digital experiences.
![AI, ML & LLMs](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2F6dda04611c1b9e81ece8504beed1f8a7bb43c68b-450x450.png&w=384&q=75)
AI, ML & LLMs
As an AI/ML developer, I possess a robust knowledge of these technologies, including TensorFlow, PyTorch, and Numpy. I specialize in building, deploying, and optimizing models, leveraging tools like GPTs and LangChain for cutting-edge applications.
As an AI/ML developer, I specialize in TensorFlow, PyTorch, and Numpy for building and optimizing models. Leveraging GPTs and LangChain, I craft innovative solutions that drive outstanding business growth and deliver the best results with awesome leads. My expertise includes data preprocessing, feature engineering, model training, and integration into scalable systems, ensuring top performance and efficiency.
![Mobile Development](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fc1w9ts13%2Fproduction%2Feaf68bf0e0a3bab2c8a5fc0ce9e6d13bf23d4159-368x417.png&w=384&q=75)
Mobile Development
As a mobile app developer, I have a strong expertise in creating high-performance mobile applications using cutting-edge technologies such as React Native, Expo, and Firebase.
As a mobile app developer, I build high-performance apps with React Native, Expo, and Firebase. Expertise in React Native ensures seamless cross-platform apps for iOS and Android. Expo accelerates development, while Firebase provides robust backend support, including real-time databases and authentication. Staying current with the latest technologies, I drive outstanding business growth, deliver the best results, and generate awesome leads with innovative mobile solutions.
SKILLS
Keeping Up with the Cutting Edge!
Farasat Ali excels in JavaScript, TypeScript, Python, Solidity, Rust, AssemblyScript, and Cirq. He specializes in web and mobile development with HTML, CSS, SCSS, React, React Native, Next.js, Redux, and related technologies. He is proficient with Node.js, Express.js, Nest.js, Flask, FastAPI, and databases like MongoDB, PostgreSQL, Redis, Neo4j, GraphQL, Firebase, and Supabase. In cloud and CI, he works with AWS, Azure, Terraform, Docker, Kubernetes, Vercel, GitHub Actions, and Jenkins. His Web3 and blockchain experience includes Ethereum, Solana, Anchor, and related tools. He also has expertise in AI and ML with Numpy, Pandas, Pytorch, and Tensorflow. General tools include Sentry, Figma, Visual Studio Code, Git, and GitHub.
- Programming Languages -
JavaScript
TypeScript
Python
Solidity
Rust
AssemblyScript
Cirq
- Web & Mobile Development -
HTML/HTML5
CSS/CSS3
SCSS/SASS
React
React Native
Next.js
Redux
Redux Saga
React Query
Immer
MobX
Framer Motion
Storybook
Bootstrap
Material UI
Tailwind
ShadCn/UI
Node.js
Express.js
Nest.js
Bun.sh
Flask
FastAPI
Socket.io
Payload CMS
Strapi CMS
Sanity CMS
AWS Lambda
Nginx
MongoDB
PostgreSQL
Redis
Neo4j
GraphQL
Firebase
Supabase
TypeORM
Mongoose
Prisma
- Cloud, Infrastructure-as-a-Service (IaaS) & Continuous Integration (CI) -
Amazon Web Services (AWS)
Microsoft Azure
Terraform
Docker
Kubernetes
Vercel
GitHub Actions
Jenkins
- Web3, Blockchain & Development Environments -
Ethereum
Solana
Anchor
Truffle
Hardhat
Ethers.js
Wagmi
WalletConnect
- Artificial Intelligence (AI) & Machine Learning (ML) -
Numpy
Pandas
Pytorch
Tensorflow
Keras
- General Tools & Technologies -
Sentry
Figma
Visual Studio Code
Git
GitHub
Hubspot