Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by BekCodingAddict

A curated list of projects in awesome lists by BekCodingAddict .

https://github.com/bekcodingaddict/the-ultimate-react-course-with-jonas-schmedtmann

The Ultimate React Course 2024: React, Redux & More. Master modern React from beginner to advanced! Context API, React Query, Redux Toolkit, Tailwind, advanced patterns.

css html javascript reactjs

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/front-end

Front-end development refers to the creation of the client-side part of a website or application—the part that users interact with directly. It involves designing and building everything a user sees and interacts with in a browser, such as layouts, navigation menus, buttons, forms, animations, and more.

front-end front-end-development frontend-web frountend

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/typescript

TypeScript is a programming language that builds on JavaScript by adding static types. Developed by Microsoft, it aims to make JavaScript development more robust by allowing developers to catch errors earlier, improve code organization, and facilitate large-scale applications.

typescript

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/worldwise

Worldwise Travel Tracking is a travel management platform that provides organizations and individuals with tools to track travel itineraries and ensure traveler safety

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/online-shop

An online shop, also known as an online store or e-commerce store, is a virtual platform where goods or services are sold over the internet. It functions similarly to a traditional retail store but operates exclusively online.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/leetcode

LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews.

algorithms coding-challenge coding-interviews data-structures interview-practice interview-preparation

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/fast-math-react-game

Fast Math is a simple, reaction-based game designed to test and improve your mental arithmetic skills under time pressure. The game's objective is to quickly solve basic math problems, such as addition, subtraction, multiplication, or division, within a limited timeframe.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/3d-web-developer-portfolio

A 3D web developer portfolio is an online showcase of a web developer's skills, projects, and experience, using 3D elements and technologies.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/html-css-projects

HTML and CSS projects involve creating web pages and web applications using two fundamental technologies for building the structure and styling of web content.

css css3 html html5

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/auth-system-in-mern

In the MERN stack (MongoDB, Express.js, React, Node.js), the authentication system refers to the mechanism used to manage user authentication and authorization within a web application. This system typically involves several components:

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/expressjs

Express.js, often referred to as Express, is a minimal and flexible Node.js web application framework that provides a robust set of features to develop web and mobile applications.

express-js expressjs rest-api

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/json-server

A JSON server is a lightweight backend server that allows you to quickly create a REST API using JSON files as the database. It is particularly useful for prototyping, testing, and building front-end applications without needing to set up a complex backend.

deployment json json-api json-server restful-api

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/coding-challange

A coding challenge is a problem or puzzle that you are given to solve using programming. It's a way for individuals to demonstrate their coding skills and problem-solving abilities.Coding challenges can vary widely in complexity, ranging from simple tasks that test basic programming knowledge to more complex problems that require creative solution.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/css-animations

CSS Animations refer to a technique used in web development to animate elements on a webpage using CSS (Cascading Style Sheets). With CSS Animations, developers can create dynamic effects and transitions without relying on JavaScript or other scripting languages.

css html javascript

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/login-and-registration-using-mern-stack-

In MERN stack development, the login and registration system typically refers to the implementation of user authentication and authorization functionalities using MongoDB, Express.js, React.js, and Node.js. Here's a brief overview of how it's typically done.

back-end-development front-end-development fullstack-development mern-stack-development

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/animejs-practice

Anime.js is a lightweight JavaScript animation library that allows you to create complex animations with relative ease. It provides a simple API for creating and managing animations on the web. With Anime.js, you can animate CSS properties, SVG attributes, DOM elements, and more.

css css-animations html javascript

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/simple-calculator-react-app

A simple calculator React app is a basic application built using the React library that allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

css3 front-end front-end-development html5 javascript react reactjs

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/css_100_day_challange

For 100 consecutive days, I've written HTML and CSS snippets as a creative learning process for myself. I used CodePen to write and save my code and published my results every day on this website 👉 [100 Days CSS Challange](https://100dayscss.com/)

css html

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/expressbus

A bus ticket booking app is an automated system that enables passengers to purchase bus tickets online. The system also allows them to schedule their route, check seat availability, and even make online payments through secure payment gateways. In case the passengers face any problem, they can straightaway get it addressed within the app itself.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/online-quiz-portal

An Online Quiz Portal App is a web or mobile application that provides a platform for users to participate in quizzes over the internet. These applications are designed to offer a diverse range of quizzes on various topics, and users can engage with them for entertainment, education, or competition purposes.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/simple-react-applications

Simple React applications typically involve creating components that represent different parts of the user interface. These components encapsulate their own logic, state, and UI elements, making them reusable and easy to manage.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/git-and-github

Git: Git is a distributed version control system for tracking changes in source code during software development.GitHub: GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/dsa

DSA stands for "Data Structures and Algorithms." In computer science and programming, data structures refer to the way data is organized and stored in a computer's memory, while algorithms are a set of step-by-step instructions for solving a particular problem or task.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/pyqt5

PyQt is a set of Python bindings for the Qt application framework. Qt is a comprehensive framework for developing cross-platform applications that can run on various operating systems, including Windows, macOS, Linux, and mobile platforms.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/opencv-basic-samples

OpenCV (Open Source Computer Vision) is an open-source library of computer vision and image processing functions. It provides a wide range of tools, algorithms, and functions that enable developers to work with images and videos, perform various tasks such as object detection, image recognition, facial analysis, and much more.

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/python-programming

Python Programming

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/c_programming

C Programming

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/cplusplus

C++ Programming 2021

Last synced: 09 Nov 2024

https://github.com/bekcodingaddict/the-wild-oasis

The Wild Oasis” is a small boutique hotel with 8 luxurious wooden cabins They need a custom-built application to manage everything about the hotel: bookings, cabins and guests This is the internal application used inside the hotel to check in guests as they arrive They have nothing right now, so they also need the API

authentication backend front-end javascript mern-stack react-query styled-components supabase

Last synced: 31 Oct 2024