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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rocket-pig/rocket-pig.github.io | main | # 'Hullo'
[Hullo PWA](https://rocket-pig.github.io) <--click here to run!
__E2E Encrypted__, *serverless p2p* messaging using bittorrent websockets (thanks entirely to
the awesome [Trystero](https://github.com/dmotz/trystero) library).
..I just designed an interface for it, using the (sadly now abandoned)
[OnsenUI](https://onsen.io/v2/api/js/)
Its a mobile app thats fully installable and ready to use,
Text and camera/image receiving and sending. Create new 'rooms', set
whatever passwords/names/etc you want. Sslf and peers cache msgs in
localStorage. Upon new joins, peers update eachother from their stored
histories.
I got led away to other projects before I did all the things I wanted
to with this. Maybe I'll come back to it.
Check out Trystero's page if you want to understand better how
it works.
Free to use copy share shun ignore shame run-screaming-into-the-night from
In any mobile browser but Firefox, there'll be a popup to install
it. Once installed it doesnt talk to me or github at all, just uses
bittorrent trackers to find any peers, then WebRTC to link di-rectly.
If the install popup doesnt show or you dismiss it, the install feature can be found again
in the 'three-dots' menu, usually upper right.
(...yah, i could have come up with a better name, Im not a 'branding' person much)
| Hullo PWA | javascript,p2p,pwa,webrtc,trystero | 2023-01-02T23:49:33Z | 2023-01-12T05:40:47Z | null | 1 | 0 | 52 | 0 | 0 | 3 | null | null | JavaScript |
akhtarfaizan20/Bindass | master | null | Bindass is an E-commerce platform which has a complete user flow from landing page to the order page. It has an admin panel where the admin can perform CRUD operations. | axios,css,html,javascript,json-server,react,react-router-dom,reactjs,redux,redux-thunk | 2023-01-15T07:15:04Z | 2023-04-25T06:57:25Z | null | 5 | 49 | 138 | 0 | 3 | 3 | null | null | JavaScript |
michaelmhtong/portfolio-shooting | master | <img src="https://github.com/michaelmhtong/portfolio-shooting/blob/master/demo/ShadowStrike.png" width="100">
# ShadowStrike
2D shooting game utilizing a ray-casting algorithm for the game mechanics. The player must use a limited angle and view to shoot enemies, with randomly generated wall blocks that change the gameplay experience each time.
## 👨🏫 Demo
[ShadowStrike Demo](https://game.mhtong.tech/)
![game](https://github.com/michaelmhtong/portfolio-shooting/blob/master/demo/game.gif)
## 🧰 Tech Stack
HTML, CSS, Javascript, p5.js, Algorithm
## 💡 Lightcasting Logic
1. Cast rays by offsetting angle (trigonometry)
1. Find the intersection point between ray and wall (line-line intersection)
1. Find the closest intersection point (pythagorean Theorem)
1. Draw the areas by points (p5.js)
1. Draw the flashlight by clip (p5 clip function)
<img src="https://github.com/michaelmhtong/portfolio-shooting/blob/master/demo/formular.jpg" width="300">
<img src="https://github.com/michaelmhtong/portfolio-shooting/blob/master/demo/logic%202.jpg" width="300">
<img src="https://github.com/michaelmhtong/portfolio-shooting/blob/master/demo/logic%203.jpg" width="300">
<img src="https://github.com/michaelmhtong/portfolio-shooting/blob/master/demo/logic%204.jpg" width="300">
## 📚 Appendix
- [Ray casting in 2D Game Engines by Sebastian Szczepański](https://www.sszczep.dev/blog/ray-casting-in-2d-game-engines/)
- [Sight and light by Nicky Case](https://ncase.me/sight-and-light/)
| 2D shooting game utilizing a ray-casting algorithm for the game mechanics | game,javascript,p5,html | 2023-01-02T20:19:43Z | 2023-02-04T20:37:02Z | null | 1 | 2 | 22 | 0 | 0 | 3 | null | null | JavaScript |
code735/stanzaLiving | main | null | StanzaLiving is a startup that provides fully-managed shared living accommodations to students and young professionals. it was Founded by Anindya Dutta and Sandeep Dalmia. A group of five developers worked on cloning it for about 4-5 days. | css,google-maps,javascript,css3,debouncing,html5 | 2023-01-03T07:14:37Z | 2023-01-10T14:34:07Z | null | 6 | 156 | 308 | 0 | 3 | 2 | null | null | HTML |
dlozanoc82/landing-page-coffee-shops | main |
# Coffee Shop ☕
This project is a landing page for a coffee shop created using HTML, CSS, and JavaScript. The page includes a description of the coffee shop and its services, information about the menu, opening hours and location.
The page is designed to be attractive and easy to navigate, using a responsive design that adapts to different screen sizes. Additionally, JavaScript has been used to add interactivity to the page, such as animations and form validations.
This project is ideal for those who want to learn how to create a simple web page using HTML, CSS, and JavaScript, as well as those looking to improve their skills in web design and front-end development.
## Tech Stack
* HTML
* CSS
* JavaScript
## Run Locally
To view the page, simply download the files from the repository and open the "index.html" file in your web browser. From there, you can navigate the page and use the contact form to place orders or make reservations.
## Contributing
If you want to contribute to this project, we are open to your suggestions and improvements! You can submit a pull request with your changes or open an issue to discuss your ideas. Together, we can make this web page even better.
## Demo
https://dlozanoc82.github.io/landing-page-coffee-shops/
| This project is a landing page for a coffee shop | css,html,javascript,responsive-design | 2023-01-13T19:56:00Z | 2023-05-03T00:15:48Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | HTML |
curveservices/etch_a_sketch | main | # Etch 'a' Sketch - The Odin Project
### Live Demo :point_right: <a href="https://curveservices.github.io/etch_a_sketch/">Etch 'a' Sketch</a>
### PC View :point_down:
<img width="814" alt="etch-a-sketch" src="https://user-images.githubusercontent.com/101556296/220722832-bb34da78-2be6-4f5c-af7d-1268865381af.png">
## Overview
This assignment <a href="https://www.theodinproject.com/lessons/foundations-etch-a-sketch">Project: Etch-A-Sketch</a> was set as part of <a href="https://www.theodinproject.com/">The Odin Project</a>.
This is a browser version of something between sketchpad and Etch-A-Sketch using HTML, JavaScript & CSS.
This assigment will allow me to demonstrate:
- DOM manipulation skills
- Use of eventListeners
- Use of Functions
- Use of Loops
- Styling Skills
## Provided Assets
- none
## Objectives
1. Create a webpage with a 16x16 grid of square divs.
2. Create the divs using JavaScript. Don’t try making them by hand with copy and pasting in your HTML file!
3. Put your grid squares inside another “container” div (which can go directly in your HTML).
4. There are several different ways to make the divs appear as a grid (versus just one on each line). Feel free to use any or play with each of them:
float/clear
inline-block
flexbox
CSS Grid
5. Set up a “hover” effect so that the grid divs change color when your mouse passes over them, leaving a (pixelated) trail through your grid like a pen would
6. Add a button to the top of the screen that will send the user a popup asking for the number of squares per side for the new grid. Set the limit for the user input to a maximum of 100.
**Extra Credit**
Instead of just changing the color of a square from black to white (for example), have each pass through with the mouse change it to a completely random RGB value. Then try having each pass just add another 10% of black to it so that only after 10 passes is the square completely black.
## Extra
- I used CSS grid on this
- The resize button was added at the bottom
- Extra credit taken!
## Languages & Tools
<a href="https://javascript.info/"><img width="100" alt="Javascript" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-plain.svg" /></a> <a href="https://html.com/html5/"><img width="100" alt="HTML5" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-plain-wordmark.svg" /></a> <a href="https://css3.com/"><img width="100" alt="CSS3" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-plain-wordmark.svg" /></a>
***<a href="https://twitter.com/Crypto_Rozla"> Rozla-Dev </a> 18-01-2023***
[Back to top 👆](#etch-a-sketch---the-odin-project) | Project: Etch 'A' Sketch. Browser based etch 'a' sketch. Part of The Odin Project Foundation course | css,html,javascript,the-odin-project,theodinproject,etch-a-sketch,etchasketch | 2023-01-12T12:08:42Z | 2023-03-31T19:52:23Z | null | 1 | 0 | 25 | 0 | 0 | 2 | null | null | JavaScript |
hatbann/bunnyletter | main | # BunnyLetter
<p align="center">
<img src="./img/readme.png" width="500px">
</p>
## 프로젝트 소개
<p>
2023 계묘년을 맞이해 주변 사람들에게 편지를 작성해 마음을 전달할 수 있는 소통의 장이 되는 사이트를 제작했습니다.
편지를 작성하고 회원인 지인의 닉네임을 검색해 전송할 수 있습니다. 또한 카카오톡 공유하기로 편지를 보냈다는 것을 알릴 수 있습니다.
</p>
<br>
### 기간
2023/1/24 ~ 2023/2/4 (총 1주)
<br>
<br>
### 기술 스택
| JavaScript | Html&CSS | React | Node | Kakao API |
| :--------: | :--------: | :------: | :-----: | :-----: |
| ![js] | ![htmlCss] | ![react] | ![nodejs] | ![Kakao] |
<br>
## 구현 기능
### 1. 회원가입/로그인 및 로그아웃
- App.js에서 회원가입, 로그인을 통해 저장한 유저 세션값을 리덕스store user에 저장하고 관리하며, 상태에따라 네비게이션 바에 다른 버튼이 뜹니다.
- axios를 이용해 아이디, 닉네임 중복 검사를 합니다
- ID, 비밀번호는 숫자+ 영문 6~20자리 정규식을 사용하고 비밀번호는 DB에 암호화하여 저장합니다
- 비밀번호와 비밀번호 확인 입력값이 일치하는지 안하는지 메시지 알림을 줍니다.
- nav바에 로그아웃을 누르면 store에 login 값이 false가 되도록 리덕스를 통해 상태를 관리합니다
### 2.닉네임 검색
- axios를 통해 존재하지 않는 닉네임이라면 정보가 없다는 알림창을 띄웁니다.
- 닉네임이 존재한다면 해당 유저에게 편지를 쓸 수 있습니다.
### 3. 편지 쓰기
- 편지는 200자로 제한했으며 쓰면서 실시간으로 몇글자를 썼는지 볼 수 있습니다.
- 편지 전송 버튼 클릭시 letter DB 저장되고 카카오톡 공유하기를 할 수 있습니다.
- 쓴 편지를 html2canvas를 통해서 캡쳐하고 toDataURL 함수를 이용해 이미지를 문자열 형태로 변환해 DB에 저장합니다.
### 4.마이페이지
- 회원정보는 비밀번호만 수정 가능합니다
- 새 비밀번호는 6-20 자리의 영문 숫자 조합 정규식을 사용해 수정 가능합니다.
- 탈퇴를 할 수 있습니다
- 내가 보낸 편지와 내가 받은 편지를 구분해서 이미지로 볼 수 있습니다
- 편지는 마이페이지에서 숨김 처리 가능하며 버튼 클릭시 한 번 더 경고창을 띄웁니다.
## API
카카오톡 공유하기 API
- 카카오톡 공유하기를 통해 편지를 받았다는 메시지를 전달할 수 있습니다
- 템플릿을 이용해서 카카오톡에 보여질 이미지, 메시지, 주소를 설정하여 전달합니다
## DB
**MYSQL**
- user DB
- letter DB
<!-- Stack Icon Refernces -->
[js]: /img/js.png
[htmlCss]: /img/html_css_logo.png
[nodejs]: /img/Node.js_logo.svg.png
[react]: /img/React-icon.png
[Kakao]: /img/kakaoApi.png
<br>
<br>
# 🖥 사이트
http://13.209.80.78:3000/
| React, Redux, Node.js와 카카오 API를 이용한 편지 공유 서비스 | javascript,kakao,nodejs,react,reactjs | 2023-01-09T09:16:55Z | 2023-03-30T13:20:55Z | null | 2 | 45 | 118 | 0 | 1 | 2 | null | null | JavaScript |
prajwalmandlik/Portfolio-website | main | # Personal portfolio website
Welcome to my portfolio website! Here is a showcase of my skills and experience in software development. My portfolio includes my professional and academic projects, which demonstrate my ability to work on various coding languages and frameworks. Additionally, you will find information about my background and education. This website is designed to comprehensively understand my capabilities and qualifications as a software developer.
## Technology used to build this website
- HTML
- CSS
- Javascript
- React.js
| This is my personal portfolio website It contains my educational qualifications, my skills in various fields like technical skills and soft skills. | personal-website,portfolio,portfolio-website,css,htms,javascript,reactjs | 2023-01-03T17:01:23Z | 2023-07-13T05:29:51Z | null | 1 | 0 | 39 | 0 | 0 | 2 | null | null | JavaScript |
kevinhermawan/shuffly | main | # Shuffly
![Minified size](https://img.shields.io/bundlephobia/min/shuffly) ![Test coverage](https://img.shields.io/codecov/c/github/kevinhermawan/shuffly) ![Monthly download](https://img.shields.io/npm/dm/shuffly)
Shuffly is a JavaScript utility that provides various functions for shuffling arrays. It includes both the [Fisher-Yates](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle) and [Sattolo](https://rosettacode.org/wiki/Sattolo_cycle) algorithms for generating unique permutations and for repeated permutations respectively.
## Features
- Supports Fisher-Yates & Sattolo algorithms
- Supports Deno via NPM
- Zero dependencies
## Installation
To install `shuffly`, run the following command:
**NPM**
```
npm install shuffly
```
**Yarn**
```
yarn add shuffly
```
**pnpm**
```
pnpm add shuffly
```
## Usage
### shuffle
```ts
import { shuffle } from "shuffly";
// import { shuffle } from "npm:shuffly"; // (for Deno)
const array = [1, 2, 3, 4, 5];
const shuffledArray = shuffle(array);
console.log(shuffledArray); // [1, 3, 5, 2, 4] (shuffled)
```
The `shuffle` function is an implementation of the Fisher-Yates shuffle algorithm, which is a widely used algorithm for shuffling elements in an array randomly. The Fisher-Yates shuffle algorithm works by iterating through the array starting from the last element and swapping each element with a randomly chosen element from the remaining unshuffled portion of the array.
**Syntax**
```ts
shuffle<T>(array: T[]): T[]
```
**Time complexity**
> O(n), where n is the length of the array.
### shuffleUnique
```ts
import { shuffleUnique } from "shuffly";
// import { shuffleUnique } from "npm:shuffly"; // (for Deno)
const array = [1, 2, 3, 4, 5];
const shuffledArray = shuffleUnique(array);
console.log(shuffledArray); // [2, 4, 1, 5, 3] (shuffled)
```
The `shuffleUnique` function is an implementation of the Sattolo algorithm, which is a variant of the Fisher-Yates shuffle algorithm that guarantees that no repeated permutations are generated when shuffling an array. This means that after the shuffling is done, the elements in the array will be in a random order, but that order will be unique and different from all other possible orders of the same elements.
**Syntax**
```ts
shuffleUnique<T>(array: T[]): T[]
```
**Time complexity**
> O(n), where n is the length of the array.
## License
[MIT License](/LICENSE)
| A JavaScript utility for shuffling arrays | fisher-yates-shuffle,javascript,permutation,random,sattolo-cycle,shuffle,typescript,knuth-shuffle | 2023-01-10T15:17:30Z | 2023-08-31T11:35:31Z | 2023-08-31T11:35:31Z | 1 | 0 | 32 | 0 | 0 | 2 | null | MIT | TypeScript |
apaulineoliveira/dropdowns-menu | master | # Dropdown Menu
Menu Dropdown feito em Javascript (split button).
<h1>🧵 Objetivo</h1>
<p>O propósito deste projeto foi construir um menu dropdown feito em html, css, bootstrap (framework css) e javascript.<br>A ideia inicial era tornar este repositório um compilador de projetos de menus estilo dropdown para reforçar cada vez mais os conhecimentos em javascript e experienciar novas formas de fazer menus com essa estética. Ao longo do tempo serão feitas atualizações dos modelos mencionados acima. </p>
<h1>Sobre o código</h1>
<p>Dentro do arquivo html optei em criar códigos simples e intuitivos com o objetivo de facilitar a compreensão e assertividade do mesmo; Construi os itens do menu em formato de lista com <code>li</code> e dentro de cada item adicionei uma tag <code>button onclick</code> com a função <code>toggleDropdown()</code> a qual será responsável por abrir e fechar o menu, e determinar o que constará dentro dele. Além disso, utilizei o elemento <code>i</code> para setar os ícones dos elementos com bootstrap. </p>
<br>
<p>Na estilização do projeto (css) </p>
<br></br>
<h1>🧵 Purpose</h1>
<p>The goal of this project was to build a dropdown menu made in html, css, bootstrap (css framework) and javascript.<br>The initial idea was to make this repository a compiler of projects for dropdown menus to strengthen even more the knowledge in javascript and experience new ways of making menus with this aesthetic. Over time updates will be made to the models mentioned above. </p>
<h1>About the code</h1>
<p>Inside the html file I chose to create simple and intuitive codes with the aim of facilitating its understanding and assertiveness; I built the menu items in list format with <code>li</code> and inside each item I added a <code>button onclick</code> tag with the function <code>toggleDropdown()</code> which will be responsible for opening and closing the menu, and determining what will be inside it. In addition, I used the <code>i</code> element to define the icons of the bootstrapped elements. </p>
<br>
In project styling (css):
| Menu Dropdown feito em Javascript (Split button). | bootstrap,css,dropdown,dropdown-menus,html,javascript | 2023-01-12T00:35:58Z | 2023-01-15T16:38:08Z | null | 1 | 14 | 29 | 0 | 0 | 2 | null | null | HTML |
virenribadiya/Node-Express-MongoDB | main | # Node.Js
Node.Js allows us to use javaScript to interact diractly with the hardware of the computer. For example, We can use it to create desktop application.
while using HTML CSS JS the web server sends all the code to the browser and then it is compiled by the browser. but the MERN stack uses the server side rendering. Now one might think what the server side rendering means? right so let me tell you. in server side rendering, all the code is compiled in the web server then it is sent to the browser. that is why it is faster.
Node REPL (Read Evaluation Print Loops)
allow you to execute the code in byte size chunks. | CRUD operations & OpenWeather API implemented using Node, Express and MongoDB. | nodejs,expressjs,javascript,mongodb,mongoose | 2023-01-07T13:08:13Z | 2023-01-15T07:51:15Z | null | 1 | 2 | 11 | 0 | 1 | 2 | null | null | JavaScript |
1983shiv/tic-tac-toe-game-vuejs | main | <h1 align="center">👋 Hi, I’m Shiv Srivastava</h1>
<h3 align="center">A Full-Stack developer from India</h3>
<h3 align="center"><a href="https://twitter.com/const_shiv" ><img src="https://img.shields.io/twitter/follow/const_shiv.svg?style=social" /> </a></h3>
# Tic Tac To Game
### Tic tac to game developed using Vue.js, just to learn the gaming and programming logic behind this game.
### Play online
`https://tic-tac-toe-game-vuejs.vercel.app/`
### want to install and play and add features on it.
### just follow the following command and you are good to start
clone the repository to your computer
`git clone https://github.com/1983shiv/tic-tac-toe-game-vuejs`
go to tik-tac-to directory
`cd tic-tac-toe-game-vuejs`
install necessary dependancies
`npm install`
run the app
`npm start`
| tic-tac-toe game developed in vue.js just to understand how it work in vue.js | css,es6,es6-javascript,html,javascript,vue3,vuejs | 2023-01-14T09:16:32Z | 2023-01-14T10:17:06Z | null | 1 | 0 | 7 | 0 | 2 | 2 | null | null | Vue |
jenmwa/javascript-image-carousel | main | # Javascript Image Carousel
Labb i Javascript Grundkurs Medieinstitutet FED 2022.
Under en av våra två dagar på plats i Stockholm hösten 2022 hade vi hackaton i kursen Javascript Grundkurs!
en bildkarusell, där bilderna ligger i en array i vår javascript, och där du både kan klicka dig vidare till nästa bild, till föregående bild, men bildspelet visas också på autoplay.
## Tech Stack
* Vanilla JavaScript
* Scss
* HTML
* Prettier
* Eslint
## Länk till Live - version
https://jenmwa.github.io/javascript-image-carousel/
| quick hackaton at Medieinstitutet where we together coded a vanilla javascript image slideshow, and after we did our own css. All images by me | css,javascript | 2023-01-06T14:51:51Z | 2023-01-07T07:56:38Z | null | 1 | 1 | 7 | 0 | 0 | 2 | null | null | JavaScript |
shaharsh624/Drum-Kit | main | # Drum-Kit
A basic website that uses HTML, CSS and JavaScript to create drum sounds on a click.
# About Drum-Kit
A website where a user can use mouse or keyboard buttons to play different sounds of the drums. Each drum has a different sound and the user also gets an indication of which drum gets played.
# Tools Used
Used JavaScript event handlers, animations and audio files for the drum sound. Also used HTML5 and CSS3.
# Screenshots
![](images/initial-page.png)
![](images/button-pressed.png)
| A basic website that uses HTML, CSS and JavaScript to create drum sounds on a click | animation,css3,eventhandler,html5,javascript | 2023-01-07T03:17:57Z | 2023-02-01T02:41:14Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | JavaScript |
renanbotasse/javascript-projects | main | <h1>JAVASCRIPT PROJECTS (BEGINNERS)</h1>
<h3>I - PURPOSE</h3>
The main objective of this list of little projects was training Javascript and creating some material for my portfolio. These projects are good for the very beginning students and some intermediate. You will see that I focus a lot on the javascript but also personalize all the projects, changing the initial proposal for something more interesting.
<h3>II - BASE</h3>
I follow this list of projects for beginners from [FreeCodeCamp](https://www.freecodecamp.org/news/javascript-projects-for-beginners) . These projects were created by John Smilga and Ani Kubow.They also have videos explaining every detail, which you can check here: [John](https://www.youtube.com/watch?v=3PHXvlpOkf4&t=6506s&ab_channel=freeCodeCamp.org) and[Ani](https://www.youtube.com/watch?v=lhNdUVh3qCc&ab_channel=freeCodeCamp.org)
<h3>III - DESCRIPTION</h3>
The list of projects are:
<h4>
1 - Color Fippler
</h4>
<p>
You click on a button, this will change the colour of the background and show the name of the colour. You can choose rainbow colours or HEX.
Key Topics: arrays, document.getElementById(), document.querySelector(), addEventListener(), document.body.style.backgroundColor, Math.floor(), Math.random() and array.length.
</p>
<h4>
2 - Counter
</h4>
<p>
You can increase, decrease or reset a counter.
Key Topics: document.querySelectorAll(), forEach(), addEventListener(), currentTarget property, classList and textContent.
</p>
<h4>
3 - Carousel
</h4>
<p>
I changed the purpose from "personal reviews" to "games reviews", whit some of my favourites video games. I used the scoring list of IGN.This project is useful because you can use it in a lot of situations when you want the client to focus on one item at a time, but also can change the item.
Key Topics: objects, DOMContentLoaded, addEventListener(), array.length and textContent.
</p>
<h4>
4 - NavBar
</h4>
<p>
Like a carousel, this is basic and very useful. And you have to know to include it in other projects too. You can see the navbar on a lot of sites and it is very good for small-screen clients (smartphones)
Key Topics: document.querySelector(), addEventListener() and classList.toggle().
</p>
<h4>
5 - SideBar
</h4>
<p>
The same as NavBar but on the side of the page.
Key Topics: document.querySelector(), addEventListener(), classList.toggle() and classList.remove().
</p>
<h4>
6 - Modal
</h4>
<p>
Here I change a lot of the initial project. You have to create a page with a button, when you click, another "modal window" will show. I changed this to a "rocket lunch" page, when you click on the button, will show the modal window but with a rocket launch video in autoplay.
Key Topics: document.querySelector(), addEventListener(), classList.add() and classList.remove().
</p>
<h4>
7 - Question
</h4>
<p>
You need to create a FAQ page, when you click on the "tabs" they need to show the text that was hidden and close the other tabs for you.I maintain the logic but I changed the subject to "How to Survive" when you are on fire, have an accident or need to carry someone.
Key Topics: document.querySelectorAll(), addEventListener(), forEach(), classList.remove() and classList.toggle().
</p>
<h4>
8 - Menu
</h4>
<p>
This is supposed to be a "menu" with prices and descriptions, you can filter the meals whit some buttons like "breakfast", "lunch", "Shakes" and "All". I change to my tier list of best teams of history, using the buttons to filter "national teams" or "league teams". This was very funny, you need to hide objects when using the filters and need to deal whit objects, you can create more information if you want.With this project, I realized how much I like to play with objects.
Key Topics: arrays, objects, forEach(), DOMContentLoaded, map, reduce, and filter, innerHTMLand includes method.
</p>
<h4>
9 - Video
</h4>
<p>
You have to use a video as a background with some features.
Key Topics: document.querySelector(), addEventListener(), classList.contains(), classList.add(), classList.remove(), play() and pause().
</p>
<h4>
10 - Scroll
</h4>
<p>
This is another very nice project, I learned to mix a navbar with a scrolling page, another very popular website. I customized this site as a "SpaceX" website.
Key Topics: document.getElementById(), getFullYear(), getBoundingClientRect(), slice methodand window.scrollTo().
</p>
<h4>
11 - Tabs
</h4>
<p>
Very simple and clean website, It is a different way to "use" modal, hidden and showing the text.I use the Node.Js theme for this, everything is green.
Key Topics: classList.add(), classList.remove(), forEach() and addEventListener().
</p>
<h4>
12 - Countdown
</h4>
<p>
This website is different from the others because the purpose is to deal with functions that give you date and made mathematical operations.
Key Topics: getFullYear(), getMonth(), getDate(), Math.floor(), setInterval() and clearInterval().
</p>
<h4>
13 - Lorem Ipsum
</h4>
<p>
With this project, you deal again with objects, who to extract information from and changed the home page with this information.
Key Topics: parseInt(), Math.floor(), Math.random(), isNaN(), slice method and event.preventDefault().
</p>
<h4>
14 - Grocery
</h4>
<p>
This is a CRUD (Creat, Read, Update and Delete) project, very important. I change the subject from grocery list to "ADHD Tasks List" using a lot of contrast to help the client don't exclude or change something wrong. This was the first time we use local storage to maintain the list.Probably one of the most important projects.
Key Topics: DOMContentLoaded, new Date(), createAttribute(), setAttributeNode(). appendChild(), filter() and map().
</p>
<h4>
15 - Slider, 16 - RockPaperScissor, 17 - Simon Game, 18 - Memory Game, 19 - Wack-a-mole Game and 20 - Snake Game.
</h4>
<p>
These projects are very "closed" to make changes on Javascript and you have to follow every step, if you miss some detail the code will not work. You have to understand very well the previous projects to make these. I customized Rock Paper Scissor to "Fire Emblem Game", with the same logic but you use Axe, Lance and Sword. In Memory Game I use the theme "Pokemon", and "wack-a-mole" I changed the "running guy" to Snake from Metal Gear Solid. Some projects don't look so good because, as I said, my focus was on Javascript.
Key Topics: querySelectorAll(), addEventListener(), forEach(), if/else statements. Math.floor(), Math.random(), switch statements, setInterval(), clearInterval(), setTimeout(), play(), for loops, onclick event, arrow functions, sort(), pop(), unshift(), push(), indexOf(), includes(), splice(), and concat()
</p>
<h3>IV - CONCLUSION</h3>
<p>
After these little projects, I will create i bigger project, trying to use a lot of functions and tricks that I had learned here. This list is very good, but you have to know something about Javascript or already know where to consult when you have some doubts about how the code is working.
</p>
| The main objective of this list of little projects was training in Javascript and creating some material for my portfolio. These projects are good for the very beginning students and some intermediate.You will see I focus a lot on the javascript but also personalize all the projects, changing the initial proposal for something more interesting. | freecodecamp,javascript | 2023-01-10T11:00:10Z | 2023-02-18T14:35:45Z | null | 1 | 1 | 62 | 0 | 0 | 2 | null | MIT | CSS |
helloharendra/My_web_Project | main | # Web Project
Welcome to the documentation for the **Web Project**! This project is a simple web application built using HTML, CSS, and JavaScript. It aims to showcase the basic structure and interaction between these technologies. Whether you're a developer or just curious, this README will guide you through the project setup and usage.
## Table of Contents
- [Project Overview](#project-overview)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Project Overview
The **Web Project** is a simple implementation of a web application using HTML, CSS, and JavaScript. It consists of a single web page that demonstrates various interactive elements and styles. This project can serve as a starting point for learning web development technologies or as a reference for basic web design principles.
## Features
- Responsive layout with CSS Flexbox.
- Interactive buttons and form elements.
- Dynamic content manipulation using JavaScript.
## Getting Started
Follow these instructions to set up and run the project on your local machine.
### Prerequisites
Make sure you have the following software installed:
- A web browser (e.g., Chrome, Firefox, Safari)
- A text editor or integrated development environment (IDE)
### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/your-username/web-project.git
```
Alternatively, you can download the repository as a ZIP file and extract it to your preferred directory.
2. **Navigate to the project directory:**
```bash
cd web-project
```
3. **Open the project:**
Locate the `index.html` file in the project directory and open it with your preferred web browser.
## Usage
Once you've opened the project in your web browser, you can interact with the different elements on the page:
- Click on buttons to see their interactive effects.
- Fill out and submit the form to see form validation.
- Explore the dynamic content generated by JavaScript.
Feel free to modify the HTML, CSS, and JavaScript files to experiment with different changes and see how they affect the project.
## Contributing
Contributions to this project are welcome and encouraged! If you find any issues or have improvements to suggest, please follow these steps:
1. Fork the project repository.
2. Create a new branch for your changes.
3. Make your modifications and enhancements.
4. Test thoroughly to ensure everything works as expected.
5. Commit your changes and push them to your forked repository.
6. Create a pull request describing your changes.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
## Output
## Screenshots
| null | css,harendraprajapati,helloharendra,html,javascript,php,website | 2023-01-04T19:07:50Z | 2023-08-27T20:37:23Z | null | 1 | 0 | 31 | 0 | 0 | 2 | null | MIT | JavaScript |
pri65/codepen_clone | main |
# Codepen Clone
> It's a clone of codepen editor. This editor can handle html, css & js code and can be resized.
## Built With
- HTML,
- CSS,
- Javascript
## Live Demo [Live Demo
[Live Demo Link](https://codepen-editor.netlify.app/)
## Glimpse of Website
![Screenshot (42)](https://user-images.githubusercontent.com/101036458/212936781-0202e41e-8d85-40ea-8526-1716407a054a.png)
![Screenshot (43)](https://user-images.githubusercontent.com/101036458/212936854-e4fbfe45-c24d-4cf7-8e2e-85c0b87f041c.png)
## 🤝 Contributing
Contributions, issues and feature requests are welcome! Start by:
* Forking the project
* Cloning the project to your local machine
* `cd` into the project directory
* Run `git checkout -b your-branch-name`
* Make your contributions
* Push your branch up to your forked repository
* Open a Pull Request with a detailed description to the development branch of the original project for a review
## Authors
- [Priyanka Soni](https://github.com/pri65)
## Show your support
Give a ⭐ if you like this project!
| It's a clone of codepen editor. This editor can handle html, css & js code and can be resized. | html,css,javascript | 2023-01-14T06:41:33Z | 2023-01-17T15:30:00Z | null | 1 | 2 | 23 | 0 | 0 | 2 | null | null | CSS |
Clelia-M/codequiz | main | # ❓Javascript Code Quiz Application
This is a timed, multiple-choice coding quiz on Javascript fundamentals that can keep track of high scores and quiz-takers' initials.
This application uses Javascript for the logic and HTML and CSS for the layout and styling. The questions are store in a separate Javascript file, and the high scores are stored in the local storage of the browser.
The Javascript code uses functions and event listeners to handle user interactions and update the content on the screen. It also uses the local storage to store the high scores.
It has been created by modifying a given HTML and CSS starter code and it is the challenge for week 6 of the Front-End Development bootcamp.
## Table of Contents
- [Scope](#scope-of-project)
- [Workflow](#workflow)
- [Link to the Application](#link-to-deployed-application)
- [Final result](#final-results)
# Scope of the project
1. The user clicks the Start button on the home page, which triggers the timer to start and the first question to be displayed.
2. The user answers the question, and if the answer is correct, the next question is displayed. If the answer is incorrect, 10 seconds are subtracted from the clock.
3. The user continues answering questions until all 6 questions have been answered or the time reaches 0.
4. Once the game is over, the user is prompted to enter their initials (max 3 characters) and submit their score.
5. The user can also view their high scores by clicking on the "View Highscores" link on the top left corner of the home page. This will redirect them to a page where they can see a list of the highest scores sorted by score.
6. The user can also clear the high scores by clicking the "Clear Highscores" button on the high scores page.
# Workflow
- Declaration of global variables: timer, current quesiton and score.
- "startGame" function: called when the user clicks the start button. This function hides the start screen and displays the questions. It also starts the timer by calling the "setInterval" function, which decrements the timer by one second and updates the timer display on the screen (top-right corner). If the timer reaches 0, the 'endGame' function is called.
- "displayQuestion" function: called to display the current question and the possible answers. The function uses the 'innerHTML' property to update the question title and answer choices on the screen.
- "checkAnswer" function: called when the user clicks an answer button. It compares the user's answer with the correct answer and update the score accordingly. If the answer is correct, the next question is dislayed. If the answer is incorrect, time (10 seconds) is subtracted from the timer.
- "endGame" function: called when the user has answered all the questions or the time reaches 0. It displays the final score and prompts the user to enter their initials and submit their score. The score is then stored in the Local storage.
- "displayHighscores" function is called when the user clicks the "View Highscores" button (top-left corner). It retrieves the scores from the Local storage, sorts them by score, and displays them on the screen.
- "clearHighscores" function: called when the user clicks the "Clear Highscores" button. It clears the scores from the Local storage.
- Change of the styling via the CSS file to adjust the design based on screenshoots provided for the challenge.
## Link to deployed Application
[Javascript Code Quiz Application](https://clelia-m.github.io/codequiz/index.html)
## Final Results
![Start page](https://github.com/Clelia-M/codequiz/blob/55ae8566c694d36ba37c01c7ae59635e36a50be8/app%20final/1_Start%20page.png)
![Question page](https://github.com/Clelia-M/codequiz/blob/55ae8566c694d36ba37c01c7ae59635e36a50be8/app%20final/2_Question%20page.png)
![EndGame page](https://github.com/Clelia-M/codequiz/blob/55ae8566c694d36ba37c01c7ae59635e36a50be8/app%20final/3_EndGame%20page.png)
![HighScores page](https://github.com/Clelia-M/codequiz/blob/55ae8566c694d36ba37c01c7ae59635e36a50be8/app%20final/4_HighScores%20page.png)
| A timed, multiple-choice coding quiz that can keep track of high scores and quiz-takers' initials. | css,html,javascript | 2023-01-13T18:22:39Z | 2023-01-17T18:15:47Z | null | 1 | 0 | 58 | 0 | 0 | 2 | null | null | JavaScript |
plain-JavaScript/awesome-list | main | # [![]( https://plain-JavaScript.github.io/assets/svg/octicon.svg)]( https://github.com/plain-JavaScript/awesome-list ) [Plain JavaScript]( https://plain-JavaScript.github.io/ ) / [Awesome List]( https://plain-JavaScript.github.io/awesome-list )
_A repository of JavaScript resources with more than enough links maintained by @theo-armour_
## Table of Contents for this Read Me
* [Introduction]( #introduction )
* [Target Audience]( #target-audience ) ~ Are you a person who will find this effort useful
* [Reference]( #reference ) ~ You can learn about the history and the future of JavaScript here.
* [Background]( #background ) ~ Read what people write and talk about plain and simple JavaScript
* [Resources]( #resources ) ~ You can learn about learning, analyzing and writing JavaScript here.
* [Sources]( #sources ) ~ "Stand upon the shoulders of giants" ~ links to the heroes of JavaScript
* [Miscellany]( #miscellany ) ~ whatever does not have a logical place to go to ~ yet
## Preface ~ 2023-01-16
See first standalone page: [Resources ~ "Coding Playgrounds"]( #resources-coding-playgrounds.md)
Slowly but surely, the different sections will be separated into standalone pages
## Introduction
"[Awesome List]( https://en.wiktionary.org/wiki/everything_but_the_kitchen_sink)" is an English idiom implying "almost everything, whether needed or not."
This repository provides lists of links to resources for developers of applications based on the JavaScript programming language. The particular emphasis here is on plain ["vanilla"]( https://en.wikipedia.org/wiki/Vanilla_software ) scripts that are simple, free and easy on the brain.
***
JavaScript is perhaps the [most widely used programming language]( https://octoverse.github.com/2022/top-programming-languages ). Almost any computing task - no matter how complicated - has been <s>hacked</s> [accomplished with JavaScript]( https://en.wikipedia.org/wiki/Jeff_Atwood#:~:text=In%202007%2C%20Jeff%20Atwood%20made,eventually%20be%20written%20in%20JavaScript.%E2%80%9D ). Some of the smartest people in the world investigate the most difficult issues using JavaScript.
But where does that leave us simple folk?
The good news:
The fastest, easiest and simplest way to get stuff on the Internet is: JavaScript
If you can type the following into a text file and drag that file into a browser, you may call yourself a programmer
``` JavaScript
<script>
document.write("Hello, World!")
</script>
```
This repository is dedicated to helping us [KISS]( https://en.wikipedia.org/wiki/KISS_principle ) people play with JavaScript in simple, fun useful ways.
We want to show you that JavaScript covers a huge range of possibilities while at the same time demonstrating that much can be accomplished with tiny amounts of code.
### 2022-12-22
A new file: [journal.md]( https://plain-JavaScript.github.io/index.html#journal.md ) is added.
We are still dozens of links short of being ready to share with the world, but if you happen to stop by, please say hello by adding by opening an issue
## Target Audience
### Beginners
Are you a youngster and want to play with computers? A program that runs a JavaScript script is available on virtually computers, tablets and phones. Ditto the software to write programs - a text editor. So you can start today!
### STEAM skills but little programming experience
Are you an archeologist, violin maker, nurse-practitioner or just some one highly involved with technical things? As you already know software can provide benefit to almost any field of endeavor.
If you have never programmed, then JavaScript is fast easy way to start
If you have programmed, but aee looking to share your knowledge on the web, or create interactive apps to share or need the attributes of a game-like environment then JavaScript can be at your service.
### Programmers who write programs in languages that are not JavaScript
Are you a whizz at Python, and hold you nose when you have to lower yourself into JavaScript gobbledygook? Well, a lot of that stuff is all the tricks needed to be called a "full-stack developer". Well, if you don't need to call yourself a full-stack developer and just want to get some necessary things done in JavaScript, then there is a fully-documented, well-supported alternative: plain, ordinary JavaScript.
<br>
Well, you have come to the right place ( or will do when this list progresses a bit more)
***
## Reference
A reference is a link to a source of information. The links herein can help you understand the "who, what, when, where and why of JavaScript".
### Reference ~ Wikipedia & Wikimedia Foundation ~ projects relating to JavaScript
See [Reference ~ Wikipedia & Wikimedia Foundation]( https://plain-JavaScript.github.io/awesome-list/#reference/reference-wikipedia-wikimedia.md )
Learn the vocabulary, history and backstory of JavaScript
### Reference ~ Technical Standards and Specifications
[Reference ~ Technical Standards and Specifications]( https://plain-JavaScript.github.io/awesome-list/#reference/reference-technical-standards)
Software is not magic. Software is the consensus and collaboration of many in order to create the rules that anable a computer to operate.
## Publications
There is a topic and then there is talk about a topic. For example, every Wikipedia article links to a "talk" page with discussion about the article.
This section contains links to a variety of published material that defines guidelines, discusses the current state, provides warning and worries and the like.
## Resources
***
<center title="Hello! Click me to go up to the top" ><a class=aDingbat href=javascript:window.scrollTo(0,0);> ❦ </a></center>
| A repository with more than enough JavaScript - links maintained by @theo-armour | javascript,javascript-vanilla | 2023-01-02T20:34:29Z | 2023-02-02T20:39:30Z | null | 1 | 0 | 46 | 0 | 0 | 2 | null | MIT | HTML |
Koalhack/necli | main | # necli
<p align="center">
A little NodeJS cli script inspired by Dennis Nedry in Jurrassic Park 🦖 </br></br>
<a target="_blank" href="https://www.youtube.com/watch?v=RfiQYRn7fBg"><img align="center" src="https://img.youtube.com/vi/RfiQYRn7fBg/0.jpg" alt="@PhilWylieUK"/></a>
</p>
## What is the origin of `necli` name ❓
```
Nedry + cli = necli🎉
```
## Tutorial 🤓
![demo](./assets/demo.gif)
To execute this little script you have just to run `necli` command
```bash
necli
```
But you can also display use option
```bash
necli --help
necli --version
```
## Installation ⬇️
To install this little script you have to clone this repository
```bash
git clone https://github.com/Koalhack/necli
```
Go to necli folder
```bash
cd necli
```
Install the dependencies
```bash
yarn install
or
npm install
```
And install it as a global package
```bash
yarn install -g or npm install -g
```
## Dependencies 📦
- [Inquirer.js](https://www.npmjs.com/package/inquirer)
- [Commander.js](https://www.npmjs.com/package/commander)
- [Express](https://www.npmjs.com/package/express)
- [Open](https://www.npmjs.com/package/open)
## License 📓
[MIT](https://github.com/Koalhack/necli/raw/main/LICENSE)
| null | dennis-nedry,html,html5,javascript,jurassic-park,nodejs | 2023-01-14T20:17:57Z | 2023-01-14T20:16:48Z | null | 1 | 0 | 11 | 0 | 0 | 2 | null | MIT | JavaScript |
Michaelsplendid/Intersection-Obsesrver | main | # Intersection-Obsesrver
Intersection observer built using HTML, CSS and JavaScript
📎Link: https://intersections-observer.netlify.com
| Intersection observer built using HTML, CSS and JavaScript | css,html,javascript | 2023-01-03T02:13:31Z | 2023-01-03T11:27:33Z | null | 1 | 0 | 2 | 0 | 0 | 2 | null | null | HTML |
agrawalrajat310/agrawalrajat310 | main | ### Hi there 👋
<!--
**agrawalrajat310/agrawalrajat310** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
Here are some ideas to get you started:
- 🔭 I’m currently working on ...
- 🌱 I’m currently learning ...
- 👯 I’m looking to collaborate on ...
- 🤔 I’m looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ...
-->
<img src="https://camo.githubusercontent.com/5dc6ee33381917e41fc9c4951799268998f11a9b864399bf79a0842e4f9b194d/68747470733a2f2f692e696d6775722e636f6d2f315a76566b44632e676966" alt="top" />
<h1 align="center">I'm Rajat Agrawal</h1>
<!-- <h3 align="center">A passionate Full Stack Web Developer from Bharatpur, Rajasthan.</h3> -->
<div align="center">
<img src="https://readme-typing-svg.herokuapp.com/?lines=Welcome+To+Profile;Full+Stack+Web+Developer;Quick+learner;1500%2B+Hours+of+Coding+Experience;Self+Motivated;Problem+Solver;&color=teal¢er=true" />
</div>
<img width="100%" height="3px" src="https://www.animatedimages.org/data/media/562/animated-line-image-0387.gif">
<!--For Profile Views -->
<p align="left"> <img src="https://komarev.com/ghpvc/?username=agrawalrajat310&label=Profile%20views&color=0e75b6&style=flat" alt="agrawalrajat310" /> </p>
<p align="left"> <a href="https://twitter.com/RAJATAGRAWAL310" target="blank"><img src="https://img.shields.io/twitter/follow/RAJATAGRAWAL310?logo=twitter&style=for-the-badge" alt="agrawalrajat310" /></a> </p>
<img align="right" alt="coding" width="400" height="250" src="https://camo.githubusercontent.com/4c8d92806e3c2322a2c390ffa0019c1d6f78a4d82108aa6946863ae362a763c8/68747470733a2f2f69322e77702e636f6d2f616c6c68746163636573732e696e666f2f77702d636f6e74656e742f75706c6f6164732f323031382f30332f70726f6772616d6d696e672e6769663f6669743d313238312532433731362673736c3d31" />
- 🌱 I’m currently learning **MERN**
- 👨💻 All of my projects are available at my [Portfolio](https://agrawalrajat310.github.io/)
- 💬 Ask me about **HTML, CSS, JavaScript, ReactJS, Redux, NodeJs, Express Js, MongoDB and Data Structure And Algorithms**
- 📫 How to reach me - do email me on **agrawalrajat310@gmail.com**
- 👉 My LinkedIn Profile - [Rajat Agrawal](https://www.linkedin.com/in/rajatagrawal310/)
- ⚡ Fun fact **I think, I can write good & clean quality code.**
### Summary :
A passionate Full Stack Web Developer, who loves to create slick and attractive websites. Proficient in Web Development, HTML, CSS, JavaScript, React Js + Redux, Next Js, Mongo DB, Express JS, Node Js, Data Structure And Algorithms. Approachable team leader, always keen to take the goal-oriented path to complete the tasks at hand. Looking further to enhance my skills as a Full-Stack Web Developer.
<h3 align="left">Languages:</h3>
<!--
<p align="left"> <a href="https://babeljs.io/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/babeljs/babeljs-icon.svg" alt="babel" width="40" height="40"/> </a> <a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"/> </a> <a href="https://expressjs.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/express/express-original-wordmark.svg" alt="express" width="40" height="40"/> </a> <a href="https://git-scm.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" alt="git" width="40" height="40"/> </a> <a href="https://heroku.com" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/heroku/heroku-icon.svg" alt="heroku" width="40" height="40"/> </a> <a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/> </a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/> </a> <a href="https://www.mongodb.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg" alt="mongodb" width="40" height="40"/> </a> <a href="https://nodejs.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40"/> </a> <a href="https://reactjs.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a> <a href="https://redux.js.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/redux/redux-original.svg" alt="redux" width="40" height="40"/> </a> <a href="https://www.typescriptlang.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg" alt="typescript" width="40" height="40"/> </a> </p>
-->
<div align="center">
<img src="https://media.licdn.com/dms/image/C5122AQF9_IGT1XQnWg/feedshare-shrink_1280/0/1561388213088?e=2147483647&v=beta&t=nNjNJ9_CAZb9qsrZKhhT0YhtM9Tma4XHmzosVs8UKQo" width="100" height="100px" alt="HTML">
<img src="https://portfolio-himanshu.in/assets/imgs/css3.gif" width="100" height="100px" alt="CSS">
<img src="https://media3.giphy.com/media/ln7z2eWriiQAllfVcn/200w.webp" width="100" alt="JS">
<img src="https://farm5.staticflickr.com/4529/38018565835_1bf7e196f5.jpg" alt="Typescript" width="100" height="100px">
<img src="https://i.giphy.com/media/eNAsjO55tPbgaor7ma/200w.webp" width="100" alt="React">
<img src="https://i0.wp.com/programmingwithmosh.com/wp-content/uploads/2020/02/reduxlogo.png?ssl=1" alt="Redux" style="transform:rotate(360deg), transition: all .25s ease" width="100" height="90px">
<img src="https://sledsworth.gallerycdn.vsassets.io/extensions/sledsworth/react-redux-es6-snippets/0.5.3/1530106605209/Microsoft.VisualStudio.Services.Icons.Default" alt="React Redux " width="100" height="100px">
<img src="https://codetru.com/images/all/nodejsdis.gif" width="100" alt="NodeJS">
<img src="https://vectorified.com/images/express-js-icon-20.png" alt="Express JS" width="100" height="100px">
<img src="https://miro.medium.com/max/1200/0*GTTsEc-bsWoqcOoM.gif" width="120" height="120px" alt="MongoDB">
<img src="https://cdn.iconscout.com/icon/free/png-256/npm-3550843-2970428.png" width="100" alt="NPM">
<img src="https://opencollective-production.s3.us-west-1.amazonaws.com/d9875b30-d156-11e9-9bd6-9b3137b96616.png" width="100">
<img src="https://cdn.dribbble.com/users/187497/screenshots/6764704/gifma.gif" alt="Figma" width="110" height="110px">
<h3 align="left">Tools:</h3>
<img src="https://media4.giphy.com/media/du3J3cXyzhj75IOgvA/200.webp?cid=ecf05e47243naql4ppv14fb6z23ni6c6o75mhx1w55umom65&rid=200.webp&ct=g" width="100" alt="GitHub">
<img src="https://i.giphy.com/media/IdyAQJVN2kVPNUrojM/200.webp" width="100" alt="VSCode">
<img src="https://cdn.dribbble.com/users/7040/screenshots/8214019/media/9d162bf2d3303da6f3e777bbae322b33.gif" alt="agrawalrajat310" width="100" height="100px" alt="CodeSandBox">
<img src="https://img.icons8.com/external-tal-revivo-filled-tal-revivo/344/external-netlify-a-cloud-computing-company-that-offers-hosting-and-serverless-backend-services-for-static-websites-logo-filled-tal-revivo.png" alt="Netlify" width="100" height="100px">
<img src="https://sdtimes.com/wp-content/uploads/2020/04/1_oBm_3saYz4AI_MS6OekdFQ.png" alt="Vercel" width="100" height="100px">
<img src="https://i0.wp.com/www.cyclic-bikestore.com/wp-content/uploads/2016/11/Cyclic-Logo.png?ssl=1" alt="Cyclic" width="100" height="100px">
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1574980164835/kCDLuOzFb.gif?auto=format,compress&gif-q=60&format=webm" width="100" height="90px" alt="GIT">
<img src="https://cdn.dribbble.com/users/989984/screenshots/5880822/comp_10.gif?auto=format,compress&gif-q=60&format=webm" align="right" width="100" height="100px" alt="Slack">
</div>
<h3 align="left">Support:</h3>
<p><a href="https://www.buymeacoffee.com/agrawalrajat310"> <img align="left" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="agrawalrajat310" /></a></p><br><br>
<br>
<h2>Connect with me <img src='https://raw.githubusercontent.com/ShahriarShafin/ShahriarShafin/main/Assets/handshake.gif' width="100px" /></h2>
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://www.linkedin.com/in/rajatagrawal310/)
[![Twitter](https://img.shields.io/twitter/url?label=Twitter&logo=Twitter&style=social&url=https%3A%2F%2Ftwitter.com%2FRAJATAGRAWAL310)](https://twitter.com/RAJATAGRAWAL310)
<!-- ## 👨💻 Checkout my some projects at :
[![CodeSandBox]()]()
[![Codepen]()]() -->
<!-- <h3 align="left">Connect with me:</h3>
<p text-align="center"> -->
<!-- <a href="https://www.linkedin.com/in/rajatagrawal310/" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="RAJATAGRAWAL310" height="30" width="40" /></a>
<a href="https://twitter.com/RAJATAGRAWAL310" target="blank"><img align="center" src="https://icons8.com/icon/13930/linkedin" alt="RAJATAGRAWAL310" height="30" width="40" /></a> -->
<!-- ## 👨💻 Checkout my some projects at :
<a href="https://codesandbox.io/u/agrawalrajat310" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/codesandbox.svg" alt="RAJATAGRAWAL310" height="30" width="40" /></a>
<a href="https://codepen.io/agrawalrajat310" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/codepen.svg" alt="RAJATAGRAWAL310" height="30" width="40" /></a>
</p> -->
## ✍️ Random Dev Quote
![](https://quotes-github-readme.vercel.app/api?type=horizontal&theme=radical)
## 🏆 GitHub Trophies:
<p align="left"> <a href="https://github.com/ryo-ma/github-profile-trophy"><img src="https://github-profile-trophy.vercel.app/?username=agrawalrajat310" alt="agrawalrajat310" /></a> </p>
<!--
![](https://github-profile-trophy.vercel.app/?username=agrawalrajat310&theme=radical&no-frame=false&no-bg=false&margin-w=4)
-->
## 📊 GitHub Stats:
<p><img align="left" width="50%" src="https://github-readme-stats.vercel.app/api/top-langs?username=agrawalrajat310&show_icons=true&locale=en&layout=compact" alt="agrawalrajat310" /></p>
<br>
<p><img align="left" width="50%" src="https://github-readme-stats.vercel.app/api?username=agrawalrajat310&show_icons=true&locale=en" alt="agrawalrajat310" /></p>
<br>
<p><img align="center" src="https://github-readme-streak-stats.herokuapp.com/?user=agrawalrajat310&" alt="agrawalrajat310" /></p>
## ⚡Activity Graph:
![Github activity graph](https://github-readme-activity-graph.cyclic.app/graph?username=agrawalrajat310&theme=rogue)
<!-- (https://github.com/agrawalrajat310/github-readme-activity-graph) -->
<img width="100%" src="https://www.animatedimages.org/data/media/562/animated-line-image-0124.gif">
| This is my README file in which I have attached all my Tech related information and You can connect to me from my social media accounts. Thank You!. | cypress,expressjs,git,github,github-config,html-css-javascript,javascript,mongodb,nextjs,nodejs | 2023-01-03T20:47:55Z | 2023-02-28T11:55:12Z | null | 1 | 0 | 106 | 0 | 1 | 2 | null | null | null |
czlucius/hacknroll-2023 | vanilla | null | Hack&Roll Project for 2023 - Eye Care extension | blue-light-filter,breaks,extension,eyecare,webextensions,browser,browser-extension,css,firefox,html | 2023-01-14T04:30:35Z | 2023-01-15T03:56:59Z | null | 4 | 0 | 66 | 0 | 0 | 2 | null | null | JavaScript |
Tolux001/Celebrityworld | main | ## Landing page of a website built using mainly HTML5 and CSS
# [Celebrity world live site](https://celebritiesworld.netlify.app/)
| A Landing page for a shopping web application | css3,html,html5,javascript,jquery,css | 2023-01-03T11:29:37Z | 2023-03-21T10:20:14Z | null | 1 | 0 | 10 | 0 | 0 | 2 | null | null | HTML |
can-dy-jack/linkedlist | master | # @kartjim/linkedlist
LinkedList and DoubleLinkedList implementation in JavaScript
> 学习项目,参考自:[datastructures-js/linked-list](https://github.com/datastructures-js/linked-list)
<!-- 代码注释 @params @returns -->
<!-- .d.ts 文件 -->
## install
```sh
npm i @kartjim/linkedlist
```
## require
```js
const {
LinkedList,
DoubleLinkedList,
LinkedListNode,
DoubleLinkedListNode,
} = require('@kartjim/linkedlist');
```
## import
```js
import {
LinkedList,
DoubleLinkedList,
LinkedListNode,
DoubleLinkedListNode,
} from '@kartjim/linkedlist';
```
## LinkedList API
### use
constructor
```js
const root = new LinkedList();
```
### insertHead
inserts a node at the beginning of the list.
time complexity: $O(1)$
```js
root.insertHead(12)
console.log(root.insertHead(11).getCount()) // 11
console.log(root.getCount()) // 2
console.log(root.toArray()) // [11, 12]
```
### insertTail
add a node at the end of the LinkedList.
time complexity: min $O(1)$ , max $O(n)$
```js
let saveNode = root.insertTail(21);
root.insertTail(22, saveNode);
console.log(root.getCount()) // 4
console.log(root.toArray()) // [11, 12, 21, 22]
```
### insertAt
add a node at a specify location.
time complexity: $O(n)$
```js
root.insertAt(2, 31)
console.log(root.getCount()) // 5
console.log(root.toArray()) // [11, 12, 31, 21, 22]
```
### getHead
get the head node.
```js
console.log(root.getHead().getValue()) // 11
```
### getCount
get the nodes count.
```js
console.log(root.getCount()) // 5
```
### isEmpty
check if the likedlist is empty.
```js
console.log(root.isEmpty()) // false
```
### toArray
convert linkedlist into Array.
time complexity: $O(n)$
```js
console.log(root.toArray()) // [11, 12, 31, 21, 22]
```
### reverse
reverse the linkedlist.
```js
root.reverse();
// [12, 13, 42, 43]
// =>
// [43, 42, 13, 12]
```
### removeHead
remove a node at the beginnig of the LinkedList.
time complexity: $O(1)$
```js
root.removeHead()
console.log(root.getHead().getValue()) // 12
```
### removeTail
remove a node at the end of the LinkedList.
time complexity: $O(n)$
```js
root.removeTail()
console.log(root.getCount()) // 3
console.log(root.toArray()) // [12, 31, 21]
```
### removeAt
remove a node at a specify location.
> First (head) node is at position 0.
time complexity: $O(n)$
```js
root.removeAt(1)
console.log(root.getCount()) // 2
console.log(root.toArray()) // [12, 21]
```
### removeEach
remove nodes based on a callback.
```js
root.insertTail(41); root.insertTail(42);
console.log(root.toArray()) // [12, 21, 41, 42]
root.removeEach(
(n) => n.getValue() < 41 && n.getValue() > 12
)
console.log(root.toArray()) // [12, 41, 42]
```
### forEach
Traverses the list from beginning to end. The original `root` will not be changed.
```js
const arr = [];
root.forEach((node) => {
const val = node.getValue();
if (val > 40) arr.push(val);
});
console.log(arr) // [41, 42]
```
### find
find the first node in the linkedlist based on a callback, get null if nothing is found. It also accepts a second param as the starting node to start searching from.
```js
const num1 = root.find((n) => n.getValue() === 41);
const num2 = root.find((n) => n.getValue() === 21);
console.log(num1.getValue()) // 41
console.log(num2) // null
```
### filter
filter the linkedlist based on a callback, return a new LinkedList.
```js
console.log(root.filter((n) => n.getValue() > 40).toArray()) // [41, 42]
```
### map
map the linkedlist\' value based on a callback, return a new LinkedList.
```js
root.toArray() // [12, 41, 42]);
const newRoot = root.map((n) => n % 2);
newRoot.toArray() // [0, 1, 0]
root === newRoot // false
```
### reduce
reduce the linkedlist based on a callback, return value.
```js
const newRoot = root.reduce((pre, cur) => cur + pre, 0);
// [12, 41, 42] => 95
```
### insertBefore
Add a node before the head node.
time complexity: $O(n)$
```js
const Twelve = root.find((n) => n.getValue() === 12);
root.insertBefore(Twelve, 1)
console.log(root.toArray()) // [1, 12, 41, 42]
```
### insertAfter
Add a node after the giving node.
time complexity: $O(1)$
```js
const Thirteen = root.find((n) => n.getValue() === 13);
root.insertAfter(Thirteen, 14)
// [1, 12, 13, 41, 42]
// =>
// [1, 12, 13, 14 41, 42]
```
### removeBefore
remove nodes before the giving node.
time complexity: $O(n)$
```js
const FortyOne = root.find((n) => n.getValue() === 41);
root.removeBefore(FortyOne)
// [12, 13, 14, 41, 42, 43]
// =>
// [12, 13, 41, 42, 43]
```
### removeAfter
remove nodes after the giving node.
time complexity: $O(1)$
```js
const Thirteen = root.find((n) => n.getValue() === 13);
root.removeAfter(Thirteen)
// [12, 13, 41, 42, 43]
// =>
// [12, 13, 42, 43]
```
### clear
clear the linkedlist.
```js
root.clear();
console.log(root.getCount()) // 0
console.log(root.getHead()) // null
```
### LinkedList.fromArray
create a LinkedList from an Array.
```js
const root2 = LinkedList.fromArray([1, 2, 3, 4, 5]);
```
## LinkedListNode
### setValue
set the value of the node.
### getValue
get the value of the node.
### setNext
set the next node.
### getNext
get the next node.
### hasNext
checks if node has a next node.
## DoubleLinkedList API
### use
constructor
```js
const root = new DoubleLinkedList();
```
### insertHead
inserts a node at the beginning of the DoubleLinkedList.
time complexity: $O(1)$
```js
root.insertHead(2)
console.log(root.insertHead(1).getCount()) // 1
console.log(root.getCount()) // 2
console.log(root.toArray()) // [1, 2]
```
### insertTail
add a node at the end of the DoubleLinkedList.
time complexity: $O(1)$
```js
root.insertTail(3)
console.log(root.getCount()) // 3
console.log(root.toArray()) // [1, 2, 3]
```
### insertAt
add a node at a specific position.
time complexity: $O(n)$
```js
root.insertAt(0, 0)
root.insertAt(4, 4)
root.insertAt(2, 21)
console.log(root.getCount()) // 6
console.log(root.toArray()) // [0, 1, 21, 2, 3, 4]
```
### getCount
get the count of the DoubleLinkedList.
```js
console.log(root.getCount()) // 6
```
### toArray
convert the doubleLinkedList into an array.
```js
console.log(root.toArray()) // [0, 1, 21, 2, 3, 4]
```
### isEmpty
check if the DoubleLinkedList is empty.
```js
console.log(root.isEmpty()) // false
```
### getHead
get the head of doubleLinkedList.
```js
console.log(root.getHead().getValue()) // 0
```
### getTail
get the tail of doubleLinkedList.
```js
console.log(root.getTail().getValue()) // 4
```
### forEach
Traverses the list from beginning to end.
```js
const arr = [];
root.forEach((node) => {
const val = node.getValue();
if (val > 9) arr.push(val);
});
console.log(arr) // [21]
```
### removeHead
remove the head of the DoubleLinkedList.
time complexity: $O(1)$
```js
console.log(root.removeHead().getValue()) // 0
console.log(root.toArray()) // [1, 21, 2, 3, 4]
```
### removeTail
remove the tail of the DoubleLinkedList.
time complexity: $O(1)$
```js
console.log(root.removeTail().getValue()) // 4
console.log(root.toArray()) // [1, 21, 2, 3]
```
### removeAt
remove a node at a specific position.
time complexity: $O(n)$
```js
console.log(root.removeAt(2).getValue()) // 2
console.log(root.toArray()) // [1, 21, 3]
```
### find
find the first node in the DoubleLinkedList based on a callback, get null if nothing is found. It also accepts a second param as the starting node to start searching from.
```js
const num2 = root.find((n) => n.getValue() === 21);
console.log(num2.getValue()) // 21
```
### filter
filter the linkedlist based on a callback, return a new LinkedList.
```js
console.log(root.filter((n) => n.getValue() > 20).toArray()) // [21]
```
### clear
clear the linkedlist.
```js
root.clear();
console.log(root.getCount()) // 0
console.log(root.isEmpty()) // true
```
### DoubleLinkedList.fromArray()
create a LinkedList from an Array.
```js
console.log(DoubleLinkedList.fromArray(['a', 'b', 'c', 'd']).toArray())
// ['a', 'b', 'c', 'd']
```
## DoubleLinkedListNode
### setValue
set the value of the node.
### getValue
get the value of the node.
### setPrev
set the previous node.
### getPrev
get the previous node.
### hasPrev
check if node has a previous node.
### setNext
set the next node.
### getNext
get the next node.
### hasNext
check if node has a next node.
## License
[MIT](./LICENSE)
| LinkedList and DoubleLinkedList implementation in JavaScript | javascript,linked-list,algorithm,data-structures,double-linked-list | 2023-01-08T07:03:22Z | 2023-01-11T04:28:48Z | 2023-01-11T04:28:48Z | 1 | 0 | 11 | 0 | 0 | 2 | null | MIT | JavaScript |
Alamito/CalcEDO-NodeJS | main | # 🧮 Calculadora de Equações Diferenciais 🧮
[![NPM](https://img.shields.io/github/license/Alamito/CalcEDO-NodeJS)](https://github.com/Alamito/CalcEDO-NodeJS/blob/main/LICENSE)
# 📜 Sobre o projeto 📜
<p align="justify">
Projeto dedicado a construir uma "calculadora" que resolve equações diferenciais, conteúdo no qual, atualmente, estudo na faculdade de Engenharia da Computação (UFRGS).
Para a resolução do projeto foram desenvolvidos três sistemas: o Front, Back-End e o Servidor local (API).
</p>
### Front-End
<p align="justify">
Responsável por conter e apresentar ao usuário os elementos visuais do projeto, como a entrada de dados e o resultado da equação. Além disso, também é responsável por enviar a equação digitada pelo usuário para a API e, em seguida, esperar por uma <em>flag</em> sinalizando que já foram feitos os processos necessários para consumir a imgem de resultado da equação.
</p>
### Servidor local (API)
<p align="justify">
Responsável por fazer a troca de informções entre o Front e o Back-End. A API possui três campos: ID, equação e status. O <b>ID</b> contém a informção de onde serão feitas as requisições tipo <em>GET</em> e <em>PUT</em> onde, nesse caso, é o ID 1; <b>equação</b> contém o <em>input</em> do usuário; <b>status</b> contém a informação das movimentações do back-end.
</p>
### Back-End
<p align="justify">
Responsável por capturar o <em>input</em> de equação de usuário na API, após inicializar o <em>bot</em>, viajar até o site de resolução de EDO (https://mathdf.com/dif/pt/), inserir a equação no <em>input</em> da página, esperar ser gerada a resolucão da EDO, tirar uma screenshot da resolução e salvar localmente no usuário, depois informa para a API que tais passos já foram feitos. Além disso, a partir da primeira screenshot gerada, elas passam a serem excluídas assim que outras novas são geradas.
</p>
# 🎥 Apresentação do projeto 🎥
A seguir está representado visualmente o projeto, onde foram inseridas duas equações para o programa resolver:
https://user-images.githubusercontent.com/102616676/211840992-ccc035cf-2c3f-4312-b585-ee86d10cd474.mp4
# 🧬 Tecnologias utilizadas 🧬
- HTML5;
- CSS3;
- JavaScript
- Node.js
- Módulos Node: Axios, Puppeteer, Express, UUID e FS.
# ⏯ Como executar o projeto ⏯
### Requisitos
- NodeJS e NPM;
- Nodemon instalado de forma Global (pode ser usado instalado de maneira local, mas irá mudar a maneira de execução do projeto).
### Prompt de Comando 1
```bash
# clonar repositório
git clone https://github.com/Alamito/CalcEDO-NodeJS.git
# entrar no diretório do programa
cd "CalcEDO-NodeJS"
# inicializar o servidor
npm start
```
### Prompt de Comando 2
```bash
# inicializar o Back-End
npm test
```
### Prompt de Comando 3
```bash
# inicializar o Front-End
cd "front"
index.html
```
# ✍️ Autor ✍️
Alamir Bobroski Filho
- www.linkedin.com/in/alamirdev
<p align = "center"><em>"O poder não vem do conhecimento mantido, mas do conhecimento compartilhado"</em></p> <p align = "center">Bill Gates</p>
| Repositório dedicado a implementação de uma "calculadora" de equações diferenciais utilizando o Puppeteer. | edo,javascript,nodejs,puppeteer | 2023-01-05T17:08:29Z | 2023-01-23T22:06:17Z | null | 1 | 0 | 15 | 0 | 0 | 2 | null | MIT | JavaScript |
AbdimulhinYussuf3675/ES6_Awsome_Books | main | ![](https://img.shields.io/badge/Microverse-blueviolet)
# Awesome Books
> In this project, i set up a "Awsome-Books" repository .The goal here is to master JavaScript objects and arrays. Also ES6
## Built With
- HTML
- CSS
- Linters
- JavaScript
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
A Web Browser (preferably Google Chrome
### Setup
clone the GitHub Repository [Awesome-Books](https://github.com/AbdimulhinYussuf3675/Awesome-books)
### Usage
Open index.html in Chrome.
👤 **Abdimulhin Adan**
- GitHub: [@githubhandle](https://github.com/AbdimulhinYussuf3675)
- Twitter: [@twitterhandle](https://twitter.com/abdimulhin)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abdimulhin-yussuf-7b110720b)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AbdimulhinYussuf3675/Awesome-books/issues)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedback.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
## 📝 License
This project is [MIT](./LICENSE) licensed.
| "Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list. By building this application, i learnt how to manage data using JavaScript. Thanks to that my website is interactive. | css,es6-javascript,gh-pages,github-actions,html,javascript | 2023-01-16T08:51:34Z | 2023-01-17T12:12:48Z | null | 1 | 1 | 15 | 1 | 0 | 2 | null | null | JavaScript |
alexander-hagen/node-api-kucoin | main | # node-api-kucoin
**WARNING: This package is still early beta! Expect breaking changes until this sees a major release.**
Non-official implementation of KuCoin's API's. Developed for personal use.
For support on using the API's or development issues, please refer to the official API documentation. For questions regarding this package, please consult the code first.
## __PUBLIC API__
```javascript
const kucoin=require('node-api-kucoin');
const publicAPI=new kucoin.publicApi();
```
### Market Data
#### Symbols & Ticker
| API | DESCRIPTION |
| :---- | :---- |
| getSymbols | https://docs.kucoin.com/#get-symbols-list |
| getTicker | https://docs.kucoin.com/#get-ticker |
| getAllTickers | https://docs.kucoin.com/#get-all-tickers |
| getMarketStats | https://docs.kucoin.com/#get-24hr-stats |
| getMarkets | https://docs.kucoin.com/#get-market-list |
#### Order Book
| API | DESCRIPTION |
| :---- | :---- |
| getPartOrderbook | https://docs.kucoin.com/#get-part-order-book-aggregated |
#### Histories
| API | DESCRIPTION |
| :---- | :---- |
| getTradeHistories | https://docs.kucoin.com/#get-trade-histories |
| getKlines | https://docs.kucoin.com/#get-klines |
#### Currencies
| API | DESCRIPTION |
| :---- | :---- |
| getCurrencies | https://docs.kucoin.com/#get-currencies |
| getCurrencyDetail | https://docs.kucoin.com/#get-currency-detail-recommend |
| getFiatPrice | https://docs.kucoin.com/#get-fiat-price |
### Others
| API | DESCRIPTION |
| :---- | :---- |
| getServerTime | https://docs.kucoin.com/#server-time |
| getServiceStatus | https://docs.kucoin.com/#service-status |
| getPublicToken | https://docs.kucoin.com/#websocket-feed |
## __PRIVATE API__
```javascript
const kucoin=require('node-api-kucoin');
const auth = {
apikey: 'MY_API_KEY',
secret: 'MY_API_SECRET'
};
const privateAPI=new kucoin.privateApi(auth);
```
### Market Data
#### Order Book
| API | DESCRIPTION |
| :---- | :---- |
| getPartOrderbook | https://docs.kucoin.com/#get-part-order-book-aggregated |
| getOrderbook | https://docs.kucoin.com/#get-full-order-book-aggregated |
### User
#### User Info
| API | DESCRIPTION |
| :---- | :---- |
| getSubUserInfo | https://docs.kucoin.com/#get-user-info-of-all-sub-accounts https://docs.kucoin.com/#get-paginated-list-of-sub-accounts|
#### Account
| API | DESCRIPTION |
| :---- | :---- |
| listAccounts | https://docs.kucoin.com/#list-accounts |
| getAccount | https://docs.kucoin.com/#get-an-account |
| getAccountLedgers | https://docs.kucoin.com/#get-account-ledgers |
| getAccountSummary | https://docs.kucoin.com/#get-account-summary-info-v2 |
| createSubAccount | https://docs.kucoin.com/#create-sub-account-v2 |
| getSubAccountAPIs | https://docs.kucoin.com/#get-sub-account-spot-api-list |
| createSubAccountAPI | https://docs.kucoin.com/#create-spot-apis-for-sub-account |
| modifySubAccountAPI | https://docs.kucoin.com/#modify-sub-account-spot-apis |
| deleteSubAccountAPI | https://docs.kucoin.com/#delete-sub-account-spot-apis |
| getSubBalance | https://docs.kucoin.com/#get-account-balance-of-a-sub-account |
| getAggregatedBalance | https://docs.kucoin.com/#get-the-aggregated-balance-of-all-sub-accounts |
| getSubAccountDetails | https://docs.kucoin.com/#get-paginated-sub-account-information |
| getTransferable | https://docs.kucoin.com/#get-the-transferable |
| accountTransfer | https://docs.kucoin.com/#transfer-between-master-user-and-sub-user |
| innerTransfer | https://docs.kucoin.com/#inner-transfer |
#### Deposit
| API | DESCRIPTION |
| :---- | :---- |
| createDepositAddress | https://docs.kucoin.com/#create-deposit-address |
| getDepositAddresses | https://docs.kucoin.com/#get-deposit-addresses-v2 |
| getDepositAddress | https://docs.kucoin.com/#get-deposit-address |
| getDeposits | https://docs.kucoin.com/#get-deposit-list |
| getHistDeposits | https://docs.kucoin.com/#get-v1-historical-deposits-list |
#### Withdrawals
| API | DESCRIPTION |
| :---- | :---- |
| getWithdrawals | https://docs.kucoin.com/#get-withdrawals-list |
| getHistWithdrawals | https://docs.kucoin.com/#get-v1-historical-withdrawals-list |
| getWithdrawalQuota | https://docs.kucoin.com/#get-withdrawal-quotas |
| applyWithdraw | https://docs.kucoin.com/#apply-withdraw-2 |
| cancelWithdraw | https://docs.kucoin.com/#cancel-withdrawal |
#### Trade Fee
| API | DESCRIPTION |
| :---- | :---- |
| getUserFee | https://docs.kucoin.com/#basic-user-fee |
| getSymbolFee | https://docs.kucoin.com/#actual-fee-rate-of-the-trading-pair |
### Trade
#### Orders
| API | DESCRIPTION |
| :---- | :---- |
| createOrder | https://docs.kucoin.com/#place-a-new-order |
| createMarginOrder | https://docs.kucoin.com/#place-a-margin-order |
| createOrders | https://docs.kucoin.com/#place-bulk-orders |
| cancelOrder | https://docs.kucoin.com/#cancel-an-order |
| cancelClientOrderID | https://docs.kucoin.com/#cancel-single-order-by-clientoid |
| cancelAllOrders | https://docs.kucoin.com/#cancel-all-orders |
| getOrders | https://docs.kucoin.com/#list-orders |
| getRecentOrders | https://docs.kucoin.com/#recent-orders |
| getOrder | https://docs.kucoin.com/#get-an-order |
| getClientOrderID | https://docs.kucoin.com/#get-single-active-order-by-clientoid |
#### Fills
| API | DESCRIPTION |
| :---- | :---- |
| getFills | https://docs.kucoin.com/#list-fills |
| getRecentFills | https://docs.kucoin.com/#recent-fills |
#### Stop Order
| API | DESCRIPTION |
| :---- | :---- |
| createStopOrder | https://docs.kucoin.com/#place-a-new-order-2 |
| cancelStopOrder | https://docs.kucoin.com/#cancel-an-order-2 |
| cancelStopOrders | https://docs.kucoin.com/#cancel-orders |
| getStopOrder | https://docs.kucoin.com/#get-single-order-info |
| getStopOrders | https://docs.kucoin.com/#list-stop-orders |
| getStopClientOrderID | https://docs.kucoin.com/#get-single-order-by-clientoid |
| cancelStopClientOrderID | https://docs.kucoin.com/#cancel-single-order-by-clientoid-2 |
### Margin Trade
#### Margin Info
| API | DESCRIPTION |
| :---- | :---- |
| getMarkPrice | https://docs.kucoin.com/#get-mark-price |
| getMarginConfig | https://docs.kucoin.com/#get-margin-configuration-info |
| getMarginAccount | https://docs.kucoin.com/#get-margin-account |
| getMarginRiskLimit | https://docs.kucoin.com/#query-the-cross-isolated-margin-risk-limit |
#### Margin Trading
| API | DESCRIPTION |
| :---- | :---- |
| createBorrowOrder | https://docs.kucoin.com/#1-margin-borrowing |
| repayBorrowOrder | https://docs.kucoin.com/#2-repayment |
| getBorrowOrder | https://docs.kucoin.com/#get-borrow-order |
| getRepayHistory | https://docs.kucoin.com/#4-get-repayment-history |
#### Lending Market
| API | DESCRIPTION |
| :---- | :---- |
| getCurrencyDetails | https://docs.kucoin.com/#1-get-currency-information |
| getInterestRates | https://docs.kucoin.com/#2-get-interest-rates |
| purchaseMarginLend | https://docs.kucoin.com/#3-subscription |
| redeemMarginLend | https://docs.kucoin.com/#4-redemption |
| updateMarginLend | https://docs.kucoin.com/#5-modify-subscription-orders |
| getRedemptionOrders | https://docs.kucoin.com/#6-get-redemption-orders |
| getPurchaseOrders | https://docs.kucoin.com/#7-get-subscription-orders |
### Others
| API | DESCRIPTION |
| :---- | :---- |
| getPrivateToken | https://docs.kucoin.com/#websocket-feed |
## __WEBSOCKET API__
```javascript
const kucoin=require('node-api-kucoin');
const auth = {
apikey: 'MY_API_KEY',
secret: 'MY_API_SECRET'
};
const marketAPI=new kucoin.sockets.marketApi();
marketAPI.socket._ws.on('initialized', async () => {
// do your own initialization
});
const tradingAPI=new kucoin.sockets.tradingApi(auth);
tradingAPI.setHandler('orders', (symbol,method,data,option) => { updateOrder(symbol,method,data); });
tradingAPI.socket._ws.on('authenticated', async () => {
const res=await tradingAPI.subscribeOrderUpdates();
});
tradingAPI.socket._ws.on('closed', async () => {
// do something, like clean-up and reconnect
});
function updateOrder(symbol,method,data) {
// do something
};
```
### Public Channels
| API | HANDLER | DESCRIPTION |
| :---- | :---- | :---- |
| subscribeTicker unsubscribeTicker | trade.ticker | https://docs.kucoin.com/#symbol-ticker https://docs.kucoin.com/#all-symbols-ticker |
| subscribeSnapshot unsubscribeSnapshot | trade.snapshot | https://docs.kucoin.com/#symbol-snapshot https://docs.kucoin.com/#market-snapshot |
| subscribeOrderbook unsubscribeOrderbook | trade.l2update | https://docs.kucoin.com/#level-2-market-data |
| subscribeBest unsubscribeBest | level2 | https://docs.kucoin.com/#level2-5-best-ask-bid-orders https://docs.kucoin.com/#level2-50-best-ask-bid-orders |
| subscribeCandles unsubscribeCandles | trade.candles.update | https://docs.kucoin.com/#klines |
| subscribeTrades unsubscribeTrades | trade.l3match | https://docs.kucoin.com/#match-execution-data |
| subscribeIndexPrice unsubscribeIndexPrice | tick | https://docs.kucoin.com/#index-price |
| subscribeMarkPrice unsubscribeMarkPrice | tick | https://docs.kucoin.com/#mark-price |
| subscribeMarginBook unsubscribeMarginBook | funding.update | https://docs.kucoin.com/#order-book-change |
### Private Channels
| API | HANDLER | DESCRIPTION |
| :---- | :---- | :---- |
| subscribeOrderUpdates unsubscribeOrderUpdates | orderChange | https://docs.kucoin.com/#private-order-change-events |
| subscribeBalanceUpdates ubsubscribeBalanceUpdates | account.balance | https://docs.kucoin.com/#account-balance-notice |
| subscribeDebRatioUpdates unsubscribeDebRatioUpdates | debt.ratio position.status | https://docs.kucoin.com/#debt-ratio-change |
| subscribeMarginOrders | order.open order.update order.done | https://docs.kucoin.com/#margin-trade-order-enters-event https://docs.kucoin.com/#margin-order-update-event https://docs.kucoin.com/#margin-order-done-event |
| subscribeStopOrders | stopOrder | https://docs.kucoin.com/#stop-order-event |
| Non-official implementation of KuCoin's API's. Developed for personal use. | api-rest,javascript,kucoin,nodejs,websocket | 2023-01-14T19:32:34Z | 2023-10-21T15:08:33Z | null | 1 | 0 | 19 | 0 | 3 | 2 | null | MIT | JavaScript |
garciaagui/trivia-react-redux | main | <a name="readme-top"></a>
<h1 align="center">Project Trivia 💡❓</h1>
> [🇧🇷 Clique aqui para acessar a versão em português.](README_pt-br.md)
## Summary
<ol>
<li><a href="#description">Description</a></li>
<li><a href="#technologies">Technologies</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#how-to-run">How to Run</a></li>
<li><a href="#about-trybe">About Trybe</a></li>
<li><a href="#development-team">Development Team</a></li>
</ol>
## Description
**14th project** of the [Trybe][trybe-site-url] Web Development course.
The application presents a format similar to a trivia game, with interactive questions and answers, in which the player must answer a sequence of 5 questions. At the end of the game, the player will have access to their score and can also check a ranking of the best scores.
The database used comes from two distinct APIs: [Trivia API](https://opentdb.com/api_config.php) for questions and [Gravatar](https://br.gravatar.com/site/implement/images/) for player images.
The project was developed in a <a href="#development-team">team</a>, with the adoption of the agile methodology and Scrum and Kanban frameworks. Scrum was used to manage the project, while Kanban tracked tasks and provided a visualization of activities.
[![Projeto Trivia][project-demo]][project-url]
<br/>
## Technologies
<details>
<summary><strong>💻 Development </strong></summary><br />
- [HTML5][html5-url]
- [CSS3][css3-url]
- [JavaScript][javascript-url]
- [Bootstrap][bootstrap-url]
- [React.js][react-url]
- [React Router][react-router-url]
- [Redux][redux-url]
---
</details>
<details>
<summary><strong>🧪 Testing </strong></summary><br />
- [Jest][jest-url]
- [React Testing Library][rtl-url]
---
</details>
<details>
<summary><strong>✨ Code alignment and quality </strong></summary><br />
- [ESLint][eslint-url]
- [StyleLint][stylelint-url]
---
</details>
<br/>
## Features
<ul>
<li>Log in to the game and, if the email is registered on the <a href="https://en.gravatar.com/">Gravatar</a> website, have the user's profile picture associated with their account.</li>
<li>Access the game page, where the player must choose one of the available answers for each of the questions presented. The answer must be marked before the countdown timer reaches zero, otherwise the answer will be considered incorrect.</li>
<li>After 5 questions answered, the player will be redirected to the score screen, where the text shown depends on the number of correct answers.</li>
<li>View the ranking page, if desired, at the end of each game.</li>
<li>Configure some options for the game on a settings screen accessible from the app header.</li>
</ul>
<br/>
## How to Run
> ℹ️ If you only want to test the application, [click here][project-url].
To run the project locally, follow the steps below.
1. Clone the repository;
```
git clone git@github.com:garciaagui/trivia-react-redux.git
```
2. Navigate to the project root directory;
```
cd trivia-react-redux/
```
3. Install the dependencies;
```
npm install
```
4. Start the project;
```
npm run start
```
5. If desired, use the command below to run the tests.
```
npm run test:coverage
```
<br/>
## About Trybe
_"[Trybe][trybe-site-url] is a future school for anyone who wants to improve their lives and build a successful career in technology, where the person only pays when they get a good job."_
_"The program features over 1,500 hours of online classes covering introduction to software development, front-end, back-end, computer science, software engineering, agile methodologies, and behavioral skills."_
<br/>
## Development Team
Check out the social networks and means of contact of the team members responsible for the development of this project 👇
- Eric da Silva Contimos | [Email][email-eric] - [LinkedIn][linkedin-eric] - [GitHub][github-eric]
- Gabriel Voltani Vatanabe | [LinkedIn][linkedin-gabriel] - [GitHub][github-gabriel]
- Guilherme Garcia | [Email][email-guilherme] - [LinkedIn][linkedin-guilherme] - [GitHub][github-guilherme]
- Guyddo Gonçalves Lima | [Email][email-guyddo] - [LinkedIn][linkedin-guyddo] - [GitHub][github-guyddo]
- Miguel Vieira | [LinkedIn][linkedin-miguel] - [GitHub][github-miguel]
<p align="right"><a href="#readme-top">Back to top</a></p>
<!-- MARKDOWN LINKS & IMAGES -->
[trybe-site-url]: https://www.betrybe.com/
[project-demo]: ./project-demo.gif
[project-url]: https://trivia-g5.vercel.app
<!-- Stacks URLs -->
[bootstrap-url]: https://getbootstrap.com/
[css3-url]: https://developer.mozilla.org/en-US/docs/Web/CSS
[eslint-url]: https://eslint.org/
[html5-url]: https://developer.mozilla.org/en-US/docs/Web/HTML
[javascript-url]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[jest-url]: https://jestjs.io/
[react-url]: https://reactjs.org/
[react-router-url]: https://reactrouter.com/en/main
[redux-url]: https://redux.js.org/
[rtl-url]: https://testing-library.com/docs/react-testing-library/intro/
[stylelint-url]: https://stylelint.io/
<!-- Contact Badges -->
[gmail-badge]: https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white
[linkedin-badge]: https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white
[github-badge]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white
[instagram-badge]: https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white
<!-- Contact URLs -->
[email-eric]: mailto:ericdasilva0@gmail.com
[linkedin-eric]: https://www.linkedin.com/in/eric-contimos/
[github-eric]: https://github.com/Eric-html
[linkedin-gabriel]: https://www.linkedin.com/in/gabrielvoltani/
[github-gabriel]: https://github.com/gabrielvoltani
[email-guilherme]: mailto:garciaguig@gmail.com
[linkedin-guilherme]: https://www.linkedin.com/in/garciaagui/
[github-guilherme]: https://github.com/garciaagui
[linkedin-miguel]: https://www.linkedin.com/in/miguel-vieira015/
[github-miguel]: https://github.com/mjggel
[email-guyddo]: mailto:guyddogl@gmail.com
[linkedin-guyddo]: https://www.linkedin.com/in/guyddogl/
[github-guyddo]: https://github.com/guyddogl
| Trivia-style question and answer game. Front-end application developed with React.js. | bootstrap,css3,html5,javascript,react-router,reactjs,redux,eslint,jest,rtl | 2023-01-14T18:49:49Z | 2023-03-31T22:45:48Z | null | 5 | 0 | 66 | 0 | 0 | 2 | null | null | JavaScript |
abdanzamzam/cronejob-one-hadits | main | # Cronjob one day one hadits
Server for WhatsApp broadcasting automatically every day routine, using node.js. Scheduled implementation of a cronjob.
| Server for WhatsApp broadcasting automatically every day routine, using node.js. Scheduled implementation of a cronjob. | nodejs,cronjob,wa-gateway,automation,javascript,scheduler,express,postgresql,sequelize-orm | 2023-01-11T12:30:01Z | 2023-01-13T19:19:11Z | null | 1 | 0 | 7 | 0 | 0 | 2 | null | null | JavaScript |
SalmanAjani/js-weather-app | main | <h1>Weather App</h1>
<h2>Description</h2>
<p>This is a weather app that has been built using vanilla javascript. It shows the weather conditions of a particular city.</p>
<h2>Features:</h2>
<ul>
<li>Weather conditions of a particular city.</li>
<li>User's current location weather conditions.</li>
<li>Different icons according to the weather conditions.</li>
</ul>
<h2>🔗 Link</h2>
https://js-weather-app-0426.netlify.app/
<h2>Tech Stack:</h2>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<h2>Screenshots:</h2>
<img src="https://user-images.githubusercontent.com/107462726/215989428-13b521db-52f8-4563-b662-d5b0f374cdd1.png" alt="w1"/>
<img src="https://user-images.githubusercontent.com/107462726/215989478-f3946403-d9bd-4ff6-a643-988e8eb6ca15.png" alt="w2"/>
| A weather app that gives weather conditions of user's current location or of a particular city. Openweather API has been used for getting the data. | css,html,javascript | 2023-01-14T06:59:36Z | 2023-02-01T08:26:31Z | null | 1 | 0 | 7 | 0 | 0 | 2 | null | null | null |
chrisjwaddell/cookies-guide | main | # Cookies Guide
This is an interactive <i>Cookies Guide</i> that helps you understand how cookies work. As you go through this <i>Cookies Guide</i>, there are buttons you can click that tell you the cookie it creates and you can see the cookie being added in the brower by looking at the console <i>Network</i> tab. There is an Express server file that runs in the background to help with this interactive guide.
### To get started
1. Clone this repo.
2. Run the Express server file by typing in <i>npm run server</i> in a console.
3. If you use a web server within VS Code, it's already configured to port 25051, if instead, you use a different web server, please use port 25051.
<br><br>
A screenshot sample:
![](client/img/cookies.jpg)
| An in depth interactive HTTP cookies guide | cookie,guide,http,javascript | 2023-01-11T12:13:55Z | 2023-02-26T08:56:58Z | null | 1 | 0 | 11 | 0 | 0 | 2 | null | null | HTML |
etendra2501/Downtown-Business-Website-Template | main | # Downtown-Business-Website-Template
<img src="https://github.com/etendra2501/Downtown-Business-Website-Template/blob/main/media/corporate-images/Front%20DT.JPG">
| Business Website | css-framework,javascript,html | 2023-01-12T20:54:26Z | 2023-01-14T13:57:43Z | null | 1 | 1 | 11 | 0 | 0 | 2 | null | null | HTML |
mattoattacko/Discord_Bot_ChatGPT | main | null | Discord chat/moderation bot that utilizes GPT3's AI for responses. Node server. | ai,artificial-intelligence,chatgpt,discord,discord-bot,javascript,nodejs | 2023-01-06T02:09:42Z | 2023-01-06T02:39:18Z | null | 1 | 0 | 8 | 0 | 0 | 2 | null | null | JavaScript |
paulinha-19/fake-shopping-cart | master | # Fake shopping cart
| Carrinho de compras | fake-store-api,javascript,material-ui,react,redux-toolkit,styled-components,react-router-v6,rtk-query | 2023-01-09T19:08:51Z | 2023-02-07T01:57:18Z | null | 1 | 0 | 15 | 0 | 0 | 2 | null | null | JavaScript |
yusseef/Social-media-app | main |
# Social media app
Social media application made with Django.
## Acknowledgements
- [Python](https://www.python.org/)
- [Django](https://www.djangoproject.com/)
## Features
- Sign-in / Sign-up.
- Follow / unfollow users.
- Like / Unlike posts
- Profile settings.
- Profile image.
- Comment on posts.
- Each user see the posts of following users.
## Installation
After you clone the repo run the following commands
```bash
python -m venv venv
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
```
And you good to go.
## Feedback
If you have any feedback, please reach out to us at yussef.raouf11@gmail.com
![Logo](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white)
| Django social media app | django,javascript,python,python3 | 2023-01-10T21:53:39Z | 2023-03-21T18:23:11Z | null | 1 | 0 | 17 | 0 | 0 | 2 | null | null | JavaScript |
yorch/fpl-usage | main | # Florida Power & Light (FPL) Usage Downloader
Download your Florida Power & Light (FPL) usage and store in a local JSON DB
## Usage
Install NPM dependencies:
```sh
yarn install
```
Create an `.env` based on `.env.sample`:
```sh
cp .env.sample .env
```
Run it:
```sh
yarn start
```
## License
[MIT License](LICENSE)
Copyright (c) 2023 Jorge Barnaby
| Download your Florida Power & Light (FPL) usage and store in a local JSON DB | javascript,nodejs | 2023-01-07T19:40:01Z | 2023-01-08T02:12:22Z | null | 1 | 0 | 34 | 0 | 0 | 2 | null | MIT | JavaScript |
uzairshaikh123/DSW-clone | main | ### Deployed Link https://dsw-ecommerce-app-ten.vercel.app/
Admin email:admin@uzair.com
Admin Password :adminuser
# Its a e-commerce website built by react or chakra ui
# Its a clone of DSW website that particularly based on Shoes.
# I have renamed this Website in my project as F&F(Fashion and Feet)
Here is some of the Highlights of our Website
# Home Page
![Screenshot (600)](https://user-images.githubusercontent.com/112754552/215277591-2fcc8855-318f-4aaa-82e9-a838d44461d5.png)
# Product Page
![Screenshot (601)](https://user-images.githubusercontent.com/112754552/215277619-608619f0-d3d9-4a0a-a38c-419c49b1f190.png)
# Some Filtering and Sorting Part
![Screenshot (603)](https://user-images.githubusercontent.com/112754552/215277629-d5bb5fcb-9720-43a6-977f-97abbed7d04b.png)
# Map of Store
![Screenshot (604)](https://user-images.githubusercontent.com/112754552/215277633-0c1beac4-6e14-4b86-afbd-2a79f0425648.png)
# Admin Dashboard
![Screenshot (605)](https://user-images.githubusercontent.com/112754552/215277636-93030287-4602-4e46-8bcc-9570a04dcbe1.png)
# Dark Mode of Website
![Screenshot (606)](https://user-images.githubusercontent.com/112754552/215277637-558a1a60-0de8-461d-a4c3-1ab2f351bbcb.png)
# Track Your Order
![Screenshot (607)](https://user-images.githubusercontent.com/112754552/215277639-ad82100e-40ce-4022-9906-3a1cbe0ff70d.png)
| Its a e-commerce website where you can buy wide range of shoes and accessories in affordable price. | javascript,html,css,react,ant-design,browserrouter,chakra-ui-react | 2023-01-16T16:06:16Z | 2023-03-17T06:19:17Z | null | 2 | 5 | 21 | 0 | 0 | 2 | null | null | JavaScript |
GrigoryGerasimov/excel-in-js | main | # GH-Pages: https://grigorygerasimov.github.io/excel-in-js
# Excel variation written in Vanilla JS
Self-written DOM framework for Excel\
Self-written Redux\
Self-written EventEmitter (Observer pattern) and ProcessEmitter (DIP)\
Unit testing done with Jest
| Excel variation written in Vanilla JS | excel,jest-tests,js,self-written-redux,unit-testing,vanilla-javascript,vanilla-js,self-written-dom-framework,javascript,excel-table | 2023-01-02T15:18:18Z | 2023-05-12T22:06:06Z | null | 1 | 63 | 147 | 0 | 0 | 2 | null | null | JavaScript |
GonzaloNegro/Aregentina-mundial | master | null | null | javascript,json | 2023-01-01T23:11:37Z | 2023-01-12T13:22:11Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | CSS |
gauravkapoor27/Dynamic-Time-Series-App | master | # Dynamic Time Series
This project dynamically visualizes several stochastic processes on a chart. Currently, these processes include Brownian motion (Wiener process),
a white noise series, a mean-reversion process, and a GARCH(1,1) process. Furthermore, for every model there is an option to change the distribution of
innovations between Gaussian, Laplace, and Cauchy. I am currently in the process of adding more models and distributions.
This project is built on the React framework in JavaScript, and extensively uses React's functionality such as components and hooks. At the moment, all the algorithms
run on the front-end, however I am working on porting these computations to a backend server.
Other functionalities in the app include:
- Dynamic parameter selection using sliders. Changing parameters seamlessly changes the time-series on the chart.
- Pause and play functionality.
- Chart reset functionality.
- Ability to change the update speed of the time-series. This is inherently done by changing the setInterval rate in React.
- The chart itself is built using the lightweight charts library in JavaScript, and it comes with its own interactions.
- With GARCH in particular, the slider values automatically adjust with user input to ensure stationarity is imposed.
See the gifs below for illustrations of these functionalities, or try out the app yourself!
Note: Unfortunately, the gifs don't show the dropdown menu, but they weren't that special anyway.
## Speed Control
![speed](https://user-images.githubusercontent.com/96806035/211164824-bfc4c04d-85fd-4746-96a6-5815cedff57a.gif)
## Pause/Play/Reset Buttons
![pause-play-reset](https://user-images.githubusercontent.com/96806035/211164758-15161f32-a9fd-4330-8192-0cc2490a2ab8.gif)
## Brownian Motion Volatility
![bm_vol](https://user-images.githubusercontent.com/96806035/211163953-0bc57688-9817-4bf5-b188-d842ac2220ab.gif)
## Brownian Motion Drift
![bm_drift](https://user-images.githubusercontent.com/96806035/211163914-03be995b-1c00-4746-976c-011c3b98192b.gif)
## Transition to White Noise Series
![wn](https://user-images.githubusercontent.com/96806035/211164103-3ba16f47-8e4f-4c8a-8440-b81ae9ddae1c.gif)
## White Noise Volatility
![wn_vol](https://user-images.githubusercontent.com/96806035/211165045-5eae7485-465d-466b-8377-6c3f4055cf16.gif)
## White Noise Mean
![wn_mean](https://user-images.githubusercontent.com/96806035/211165048-8bf5c9b3-6f19-470d-9937-9d4a01567fad.gif)
## Mean-Reversion Volatility
![mr_vol](https://user-images.githubusercontent.com/96806035/211164664-e6678af3-2d3c-4d7f-a59e-20af41cc8939.gif)
## Mean-Reversion Rate Parameter
![mr_rev](https://user-images.githubusercontent.com/96806035/211164576-8991d7db-764f-4c9a-986f-fdfa22436b6b.gif)
## GARCH Series
![garch](https://user-images.githubusercontent.com/96806035/211164177-bbba2d27-c524-45b9-bb37-8e2bb6cb7a12.gif)
## GARCH Parameters Slider
![garch_params](https://user-images.githubusercontent.com/96806035/211164362-7bacf4e4-efe2-4ad4-82b3-25b3fec72b9b.gif)
## Brownian Motion with Laplace Distribution
![bm_laplace](https://user-images.githubusercontent.com/96806035/211164080-e7b698aa-10c3-4009-a112-00d596f028d0.gif)
## Brownian Motion with Cauchy Distribution
![bm_cauchy](https://user-images.githubusercontent.com/96806035/211164047-4ed4373f-043b-4737-b5db-89d1d5757a16.gif)
## White Noise with Cauchy Distribution
![wn_cauchy](https://user-images.githubusercontent.com/96806035/211164901-06a1c43a-4ad0-4b8f-9c3f-8301d6fee31c.gif)
## Garch with Laplace Distribution
![garch_laplace](https://user-images.githubusercontent.com/96806035/211164261-d66373b3-d726-46fa-a2b2-6f59337b5550.gif)
## Garch with Cauchy Distribution
![garch_cauchy](https://user-images.githubusercontent.com/96806035/211164194-9a6a0be9-a108-4934-bd49-79c670d38afa.gif)
| null | chart,javascript,modeling,project,react,time-series | 2023-01-04T07:14:33Z | 2023-01-07T19:57:45Z | null | 1 | 0 | 15 | 0 | 0 | 2 | null | null | JavaScript |
Dbilliam/Saira-Openai-Application | main | # Saira-Openai-Application
Saira OpenAi Application Power by OpenAi is an artificial intelligence research laboratory consisting of the for-profit corporation OpenAI LP and its parent company, the non-profit OpenAI Inc. The company conducts research in the field of AI with the stated goal of promoting and developing friendly AI in a way that benefits humanity as a whole.
![Screenshot_2023-01-07_21_46_33](https://user-images.githubusercontent.com/51543360/211160669-726afdf7-6708-46cf-aecb-efa74aea5774.png)
| Saira OpenAi Application Power by OpenAi is an artificial intelligence research laboratory consisting of the for-profit corporation OpenAI LP and its parent company, the non-profit OpenAI Inc. The company conducts research in the field of AI with the stated goal of promoting and developing friendly AI in a way that benefits humanity as a whole. | ai,artificial-intelligence,javascript,open,openai,openapi,react,reactjs,saira,openai-clone | 2023-01-04T16:24:35Z | 2023-01-07T16:27:05Z | null | 1 | 0 | 4 | 0 | 2 | 2 | null | null | JavaScript |
cindykandie/elite-libraryES6 | main | <a name="readme-top"></a>
<h3><b>README</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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Elite Library] <a name="about-project"></a>
> - In this project, We will built a basic website that allows users to add/remove books from a list.
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- Javascript
- ES6
### Key Features <a name="key-features"></a>
- **Display the current date below the navigation bar**
- **Can add and delete books]**
- **Stores data in local storage**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://sammy3000.github.io/Book-app-ES6/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Git/Github
- HTML and CSS knowledge
- VS code or any other equivalent tool.
<!--
Example command:
```sh
gem install rails
```
-->
### Setup
Clone this repository to your desired folder:
<!--
Example commands:
```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
--->
### Install
Install this project with:
- to install locally run git clone https://github.com/cindykandie/elitelibrary-ES6/.git
- open the cloned directory with VSCode
- Install live server extension for VSCode
- Right click on the index.html and select open with live servers
### Usage
- Feel free to use this project
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
> This is a solo project.
> **Cindy Kandie**
- GitHub: [@cindykandie](https://github.com/cindykandie)
- Twitter: [@cindykandie](https://twitter.com/cindykandie)
- LinkedIn: [@cindykandie](https://www.linkedin.com/in/cindykandie/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project feel free to use it and I hope it helps you in your journey.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank my Training body at Microverse for this project and for granting me the knowledge to do it. I would also like to appreciate my code reviewer and coding partners
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Elite library site is a project that allows users to add book titles to the database. The platform may be used in local libraries to automating the storing of books | css3,es6-javascript,html,javascript | 2023-01-16T14:34:43Z | 2023-01-16T19:42:05Z | null | 1 | 2 | 8 | 0 | 0 | 2 | null | MIT | JavaScript |
Hakimhizmi/portfolio_hakim | main | <h2 align="center">
Portfolio Website - v1<br/>
</h2>
<br/>
<center>
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](http://hakimhizmi.netlify.app/)
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](http://hakimhizmi.netlify.app/)
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](http://hakimhizmi.netlify.app/)
</center>
<h3 align="center">
🔹
<a href="https://github.com/Hakimhizmi/portfolio_hakim/issues">Report Bug</a>
🔹
</h3>
##
You can download the project and modify it . [hakimhizmi](https://github.com/Hakimhizmi). Thanks!
## Built With
My personal portfolio <a href="http://hakimhizmi.netlify.app/" target="_blank">hakimhizmi.app</a> which features some of my github projects as well as my resume and technical skills.<br/>
This project was built using these technologies.
- html
- CSS3
- javascript
##
| My self coded personal website build with html css . | css3,html5,javascript | 2023-01-15T21:07:12Z | 2023-01-15T21:28:29Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | CSS |
mucahidyazar/api | main | null | API repository containing various projects including an appointment, stock control, link preview and URL shortener services. | api,express,service,appointment,javascript,link-preview,nodejs,stock-control | 2023-01-12T05:47:49Z | 2024-01-25T05:58:08Z | null | 1 | 0 | 44 | 0 | 0 | 2 | null | null | TypeScript |
Ninho12/Quiz-de-Programacao | master | # Quiz de Programação
É um jogo simples feito com Html, Css, Javascript, Node e Electron.
São essas as tecnologia que estou utilizando para o desenvolvimento desse joguinho.
## O projeto é Open-Source
O projeto é open-source ou seja todo o programador que gostar do projeto pode contribuir com o seu trabalho.
Espero que os programadores gostem do desse jogo.
## O jogo usa json
O jogo usa json como forma de amazenamento das questões. Para criar questões basta criar um arquivo em json como o assunto das questões, exemplo:
sistemas-operacionais.json
na pasta questoes.
## O jogo será publicado
O jogo será publicado em uma plataforma de jogos indies, que se chama itch.io. Eu vou publicar tanto para o Windows e também para o Linux.
## Toda ajuda é bem vinda.
Toda ajuda é bem vinda.
Você pode me ajudar:
1. Compartilhando o jogo;
2. Fazendo uma doação;
3. Codificando;
## Conclusão
O projeto é um projeto simples mas exercitamos varias habilidades tais como: html, css, javascript, node e electron.
O aplicativo/jogo para desktop estam bem comentado todos os programadores consegue asimilar o codigo. | Um projeto simples mais muito profissional para todos os programadores. | educacao,programacao,app-desktop,electron,javascript,jogo,node,quiz | 2023-01-07T14:05:50Z | 2023-01-09T01:05:05Z | null | 1 | 0 | 18 | 0 | 0 | 2 | null | null | JavaScript |
aniyavolfman/goit-js-hw-11 | main | # Search images
Briefly about the application:
A site for searching and loading images by query.
With pagination. With information about each image such as amount of likes, views, comments etc.
With the possibility of flipping slides in the gallery.
Technology stack: HTML, CSS, JavaScript, Parcel, REST API, GIT.
Go to the live page https://aniyavolfman.github.io/goit-js-hw-11/
| Search images | css,html,javascript,parcel | 2023-01-09T15:12:41Z | 2023-03-31T19:03:57Z | null | 3 | 0 | 95 | 0 | 0 | 2 | null | null | JavaScript |
ryarturogi/ts-object-utils | main | This library provides a set of functions for working with objects in TypeScript. The functions include:
- `deepClone`: creates a deep copy of an object, including all nested objects
- `getPathValue`: retrieves the value at a specific path in an object
- `setPathValue`: sets the value at a specific path in an object
- `removePath`: removes a specific path from an object
- `renameProperties`: renames the properties of an object
- `renameProperty`: renames a specific property of an object
- `transformProperties`: transforms the properties of an object using a provided function
- `transformProperty`: transforms a specific property of an object using a provided function
- `extractProperties`: creates a new object with a subset of an object's properties
- `extractProperty`: retrieves the value of a specific property in an object and removes it from the original object
- `defaults`: fills in any missing properties in an object with provided default values
- `cleanObject`: removes any properties with undefined or null values from an object
- `transformKeys`: transforms the keys of an object using a provided function
- `transformKey`: transforms a specific key of an object using a provided function
- `groupBy`: groups an object's properties by the result of a provided function
- `countBy`: counts an object's properties by the result of a provided function
- `sumBy`: sums an object's properties by the result of a provided function
- `averageBy`: calculates the average of an object's properties by the result of a provided function
- `minBy`: finds the minimum value of an object's properties by the result of a provided function
- `maxBy`: finds the maximum value of an object's properties by the result of a provided function
- `pluck`: retrieves the values of a specific property from an object or array of objects
- `pickBy`: selects properties from an object based on the result of a provided function
- `omitBy`: removes properties from an object based on the result of a provided function
- `mapKeys`: creates a new object with the keys transformed by a provided function
- `mapValues`: creates a new object with the values transformed by a provided function
- `keyBy`: creates an object grouped by the result of a provided function on the object's keys
- `invert`: creates a new object with the keys and values of the original object inverted
- `pickDefined`: removes properties with undefined values from the object
- `pickFalsy`: removes properties with falsy values from the object
- `pickTruthy`: removes properties with truthy values from the object
- `mergeDeep`: merges the properties of multiple objects recursively
- `mergeDeepWith`: merges the properties of multiple objects recursively with a provided function
- `mergeWith`: merges the properties of multiple objects with a provided function
- `difference`: returns the difference between two objects
- `intersection`: returns the intersection between two objects
- `isSubset`: check if an object is a subset of another object
- `isEqual`: compares two objects and returns a boolean indicating whether they have the same properties and values
- `isEmpty`: returns a boolean indicating whether an object has any properties
- `count`: returns the number of properties in an object
- `fromPairs`: creates an object from an array of key-value pairs
- `toPairs`: converts an object to an array of key-value pairs
- `sliceObject`: returns a new object with a subset of an object's properties, by providing the start and end index
- `findKey`: returns the first key that satisfies a provided predicate function
- `findValue`: returns the first value that satisfies a provided predicate function
- `findEntry`: returns the first key-value pair that satisfies a provided predicate function
- `some`: returns a boolean indicating whether at least one property in an object satisfies a provided predicate function
- `every`: returns a boolean indicating whether all properties in an object satisfy a provided predicate function
- `getNested`: retrieves a value from a nested object by providing a path of keys
- `setNested`: sets a value in a nested object by providing a path of keys and the value
- `getEnumValues`: returns an array of all enumerable property values of an object
- `getEnumKeys`: returns an array of all enumerable property keys of an object
- `getNonEnumValues`: returns an array of all non-enumerable property values of an object
- `getNonEnumKeys`: returns an array of all non-enumerable property keys of an object
- `getObjectPaths`: returns an array of all object paths in a nested object
- `getObjectDifference`: returns a new object with the properties that differ between two objects
- `removeObjectCircularReferences`: removes circular references from an object to prevent maximum call stack errors
- `getObjectLeaves`: returns an array of all leaf nodes (i.e. nodes with no children) in a nested object
- `getObjectBranch`: returns a new object that includes only the properties at a specific path in a nested object
- `getObjectSize`: returns the number of properties in an object, including those in nested objects
- `setObjectPrototype`: sets the prototype of an object and all nested objects to a provided prototype
- `getObjectPrototype`: returns the prototype of an object and all nested objects
- `getObjectKeys`: returns an array of all own and inherited property keys of an object
- `getObjectValues`: returns an array of all own and inherited property values of an object
- `getObjectEntries`: returns an array of all own and inherited key-value pairs of an object
- `flattenObject`: converts a nested object into a single-level object, with keys representing the full path to the original value
- `getObjectInherited`: returns an object containing all inherited properties and their values
- `getObjectNonInherited`: returns an object containing all non-inherited properties and their values
- `getObjectChanges`: returns an object containing all properties that have been added, removed, or modified between two objects
- `getObjectMatching`: returns an object containing all properties that match a specific value in an object
- `getObjectMismatches`: returns an object containing all properties that do not match a specific value in an object
These functions can be useful for performing various operations on objects in a concise and readable way.
#### `deepClone(obj: any)`
Creates a deep copy of an object, including all nested objects.
```
const original = { a: 1, b: { c: 2 } };
const copy = deepClone(original);
console.log(copy); // { a: 1, b: { c: 2 } }
```
#### `getPathValue(obj: any, path: string)`
Retrieves the value at a specific path in an object.
```
const obj = { a: { b: { c: 2 } } };
console.log(getPathValue(obj, 'a.b.c')); // 2
```
#### `setPathValue(obj: any, path: string, value: any)`
Sets the value at a specific path in an object.
```
const obj = { a: { b: { c: 2 } } };
setPathValue(obj, 'a.b.c', 3);
console.log(obj); // { a: { b: { c: 3 } } }
```
#### `removePath(obj: any, path: string)`
Removes a specific path from an object.
```
const obj = { a: { b: { c: 2 } } };
removePath(obj, 'a.b.c');
console.log(obj); // { a: { b: {} } }
```
#### `renameProperties(obj: any, renameMap: object)`
Renames the properties of an object.
```
const obj = { a: 1, b: 2 };
renameProperties(obj, { a: 'x', b: 'y' });
console.log(obj); // { x: 1, y: 2 }
```
#### `renameProperty(obj: any, oldName: string, newName: string)`
Renames a specific property of an object.
```
const obj = { a: 1, b: 2 };
renameProperty(obj, 'a', 'x');
console.log(obj); // { x: 1, b: 2 }
```
#### `transformProperties(obj: any, transformFn: (value: any, key: string, obj: any) => any)`
Transforms the properties of an object using a provided function.
```
const obj = { a: 1, b: 2 };
transformProperties(obj, (value) => value * 2);
console.log(obj); // { a: 2, b: 4 }
```
#### `transformProperty(obj: any, key: string, transformFn: (value: any, key: string, obj: any) => any)`
Transforms a specific property of an object using a provided function.
```
const obj = { a: 1, b: 2 };
transformProperty(obj, 'a', (value) => value * 2);
console.log(obj); // { a: 2, b: 2 }
```
#### `extractProperties(obj: any, keys: string[])`
Creates a new object with a subset of an object's properties.
```
const obj = { a: 1, b: 2, c: 3 };
const extracted = extractProperties(obj, ['a', 'c']);
console.log(extracted); // { a: 1, c: 3 }
```
#### `extractProperty(obj: any, key: string)`
Retrieves the value of a specific property in an object and removes it from the original object.
```
const obj = { a: 1, b: 2 };
const value = extractProperty(obj, 'a');
console.log(value); // 1
console.log(obj); // { b: 2 }
```
### `defaults(obj: any, defaults: object)`
Fills in any missing properties in an object with provided default values.
```
const obj = { a: 1 };
defaults(obj, { b: 2, c: 3 });
console.log(obj); // { a: 1, b: 2, c: 3 }
```
### `cleanObject(obj: any)`
Removes any properties with undefined or null values from an object.
```
const obj = { a: 1, b: undefined, c: null, d: 'hello' };
cleanObject(obj);
console.log(obj); // { a: 1, d: 'hello' }
```
### `transformKeys(obj: any, transformFn: (key: string) => any)`
Transforms the keys of an object using a provided function.
```
const obj = { a: 1, b: 2 };
transformKeys(obj, (key) => key.toUpperCase());
console.log(obj); // { A: 1, B: 2 }
```
### `transformKey(obj: any, key: string, transformFn: (key: string) => any)`
Transforms a specific key of an object using a provided function.
```
const obj = { a: 1, b: 2 };
transformKey(obj, 'a', (key) => key.toUpperCase());
console.log(obj); // { A: 1, b: 2 }
```
### `groupBy(obj: any, groupFn: (value: any, key: string, obj: any) => any)`
Groups an object's properties by the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
const grouped = groupBy(obj, (value) => value % 2 === 0);
console.log(grouped); // { true: [2], false: [1, 3] }
```
### `countBy(obj: any, countFn: (value: any, key: string, obj: any) => any)`
Counts an object's properties by the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
const counted = countBy(obj, (value) => value % 2 === 0);
console.log(counted); // { true: 1, false: 2
}
```
### `sumBy(obj: any, sumFn: (value: any, key: string, obj: any) => any)`
Sums an object's properties by the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(sumBy(obj, (value) => value)); // 6
```
### `averageBy(obj: any, averageFn: (value: any, key: string, obj: any) => any)`
Calculates the average of an object's properties by the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(averageBy(obj, (value) => value)); // 2
```
### `minBy(obj: any, minFn: (value: any, key: string, obj: any) => any)`
Finds the minimum value of an object's properties by the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(minBy(obj, (value) => value)); // 1
```
### `maxBy(obj: any, maxFn: (value: any, key: string, obj: any) => any)`
Finds the maximum value of an object's properties by the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(maxBy(obj, (value) => value)); // 3
```
### `pluck(obj: any | any[], key: string)`
Retrieves the values of a specific property from an object or array of objects.
```
const obj = { a: { x: 1 }, b: { x: 2 }, c: { x: 3 } };
console.log(pluck(obj, 'x')); // [1, 2, 3]
```
### `pickBy(obj: any, pickFn: (value: any, key: string, obj: any) => any)`
Selects properties from an object based on the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(pickBy(obj, (value) => value > 1)); // { b: 2, c: 3 }
```
### `omitBy(obj: any, omitFn: (value: any, key: string, obj: any) => any)`
Removes properties from an object based on the result of a provided function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(omitBy(obj, (value) => value > 1)); // { a: 1 }
```
### `mapKeys(obj: any, mapFn: (key: string) => any)`
Creates a new object with the keys transformed by a provided function.
```
const obj = { a: 1, b: 2 };
console.log(mapKeys(obj, (key) => key.toUpperCase())); // { A: 1, B: 2 }
```
### `mapValues(obj: any, mapFn: (value: any, key: string, obj: any) => any)`
Creates a new object with the values transformed by a provided function.
```
const obj = { a: 1, b: 2 };
console.log(mapValues(obj, (value) => value * 2)); // { a: 2, b: 4 }
```
### `keyBy(obj: any | any[], keyFn: (value: any, key: string, obj: any) => any)`
Creates an object grouped by the result of a provided function on the object's keys.
```
const arr = [{ id: 1, name: 'Alice' }, { id: 2, name: 'Bob' }, { id: 3, name: 'Charlie' }];
console.log(keyBy(arr, 'id')); // { 1: { id: 1, name: 'Alice' }, 2: { id: 2, name: 'Bob' }, 3: { id: 3, name: 'Charlie' } }
```
### `invert(obj: any)`
Creates a new object with the keys and values of the original object inverted.
```
const obj = { a: 1, b: 2 };
console.log(invert(obj)); // { 1: 'a', 2: 'b' }
```
### `pickDefined(obj: any)`
Removes properties with undefined values from the object.
```
const obj = { a: 1, b: undefined, c: 3 };
pickDefined(obj);
console.log(obj); // { a: 1, c: 3 }
```
### `pickFalsy(obj: any)`
Removes properties with falsy values from the object.
```
const obj = { a: 0, b: false, c: 3 };
pickFalsy(obj);
console.log(obj); // { c: 3 }
```
### `pickTruthy(obj: any)`
Removes properties with truthy values from the object.
```
const obj = { a: 0, b: true, c: 3 };
pickTruthy(obj);
console.log(obj); // { b: true }
```
### `mergeDeep(obj1: any, obj2: any, ...objs: any[])`
Merges the properties of multiple objects recursively.
```
const obj1 = { a: { b: 1 } };
const obj2 = { a: { c: 2 } };
console.log(mergeDeep(obj1, obj2)); // { a: { b: 1, c: 2 } }
```
### `mergeDeepWith(obj1: any, obj2: any, mergeFn: (objValue: any, srcValue: any, key: string, obj: any, src: any) => any, ...objs: any[])`
Merges the properties of multiple objects recursively with a provided function.
```
const obj1 = { a: 1, b: 2 };
const obj2 = { a: 3, b : 4 };
const mergeFn = (objVal, srcVal) => objVal + srcVal;
console.log(mergeDeepWith(obj1, obj2, mergeFn)); // { a: 4, b: 6 }
```
#### `mergeWith(obj1: any, obj2: any, mergeFn: (objValue: any, srcValue: any, key: string, obj: any, src: any) => any, ...objs: any[])`
Merges the properties of multiple objects with a provided function.
```
const obj1 = { a: 1, b: 2 };
const obj2 = { a: 3, b: 4 };
const mergeFn = (objVal, srcVal) => objVal + srcVal;
console.log(mergeWith(obj1, obj2, mergeFn)); // { a: 4, b: 6 }
```
#### `difference(obj1: any, obj2: any)`
Returns the difference between two objects.
```
const obj1 = { a: 1, b: 2, c: 3 };
const obj2 = { b: 2, c: 4, d: 5 };
console.log(difference(obj1, obj2)); // { a: 1 }
```
#### `intersection(obj1: any, obj2: any)`
Returns the intersection between two objects.
```
const obj1 = { a: 1, b: 2, c: 3 };
const obj2 = { b: 2, c: 4, d: 5 };
console.log(intersection(obj1, obj2)); // { b: 2 }
```
#### `isSubset(obj: any, subset: any)`
Check if an object is a subset of another object.
```
const obj = { a: 1, b: 2, c: 3 };
const subset = { b: 2, c: 3 };
console.log(isSubset(obj, subset)); // true
```
#### `isEqual(obj1: any, obj2: any)`
Compares two objects and returns a boolean indicating whether they have the same properties and values.
```
const obj1 = { a: 1, b: 2 };
const obj2 = { b: 2, a: 1 };
console.log(isEqual(obj1, obj2)); // true
```
#### `isEmpty(obj: any)`
Returns a boolean indicating whether an object has any properties.
```
const obj = {};
console.log(isEmpty(obj)); // true
```
#### `count(obj: any)`
Returns the number of properties in an object.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(count(obj)); // 3
```
#### `fromPairs(pairs: [string, any][])`
Creates an object from an array of key-value pairs.
```
const pairs = [['a', 1], ['b', 2], ['c', 3]];
console.log(fromPairs(pairs)); // { a: 1, b: 2, c: 3 }
```
### `toPairs(obj: any)`
Converts an object to an array of key-value pairs.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(toPairs(obj)); // [['a', 1], ['b', 2], ['c', 3]]
```
### `sliceObject(obj: any, start: number, end: number)`
Returns a new object with a subset of an object's properties, by providing the start and end index.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(sliceObject(obj, 0, 2)); // { a: 1, b: 2 }
```
### `findKey(obj: any, predicateFn: (value: any, key: string, obj: any) => boolean)`
Returns the first key that satisfies a provided predicate function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(findKey(obj, (value) => value > 1)); // 'b'
```
### `findValue(obj: any, predicateFn: (value: any, key: string, obj: any) => boolean)`
Returns the first value that satisfies a provided predicate function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(findValue(obj, (value) => value > 1)); // 2
```
### `findEntry(obj: any, predicateFn: (value: any, key: string, obj: any) => boolean)`
Returns the first key-value pair that satisfies a provided predicate function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(findEntry(obj, (value) => value > 1)); // ['b', 2]
```
### `some(obj: any, predicateFn: (value: any, key: string, obj: any) => boolean)`
Returns a boolean indicating whether at least one property in an object satisfies a provided predicate function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(some(obj, (value) => value > 2)); // true
```
### `every(obj: any, predicateFn: (value: any, key: string, obj: any) => boolean)`
Returns a boolean indicating whether all properties in an object satisfies a provided predicate function.
```
const obj = { a: 1, b: 2, c: 3 };
console.log(every(obj, (value) => value > 0)); // true
```
| This library provides a comprehensive set of functions for working with objects in TypeScript, including options for manipulating, navigating, transforming, extracting and comparing properties, working with nested objects and more. | objects,typescript,functions,functions-javascript,manipulation,methods,methods-functions,navigation,extraction,transformation | 2023-01-14T21:33:23Z | 2023-01-19T04:06:44Z | null | 1 | 3 | 13 | 0 | 0 | 2 | null | MIT | null |
luizfverissimo/idle-space-mining | main | <p align="center">
<img src="/static/android-chrome-192x192.png" width="100px"/>
</p>
<h1 align="center">Welcome to Idle Space Mining 👋</h1>
<p>
<a href="#" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
</p>
> An incremental idle game created with Svelte Kit, Tailwind CSS and DaisyUI.
## Screenshots
<img src="/static/2.png" alt="Screenshot 2" height="500"/> <img src="/static/1.png" alt="Screenshot 1" height="500"/>
### 🏠 [Homepage](idle-space-mining.vercel.app)
### ✨ [Demo](idle-space-mining.vercel.app)
## Install
```sh
npm install
```
## Usage
```sh
npm run dev
```
## Next steps
- [ ] Create new game logic.
- [ ] Create prestige system.
## Author
[<img alt="Logo LF Verissimo - Front-end Developer" src="https://github.com/luizfverissimo/luizfverissimo/blob/8604eedb8ecf5eeb23f8ffae63cfdf8eba6513c3/banner.png?raw=true" />](https://lfverissimo.com)
👤 **LF Veríssimo**
* Website: https://lfverissimo.com
* Github: [@luizfverissimo](https://github.com/luizfverissimo)
* LinkedIn: [@lfverissimo](https://linkedin.com/in/lfverissimo)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ | 🌑 An incremental idle game created with Svelte Kit, Tailwind CSS and DaisyUI. | daisyui,game,game-development,javascript,svelte,sveltejs,tailwindcss | 2023-01-07T20:13:11Z | 2023-04-06T00:23:38Z | null | 1 | 1 | 11 | 0 | 1 | 2 | null | null | JavaScript |
team-fahrenheit/Vapor | main | <img width="1584" alt="Screenshot 2023-01-18 at 8 55 11 PM" src="https://user-images.githubusercontent.com/114819096/213337309-421203f5-b2f7-4037-97a2-83032ecda306.png">
## <a href='https://vapor.onrender.com/'>VAPOR</a>
![image](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![image](https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white)
![image](https://img.shields.io/badge/Material%20UI-007FFF?style=for-the-badge&logo=mui&logoColor=white)
![image](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)
![image](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)
![image](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
![image](https://img.shields.io/badge/JWT-000000?style=for-the-badge&logo=JSON%20web%20tokens&logoColor=white)
<p> by <a href='https://github.com/EddieFahrenheit'>Edmund He</a>, <a href='https://github.com/Jasonp1992'>Jason Potvin</a>, and <a href='https://github.com/justintricate'>Justin Wooley</a> </p>
<p> (Render shuts down after 15 min of inactivity. Please allow the page to load for a few seconds upon initially entering) </p>
LinkedIn:
<a href='https://www.linkedin.com/in/eddiefahrenheit/'>Edmund He</a> |
<a href='https://www.linkedin.com/in/jason-potvin/'>Jason Potvin</a> |
<a href='https://www.linkedin.com/in/justin-wooley//'>Justin Wooley</a>
- Vapor is a video game ecommerce website that pulls all video games from the Best Buy API.
- It is a SPA (Single Page Application) that follows REST (Representation State Transfer) protocol
- Exemplifies functional programming, and allows for CRUD (Create Read Update Delete) operations
- Implements user authentication and password encryption
- Stack: PERN (Postgresql, Express, React, Node)
- Node libraries featured: Redux, MUI (Material UI), JWT (JSON Web Tokens), Sequelize, Bcrypt
- Check it out at <a href='https://vapor.onrender.com/'>VAPOR</a>
## Set Up Depencies and Database
- Obtain <a href='https://bestbuyapis.github.io/api-documentation/?javascript#getting-started'>Best Buy API keys</a> with non-gmail or .edu accounts
- create your .env file with your secrets, namely JWT=`input`,key1=`input`,key2=`input`, key3=`input`
- Run `npm i` for all dependencies
- With postgresql installed, run `createdb graceshopper`
## Start
Sync and seed your database by running `npm run seed`. Running `npm run start:dev` will make great things happen!
- start:dev will both start your server and build your client side files using webpack
- start:dev:logger is the same as start:dev, but you will see your SQL queries (can be helpful for debugging)
- start:dev:seed will start your server and also seed your database (this is useful when you are making schema changes and you don't want to run your seed script separately)
- Windows users should run 'npm run build:dev' & 'npm run start' in separate terminals for full functionality
| ECommerce Single-Page Website selling all video games available from Best Buy, by Jason Potvin, Justin Wooley, and Edmund He. | PostgreSQL + Express + React + Node.js | bcrypt,crud,express,jwt,postgresql,react,redux,javascript,restful-api,jwt-authentication | 2023-01-09T17:26:49Z | 2023-05-03T19:31:42Z | null | 10 | 53 | 265 | 0 | 3 | 2 | null | MIT | JavaScript |
vitorl1maa/index_movies | main | <h1 align="center">Index Movies</h1>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
</p>
<br>
<p align="center">
<img alt="Index Movies" src=".github/index_movies.png" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML
- CSS
- JavaScript
- React.JS
- API
- Npm
- Postman
- Vite
## 💻 Projeto
Este projeto é um catálogo de filmes construído com React.JS. Manipulei uma API sensacional (TMDB API) para exibir uma lista dos 20 melhores filmes mais bem avaliados pela comunidade da https://www.themoviedb.org/?language=pt-BR. É possível também fazer buscas individuais por seus filmes favoritos. React router, hooks, estado de loading e fetch foram alguns dos recursos que utilizei no desenvolvimento desse projeto.
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://index-movies.vercel.app/).
| Catálogo de filmes construído com React.JS ⚛️ | javascript,reactjs,vite | 2023-01-12T02:43:09Z | 2023-01-23T18:36:39Z | null | 1 | 0 | 21 | 0 | 0 | 2 | null | null | JavaScript |
coderbekhub/WebSite | main | # WebSite
| Web-Site | bootstrap5,html5,javascript | 2023-01-16T05:45:19Z | 2023-08-03T04:37:52Z | null | 1 | 0 | 19 | 0 | 0 | 2 | null | null | HTML |
bkcjanta/social-media-app-backend | master | # social_back | It is a backend for social app, user authentication, user registration, Api. | expressjs,javascript,mongodb,nodejs,vscode | 2023-01-16T12:10:19Z | 2023-01-16T12:13:36Z | null | 1 | 0 | 2 | 0 | 0 | 2 | null | null | JavaScript |
fabnun/fabnun-portfolio | main | # fabnun-portfolio
> This is a fork for the great template by [hrishikeshpaul](https://github.com/hrishikeshpaul/portfolio-template)
| Portfolio of me | css,html,javascript,portfolio-website,vue2 | 2023-01-15T18:42:07Z | 2023-03-05T04:58:57Z | null | 1 | 0 | 34 | 0 | 0 | 2 | null | MIT | Vue |
sapna1309/Myntra-Clone | main | <h1 align="center">Myntra Clone</h1>
<h2 align="center">It's a fashion e-commerce website which deals with fashion and lifstyle products.</h2>
<br />
<p align="center">
<img src="https://img.shields.io/badge/React_(17.0.2)-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" alt="reactjs" />
<img src="https://img.shields.io/badge/Redux_(4.1.1)-593D88?style=for-the-badge&logo=redux&logoColor=white" alt="redux" />
<img src="https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white" alt="redux" />
<img src="https://img.shields.io/badge/Chakra%20UI-3bc7bd?style=for-the-badge&logo=chakraui&logoColor=white" alt="chakra-ui"/>
<img src="https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white" alt="restAPI"/>
<img src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg" alt="firebase" width="40" height="40"/>
</p>
<h3 align="center"><a href="https://fixedthread-clockify.netlify.app/"><strong>Want to see live preview »</strong></a></h3>
<h3 align="center">
<br />✧
<a href="https://classicworld.vercel.app/">View Demo</a> ✧
</h3>
<h4 align='center' > Myntra is one of the largest fashion e-commerce stores in India that deals with a wide range of fashion and lifestyle products for men, women, and kids. </h4>
<img src="https://user-images.githubusercontent.com/110045725/214537767-9b50c791-e987-477f-97c4-072777a2b59f.png" alt="mockup layout" height="470px" width="100%" />
<!-- - Homepage
- Features
- Navigation bar
- Project Management
- Calendar - Event & Schedule
- Upgrade
- Checkout
- Login / Signup -->
![full-home-page](https://user-images.githubusercontent.com/110045725/214582124-593c99c9-f434-4301-8017-c3c292a98963.png)
## 🚀 Features
- Login/Signup User Account
- Add & Delete poduct to your cart or wishlist
- Filter your product
- Search functionnality
- Sorting to get a appropriate product
- Admin-panel-functionalities
- Data visualization at admin-dashboard
- Listing all the products for admin (CRUD)
- Admin can add the product for their users
- Check all the users details
<br />
## Glimpses of Myntra - Clone 🙈 :
<table>
<tr>
<td><img src="https://user-images.githubusercontent.com/110045725/214591283-2eb37531-08f9-423a-a3aa-e30bfc4e2dd8.jpg" alt="admin-product" /></td>
<td><img src="https://user-images.githubusercontent.com/110045725/214589218-d282a9f8-2ef8-443a-8ad7-c465e690d819.jpg" alt="wishlistcart" /></td>
</tr>
<tr>
<td><img src="https://user-images.githubusercontent.com/110045725/214590470-dac1ad0a-015b-4d6c-870e-f03cab79d06c.jpg" alt="admin-dashboard" /></td>
<td><img src="https://user-images.githubusercontent.com/110045725/214590962-50611280-adb8-4d74-8373-4be8b1bd4b66.jpg" alt="admin-product" /></td>
</tr>
</table>
![f-scr-prodduct-page](https://user-images.githubusercontent.com/110045725/214594169-fdf76473-18d6-41b3-9de6-a879e09523f2.jpg)
<br />
<!-- ## Demo
[Check here to see the presentation video of this project](https://drive.google.com/file/d/1o6nQyCER_kjk7TDh5xZ2XzbbbjcYb0-9/view?usp=sharing) -->
<br/>
## Getting Started
This project was built using React v 17.0.2, Redux v 4.1.1, Chakra UI, CSS, JavaScript, React Router Dom, Firebase. It is an e-commerce web application and for running on your local environment you should follow these guidelines.
### Prerequisites
- NPM
- Node JS
### Setup
The project repository can be found in [GitHub link](https://github.com/sapna1309/illegal-quiver-3898.git) or just clone the project using this command.
```
Using HTTPS
# git clone https://github.com/sapna1309/illegal-quiver-3898.git
```
## Install
Install NPM
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
```
node -v
```
To confirm that you have npm installed you can run this command in your terminal:
```
npm -v
```
To install all the dependences of the project, run the following command:
```
npm install
```
To run the application got to the client folder and run the following command:
```
npm start
```
### Tools used on this project
- Visual Studio Code - IDE
- npx create-react-app - React Template
<br/>
## Contact The Team
If you want to contact us, you can reach us through below handles.
<h3>Sapna Sharma - Team Lead</h3>
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sapna-sharma-4a1136231/)
[![Github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sapna1309)
<h3>Deepti Baghel - Team Member</h3>
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/deepti-baghel-a21541232/)
[![Github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dipti1144)
<h3>Akash Fulari - Team Member</h3>
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/akash-fulari-b57848190/)
[![Github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/akashfulari18)
## Show your support
Give a ⭐️ if you like this project!
| Classic World is a clone of Myntra which is one of the largest fashion e-commerce stores in India that deals with a wide range of fashion and lifestyle products for men, women, and kids | chakra-ui,firebase-auth,html5,javascript,reactredux,redux-thunk,chakra-templates,react-router-dom,reactjs | 2023-01-16T13:53:39Z | 2023-09-16T04:06:31Z | null | 6 | 73 | 204 | 0 | 2 | 2 | null | null | JavaScript |
rameshy9891/BigPocket | main | # whole-lace-7572
This website is clone of adorma,an E-commerce website and name of our project is Big Pocket,inspired from future tech. This website is an collabarative project with team of 5 members. Home Page ......... Home is made by leader Ramesh Yadav a mainly html and css Deals pages ........... Deals page are made by Hariom with some basics of javascript Admin panel and sign-Up ....................... admin panel and sign-in page is made by kuldeep Tiwari and server used for admin panel is JSON Server where we can do crud operations. Product and cart page ..................... Product cart and filtering sorting all functionalities are made by Vishal Padaswan Payment Page ............ Payment Page is made by Zidhu Nath.
| An e-commerce website built using HTML, CSS, and JavaScript serves as an online platform where users can explore, select, and purchase products or services. | api,css,html,javascript,json | 2023-01-16T18:01:57Z | 2023-01-23T07:55:17Z | null | 6 | 26 | 59 | 1 | 0 | 2 | null | null | HTML |
Prasham1710/password_generator | master | ![PASSWORD](https://user-images.githubusercontent.com/92637965/212570950-365b5630-62d1-4b3b-8d22-c0b3ecc5c491.png)
| null | css3,html,javascript,reactjs,tailwindcss | 2023-01-15T11:47:55Z | 2023-01-20T17:45:08Z | null | 1 | 0 | 23 | 0 | 0 | 2 | null | null | JavaScript |
YangJunMing12/GabutBot-IV | main | # BOT APAKAH INI?
Bot ini adalah bot MD (Multi-Device), sehingga bot ini dapat digunakan meskipun hp pengguna mati. Bot ini masih dalam pengembangan (baileys beta) sehingga terdapat masih banyak bug di dalamnya. Bot ini No Encrypt, sehingga pengguna dapat recode (asal jangan dijual juga) dan dapat menambah fitur tertentu dengan apikey.
# GabutBot IV
Full Featured Bot Updated Script 🤖
## NOTE
This Script is for everyone, not for sale. Jika dijual neraka menunggumu brother !
<p align="center">
<img src="https://i.ibb.co/HNrcfzB/wallpapersden-com-ao-no-exorcist-okumura-rin-man-1996x1413.jpg" width="35%" style="margin-left: auto;margin-right: auto;display: block;">
</p>
<h1 align="center">GabutBot IV</h1>
This is Script of WhatsApp multi device, working with [`@adiwajshing/baileys`](https://github.com/adiwajshing/baileys)
## UNTUK PENGGUNA WINDOWS/RDP
* Unduh & Instal Git [`Klik Disini`](https://git-scm.com/downloads)
* Unduh & Instal NodeJS [`Klik Disini`](https://nodejs.org/en/download)
* Unduh & Instal FFmpeg [`Klik Disini`](https://ffmpeg.org/download.html) (**Jangan Lupa Tambahkan FFmpeg ke variabel lingkungan PATH**)
```bash
npm install yarn --global
git clone https://github.com/YangJunMing12/GabutBot-IV
cd GabutBot-MD
yarn
npm start
```
## HOW TO CONNECT TO MONGODB WHEN RUN IN HEROKU
* Create account and database in mongodb atlas [`watch here`](https://youtu.be/rPqRyYJmx2g)
* when you already have a database, you just need to take mongourl
* Put mongourl in Procfile `web: node . --db 'mongourl'`
* Example `web: node . -- db 'Your Mongo URI'`
## FOR TERMUX/UBUNTU/SSH USER
```bash
apt update && apt upgrade
apt install git -y
apt install nodejs -y
apt install ffmpeg -y
git clone https://github.com/YangJunMing12/GabutBot-IV
cd GabutBot-MD
npm install
```
## RECOMMENDED INSTALL ON TERMUX
```bash
pkg install yarn
yarn
```
## Installing
```bash
$ node .
```
## Features
| Group | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | Hidetag |
| ✅ | Grup close atau open |
| ✅ | Gcname |
| ✅ | Gcdesk |
| ✅ | Add |
| ✅ | Kick |
| ✅ | Ownergc |
| ✅ | Leave |
| ✅ | Promote |
| ✅ | Demote |
| ✅ | Ephemeral |
| ✅ | Vote |
| ✅ | Antilink |
| Search | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | Youtube play |
| ✅ | Youtube search |
| ✅ | Google & google image |
| ✅ | Pinterest |
| ✅ | Search Wallpaper |
| ✅ | Youtube Search |
| ✅ | Spotify Search |
| ✅ | Wikimedia |
| ✅ | Ringtone |
| ✅ | Stalk People |
| ✅ | Cerpen |
| ✅ | Gsmarena |
| ✅ | Kamus KBBI |
| Creator | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | ATTP & TTP |
| ✅ | Sticker To Image/Video/GIF |
| ✅ | Emoji Mix |
| ✅ | Pinterest |
| ✅ | Sticker |
| ✅ | Sticker WM |
| ✅ | Sticker Meme |
| ✅ | KTP Fake Maker |
| ✅ | Sertifikat Bucin/Pacaran/Tolol |
| ✅ | Translate Kode Biner |
| Downloader | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | Tiktok WM/No WM/Slide Show |
| ✅ | Spotify/Joox/SoundCloud Download |
| ✅ | Youtube Music |
| ✅ | Youtube Video |
| ✅ | Facebook/IG/Twitter Download |
| ✅ | ZippyShare Download |
| ✅ | Get Music or Get Video |
... and more! Menfess, fun menu ready
## ❗ Warning
WhatsApp bot is still in the development stage, so there are a few bugs
WhatsApp Connection (BETA, not working perfectly)
Editing Number Owner & session name in [`config.js`]
Get Apikey zenz on [`zenz`](https://zenzapi.xyz/pricing) harga murah kok sans
## Thanks To
* [`@adiwajshing/baileys`](https://github.com/adiwajshing/baileys)
* [`Nurutomo`](https://github.com/Nurutomo)
* [`Mhankbarbar`](https://github.com/MhankBarBar)
* [`Faiz`](https://github.com/FaizBastomi)
* [`Shiny Sebastian`](https://github.com/YangJunMing12)
```Thanks to all who have participated in the development of this script```
License: [MIT](https://en.wikipedia.org/wiki/MIT_License)
Support Me
* [`OVO`] 08116646665
# Thank you and have fun!
| Full Featured Bot Updated System 🤖 | bot,bot-md,bot-md-whatsapp,bot-termux,bot-wa,bot-wa-termux,botwa,heroku,heroku-bot,javascript | 2023-01-02T12:34:58Z | 2023-01-02T15:22:10Z | null | 1 | 0 | 23 | 0 | 10 | 2 | null | null | JavaScript |
elsa33eed/Bootstrap | main | <div align='center'>Bootstrap.Inc</div>
<h2>About the project</h2>
<p>A <b>Bootstrap.inc</b> is a responsive website template built with HTML, CSS and Bootstrap. In addition, Add some future with javascript. It is a modern and minimalist template that is perfect for a variety of websites, including portfolios, blogs, and business websites.
The template features a clean and uncluttered design with a focus on user experience. It is also fully responsive, so it will look great on any device.
<h5>Some of the key features of Leon include:</h5>
<ul>
<li>A modern and minimalist design</li>
<li>Fully responsive layout using Bootstrap</li>
<li>Clean and uncluttered code</li>
<li>Easy to customize</li>
<li>Well-documented code</li>
</ul>
</p>
👉 Live Demo: <a href='https://bootstrap-elsa33eed.vercel.app/' target="_blank">Live Demo</a>
<h3>Build with:</h3>
» HTML <br>
» CSS <br>
» Bootstrap <br>
» Javascript
<h2>Screenshots of the Project 📸</h2>
<br>
<h3 align='center'>Home Page 🏡</h3>
<div align='center'>
<img src='./images/Home-page1.png'/>
</div>
<div align='center'>
<img src='./images/Home-page2.png'/>
</div>
| This is Bootstrap.Inc website | css,html5,javascript,bootstrap,responsive | 2023-01-06T09:06:15Z | 2023-07-23T22:50:00Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | null | HTML |
SwayamSahoo11742/KnightStable | main | ![banner](https://user-images.githubusercontent.com/117121187/210261879-313142b4-728e-4ef2-916d-abfac24c4047.jpg)
![GitHub repo size](https://img.shields.io/github/repo-size/SwayamSahoo11742/KnightStable) ![GitHub last commit](https://img.shields.io/github/last-commit/SwayamSahoo11742/KnightStable)
KnightStable is a chess website where users can look at previous games, openings, recent news as well as play against others
### Link: NOT ONLINE
**note: This site's url changes every ~24-48hrs and this website is NOT meant to be used on a small device such as a phone. For more info, check the Notes section**
<br>
<br>
![ks](https://user-images.githubusercontent.com/117121187/210262413-05c97721-5fc1-48c8-866b-4b9651ebc9e1.gif)
# Current Bugs
- Bug where it creates ghost games. Found: 3/22/23. This bug sometimes pairs you in a game with no opponent
# Installation
### Step 1 - Clone the Project
Run the following command
```
git clone https://github.com/SwayamSahoo11742/KnightStable.git
```
### Step 2 - Install everything in requirements.txt using the following command:
****Make sure you are in knightstable folder**
```
pip install -r requirements.txt
```
### Step 3 - Setting up the databases.
Run `database.py` in the staticHelpers directory to create the databases:
```
python database.py
```
****The openings and games databases will be empty at this stage and unfortunately, the games database cannot be filled, however if you want the opening database, simply run `web_scraper.py` in staticHelpers**
### Step 4 - setting authtoken with ngrok
Create an ngrok account at this [link](https://ngrok.com/) and go to their [dashboard](https://dashboard.ngrok.com/get-started/setup) to follow instructions on how to set up an authtoken
### Step 5 - Running the website
After setting up your authtoken, to run the website, open the knightstable terminal and run the following commands:
```
set FLASK_APP=__init__.py
```
```
flask run
```
It should be running in port 5000, so now you can open cmd as an administrator and run `ngrok http 5000` and the link to your website will be in the ngrok terminal. You do not have to use the randomly generated link by ngrok, you can use a domain name, but for that you will need to buy ngrok premiun which is quite expensive.
****You will have to do this step each time you reset your server.**
# Features
- ### Look at the games of others
- Learn from higher level plays, or have a look at how lower level play is
- ### Search for fun openings
- Whether it be the famous Sicillian, or obsecure Flick Knife Attack, we have it
- ### Look at recent, world-wide, chess events
- Maybe you can go to one
- ### Play against other players
- And climb the rating ladder
# Images
- ### Homepage
<img width="950" alt="Screenshot_20221227_110428" src="https://user-images.githubusercontent.com/117121187/210263823-88472bee-b7c0-4617-9049-56307a9ca934.png">
<img width="953" alt="Screenshot_20221227_110458" src="https://user-images.githubusercontent.com/117121187/210263866-35831c41-737b-44d2-8a2a-216740a6960d.png">
- ### Search Page
<img width="950" alt="Screenshot_20221227_110524" src="https://user-images.githubusercontent.com/117121187/210263902-58abbad6-f71f-42d1-98de-7ea3dd20e705.png">
- ### Opening Search Page
<img width="949" alt="image" src="https://user-images.githubusercontent.com/117121187/211160731-4f03652b-e1be-4be9-a6a7-0411768ec9bf.png">
- ### Play page
<img width="949" alt="image" src="https://user-images.githubusercontent.com/117121187/211160887-a6f8aef2-7533-4a45-8bbc-919bbb07f950.png">
- ### Game page
<img width="951" alt="Screenshot_20221227_110728" src="https://user-images.githubusercontent.com/117121187/210263981-8aab3ea9-f391-4a32-aeca-0e4499f12f1a.png">
- ### **Many more pages that cannot be displayed to keep this concise, can be viewed in the link above
# Languages/tools used
- ### Backend
- Python
- Sqlite3 (Development Database)
- PostgreSQL (Production Database)
- ### Frontend
- JavaScript
- HTML5
- CSS
- ### Tools and Modules
### Backend
- Flask
- SocketIO
- Pyscopg2
- BeautifulSoup4
- Selenium
### Frontend
- Chart.js
- chessboard.js
- chess.js
- Bootstrap5
- Jinja2
# Notes
- Due to the lack of visits, from both me and others, the product is not publicly accessible as it is not worth the cost to keep it running. Instead, the development version of this is ran on my local system since the traffic will not be high.
- This app is using **Ngrok** to run and forward an SSH tunnel to my localhost.
- The url is different every day or so because ngrok's free plan does not allow for a domain name. That being said, because there is no limit on the session duration, I will try to keep it on as much as possible but it will have to restart with a new url every other day or so.
- The production version repository of this project is at this [link](https://github.com/SwayamSahoo11742/KnightStable-product)
<br>
# Test Contributors
Jake Pisanwarakul
# Developer
Swayam Sahoo
Email: swayamsa01@gmail.com
| Chess website with many different functionalities. Personal project | chess,flask,personal-website,chess-we,javascript,python | 2023-01-06T22:55:41Z | 2023-08-30T02:50:10Z | null | 2 | 2 | 82 | 0 | 0 | 2 | null | MIT | JavaScript |
GonzaloNegro/Casa-cambio | master | null | null | api,css,html,javascript | 2023-01-01T22:18:21Z | 2023-01-01T22:18:53Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | HTML |
Fakher-Zaman/ES6-TypeScript_Exercise | master | null | Exercise of ECMAScript2015+TypeScript and their functionalities. | es6,html,javascript,typescript | 2023-01-10T12:46:24Z | 2023-07-11T11:00:08Z | null | 1 | 0 | 9 | 0 | 0 | 2 | null | null | TypeScript |
feyzaerat/spend | 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 it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| null | javascript,react,reactjs | 2023-01-02T22:05:52Z | 2023-01-02T22:21:38Z | null | 1 | 0 | 2 | 0 | 0 | 2 | null | null | JavaScript |
tan911/Tip-calculator-app | main | # Frontend Mentor - Tip calculator app solution
This is a solution to the [Tip calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/tip-calculator-app-ugJNGbJUX). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Calculate the correct tip and total cost of the bill per person
### Screenshot
![](./screenshot/desktop.png)
### Links
- Solution URL: [Code](https://github.com/tan911/Tip-calculator-app)
- Live Site URL: [Live site](https://tan911.github.io/Tip-calculator-app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Desktop-first workflow
- Javscript
- Sass/scss
- BEM methodology
### What I learned
The layout and functionality of this app are what I'm concentrating on, although there are many factors to take into account. To begin the structure,
I always employ semantic elements rather than putting their role attribute inside a div element because I'm thinking about it from a semantic standpoint.
```html
<body>
<main>
<div>
<h1><svg>Logo</svg></h1>
</div>
<div>input</div>
<div>output</div>
<main>
<body>
```
and to make the content centered both horizontally and vertically I use flexbox for body elements
```css
body {
display: flex;
align-items: center;
justify-content: center;
}
```
If you're wondering why I use the h1 element for the logo, I'll wrap it in a level 1 heading and insert an inline element with the word "splitter" to prevent getting an accessibility error. though why? We must employ aria characteristics because our logo is purely decorative but yet needs to be readable by screen readers.
by adding an [aria-labelledby](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-labelledby) attribute with the value "title" to your h1, followed by a 'id" attribute with the same value to your span element.
```html
<h1 aria-labelledby="title">
<span id="title">splitter</span>
</h1>
```
However, what we really want is just the logo, no text, right? I do this by using the [visually-hidden](https://www.a11yproject.com/posts/how-to-hide-content/) class. Additionally adding focusable="false" and aria-hidden="true" attributes for the logo makes this only decorative.
```html
<h1 aria-labelledby="title">
<span class="visually-hidden" id="title">splitter</span>
<svg aria-hidden="true" focusable="false"></svg>
</h1>
```
Now let's talk about javascript. I'm having a great time developing the functionality of this app. Sometimes, in order to generate the best results, you need to put yourself in someone else's position. This application's main goal is to determine the tip of the provided input.
- bill input - Entering your bill's amount
- custom input - entering the tip you prefer
- input selection - chosen tip (for example, 5%, 10%,..)
- number of people - entering number's of people
However I use 3 different type of inputs
type = radio : if you have buttons that will give input a value then type radio is more preferrable as it contain accessibility rather than natural button
type = number : I use this for custom input so that user will input only a number
type = text : although I only need numbers and the user might be able to enter text but javscript will handle this validation
I categorize these 3 inputs into 2 for the looping. Every time a user will click the buttons or the inputs the value of these will pass to the respective function that will handle some instruction before calculating the output.
```js
// for radio buttons
for(let i = 0; i < tipBtn.length; i++) {
tipBtn[i].addEventListener('click', () => {
const percent = tipBtn[i].querySelector('label').textContent;
selectedTipAmount(percent);
})
}
// for text and number inputs
for(let k = 0; k < userInput.length; k++) {
userInput[k].addEventListener('change', (e) => {
if(!tipBtn[k].checked && customTipInput.value.length === 0) {
displayMessage('success');
} else {
tipPerPersonAmount(e.target.value);
}
})
}
```
During the process of this application's development, I discover several flaws, which I quickly fix.
Before we look at those bugs, let's ask a few questions.
What happens if a user mistakenly omits one of the inputs and chooses to type text rather than a number?
So, in order to address this, I utilized the term "guard" in the computations. What does the guard do?
It merely contains conditions, and if one of them is met, end the function and, to be more precise, "do nothing."
These conditions apply if:
- when the input can be converted into a number
- if the input contains no data
```js
// guard
// isNaN function - it will just return boolean value if the numberofpeople is not a number, if it is then the value will be 'true' otherwise 'false'.
if(isNaN(+numberOfPeople.value) || +numberOfPeople.value === 0) return;
```
another scenario that could result in bugs in my program is:
- If the user begins to enter data from the numberOfPeople, custom input, then bill input and vice versa.
- switch to a different input choice if the user has already provided a custom input
For instance, the user will start to type custom input and then bill input, and the number of people, the output of this is not correct as expected. The same as when the user already gives a custom input and then switches to another input choices.
So to fix these bugs I used the advantage of the ternary operator and a very handy of converting a string into a number
```js
const fixedInput = +input === +numberOfPeople.value || +input === +billAmount.value ? +customTipInput.value : +input;
const toInput = customTipInput.value === '' ? +input : fixedInput;
```
The value of the first line, "fixedInput," will depend on the specified condition; if it is satisfied, custom input will be used; else, the input choice will be used.
```js
const fixedInput = +input === +numberOfPeople.value || +input === +billAmount.value ? +customTipInput.value : +input;
```
However, the first line is insufficient to provide a reliable answer.
What happens if a user previously provides a custom input and tries to change the input choice (for example, 5, 10, 15, 25, or 50)?
Then the custom input will be the value that is calculated instead of the input choice value.
But this time, the given condition would be different because it would have to be reevaluated in order to determine whether or not the custom input value is empty.
However, I need to tweak some code in "selectedTipAmount" before the reevaluation.
Therefore, I must first clear the value of the custom input before providing it to "tipPerPersonAmount" if the user tries to switch to the input choice.
```js
function tipPerPersonAmount (input) {
const toInput = customTipInput.value === '' ? +input : fixedInput;
}
function selectedTipAmount (input) {
customTipInput.value = '';
}
```
### Continued development
I wish to add an accessible modal for this application in the future.
If the user forgets to enter the tip amount, this popup will alert them.
### Useful resources
- [MDN docs for ARIA](https://developer.mozilla.org/en-US/)
## Author
- Website - [soon](https://www.your-site.com)
- Frontend Mentor - [@tan](https://www.frontendmentor.io/profile/tan911)
| An application that to make it easy for you to calculate tips and split bills with friends, family, and colleagues. | bem-methodology,javascript,scss,accessibility | 2023-01-04T16:26:49Z | 2023-01-10T03:39:31Z | null | 1 | 0 | 32 | 0 | 0 | 2 | null | null | SCSS |
DeepakSinghParmar/pro | master | null | My Portfolio - Personal Website | bootstrap5,css3,html5,javascript | 2023-01-15T08:31:31Z | 2023-11-11T14:20:35Z | null | 2 | 0 | 8 | 0 | 0 | 2 | null | null | HTML |
bergamotBen/be-nc-news | main | ## 📖 README contents
### 🔗 Find the hosted version here: [nc.news on Render](https://news-7d6f.onrender.com).
### 📋 Summary of the project.
### 🛠 How to clone repo, install dependencies, seed local databases and run tests.
### 🗃 Creating the two `.env` files.
### ⚙️ Minimum versions of node and postgres.
---
### 📋 Summary of the project.
This project is my first server. It handles API requests to a database with a structure similar to a social media site. The client can request a range of data from the database as well as creating, updating and deleting some elements.
---
### 🛠 How to clone repo, install dependencies, seed local databases and run tests.
There are a few things you'll need to do to get the repo up and running for yourself.
### 1. Clone the repo.
Clone the repo by pasting
```
git clone https://github.com/bergamotBen/be-nc-news.git
```
into the terminal. Once you've cloned the repo, head to the 'Creating the environment variables' section to created local versions of gitignored files.
### 2. Install dependencies.
This repo was created using:
- dotenv
- express
- pg
The developer dependencies used are:
- jest
- jest-extended
- jest-sorted
- pg-format
- supertest
Install them with
```
npm install
```
### 3. Seed local databases
To seed local databases run the script:
```
npm run setup-dbs
```
### 4. Run tests
To run tests on the app run the script:
```
npm test app
```
---
### 🗃 Creating the environment variables.
Create two .env files to connect to each of the databases:
one for the test environment called `.env.test` containing
```
PGDATABASE=nc_news_test
```
and another for the development environment called `.env.development` containing
```
PGDATABASE=nc_news
```
The .env-example and db/setup.sql files show the format and database names.
---
### ⚙️ Minimum versions of node and postgres.
The minimum version of Node is v19.1.0
The minimum version of Postgres is v2.5.12 (171)
| This project is my first server. | expressjs,javascript,jest,nodejs,postgresql | 2023-01-16T11:07:45Z | 2023-02-10T11:30:31Z | null | 20 | 23 | 292 | 0 | 0 | 2 | null | null | JavaScript |
Hhorowitz734/Recipe-Search | main | null | A JavaScript app that makes calls the the Edamam API and allows users to swipe on recipes they like. Allows users to save decks as well as create accounts. | javascript,jwt,jwt-authentication,mongodb,nodejs,webdev | 2023-01-16T23:40:35Z | 2023-01-27T01:53:39Z | null | 1 | 0 | 37 | 0 | 0 | 2 | null | null | JavaScript |
LucasAnselmoSilva12345/Joker-Generate | main | # Joker Generate
## About this project
This project is about the generator Chuck Norris Joker, developed with your API and
the React library.
## Technologies used in this project
In this project, the following technologies were used:
### Front-end
- [React](https://pt-br.reactjs.org/)
- [Phosphor-React](https://github.com/phosphor-icons/react)
### Back-end
- [Chuck Norris Joker API](https://api.chucknorris.io/jokes/random)
## Deploy
- [https://joker-generate.netlify.app/](https://joker-generate.netlify.app/)
## How to execute this project
**To run the application, be sure you have [Git](https://git-scm.com/) installed on your machine**.
1. Make clone this repository through the command:
```sh
$ git clone https://github.com/LucasAnselmoSilva12345/Joker-Generate
```
2. After performing the clone the project, still in the terminal, enter the project folder:
```sh
$ cd pasta
```
Note: To perform the command execution in the next step, ensure that you have [node](https://nodejs.org/en/) installed on your machine to be able to use `npm`. Or, if you prefer to install the dependencies via `yarn`, make sure you have [yarn](https://yarnpkg.com/) installed on your machine.
3. After entering the project folder, run the command:
```sh
$ npm install
ou
$ yarn
```
To perform the installation of dependencies.
4. After installing the dependencies and still in the project folder vide terminal, run the command:
```sh
$ code .
```
To open the project in the Visual Studio Code.
5. After opening the project in your Visual Studio Code, go back to the terminal screen, and run the command:
```sh
$ npm run dev
ou
yarn dev
```
To execute the project
6. Once this is done, just open the project in your browser, through the link:
```sh
$ http://localhost:5173/
``` | Chuck Norris's most famous jokes | api,css,hmtl,html-css-javascript,html5,javascript,react,reactjs | 2023-01-11T00:37:50Z | 2023-09-02T20:16:42Z | null | 1 | 3 | 12 | 0 | 0 | 2 | null | null | TypeScript |
encoreshao/bullethell.p5js | main | # Bullethell
A bullet hell game in HTML5 and JS, using the p5.js library. You can play it [here](https://encoreshao.github.io/bullethell.p5js/).
### Key Controls
- Press 'r' or 'space' to restart game
### Screenshots
![https://encoreshao.github.io/bullethell.p5js/](https://github.com/encoreshao/bullethell.p5js/blob/main/assets/images/20230102.png)
| A bullet hell game in HTML5 and JS, using the p5js library. | bullet,bullet-hell,game,html5,javascript,javascript-game,p5js,p5js-game | 2023-01-02T09:04:59Z | 2023-01-02T14:13:37Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | JavaScript |
Abinashshasini/react-quiz-v2 | master | # 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 it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
| Its a fun quiz app using Trivia API where user can test there skills with different categories of quiz | react,react-router,styled-components,trivia,css-animations,html,javascript,lottie-animation,trivia-api | 2023-01-04T11:00:14Z | 2023-01-16T06:19:40Z | null | 1 | 0 | 30 | 0 | 0 | 2 | null | null | TypeScript |
front-end-by-rimantas/41-grupe-portfolio-neuron | development | ![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
![Security Status](https://img.shields.io/security-headers?label=Security&url=https%3A%2F%2Fgithub.com&style=flat-square)
![Gluten Status](https://img.shields.io/badge/Gluten-Free-green.svg)
![Eco Status](https://img.shields.io/badge/ECO-Friendly-green.svg)
[![Discord](https://discord.com/api/guilds/571393319201144843/widget.png)](https://discord.gg/dRwW4rw)
# Neuron project
_website design project_
<br>
## 🌟 About
This project is for educational porpuses only. At this moment we are only taking pull requests from authors.
Site published at: https://front-end-by-rimantas.github.io/41-grupe-portfolio-neuron/
Design: [Neuron](https://demo.auburnforest.com/html/neuron/demo/index.html)
## 🎯 Project features/goals
- Github pages
- responsive design
- form
- animations
- icons
- favicons
- content rendering
- gallery
- slider
## 🧰 Getting Started
### 💻 Prerequisites
Node.js - _download and install_
```
https://nodejs.org
```
Git - _download and install_
```
https://git-scm.com
```
### 🏃 Run locally
Would like to run this project locally? Open terminal and follow these steps:
1. Clone the repo
```sh
git clone https://github.com/front-end-by-rimantas/41-grupe-portfolio-neuron.git
```
2. Install NPM packages
```sh
npm i
```
or
```sh
npm install
```
3. Run the server
```sh
npm run dev
```
### 🧪 Running tests
There is no tests for this project.
## 🎅 Authors
Aurimas: [Github](https://github.com/aurimas1551)
Šarūnas: [Github](https://github.com/sarunaskl)
Tautvydas: [Github](https://github.com/Zukauskas)
Vladimir: [Github](https://github.com/VladimirKarin)
## ⚠️ License
Distributed under the MIT License. See LICENSE.txt for more information.
## 🔗 Other resources
No other resouces.
| Website design project using HTML, CSS and JavaScript | css3,html5,javascript,portfolio-website,student | 2023-01-02T14:34:46Z | 2023-02-02T09:53:30Z | null | 6 | 50 | 167 | 11 | 1 | 2 | null | MIT | CSS |
sebastianterleira/get-that-job | 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 it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| null | react,emotion,javascript,material-ui,react-router,fetch-api | 2023-01-09T23:53:37Z | 2023-01-19T18:53:15Z | null | 6 | 32 | 202 | 1 | 1 | 2 | null | MIT | JavaScript |
eputkonen/Bookmarklets | main | # Recruiting Bookmarklets
JavaScript Bookmarklets for Recruiting / Recruiters written by Eric Putkonen
# How to Create Bookmarklet for Your Own Use
Copy raw code and creat/add a bookmark or page in the bookmarks toolbar. Add name and paste code into URL section.
# Description of Each
ConvertHourlyToSalary.js
- Calculate annual salary amount from highlighted or typed in hourly number
ConvertSalaryToHourly.js
- Calculate hourly pay amount from highlighted or typed in annual salary number
Ihate.js
- Search typed in or highlighted keyword or phrase for quick "I hate" search on Google. May be used for negative reputation of company names
ResumeSearch2entries.js
- Google search for resumes with two entries: skill keywords and location keywords
ResumeSearch4TampaBay.js
- Type in keywords to Google search for resumes
SearchGithubByTech4Tampa.js
- Highlight or enter technology keyword/tag to search GitHub users with tag in Tampa
SearchGithubUsers2entries.js
- Search GitHub for users with two entries: skill keywords and location keywords
TechStackAwesomeTechStack.js
- Highlight or enter domain name to do a tech stack analysis through AwesomeTechStack (free account)
TechStackBuiltwith.js
- Highlight or enter domain name to do a tech stack analysis through Builtwith (free account)
TechStackWappalyzer.js
- Highlight or enter domain name to do a tech stack analysis through Wappalyzer (free account)
XrayLinkedin2entries.js
- X-ray LinkedIn for profiles with two entries: skill keywords and location keywords
XrayLinkedinTampa.js
- X-ray LinkedIn for profiles in Tampa and entering keywords
XrayStackOverlowUsers2entries.js
- X-ray StackOverflow for users with two entries: skill keywords and location keywords
XrayStackOverlowUsersTampa.js
- X-ray StackOverflow for users in Tampa and entering keywords
companyONfairygodboss.js
- Search typed in or highlighted company name on Fair God Boss
companyONglassdoor.js
- Search typed in or highlighted company name on Glassdoor
companyONindeed.js
- Search typed in or highlighted company name on Indeed (reviews)
companyONlinkedin.js
- Search typed in or highlighted company name on Linkedin
nameONfacebook.js
- Search typed in or highlighted name on Facebook
nameONlinkedin.js
- Search typed in or highlighted name on LinkedIn
nameONxing.js
- Search typed in or highlighted name on Xing
nameORidONtwitter.js
- Search typed in or highlighted name or ID on Twitter
tagONstackoverflow.js
- Search typed in or highlighted technology for tags in StackOverflow
| JavaScript Bookmarklets for Recruiting / Recruiters written by Eric Putkonen | bookmarklet,bookmarklets,bookmarklets-website,javascript,recruiting,recruitment,recruitment-task,java-script,js,talent-acquisition | 2023-01-06T17:47:07Z | 2023-01-29T16:57:23Z | null | 1 | 0 | 69 | 0 | 0 | 2 | null | CC0-1.0 | null |
daniel-oliv3/e-commercer-e_store | main | null | Projeto desenvolvido HTML CSS JavaScript | css,html,javascript | 2023-01-03T13:51:40Z | 2023-01-03T17:22:38Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | CSS |
ibelgin/solfi-web | production | SolFi Web Application
The Map Functionality with SolFi Mesh Network
| Website for IoT Based Application to monitor Farms Making with React Native , TypeScript , Redux , Circle CI, NodeMCU. | es6,firebase,javascript,react,reactjs | 2023-01-06T16:59:41Z | 2023-04-25T18:25:45Z | null | 3 | 14 | 32 | 0 | 0 | 2 | null | null | HTML |
ulugbekivich/recognize-text-from-image | main | ## Recognize text from image in javascript | Optical Character Recognition | OCR
<h2>Instructions for use 👇</h2>
<h3>Step 1 | Choose File</h3>
<img src="https://github.com/ulugbekivich/recognize-text-from-image/blob/main/assets/choose_file.jpg" width="660" height="400">
<br>
<h3>Step 2 | Click start button</h3>
<img src="https://github.com/ulugbekivich/recognize-text-from-image/blob/main/assets/start.jpg" width="660" height="400">
<br>
<h3>Step 3 | Wait a while</h3>
<img src="https://github.com/ulugbekivich/recognize-text-from-image/blob/main/assets/loading.jpg" width="660" height="400">
<br>
<h3>Step 4 | Done!</h3>
<img src="https://github.com/ulugbekivich/recognize-text-from-image/blob/main/assets/done.jpg" width="660" height="400">
<br>
<h3>Step 5 | Click Copy Text to copy the text</h3>
<img src="https://github.com/ulugbekivich/recognize-text-from-image/blob/main/assets/copy_text.jpg" width="660" height="400">
<br>
<h2>⚠️ If you don't like the user interface of the site, contribute to making the user interface of the site more beautiful 😁</h2> | Recognize text from image in javascript | Optical Character Recognition | OCR | css,html5,javascript,ocr,ocr-recognition,recognizer,recognizes-images,text-from-image,text-to-image,texttoimage | 2023-01-01T06:14:00Z | 2023-01-03T18:14:24Z | null | 1 | 0 | 16 | 0 | 2 | 2 | null | MIT | HTML |
KamogeloMpoko/The-food-experience | main | null | A food website based on different cuisines from different countries. | bootstrap,codefirstgirls,css,html,html-css-javascript,javascript,responsive,resturent-website | 2023-01-14T21:28:22Z | 2023-06-10T22:09:52Z | null | 1 | 0 | 33 | 0 | 0 | 2 | null | null | CSS |
arunike/Pac-Man | main | # Pac-Man
## Descriptions
<p>
A Simple replicate of Pacman built using JavaScript. Pac-Man is the classic arcade game. The game involves navigating Pac-Man through a maze. The objective is that Pac-Man eat all of the pellets (white circles), while avoiding the ghosts that pursue him. If a ghost ever catches Pac-Man then Pac-Man is defeated.
</p>
| Pacman Game | html,javascript | 2023-01-10T21:25:42Z | 2023-01-10T21:45:25Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | null | JavaScript |
gydoma/arcade | main | # Chromium Arcade
![chromium_arcade](https://user-images.githubusercontent.com/65687471/236873814-7ee2c80d-f452-4995-8cda-106564ecd867.jpeg)
<div align="center">
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Sketch](https://img.shields.io/badge/Sketch-FFB387?style=for-the-badge&logo=sketch&logoColor=black)
![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
[![forthebadge](https://forthebadge.com/images/badges/gluten-free.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-grammas-recipe.svg)](https://forthebadge.com)
![progress](https://progress-bar.dev/60/?scale=100&title=progress&width=220&color=333&suffix=/100)
![codeql workflow](https://github.com/gydoma/arcade/actions/workflows/codeql.yml/badge.svg)
![last commit](https://img.shields.io/github/last-commit/gydoma/arcade)
![Contributors](https://img.shields.io/github/contributors-anon/gydoma/arcade)
![commit activity](https://img.shields.io/github/commit-activity/m/gydoma/arcade)
![Dwyl.com Hits](https://img.shields.io/endpoint?color=%2308E&label=Visits&url=https%3A%2F%2Fhits.dwyl.com%2Fgydoma%2Farcade.json)
![GitHub repo size](https://img.shields.io/github/repo-size/gydoma/arcade?logo=github)
</div>
___
Ki ne szeretne játszani? Ez az oldal a Verebély László Technikumának a 2022/23. évi 11. szoftverfejlesztő és tesztelő évfolyamának I. sávú csoportjának a második projektmunkája. Mi úgy terveztük és készítettuk ezt a projektmunkát, hogy az unalmas óráidban csak böngéssz a játékok közül és nyugalmasan játszhass velük, esetleg tudj tanulni is a nyílt kódforrásunknak köszönhetően.
3 egyszerű lépésből már játszani is tudsz a játékainkkal!
1. Regisztrálj/Jelentkezz be!
2. Válassz ki egy játékot
3. Játssz!
___
<p float="left">
<img width="49%" alt="Deisgn of light mode" src="https://user-images.githubusercontent.com/65687471/212193250-f856dca0-9d3a-4905-8eb4-8353e412f619.png">
<img width="49%" alt="Deisgn of dark mode" src="https://user-images.githubusercontent.com/65687471/213806773-14e58e2d-a402-43c2-a5e3-9a9c68bb7de6.png">
</p>
## SASS Compiler
A stílusa a weboldalnak SASS-ban íródott, semmilyen könyvtárat nem használtunk a sajátos dizájn miatt.
### SASS CLI Compiler letöltése
```sh
npm install -g sass
```
### Compiler futtatása:
```sh
sass --watch --verbose scss/config.scss style.css
```
## How it works
<img width="2368" alt="arcademap" src="https://user-images.githubusercontent.com/65687471/221352315-8cad08f2-4e74-422d-a2ac-a1c28dec9208.png">
## DEV NOTES
**Drótvázat - dizájntervet [ITT](https://www.sketch.com/s/be49d22c-e4f3-4380-bbfe-fca234c20055) tudod megnézni**
Elakadtál? Nincs Ötleted? Itt egy pár játékötlet chatgpt-vel generálva: https://github.com/gydoma/arcade/issues/5
Ha valami más programozási nyelvben szeretnéd megcsinálni a játékodat mint a kitűzött (nem konzolos JavaScript, Python, C#) akkor ügyelj arra, hogy lehessen futtatni a weben vagy könnyen letölthető egy fájlos (pl.: .exe)
A játékodnak legyen egy leírása, hogy mit kell csinálni a játékhoz (pl.: a Snake játékban a játékosnak kell a nyilakat megnyomni a kígyó irányának megváltoztatásához).
A játékodnak legyen egy saját mappája, amiben a kódja és a bemutatója van. A mappa neve legyen a játéknak megfelelő, pl.: `snake_game` vagy `snake-game` vagy `snakeGame` vagy `snakegame` vagy `snake` vagy `snakegame`.
### Játék készítési útmutató
1. Forkold a repót
2. Készíts egy új branchet a játékodhoz: `git checkout -b my-new-game`
3. Commitolj a változásaidnak: `git commit -am 'Add some game'`
4. Pushold a branchet: `git push origin my-new-game`
5. Készíts egy pull requestet a master branchre
### Weboldalra használt színpaletta
<img width="1596" alt="Screenshot 2023-03-05 at 13 43 38" src="https://user-images.githubusercontent.com/65687471/222961189-6031020c-136b-4c0f-820d-4ecfe436d90a.png">
A weboldal háttere svg-ben készült, 2 monokróm `#FFF4CC`, `#F9E9BF` színnel. A kártyák háttere `#FFFFFF`, körvonaluk `#474A57` (sötét módban: `#b8b5a8`) és `#000000`. A nagyobb kontrasztot adó fő hangsúlyú a `#FFBD12`, sötét módban ez a `#F95A2C`. Világos módban a szövegek: 1. rangú (primary) - `#000000`; 2. rangú (secondary) - `#18191F`; 3. rangú (tertiary) - `#474A57`. Sötét hátteren ebben a sorrendben: `#FFFFFF`; `#D1D1D1`; `#cccccc`.
### Google Bard Szerint
A gydoma/arcade GitHub repo egy webalapú arcade játékplatform kódját tartalmazza. A platform lehetővé teszi a felhasználók számára, hogy különféle játékokkal játszanak, többek között Snake, Pong, Breakout és Space Invaders játékokkal. A kód JavaScriptben íródott, és a HTML5 canvas elemet használja a játékok megjelenítéséhez. A platform tartalmaz egy felhasználói regisztrációs és bejelentkezési rendszert, valamint egy ranglistát a játékosok eredményeinek nyomon követésére.
A kód jól szervezett és könnyen olvasható. A megjegyzések világosak és informatívak, a kód pedig jól dokumentált. A projekt számos kódolási konvenciót használ, ami megkönnyíti a követést és a megértést. A kód is jól tesztelt, egy átfogó tesztcsomaggal, amely biztosítja, hogy a játékok az elvárásoknak megfelelően működnek.
Összességében a gydoma/arcade GitHub repo egy jól megírt és karbantartott projekt. A kód tiszta, szervezett és jól dokumentált. A projekt jól tesztelt is, ami biztosítja, hogy a játékok az elvárásoknak megfelelően működnek. Ajánlom ezt a projektet mindenkinek, aki szeretne többet tanulni a webfejlesztésről vagy a játékfejlesztésről.
Íme a kód néhány legfontosabb jellemzője:
* A kód JavaScriptben íródott, és a HTML5 canvas elemet használja a játékok megjelenítéséhez.
* A platform tartalmaz egy felhasználói regisztrációs és bejelentkezési rendszert, valamint egy ranglistát a játékosok eredményeinek nyomon követésére.
* A kód jól szervezett és könnyen olvasható.
* A megjegyzések világosak és informatívak, a kód pedig jól dokumentált.
* A projekt különböző kódolási konvenciókat használ, ami megkönnyíti a követést és a megértést.
* A kód jól tesztelt, átfogó tesztcsomaggal, amely biztosítja, hogy a játékok az elvárásoknak megfelelően működnek.
## Features
- [ ] Játékok
- [x] Játék kategóriák
- [x] Játékok keresése
- [x] Játékok szűrése
- [ ] Játékok megosztása
- [ ] Játékok letöltése
- [ ] Játékok futtatása
- [ ] Játékok futtatása mobilon
- [ ] Játékok futtatása böngészőben (offline)
## Készítették:
| Név | 3 JS - 2 PY - 6 CS - 1 C++|
| ------ | ------ |
| Gyurkovics Dominik | [Projektvezető] py (1) |
| Katona Roland | [Pv.-helyettes] js (1) |
| Andrási Szilvia | [Segítő - Tanár] |
| Bábolnai Bence | js (1) |
| Orosz Eszter | cs (1) |
| Dávid Benedek | py (1) |
| Vajda Dániel | cs (1)|
| Bán Gergő | cs (1) |
| Suhajda Zsolt Péter | cs (1) |
| Rostás András Péter | |
| Bárczi Bence | cs (2) |
| Kósa Márk | c++ (1) |
| Molnár-Horgos Kristóf | [TankTrouble](https://github.com/Trixep/TankTrouble-Multiplayer) |
| Vígh Noel | [TankTrouble](https://github.com/Trixep/TankTrouble-Multiplayer) |
| Horváth Péter Ákos | [TankTrouble](https://github.com/Trixep/TankTrouble-Multiplayer) |
A projekt weboldalának a kinézeti tervét, PHP és SCSS részét készítette és fenntartja: gydoma.
## Játékok Listája
| Játék Neve | Programozási nyelv | Engine | Frissítve | Készítette |
| ------ | ------ | ------ | ------ | ------ |
| snakegame1.0 | C# | - | 2023/01/27 | Esztii |
| Blackjack | JavaScript | - | 2023/01/27 | Roland |
| quiz | Python | - | 2023/01/30 | gydoma |
| [TankTrouble](https://github.com/Trixep/TankTrouble-Multiplayer)| C# | Unity | 2023/01/27 | [készítette](https://github.com/Trixep/TankTrouble-Multiplayer#a-projekt-tagjai) |
| Catan | Python | PyGame | 2023/02/01 | Benedek |
| Keeper Of The Gates 1.6 | C# | Unity | 2023/02/01 | Vajda |
| RepülösProjektMunka | Javascript | - | 2023/02/07 | Bencso |
| [Pong](https://github.com/rewerze/Pong) | C# | Unity | 2023/02/07 | [rewerze](https://github.com/rewerze/) |
| FlappyBird | C# | MonoGame | 2023/02/14 | Bárczi Bence |
| Quoridor | C# | MonoGame | 2023/02/14 | Bárczi Bence |
| TextRPG | C# | - | 2023/02/28 | Bán Gergő |
| Space Mem | C++ | - | 2023/03/01 | Kósa Márk |
> __Note__ **Projekt várható befejezésének időpontja: 2023 Közepe**
| Ez az oldal a Verebély László Technikumának a 2022/23. évi 11. szoftverfejlesztő és tesztelő évfolyamának I. sávú csoportjának a második projektmunkája | csharp,javascript,project,python,website,contra-wireframe-kit,scss | 2023-01-11T07:31:55Z | 2023-06-06T22:46:01Z | null | 7 | 43 | 279 | 6 | 6 | 2 | null | MIT | ASP.NET |
alisharify7/admin-panel | main | # admin-panel
an admin panel created by html, css, js, bootstrap v5-2, bootstrap icon and chart js
live version : https://alisharify7.github.io/admin-panel/
---
Some Image of Project:
<img src="./assets/doc/1.png">
<img src="./assets/doc/4.png">
<img src="./assets/doc/2.png">
<img src="./assets/doc/3.png">
TODO:
some issues in mobile size responsive had to be fixed
| an admin panel created by bootstrap v5-2 and chart js | admin-dashboard,admin-panel,css,html,bootstrap,chartjs,javascript | 2023-01-06T09:21:07Z | 2023-01-10T05:00:03Z | null | 1 | 0 | 21 | 0 | 0 | 2 | null | null | HTML |
diogopolesso/BarbeariaPolesso | main | ## **Barbearia Polesso**
Nesse conteudo vc encontra o desenvolvimento de um site de uma Barbearia com base no curso de instrução.
<a href="https://diogopolesso.github.io/BarbeariaPolesso/" color="white">
Acesse Aqui
****
## Linguagens Utilizadas:
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg" width="60"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-plain-wordmark.svg" width="60"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-plain-wordmark.svg" width="60"/>
**Editor:**
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" width="60"/>
| Site Básico de uma Barbearia | css,css3,html,html-css-javascript,html5,vscode,javascript | 2023-01-12T22:14:00Z | 2023-02-16T03:35:48Z | null | 1 | 0 | 19 | 0 | 0 | 2 | null | null | HTML |
mayankCreation0/-Money_lending_App_client | 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 it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| This is frontend part of Money lending app . i have develop this site using MERN Stack full encrypted and responsive . | chakra-ui,context-api,css,javascript,reactjs | 2023-01-05T23:05:21Z | 2023-08-12T17:10:04Z | null | 2 | 3 | 24 | 0 | 0 | 2 | null | null | JavaScript |
noxilaman/car_wash_shop | main | # Car Wash Shop
This project use NodeJS ( Backend - Typescript, Express, Sequelize, JWT, Jest) + ReactJS + MySQL
## _Features_
- Auto Initial basedata.
- Admin part for manage BaseData.
- Add new wash car an monitoring.
- Dashboard Monitor in Waiting room.
- Wash car staff can change status after finish each station.
- Customer can monitor on mobile
- Cashier can store paid transaction
### _Admin - Features_
- Inital Base Data
- Manage User, Group, Car Size, Service, Pricing
### _Receiption - Features_
- Receive Car for washing (Enter information and take a photo)
### _Wash man - Features_
- Manage Activities
### _Cashier - Features_
- Paid Process
### _Customer - Features_
- Monitor task on mobile
## _Installation_
1. Create Database on MySQL
2. Create backend_nodejs/.env from .env.test and config database.
3. Create frontend_reactjs/.env from .env.test and config ip backend_nodejs api.
4. cd backend_nodejs and npm start
5. open browser http://<ip>:8086/api/initial for setup initial basedata.
6. open browser http://<ip>:8086/api/initial/usersetup for setup default user.
7. cd frontend_reactjs and npm start
8. open browser http://<ip>:3000/ and login by admin@admin.com / 12345678
9. Start Business.
| Car Wash Shop - NodeJS ( Backend - Typescript, Express, Sequelize, JWT, Jest) + ReactJS + MySQL | javascript,jwt,mysql,nodejs,reactjs | 2023-01-05T15:32:28Z | 2024-02-14T07:47:07Z | 2023-01-17T16:31:14Z | 1 | 0 | 23 | 0 | 0 | 2 | null | null | JavaScript |
s4shibam/sudoku-wizard | master | <p align="center">
<a href="https://sudoku-wizard.shibamsaha.dev">
<img alt="Sudoku Wizard" width="100" src="./public/logo.ico" style="border-radius: 10px">
</a>
</p>
<div align="center">
<h1>Sudoku Wizard</h1>
<p>Sudoku Generator and Solver</p>
</div>
<p align="center">
<img src="https://img.shields.io/github/languages/code-size/s4shibam/sudoku-wizard?style=flat-square" alt="Code Size">
<img src="https://img.shields.io/github/license/s4shibam/sudoku-wizard?style=flat-square" alt="License">
<img src="https://img.shields.io/github/stars/s4shibam/sudoku-wizard?style=flat-square&logo=github" alt="Stars">
</p>
<br />
## ⚡ Introduction
Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any sudoku puzzle.
## ✨ Features
- Generate sudoku problem
- Solve existing sudoku problem
- Visualize how the backtracking algorithm works in behind
## ⚙️ Tech Stack
- HTML
- Tailwind CSS
- JavaScript
- Vite JS
## 🎯 Goals
- [x] To create a game centric project
- [x] To apply `Backtracking Algorithm` in a real life scenario
## 🖼️ Screenshots
![Landing Page](./readme_assets/screenshot_1.png)
![Solvable and Unsolvable Sudoku](./readme_assets/screenshot_2.png)
## 👋🏻 Contact
[![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/s4shibam)
[![Twitter](https://img.shields.io/badge/Twitter-00ACEE?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/intent/follow?screen_name=s4shibam)
| Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any Sudoku puzzle. | html,javascript,sudoku-game,sudoku-generator,sudoku-puzzle,sudoku-solver,sudoku-solver-visualizer,tailwind-css,vitejs,backtracking-algorithm | 2023-01-14T22:55:19Z | 2024-03-16T18:14:27Z | null | 1 | 0 | 41 | 0 | 0 | 2 | null | MIT | JavaScript |
salteadorneo/web | main | # Proyecto web portfolio y blog | Web portfolio + blog | astro,developer,javascript,portfolio,vercel,web,blog | 2023-01-10T17:57:47Z | 2024-03-27T18:35:16Z | null | 2 | 5 | 106 | 0 | 1 | 2 | null | null | Astro |
kt946/my-nextjs-portfolio | main | <p align="center">
<img src="./public/assets/logo.svg" width="150" alt="Personal Logo">
</p>
# My Next.js Portfolio
[![License](https://img.shields.io/badge/License-MIT-blue)](https://opensource.org/licenses/MIT)
## Description
This repository contains my personal web developer portfolio built with technologies such as Next.js, TypeScript, Tailwind CSS, and Framer Motion. It is designed to showcase my expertise and background in a modern and visually appealing way. The portfolio is optimized for performance and accessibility with a mobile responsive design. This project is made for developers such as myself who are looking to make an impact in the tech world.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Screenshots](#screenshots)
- [Technologies Used](#technologies-used)
- [Credits](#credits)
- [Links](#links)
- [License](#license)
## Installation
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
To install this project on your local computer, navigate to the `demo` branch of this repository. The `constants.tsx` and `assets` folder in the `demo` branch has dummy information and placeholder images to give developers an idea of how the information is structured in the portfolio.
In the `demo` branch, clone the repository or download it as a ZIP file and place it into a local directory on your computer.
Open a command-line interface (VS Code, Git Bash, etc.) and navigate to the root directory containing the application's package.json.
To download the application's dependencies, run:
```
npm install
```
Create a .env file in the root directory and add the following environment variables for the contact form:
```
NEXT_PUBLIC_EMAILJS_SERVICE_ID
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY
```
Please refer to the [EmailJS documentation](https://www.emailjs.com/docs/) to learn more about EmailJS and how to set up the required environment variables.
To start the development server, run:
```
npm run dev
```
Navigate to http://localhost:3000 in your browser to view the portfolio.
## Usage
When a user first opens the portfolio in their browser, they will be taken to the homepage of the portfolio that will feature a navigation bar at the top and a hero section that will display their name and roles (Web Developer, Software Engineer, etc.)
On smaller screens such as phones, the navigation links will collapse into a menu that can be toggled by the menu button on the top right of the header. Users can scroll or use the navigation links to navigate the portfolio.
This portfolio includes an About, Skills, Work, and Contact section. The About section contains a profile image of the developer and a short biography. The Skills section has a list of technical skills. The Work section consists of six projects, each of them having a screenshot of the project, a description, technologies used, and links to the deployed project and its github repository. In the Contact section, users can send emails by filling out the contact form fields and clicking the submit button.
Users can start editing the portfolio by modifying `constants.tsx` in the `utils` folder. The page auto-updates as you edit this file.
The `constants.tsx` is where a user can control most of the portfolio's information such as text, external links, image links, skills list, and project information.
Images can be modified by uploading the image files into the `assets` folder of the `public` directory and referenced by name and file type in `constants.tsx`.
For additional personalization such as colors, headings, or extra social links, some modifications may be required in the `globals.css` and the `components` folder.
## Screenshots
![home-page](./public/assets/screenshots/screenshot-home.png 'Homepage')
## Technologies Used
- Next.js
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- EmailJS
- React Icons
- React Simple Typewriter
- Vercel
## Credits
- [kt946](https://github.com/kt946) - Project Creator
## Links
- [Link to deployed application](https://www.kyletang.dev/)
- [Link to GitHub repository](https://github.com/kt946/my-nextjs-portfolio)
## License
This application is covered under the [MIT](https://opensource.org/licenses/MIT) License.
| My personal Next.js portfolio created to highlight my expertise and background. Designed and built with Next.js, React, TypeScript, Tailwind CSS, and Framer Motion. | framer-motion,nextjs,portfolio,react,tailwindcss,typescript,javascript | 2023-01-11T02:15:42Z | 2024-05-10T15:11:56Z | null | 1 | 6 | 126 | 0 | 0 | 2 | null | null | TypeScript |
Deepaksahnii/html-css-js-projects | master | # html-css-js-projects
This repo is about mini projects based HTML, CSS and JavaScript. There are many projects in this and many more to be added in the future.
Here is the list of all projects.....
1.BMI calcuator.
2.Button ripple effect.
3.Background Hover effect.
| This repo is about mini projects based HTML, CSS and JavaScript. There are many projects in this and many more to be added in the future. | animation,css,css-flexbox,css3,css3-animations,html,html-css-javascript,html5,javascript,js | 2023-01-14T01:28:29Z | 2023-04-14T07:37:41Z | null | 1 | 0 | 12 | 0 | 0 | 2 | null | null | JavaScript |
sebaiturravaldes/monorepo | main | # monorepo Javascript + NextJS + UI
Este monorepo contiene un ejemplo usando Next con Javascript, logrando utilizar correctamente el paquete `ui` (`packages/ui`)
Con la finalidad de realizar una prueba de concepto, logrando importar un componente ubicado en otro lugar hacia el proyecto principal.
Para el caso del proyecto en Next `apps/web-next`, el punto clave fue agregar el archivo `next.config.js`y dentro agregar:
```
module.exports = {
reactStrictMode: true,
transpilePackages: ["ui"]
};
```
## Instalación
Para instalar las dependencias necesarias, ejecuta el siguiente comando:
```cli
npm install
```
## Ejecución en desarrollo
Para ejecutar el proyecto en modo desarrollo, debes ejecutar el siguiente comando:
El comando ejecutara todos los scripts "dev", que se encuentren bajo los proyectos de `apps` como los de `packages` definidos en sus `package.json` correspondientes, de momento solo el proyecto `web-next` posee ese script y cuando lo ejecutes podrás ver el sitio web en la url: http://localhost:3000
```cli
npm run dev
```
## Publicar el paquete
por definir...
| Monorepo lerna (Javascript + Next + UI) | javascript,lerna,monorepo,nextjs,ui | 2023-01-15T03:33:55Z | 2023-01-15T05:21:22Z | null | 1 | 0 | 7 | 0 | 0 | 2 | null | null | JavaScript |
Wilian-N-Silva/boracodar-desafio-02 | main | <h1 align="center"><b>#boraCodar</b> um card de produto</h1>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
<a href="#memo-licença">Licença</a>
</p>
<p align="center">
<img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000">
</p>
<br>
<p align="center">
<img alt="Um card de produto" src=".github/preview.jpg" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- Javascript
- Git e Github
## 💻 Projeto
O card de produto é o segundo projeto da série de desafios #boraCodar da Rocketseat!
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/community/file/1195050984449538256). É necessário ter conta no [Figma](https://figma.com) para acessá-lo.
## 📝 Licença
Esse projeto está sob a licença MIT.
| null | html,rocketseat,boracodar,css,figma,javascript,git,github | 2023-01-14T14:58:32Z | 2023-01-14T15:02:51Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | MIT | CSS |
darian-catalin-cucer/NavigationDrawer | master | # NavigationDrawer
"NavigationDrawer is an Android UI component that provides a sliding menu drawer for navigation in an app, allowing users to access different sections of the app from a main screen."
| "NavigationDrawer is an Android UI component that provides a sliding menu drawer for navigation in an app, allowing users to access different sections of the app from a main screen." | android,android-application,drawer,drawer-navigation,java,javascript,kotlin,kotlin-android,kotlin-coroutines,navigation | 2023-01-14T23:38:05Z | 2023-02-13T12:32:18Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | Kotlin |
MohammadGhnim/form-validation | main | # Awesom Form Validation: A very beautiful form validation to share from Mitali: https://www.sololearn.com/compiler-playground/W8CCkB6lprCc/
![](Screenshot.png) | Awesom Form Validation. Tools: HTML5, CSS3, JavaScript | css3,form,form-validation,forms,html5,javascript,validation | 2023-01-13T20:13:47Z | 2023-01-16T14:23:04Z | null | 1 | 0 | 23 | 0 | 0 | 2 | null | null | CSS |
hansemannn/titanium-mixpanel | main | # Titanium Mixpanel
Use the native Mixpanel Analytics SDK for iOS & Android in Titanium!
## Requirements
- [x] An account on Mixpanel
## APIs
### Methods
- `initialize({ apiKey })`: Initialize the SDK
- `logEvent(eventName, additionalParams)`: Log an event
### Properties
- `loggingEnabled`: Whether or not logging should be enabled
- `userID`: Set the user ID
## Example
```js
import Mixpanel from 'ti.mixpanel';
const window = Ti.UI.createWindow();
const btn = Ti.UI.createButton({ title: 'Log event' });
btn.addEventListener('click', () => Mixpanel.logEvent('my_screen', { param: 1 }));
window.add(btn);
window.open();
```
## License
MIT
## Author
Hans Knöchel
| Use the native Mixpanel Analytics SDK for iOS & Android in Titanium! | ios,android,javascript,native,titanium | 2023-01-13T19:37:18Z | 2023-02-02T17:31:28Z | 2023-01-13T19:37:16Z | 1 | 1 | 3 | 0 | 0 | 2 | null | MIT | Objective-C |
ZiAzusa/html-toast-notice | main | # HTML Toast Notice
![maven](https://img.shields.io/badge/HTML-red)
![maven](https://img.shields.io/badge/JavaScript-yellow)
![maven](https://img.shields.io/badge/CSS-blue)
![maven](https://img.shields.io/badge/Toast-green)<br>
HTML Toast消息提示方法<br>
可以自定义消息类型,消息内容,是否自动关闭消息,自动关闭消息的等待时间<br>
### 食用方法
将本项目和您需要使用Toast消息提示的HTML页面放在同一目录下
```HTML
<html>
<head>
...
<!-- 引入Font Awesome图标库 -->
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="./css/toast.css">
<!-- 注意一定要带defer参数 -->
<script src="./js/toast.js" defer></script>
...
</head>
<body>
...
<!--
- @function createToast(id, text, autoclose, timer)
- @description 在当前页创建一个Toast消息
- @param id {Str} 消息类型 可以使用的类型有:success, error, warning, info
- @param text {Str} 消息内容
- @param autoclose {Boolean} 是否自动关闭 true: 消息将会在计时结束后自动关闭 false: 消息将会一直显示直至用户手动关闭 此参数默认为false
- @param timer {Int} 计时器,单位为秒,当autoclose为true时此参数将起作用 此参数默认为5秒
-->
<button onclick='createToast("success", "Success: Test测试", true, 5)'>创建消息</button>
...
</body>
</html>
```
测试页:https://ziazusa.github.io/html-toast-notice/demo.html<br>
### 可选配置
打开[./js/toast.js](https://github.com/ZiAzusa/html-toast-notice/blob/main/js/toast.js),可以在文件顶部找到以下配置项:
```JavaScript
var config = {
withDarkMode: false //是否在用户浏览器设置夜间模式时切换Toast消息的颜色样式,true: 切换(黑底白字) false: 不切换
};
```
### 参考
[Create A Toast Notification in HTML CSS & JavaScript | Toast Notification in JavaScript (CodingNepal)](https://www.youtube.com/watch?v=BaakzvsR4UU)
| HTML Toast消息提示方法 | html,javascript,toast,css,toast-notifications,web-animation | 2023-01-03T04:03:31Z | 2023-01-11T02:17:31Z | null | 1 | 0 | 30 | 0 | 0 | 2 | null | MIT | CSS |
HMAHD/ChatAI | main | <div align="center">
<h1>ChatAI</h1>
</div>
<div align="center">
<a href="http://chat-ai-two.vercel.app/">
<img src="https://i.ibb.co/St4kKYj/By-Akash.png" crossorigin>
</a>
</div>
<br />
<div align="center">
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](http://chat-ai-two.vercel.app/)
<br />
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5b677e607def4466b8084eb76be4f0d7)](https://app.codacy.com/app/supunlakmal/thismypc?utm_source=github.com&utm_medium=referral&utm_content=supunlakmal/thismypc&utm_campaign=Badge_Grade_Dashboard)
![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/supunlakmal/thismypc/graphs/commit-activity) [![Website thismypc.com](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://thismypc.com/) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/supunlakmal/thismypc/blob/master/LICENSE)
[![Gitter](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/Thismypc/community)
</div>
<div align="center">
ChatAI OpenAI is an open source chatbot application that uses natural language processing (NLP) to interact with users. It is designed to provide a conversational experience that is both engaging and informative. The application can be used for customer service, marketing, or any other type of conversation.ChatAI OpenAI uses the latest in artificial intelligence technology to understand user input and respond accordingly. It can be trained to recognize specific words and phrases, as well as understand the context of conversations. This allows it to provide more accurate responses and better customer service.
</div>
</br></br>
> The application also includes a variety of features such as:
- Natural language processing (NLP)
- Machine learning algorithms
- Customizable responses
- Ability to integrate with other applications
- Support for multiple languages
- Ability to create custom bots
- Analytics and reporting tools
</br>
## Built With
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D) ![Remix](https://img.shields.io/badge/OpenAI-%23000.svg?style=for-the-badge&logo=remix&logoColor=gold)![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white)
## Installation
### `Option 1: Clone the repository`
> This Command will copy a full project to your local environment.
```shell
git clone https://github.com/HMAHD/ChatAI.git
```
### `Option 2: Create .env file`
> Create **.env** file inside the server folder.
```shell
OPENAI_API_KEY = "YourAPIKey"
```
### `Option 3: change fetch url`
> Goto client>script.js Line no-89
```js
const response = await fetch('https://localhost:5000',
```
### `Option 4: Run the server`
```js
cd .\server\
npm run server
```
If server is running Goto https://localhost:5000 and you will see response
### `Option 5: Run the Frontend`
> Split the terminal and go to client folder.
```js
npm run dev
```
## Hosted In
<a href="https://www.vercel.com">
<img src="https://www.p99conf.io/wp-content/uploads/2022/06/vercel.png" width="168" height="40" alt="Vercel.com"/>
</a>
## Licensing
The MIT License 2023 - Under **Akash Hasendra**
| OpenAI codex (Davinci 03) Powerd Chating webapp using javascript | javascript,nodejs,npm-module,openai,openai-davinci,vitajs | 2023-01-02T16:26:04Z | 2023-03-18T03:35:15Z | null | 1 | 0 | 14 | 0 | 1 | 2 | null | null | JavaScript |
andyfratello/ASW | main | # ASW
👨💻 Exercicis d'Aplicacions i Serveis Web (ASW) Q1 - UPC FIB
### Laboratoris:
* [Lab 1](https://github.com/andyfratello/ASW/tree/main/waslab01-Lab%2001:%20Introduccio%CC%81%20a%20tecnologies%20Web.%20Java%20Servlets%20i%20HttpClient) - Nota: 9
* [Lab 2](https://github.com/andyfratello/ASW/tree/main/waslab02-Lab%2002:%20Introduccio%CC%81%20a%20tecnologies%20Web.%20JavaScript%2C%20AJAX%20i%20JSON) - Nota: 7
* [Lab 3](https://github.com/andyfratello/ASW/tree/main/waslab03-Lab%2003:%20Serveis%20Web%20amb%20REST) - Nota: 10
* [Lab 4](https://github.com/andyfratello/ASW/tree/main/waslab04-Lab%2004:%20Introduccio%CC%81%20al%20desenvolupament%20de%20WebApps%20amb%20Ruby%20on%20Rails) - Nota: 9
### Projecte
* [Lliurament 1](https://github.com/andyfratello/Proyecto-ASW) - Nota: 9,85
* [Lliurament 2](https://github.com/andyfratello/Proyecto-ASW) - Nota: 8,8
* [Lliurament 3](https://github.com/andyfratello/Hacker-News-ASW-3rSprint) - Nota: 9,04
### Presentacions
* [Tema 2 Transparències](https://github.com/andyfratello/ASW/tree/main/Presentacions%20del%20Tema%202%20Transpare%CC%80ncies)
* [Tema 6 Transparències](https://github.com/andyfratello/ASW/tree/main/Presentacions%20del%20Tema%206%20Transpare%CC%80ncies)
### Autors:
* [Iván Risueño](https://github.com/ivan-risueno)
* [David Pérez](https://github.com/davidpb0)
* [David Herrero](https://github.com/davidherrero1)
* [Andreu Orensanz](https://github.com/andyfratello)
| 👨💻 Exercicis d'Aplicacions i Serveis Web (ASW) Q1 - UPC FIB | asw,fib-upc,api-rest,asw-fib,css,html,javascript,ruby,ruby-on-rails,uml | 2023-01-05T08:55:56Z | 2023-01-23T19:24:51Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | Ruby |
superstar1205/School-Django | master | # School Manangement System
It is an online Student-Teacher portal wherein teachers can upload various assignments related to their subjects which the student can download.
Also student proctor form facility is provided. This helps to maintain student data in a digital format thus reducing the paper work.
Technology used : Django (Python Framework), SQLite, HTML5, Materialize CSS.
## ScreenShots
#### 1. Landing Page
![](images/landing.PNG)
#### 2. Login Page
![](images/login.PNG)
#### 3. Student-Dashboard Page
![](images/student.PNG)
#### 4. Teacher-Dashboard Page
![](images/teacher.PNG)
| Student Management System, Django application | css,django,django-application,html,javascript,python,sql,sqlite3 | 2023-01-05T10:24:57Z | 2023-01-05T10:56:47Z | null | 1 | 0 | 24 | 0 | 0 | 2 | null | null | CSS |
JarotOffc/fix-oscar-md-v5 | master | ## NOTE : MODULE JANGAN DI HAPUS
## DI LARANG MENJUAL BELIKAN SCRIPT INI
</p>
<p align="center">
<img src="http://readme-typing-svg.herokuapp.com?color=%230B80F7¢er=true&vCenter=true&multiline=false&lines=WELCOME;My+name+is+JAROT-OFFC;IKUTIN-SOSIALMEDIA+SAYA!!;JANGAN+LUPA+JOIN+GROUP%2C++Bwang+%3A);jangan+lupa+kasih+start+!" alt="budii">
</p>
<div align="center">
<p align="center">
<img src="https://telegra.ph/file/c6f6d447f2c76e3795a10.jpg" alt="Img" width="400" height="400"/>
</p>
<p align="center">
<a href="#"><img title="JAROT OFFC" src="https://img.shields.io/badge/JAROT%20OFFC-red?colorA=%23ff0000&colorB=%23017e40&style=for-the-badge"></a>
</p>
<p align="center">
<a href="https://wa.me/6285850539404"><img title="Author" src="https://img.shields.io/badge/Author-JAROT OFFC/JulieMwol?color=blue&style=for-the-badge&logo=whatsapp"></a>
<a href="https://youtube.com/channel/UCW7iXlE7TgvJMIXQck4NYBQ"><img title="YouTube" src="https://img.shields.io/badge/YouTube-Jarot Offc/JulieMwol?color=blue&style=for-the-badge&logo=Youtube"></a>
<a href="https://instagram.com/Jarotr_"><img title="Instagram" src="https://img.shields.io/badge/Instagram-Jarot Offc/JulieMwol?color=blue&style=for-the-badge&logo=Instagram"></a>
<a href="https://chat.whatsapp.com/LKxOImbU62e9sgai6Ow2Ef"><img title="Group Jarot offc" src="https://img.shields.io/badge/Group-Jarot Offc/JulieMwol?color=blue&style=for-the-badge&logo=WhatsApp"></a>
</p>
</div>
<p align="center">
Project created by <a href="https://github.com/Alpiii22">JAROT OFFC</a> to make it public
<br>
| © |
Reserved |
<br>
</p>
```- Hi, I’m @MR.JAROT OFFC```
```- I’m interested in ...```
```- I’m currently learning ...```
```- I’m looking to collaborate on ...```
```- How to reach me ...```
#### FITUR 🎀
| Fitur | Check |
|--------|--------|
| **Downloader** |[✔️](https://github.com/JarotOffc) |
| **Internet** |[✔️](https://github.com/JarotOffc) |
| **Game Rpg** |[✔️](https://github.com/JarotOffc) |
| **Jadibot** |[✔️](https://github.com/JarotOffc) |
| **Sticker** |[✔️](https://github.com/JarotOffc) |
| **Game** |[✔️](https://github.com/JarotOffc) |
| **Kerang Ajaib** |[✔️](https://github.com/JarotOffc) |
| **Quotes** |[✔️](https://github.com/JarotOffc) |
| **Anime** |[✔️](https://github.com/JarotOffc) |
| **Premium** |[✔️](https://github.com/JarotOffc) |
| **Tools** |[✔️](https://github.com/JarotOffc) |
| **Exec** |[✔️](https://github.com/JarotOffc) |
| **React** |[✔️](https://github.com/JarotOffc) |
| **DLL** |[✔️](https://github.com/JarotOffc) |
---------
## ```New Group Diskusi Bot```
[![Group Diskusi](https://img.shields.io/badge/Group%20Diskusi-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://chat.whatsapp.com/LKxOImbU62e9sgai6Ow2Ef)
## ```Group Bot Rismabot offc```
[![Group Bot 1](https://img.shields.io/badge/Group%20BOT-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://tinyurl.com/2nchxnpa)
[![Group Bot 2 ](https://img.shields.io/badge/Group%20BOT-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://tinyurl.com/2gptyhqs)
---------
## Stats
<!-- <a href="https://github.com/JarotOffc">
<img src="https://github-readme-stats.vercel.app/api?username=JarotOffc&show_icons=true&count_private=true&show_icons=true&hide_border=true&hide_title=true&card_width=300px&hide_rank=true&bg_color=00000000&theme=dracula">
</a> -->
<a href="https://github.com/JarotOffc">
<img src="https://github-stats-alpha.vercel.app/api?username=JarotOffc&cc=22272e&tc=37BCF6&ic=fff&bc=0000">
</a>
<p align="center"><a href="https://github.com/Kangsad01"><img src="https://github-readme-stats.vercel.app/api/top-langs/?username=JarotOffc&theme=radical&layout=compact"></a></p>
<img alt="JavaScript" src="https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E"/>
<details>
![Github Trophy](https://github-profile-trophy.vercel.app/?username=JarotOffc)
<summary>🏆 <b>GitHub Awards</b></summary><br/>
</details>
![Metrics](https://metrics.lecoq.io/JarotOffc?template=classic&repositories.forks=true&languages=1&languages.colors=github&languages.threshold=0%25&config.timezone=Asia%2Fpasuruan)
</details>
![](https://visitor-badge.glitch.me/badge?page_id=JarotOffc)
---
| Jangan lupa Kasih credits && Star Jangan Lupa Suscribe YouTube Owner | javascript,multidevice,bot,bot-whatsapp,jadibot | 2023-01-11T15:55:53Z | 2023-01-26T02:55:33Z | null | 2 | 2 | 29 | 0 | 3 | 2 | null | null | JavaScript |
vitorl1maa/picked_today | main | <h1 align="center">Picked Today</h1>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
</p>
<br>
<p align="center">
<img alt="Picked Today" src=".github/picked_today.png" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML
- CSS
- JavaScript
- React.JS
- Npm
- Firebase
## 💻 Projeto
Este projeto é um blog onde pessoas podem fazer posts de temas sobre elas ou sobre a rotina delas. Construído com React.JS e Google Firebase, repliquei nesse projeto vários recursos que venho estudando como Context API, React Router, Hooks, Estados de Erro, Estados de Loading, Validação e Autenticação.
Você pode visualizar o layout do projeto através [DESSE LINK](https://picked-today.vercel.app/login).
| Blog de posts construído com React.JS ⚛️ e Firebase 🔥 | firebase,javascript,reactjs | 2023-01-08T17:16:25Z | 2023-01-15T16:34:25Z | null | 1 | 0 | 10 | 0 | 0 | 2 | null | null | JavaScript |
starman1999/starman1999.github.io | main | # starman1999.github.io
LINK: https://starman1999.github.io
USTHB University Visualization with D3js Library
- you can visualize the occupations of M1 and M2 students of the university USTHB, choosing the specialty first then the year(s) and the days.
- The visualization of the places used by the teachers is done in the same way.
| USTHB University Visualization with D3js Library | d3-visualization,d3js,javascript,usthb,website | 2023-01-07T17:43:43Z | 2023-02-08T16:43:14Z | null | 1 | 0 | 46 | 0 | 0 | 2 | null | null | JavaScript |
jottadev/portfolio-profissional | master | null | Portfólio profissional de João Ythalo. | figma,html,javascript,sass | 2023-01-10T18:24:07Z | 2023-01-12T17:48:49Z | null | 1 | 0 | 7 | 0 | 0 | 2 | null | null | SCSS |