REACT.JS

React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies.

NEXT.JS

Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation.

JAVASCRIPT

JavaScript is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.

CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML.

TAILWIND

Tailwind CSS is an open source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables.

HTML

HTML is the standard markup language for creating Web pages. With HTML you can create your own Website.

NODE.JS

Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs JavaScript code outside a web browser.

REDUX

Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces.

EXPRESS.JS

Express.js is a back end web application framework for Node.js, It is designed for building web applications and APIs.

MONGODB

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

TYPESCRIPT

TypeScript is a free and open source programming language. It is a strict syntactical superset of JavaScript and adds optional static typing to the language.

MySQL

MySQL is an open-source relational database management system.

Free Game Hub

React.js
Redux
Node.js
Express.js
MongoDB
A website to track F2P and giveaway games using free APIs with Redux for api middleware and state managment.It's integreted with a backend for authentication and user interaction .

My Next Phone

Next.js
TypeScript
Tailwind
This website can help you find the perfect smartphone for you. it was built using Next.js and TypeScript with Tailwind for styling .

Vox Flow

Next.js
TypeScript
JavaScript
Tailwind
A website built with TypeScript, JavaScript, Next.js, and Tailwind CSS offers text-to-speech and speech-to-text features. It uses three APIs for accurate and swift conversions, prioritizing accessibility and user convenience.

Mern Todo List

React.js
Node.js
Express.js
MongoDB
A web application for getting , posting , updating and deleting a to-do list uniqe to each user with email authentication

React Shop

React.js
Redux
An E-commerce website that uses Strap API for payment and Firebase for database , it also uses Redux for state management.

Real Fake Wordle

React.js
A react web application that is a clone of Wordle , a word game.

ChatGPT Bot

HTML
CSS
JavaScript
A project that uses the GPT API to create a chatbot that can interact with users

NativeJobz

React Native
A React Native app that helps you find nearby and popular job listings. Easily search and filter jobs based on what you're looking for and where you are."

Interactive calender

Laravel
A web application that allows users to book an event in a specific date and time and modify them.
To remove the Vanta Waves effect on mobile devices, you can detect the device width using JavaScript and conditionally initialize the effect based on the screen size. Here's how you can modify your script to achieve this: html Copy code