repo
stringlengths
8
123
branch
stringclasses
178 values
readme
stringlengths
1
441k
description
stringlengths
1
350
topics
stringlengths
10
237
createdAt
stringlengths
20
20
lastCommitDate
stringlengths
20
20
lastReleaseDate
stringlengths
20
20
contributors
int64
0
10k
pulls
int64
0
3.84k
commits
int64
1
58.7k
issues
int64
0
826
forks
int64
0
13.1k
stars
int64
2
49.2k
diskUsage
float64
license
stringclasses
24 values
language
stringclasses
80 values
Programproductions/ChatGTP-NODE-JS-API-CALL
main
# ChatGTP-NODE-JS-API-CALL A simple Nodejs function to call the ChatGTP endpoint install axios: npm i axios install dotenv: npm i dotenv To avoid exposing your API key create a .gitignore and .env file Store your OpenAi api key in the named variable OPENAI_API_KEY Add .env to the gitignore file change the input v...
A simple Nodejs function to call the ChatGTP endpoint
chatbot,chatgtp,javascript,nodejs,openai
2023-03-03T23:13:49Z
2023-03-04T05:15:07Z
null
1
2
10
0
2
9
null
null
JavaScript
torobucci/To-Do-List
main
<a name="readme-top"></a> <h1 text-align="center"><b>To Do List</b></h1> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getti...
A to-do list app is a web application designed to help individuals manage their tasks and improve productivity. The app typically allows users to add ,remove and track progress towards list items completion.
javascript
2023-02-28T06:47:05Z
2023-03-03T10:25:38Z
null
1
4
17
2
0
9
null
null
JavaScript
deepgram-starters/prerecorded-node-starter
main
# Prerecorded Node.js Starter [![Discord](https://dcbadge.vercel.app/api/server/xWRaCDBtW4?style=flat)](https://discord.gg/xWRaCDBtW4) This sample demonstrates interacting with the Deepgram API from Node.js. It uses the Deepgram Node SDK, with a javascript client built from web components. ## What is Deepgram? [Dee...
This sample demonstrates interacting with the Deepgram API from Node to make transcriptions of prerecorded files.
bun,deepgram,deno,javascript,node,voice-transcription
2023-03-07T15:39:35Z
2024-01-18T23:52:01Z
null
3
13
42
0
15
9
null
MIT
JavaScript
andrewtacon/TelephoneJS
main
This application takes a subset of Javascript and allows it to be used at the programming langauge for MIT's App Inventor. ## Why does this exist? 1. Australia curriculum asks students to use a text based general purpose programming language 2. I teach a lot of Javascript 3. I was interested in how compilation worked...
Using Javascript to make MIT App Inventor Apps
app,inventor,javascript,mit
2023-03-09T06:09:14Z
2023-03-20T06:12:33Z
null
1
0
155
0
2
9
null
NOASSERTION
JavaScript
i-m-prabhat/JS-Learning
master
# JS Learning JavaScript <hr/> ## data types in js On the basis of How data stored in memory and how data will be access from memry <br/> Data types in JavaScript are two types. <br/><br/> ``` 1. Primitive DataTypes 7 types : String, Number, Boolean, null, undefined, Symbol, BigInt 2. Non Primitive/Reference...
Learning JavaScript
javascript,js-notes
2023-03-09T09:30:01Z
2023-08-20T14:43:04Z
null
1
0
53
0
1
9
null
null
JavaScript
andresribeiro/with-expo-fonts
main
# 🚧 🚧 🚧 `expo-fonts` has added support for [loading fonts at build time](https://docs.expo.dev/develop/user-interface/fonts/#use-a-custom-font), just like this library was doing. # with-expo-fonts Make your expo apps start faster by loading fonts at build time ### Why ✨ `expo-font` load fonts at runtime. This in...
Make your expo apps start faster by loading fonts at build time
expo,expo-modules,fonts,javascript,performance,react-native,startup
2023-03-04T15:29:43Z
2024-02-26T19:09:24Z
null
1
1
6
0
2
9
null
MIT
TypeScript
Jcanotorr06/solid-marquee
main
![solidjs card](https://assets.solidjs.com/banner?type=solid-marquee&background=tiles&project=%20) [![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/) ![NPM](https://img.shields.io/npm/l/solid-marquee?style=for-the-badge) ![package bundle size](http...
A lightweight Solid component that utilizes the power of CSS animations to create silky smooth marquees.
animation,component,css,javascript,js,jsx,marquee,package,solid,solid-js
2023-02-26T20:20:27Z
2023-02-27T00:41:29Z
2023-02-27T00:27:06Z
1
1
16
0
0
9
null
MIT
TypeScript
HERMON-1995/Leaderboard-list-app-project
main
# Leaderboard list app <a name="readme-top"></a> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) -...
The Leaderboard List App Project is a web application that displays player names and scores retrieved from an API. It uses a table format and allows sorting by score and searching for specific players. Built with: HTML, CSS, and JavaScript
css3,html5,javascript,webpack
2023-03-06T17:29:32Z
2023-05-29T18:05:25Z
null
1
7
57
0
0
9
null
MIT
HTML
khanjanov/memory-game
master
null
simple memory game
css,html5,javascript
2023-03-09T12:25:55Z
2023-03-09T12:26:29Z
null
1
0
1
0
0
9
null
null
JavaScript
geometricpanda/storybook-addon-badges
main
[![npm version](https://badge.fury.io/js/%40geometricpanda%2Fstorybook-addon-badges.svg)](https://www.npmjs.com/package/@geometricpanda/storybook-addon-badges) # Storybook Addon Badges Using `@geometricpanda/storybook-addon-badges` you're able to add badges to your [Storybook](https://storybook.js.org) app. ![Screen...
An addon for Storybook which allows the addition of badges to your Stories
storybook,javascript,javascript-library,storybook-addon,storybook-addons,typescript,typescript-library
2023-02-27T09:56:30Z
2024-04-18T22:11:03Z
2024-02-09T00:42:03Z
18
10
116
5
4
9
null
MIT
TypeScript
borisbelmar/arrow-navigation
main
![image](assets/logo.png) [![codecov](https://codecov.io/gh/borisbelmar/arrow-navigation/graph/badge.svg?token=6EEWATKTFX)](https://codecov.io/gh/borisbelmar/arrow-navigation) ### Made with the best tools: ![eslint](https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white) ![typescr...
Light and zero-dependency module to navigate through elements using the arrow keys written in Typescript.
javascript,spatial-navigation,tizen,tv,typescript,webos,spatial-navigation-library
2023-02-28T00:20:09Z
2024-04-26T02:36:53Z
2024-04-26T02:09:10Z
2
41
149
0
1
9
null
null
TypeScript
prathmesh-ka-github/Chessable
main
# Chessable - A Web based Chess game! This project is built with a simple approach to enhance our web development skills and logic building. Of course there are many aspects in this project where improvisation will be implemented with time. Keeping that in mind, we have tried our best to deliver a functional and user-...
Web based Multiplayer chess game
2player,4player-chess,chess,game,javascript,webapp
2023-02-26T09:06:01Z
2024-04-08T14:27:53Z
null
3
50
348
0
3
9
null
MIT
JavaScript
misaon/imgproxy
main
# 🖼️ @misaon/imgproxy [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href] > Generate [imgproxy](https://imgproxy.net/) url in **browser and Node** easily. Lig...
🖼️ Generate imgproxy url in browser and Node easily. Lightweight and Fast!
browser,hmac,imgproxy,javascript,nodejs,signature,typescript,url
2023-03-01T11:29:22Z
2023-03-02T13:12:53Z
null
6
15
11
1
1
9
null
MIT
TypeScript
ANTAPEX/KINFLIP-WEBSITE
main
# KINFLIP-WEBSITE ### Project Purpose 📍 This project is a basic conference website that shows details about the agenda of the event, nomines, speakers and will handle the registration of both speakers and attendes ## Basic Website Structure ䷦ * Landing Page * About Us Page * Contact Us Page * FAQ Page * Registration...
This project is a basic conference website that shows details about the agenda of the event, nomines, speakers and will handle the registration of both speakers and attendes
landing-page,website,website-development,css3,html5,javascript,open-source,opensource,contributions
2023-03-02T12:02:23Z
2023-07-17T10:03:25Z
null
9
39
180
0
14
9
null
null
CSS
BelkacemYerfa/Task-Manager
master
# Task-Manger Task-Manger (ToDo App) is a simple CRUD application using NodeJS , ExpressJS , MongoDb ![Telegram-Clone](./assets/Capture%20d%E2%80%99%C3%A9cran%202023-02-25%20170703.png) ## 🎯 Main Features ✅ Creating a task ✅ Deleting a task ✅ Updating a task ✅ Check the details of a task ## ⚙ Installation ste...
This is an Task Manger (To Do App) Back end , project to learn the most basic of CRUD && creating REST api
css,expressjs,html,javascript,mongodb,nodejs,mongoose
2023-02-25T14:53:04Z
2023-02-25T16:13:33Z
null
1
5
3
0
0
9
null
null
CSS
MussieTeka/Portfolio-Website
main
<a name="readme-top"></a> <!-- HOW TO USE: This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project and remove sections that don't apply. REQUIRED SECTIONS: - Table of Contents - About the Project - Built With - Live Demo - Getting Started - A...
Microverse's first portfolio website project in the HTML and CSS module. Created a personal website to showcase skills and work.
css,css3,html,javascript
2023-02-25T16:12:01Z
2023-04-03T09:09:32Z
null
4
11
49
0
2
9
null
MIT
CSS
javascript-tutorial/ug.javascript.info
master
# The Modern JavaScript Tutorial in Uyghur This repository hosts the translation of <https://javascript.info> in Uyghur. **That's how you can contribute:** - See the [Uyghur Translate Progress](https://github.com/javascript-tutorial/ug.javascript.info/issues/1) issue. - Choose an unchecked article you'd like to tra...
Modern JavaScript Tutorial in Uyghur
javascript,tutorial,uyghur
2023-02-26T08:12:34Z
2023-04-10T17:34:12Z
null
773
0
6,448
1
1
8
null
NOASSERTION
HTML
Haris-Mohanty/School-ERP-System
master
null
School ERP System (Enterprise Resource Planning) is a software solution that helps to streamline and automate various administrative, academic, and financial processes of educational institutions. It integrates multiple modules like admissions, attendance, fees, exams, and more into a single system.
javascript,php,bootstrap5,jquery
2023-03-03T04:07:27Z
2023-06-07T05:50:08Z
null
1
0
1,086
1
2
8
null
MIT
PHP
BlankSpacePlus/python-developer-search
master
# 开发者搜索 Developer Search ![](./src/static/img/favicon.ico) ## 软件依赖 - 开发工具 - Visual Studio Code - [Linux服务器远程连接](https://blankspace.blog.csdn.net/article/details/127764676) - [VSCode通过虚拟环境运行Python程序](https://blankspace.blog.csdn.net/article/details/127766482) - Chrome - Xshell - [Li...
三元Java数据开发者搜索(方法API、方法级代码、StackOverflow问答)
bert,javascript,software-engineering,stackoverflow,python
2023-03-10T08:40:30Z
2023-06-07T17:30:06Z
null
1
0
11
0
0
8
null
MIT
JavaScript
jotform/zenith
master
# Zenith: Lightning-Fast JavaScript Monorepo Build Tool <!-- omit in toc --> **Zenith** transforms the complexity of managing JavaScript monorepos into a simple, fast, and productive experience. By smartly caching without .git reliance, Zenith slashes CI pipeline times, letting you focus solely on coding. ## Quick St...
Lightning-fast javascript monorepo build tool with remote/local caching ability /w pnpm
build,javascript,js,monorepo,pnpm
2023-02-27T06:32:06Z
2024-05-13T07:55:53Z
2024-05-13T07:55:53Z
274
49
145
3
1
8
null
null
TypeScript
CodingWithEnjoy/React-Glassmorphism-Calculator
main
<h2 align="center">ماشین حساب شیشه ای با ری اکت | Glassmorphism Calculator With React</h2> ### <h4 align="center">دمو | Demo 😁<br><br>https://codingwithenjoy.github.io/React-Glassmorphism-Calculator</h4> ### <p align="left"></p> ### <div align="center"> <img height="350" src="https://user-images.githubusercont...
ماشین حساب شیشه ای با ری اکت | Glassmorphism Calculator With React 🧮🚀🤝
calculator,calculator-javascript,css,glass,glassmorphism,glassmorphism-css,glassmorphism-ui,html,javascript,react
2023-03-11T16:11:32Z
2023-04-13T09:07:41Z
null
1
0
3
0
1
8
null
MIT
JavaScript
torobucci/Awesomebooks-Modules
main
<a name="readme-top"></a> <h1 text-align="center"><b>Awesomebooks-Modules</b></h1> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) -...
Awesome book Modules is a mid Fidelity wireframe, single page project that enables a user to add and remove a book from his/her collection. It implements the use of modules to make code simple
html5,css3,javascript
2023-02-27T08:03:36Z
2023-08-11T13:56:35Z
null
1
1
9
1
0
8
null
null
JavaScript
GVishnudhasan/NoDueProject
main
<br/> <p align="center"> <h3 align="center">Automated No Due Certificate Request System</h3> <p align="center"> An Awesome Web Application to make the process of getting No Due Signs from your mobile phone. <br/> <br/> <a href="https://github.com/GVishnudhasan/NoDueProject/issues">Report Bug</a> ...
An automated system for requesting and approving no-due certificates for students at the end of each semester for universities and colleges.
angular,college-project,javascript,mean-stack,mongodb,nodejs,owasp-top-10,secure-coding,collaborate,communityexchange
2023-03-10T12:14:28Z
2023-11-29T13:59:44Z
2023-05-21T09:09:29Z
3
8
77
4
4
8
null
MIT
TypeScript
Linamohamed89/Cafe-website
main
# Coffee Shop website ##site demo (https://linamohamed89.github.io/Cafe-website/) ![](https://github.com/Linamohamed89/Cafe-website/blob/main/screenshot.png)
Coffee Shop Landing Page Website Design using Html CSS & Javascript
bootstrap,css,html5,icons,javascript,animation-css,button,hover-effects
2023-03-06T12:09:02Z
2023-04-27T20:22:23Z
null
1
0
27
0
0
8
null
null
CSS
repalash/uiconfig.js
master
# UiConfig [![https://nodei.co/npm/uiconfig.js.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/uiconfig.js.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/uiconfig.js) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE) Examples: http...
A UI renderer framework to dynamically generate website/configuration UIs from a JSON-like configurations and/or typescript decorators
ui,javascript,uiconfig,decorators,html,interfaces,json,typescript
2023-03-05T09:02:53Z
2024-01-08T11:42:45Z
null
2
0
14
0
1
8
null
MIT
TypeScript
PrinceGoblinTech/accountill
main
# MERN Stack Invoicing Application Built with the MERN stack (MongoDB, Express, React and NodeJS). ## Update I am pleased to inform you that the name of this repository has been changed from Arc Invoice to Accountill. There are so many things coming! Stay tuned!! JamesRoss222 ---- * [Introduction](#introduction) ...
Fullstack open source Invoicing application made with MongoDB, Express, React & Nodejs (MERN)
express,javascript,mern-stack,mongodb,nodejs,reactjs,jwt-authentication,mongoose
2023-03-04T11:07:49Z
2023-03-04T11:50:11Z
null
1
0
3
0
1
8
null
MIT
JavaScript
kesiev/kuroshimu
main
# Kuroshimu <div align="center"><p><img src="markdown/logo.png"></p></div><div align="center" style="font-weight:bold">A black box investigation game!</div> --- <div align="center"><a href="https://www.kesiev.com/kuroshimu">Play</a> | <a href="https://discord.gg/EDYP2N4RMn">Discord</a></div> --- ## The game **Kur...
Kuroshimu is a procedural black box investigation game: guess what happened to 6 persons trapped by a cute journalist dog in an endlessly resetting simulated world.
deduction,game,investigation,javascript,pdf-generation,print-and-play,roguelike-game
2023-03-11T07:17:10Z
2023-03-18T10:12:31Z
null
1
0
8
0
1
8
null
MIT
JavaScript
AynurSalimli/gericht-restaurant-website
master
Responsive restaurant website using html/css/javascript
https://gericht-restaurant-six-gamma.vercel.app/pages/homepage/home.html
html,css,javascript,scss
2023-03-08T13:51:17Z
2023-03-17T14:48:14Z
null
1
0
18
0
0
8
null
null
CSS
kbuika/OCR-ChatGPT
main
<h1 style="text-align: center; font-weight: 600;">OCR-GPT </h1> <div style="text-align: center;"><a href="https://app.tusomeni.com">Live site</a></div> <hr /> An implementation of an OCR to get questions from an image and queries them on GPT-3.5 turbo ## The WHY I have been maintaining [tusomeni.com](https://tusomen...
An implementation of an OCR to get questions from an image and queries them on GPT-3.5
chatgpt,chatgpt-api,gpt-3,javascript,tesseract-ocr
2023-03-11T19:59:34Z
2023-03-15T08:25:10Z
null
1
0
7
0
1
8
null
null
JavaScript
jayk-gupta/Piano
main
# PIANO I have made a piano using Html, CSS and vanilla JavaScript,designed using vanilla CSS. ## Build with - HTML - CSS - JavaScript ## Site preview ![ppp](https://user-images.githubusercontent.com/100681165/222490308-0ea50ea9-5d7c-47e5-b391-258db721cb03.png) ## Contributing Pull requests are welcome. For ma...
Piano using Javascript
css,html,javascript,piano,piano-keyboard,vanilla-javascript,good-first-issue
2023-02-28T13:37:46Z
2023-03-02T16:28:46Z
null
1
2
13
0
2
8
null
MIT
JavaScript
AbdusSattar-70/AwesomeBookES6
master
# AwesomeBookES6 <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo and presentation video](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#...
AwesomeBookES6 is a simple website that displays a list of books and allows you to add and remove books from that list.
css3,html5,javascript
2023-02-25T21:57:07Z
2023-03-06T14:36:14Z
null
1
3
7
0
0
8
null
MIT
JavaScript
LucasIvan/eggProjects
main
null
Repositorio para las prácticas del curso de Egg
css,html,java,javascript,jdbc,jpa,bootstrap,react
2023-03-06T23:29:27Z
2023-08-23T20:41:11Z
null
1
0
54
0
1
7
null
null
Java
NicoRuizDev/Better-Dashactyl
main
## Under Development # Better-Dashactyl A all-in-one Dashactyl with more usefull features.
A all-in-one Dashactyl with more usefull features.
client,dashactyl,javascript,pterodactyl-api,pterodactyl-client,pterodactyl-panel
2023-02-25T16:37:01Z
2023-02-26T19:31:09Z
null
1
0
3
0
2
7
null
Apache-2.0
JavaScript
Noureldin2303/e-commerce-with-TypeScript-Nodejs-Express
main
# e-commerce backend 🚀 ### [![TypeScript](https://skillicons.dev/icons?i=ts)](https://skillicons.dev) [![Nodejs](https://skillicons.dev/icons?i=nodejs)](https://skillicons.dev) [![Express](https://skillicons.dev/icons?i=express)](https://skillicons.dev) [![MongoDB](https://skillicons.dev/icons?i=mongo)](https://ski...
e-commerce with TypeScript, Nodejs, and Express
backend,ecommerce,express,javascript,js,jwt,jwt-authentication,jwt-token,mean-stack,mongodb
2023-03-04T21:29:48Z
2023-07-20T15:46:07Z
null
1
4
20
0
5
7
null
MIT
TypeScript
bouzenaali/todos-app
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
a small react.js project
javascript,react
2023-03-06T09:04:30Z
2023-03-12T23:40:26Z
null
1
0
6
0
0
7
null
null
JavaScript
Web2App-app/app
main
😎 Web2App.app homepage ========================== Turn Website Into App ---------------------- ![Q7i2](https://github.com/Web2App-app/.github/assets/82395633/8e39bb4a-9ab7-4704-9c19-c1d4ec8eddf1) Contains the source code for the [web2app.app](https://web2app.app) homepage and is based on the source code of the [uni...
😎 Web2App-app / app is an open-source (GPL-3.0 license) React JS landing page 🦄 Contains the source code for the web2app.app and is based on the source code of the uniswap.org page.
turn-website-into-app,web2app,web-to-app,app,firebase,gatsby,javascript,react,uniswap,landing-page
2023-03-04T09:33:25Z
2024-01-21T20:26:55Z
2023-07-05T18:26:33Z
1
5
17
5
1
7
null
GPL-3.0
JavaScript
duckmath/duckmath.github.io
main
# Duck Math ## How To Fork this Repository Click the "Fork this Repository" button on the top right. After that, you will be able to commit changes and submit pull/merge requests to any file in this repository. ## My Website This is a fun website that is a collection of applications from different sites, and I hope...
An amazing website to learn and have fun!
website,learning,css,hacktoberfest,html,javascript,algorithms,site,web,webdevelopment
2023-03-04T16:05:37Z
2024-05-22T23:36:36Z
null
10
51
719
0
16
7
null
Apache-2.0
HTML
Chubek/PoxHash
master
# PoxHash: A Block Hashing Algorithm **Focuses on Universality and Irreversibility** PoxHash is a block hashing algorithm created for performative and educational means and can be used for various tasks. It was originally developed for one of my active C| | projects as a checksum for HTTP body data. But I decided to ...
A block hashing algorithm with implementations in C, Rust, Go, Nim, Python and JS
algorithm,bash,bash-script,c,cryptography,cryptography-algorithms,go,hash,hashing,hashing-algorithm
2023-03-04T01:40:22Z
2023-03-26T18:07:06Z
null
1
0
258
0
0
7
null
MIT
C
jayPreak/3d
main
# 3d <div align="center"> ### ❤️ Hosted [here](https://jayeshbhushan.me/) 🥰 </div> ``` npm install npm run dev ``` ![image](https://user-images.githubusercontent.com/68821643/232539460-a15e7906-db31-4a8e-b158-e574a80e14bb.png) ![image](https://user-images.githubusercontent.com/68821643/232539585-0a74e389-f895-4108...
This is a 3D portfolio website showcasing my projects and skills, built using Three.js. Explore my work and experience my creativity in a unique and engaging way.
javascript,react,tailwindcss,threejs,vite
2023-03-06T10:05:34Z
2023-08-15T19:09:04Z
null
1
0
48
0
0
7
null
null
JavaScript
shafiuyushawu/jest-practice
main
# 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) ...
A simple javascript app to capitalize the initial letter of a string, return the length of string and to calculate the basic mathematic operations such as addition, subtraction, division and multiplication.
javascript
2023-03-01T11:16:40Z
2023-03-01T22:20:52Z
null
1
0
5
0
0
7
null
MIT
JavaScript
EuJinnLucaShow/goit-js-hw-11
main
# goit-js-hw-11 **Read in other languages: [Русский](README.md), [Українська](README.ua.md), [English](README.en.md), [Español](README.es.md), [Polski](README.pl.md).** # Критерії приймання - Створено репозиторій `goit-js-hw-11`. - Домашня робота містить два посилання: на вихідні файли і робочу сторінку на `GitHub Pa...
Educational tasks 📒 JS-HW-11 | CRUD Асинхронні функції
api,async-await,asyncawait,crud,crud-functionality,javascript,js,notiflix,pixabay,pixabay-api
2023-03-02T18:08:41Z
2023-06-04T16:14:01Z
null
1
0
18
0
0
7
null
null
JavaScript
kateFrontend/js-background-slider
main
# Background Slider ![cover](./assets/slider.gif) ## 🦉 Main information An image slider that changes images in the same way as background images built with Html, Css and Vanilla Js. The project goal: - set up it in HTML, style it with CSS and add the functionality with JavaScript ## 🦊 Useful links ### Element....
An image slider that changes images in the same way as background images.
css,html,html-css-javascript,image-slider,image-slideshow,javascript,slider,vanilla-javascript
2023-03-08T21:57:22Z
2023-03-10T22:43:00Z
null
1
0
6
0
0
7
null
null
HTML
ogunec/movie-box-index
master
# movie-box-index I created a index page for a movie streaming website HOME PAGE -DARK MODE ![The San Juan Mountains are beautiful!](/assets/img/screen2.png "San Juan Mountains") HOME PAGE - LIGHT MODE ![The San Juan Mountains are beautiful!](/assets/img/screen3.png "San Juan Mountains") HOME PAGE - MOVIE LIST ![...
I created a index page for a movie streaming website
css3,html5,javascript
2023-02-27T16:59:07Z
2023-02-27T17:27:28Z
null
1
0
4
0
0
7
null
null
HTML
repalash/uiconfig-tweakpane
master
# UiConfig Tweakpane [![NPM Package](https://img.shields.io/npm/v/uiconfig-tweakpane.svg)](https://www.npmjs.com/package/uiconfig-tweakpane) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Tweakpane theme/wrapper library for [uiconfig.js](https://github.com/...
Tweakpane theme/wrapper library for uiconfig.js: A UI renderer framework to dynamically generate website/configuration UIs from a JSON-like configurations and/or typescript decorators.
interfaces,javascript,json,library,tweakpane,tweakpane-plugin,typescript,ui
2023-03-05T09:03:27Z
2023-12-21T21:06:12Z
null
2
0
7
0
0
7
null
MIT
TypeScript
ayangweb/bob-plugin-free-baidu-translate
master
# 百度翻译 ## 无需秘钥,可以直接在 bob 中进行工作,如果有一天它不工作了,请联系我进行修复! > src 文件夹主要为 bob 用户开发,bob 是一款 macOS 上的翻译软件,官网地址:[bob](https://bobtranslate.com/) > > 插件下载地址:[bob-plugin-free-baidu-translate-v0.0.1.bobplugin](https://github.com/bilibili-ayang/bob-plugin-free-baidu-translate/releases/download/v0.0.1/bob-plugin-free-baidu-translate....
百度翻译,无需秘钥,可以直接在 bob 中进行工作,如果有一天它不工作了,请联系我进行修复!
bobplugin,javascript
2023-03-07T06:04:18Z
2023-03-12T15:17:16Z
2023-03-07T06:06:50Z
1
0
7
0
0
7
null
null
JavaScript
ghreza-crypto/to-do-list
main
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>Welcome to To do list Website </b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [🚀 Live Demo](#live-demo) - [💻 Getting St...
Todo list is a simple website that you can save your todo tasks and mark them complete with ability to modify them, build with Html, CSS, and JavaScript.
css,html,javascript,stylelint
2023-03-03T07:40:52Z
2023-03-04T18:55:05Z
null
1
4
20
2
0
7
null
MIT
JavaScript
aniketparmar29/snake-game
master
## Snack Game --- <img align="center" src="https://img.icons8.com/emoji/1x/video-game-emoji.png" alt="logo"/> <p> The player controls a long, thin creature, resembling a snake, which roams around on a bordered plane, picking up food (or some other item), trying to avoid hitting its own tail or the edges of the playin...
An Snack Game,The player controls a long, thin creature, resembling a snake, which roams around on a bordered plane, picking up food (or some other item), trying to avoid hitting its own tail or the edges of the playing area.
reactjs,css,html5,javascript,typescript
2023-03-02T17:25:00Z
2023-03-02T17:35:14Z
null
1
0
4
0
3
7
null
null
TypeScript
Cosmeak/PteroBot
main
# PteroBot - 🪶 A Discord Bot connected to your Pterodactyl API This Discord Bot is a mission gived by `MrJuju0319#5801` to connect his Pterodactyl Panel to a Bot. We decide to use only the Client part of the API to avoid potential big mistake like delete a server. This bot can only control server instances but not de...
🪶 A Discord Bot connected to your Pterodactyl API
discordjs,javascript,pterodactyl-api,pterobot
2023-02-27T17:53:31Z
2023-09-25T18:38:00Z
null
2
3
29
0
1
7
null
MIT
JavaScript
espeon/rinku
master
## rinku simple link shortener, for Cloudflare Workers. also acts as an (optional) plausible proxy. --- develop ``` npm install npm run dev ``` deploy on Workers ``` npm run deploy ```
simple link shortener for cloudflare workers
cloudflare,cloudflare-workers,javascript,js,link,link-shortener,workers
2023-03-01T19:38:39Z
2023-03-21T04:50:50Z
null
1
0
7
0
1
7
null
null
TypeScript
Ajay-Dhangar/digital-clock
main
# Digital Clock ## Time: 6:00 AM - 9:00 AM (Good Morning) ![screencapture-ajay-dhangar-github-io-digital-clock-2023-04-20-08_17_59](https://user-images.githubusercontent.com/99037494/233245790-cd256215-6836-4b50-b260-20de39a28812.png) ## Time: 9:00 AM - 4:00 PM (Good Afternoon) ![ajay-dhangar-github-io-digital-clo...
Digital Clock With DOM
digital-clock,digital-clock-html-css-javascript,digital-clock-javascript,css3,digital-clock-web-app,dom-manipulation,html5,javascript,time,digital-clock-image-changes
2023-02-28T16:23:16Z
2024-02-17T02:47:40Z
null
2
2
48
0
1
7
null
null
HTML
ayangweb/bob-plugin-free-sougou-translate
master
# 搜狗翻译 ## 无需秘钥,可以直接在 bob 中进行工作,如果有一天它不工作了,请联系我进行修复! > src 文件夹主要为 bob 用户开发,bob 是一款 macOS 上的翻译软件,官网地址:[bob](https://bobtranslate.com/) > > 插件下载地址:[bob-plugin-free-sougou-translate-v0.0.4.bobplugin](https://github.com/bilibili-ayang/bob-plugin-free-sougou-translate/releases/download/v0.0.4/bob-plugin-free-sougou-transla...
搜狗翻译,无需秘钥,可以直接在 bob 中进行工作,如果有一天它不工作了,请联系我进行修复!
bobplugin,javascript
2023-02-28T08:27:57Z
2024-04-23T03:44:06Z
2024-04-23T03:43:08Z
1
0
16
0
0
7
null
null
JavaScript
ZainAsif767/Filmpire
main
# Filmpire https://github.com/ZainAsif767/Filmpire/assets/98703238/86983b7e-2803-4408-8091-fc26accfd26e Filmpire is an application that combines powerful creativity with advanced JavaScript tools such as React.js, Redux, and Material UI. It provides several features including user authentication, dark mode, the abili...
A netflix clone project named Filmpire. It combines the desire to unleash powerful creativity with the industry's most advanced JavaScript tools including React.js, Material UI, Alan AI, and more.
javascript,react,reactjs,redux
2023-03-10T10:27:08Z
2023-09-05T12:11:16Z
null
1
0
98
0
1
7
null
null
JavaScript
ogunec/rent-a-car-with-javascript
main
# rent-a-car-with-javascript Using Javascript, I designed a car rental panel where customers can add or remove cars dynamically and rent these cars. When the page is opened, our dynamic web page, where you can add users and cars and rent these vehicles to users, opens as an empty. ![RentACar!](/assets/img/screen1.png ...
Using Javascript, I designed a car rental panel where customers can add or remove cars dynamically and rent these cars.
bootstrap,javascript
2023-03-07T18:33:57Z
2023-03-07T19:05:06Z
null
1
0
3
0
0
7
null
null
JavaScript
MussieTeka/RealPhone
main
<a name="readme-top"></a> <div align="center"> <img src="images/mussie.png" alt="logo" width="300px" height="300px" /> <br/> <h3><b>Real Phone Project</b></h3> </div> # 📗 Table of Contents - RealPhone Project - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-s...
This is an HTML, CSS, and JavaScript project for a fictional mobile phone brand called "Real Phone". The repository contains a responsive and interactive landing page with product features displayed in a rotating circle. It also includes a logo, images, and a stylesheet.
css,css3,html,javascript
2023-03-07T20:05:20Z
2023-03-25T20:56:39Z
null
1
1
10
0
0
7
null
MIT
HTML
dev-mamun/js-todo-list
main
<a name="readme-top"></a> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Setup](#setup) - [...
This is Microverse HTML/CSS & JavaScript project for student. Build this project using javascript. .it is a simple website that displays a list of To do tasks and allows you to add and remove tasks from that list
javascript,css,webpack,html,nodejs
2023-02-27T16:56:50Z
2023-03-14T11:52:56Z
null
2
8
42
0
0
7
null
MIT
JavaScript
Toni-Zoaretz/AS-Project-Different-Love-App
main
null
React CRUD love app based on hobbies
firebase,firebase-database,firestore,javascript,react,react-router,responsive
2023-02-28T08:46:23Z
2023-04-03T07:15:56Z
null
2
0
53
0
0
7
null
MIT
JavaScript
11st-corp/tc39-ko
main
<img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=200&section=header&text=TC39&nbsp;proposals-ko&fontSize=60" /> [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/11st-corp/tc39-ko%2F&count_bg=%23B42CFD&title_bg=%23555555&icon=&icon_color=%23E7E7E7&ti...
tc39 proposals 한국어 번역 🕶
javascript,js,ecmascript,translation
2023-03-09T08:13:56Z
2023-08-11T04:40:04Z
null
10
48
67
2
4
6
null
MIT
null
zamcham/Level-Up-Summit
main
<a name="readme-top"></a> <div align="center"> <img src="./zc_logo.png" alt="ZC" width="140" height="auto" /> <br/> <h3><b>Capstone Project: LevelUp Sumit</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech S...
"Level Up" is a website dedicated to a conference. The project showcase how I utilized my front-end development skills, including HTML, SCSS, CSS, and JavaScript to design and implement smooth, visually appealing effects and a well-structured layout.
javascript,scss
2023-03-11T15:40:58Z
2023-05-21T19:16:32Z
null
1
9
84
0
0
6
null
MIT
CSS
rc-ventura/currencyConverter-k8s-pipeline
main
<div align="center"> ![Converta-me_cover](https://user-images.githubusercontent.com/87483916/224345890-7077b778-878c-42cb-9292-2590de454519.png) <img src= "./frontend/assets/currency_theme_white-trim.png" width="850" height="300" alt=" rosto de uma presidente americano em uma moeda"> </div> ## :8ball: Descrição...
Conversor de par de moedas em Java com Spring que consulta uma API externa e retorna o câmbio em tempo real. Pipeline construída com testes unitários, conteinerização com Docker ; IaC com Terraform; Orquestração com Jenkins; Deploy com Kubernetes em ambiente de Cloud.
challengeoneconversorbr4,java,javascript,jquery,spring,devops,pipeline,sre,docker,jenkins
2023-02-28T20:29:39Z
2023-06-28T13:10:15Z
null
1
31
232
0
1
6
null
MIT
Java
tasos12/photoguesser-front
master
[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![License][license-shield]][license-url] <h1 align=center> <img src="https://github.com/tasos12/photoguesser-front/blob/b72a29baf9ce8ed2d08f7603...
Guess what year a photo was taken in a web browser game that you can play with your friends.
nextjs,nodejs,reactjs,javascript,react
2023-03-01T23:22:26Z
2024-01-29T19:28:50Z
null
1
9
67
1
0
6
null
MIT
JavaScript
deinsoftware/vscode-vitest-snippets
main
# Vitest Snippets [![Version](https://img.shields.io/visual-studio-marketplace/v/deinsoftware.vitest-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.vitest-snippets) [![Installs](https://img.shields.io/visual-studio-marketplace/i/deinsoftware.vitest-snippets.svg)](https://marketplace.vi...
VS Code Vitest snippets for JS and TS
hacktoberfest,javascript,node,nodejs,snippets-collection,visual-studio-code,vscode,vscode-extension,react,reactjs
2023-02-25T22:44:57Z
2023-04-18T21:37:56Z
2023-04-18T21:37:56Z
1
14
32
0
1
6
null
MIT
JavaScript
aozoragh/react-flipbook
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
FlipBook animation using react module. It was wonderful and really good. Animation is really great. And very scalable and flexible.
javascript,react,nodejs,shinobi,css,html,styled-components
2023-03-04T12:17:32Z
2023-03-04T12:18:40Z
null
1
0
1
0
0
6
null
null
JavaScript
Redskull-127/custom-chatGPTAPI
main
null
create your custom chatGPT API!
ai,chatgpt,javascript,ml,nodejs,openai
2023-03-03T10:07:12Z
2023-07-29T08:14:55Z
null
1
1
27
2
1
6
null
null
JavaScript
stephenkati/Professional-Portfolio
main
# Professional-Portfolio <a name="readme-top"></a> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - ...
Professional-Portfolio introduces me to the world and showcases my best work and skills.
javascript,portfolio,tailwindcss,daisyui
2023-03-09T14:07:41Z
2023-07-22T10:10:23Z
null
1
5
41
3
0
6
null
MIT
HTML
ViktorSvertoka/goit-js-hw-11
main
**Read in other languages: [Українська](README.md), [English](README.en.md).** # Критерії приймання - Створено репозиторій `goit-js-hw-11`. - Домашня робота містить два посилання: на вихідні файли і робочу сторінку на `GitHub Pages`. - В консолі відсутні помилки і попередження під час відкриття живої сторінки зав...
Home task for JavaScript course📒 ---CRUD operations and Async / Await syntax---
babel,css,favicon,frontend,goit,goit-js-hw-11,html,javascript,json,learning
2023-03-04T17:14:04Z
2023-04-08T08:58:49Z
null
3
11
105
0
0
6
null
null
SCSS
devvsakib/API-practice
main
### P1 [P1](https://devvsakib.github.io/API-practice/p1) ### P2 [P2](https://devvsakib.github.io/API-practice/p2) ### P3 [P3](https://devvsakib.github.io/API-practice/p3) ### P7a [P7a](https://devvsakib.github.io/API-practice/p7a) ### P7a [MobileAPI](https://devvsakib.github.io/API-practice/mobileAPI) ### billion...
null
api,rest-api,javascript
2023-02-25T10:38:00Z
2023-03-02T09:47:42Z
null
1
5
19
0
0
6
null
null
JavaScript
muhammad-abdulloh/4UHOST
main
# 4UHOST # 4UHOSTWebsite This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.2. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. ## Code scaffol...
4UHOST Angular Project
angular,css,html,javascript,scss,typescript
2023-03-10T12:11:32Z
2023-04-18T19:12:41Z
null
1
1
49
0
1
6
null
Apache-2.0
HTML
NimaCodez/hands-free-express
main
# hands-free-express -THE ULTIMATE TOOL OF BUILDING FAST- ## What was the problem? Ah! Shit. A new project, making the folder structure, writing the same base code as other projects, copying and pasting all of them, initializing git, downloading packages, initializing package.json, running server and ... <strong> WTF ...
Trying to be a CRA for Express.
api,automation,backend,express,express-js,expressjs,javascript,javascript-library,js,library
2023-02-26T20:59:19Z
2024-02-12T14:35:28Z
2023-03-11T20:39:53Z
3
1
38
0
0
6
null
MIT
JavaScript
DmytoStas/mimino
main
## Підготовка до роботи 1. Переконайся, що на комп'ютері встановлено LTS-версію Node.js. [Скачай та встанови](https://nodejs.org/en/) її якщо необхідно. 2. Встанови базові залежності проекту в терміналі командою `npm install`. 3. Запусти режим розробки, виконавши в терміналі команду `npm run dev`. 4. Перейдіть у бр...
The Website Mimino, team project
css,html5,javascript,lending-page,team-project,npm,swiper-slider
2023-03-02T02:21:13Z
2023-07-26T11:36:04Z
null
10
58
362
0
1
6
null
null
HTML
bensonruan/ReplyWithChatGPT
main
# Reply With ChatGPT A WordPress plugin that integrate with OpenAI’s ChatGPT API, to auto generate text to reply post comments ## Demo ![reply-with-chatgpt](https://i0.wp.com/bensonruan.com/wp-content/uploads/2023/03/WP-Plugin-ChatGPT-Reply-Demo.gif) ## WordPress Plugin https://wordpress.org/plugins/ai-reply/ ## In...
A WordPress plugin that integrate with OpenAI's ChatGPT API, use AI generated response to help you reply comments
ai,auto-reply,chatgpt,javascript,natural-language-processing,openai-api,wordpress,wordpress-development,wordpress-plugin
2023-03-03T23:48:57Z
2023-06-19T12:50:38Z
null
1
0
22
0
3
6
null
null
PHP
Jcanotorr06/solid-dzone
main
![solidjs card](https://assets.solidjs.com/banner?type=solid-dzone&background=tiles&project=%20) [![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/) ![NPM](https://img.shields.io/npm/l/solid-dzone?style=for-the-badge) ![package bundle size](https://...
Simple, high-quality dropzone primitive for Solid JS
component,dropzone,javascript,jsx,primitives,solid,solid-js,solidjs,typescript
2023-02-25T01:31:10Z
2023-03-29T04:22:36Z
2023-02-26T09:24:55Z
2
2
24
0
2
6
null
MIT
TypeScript
ICEI-PUC-Minas-PPLES-TI/PLF-ES-2023-1-MON-CursoNodeJS
main
<h4> PLF-ES-2023-1-MON-CursoNodeJS </h4> <hr> <h3 align="center"> Curso de monitoria <br> Como criar uma API RESTful com NodeJS <br><br> <p align="center"> <a href="#-sobre">Sobre</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-monitor">Monitor</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nb...
Curso de monitoria ensinando a criar uma API RESTful com NodeJS, MySQL e Docker-Compose
docker-compose,javascript,mysql,nodejs,docker,todoapp,curso,monitoria
2023-02-27T20:57:11Z
2023-06-08T21:53:46Z
null
34
0
13
0
0
6
null
CC0-1.0
JavaScript
Rednexie/no-console.js
main
# no-console.js Javascript dev-tools blocker and page source protector. https://cdn.jsdelivr.net/gh/Rednexie/rednexie.github.io@main/cdn/noconsole.js # Functionality No-Console.js is used for blocking people from accessing: - Developer Tools, [ F12 ] - Javascript Console, [ CTRL + SHIFT + J ] - Inspect Elements...
javascript dev tools blocker/source code protector
client,client-side,developer-tools,devtools,disable-devtool,discord-webhook,discord-webhooks,javascript,js,vanilla-js
2023-03-04T23:07:09Z
2023-11-16T14:18:03Z
null
1
0
36
0
1
6
null
null
JavaScript
pabl1ku/Microsoft-Rewards-Extension
main
<h1> ¡Microsoft Rewards! </h1> <h2> What is Microsoft Rewards? </h2> Microsoft Rewards is a loyalty program launched by Microsoft that rewards users for engaging with their products and services. Users can earn points by completing various activities such as searching the web with Bing, shopping at Microsoft Store, t...
Microsoft Rewards browser extension
extension-chrome,javascript,microsoft,script
2023-02-27T10:30:26Z
2023-02-27T14:28:05Z
null
1
0
4
0
1
6
null
null
JavaScript
vh03vh/personal-protfolio.github.io
main
# personal-protfolio.github.io personal protfolio website with html css javascript.... can you take this code and edit ![Capture](https://user-images.githubusercontent.com/101208228/224512240-b358e636-977d-4c85-85fd-b9e3a9fd6ae0.JPG)
personal protfolio website with html css javascript.... can you take this code and edit
css3,html,javascript,protofolio,protofolio-website
2023-03-11T21:14:24Z
2023-03-11T21:27:03Z
null
1
0
2
0
0
6
null
null
CSS
zaselalk/BookMate
main
# BookMate - Your Personal Digital Reading Companion ![Feature Image](./documentation/Feature.png) Bookmate is a library management system designed to make it easy for users to browse and manage books in a library. This GitHub repository contains the front-end code for the Bookmate web application. The front-end is b...
BookMate - A Library management system mini project (Front-end )
css,html,javascript
2023-03-06T13:27:54Z
2023-03-18T17:40:24Z
null
7
70
316
0
0
6
null
null
JavaScript
Imanm02/Aiport-Backend-WebDev-HW2
main
# Airplane Website #### This is an airplane website project that provides autentication and ticket service for passengers. The project is built using the following technologies: * Backend: Express.js for ticket service, Golang for authentication, Python for Bank * Frontend: React.js * Database: Redis & Postgres * Depl...
Solution to Yumcoder's WP40419: Web Programming (Sharif University of Technology - Fall 2022) 2nd assignment
expressjs,go,javascript
2023-03-08T12:19:56Z
2023-03-16T00:02:13Z
null
3
0
105
0
0
6
null
MIT
JavaScript
aldrin112602/SimplyJS
master
# SimplyJS framework [SimplyJS/demo/index.html](https://aldrin112602.github.io/SimplyJS/demo/) <img src="./image.png"> # SimplyJS Intro Simply is a lightweight JavaScript framework for building user interfaces with plain JavaScript. It allows you to write UI components in a syntax that resembles HTML, but with the ful...
Lightweight JS framework for building user interfaces
javascript,javascript-framework,javascript-library
2023-02-28T01:06:36Z
2023-07-05T08:39:59Z
null
1
1
33
0
0
6
null
MIT
JavaScript
Chinmay-Takkar/Portfolio
main
<h2 align="center"> Portfolio Website<br/> <a href="https://www.whatdoeschinmaydo.codes//" target="_blank">whatdoeschinmaydo.codes</a> </h2> <div align="center"> <img alt="Demo" src="./Images/Mockup.png" /> </div> <br/> <center> [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https:...
null
css3,github,html5,javascript,reactjs,ui-design,ux-design,react-icons,axios,react-bootstrap
2023-03-09T05:42:30Z
2023-08-10T17:58:27Z
null
1
0
53
0
0
6
null
null
JavaScript
BitBrigade/Tim-E-Scape
main
<h1 align="center"> ⏳ Tim-E-Scape ⌛ </h1> <h4 align="center"> Our game for gamedev.js jam 2023 <br> (Theme : TIME) </h4> <h3 align="center" > <a href="https://sumitst05.itch.io/tim-e-scape"><img alt="play at: sumitst05.itch.io" src="https://img.shields.io/badge/play%20at-sumitst05.itch.io-brightgreen?style=for...
Submission for gamedevjs jam 2023
game,html5,javascript,nodejs,gamedevjs-jam,phaser3,dockerfile,vercel
2023-02-25T12:09:20Z
2023-09-11T06:53:19Z
null
4
43
128
0
3
5
null
GPL-3.0
JavaScript
BahirHakimy/Leader-boards
dev
<a name="readme-top"></a> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Pr...
A simple leaderboard app created with HTML/CSS, Javascript, and Webpack, it uses fetch API to perform CRUD operations on scores
css,css3,html,javascript,reactjs
2023-03-07T18:54:38Z
2023-03-12T14:39:52Z
2023-03-12T14:44:15Z
1
4
15
1
0
5
null
MIT
JavaScript
dpvasani/Front-End-Project
main
# Front-End-Project - Welcome to the "Front-End-Project" challenge! Are you ready to take your frontend development skills to the next level? 🚀💻 This challenge is designed to help you enhance your abilities and build a strong foundation in frontend web development. - In this repository, you will find a collection of...
🚀💻 Welcome to the "Front-End-Project" challenge! This is your opportunity to enhance your frontend development skills and build a strong foundation in web development.
challenge,frontend,javascript
2023-03-11T11:52:37Z
2023-07-01T15:36:58Z
null
4
6
66
1
2
5
null
null
CSS
GraceHtet/SpaceTravellerHub
dev
<a name="readme-top"></a> <!-- HOW TO USE: This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project and remove sections that don't apply. REQUIRED SECTIONS: - Table of Contents - About the Project - Built With - Live Demo - Getting Started - A...
Space Travelers' Hub is a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
javascript,reactjs,redux,redux-toolkit,render
2023-03-06T07:47:51Z
2023-03-10T14:09:20Z
null
2
10
49
0
0
5
null
MIT
JavaScript
priyam-03/library-management-app-mern
main
null
null
express-js,javascript,jwt-authentication,mongodb,mongoose,nodejs,razorpay-api,reactjs,redux-toolkit
2023-03-11T05:25:38Z
2023-05-08T18:57:33Z
null
2
0
7
0
1
5
null
null
JavaScript
AbbasSarwar/XGen-Conference
main
<a name="readme-top"></a> <h3><b>Abbas Portfolio README Template</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Get...
This is a capstone project build in first module of HTML, CSS.
css,html,javascript
2023-03-10T15:22:58Z
2023-03-16T15:53:23Z
null
1
1
74
0
0
5
null
MIT
CSS
suryan-s/Precio
main
![Banner](https://user-images.githubusercontent.com/76394506/222956195-0dd600ca-100d-4cc1-b79d-4ea2d10b4304.png) <p align='center'> <h1><strong>PRECIO🌿</strong></h1> </p> Precio is a comprehensive solution designed to assist modern farmers in optimizing their agricultural operations. This document serves as a g...
Precio is a comprehensive application designed to assist modern farmers in optimizing their agricultural operations by incorporating precision farming practices.
arduino,foss,ibm-carbon,javascript,precision-agriculture,python,python3,sqlite3,svelte,farming
2023-03-04T04:12:09Z
2023-06-21T22:19:22Z
null
6
21
179
4
4
5
null
MIT
TypeScript
Icemic/quickjspp-rs
quickjspp
# quickjspp-rs [![Crates.io](https://img.shields.io/crates/v/quick-js.svg?maxAge=3600)](https://crates.io/crates/quickjspp) [![docs.rs](https://docs.rs/quick-js/badge.svg)](https://docs.rs/quickjspp) **This is a fork of [quickjs-rs](https://github.com/theduke/quickjs-rs) but replaces the binding to the original [quic...
A fork of https://github.com/theduke/quickjs-rs, but uses quickjspp (https://github.com/c-smile/quickjspp/), so it works with x86_64-pc-windows-msvc. Supporting serde!
game,javascript,javascript-engine,quickjs,quickjs-runtime,rust,scripting-language,serde,quickjspp
2023-03-03T11:12:38Z
2024-04-08T18:40:54Z
2024-04-08T18:41:26Z
12
1
262
1
3
5
null
MIT
C
santiagobaronz/ERP
master
null
Este proyecto es la construcción de un sistema ERP para la gestión de ventas, compras, inventarios y empleados. Se usa React como librería principal para el desarrollo.
react,css,dashboard,employee-management,erp,erp-application,html5,inventory,inventory-management,javascript
2023-03-01T03:45:05Z
2023-03-14T17:47:35Z
null
1
0
17
0
1
5
null
null
JavaScript
michaelsboost/kodeWeave
main
kodeWeave =================== kodeWeave is your on the go coding playground! Design with TailwindCSS, Pico.css or any library or framework of your choosing. See how your app or website will look and behave on a desktop. If you've ever used jsfiddle, jsbin, dabblet, liveweave, codepen, cssdeck, cssdesk, tinkerbin, d3 ...
kodeWeave is your on the go coding playground! Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop.
code,coding,development,development-environment,html,javascript,kodeweave,pico-css,picocss,playground
2023-03-02T14:27:03Z
2024-05-11T21:18:34Z
null
1
0
55
0
1
5
null
MIT
JavaScript
Maha-Magdy/tick-tock-tech-clock
main
# Tick Tock Tech Clock ## About Tick Tock Tech Clock is a web-based clock application that displays the time using the traditional clock face with hour, minute, and second hands. The clock hands move in real-time to reflect the current time, and users have the option to turn on/off the ticking sound effect. This proje...
Tick Tock Tech Clock is a web-based clock application that displays the time using the traditional clock face with hour, minute, and second hands. The clock hands move in real-time to reflect the current time, and users have the option to turn on/off the ticking sound effect.
css,javascript
2023-03-10T11:40:05Z
2023-03-23T09:14:24Z
null
1
14
41
0
0
5
null
MIT
CSS
ByteBuilderSs/Nomad-Journey-Frontend
main
# Nomad Journey Glad to have you by ourselves in our journey
null
css,html,javascript,leaflet-map,material-ui,quilljs,reactjs,rest-api,asynchronous-programming,autocomplete
2023-03-09T14:15:04Z
2023-05-17T17:29:11Z
null
4
36
366
0
3
5
null
null
JavaScript
joeychrys/svelte-appwrite-auth
master
# SvelteKit Appwrite Authentication Demo This project shows how to use Appwrite's authentication API to enable user registration, login, and logout with an email session. With this app, you can test the different authentication flows and see how they work in a Svelte-Kit application. This project assumes that you ha...
How to use Appwrite's authentication API and SvelteKit to enable user registration, login, and logout with an email session.
appwrite,authentication,javascript,svelte,sveltejs,sveltekit,tailwindcss,typescript
2023-03-02T01:58:09Z
2023-03-02T02:44:39Z
null
1
0
5
0
0
5
null
MIT
Svelte
itanand/Freely
main
# Freely-A-Freelancer-Platform Freely - Connecting top talent with quality clients ❤ Freely - A platform for the Freelancers to connect with the Companies, Individuals, and other orgs for a good projects. Skillpur is an Open Sourse Freelancing platform, where anyone can post the Freelancing opportunity and anyone can...
Freely - Connecting top talent with quality clients ❤ Freely - A platform for the Freelancers to connect with the Companies, Individuals, and orgs for a good projects.
figma,javascript,mern-project,mern-stack,mongodb,nodejs,open-source,reactjs,android-application,webdevelopment
2023-03-11T13:07:13Z
2023-03-28T09:42:02Z
null
1
2
39
0
1
5
null
MIT
JavaScript
JuanAddiel/Tabla-Periodica
main
# Tabla-Periodica Esta es una tabla periodica creada para fines escolares. El diseño de la tabla es: [![Screenshot-2023-03-07-153631.png](https://i.postimg.cc/FsWPrCm1/Screenshot-2023-03-07-153631.png)](https://postimg.cc/RNt1GRWz)
Express Homework
bootstrap5,expressjs,handlebars,javascript,nodejs
2023-03-07T19:31:49Z
2023-03-07T19:42:46Z
null
1
0
2
0
1
5
null
null
JavaScript
sandunwira/SupTube
main
[![suptube gh](https://user-images.githubusercontent.com/79461263/229287978-ec566079-db20-4e86-9131-5d4bc11cadfc.png)](https://github.com/sandunwira/SupTube) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/sandunwira/SupTube?include_prereleases&style=for-the-badge)](...
An open-source Windows client for YouTube
tauri,css,destop-application,html,javascript,rust,webview,youtube
2023-03-05T09:21:28Z
2024-05-22T13:56:54Z
2024-05-22T13:56:54Z
2
4
100
0
2
5
null
MIT
Rust
ansi-code/ipai
master
# ipai (InterPlanetary Artificial Intelligence) InterPlanetary Artificial Intelligence (IPAI): store your personal AI model leveraging on InterPlanetary Data Wallet ( IPDW). It enables to build a real censorship resistant research swarm without centralised repositories. Browser based inferences, Personal fine-tuning, ...
InterPlanetary Artificial Intelligence (IPAI): store your personal AI model leveraging on InterPlanetary Data Wallet (IPDW). It enables to build a real censorship resistant research swarm without centralised repositories. Browser based inferences, Personal fine-tuning, Zero-backend privacy, and much more...
ai,browser,gpt,ipfs,javascript,ml,node,openai,p2p
2023-02-28T21:06:40Z
2023-12-07T12:07:34Z
2023-12-07T12:07:34Z
1
0
19
0
0
5
null
Apache-2.0
TypeScript
ViktorSvertoka/goit-js-hw-09
main
**Read in other languages: [Українська](README.md), [English](README.en.md).** # Критерії приймання - Створено репозиторій `goit-js-hw-09`. - Домашня робота містить два посилання для кожного проекту: на вихідні файли і робочу сторінку на `GitHub Pages`. - В консолі відсутні помилки і попередження під час відкриття ...
Home task for JavaScript course📒 ---Asynchrony / Timers / Date / Promise / API---
css,frontend,gitignore,goit,goit-js-hw-09,html,javascript,json,learning,parcel
2023-03-04T14:54:18Z
2023-04-08T08:33:47Z
null
3
40
169
0
0
5
null
null
JavaScript
InvidJS/InvidJS
master
# InvidJS [![npm version](https://badge.fury.io/js/@invidjs%2Finvid-js.svg)](https://badge.fury.io/js/@invidjs%2Finvid-js) ![npm](https://img.shields.io/npm/dt/%40invidjs/invid-js) An attempt to bring Invidious support to Node.js. # Installation and usage Your Node.js version must be 16.9.0 or greater. You can che...
An attempt to bring Invidious support to Node.js.
invidious,invidious-api,javascript,typescript,node-js
2023-02-26T18:21:49Z
2024-04-26T16:42:47Z
2023-08-25T14:38:43Z
1
33
369
1
1
5
null
AGPL-3.0
TypeScript
doinel1a/webgl-speaker-configurator
main
[node]: https://nodejs.org/en [yarn]: https://yarnpkg.com [demo]: https://vite-react-js-starter.d1a.app/ [license]: https://github.com/doinel1a/vite-react-js-starter/blob/main/LICENSE [code-of-conduct]: https://github.com/doinel1a/vite-react-js-starter/blob/main/CODE_OF_CONDUCT.md [issues]: https://github.com/doinel1a/...
Real-time interactive 3D product configurator developed with React.JS and Sketchfab accessible directly via the web.
3d,configurator,javascript,js,react,sketchfab,vite,webgl,3d-configurator,product-configurator
2023-02-27T17:42:12Z
2024-05-21T07:16:16Z
null
1
1
31
0
5
5
null
MIT
JavaScript
Hallym-LIKELION/HallymFestival2023-Frontend
develop
# HallymFestival2023-Frontend <div align="center"> <img alt="image" width="600" src="https://github.com/osohyun0224/HallymFestival2023-Frontend/assets/53892427/823a3eae-6439-45c3-90f8-53481f380494"> </div> ## ~~https://www.hallymfestival.com/~~ 주: 축제 웹사이트 서버가 2023년 5월 19일 12:00부로 운영이 종료되어 더 이상 접속할 수 없습니다. ## ...
2023 한림대학교 대동제 웹사이트 "고백(Go Back)" 프론트엔드 개발 레포
javascript,vue,vuejs
2023-03-03T16:47:37Z
2023-07-11T16:51:52Z
null
4
139
692
0
0
5
null
null
Vue