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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QwertyR0/Qngine | main | <p align="center">
<img src="https://media.discordapp.net/attachments/1115350451014090885/1121833553089544282/q_3.png?width=400&height=100" alt>
<br>
<sub><b>✨A Tiny Javascript Game Engine</b></sub>
</p>
<div align="center">
[Getting Started](#start) | [Documentation](#docs) | [Help](#help)
</div>
<div id="start">
## **🎁Getting Started:**
**Qngine** is a very simple Game Engine I built for Javascript. It is highly inspired from [**LÖVE**](https://love2d.org/). It's also my first game engine.
### **Installing:**
Simply clone this repository with:
```
git clone https://github.com/QwertyR0/Qngine.git Qngine
```
and in the file **Qngine** run the command below to download the dependencies:
```bash
npm i
```
</br>
### **Running the Demo:**
Simply run the command below:
```bash
node PATH_TO_THE_QNGINE_FOLDER/src/engine.js demoGame/
```
</br>
### **Making The First Program:**
**1.** Create a game folder and also create a **config.json** and a **main.js**
**2.** Write this json below to your **config.json**
```json
{
"title": "TestGame",
"gameFile": "./main.js",
"enableWhiteByDefault": true
}
```
The **"title"** will be the window title of your game and the **"gameFile"** will the main gamefile you created as **main.js**.
**3.** Write this Javascript code below to your **main.js**
```js
export async function init(w, pl){
}
export function loop(w, dt, pl){
}
export function draw(w, graphics){
graphics.text("Hello World!", 0, 0);
}
```
**4.** Finally run it with the command:
```bash
node PATH_TO_THE_QNGINE_FOLDER/src/engine.js PATH_TO_THE_GAME_FOLDER
```
Don't forget to replace these **PATH_TO_THE_QNGINE_FOLDER** and **PATH_TO_THE_GAME_FOLDER** placeholders.
#### NOTE:
I only tested this on node v20.2.0
Qngine is still in development and you should expect bugs(like a lot).
</div>
<br>
<div id="docs">
## **Documentation:**
Click [here](https://github.com/QwertyR0/Qngine/wiki) for the wiki.
Beaware that only %38.6 of the wiki is done.
</div>
<div id="help">
### **For Help:**
You can open an issue on github or just DM me on Discord.
My Discord: **qwerty.r0**
My Website: **[https://qwertyr0.is-a.dev/](https://qwertyr0.is-a.dev/)**
</div>
### **Special Thanks to:**
- **[kmamal](https://github.com/kmamal)** For making SDL bindings for node.js.
- **[Blendi Goose](https://github.com/lieve-blendi)** For minorly testing and helping with some issues.
- **[kTheLemon](https://github.com/kTheLemon)** For minorly testing Qngine.
- **farukk9326** For making the icon.
| A Modular Javascript Game Engine That Runs on Dekstop | 2d,canvas,desktop,javascript,nodejs,game-engine,js,game | 2023-06-30T21:16:11Z | 2024-01-28T16:20:28Z | null | 1 | 3 | 40 | 0 | 0 | 5 | null | MIT | JavaScript |
salvia-kit/solid-dashboards | main | # Salvia-kit Solid.js Dashboards










| Salvia-kit solid-dashboard templates | dashboard,dashboard-templates,javascript,jsx,solid,solidjs,tailwindcss,template | 2023-07-10T17:24:47Z | 2023-07-10T17:59:35Z | null | 2 | 0 | 13 | 0 | 2 | 5 | null | MIT | TypeScript |
ambasta-shalu/chit-chat-frontend | main | null | This is a client part of MERN chat-application where one can chat anonymously and can create unlimited chat rooms 😀 | css3,formik,html5,javascript,nanoid,react-icons,react-router-dom,reactjs,socket-io-client,react-hot-toast | 2023-07-11T12:33:26Z | 2023-09-06T06:45:10Z | null | 1 | 0 | 49 | 0 | 3 | 5 | null | null | JavaScript |
Aron-S-G-H/hmelectronic.ir | main | > # See in [hmelecteronic.ir](https://hmelecteronic.ir/)
---
Developed a fully functional e-commerce and blogging website, encompassing both back-end and front-end development for HM-Electronic sales representative
## Some Features
- Implemented for performing all the tasks of a e-commerce website.
- Implemented for performing all the tasks of a blog website.
- Implementing the Persian (Shamsi) date using both the "django-jalali" and "django-jalali-date" packages. However, personally, I prefer using the "django-jalali-date" package.
- Custome admin panel.
- Connectet to the IRAN-KISH payment gateway.
- Connected to the <a href='https://kavenegar.com/'>Kavenegar</a> SMS sending portal.
- PDF & CSV output for users order.
- Cache System (using redis) .
- Special API for Torob.com
- Products discount Countdown .
- Send Email through admin panel.
- Authentication system & forgot password
- Number of Products and Blogs visit
- Block list IPs & Block list user agents
| E-commerce website with Django & JS | django,django-application,django-project,django-website,website,django-shop,shop-website,javascript,python,e-commerce-website | 2023-07-05T15:13:47Z | 2024-05-18T10:49:01Z | null | 1 | 0 | 11 | 0 | 1 | 5 | null | MIT | HTML |
ayushsarode/Javascript-Practice | main | <div align="center">
# Welcome to the Javascript-Practice Repository!

<br>
Beginners can improve their expertise of the Javascript programming language via this repository.<br>
We welcome your participation in expanding this repository by adding your own projects.
<br>
<br>
<img src="https://cdn-images-1.medium.com/v2/resize:fit:1600/1*OF0xEMkWBv-69zvmNs6RDQ.gif" width="400"/>
<br> <br>
Let's collaborate to acquire knowledge through meaningful initiatives!
</div>
<br>
## 🧾 Table of Contents
1. [Introduction to Javascript](#intro)
2. [Contribution Guidelines](#guidelines)
3. [Feedback](#feedback)
4. [License](#license)
5. [Author](#author)
6. [Contributors](#contributors)
<a name="intro"></a>
## 📃 Introduction
Practicing JavaScript is essential for developers in many ways,here are a few-
- `Improve their coding skills`
By practicing JavaScript, developers can improve their coding skills and become more proficient in the language. This can help them to write better code, debug errors more efficiently, and create more complex applications.
- `Stay up-to-date with the latest trends`
JavaScript is constantly evolving, and new frameworks and libraries are being developed all the time. By practicing JavaScript, developers can stay up-to-date with the latest trends and ensure that they are using the most efficient tools for their projects.
- `Create interactive web applications`
JavaScript is a client-side scripting language that allows developers to create interactive web applications. By practicing JavaScript, developers can learn how to use the language to create dynamic user interfaces, animations, and other interactive features.
- `Improve their employability`
JavaScript is one of the most popular programming languages in the world, and many companies are looking for developers who are proficient in the language. By practicing JavaScript, developers can improve their employability and increase their chances of landing a job in the tech industry.
#### Our repository provides you a platform to embark your Open-Source journey and simultaneously enhance your skills as a developer! ✈
<br>
</div> <br>
<a name="guidelines"></a>
## 📝 Contribution Guidelines
Kindly check out the [`CONTRIBUTING.md`](./CONTRIBUTING.MD) file for intructions to keep in mind while contributing to the repo.
<a name="feedback"></a>
## 🌐 Feedback
If you have questions, suggestions, or feedback, feel free to open an [`issue`](https://github.com/ayushsarode/Javascript-Practice/issues) or initiate discussions.
<a name="license"></a>
## License
This repository is available under the [MIT License](./LICENSE.md).
<a name="author"></a>
## 👨💻 Author
- [AyushSarode](https://www.github.com/ayushsarode)
<a name="contributors"></a>
## 👥 Contributors
<a href="https://github.com/ayushsarode/Javascript-Practice/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ayushsarode/Javascript-Practice" />
</a>
<br>
Make sure to ⭐ this repository if you found it helpful!
<br> Happy coding 👨💻👩💻!
| Beginners can improve their expertise of the Javascript programming language via this repository. | hacktoberfest,javascript | 2023-07-18T09:09:39Z | 2023-10-11T07:16:51Z | null | 5 | 14 | 32 | 2 | 3 | 5 | null | MIT | JavaScript |
DevStartGame/rest-countries-api | main | # <center>:file_cabinet: Projeto React.js 01</center>
<br>
## Descrição
Um aplicativo para fazer uma integração com o **[REST Countries API](https://restcountries.com)** para extrair dados dos países e exibi-los na aplicação.
<br>
## Table of contents
- [Descrição](#descrição)
- [Frontend Mentor](#frontend-mentor)
- [Screenshot](#screenshot)
- [Links](#links)
- [Funcionalidades](#funcionalidades)
- [funcionalidades principais](#1-funcionalidades-principais)
- [funcionalidades extras](#2-funcionalidades-extras)
- [Tecnologias Utilizadas](#tecnologias-utilizadas)
- [bibliotecas](#1-bibliotecas)
- [outras](#2-outras)
- [Rodando O Projeto](#rodando-o-projeto)
- [Extensões Do VS Code](#extensões-do-vs-code)
- [Estrutura De Pastas](#estrutura-de-pastas)
- [Colaboradores](#colaboradores)
- [Git Flow](#git-flow)
- [Branches](#1-branches)
- [pull requests](#2-pull-requests)
- [commits](#3-commits)
- [Status Do Projeto](#status-do-projeto)
<br>
## Frontend Mentor
Esta é uma solução para o [desafio da API REST de países com alternância de tema de cores no Frontend Mentor](https://www.frontendmentor.io/challenges/rest-countries-api-with-color-theme-switcher-5cacc469fec04111f7b848ca). Os desafios do Frontend Mentor ajudam você a melhorar suas habilidades de codificação através da construção de projetos realistas.
<br>
## Screenshot

<br>
## Links
- URL no Frontend Mentor: [Add solution URL here](https://your-solution-url.com)
- URL do site em produção: [Add live site URL here](https://your-live-site-url.com)
<br>
## Funcionalidades
O usuários devem ser capazes de:
### 1. funcionalidades principais
- [x] Ver todos os países da API na página inicial.
- [x] Pesquisar um país usando um campo `input`.
- [x] Filtrar países por região.
- [x] Clicar em um país para ver informações mais detalhadas em uma página separada.
- [x] Clicar nos países de fronteira na página de detalhes.
- [x] Alternar o esquema de cores entre o modo claro e escuro.
### 2. funcionalidades extras
- [x] Botão para ver mais países, limitando 16 países na página home.
<br>
## Tecnologias Utilizadas
### 1. bibliotecas
- [React.js](https://react.dev/learn/ "documentação do react.js")
- [React Router Dom](https://reactrouter.com/en/main/ "documentação do react router dom")
- [Axios](https://axios-http.com/ptbr/docs/intro/ "documentação do axios")
- [React Icons](https://react-icons.github.io/react-icons/ "documentação do react icons")
- [React Loading](https://www.npmjs.com/package/react-loading/ "Package do react loading no npm")
### 2. outras
- [Sass](https://sass-lang.com/documentation/ "documentação do sass")
- [Vite](https://vitejs.dev/guide/ "documentação do vite")
- [Storybook](https://storybook.js.org/)
<br>
## Rodando O Projeto
Para rodar o repositório na sua máquina, será necessário clonar o mesmo e dar os respectivos comandos para iniciar um servidor do projeto através do Vite:
```bash
npm install
```
```bash
npm run dev
```
<br>
## Extensões Do VS Code
Também é recomendado a instalação das seguintes extensões para a organização e padronização do projeto:
- [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [ES7+ React/Redux/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets) *(opcional)*
- [Todo Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree) *(opcional)*
<br>
## Estrutura De Pastas
<br>
| Folder | Description |
| ---: | --- |
| `assets/` | Serve para armazenar imagens (imagens leves, se forem pesadas sempre prefira hospedar em uma CDN), ícones, etc. |
| `components/` | Componentes reutilizáveis da aplicação. Componentes que são unidades para sua aplicação, um button, um dropdown, um modal, etc. |
| `hooks/` | Essa pasta é utilizada para armazenar hooks que são genéricos, têm interação com hooks do React (useState, useEffect) e normalmente reutilizáveis e qualquer projeto, exemplos: useScreenSize, useLocalStorage, useSessionStorage, useUserActive. |
| `layout/` | Essa pasta é utilizada para os layouts. |
| `pages/` | As pages são as páginas que usam vários componentes. É essa a página que o usuário vai ver. |
| `services/` | Aqui ficam as configurações de HTTP clientes, normalmente utilizando axios. |
| `store/` | Ficam as definições de state managers, context api, zustand, redux. |
| `utils/` | Funções utilitárias como formatCurrency, formatPhone, convertTimezone, parsePhone (javascript puro). |
<br>
> Esta estrutura de pasta foi inspirada na estrutura de João Bibiano, que se encontra no seguinte repositório: <br> <https://github.com/joaobibiano/react-js-project-structure-lesson/blob/main/README.md> .
<br>
## Colaboradores
<table>
<tr>
<td align="center">
<a href="https://github.com/eriveltondasilva">
<img src="https://github.com/eriveltondasilva.png" min-width="200px" alt="Foto de Erivelton Silva no GitHub"/><br>
<sub>
<b>Erivelton Silva</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Luiz-Honorato">
<img src="https://github.com/Luiz-Honorato.png" min-width="200px" alt="Foto de Luiz Honorato no GitHub"/><br>
<sub>
<b>Luiz Honorato</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/derciojds">
<img src="https://github.com/derciojds.png" min-width="200px" alt="Foto de Dercio JdS no GitHub"/><br>
<sub>
<b>Dercio JdS</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Edlavio">
<img src="https://github.com/Edlavio.png" min-width="200px" alt="Foto de Pedro Alberto no GitHub"/><br>
<sub>
<b>Pedro Alberto</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Manuel-AC-Ventura">
<img src="https://github.com/Manuel-AC-Ventura.png" min-width="200px" alt="Foto de Pedro Alberto no GitHub"/><br>
<sub>
<b>Manuel Ventura</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/fxdias">
<img src="https://github.com/fxdias.png" min-width="200px" alt="Foto de Fernando Ximenes no GitHub"/><br>
<sub>
<b>Fernando Ximenes</b>
</sub>
</a>
</td>
</tr>
</table>
<br>
## Git Flow
### 1. branches
> main -» branch em produção
> dev -» branch para desenvolvimento
Branches locais devem seguir o padrão:
*<iniciais_do_colaborador/identificador_da_task/título_da_task>*
Exemplo:
> WA/TASK-130/Página_de_Detalhes
### 2. pull requests
Cada alteração deve ser feita a partir de PR's.
Devs devem fazer o checkout da `branch dev` e criar uma PR para a mesma (`branch dev`).
Após a PR ser aprovada, o criador da PR deverá fazer o merge (`squash and merge`) e deletar a sua branch.
### 3. commits
Ficou convencionado que não seguiremos padrão, apenas que os commits devem ser em português.
<br>
## Status Do Projeto
:heavy_check_mark: Projeto finalizado :rocket::tada::tada:
<br>
| Um aplicativo para fazer a integração com o REST Countries "API" para extrair os dados do país e exibi-los como nos designs. | javascript,reactjs,vite | 2023-07-13T13:54:55Z | 2023-10-25T01:54:46Z | null | 7 | 39 | 141 | 0 | 1 | 5 | null | null | JavaScript |
Sonikak004/Js-capstone-project | dev | <a name="readme-top"></a>
<div align="center">
<h1><b>PokeFiles</b></h1>
</div>
# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 PokeFiles <a name="about-project"></a>
**PokeFiles** is a place for anyone to find out basic information about selected Pokemons.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/javascript">JavaScript</a></li>
<li><a href="https://webpack.js.org/">Webpack</a></li>
<li><a href="https://jestjs.io/docs/getting-started">Jest</a></li>
</ul>
</details>
<details>
<summary>APIs</summary>
<ul>
<li><a href="https://pokeapi.co/">PokeAPI</a></li>
<li><a href="https://microverse.notion.site/Involvement-API-869e60b5ad104603aa6db59e08150270">Involvement API</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Uses PokeAPI to get all the Pokemon data**
- **Uses Involvement API to display and store likes and comments**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://sonikak004.github.io/Js-capstone-project/dist/)
- [Presentation Video Link](https://drive.google.com/file/d/1-fqY4ifZB5jSK915WDkjqTyszD-0zSuc/view?usp=drive_link)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
- Clone this project.
- Open it in VS code.
- Run `npm install` to install the dependencies
- Run `npm run build` to build the project
- Run `npm start` to open it in the dev server
### Prerequisites
In order to run this project you need:
Git
A GitHub account
VS-Code
<a href="https://github.com/microverseinc/linters-config/tree/master/html-css-js">HTML, CSS, and JavaScript linters</a>
### Setup
Clone this repository to your desired folder:
https://github.com/Sonikak004/Js-capstone-project.git
### Install
Install this project with:
This project doesn't need to be installed
### Usage
REad stats about different Pokemon and leave likes and comments about any of them
### Run tests
To run tests, run the following command: `npm test`
### Deployment
You can deploy this project by using VS-code and injecting it to a browser through a local live server.
Or you can use the dev server. To initiate it, run `npm build run` in your cli and the project will open a dev server at http://localhost:8080/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Sonika**
- GitHub: [@sonikak004](https://github.com/sonikak004)
- Twitter: [@sonikak004](https://twitter.com/sonikak004)
- LinkedIn: [sonikak004](https://linkedin.com/in/sonikak004)
👤 **Alfred**
- GitHub: [@badger-99](https://github.com/badger-99)
- Twitter: [@alpeter91](https://twitter.com/alpeter9)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/alpeter91-7b41a0270/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Add a wide range of Pokemons**
- [ ] **Create Games, Merch and Events pages**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Sonikak004/Js-capstone-project/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project, please give it a star ⭐️
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank <a href="https://www.microverse.org/">Microverse</a> for providing the <a href="https://microverse.notion.site/Involvement-API-869e60b5ad104603aa6db59e08150270">Involvement API</a> as well as the guidelines that made this project possible. We would also like to thank the folks over at <a href="https://pokeapi.co/about">PokeAPI</a> for the hard work they put into maintaining this massivve project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| A small web app built using the PokeAPI to display Pokémon data. Users can like a Pokémon, leave comments, and see real-time like counts using the Involvement API. It showcases data fetching, dynamic rendering, and API integration. | api,css,html5,javascript,jest-tests,pokemon-api | 2023-07-03T06:30:47Z | 2023-08-10T22:19:11Z | null | 2 | 15 | 185 | 0 | 0 | 5 | null | null | JavaScript |
Kaiserabbas/Awesome-books | main | # Awesome-books
<a name="readme-top"></a>
<h3><b>Awesome books: plain JavaScript with objects</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 Awesome Books Project <a name="about-project"></a>
This project has been created for adding books by users and they can delete any book at specified index.
Welcome to my portal for Awesome Books which stores the book data users enter and writes it in the HTML elements.
Created a collection that keeps a list of books.
Created a function to add a new book to the collection, with title and author.
Create a function to remove a book from the books list.
Displayed all books saved in the collection in the top part of the page.
When a user clicks the "Add" button:
A new book is added to the collection.
The new book is displayed on the page.
When a user clicks the "Remove" button:
The correct book is removed from the collection.
The correct book disappears from the page.
Data is preserved in the browser's memory by using [localStorage]
## 🛠 Built With <a name="built-with"></a>
- HTML.
- CSS.
- JavaScript
- LINTERS.
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">Book Stores</a></li>
<li><a href="https://reactjs.org/">Libraries</a></li>
<li><a href="https://reactjs.org/"></a>Schools</li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- Added html.index file.
- Added style.css file.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 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:
- Web Browsers
- Code Editor.
- Git -smc.
### Setup
Clone this repository to your desired folder:
Run this command.
### Install
Install this project with:
Run this command:
- cd my-project
- npm install
### Usage
To run the project, execute the following command:
OPen index.html using live server.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
- Thanks to my coding partner for adding his code part
👤 **Qaisar Abbas**
- GitHub: [@githubhandle](https://github.com/Kaiserabbas/)
- Twitter: [@twitterhandle](https://twitter.com/AbbasKayser)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/qaisar-abbas-21a93840/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] Add form
- [ ] Add title input
- [ ] Add author input
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 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>
## ⭐️ Show your support <a name="support"></a>
If you like this project, Write to me and give me a good rating.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank and appreciate Microverse for arranging challanges for us to enhace our coding skills.add
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Awesome Books is a website where you can create and share your book lists. You can add books to your lists, rate and review books, and see what other people are reading. | bootstrap,css,html,javascript | 2023-07-10T04:07:33Z | 2023-07-12T09:08:16Z | null | 2 | 3 | 33 | 0 | 0 | 4 | null | MIT | JavaScript |
aswingt65/Mulearn-Web-Bootcamp | main | # Mulearn-Web-Bootcamp
Repository for the Web Development Bootcamp hosted by Gtech Mulearn.
| Task No. | Deployment Link |
|:-:|-|
| 1 | [Deploy Your First Website](https://aswingt65-mulearn-web-bootcamp.netlify.app/personal-site/) |
| 2 | [Google.com clone](https://aswingt65-mulearn-web-bootcamp.netlify.app/google-clone/) |
| 3 | [Digital Business Card](https://aswingt65-mulearn-web-bootcamp.netlify.app/business-card/) |
| 4 | [Space Exploration Site](https://aswingt65-mulearn-web-bootcamp.netlify.app/space-exploration/) |
| 5 | [Birthday GIFt Site](https://aswingt65-mulearn-web-bootcamp.netlify.app/birthday-gift/) |
| 6 | [Static Website](https://aswingt65-mulearn-web-bootcamp.netlify.app/static-website/) |
| 7 | [CSS Flex](https://aswingt65-mulearn-web-bootcamp.netlify.app/css-flex/) |
| 8 | [Style Static Website](https://aswingt65-mulearn-web-bootcamp.netlify.app/style-website/) |
| 9 | [Passenger Counter App](https://aswingt65-mulearn-web-bootcamp.netlify.app/passenger-counter/) |
| 10 | [Calculator](https://aswingt65-mulearn-web-bootcamp.netlify.app/calculator/) |
| 11 | [Developer Environment (Landing Page)](https://aswingt65-mulearn-web-bootcamp.netlify.app/landing-page/) |
| 12 | [Blackjack Game](https://aswingt65-mulearn-web-bootcamp.netlify.app/blackjack-game/) |
| 13 | [Fruit Sorting](https://aswingt65-mulearn-web-bootcamp.netlify.app/fruit-sort/) |
| 14 | [Chrome Extention](https://aswingt65.github.io/Mulearn-Web-Bootcamp/chrome-extension/) |
| 15 | [Convert string to number challenge](https://aswingt65-mulearn-web-bootcamp.netlify.app/string-to-number/) |
| 16 | [Mobile App](https://aswingt65-mulearn-web-bootcamp.netlify.app/mob-app/) |
| 17 | [GitHub API](https://aswingt65-mulearn-web-bootcamp.netlify.app/github-api/) |
| 18 | [React info site](https://aswingt65-mulearn-web-bootcamp.netlify.app/react-info/) |
| 19 | [AirBnb clone](https://aswingt65-mulearn-web-bootcamp.netlify.app/airbnb-clone/) |
| 20 | [Meme Generator](https://aswingt65.github.io/Mulearn-Web-Bootcamp/404/) |
| 21 | [Notes App and Tenzies Game](https://aswingt65.github.io/Mulearn-Web-Bootcamp/404/) |
| 22 | [Quiz game](https://aswingt65.github.io/Mulearn-Web-Bootcamp/404/) |
| 23 | [Backend APIs](https://www.freecodecamp.org/certification/aswingt65/back-end-development-and-apis) |
| 24 | [Chat application](https://aswingt65.github.io/Mulearn-Web-Bootcamp/404/) |
| 25 | [Weather app](https://aswingt65.github.io/Mulearn-Web-Bootcamp/404/) |
| 26 | [E-Commerce website](https://aswingt65.github.io/Mulearn-Web-Bootcamp/404/) |
| null | css,html,javascript,landing-page | 2023-07-01T17:04:11Z | 2023-09-30T14:46:54Z | null | 1 | 0 | 138 | 0 | 0 | 4 | null | null | JavaScript |
AnsarIbrahim/Math-Magicians | development |
<!-- TABLE OF CONTENTS -->
<div align="center">
<br/>
# MATH-MAGICIANS

</div>
# 📗 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 -->
# 📖 Math-Magicians-React <a name="about-project"></a>
**Math Magicians** is a React project that showcases a collection of math-related tools and resources, providing an interactive and engaging platform for users to explore and enhance their mathematical skills
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JAVASCRIPT">JAVA-SCRIPT</a></li>
<li><a href="https://developer.mozilla.org/en-US/search?q=React">React</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="#">N/A</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="#">N/A</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Single Page APP**
- **Node js for development**
- **Git-Flow**
- **React-Frontend**
<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://ansaribrahim.github.io/Math-Magicians/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
If you want to get a local copy up and running, please follow these steps.
### Prerequisites
In order to run this project you need:
- Modern Chrome Browser
### Setup
- Clone this repository to your desired folder with the following command
```
git clone git@github.com:AnsarIbrahim/Math-Magicians.git
```
### Install
- Install
```
git --v
node --v
```
### Usage
- To run the project, execute the following command:
- Type cd ```Math-Magicians```
### Run tests
- To run tests, run the following command:
- Run in Terminal
```
npm start
```
### Deployment
- You can deploy this project using the following:
- Type cd
```
Math-Magicians
```
- In Terminal
```
npm start
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Ansar Ibrahim**
- GitHub: [Ansar Ibrahim](https://github.com/AnsarIbrahim)
- Twitter: [Ansar Ibrahim](https://twitter.com/ansaradheeb)
- LinkedIn: [Ansar Ibrahim](https://linkedin.com/in/ansar-ibrahim-61447424a/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Components**
- [ ] **Events**
- [ ] **Fetch data from API**
- [ ] **Full website**
- [ ] **Tests (pair programming)**
<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 please give it a STAR⭐️
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- I would like to thank following
- MicroVerse
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 LICENSE <a name="LICENSE"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Math Magicians is a React project that showcases a collection of math-related tools and resources, providing an interactive and engaging platform for users to explore and enhance their mathematical skills. | bootstrap,gitflow,javascript,linters,react,scss | 2023-07-03T13:04:58Z | 2023-07-13T12:49:37Z | null | 2 | 6 | 24 | 0 | 0 | 4 | null | MIT | JavaScript |
Harshdev625/Portfolio | main | # Portfolio
<p align='center'>
This is my portfolio website build with <a href='https://reactjs.org' target='_blank'>React</a> and hosted with <a href='https://vercel.com/' target='_blank'>Vercel</a>
</p>
<img width="959" alt="Portfolio" src="https://github.com/Harshdev625/Portfolio/assets/98793412/1641af47-f6b0-4baf-bf3b-f066c43aeddd">
<br/>
# Installation
To run the web application locally, you need to install Node.js on your device. Once installed, follow these steps:
<!-- Ordered List -->
1. Clone the repository: `git clone https://github.com/Harshdev625/Portfolio`
2. Now you are ready to start running the application. Use the following commands:
3. Install all the required dependencies using:
``` shell
npm install
```
4. Start the development server using:
``` shell
npm start
```
5. Portfolio is now running on localhost.
# Tech Stack Used





# Contributing
Contributions to the To Do List are welcome! If you encounter any bugs, or issues, or have ideas for improvements, please open an issue on the repository. Pull requests with enhancements are also appreciated.
<p align='center'>
(If you liked the project, give it a star 😃)
</p>
| My personal portfolio made with Reactjs. | bootstrap5,css3,javascript,react,vercel-deployment | 2023-06-30T16:06:11Z | 2023-08-10T13:12:36Z | null | 1 | 0 | 16 | 0 | 0 | 4 | null | null | JavaScript |
tolgaugurlu/AnYela-ChatBot | main | null | AnYela ChatBot, kullanıcılarla etkileşimli ve akıllı iletişim sağlamak için tasarlanmış bir yapay zeka destekli sohbet botudur. | chat,chat-application,chatbot,chatgpt,css3,html5,javascript,makine-ogrenmesi,yapay-ogrenme,yapay-zeka | 2023-07-02T07:54:22Z | 2023-07-02T08:55:32Z | null | 1 | 0 | 6 | 0 | 1 | 4 | null | NOASSERTION | JavaScript |
FisherSHADOW/Wordino-Guessing-Game | master | # Wordino - [Word guessing game]
## Description
### gameplay
Wordino is a game based on hang man game built using HTML, CSS, and JavaScript in english and persian language. The game challenges players to guess a word by suggesting letters, one at a time. Each correct letter guessed is revealed in the word, while incorrect guesses accumulate towards a maximum allowed limit. The game provides players with a fun and educational way to expand their vocabulary and improve their word-guessing skills.
### How to Play
1. When you start the game, a random word will be selected from a list of predefined words, and the corresponding question related to the word will be displayed.
2. The word is represented by a series of underscores, each representing a letter of the word. Players need to guess the letters one by one to complete the word.
3. Click on the on-screen keyboard buttons to suggest a letter. If the letter is correct, it will be revealed in the word, and you can continue guessing other letters.
4. If the suggested letter is incorrect, the game will keep track of the wrong guesses. Be careful not to exceed the maximum allowed wrong guesses (currently set to 5), or the game will be over.
5. The game will track your score, and each correct word completion will earn you 10 points. Your current score will be displayed in the game interface.
6. If you manage to complete the word before reaching the maximum number of wrong guesses, you win the round, earn points, and a new word will be presented for the next round.
7. The game also keeps track of your highest score. If you beat your previous high score, it will be updated in your profile.
## How to Run the Game
1. Clone or download the game repository from the provided link.
2. Open the index.html file in a web browser that supports HTML5, CSS3, and JavaScript.
3. The game will load, and you can start playing by interacting with the on-screen keyboard buttons.
4. Enjoy the Wordino game and have fun guessing words!
### Credits
The Wordino game was developed as a mid-term project for the HTML, CSS, and JavaScript course. The project was created by:
[FisherSHADOW](https://github.com/FisherSHADOW).
### Screenshots

| 🔶Wordino Guessing Game | Mid-term project🔶 | adobe-photoshop,css3,html5,javascript | 2023-07-13T14:15:22Z | 2023-07-31T09:29:27Z | null | 1 | 0 | 34 | 0 | 0 | 4 | null | null | JavaScript |
Hashuudev/50-Projects-in-50-Days | main | # 50-Projects-in-50-Days
A collection of mini web projects written in plain HTML, CSS and JavaScript.
Based on projects from _Brad Traversy and Florin Pop's_ course: [50 Projects In 50 Days - HTML, CSS & JavaScript](https://www.udemy.com/course/50-projects-50-days/)
Live Demo links aren't deployed yet. Stay Tuned!
| # | Projects | Live Demo |
|----------|----------|----------|
| 1 | Expanding-Cards | [Live Demo](https://hashuudev-expanding-cards.netlify.app/) |
| 2 | Progress-Steps | [Live Demo](https://hashuudev-progress-steps.netlify.app/) |
| 3 | Rotating-Navigation | [Live Demo](https://hashuudev-rotating-navigation.netlify.app/) |
| 4 | Hidden-Search-Widget | [Live Demo](https://hashuudev-hidden-search-widget.netlify.app/) |
| 5 | Blurry-Loading-Image | [Live Demo](https://hashuudev-blurry-loading.netlify.app/) |
| 6 | Scroll-Animation | [Live Demo](https://hashuudev-scroll-animation.netlify.app/) |
| 7 | Split-Landing-Page | [Live Demo](https://hashuudev-split-landing-page.netlify.app/) |
| 8 | Form-Wavy-Animation | [Live Demo](https://hashuudev-form-wavy-animation.netlify.app/) |
| 9 | Sound-Board | [Live Demo](https://hashuudev-sound-board.netlify.app/) |
| 10 | Dad-Jokes | [Live Demo](https://hashuudev-dad-jokes.netlify.app/) |
| 11 | Event-Keycodes | [Live Demo](https://hashuudev-event-keycodes.netlify.app/) |
| 12 | FAQ-Collapse | [Live Demo](https://hashuudev-faq-collapse.netlify.app/) |
| 13 | Random-Choice-Picker | [Live Demo](https://hashuudev-choice-picker.netlify.app/) |
| 14 | Animated-Navigation | [Live Demo](https://hashuudev-animated-navigation.netlify.app/) |
| 15 | Incrementing-Counter | [Live Demo](https://hashuudev-incrementing-counter.netlify.app/) |
| 16 | Drink-Water | [Live Demo](https://hashuudev-drink-water.netlify.app/) |
| 17 | Movie-App | [Live Demo](https://hashuudev-movie-app.netlify.app/) |
| 18 | Background-Slider | [Live Demo](https://hashuudev-background-slider.netlify.app/) |
| 19 | Theme-Clock | [Live Demo](https://hashuudev-theme-clock.netlify.app/) |
| 20 | Button-Ripple-Effect | [Live Demo](https://hashuudev-button-ripple-effect.netlify.app/) |
| 21 | Drag-n-Drop | [Live Demo](https://hashuudev-drag-n-drop.netlify.app/) |
| 22 | Drawing-App | [Live Demo](https://hashuudev-drawing-app.netlify.app/) |
| 23 | Kinetic-Loader | [Live Demo](https://hashuudev-kinetic-loader.netlify.app/) |
| 24 | Content-Placeholder | [Live Demo](https://hashuudev-content-placeholder.netlify.app/) |
| 25 | Sticky-Navigation | [Live Demo](https://hashuudev-sticky-nav.netlify.app/) |
| 26 | Double-Vertical-Slider | [Live Demo](https://hashuudev-vertical-slider.netlify.app/) |
| 27 | Toast-Notification | [Live Demo](https://hashuudev-toast-notification.netlify.app/) |
| 28 | Github-Profiles | [Live Demo](https://hashuudev-github-profiles.netlify.app/) |
| 29 | Double-Click-Heart | [Live Demo](https://hashuudev-double-click-heart.netlify.app/) |
| 30 | Auto-Text-Effect | [Live Demo](https://hashuudev-auto-text-effect.netlify.app/) |
| 31 | Password-Generator | [Live Demo](https://hashuudev-password-generator.netlify.app/) |
| 32 | Good-Cheap-Fast | [Live Demo](https://hashuudev-good-cheap-fast.netlify.app/) |
| 33 | Notes-App | [Live Demo](https://hashuudev-notes-app.netlify.app/) |
| 34 | Animated-Countdown | [Live Demo](https://hashuudev-animated-countdown.netlify.app/) |
| 35 | Image-Carousel | [Live Demo](https://hashuudev-image-carousel.netlify.app/) |
| 36 | Hoverboard | [Live Demo](https://hashuudev-hoverboard.netlify.app/) |
| 37 | Pokedex | [Live Demo](https://hashuudev-pokedex.netlify.app/) |
| 38 | Mobile-Tab-Navigation | [Live Demo](https://hashuudev-mobile-tab-navigation.netlify.app/) |
| 39 | Password-Strength-Background | [Live Demo](https://hashuudev-password-strength.netlify.app/) |
| 40 | 3d-Boxes-Background | [Live Demo](https://hashuudev-3d-boxes-background.netlify.app/) |
| 41 | Verify-Account-Ui | [Live Demo](https://hashuudev-verify-account.netlify.app/) |
| 42 | Live-User-Filter | [Live Demo](https://hashuudev-live-user-filter.netlify.app/) |
| 43 | Feedback-Ui-Design | [Live Demo](https://hashuudev-feedback-ui.netlify.app/) |
| 44 | Custom-Range-Slider | [Live Demo](https://hashuudev-custom-range-slider.netlify.app/) |
| 45 | Netflix-Mobile-Navigation | [Live Demo](https://hashuudev-netlflix-mobile-navigation.netlify.app/) |
| 46 | Quiz-App | [Live Demo](https://hashuudev-quiz-app.netlify.app/) |
| 47 | Testimonial-Box-Switcher | [Live Demo](https://hashuudev-testimonial-box.netlify.app/) |
| 48 | Random-Image-Feed | [Live Demo](https://hashuudev-random-image-feed.netlify.app/) |
| 49 | Todo-List | [Live Demo](https://hashuudev-todolist.netlify.app/) |
| 50 | Insect-Catch-Game | [Live Demo](https://hashuudev-insect-catch-game.netlify.app/) |
| 50 Projects in 50 Days - HTML, CSS, and JavaScript | beginner-friendly,css,html,javascript,50-days-of-code,50days50projects,beginner-project,developer-portfolio,junior-frontend-developer,practice-project | 2023-07-12T19:32:14Z | 2023-09-18T17:34:30Z | null | 1 | 0 | 264 | 0 | 1 | 4 | null | null | CSS |
Kaiserabbas/todo-list | main | # To-Do List Project
<h2><b>To-Do List Project</b></h2>
The To-Do List Application is a simple web-based task management tool that allows users to create, view, edit, and delete tasks. This application is designed to help individuals organize their tasks and keep track of their daily activities.
This is a simple web application that allows you to manage your to-do list. You can add, edit, and remove tasks as needed. The application is built using HTML, CSS, and JavaScript.
## Features
The To-Do List Application comes with the following features:
Task Creation: Users can easily create new tasks by providing a task name, description, and due date. Each task is then added to the list of pending tasks.
Task View: Users can view their list of pending tasks, sorted by due date or priority, to have a clear overview of their pending tasks.
Task Editing: Users can modify task details, such as the name, description, due date, or priority level. This allows users to keep their tasks up-to-date as their requirements change.
Task Completion: Users can mark tasks as complete once they finish them. Completed tasks are moved to a separate list, providing a sense of accomplishment.
Task Deletion: Users can delete tasks they no longer need or want to track. This helps keep the task list relevant and clutter-free.
Task Search: The application allows users to search for specific tasks based on keywords or due dates. This feature is handy when dealing with a large number of tasks.
## Installation
Clone the repository:
```shell
git clone https://github.com/Kaiserabbas/to-do-list.git
## 🛠 Built With
- HTML.
- CSS.
- JavaScript
- LINTERS.
## Usage
- Start the application:
- bash
- Copy code
- npm start
1- Open your web browser and navigate to http://localhost:3000 to access the To-Do List Application.
2- Create a new task by clicking the "Add Task" button and filling out the necessary details.
3- View your list of pending tasks and use the various options (edit, mark as complete, delete) to manage your tasks.
4- Use the search feature to find specific tasks based on keywords or due dates.
## 👥 Authors
- Thanks to my coding partner for adding his code part
👤 **Qaisar Abbas**
- GitHub: [@githubhandle](https://github.com/Kaiserabbas/)
- Twitter: [@twitterhandle](https://twitter.com/AbbasKayser)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/qaisar-abbas-21a93840/)
## 🤝 Contributing
- Contributions to the To-Do List Application are welcome and encouraged. If you find any issues or have ideas for improvements, feel free to open an issue or submit a pull request. Please follow the existing code style and maintain clear commit messages.
## ⭐️ Show your support
If you like this project, Write to me and give me a good rating.
## 🙏 Acknowledgments
I would like to thank and appreciate Microverse for arranging challanges for us to enhace our coding skills.add
## 📝 License
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code for personal and commercial purposes. See the LICENSE file for more details.
```
| The To-Do List Website is a simple and easy-to-use website that allows you to keep track of your tasks. You can create tasks, set deadlines, and prioritize your tasks. You can also view your tasks in a variety of ways, such as by due date, priority, or category. | css,html,javascript | 2023-07-18T23:46:53Z | 2023-07-25T03:56:49Z | null | 1 | 3 | 28 | 1 | 0 | 4 | null | MIT | JavaScript |
Kaiserabbas/Capstone | main | # My-Professional-Portofolio
<a name="readme-top"></a>
<div align="center">
<img src="./assests/udle-2022-main.webp" alt="logo" srcset="" />
<br/>
<h3><b>Urban Design & Landscape Expo 2023</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 My Portofolio <a name="about-project"></a>
This project has been created for Big 5. Which is the largest and most influential event for the construction industry with its global hub in Dubai acting as the gateway between East and West.
Our mission is to unite the global construction community and provide leading-edge innovation, knowledge, and business opportunities for industry stakeholders to connect, grow, and succeed.
We believe in accelerating progress in the construction industry to support economic growth and promote a healthier and more sustainable built environment around the world.
## 🛠 Built With <a name="built-with"></a>
- HTML.
- CSS.
- JavaScript
- LINTERS.
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">Big5</a></li>
<li><a href="https://reactjs.org/">Urban Design & Landscape Expo</a></li>
<li><a href="https://reactjs.org/"></a>Dubai Expo 2020</li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- Added html.index file.
- Added style.css file.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 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:
- Web Browsers
- Code Editor.
- Git -smc.
### Setup
Clone this repository to your desired folder:
Run this command.
### Install
Install this project with:
Run this command:
- cd my-project
- npm install
### Usage
To run the project, execute the following command:
OPen index.html using live server.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
- redit to <a href = "https://www.behance.net/adagio07">Cindy Shin</a> the <a href="https://www.behance.net/gallery/29845175/CC-Global-Summit-2015">author of the original design</a>, as required by the <a href="https://creativecommons.org/licenses/"> Creative Commons License</a>.
👤 **Qaisar Abbas**
- Webpage Link (https://kaiserabbas.github.io/Capstone/)
- My Video Presentation:(https://www.loom.com/share/ff730e65243143dbbacefbd465bc5a13?sid=31c52f21-5ed3-4be5-94d5-3aa4d3739b93)
- GitHub: [@githubhandle](https://github.com/Kaiserabbas/)
- Twitter: [@twitterhandle](https://twitter.com/AbbasKayser)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/qaisar-abbas-21a93840/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] Add Header
- [ ] Add Navigation Bar
- [ ] Add Headline
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 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>
## ⭐️ Show your support <a name="support"></a>
If you like this project, Write to me and give me a good rating.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank and appreciate <a href = "https://www.behance.net/adagio07">Cindy Shin</a> the <a href="https://www.behance.net/gallery/29845175/CC-Global-Summit-2015">author of the original design</a>, as required by the <a href="https://creativecommons.org/licenses/"> Creative Commons License</a> for helping me to create this web portal.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Urban Design & Landscape Expo is a prominent platform for the urban design and landscape industry to expand your business in the Middle East, Africa and South Asia. The event offers live product showcases, knowledge exchange, and networking opportunities, all alongside the prestigious Big 5 Global event. | bootstrap,css,html,javascript | 2023-07-06T04:28:48Z | 2023-07-06T16:25:56Z | null | 1 | 1 | 18 | 2 | 0 | 4 | null | MIT | CSS |
Sayan-Maity/Portfolio-V2 | main | # Portfolio
> Atlast after a lot of procrastination, I have decided to make my Portfolio
## Journey Begins
| Stay tuned for the magic ✨ | mongodb,nodejs,typescript,javascript,portfolio,expressjs,google-bard | 2023-06-30T12:21:32Z | 2024-04-05T11:26:54Z | null | 1 | 0 | 235 | 0 | 0 | 4 | null | null | TypeScript |
birg81/teachingCodeRepo | main | null | Hi Guys. I'm Biagio, teacher of Computer Science. This repository is where I share code co-developed during our lessons, providing interesting solutions to programming problems. Share your favorite one(s) with friends and colleagues, and if you have any suggestions or edits, I'll be happy to consider them. | css,database,datawarehouse,development,hashing,html5,java,javascript,jwt-token,php | 2023-07-04T06:38:03Z | 2024-03-13T19:35:25Z | null | 2 | 3 | 137 | 0 | 0 | 4 | null | Apache-2.0 | Java |
AnadeOre/AniMaths | master | # AniMaths
   
- Redux was used to change languages: English and Spanish.
### Live version [here](https://animaths.vercel.app)
### Animations are made with [Mafs](https://mafs.dev)
#### Light mode:

#### Dark mode:

### Time to learn!

| Learn maths with animations - Made with Next js and Mafs | animations,javascript,mafs,maths,nextjs,react | 2023-07-02T21:51:02Z | 2024-03-23T12:43:53Z | null | 1 | 7 | 52 | 0 | 0 | 4 | null | null | JavaScript |
souravsb66/WanderWorld | main | # Project Title
WanderWorld - Making travel easy & memorable
Deployed Link : https://wanderworld.netlify.app/
# Description
Welcome to our project! This is a travel website made with the help of techstacks such as HTML, CSS and Javascript. The website allows users to easily login, logout, book tourist spots and make payments in the website without any flutter or delay. We hope you enjoy and we look forward to your contributions!
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
* Command-line basics
Creating, copying, and removing files and directories
* HTML
Semantic elements, tags
Attributes
* CSS
Class
id
Selectors
Box model
Display
Color: hexadecimal, rgb and named
Flexbox
Grid
* Git & Git workflow
git clone
git add
git commit
git branch
git push
git pull
* GitHub
Create a repository
Deploy to personal branches and pages
### Prerequisites
The things you need before installing the software.
* You need this
* And you need this
* Oh, and don't forget this
### Installation
A step by step guide that will tell you how to get the development environment up and running.
```
$ Installing Visual Studio Code. VS Code has support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. Users can change the theme, add keyboard shortcuts, edit preferences, and install extensions to add functionality.
$ Adding extension of live server to load the HTML document in the browser automatically after saving the current work each time.
## Usage
A few examples of useful commands and/or tasks.
```
$ First example
$ Second example
$ And keep this in mind
```
## Deployment
Additional notes on how to deploy this on a live or release system. Explaining the most important branches, what pipelines they trigger and how to update the database (if anything special).
### Server
* Live:
* Release:
* Development:
### Branches
* Master:
* Feature:
* Bugfix:
* etc...
## Additional Documentation and Acknowledgments
* Project folder on server:
* Confluence link:
* Asana board:
* etc...
| WanderWorld is a travel website made with the help of techstacks such as HTML, CSS and Javascript. The website allows users to easily login, logout, book tourist spots and make payments | css,html,javascript,json-server,tourism-website,traveling | 2023-07-18T06:36:11Z | 2023-12-12T08:25:10Z | null | 4 | 34 | 89 | 1 | 3 | 4 | null | null | HTML |
warengonzaga/3m-logo-builder | main | # 3 Million Logo Builder
> **Warning**: This is a meme open-source project. It is not intended to be used in production. Use this at your own risk. 😂😂😂
[](https://github.com/warengonzaga) [](https://github.com/sponsors/warengonzaga) [](https://github.com/warengonzaga/3m-logo-builder/releases) [](https://github.com/warengonzaga/3m-logo-builder/stargazers) [](https://github.com/warengonzaga/3m-logo-builder/blob/main/license)
The **3 Million Logo Builder** is a simple Node.js tool that allows you to make your logo worth ₱3 Million by adding crazy gradient overlay into your existing logo programmatically. ([icymi](https://mb.com.ph/2023/7/13/nagsasayang-ng-pera-house-probe-on-pagcor-s-new-logo-sought)) 😂😂😂
## 📷 Demo
| Before | After |
| :---: | :---: |
|  |  |
> This is logo of [Open Source Software Philippines](https://ossph.org) community before and after using this project. 😂
## 🤔 Why I Build This?
I build this project because why not? I'm curious how I can turn any existing logo into gradient of red and blue color style by just automating it programmatically. 😂
[Learn More] _(my write up about this project)_
## 📝 Requirements
### 🖼️ Image/Logo
- Existing logo of your company or organization. (Preferably in PNG format)
- Dimension of the logo must be 512x512 pixels.
- Must be in white color format or variation.
## 🚀 Getting Started
1. Clone the repository.
2. Navigate to the root folder.
3. Run `yarn install` to install dependencies.
4. Place your existing logo in `input` folder.
5. Run `yarn build` to start generating your new logo.
6. Get your logo in `output` folder.
7. Done... 🎉🎉🎉
## 🙋♂️ FAQs
### Do you have plans to create a GUI/Dashboard version of this?
No, I don't have plans to create a GUI version of this. I'm too lazy to do that and I have skill issues. 😂 If you are building a version of this in GUI let me know I'll add your project here. 😂
### Can I use this in production?
No, this is just a meme project. 😂
### Can I use this for my company?
Yes, you can use this for your company. But I'm not responsible for any legal issues that may arise. 😂
### Are you planning to add more features?
No, I don't have plans to add more features. But if you have any suggestions feel free to create a pull request. 🫡
### Can I contribute to this project?
Yes, you can contribute to this project. Just create a pull request and we will review your code. 🙏
### Can we expect a CLI version of this?
If we reach 500 active users, we can consider implementing this feature in the future. 👀
## 🎯 Contributing
Contributions are welcome, create a pull request to this repo and we will review your code. Please consider to submit your pull request to the `dev` branch. Thank you!
Read the project's [contributing guide](./contributing.md) for more info.
## 🐛 Issues
Please report any issues or bugs by [creating a new issue here](https://github.com/warengonzaga/3m-logo-builder/issues/new/choose), also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! 🙏✨
## 📋 Code of Conduct
Read the project's [code of conduct](./code_of_conduct.md).
## 📃 License
This project is licensed under [GNU General Public License v3](https://opensource.org/licenses/GPL-3.0).
## 📝 Author
This project is developed and maintained by [Waren Gonzaga](https://github.com/warengonzaga) with the help of awesome [contributors](https://github.com/warengonzaga/3m-logo-builder/graphs/contributors).
[](https://github.com/warengonzaga/3m-logo-builder/graphs/contributors)
---
💻💖☕ by [Waren Gonzaga](https://warengonzaga.com) | [He is Awesome](https://www.youtube.com/watch?v=HHrxS4diLew&t=44s) 🙏
| Make your logo worth 3M by adding crazy gradient overlay into it programmatically. 🫡 | builder,generator,javascript,logo,maker,meme,nodejs,tool | 2023-07-14T12:06:52Z | 2024-05-07T08:48:54Z | 2023-07-14T15:05:54Z | 1 | 0 | 8 | 0 | 1 | 4 | null | GPL-3.0 | JavaScript |
vishalsingh2972/JS-Chess | main | # JS-Chess 🏁
## About the Project
This project is a simple chess game built using vanilla JavaScript. It is a playable game, but it is still in the early stages of development. The game is played on a 64-square board, with 8 rows and 8 columns.
This project was built as a way to learn more about JavaScript. It was also a fun challenge to try to build a complete game using only vanilla JavaScript.
## Ideas for Future Updates
The project is still under development, and there are a number of features that I would like to add in the future. These features include:
- ```A timer``` : This would add an element of strategy and urgency to the game. Players would have to think carefully about their moves and make sure they don't run out of time.
- ```A move list``` : This would allow players to see all of the moves that have been made in the game, which could be helpful for learning and analyzing the game.
- ```An AI opponent``` : This would allow players to play against a computer, which could be a more challenging and rewarding experience, additionally also allow players to choose different levels of difficulty for the AI opponent.
- ```A better user interface``` : use React to create a more interactive and user-friendly UI which would make the game more visually appealing and easier to use.
- ```Add Database``` : use MySQL to store the data for your chess game. The database would contain tables for the pieces, the moves, and the scores.This would also allow you to track the rankings of the players over time.
- ```Setup Backend Services``` : use Spring Boot to create a REST API for your chess game. This API would expose endpoints for creating, updating, and deleting games, as well as for retrieving the current state of a game.
- ```Social features``` : add social features such as the ability to friend other players, chat with them, and challenge them to games. This would make the game more social and engaging.
- ```AWS``` : use AWS to host your chess game on an EC2 instance. You could also use AWS S3 to store the static assets for your game, such as the images of the pieces.
- ```Docker``` : use Docker to package your chess game into a container. This would allow you to easily deploy your game to different environments, such as AWS or your local machine, additionally you can also use Docker to test your chess game in different environments. This would allow you to ensure that your game works correctly in different environments.
- ```Kubernetes``` : use Kubernetes to deploy your chess game to a cluster of servers. This would allow you to scale your game up or down as needed.
- ```Bug fixes``` : No game is perfect, so it's always a good idea to fix any bugs that you find.
I'm always looking for ways to improve the game, so if you have any suggestions for new features, please feel free to submit a [pull request](https://github.com/vishalsingh2972/JS-Chess/pulls) for review. I'd love to hear your ideas!
## Project Demo
https://github.com/vishalsingh2972/JS-Chess/assets/106817047/a434b225-b02c-432b-bfec-9188894e8eb5
| Chess game built using JavaScript ♛♔ | javascript,javascript-game,vanilla-javascript | 2023-07-02T11:15:16Z | 2023-07-08T20:59:54Z | null | 1 | 1 | 75 | 0 | 0 | 4 | null | null | JavaScript |
yinonhever/audiophile-ecommerce-app | main | 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).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
| A demo e-commerce store built as a full-stack application with Next.js, TypeScript and Mongoose and styled with SCSS. | animations,braintree,e-commerce,framer-motion,full-stack,javascript,mongodb,mongoose,nextjs,online-store | 2023-07-02T13:38:53Z | 2024-01-12T22:43:40Z | null | 1 | 0 | 90 | 0 | 0 | 4 | null | null | TypeScript |
absterjr/nextjs-tailwind-porfolio | main | # Aryaman's Portfolio
This project is a personal portfolio website for Aryaman, showcasing his skills, education, experience, and projects in the field of data science.
Click [Here](https://portfolio-absterjr.vercel.app/) to view.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies](#technologies)
- [Contributing](#contributing)
- [License](#license)
## Description
Aryaman's Portfolio is a website built with Next.js and Tailwind CSS that serves as a showcase for his professional profile, skills, education, experience, and projects. The website is designed to provide an interactive and visually appealing user experience.
## Features
- Home section with Aryaman's name, position, and social media links.
- Bio section with a profile image and information about Aryaman.
- Education section with a timeline-like presentation of educational achievements.
- Skills section highlighting Aryaman's programming and data science skills.
- Experience section showcasing Aryaman's work experience.
- Projects section displaying a collection of projects with images, descriptions, and links to GitHub repositories.
- Responsive design for optimal viewing on different devices.
## Installation
To run the project locally, follow these steps:
1. Clone the repository: `git clone https://github.com/aryaman-portfolio.git`
2. Navigate to the project directory: `cd aryaman-portfolio`
3. Install the dependencies: `npm install`
## Usage
To start the development server and view the project:
1. Run the development server: `npm run dev`
2. Open your web browser and visit: `http://localhost:3000`
## Technologies
The project is built using the following technologies:
- Next.js: A React framework for building server-side rendered and static websites.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- React: A JavaScript library for building user interfaces.
- HTML: The standard markup language for creating web pages.
- CSS: The language for styling web pages.
## Contributing
Contributions are welcome! If you spot any issues or have suggestions for improvement, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
| A nextjs and tailwindcss portfolio website | css,javascript,nextjs,tailwindcss,typescript,learn,collaborate | 2023-07-09T12:33:32Z | 2023-07-10T06:40:09Z | null | 1 | 0 | 13 | 1 | 1 | 4 | null | MIT | JavaScript |
shubham-mehta26/Sorting-Visualizer-React | main | # Sorting Visualizer
This is a web application built using **React** that allows you to visualize various sorting algorithms in action. You can observe how different algorithms manipulate and rearrange elements in real time, providing a visual representation of the sorting process.
The Sorting Visualizer is accessible through the following link: [https://sorting-visualizer26.netlify.app/](https://sorting-visualizer26.netlify.app/)
## Features
- **Sorting Algorithms**: The application supports several popular sorting algorithms, including Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort. You can choose any algorithm and observe its execution step-by-step.
- **Random Array Generation**: The application generates random arrays of various sizes to demonstrate the sorting algorithms. The size of the array can be adjusted, allowing you to observe the behavior of the sorting algorithms with different input sizes.
- **Speed Control**: You can control the speed at which the sorting algorithms execute. The speed slider enables you to adjust the delay between each step of the sorting process, providing a clear visualization of the algorithm's operations.
- **Color-coded Visualization**: The application utilizes color-coded bars to represent the sorted elements. The height of the bars corresponds to the magnitude of the elements, while different colors help distinguish between sorted and unsorted elements.
- **Attractive UI and Dark Mode**: The application comes with an attractive landing page that makes the webpage attractive. Dark Mode is also added for the user's preference.
- **Algorithm Descriptions**: Each sorting algorithm comes with a brief description, explaining its logic and how it operates. This information can be accessed in the sidebar, allowing you to better understand each algorithm's behavior.
- **Responsive Design**: The web application is designed to be responsive and works well on various devices, including desktops, laptops, tablets, and mobile phones. You can enjoy the sorting visualizations and explore the algorithms regardless of the device you're using.
## Sorting Visualizer Screenshots
Here are some screenshots of the Sorting Visualizer in action:
<img src="/screenshots/screenshot1.jpg" alt="Screenshot 1" style="max-width: 50%;">
<img src="/screenshots/screenshot2.jpg" alt="Screenshot 2" style="max-width: 50%;">
## Usage
1. Open the Sorting Visualizer using the provided link: [https://sorting-visualizer26.netlify.app/](https://sorting-visualizer26.netlify.app/)
2. Choose a sorting algorithm from the options available on the sidebar.
3. Adjust the size of the array using the range slider. This will determine the number of elements in the array to be sorted.
4. Use the speed slider to control the speed of the sorting algorithm. Move the slider to the left for slower execution and to the right for faster execution.
5. Click the "Generate New Array" button to create a random array for sorting.
6. Click the "Sort" button to start the visualization of the selected sorting algorithm. Observe the bars moving and changing color as the algorithm progresses.
7. If desired, you can stop the visualization using the "Stop" button or reset the array using the "Generate New Array" button.
8. To explore the details of each sorting algorithm, click on its name in the sidebar. A brief description will appear, explaining the algorithm's logic and behavior.
## Technologies Used
The Sorting Visualizer web application was built using the following technologies and libraries:
- **React**: A JavaScript library for building user interfaces.
- **React Hooks**: The application utilizes React hooks such as `useState`, `useEffect`, `useCallback`, and `useRef` to manage state, perform side effects, and create references to DOM elements.
- **React Router**: The routing functionality is implemented using React Router, allowing for navigation between different components.
## Acknowledgments
The Sorting Visualizer is based on the concepts and principles of various sorting algorithms. The project was developed for educational purposes, aiming to provide an interactive and visual representation of these algorithms.
| The following project was made for the learning development of React and its Libraries. | css,html5,javascript,react,react-hooks,react-router,responsive-design,sorting-algorithms,sorting-visualization,nodejs | 2023-07-11T11:26:04Z | 2023-07-15T16:34:01Z | null | 1 | 0 | 16 | 0 | 0 | 4 | null | null | JavaScript |
IsaMarvin/personal-portfolio | main | <a name="readme-top"></a>
<div align="center">
<h1><b>Portfolio Microverse</b></h1>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Personal Portfolio <a name="about-project"></a>
This is the Portfolio Microverse project! I've created it using HTML and CSS. It includes the implementation of the entire page as per the provided design.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.spec.whatwg.org/multipage//">HTML</a></li>
<li><a href="https://www.w3.org/TR/CSS/#css/">CSS</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
Key Features: Local Storage for Form Data
- Automatic Data Preservation: The implemented local storage functionality ensures that user-entered data in the form is automatically saved. Even if users navigate away from the page or accidentally refresh it, their input remains intact, providing a seamless experience.
- Persistent User Sessions: Users can return to the form at a later time and find their previously entered data still available. This feature eliminates the need for users to re-enter information, enhancing user satisfaction and convenience.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
> link to the live version.
- [Live Demo Link](https://isamarvin.github.io/personal-portfolio/)
<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:
1. A web browser.
2. A code editor.
3. Git.
### Setup
Clone this repository to your desired folder:
Run the following command:
```sh
cd your-folder
git clone git@github.com:IsaMarvin/personal-portfolio.git
```
### Install
Install this project with:
Run command:
- cd your-folder
``` npm install ```
### Usage
To run the project, execute the following command:
Open index.html using live server extension.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 IsaMarvin
- GitHub: [IsaMarvin](https://github.com/IsaMarvin)
👤 **Vivek Raj**
- GitHub: [@githubhandle](https://github.com/VivekRaaZ?tab=repositories)
- Twitter: [@twitterhandle](https://twitter.com/BossVivekRaj)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/vivek-raj-a78b92256/)
👤 José De La Rosa
- GitHub: [@jrraul4](https://github.com/jrraul4)
- Twitter: [@joserauldelaro1](https://twitter.com/joserauldelaro1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jose-raul-de-la-rosa-98aa70265/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [] **[User-Friendly Reset Option For Form]**
- [] **[Code Refactoring]**
- [] **[Integration of Real Data]**
<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](https://github.com/IsaMarvin/personal-portfolio/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 just give it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- Hat tip to anyone whose code was used
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Software Developer Portfolio Website made using Vanilla HTML5, CSS3, and linters. https://isamarvin.github.io/personal-portfolio/ | css3,html5,javascript | 2023-07-05T15:22:37Z | 2023-08-03T15:26:13Z | null | 7 | 10 | 80 | 2 | 1 | 4 | null | MIT | JavaScript |
Pablo-Restrepo/WhatsApp-Bot | main | # WhatsApp Bot
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](https://nodejs.org/)
[](https://expressjs.com/)
[](https://github.com/pedroslopez/whatsapp-web.js)
[](https://www.npmjs.com/package/qrcode-terminal)
[](https://www.npmjs.com/package/mime-types)
This is a WhatsApp bot created in JavaScript.
## Functionalities:
### 1. Image to Sticker Conversion
This functionality allows users to easily convert images into stickers for sharing and fun interactions on WhatsApp:
<p align="center">
<img src="docs/image.png">
</p>
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/Pablo-Restrepo/whatsapp-bot.git
```
2. Navigate to the project folder:
```bash
cd WhatsApp-Bot
```
3. Install the project dependencies:
```bash
npm install
```
## Usage
1. Start the bot by running the following command:
```bash
npm start
```
2. Scan the QR code with your mobile device using WhatsApp to access WhatsApp Web.
## License
This project is licensed under the GNU General Public License v2.0. See the `LICENSE` file for more details.
| This is a WhatsApp bot created in JavaScript. | bot,javascript,whatsapp,whatsapp-bot | 2023-07-09T12:48:21Z | 2024-03-12T21:51:29Z | 2023-08-07T16:33:50Z | 1 | 0 | 17 | 0 | 0 | 4 | null | GPL-2.0 | JavaScript |
jaycka/web-development-projects | main | # Web Development Projects
Here is my journey of learning front-end web development following [Udemy 2023 Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/), all projects are tutorial based and for learning purposes, each project will have its own repo for hosting and demostration purposes.
___
## Day 11 Project: Move-it
Build a fully reseponsive frontpage for Move-it, a fictious moving startup in San Francisco.
[SEE IT LIVE HERE.](https://jaycka.github.io/move-it/)
**Concepts and skills used in this project:**
`html` | `css` | `bootstrap`
**Screenshot**

___
## Day 11 Project: TinDog
Build a fully reseponsive frontpage for the app TinDog- Tindor for Dogs!
[SEE IT LIVE HERE.](https://jaycka.github.io/tindog/)
**Concepts and skills used in this project:**
`html` | `css` | `bootstrap`
**Screenshot**

___
## Day17 Project: Dicee-it
Project for Day 17 of Udemy 2023 Web Development Bootcamp: A stylish, fully interactive, fully responsive, fun dice game website that help you and your friends settling things out!
[SEE IT LIVE HERE.](https://jaycka.github.io/dicee-it/)
**Concepts and skills used in this project:**
`HTML` | `CSS` | `JavaScript` | `Bootstrap` | `FLEX` | `GRID`
**Features:**
* Roll the dice and settle the arguments;
* User name input real time display;
* Add / Remove players, support 2~6 players;
* Gradient decent background;
* See the results at a glance with neumorphic styles;
**Demo**
<img src='./screenshots/dice-it-demo.gif' width=100% />
___
## Day18 Project: Drum-it
Project for Day 18 of Udemy 2023 Web Development Bootcamp: A simple, fully responsive, fully interactive, fun drum set webset where you can hear different drum kit! Play it by either press the physical keyboard or click on-screen keys or simply click on the different part of drum image!
[SEE IT LIVE HERE.](https://jaycka.github.io/drum-it/)
**Concepts and skills used in this project:**
`HTML` | `CSS` | `JavaScript` | `DOM` | `EventListener`
**Features:**
* Listen to physical keyboard press;
* Listen to on-screen key clicks;
* Listen to on-screen key clicks on different part of drum images;
* Play sound accordingly;
**Demo**
<img src='./screenshots/drum-it1.gif' width=100% />
___
# Project: Simon-game
Project for Day 20 of Udemy 2023 Web Development Bootcamp: Simon game, a clasic yet popular memory board game, written in `HTML`+`CSS`+`Javascript`. It's simple, fully responsive, fully interactive, and fun-to-play. Click start to start the game, try to memorize the order or sounds of flashing piece, and play them out with the same order within the count down!
[SEE IT LIVE HERE.](https://jaycka.github.io/simon-game/)
**Concepts and skills used in this project:**
`HTML` | `CSS` | `JavaScript` | `jQuery` | `DOM` | `EventListener`
**Features:**
* Real-time click sound and effect
* Count down time depends on level
* Cool spinning status wheel
**Demo**
<img src='./screenshots/simon-game.gif' width=100% />
| Udemy The Complete 2023 Web Development Bootcamp Projects | bootstrap,css,front-end-development,html,javascript,web-development-project,webdevelopment | 2023-07-05T05:55:08Z | 2023-07-21T07:59:05Z | null | 1 | 0 | 11 | 0 | 1 | 4 | null | null | HTML |
KakauFelix/meu_portfolio | main | # meu_portfolio
<img src="https://github.com/KakauFelix/meu_portfolio/blob/main/assets/images/logo.png" width="100px" align="left">
Em resumo, o projeto "Meu Portfólio" é uma vitrine online onde compartilho informações sobre mim, minha formação, conhecimentos em programação, certificados, projetos realizados e projetos pessoais. É uma maneira de me apresentar como profissional e permitir que as pessoas conheçam um pouco mais sobre minha trajetória e experiência. Fico feliz em poder compartilhar minha paixão pela programação e meu compromisso com o desenvolvimento contínuo através dessa plataforma.
Um destaque importante do meu portfólio são os certificados que possuo. Acredito que a educação contínua é fundamental para acompanhar as demandas do mercado de trabalho em constante evolução. Portanto, compartilho as certificações que obtive ao longo da minha carreira, demonstrando meu comprometimento em aprimorar minhas habilidades e conhecimentos.
Outro aspecto interessante do meu portfólio são os projetos que já realizei. Destaco projetos em que participei, tanto acadêmicos quanto pessoais, demonstrando minha capacidade de aplicar os conhecimentos adquiridos de forma prática. Além disso, menciono projetos pessoais que desenvolvi por conta própria, demonstrando minha iniciativa e criatividade.
No meu site, também disponibilizo informações de contato, para que as pessoas interessadas possam entrar em contato comigo de forma fácil e direta. Estou aberto a oportunidades profissionais, colaborações e conexões com pessoas da área.
## 🚀 Ferramentas e Tecnologias Utilizadas
<div>
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white">
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black">
<img src="https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white">
</div>
| Em resumo, o projeto "Meu Portfólio" é uma vitrine online onde compartilho informações sobre mim, minha formação, conhecimentos em programação, certificados, projetos realizados e projetos pessoais. É uma maneira de me apresentar como profissional e permitir que as pessoas conheçam um pouco mais sobre minha trajetória e experiência. | css,html,javascript,portifolio-website | 2023-07-06T23:24:41Z | 2023-07-16T00:35:04Z | null | 1 | 0 | 7 | 0 | 0 | 4 | null | null | HTML |
abdulmateentechbits/capacitore-framework7-javascript-mobile-app-starter-template | master | # Demo
## Framework7 CLI Options
Framework7 app created with following options:
```
{
"cwd": "/home/mateen/Documents/office data/mobile-apps/Framework7",
"type": [
"capacitor"
],
"name": "Demo",
"framework": "core",
"template": "split-view",
"bundler": "vite",
"cssPreProcessor": "less",
"theming": {
"customColor": false,
"color": "#007aff",
"darkMode": false,
"iconFonts": true
},
"customBuild": true,
"customBuildConfig": {
"rtl": false,
"darkTheme": true,
"lightTheme": true,
"themes": [
"ios",
"md"
],
"components": [
"dialog",
"popup",
"login-screen",
"popover",
"actions",
"sheet",
"toast",
"preloader",
"progressbar",
"sortable",
"swipeout",
"accordion",
"contacts-list",
"virtual-list",
"list-index",
"timeline",
"tabs",
"panel",
"card",
"chip",
"form",
"input",
"checkbox",
"radio",
"toggle",
"range",
"stepper",
"smart-select",
"grid",
"calendar",
"picker",
"infinite-scroll",
"pull-to-refresh",
"data-table",
"fab",
"searchbar",
"messages",
"messagebar",
"swiper",
"photo-browser",
"notification",
"autocomplete",
"tooltip",
"gauge",
"skeleton",
"color-picker",
"treeview",
"text-editor",
"area-chart",
"pie-chart",
"breadcrumbs",
"typography"
]
},
"pkg": "io.framework7.myapp",
"capacitor": {
"platforms": [
"ios",
"android"
]
}
}
```
## Install Dependencies
First of all we need to install dependencies, run in terminal
```
npm install
```
## NPM Scripts
* 🔥 `start` - run development server
* 🔧 `dev` - run development server
* 🔧 `build` - build web app for production
* 📱 `build-capacitor-ios` - build app and copy it to iOS capacitor project
* 📱 `build-capacitor-android` - build app and copy it to Android capacitor project
## Vite
There is a [Vite](https://vitejs.dev) bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in `/src` folder. Vite config located in `vite.config.js`.
## Capacitor
This project created with Capacitor support. And first thing required before start is to add capacitor platforms, run in terminal:
```
npx cap add ios && npx cap add android
```
Check out [official Capacitor documentation](https://capacitorjs.com) for more examples and usage examples.
## Assets
Assets (icons, splash screens) source images located in `assets-src` folder. To generate your own icons and splash screen images, you will need to replace all assets in this directory with your own images (pay attention to image size and format), and run the following command in the project directory:
```
framework7 assets
```
Or launch UI where you will be able to change icons and splash screens:
```
framework7 assets --ui
```
## Capacitor Assets
Capacitor assets are located in `resources` folder which is intended to be used with `cordova-res` tool. To generate mobile apps assets run in terminal:
```
npx cordova-res
```
Check out [official cordova-res documentation](https://github.com/ionic-team/cordova-res) for more usage examples.
## Documentation & Resources
* [Framework7 Core Documentation](https://framework7.io/docs/)
* [Framework7 Icons Reference](https://framework7.io/icons/)
* [Community Forum](https://forum.framework7.io)
## Support Framework7
Love Framework7? Support project by donating or pledging on:
- Patreon: https://patreon.com/framework7
- OpenCollective: https://opencollective.com/framework7
<!-- creagte new project with structure -->
```
npx framework7-cli create --ui
``` | This repo is used to faster start your next capacitor framework 7 with core javascript mobile(IOS & Android) application with ready made folder and file structure, Give star if you liked it | android-application,framework7,ios-app,javascript,mobile-development,reactjs,vuejs | 2023-07-19T08:10:29Z | 2023-07-19T08:15:38Z | null | 1 | 0 | 2 | 0 | 0 | 4 | null | null | JavaScript |
Hilmi-z/myterminalportfolio | main | # myterminalportfolio | An interactive web terminal portfolio | css,development,full-stack,fullstack-development,html,javascript,js,web | 2023-07-10T17:11:39Z | 2024-02-05T17:51:37Z | null | 1 | 1 | 6 | 0 | 0 | 4 | null | null | JavaScript |
thenameiswiiwin/moodsense-ai | main | # MoodSense AI
[Show Case](https://moodsense-ai-gmsa.vercel.app/)
MoodSense AI is an advanced journaling app that harnesses the power of Artificial Intelligence (AI) to provide deep insights into your emotional journey. By analyzing your journal entries, MoodSense AI helps you understand your emotions better, track mood patterns, and gain valuable perspectives on your emotional well-being. Whether you're seeking self-discovery or personal growth, MoodSense AI is your partner on the journey to emotional awareness.
## Table of Contents
- [Introduction](#introduction)
- [Key Features](#key-features)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Configuration](#configuration)
- [Running the App](#running-the-app)
- [How it Works](#how-it-works)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)
## Introduction
MoodSense AI is a feature-rich journaling application built using modern web development technologies. It leverages Next.js, a powerful React framework, to provide a seamless user experience. With its integration of Langchain for AI interactions and analysis, MoodSense AI stands as an intelligent and insightful companion for your emotional journey.
## Key Features
- **Emotion Analysis**: MoodSense AI employs cutting-edge AI models to analyze the emotions expressed in your journal entries, helping you gain deeper insights into your feelings.
- **Next.js Framework**: The app is built on Next.js, a React framework that enables smooth development and enhances performance.
- **Tailwind CSS Styling**: MoodSense AI utilizes Tailwind CSS for its customizable and responsive UI design, maintaining a consistent and visually appealing user interface.
- **TypeScript for Type Safety**: TypeScript is used to ensure type safety and improve the robustness of the codebase.
- **Langchain Integration**: MoodSense AI integrates Langchain to parse structured outputs and interact with AI models efficiently.
## Getting Started
### Installation
To run MoodSense AI on your local machine, follow these steps:
1. Clone the repository:
```
git clone https://github.com/thenameiswiiwin/moodsense-ai.git
```
2. Install dependencies using yarn or npm:
```
cd moodsense-ai
yarn
```
### Configuration
Before running the app, you need to configure the necessary API keys and credentials for MoodSense AI's AI capabilities. Refer to the official documentation for detailed instructions on setting up API keys.
### Running the App
Once you have configured the API keys, start the development server:
```
yarn dev
```
The app should now be running on `http://localhost:3000`. Open your web browser and access the MoodSense AI app.
## How it Works
MoodSense AI's core functionality revolves around the analysis of journal entries. The app uses AI models to interpret the emotions expressed in the entries and generates insights based on the user's emotional journey. The integration of Langchain enables seamless communication with the AI models and ensures accurate and structured output parsing.
## Contributing
Contributions to MoodSense AI are always welcome! If you encounter a bug, have a feature request, or want to make code contributions, please follow the guidelines in the `CONTRIBUTING.md` file.
| MoodSense AI: A transformative journaling app built with Next.js, Tailwind CSS, and Langchain, leveraging the power of AI to analyze emotions and provide valuable insights. | ai,javascript,langchain,langchain-js,langchain-typescript,nextjs,nextjs13,prisma,react,tailwindcss | 2023-07-20T00:15:00Z | 2023-08-02T17:06:08Z | null | 1 | 9 | 46 | 0 | 0 | 4 | null | null | TypeScript |
Bibiwei-Pere/sunnyside-agency-landing-page | main | # Frontend Mentor - Sunnyside agency landing page solution
This is a solution to the [Sunnyside agency landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/sunnyside-agency-landing-page-7yVs3B6ef).
### Screenshot
<img src="/design/sunnyside-preview.jpg" />
### Links
- [Live Site URL](https://sunnyside001.netlify.app)
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Javascript
### Author
- Website - [Bibiwei Pere](https://perebibiwei.netlify.app)
- Frontend Mentor - [@Bibiwei-Pere](https://www.frontendmentor.io/profile/Bibiwei-Pere)
- Twitter - [@Bibiwei_Pere](https://www.twitter.com/Bibiwei_Pere) | Responsive landing page created with flexbox | css,flexbox,frontend-mentor,javascript | 2023-07-15T19:42:39Z | 2023-07-15T22:16:41Z | null | 1 | 0 | 1 | 0 | 0 | 4 | null | null | CSS |
Count-I/todo-stripe-integration | main | # todo-stripe-integration
TODO sample app to easy integrate [stripe](https://stripe.com/es-us) in your proyects.
## Overview
<img align="left" src="/public/overview/productOverview.png" alt="productOverview" width="350">
<img src="/public/overview/paymentOverview.png" alt="productOverview" width="350">
<img align="left" src="/public/overview/onSuccessOverview.png" alt="productOverview" width="350">
<img src="/public/overview/onCancelOverview.png" alt="productOverview" width="350">
## git clone
```bash
git clone https://github.com/Count-I/todo-stripe-integration.git
```
## Initialize
Install dependencies
```bash
npm install --prefix .\backend\
```
Run the server
```bash
npm run dev --prefix .\backend\
```
or directly from de [backend](https://github.com/Count-I/todo-stripe-integration/tree/main/backend) directoy
```bash
npm install
```
```bash
npm run dev
```
## Usage
### To test your payments you can use any valid email such as
test@test.com
### To test cards you can use the [Test cards](https://stripe.com/docs/testing) from stripe to simulate payments
You can fill all the fields with number 42 repeatedly. for instance:
<img src="/public/sample.png" alt="sample" width="400">
| A simple and extensible todo application to easy integrate stripe payments in your proyects | html,javascript,stripe,todo,todoapp,todos | 2023-07-11T19:41:07Z | 2023-07-11T20:46:31Z | null | 1 | 0 | 10 | 0 | 0 | 4 | null | null | JavaScript |
amitmerchant1990/text-to-slug | main | 🐌 Convert Any Text to Slug
=======
A boring little website to convert any text to a slug.
→ [Text to Slug](https://text-to-slug.pages.dev/)
[](https://text-to-slug.pages.dev/)
## Discussed elsewhere
[This Reddit post](https://www.reddit.com/r/webdev/comments/14vv8lp/just_deployed_a_simple_and_boring_little_website/) for this website got some love.
## License
MIT | 🐌 Easily Convert Any Text to its Slug Counterpart | slugify,text,text-to-slug,javascript,simple-app,slug | 2023-07-10T10:15:35Z | 2023-08-09T04:48:09Z | null | 2 | 2 | 30 | 1 | 2 | 4 | null | MIT | HTML |
dallegos/spotify-info | main | <h1 align="center">
Spotify info previewer
</h1>
The original idea was to create a script that allows me to display what I'm currently playing on Spotify, just like we used to do on MSN Messenger back in the day.
This script should return an image, preferably in SVG format, with information about the track or episode I'm listening to, allowing me to embed it anywhere using the IMG element.
This allows me to include it in README files or any place where I can't load iframes or code.
You can see a demo at [this link](https://spotify-info.onrender.com/now-playing).
Since it's hosted on [Render](https://render.com/) using a free plan, you may need to refresh multiple times or wait for a while,
as this plan terminates the process if there hasn't been recent activity.
## How to use it
First of all, you need to create an application on the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/create).
In the Redirect URI, I used [https://localhost:3000](https://localhost:3000), you can use the port on which you will run the application on your PC.
This is used to obtain the authorization token.
We need to obtain the `refresh_token`, which will allow us to use the API.
This token does not expire unless we revoke its access.
It's a slightly tedious process, but don't worry, you only need to do it once.
Once you've created the application, you should copy the `Client ID` and `Client Secret`, which you can obtain from the application settings.
With these two pieces of information, we'll generate a text string structured as follows: clientID:clientSecret.
We need to encode that string to base64. You can do it easily with JavaScript using the following code:
```js
const base64Code = btoa(`${clientID}:${clientSecret}`);
```
Alternatively, you can use an online [tool like this](https://www.base64encode.org/) to do the encoding.
The result should be something like this: `Y2xpZW50ZUlEOmNsaWVudFNlY3JldA==`.
Now, we need to obtain the `authorization_code`. To do this, we will access the following URL:
(Replace <CLIENT_ID> with your own data, and if you have chosen a different port for the redirect when setting up the application, you should also change the 3000)
```
https://accounts.spotify.com/authorize?client_id=<CLIENT_ID>&response_type=code&redirect_uri=http%3A%2F%2Flocalhost:3000&scope=user-read-currently-playing%20
user-top-read
```
Once you access that site, it will redirect you to the Spotify's website where you should authorize the application to access your data.
Once you accept, it will redirect you to the `redirect_uri` you have set.
In my case, it would look something like this:
```
http://localhost:3000/?code=AQBEd2PtAitaH5hnS8TimKyUZgepXpdeAY5rPI...kBtdOLhln6oM
```
That `code` parameter is the last piece we need to obtain the `refresh_token`. So, make sure to copy it.
Now, all that's left is to make the following request. Since we need to pass a header, the quickest option is to use cURL through the terminal:
(Replace base64Code and code with your own data)
```bash
curl -H "Authorization: Basic <base64Code>" -d grant_type=authorization_code -d code=<code> -d redirect_uri=http%3A%2F%2Flocalhost:3000 https://accounts.spotify.com/api/token
```
The `refresh_token` will be included in the response. Make sure to copy it, as it is the last piece we need to start using the application.
Now, clone the project and install the dependencies:
```bash
> git clone https://github.com/dallegos/spotify-info.git
> yarn install
```
Before running it, create a file named `.env` in the project's root directory.
Copy the contents of the `.env.template` file into your new file and set the constants.
Once you've done that, you can run the project:
```bash
> yarn dev
```
If everything went well, you should now be able to access the following URL: [http://localhost:3000/now-playing](http://localhost:3000/now-playing)
## Roadmap
- [x] ~~Show currently playing track/episode~~
- [ ] Show top tracks/artists
- [ ] Show public playlists

| Display Spotify information | experimental,expressjs,javascript,now-playing,spotify,spotify-api,typescript | 2023-07-06T01:21:15Z | 2023-07-07T23:27:24Z | null | 1 | 12 | 27 | 0 | 0 | 4 | null | GPL-3.0 | TypeScript |
sebastien-gervilla/kiwui | master | # Kiwui · JavaScript UI Library
🥝 A JavaScript UI library, inspired by React.
It features :
- React API - Hooks, Fragments, memo...
- Concurrent Mode
- Fast keyed reconciliation algorithm
## Installation
To create a kiwui project, you may want to use CKP.
```bash
npx create-kiwui-project <project-directory> [options]
```
## Example
```jsx
import { useState } from 'kiwui';
const App = () => {
const [count, setCount] = useState(0);
return (
<button onClick={() => setCount(count + 1)}>
Count: {count}
</button>
);
}
export default App;
```
Having the same API as React, it works exactly the same.
## Purpose
We initially intended on diving deeper into React, to better understand it.
That's how we got the idea to re-create it in our own way, and doing so, see if we could improve some areas of the library.
Even though we used it for some of my own projects, and it worked really well, it probably isn't as reliable as React nor does it have its eco-system (They are not compatible).
## License
[ISC](./LICENSE) | A JavaScript UI Library for web interfaces. | front-end,javascript,library,ui,kiwui | 2023-07-14T21:13:52Z | 2024-01-13T17:53:02Z | 2024-01-13T17:37:42Z | 2 | 0 | 120 | 0 | 0 | 4 | null | ISC | TypeScript |
adamblvck/open_777 | master | # Open 777
<p align="center">
<img width="120" height="120" src="./public/logo_full_icon_transparent.png">
</p>
### 🜁🜂 Visit [Open 777 Here](https://adamblvck.github.io/open_777/) 🜄🜃

## About
Open 777 is a small online website for easily looking up Crowley's Esoteric Kabbalistic correspondences, meant for Esoteric Study & Practice.
The website consists of transcriptions done by [ADAM BLVCK](https://adamblvck.com) from the now in open-domain book "777" by Aleister Crowley. Since looking up of correspondences in the actual book can be quite tedious, and since no courated dataset of these correspondences could be found (which in itself is a treasure mine for enhancing AI-tools), I decided to create one.
If you're looking for a way to look-up Gene Keys and IChing-based correspondences, I refer to [Gnomon](https://gnomon.adamblvck.com/).
Since 777 includes correspondences from the Kabbalistic Scale to the 64 hexagram, and the Gene Keys include correspondences to Tarot's 22 pathways, a marriage between both systems might result one day.
## The Website
In the books, the tables of correspondences is organized in 32 rows which represent the Kabbalistic scale of meaning, which spans many pages of correspondence categories. In the app a transposed approach is used, where the 32 "steps" on the scale are presented as columns, whereas the rows indicate categories.
The website uses [Glide Data Grid](https://github.com/glideapps/glide-data-grid) which is most suitable for this purpose, and includes search-functionality across the whole table.
## The Data
The to-transcribe data is huge, and thus this website will be updated every few days until all correspondences are covered. If you think you can help with transcription, please message me here or at contact@adamblvck.com.
The correspondence dataset can be found as a json object in the file `src/liber_777.js`, or `docs/liber_777.csv`, but the source of both these files is now hosted on [Google Sheets](https://docs.google.com/spreadsheets/d/1bJPN_gs6USHniUfmWFIACCroOAzOq8jX2XWITclSBA0/edit?usp=sharing). The python notebook located at `docs/convert_json.ipynb` can be used to convert a csv (exported from the Google Sheet) into an appropriate format for use in a website, or javascript environment.
### 🜁🜂 Visit [Open 777 Here](https://adamblvck.github.io/open_777/) 🜄🜃
## Publishing to GitHub Pages
To publish a new build:
```
npm install -g gh-pages --save-dev
```
Then publish through:
```
npm run deploy
```
The command above will build an optimized Standalone React Build, then commit this data the gh-pages branch. In GitHub this deployment can then be selected in Settings>Pages, allowing for free gitHub pages deployment. | An open source "Liber 777" Reference Dataset and Viewer for Aleister Crowley's Kabbalistic correspondences | javascript,kabbalah,lookup,open-source,qabalah,reference,kabbala | 2023-07-16T12:41:12Z | 2023-11-30T15:52:36Z | null | 1 | 0 | 15 | 0 | 2 | 4 | null | null | JavaScript |
josephden16/pic-shrink | main | # pic-shrink
pic-shrink is an easy-to-use CLI tool for compressing images in JPG, PNG, and WEBP.
## Prerequisites
- Node.js installed on your machine
## Installation
```shell
npm install -g pic-shrink
```
## Usage
To compress a single image file, you can use the following command:
```shell
pic-shrink <image-file-path>
```
To compress multiple image files run the following command:
```shell
pic-shrink -i <images-path> -o <output-path> -c <compression-level>
```
Replace `<images-path>` with the path to the directory containing the images you want to compress.
Replace `<output-path>` with the optional path to the directory where you want to store the compressed images. If not provided, the compressed images will be stored in the same directory as the original images.
Replace `<compression-level>` with an optional value between 1 and 10 to specify the compression level for the images. Lower values result in higher compression and lower image quality, while higher values result in lower compression and higher image quality. If not provided, the default compression level of 7 will be used.
## Examples
Compress a single image file
```shell
pic-shrink image.jpg
```
Compress a single image file with a custom compression level
```shell
pic-shrink image.jpg -c 4
```
Compress images located in the "images" directory and store the compressed images in the same directory:
```shell
pic-shrink -i images
```
Compress images located in the "images" directory and store the compressed images in the "output" directory. If the "output" directory does not exist it will be created automatically:
```shell
pic-shrink -i images -o output
```
Compress images located in the "images" directory with a custom compression level:
```shell
pic-shrink -i images -c 5
```
## Notes
- Supported image formats: JPEG, PNG, and WebP.
- The CLI application uses the Node.js `sharp` package to perform image compression.
- Compressed images will be suffixed with "\_compressed" and stored in the specified or original directory.
- The compression level is optional, and if not provided, default values will be used.
**Please feel free to create issues for any bugs or unexpected behaviour you come across while using this tool.**
| pic-shrink is an easy-to-use CLI tool for compressing images in JPG, PNG, and WEBP. | cli,image-compression,javascript,nodejs,image,sharp | 2023-07-15T04:25:33Z | 2023-07-25T14:21:54Z | 2023-07-25T14:22:41Z | 1 | 0 | 27 | 1 | 0 | 4 | null | null | TypeScript |
Adarsh6158/SecureQRX | main | <h1 align="center">QR Code Management System</h1>
The QR Code Management System is a dynamic platform designed to efficiently manage QR codes, providing seamless integration with the Google Chart API for QR code generation and utilizing ip-api.com for precise geolocation data. This system ensures robust security measures, including encryption and secure user authentication, to safeguard data privacy. With actionable insights derived from QR code usage data through API integration, informed decision-making is facilitated, optimizing QR code campaigns for maximum effectiveness.
## Website
https://addykm.000webhostapp.com/
## Features
- **Dynamic QR Code Generation**: Easily generate QR codes with the integrated Google Chart API for various purposes.
- **Geolocation Data**: Leverage ip-api.com to gather accurate geolocation data from scanned QR codes.
- **Security Measures**: Implement robust security measures, including data encryption and secure user authentication.
- **Actionable Insights**: Utilize API integration to derive actionable insights from QR code usage data.
- **Campaign Optimization**: Optimize QR code campaigns for maximum effectiveness based on gathered data.
## Why QR Code Management System?
- Efficiently manage QR codes for diverse use cases with ease.
- Gather precise geolocation data from scanned QR codes for better analysis.
- Ensure data privacy and security with robust encryption and user authentication.
- Make informed decisions by utilizing actionable insights from QR code usage data.
- Optimize QR code campaigns to enhance their performance and effectiveness.
## Screenshots
<p align="center">
<img src="https://github.com/Adarsh6158/SecureQRX/assets/119891550/264217ff-032a-4f2e-b470-e40013b98e1d" alt="Screenshot 1" width="700">
<br>
</p>
<p align="center">
<img src="https://github.com/Adarsh6158/SecureQRX/assets/119891550/27991d1b-3f1c-46be-8abd-e1f3aefa7c52"" alt="Screenshot 2" width="700">
<br>
</p>
<p align="center">
<img src="https://github.com/Adarsh6158/SecureQRX/assets/119891550/780404cc-10d8-40d4-b19f-733ad1961e74" alt="Screenshot 3" width="700">
<br>
</p>
<p align="center">
<img src="https://github.com/Adarsh6158/SecureQRX/assets/119891550/1dd89ebd-215a-4083-8657-d4a1b809d6fc" alt="Screenshot 4" width="700">
<br>
</p>
<p align="center">
<img src="https://github.com/Adarsh6158/SecureQRX/assets/119891550/aa05caea-4cf0-4b79-bc80-87279059c2b5" alt="Screenshot 5" width="700">
<br>
</p>
<p align="center">
<img src="https://github.com/Adarsh6158/SecureQRX/assets/119891550/9da69bcd-e6e8-4832-adaa-fc17d0f164cf" alt="Screenshot 6" width="700">
<br>
</p>
## Support
For support, email adarsh6158@gmail.com.
## 🔗 Link\
[](https://www.linkedin.com/in/adarsh-35a9931ba/)
| Dynamic QR Code Management System: Generate QR codes using Google Chart API, leverage ip-api.com for geolocation. Strong security with encryption & authentication. API integration for actionable insights, optimizing campaigns effectively. | css,googlecharts-api,html,ip-api,javascript,jquery,mysql,php | 2023-07-19T20:37:30Z | 2023-08-17T03:59:10Z | null | 1 | 0 | 25 | 0 | 0 | 4 | null | null | CSS |
IsAmirMmd/todo-list | main | # todo list | mini app for todo app in react | css,git,html,javascript,reactjs | 2023-07-10T08:43:26Z | 2023-07-10T22:25:57Z | null | 1 | 0 | 15 | 0 | 0 | 4 | null | null | JavaScript |
SudeepWebDev/convertrix | main | null | Convertrix Repository This repository contains the source code for Convertrix, an all-in-one unit and currency converter web application. It provides a wide range of conversion options, including currency, length, temperature, and area. The repository hosts the HTML, CSS, and JavaScript files required for the functionality of Convertrix. | css,html,javascript | 2023-07-09T04:57:09Z | 2023-10-11T02:15:38Z | null | 2 | 1 | 161 | 0 | 2 | 4 | null | null | HTML |
the-sabra/express-tool | main | # express-tool
**NOTE:** `et` abbreviation to `express-tool`
You can run the command in `et` to be simple. 😊
## installation
```sh
#npm
npm install -g express-tool
#yarn
yarn global add express-tool
#pnpm
pnpm add -g express-tool
```
## Quick start
go to the directory you need to generate the project and execute this command
```bash
et new
```
And go through the options.
<p align="center" >
<img alt="explain" src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMHcxbXBwd3d3NW0xeG03Y2NwMnliemswa2VrYTd5anltOHp5NGhociZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/kitDmczii7YcQnrGfb/giphy.gif">
<br/>
</p>
## Command Line Options
This generator can also be further configured with the following command line flags.
## new|n [options] [project-name]
- -p, --package <type> to choose package manager you use
- -js, --javascript to create a project using JavaScript
- -ts, --typescript to create a project using TypeScript
- -js -mjs [project-name] option make js with ECMAScript Module.
## License
[MIT](LICENSE.txt)
| This CLI tool helps you to create files for Express framework. | cli-app,express,expressjs,generator,javascript,node-js,nodejs,npm,terminal,command-line | 2023-07-09T23:11:57Z | 2023-07-19T00:36:09Z | null | 2 | 4 | 37 | 1 | 0 | 4 | null | MIT | JavaScript |
tanwarAalok/google-sheet-clone | master | # google-sheet-clone

| Google Sheet Clone using Vanilla Js | css,html5,javascript | 2023-07-01T19:16:17Z | 2023-09-07T09:14:29Z | null | 1 | 0 | 11 | 0 | 0 | 4 | null | null | JavaScript |
AyushmaanRajput/EverySunday-Travel-Website | main | # Every Sunday ( Travel Agency Website )
Welcome to Cooperative Bridge 6636, a web application built using HTML, CSS, and JavaScript. This project aims to create a cooperative platform that bridges people together. Below, you will find information about the project, its frontend pages, backend server, and how to access the live version deployed on Netlify.
## Frontend Pages
1. **Home Page**
The home page serves as the landing page for the Cooperative Bridge 6636 application. It provides an overview of the platform's purpose, features, and benefits.


2. **Destination Page**
The destination page displays various destinations available within the cooperative network. Users can browse through different locations, view details, and find travel options.


3. **Pricing Page**
The pricing page provides information about the different pricing plans available for users. It details the features and benefits of each plan and allows users to select the one that best suits their needs.

4. **Feedback Page**
The feedback page allows users to share their thoughts, suggestions, and feedback about the platform. It provides a form for users to submit their feedback.

5. **Login Page**
The login page is the entry point for registered users to access their accounts. Users can enter their credentials to log in and gain access to the platform's features.

6. **Admin Page**
The admin page is a restricted area accessible only to authorized personnel. It provides administrative tools to manage user accounts, feedback, and other essential features.

## Tech Stacks
The frontend of Cooperative Bridge 6636 is built using the following technologies:
- **HTML**: The foundation of the web application, used for structuring the content and elements.
- **CSS**: Responsible for styling and presentation, making the application visually appealing.
- **JavaScript**: Adds interactivity and dynamic functionality to the web pages.
## Backend Server
The backend server provides the necessary data and functionality for the Cooperative Bridge 6636 application. It offers various endpoints to interact with the data.
**Server Link**: [https://mock-every-sunday-server.onrender.com](https://mock-every-sunday-server.onrender.com)
**Endpoints**:
1. `/users`: This endpoint allows interaction with user data, such as registration and authentication.
2. `/destinations`: Use this endpoint to fetch information about different destinations available within the cooperative network.
3. `/testimonials`: Interact with this endpoint to access and manage user feedback and testimonials.
## Deployment
The live version of Cooperative Bridge 6636 is deployed on Netlify. You can access the application through the following link:
**Netlify Link**: [https://sparkly-salamander-87a5f4.netlify.app/](https://sparkly-salamander-87a5f4.netlify.app/)
Feel free to explore the features of Cooperative Bridge 6636. If you encounter any issues or have any feedback, you can use the "Feedback" page to share your thoughts with us.
Thank you for using Cooperative Bridge 6636! We hope you have a wonderful experience using our platform. If you have any questions or need assistance, please don't hesitate to contact our support team.
Happy bridging! 🌉
| Every Sunday is a web application built using HTML, CSS, and JavaScript. This project aims to create a cooperative platform that bridges people together. | css3,html5,javascript,responsive-design,travel-website | 2023-07-18T06:28:42Z | 2023-12-08T06:01:32Z | null | 6 | 36 | 100 | 1 | 4 | 4 | null | null | HTML |
sgcell/via | main | 脚本&拦截规则(轻量浏览器)
欢迎提交反馈 [【赞助】](http://top-tech.cc/pay)
# 脚本
- [【 链接重定向 2.4 】](https://sgcell.github.io/via/coolurl.user.js)
自动跳过中转页面
支持:酷安、知乎、简书、CSDN
# 拦截规则
- [【 混合规则(轻量版) 】](https://sgcell.github.io/via/adblock_lite.txt)
更新: 2024-03-17 12:15 ( 0-136:35788 )
适用于轻量浏览器
## 上游规则
<details>
<ul>
<br /><li><a href="https://github.com/lingeringsound/adblock_auto" target="_blank"> 混合规则精简版 </a></li>
<br /><li><a href="https://github.com/Cats-Team/AdRules" target="_blank"> AdRules AdBlock List Lite </a></li>
</ul>
</details>
| 脚本&拦截规则(轻量浏览器),欢迎提交分享 | adblock,adrules,javascript,js,via | 2023-07-20T12:34:16Z | 2024-03-17T04:16:13Z | null | 1 | 0 | 200 | 0 | 1 | 4 | null | MIT | JavaScript |
LucasATS/dyApiTest | main | # dyApiTest: Sistema de teste de APIs
### Um modelo de site feito em React Unpkg.
### Ajude-nos, a melhorar o site 🤩❤️
FEITO POR https://github.com/LucasATS
[](https://dyapitest.vercel.app/)
[😎 SOBRE ESSE PROJETO](https://dyapitest.vercel.app/sobre.html)
[🔗 ACESSE O PROJETO ](https://dyapitest.vercel.app/)
## __📂 PLAY__
> Apenas edite o index.html
> Se você tiver python, use python.exe -m http.server 3002
## __🎯 METAS__
- [X] Ser simples
- [X] Sistema de API
- [X] Sistema para ler link, salvar link
- [X] Formatador de texto para json
- [X] Alertas mais elegantes
- [X] Melhorar arquitetura para ficar mais legivel
- [X] Melhorar sistema de link, otimizar os links para poderem ter mais informações
- [X] Thema dracula - dark, salvar preferencia do thema nos cookies
- [X] Adicionar CEO
- [X] Construir exemplo de código (javascript(fetch), javascript(axios), python...)
- [X] Melhorar style
- [X] Add tag titles
- [ ] Permitir enviar arquivos
- [ ] Titulo da API (ex: API para login)
- [ ] Opção de permitir ou não a formatação automatica de json, melhorar estrutura de formatação
- [ ] Modal com editor JSON
- [ ] Modais com o styles definidos
- [ ] Salvar no google drive, poder compartilhar com outras pessoas, poder criar mais de uma API no mesmo link
- [ ] Menu lateral para selecionar APIs
- [ ] Adicionar multiplos APIs para uso (arrey no link)
- [ ] Melhorar versão moblie
<!--
## __❤ AGRADECIMENTOS__
[@<NOME>](<LINK>) "<MENSAGEM>"
-->
## __🛠 TECNOLOGIAS__




## __😘 CONTATO__ <ALTERE APENAS OS LINKS DOS HREF>
<p align="left">
<a href="https://github.com/LucasATS/"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" alt="Github"></a>
<a href="https://www.instagram.com/lukaolmd/"><img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="instagram"></a>
<a href="https://www.linkedin.com/in/lucas-almeida-tiburtino-da-silva/"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="linkedin"></a>
<a href="mailto:lucas.almida.da.silva@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" alt="gmail"></a>
<a href="https://discord.com/channels/@Lucas%20ATS#9901"><img src="https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="discord"></a>
</p>
| Sistema de testes de API | api,css,fecth,html,javascript,react,apitest,tools,ferramenta,lucas-almeida-tiburtino-da-silva | 2023-07-18T01:14:39Z | 2023-07-30T15:25:38Z | null | 1 | 0 | 45 | 0 | 0 | 4 | null | null | JavaScript |
Sashank4/weather-app | main | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view 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)
| small weather app that built using CSS java script and HTML | html,html5,javascript,know,reactjs,ui,ui-design,weatherapp,weateher | 2023-07-12T14:47:05Z | 2023-09-14T03:20:21Z | null | 1 | 0 | 4 | 0 | 0 | 4 | null | null | JavaScript |
MashaMoreva/skillbus-crm | main | # Skillbus-CRM
Данный проект - это базовая CRM-система, разработанная для удобного управления контактной информацией учеников компании Skillbus. Она предоставляет инструменты для хранения, просмотра и управления данными о клиентах
#### Функционал:
- **Просмотр списка клиентов в виде таблицы**
Пользователь может просматривать список всех клиентов в удобном формате таблицы. Каждый клиент представлен в виде отдельной строки, содержащей информацию о его ID, ФИО, дате и времени создания, дате и времени последнего изменения, контактах и доступных действиях (редактирование и удаление клиента).
- **Добавление нового клиента**
Пользователь может добавлять новых клиентов, заполняя информацию о них. Для каждого клиента необходимо указать фамилию, имя и отчество, контактные данные. Можно добавлять несколько контактов для каждого клиента, указывая их тип (телефон, email, VK и др.) и соответствующие значения. После добавления клиента, его данные сохраняются в системе и отображаются в списке клиентов.
- **Изменение информации о существующем клиенте**
Пользователь может вносить изменения в информацию о существующем клиенте. Это включает изменение ФИО и контактной информации клиента. При нажатии на кнопку "Изменить" открывается модальное окно с формой редактирования клиента, где можно внести необходимые изменения. После сохранения изменений, данные клиента обновляются в системе.
- **Просмотр отдельной карточки клиента**
При клике на ID клиента в таблице, пользователь может получить ссылку, которая при открытии сразу отображает соответствующую карточку клиента. Это позволяет пользователям обмениваться ссылкой на конкретного клиента, избегая необходимости поиска нужного контакта в таблице. Карточка клиента представлена в удобном для чтения виде, отображая всю необходимую информацию о клиенте.
- **Сортировка списка клиентов**
Пользователь имеет возможность сортировать список клиентов по различным полям, таким как ID, ФИО, дата создания и дата изменения. При нажатии на заголовок столбца, список сортируется по соответствующему полю в порядке возрастания или убывания.
- **Поиск клиентов**
Поиск клиентов в приложении реализован с автодополнением. При вводе поискового запроса в поле поиска список найденных элементов отображается непосредственно под полем ввода, без изменения самой таблицы. При выборе элемента из списка автодополнения, соответствующий контакт в таблице подсвечивается, чтобы пользователь мог легко идентифицировать его. Если выбранный контакт находится за пределами видимой области, система автоматически прокручивает страницу, чтобы контакт стал видимым. Важно отметить, что для удобства пользователей, реализована возможность выбора элемента с помощью клавиш стрелок вверх/вниз и клавиши Enter на клавиатуре. Это позволяет быстро перемещаться по списку автодополнения и выбирать нужный контакт без необходимости использования мыши. Всё вышеперечисленное значительно улучшает пользовательский опыт.
- **Удаление клиента**
Пользователь может удалить клиента из списка. При нажатии на кнопку удаления, открывается модальное окно для подтверждения удаления. Если пользователь подтверждает удаление, клиент удаляется из системы и исчезает из списка клиентов.
- **Валидация формы**
Перед отправкой данных на сервер происходит проверка формы на наличие обязательных полей. Если обязательные поля не заполнены, выводятся сообщения об ошибках, а сами поля подсвечиваются для удобства пользователя.
- **Индикатор загрузки**
Система обеспечивает индикацию загрузки при выполнении операций, связанных с обменом данных с сервером. Это позволяет пользователю четко видеть, что приложение активно обрабатывает данные и избегает возможных недопониманий или неясностей.
#### Стек технологий:
- JavaScript - для добавления интерактивности и реализации клиентской логики
- SСSS - для стилизации и оформления интерфейса
- HTML - для создания структуры и разметки веб-страницы
- для выполнения асинхронных запросов к серверу был использован синтаксис async/await в JavaScript
#### Инструкции по установке:
- cкачайте репозиторий с приложением или склонируйте его с помощью команды: `git clone`
_Backend_
- перейдите в папку crm-backend
- запустите сервер, выполнив команду: `node index`
_Frontend_
- перейдите в папку crm-frontend
- oткройте файл index.html в любом современном веб-браузере
#### Ссылки:
- [Макет в графическом редакторе Figma](https://www.figma.com/file/rcta5K2ySOhnskjG1D82jL/CRM?node-id=121%3A485)
| 📞 Проект: "CRM-система для управления контактами клиентов" | async-await,javascript,sass | 2023-07-14T16:29:15Z | 2023-12-13T12:55:24Z | null | 1 | 0 | 4 | 0 | 0 | 4 | null | null | JavaScript |
shineishukla/100daysof-JS | main | # 100 Days Of Code (JavaScript Journey)
Welcome to my JavaScript Journey! In this repository, I will document my progress and code as I embark on a 100-day coding challenge focused on JavaScript and its library. Throughout this journey, I will work on various projects, solve coding exercises, and explore different aspects of JavaScript programming. And also learned UI/UX designing.
# Projects made during this Journey
1. [Project using FireBase](https://github.com/shineishukla/add-to-cart)
2. [Algorithm Alley- a group project](https://github.com/shineishukla/Algorithm-Alley)
3. [Baggy-An e-commerce website](https://github.com/shineishukla/Baggy)
4. [To Do App](https://github.com/shineishukla/to-do-app)
5. [Name Junction](https://github.com/shineishukla/name-junction)
# Goals
Throughout this 100-day journey, I have set the following goals for myself:
- Gain a solid understanding of JavaScript fundamentals.
- Practice problem-solving and algorithmic thinking using JavaScript.
- Build practical projects to apply my knowledge.
- Explore advanced JavaScript concepts and frameworks.
- Engage with the coding community, share my progress, and seek feedback.
# Motivation
The purpose of this coding challenge is to strengthen my skills and deepen my understanding of JavaScript. By dedicating 100 days to consistent coding practice, I aim to become more proficient in JavaScript and gain practical experience in building real-world applications.
# Stay Connected
Follow along with my JavaScript Journey by regularly checking this repository. I will be updating it daily with new code, project updates, and insights gained during my coding challenge. Please feel free to leave comments, and suggestions, or reach out to me if you have any questions or would like to connect.
You can also connect with me on social media:
[<img src="https://img.icons8.com/color/48/000000/linkedin.png" width="3.5%"/>](https://www.linkedin.com/in/shinei-shukla-3712991b0/)
[<img src="https://img.icons8.com/color/48/000000/twitter.png" width="3.5%"/>](https://twitter.com/ShineiShukla)
Let's embark on this JavaScript Journey together and grow as developers!
Happy coding! 🚀
| For my daily progress check my twitter account. | 100daysofcode,javascript,reactjs | 2023-07-05T16:25:42Z | 2023-10-26T18:50:53Z | null | 1 | 0 | 44 | 0 | 1 | 4 | null | null | JavaScript |
Sushrut22/book-buddy | main | # 📚 BookBuddy: Your Reading Companion
BookBuddy is a web application designed to enhance your reading experience by providing personalized book recommendations and a convenient way to manage your reading lists. Whether you're looking for new books to explore or need assistance in organizing your reading journey, BookBuddy has got you covered.
## Features
- 🎯 **Collaborative Filtering:** BookBuddy utilizes a [collaborative filtering model](https://github.com/atharv-patil/book-buddy/blob/main/models.ipynb) to recommend books based on user preferences and interactions. Discover new titles based on the collective wisdom of fellow readers.
- 📖 **Content-Based Recommendations:** BookBuddy also offers [content based recommendations](https://github.com/atharv-patil/book-buddy/blob/main/models.ipynb). Simply mention a book you enjoyed, and our chatbot will provide you with similar book suggestions. Additionally, you can provide your preferred genre, and the chatbot will offer tailored recommendations.
- 🌟 **Popularity-Based Approach:** When you're just starting out or haven't rated any books yet, BookBuddy employs a popularity-based approach inspired by IMDb's top-rated movie formula. This default ordering of books ensures you have a starting point for exploration.
- 📚 **Read List:** Keep track of the books you plan to read using the Read List feature. Add books to your list, view them at any time, and mark them as read once you've completed them.
- ⭐ **Rated Books List:** Rate the books you've read and keep a record of your ratings. The Rated Books List allows you to view and manage your rated books, helping you remember and recommend your favorite reads.
- 🌈 **User-Friendly Interface:** BookBuddy features a user-friendly interface with intuitive navigation and visually appealing design elements. Enjoy a smooth and engaging experience as you explore books and manage your reading journey.
## Technologies Used
- 🚀 Backend: Flask (Python)
- 💾 Database: MongoDB
- ⚛️ Frontend: ReactJS, Material UI
- 🌐 API Integration: Openlibrary API
- 🤖 Chatbot: Dialogflow
- 🔗 Webhook Integration: Flask (for chatbot and backend communication)
- ☁️ Deployment: Ngrok
## Installation
To run BookBuddy locally, follow these steps:
1. Clone the repository: `git clone https://github.com/Sushrut22/book-buddy.git`
2. You need to Install the `genre_matrix.pkl` file for this project here: [link](https://www.mediafire.com/file/6dmz4lb6denms1s/genre_matrix.pkl/file)\
After installation, put this file in `/src/api/api/` directory.
3. Install the required dependencies for the backend:
`pip install -r requirements.txt`
4. Set up a MongoDB database and update the connection details in the backend configuration file.
5. Start the backend server:
`python server.py`
6. Install the required dependencies for the frontend(cd to your project directory) then:
`npm install`
7. Start the frontend development server:
`npm start`
8. Access BookBuddy in your web browser at `http://localhost:3000`.
## Usage
1. Create an account or log in to your existing account on BookBuddy `(Optional)`.
2. Explore the Read List section to add books you plan to read. You can mark them as read once you finish them.
3. Rate books you've read and manage your rated books in the Rated Books Section.
4. Use the chatbot to get recommendations based on books you mention or your preferred genres.
5. Discover personalized recommendations in the Recommended List based on collaborative filtering, content-based approaches, and the popularity-based approach.
## Video Demonstration and screenshots
Watch the BookBuddy in action in our video demonstration: [BookBuddy Demo](https://www.youtube.com/watch?v=pdeWZkCaQUQ)
- Screenshots






## Contributing
Contributions to BookBuddy are welcome! If you encounter any issues or have ideas for improvements, feel free to submit a pull request or open an issue in the repository.
## Collaborators
BookBuddy was created by:
- [@Sushrut22](https://github.com/Sushrut22) (Sushrut Lachure)
- [@atharv-patil](https://github.com/atharv-patil) (Atharv Patil)
- [@varshil27](https://github.com/varshil27) (Varshil Kavathiya)
| BookBuddy: Your Book Companion | dialogflow,flask,material-ui,ngrok,openlibrary,python,react,reactjs,javascript,css3 | 2023-07-15T14:46:24Z | 2023-07-19T17:34:06Z | null | 3 | 3 | 18 | 0 | 3 | 4 | null | null | JavaScript |
MvFranca/Login-Projeto | master | # Tela de Login

# Tela de Registro

| Tela de login desenvolvida com o objetivo de treinar minhas habilidades em React.js. | css3,html5,reactjs,responsive-web-design,vitejs,javascript,typescript | 2023-07-12T17:38:36Z | 2023-10-23T13:24:06Z | null | 1 | 3 | 16 | 0 | 0 | 4 | null | null | TypeScript |
kit0-0/math-magicians | dev | <div align="center">
<h1>🧮 math-magicians</h1>
</div>
<!-- TABLE OF CONTENTS -->
# 📖 Table of Contents
- [About the Project](#about-project)
- [🛠️ Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🔑 Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run Tests](#run-tests)
- [Build](#build)
- [Webpack Development Server](#webpack-development-server)
- [👤 Author](#author)
- [🔮 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show Your Support](#show-your-support)
- [🙏 Acknowledgments](#acknowledgments)
- [📝 License](#license)
# 📖 About the Project <a name="about-project"></a>
**math-magicians** is a web application designed for mathematics enthusiasts. It is a Single Page App (SPA) that provides users with the ability to perform simple calculations and discover random math-related quotes.
The purpose of the project is to create an intuitive and user-friendly calculator application that allows users to perform basic calculations on any device with an internet connection. Additionally, the application provides inspirational and thought-provoking math-related quotes to inspire users.
## 🛠️ Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>🖥️ Client</summary>
<ul>
<li><a href="https://www.w3schools.com/REACT/">React</a></li>
<li><a href="https://www.w3schools.com/css/">CSS</a></li>
<li><a href="https://www.w3schools.com/html/">HTML</a></li>
</ul>
</details>
<!-- FEATURES -->
### 🔑 Key Features <a name="key-features"></a>
- ✨ **Simple Calculations**: Users can make basic calculations such as addition, subtraction, multiplication, and division. The application provides an intuitive user interface where users can input numbers and operators to perform the desired calculations.
- 🏅 **Random Math Quotes**: The application offers a collection of inspirational and thought-provoking math-related quotes. Users can read a randomly generated quote by simply refreshing the page or clicking a dedicated button.
<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://kit0-0.github.io/math-magicians/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
### Prerequisites
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
### Setup
Clone this repository to your desired folder:
```bash
git clone https://github.com/kit0-0/math-magicians.git
```
### Install
To install all dependencies, run the following command:
```bash
npm install
```
### Run Tests
To run tests, use the following commands:
- To track CSS linter errors, run:
```bash
npx stylelint "**/*.{css,scss}"
```
- To track JavaScript linter errors, run:
```bash
npx eslint "**/*.{js,jsx}"
```
### Build
To build the project, run the following command:
```bash
npm run build
```
### Webpack Development Server
To run the webpack development server, execute the following command:
```bash
npm start
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHOR -->
## 👤 Author <a name="author"></a>
👤 Kiko
- GitHub: [@kit0-0](https://github.com/kit0-0)
👤 Binyam Tegene
- GitHub: [@Log-benjamin](https://github.com/Log-benjamin/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔮 Future Features <a name="future-features"></a>
- [ ] 📱 **Add Animation**: Enhance the user interface with smooth animations and transitions to make the user experience more engaging and interactive.
- [ ] 📝 **Add Model**: Implement a mathematical model or algorithm to perform advanced calculations, such as trigonometric functions or logarithms, providing users with a wider range of mathematical operations.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions to Math Magicians are welcome! If you would like to contribute, please follow these guidelines:
1. Fork the repository and create a new branch for your contribution.
2. Make your changes and ensure that the code is properly formatted.
3. Write clear and concise commit messages.
4. Push your branch to your forked repository.
5. Submit a pull request detailing the changes you've made.
Feel free to check the [issues page](https://github.com/kit0-0/math-magicians/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SHOW YOUR SUPPORT -->
## ⭐️ Show Your Support <a name="show-your-support"></a>
If you like this project, give it a ⭐️.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgments"></a>
I would like to thank Microverse for providing guidance and support during the development of this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is licensed under the [MIT License](./LICENSE).
<p align="right">(<a href="#readme-top">back to top</a>)</p> | math-magicians is a web application designed for mathematics enthusiasts. It is a Single Page App (SPA) that provides users with the ability to perform simple calculations and discover random math-related quotes. | javascript,tailwindcss | 2023-07-08T17:39:38Z | 2023-07-19T11:24:56Z | null | 2 | 6 | 50 | 0 | 0 | 4 | null | MIT | JavaScript |
0trava/Advanced_portfolio | main | <h1>ADVANCED PORTFOLIO</h1>
Website for a video lesson for practicing practical skills in working in React. In practice, was created a beautiful portfolio website with a beautiful design with animation.
___________________________________________________
<p>Link to the lesson with materials - <a href="https://www.youtube.com/watch?v=hYv6BM2fWd8">here</a></p>



<h3>🌠 Initial commands:</h3>
...
~~~
$ npm install
$ npm install react-bootstrap bootstrap
$ npm instal express cors nodemailer
~~~
| PRACTICAL WORK - portfolio website with my project works. With used React and React Bootstrap | react,css,javascript | 2023-07-13T14:33:47Z | 2023-09-03T15:37:32Z | null | 1 | 0 | 69 | 0 | 1 | 4 | null | null | JavaScript |
kiwilan/unplugin-svg-transformer | main | 
# unplugin-svg-transformer
[![unplugin][unplugin-version-src]][unplugin-version-href]
[![version][version-src]][version-href]
[![downloads][downloads-src]][downloads-href]
[![license][license-src]][license-href]
[![tests][tests-src]][tests-href]
[![codecov][codecov-src]][codecov-href]
[![style][style-src]][style-href]
Import easily your SVG. Powered by [unplugin](https://github.com/unjs/unplugin).
> Designed to be a replacement of [`kiwilan/nuxt-svg-transformer`](https://github.com/kiwilan/nuxt-svg-transformer), a Nuxt module.
Use SVG into modern tools is not easy, especially when you want to use SVG as component. **This plugin will parse your SVG files** and **create a cache file** to **import them easily with a library index file**. It **works with any framework with Vite/Webpack**, but some components are ready-to-use for Vue, Nuxt and React. You could also create your own component for your favorite framework. **Built for TypeScript, but works with JavaScript**.
> **Note**
>
> If you want to use SVG from icon sets, you should use [`unplugin-icons`](https://github.com/unplugin/unplugin-icons), a very good plugin from [unplugin](https://github.com/unplugin). `unplugin-svg-transformer` is only for custom SVG.
```ts
import type { SvgName } from "unplugin-svg-transformer/icons";
import { importSvg, svgList } from "unplugin-svg-transformer/icons";
const icon: SvgName = "svg-name";
const svg = await importSvg("svg-name"); // param fully typed (SvgName), string output
const list = svgList; // as Record<SvgName, () => Promise<{ default: string }>>
```
> **Note**
>
> A demo is available on [Stackblitz](https://stackblitz.com/github/ewilan-riviere/unplugin-svg-transformer-example) or directly on [github.com/ewilan-riviere/unplugin-svg-transformer-example](https://github.com/ewilan-riviere/unplugin-svg-transformer-example).
## Features
- 🟨 [unplugin](https://github.com/unjs/unplugin): [Vite](https://vitejs.dev/), [Rollup](https://rollupjs.org/guide/en/), [Webpack](https://webpack.js.org/), [esbuild](https://esbuild.github.io/) support
- 🪄 Not a SVG loader, but a SVG transformer
- 🔥 Hot reloading when SVG added or removed
- 🗃️ Index to list all SVG to import them easily
- 🗂 Seperated cache SVG files
- 🚚 Can be import into any JS / TS file
- 📦 Components ready, no import needed, SVG directly injected
- [Vue 3](https://vuejs.org/) / [Nuxt 3](https://nuxt.com) component
- [React](https://react.dev/) component
- [Svelte](https://svelte.dev/) not included, here is an example [`./examples/svelte/src/lib/SvgIcon.svelte`](./examples/svelte/src/lib/SvgIcon.svelte)
- 🐘 [Laravel Inertia](https://inertiajs.com/) compatible with [`laravel-vite-plugin`](https://github.com/laravel/vite-plugin) as Vite plugin
- 🎨 Options to add or clear `style` and `class` global attributes
- 🦾 SVG typed (`typescript` required)
### Roadmap
- [ ] Add Nuxt 2 support
- [ ] Add more tests
- [ ] Add SVGO support
## Install
```bash
npm i unplugin-svg-transformer -D
# or
pnpm install unplugin-svg-transformer -D
# or
yarn add unplugin-svg-transformer -D
```
<details>
<summary>Vite</summary><br>
```ts
// vite.config.ts
import svgTransformer from "unplugin-svg-transformer/vite";
export default defineConfig({
plugins: [
svgTransformer({
/* options */
}),
],
});
```
Examples for Vue, React and Svelte:
- [`live/vue3`](./live/vue3)
- [`live/react`](./live/react)
- [`live/svelte`](./live/svelte)
<br></details>
<details>
<summary>Rollup</summary><br>
```ts
// rollup.config.js
import svgTransformer from "unplugin-svg-transformer/rollup";
export default {
plugins: [
svgTransformer({
/* options */
}),
],
};
```
<br></details>
<details>
<summary>Webpack</summary><br>
```ts
// webpack.config.js
module.exports = {
/* ... */
plugins: [
require("unplugin-svg-transformer/webpack")({
/* options */
}),
],
};
```
<br></details>
<details>
<summary>Nuxt</summary><br>
```ts
// nuxt.config.ts
export default defineNuxtConfig({
buildModules: [
"unplugin-svg-transformer/nuxt", // https://github.com/kiwilan/unplugin-svg-transformer
],
svgTransformer: {
/* options */
},
});
```
> This module works for Nuxt 3 only
Example: [`live/nuxt3`](./live/nuxt3)
<br></details>
<details>
<summary>Vue CLI</summary><br>
```ts
// vue.config.js
module.exports = {
configureWebpack: {
plugins: [
require("unplugin-svg-transformer/webpack")({
/* options */
}),
],
},
};
```
<br></details>
<details>
<summary>esbuild</summary><br>
```ts
// esbuild.config.js
import { build } from "esbuild";
import svgTransformer from "unplugin-svg-transformer/esbuild";
build({
plugins: [
svgTransformer({
/* options */
}),
],
});
```
<br></details>
## Usage
`unplugin-svg-transformer` works with any framework with Vite/Webpack, but some components are ready-to-use for Vue and React. You could also create your own component for your favorite framework (only Javascript, TypeScript, Vue 3, React, Svelte and Nuxt 3 have been tested).
### Options
> **Note**
>
> Nuxt 3 have some built-in options defined statically, because it uses amazing Nuxt 3 features. If ✅ option is available, otherwise is static.
| Name | Type | Description | Default | Nuxt |
| :----------------------: | :---------------------: | :------------------------------------------------------------------------------------------: | :--------------------------------------------: | :---------------: |
| `cacheDir` | `string` | SVG files will be added to cache directory. | `./node_modules/unplugin-svg-components/cache` | `./.nuxt/icons` |
| `fallback` | `string` | Default SVG displayed when the SVG is not found. | `<svg>...</svg>` | ✅ |
| `global` | `boolean` | Create `icons.d.ts` file at the root of your project. | `false` | |
| `libraryDir` | `string` | Directory where `icons.ts` will be created. | `./src` | `./.nuxt` |
| `svgDir` | `string` | Directory where your SVG files are located. | `./src/svg` | ✅ `./assets/svg` |
| `svg.classDefault` | `string[]` | Add default classes to all SVG. | `undefined` | ✅ |
| `svg.clearSize` | `all`, `parent`, `none` | Clear `width` and `height` attributes from SVG (can be all, just parent on `<svg>` or none). | `none` | ✅ |
| `svg.clearClass` | `all`, `parent`, `none` | Clear classes from SVG (can be all, just parent on `<svg>` or none). | `none` | ✅ |
| `svg.clearStyle` | `all`, `parent`, `none` | Clear inline styles from SVG (can be all, just parent on `<svg>` or none). | `none` | ✅ |
| `svg.currentColor` | `boolean` | Add `fill="currentColor"` or `stroke="currentColor"` to all SVG. | `false` | ✅ |
| `svg.inlineStyleDefault` | `string[]` | Add default inline style to all SVG. | `undefined` | ✅ |
| `svg.sizeInherit` | `boolean` | Add inline style `height: inherit; width: inherit;`. | `false` | ✅ |
| `svg.title` | `boolean` | Add title to SVG string. | `false` | ✅ |
| `useTypes` | `boolean` | Use types, if you want to use JavaScript instead of TypeScript. | `true` | `true` |
| `warning` | `boolean` | Trigger a warning when the SVG is not found. | `false` | ✅ |
### Add your SVG files
In plugin options, you can add a directory to watch SVG files: `svgDir`. By default, it's `./src/svg` (for Nuxt 3, it's `./assets/svg`). Just put your SVG files into this directory and they will be parsed and added to library file, `icons.ts`.
> **Note**
>
> You can use SVG nested directories, but you can't have two SVG files with the same name.
An example of `svgDir` directory:
```bash
├── src
│ ├── svg
│ │ ├── download.svg
│ │ ├── social
│ │ │ └── twitter.svg
│ │ └── vite.svg
│ └── ...
└── ...
```
This example will give you this list: `['download', 'social/twitter', 'vite']`.
### Library file
In plugin options, you can add a directory to choose where to create library file: `libraryDir`. By default, it's `./src` (for Nuxt 3, it's `./.nuxt`). A library file will be created, `icons.ts` (or `icons.js` if `useTypes` is set to `false`), into this directory. This file will list all SVG files, used by `importSvg` function.
With TypeScript, `SvgName` type is available. And with JavaScript or TypeScript, you can use `svgList` and `importSvg` function. SVG list is updated when you add, remove or update a SVG file.
> **Note**
>
> A symlink of this file will be created into `unplugin-svg-transformer/icons`.
An example of `icons.ts` file:
```ts
export type SvgName = "download" | "social/twitter" | "vite" | "default";
export const options = {...};
export const svgList: Record<SvgName, () => Promise<{ default: string }>> = {
download: () => import(".../cache/download"),
"social/twitter": () => import(".../cache/social/twitter"),
vite: () => import(".../cache/vite"),
default: () => import(".../cache/default"),
};
export async function importSvg(name: SvgName): Promise<string> {
// ...
}
if (typeof window !== "undefined") {
window.ust.options = options;
window.ust.svgList = svgList;
window.ust.importSvg = importSvg;
}
```
### Import SVG
You can easily import a SVG file with `importSvg` function from `unplugin-svg-transformer/icons` and use `SvgName` type (globally registered) to validate your SVG file name. `svgList` function list all SVG files, used by `importSvg` function.
```ts
import type { SvgName } from "unplugin-svg-transformer/icons";
import { importSvg, options, svgList } from "unplugin-svg-transformer/icons";
// `SvgName` type represents SVG file name
const icon: SvgName = "svg-name";
// importSvg function is async, you can use `await` or `then` method
const icon = await importSvg("svg-name");
// or
const icon = "";
importSvg("svg-name").then((svg) => {
icon = svg;
});
const fallback = options.fallback; // All options are available
```
You can use [`Window`](https://developer.mozilla.org/en-US/docs/Web/API/Window) to access `svgList` and `importSvg` functions from `ust` (not SSR compatible).
```ts
const svg = await window.ust.importSvg("svg-name");
```
#### Ready-to-use components
With some frameworks, you don't have to create your own component, you can use ready-to-use components.
> **Warning**
>
> Assure you have import `unplugin-svg-transformer/icons` into `main.ts` or `app.ts` (or `app.js`) when you use ready-to-use components: `import 'unplugin-svg-transformer/icons'` (except for Nuxt). Why? Because ready-to-use components use `window` to access to `importSvg` function (of course for Nuxt 3, you don't have to import `unplugin-svg-transformer/icons` because component use `#icons` alias).
>
> ```ts
> // main.ts
> import "unplugin-svg-transformer/icons";
> ```
- For Vue 3, you can use a plugin to register globally `SvgIcon` component with `SvgTransformerPlugin` from `unplugin-svg-transformer/vue` and use `SvgIcon` component directly. But you can just import `SvgIcon` component from `unplugin-svg-transformer/vue` and use `SvgIcon` component.
- For React, you can import `SvgIcon` component from `unplugin-svg-transformer/react`.
- For Nuxt 3, you have a globally registered `SvgIcon` component, you can use `SvgIcon` component directly. You have an alias to use easily icons: `#icons`, same as `unplugin-svg-transformer/icons`.
All ready-to-use components have a `name` prop, based on SVG file name. You can use `name` prop to validate SVG file name.
| Prop name | Prop type | Required | Prop description |
| :--------: | :-------: | :------: | :-----------------------------------------------------------------: |
| `name` | `SvgName` | ✅ | SVG file name |
| `title` | `string` | | Add `title` to SVG |
| `reactive` | `boolean` | | Add `watch` to update SVG if `name` update (not available on React) |
#### Create your own component
- For Svelte, no component available, you have to create your own, you can use example: [`./examples/svelte/src/lib/SvgIcon.svelte`](./examples/svelte/src/lib/SvgIcon.svelte).
- For vanilla JS or TS, you can import `importSvg` function from `unplugin-svg-transformer/icons` to import SVG file.
- For Vue or React, you can create your own component like with Svelte.
### TypeScript or JavaScript
To use JavaScript only, set `useTypes` option to `false`, but this plugin is built for TypeScript first. You can use `SvgName` type to validate your SVG file name.
```ts
import type { SvgName } from "unplugin-svg-transformer/icons";
const icon: SvgName = "svg-name";
```
If you use only JavaScript you can import your SVG with same way without type validation.
#### Global type
If you use Vite (with Vue, React or Svelte) or Nuxt, `SvgName` is globally imported by default. But if you use another bundler or vanilla JS/TS and you want to globally import `SvgName`, you can add `global` option to `true` in plugin options to create `icons.d.ts` at root of project to add `SvgName` globally. You might have to add `include: ["icons.d.ts"]` into `tsconfig.json`.
> **Note**
>
> With Vue, React and Svelte, this plugin use `vite-env.d.ts` to add `SvgName` globally, `global` option is not needed (same for Nuxt).
```jsonc
// tsconfig.json, if you enabled `global` option.
{
"include": ["icons.d.ts"]
}
```
And enable `global` option in plugin options.
```ts
// vite.config.ts (or webpack.config.js, rollup.config.js, ...)
import svgTransformer from "unplugin-svg-transformer/vite";
export default defineConfig({
plugins: [
svgTransformer({
global: true,
}),
],
});
```
### Advanced examples
#### Vue 3
An example with Vue 3 and Vite.
<details>
<summary>Click to see example</summary><br>
You can skip `SvgTransformerPlugin` registration, this plugin will only load `SvgIcon` component globally, you can import `SvgIcon` component from `unplugin-svg-transformer/vue` and use `SvgIcon` component. But you have to import `unplugin-svg-transformer/icons` in `main.ts` if you want to use `SvgIcon` component.
```diff
// main.ts
import { createApp } from "vue";
import App from "./App.vue";
+import { SvgTransformerPlugin } from 'unplugin-svg-transformer/vue'
+import "unplugin-svg-transformer/icons";
createApp(App)
+ .use(SvgTransformerPlugin)
.mount("#app");
```
<br></details>
#### Inertia
An example with [Laravel Jetstream](https://jetstream.laravel.com/) ([Inertia](https://inertiajs.com/)) and Vite. This example will use TypeScript, but it works with JavaScript. For TypeScript, you will have to create `tsconfig.json` file at root of project, here a [example](https://gist.github.com/ewilan-riviere/616dc2bb9da36e4ed77068628719a00a).
<details>
<summary>Click to see example</summary><br>
> **Note**
>
> This example use Vue 3, but it works with React or Svelte.
To use TypeScript, update `vite.config.js` to `vite.config.ts` and just add `unplugin-svg-transformer/vite` to `plugins` array.
> **Warning**
>
> Don't forget to replace `resources/js/app.js` to `resources/js/app.ts` into `laravel-vite-plugin` options.
```diff
import { defineConfig } from "vite";
import laravel from "laravel-vite-plugin";
import vue from "@vitejs/plugin-vue";
+import svgTransformer from "unplugin-svg-transformer/vite";
export default defineConfig({
resolve: {
alias: {
"@": "/resources/js",
"~": "/",
},
},
plugins: [
laravel({
+ input: ["resources/js/app.ts"],
ssr: "resources/js/ssr.js",
refresh: true,
}),
vue({
template: {
transformAssetUrls: {
base: null,
includeAbsolute: false,
},
},
}),
+ svgTransformer({
+ svgDir: "./resources/js/Svg",
+ libraryDir: "./resources/js",
+ global: true,
+ }),
],
});
```
Just replace `app.js` to `app.ts` into `resources/js` (and root Blade file).
```diff
// app.ts
import type { DefineComponent } from "vue";
import { createApp, h } from "vue";
import { createInertiaApp } from "@inertiajs/vue3";
import { resolvePageComponent } from "laravel-vite-plugin/inertia-helpers";
+import { SvgTransformerPlugin } from "unplugin-svg-transformer/vue";
+import 'unplugin-svg-transformer/icons'
createInertiaApp({
title: (title) => `${title} - App Name`,
resolve: (name) =>
resolvePageComponent(
`./Pages/${name}.vue`,
import.meta.glob("./Pages/**/*.vue")
) as Promise<DefineComponent>,
setup({ el, App, props, plugin }) {
const app = createApp({ render: () => h(App, props) })
.use(plugin)
+ .use(SvgTransformerPlugin);
app.mount(el);
},
});
```
And you can use globally registered `SvgIcon` component.
```vue
<template>
<div>
<SvgIcon name="svg-name" />
</div>
</template>
```
<br></details>
#### React
An example with React and Vite.
<details>
<summary>Click to see example</summary><br>
You have to import `unplugin-svg-transformer/icons` only once in `main.tsx` (or `app.tsx`), you can use `SvgIcon` component if you import it from `unplugin-svg-transformer/react`.
```diff
// main.tsx
import React from 'react'
import ReactDOM from 'react-dom/client'
+import { SvgIcon } from 'unplugin-svg-transformer/react'
import './index.css'
+import 'unplugin-svg-transformer/icons'
const root = document.getElementById('root') as HTMLElement
ReactDOM.createRoot(root).render(
<React.StrictMode>
hello
+ <SvgIcon name="svg-name" className='icon' />
</React.StrictMode>,
)
```
<br></details>
#### Nuxt 3
An example with Nuxt 3.
<details>
<summary>Click to see example</summary><br>
Installation on Nuxt 3 is easily with `nuxt.config.ts` file.
```ts
// nuxt.config.ts
import { defineNuxtConfig } from "nuxt3";
export default defineNuxtConfig({
buildModules: [
"unplugin-svg-transformer/nuxt", //
],
svgTransformer: {
/* options */
},
});
```
And you can use globally registered `SvgIcon` component or `#icons` alias.
```vue
<script setup lang="ts">
import { importSvg } from "#icons"; // `#icons` alias
const svg = ref<string>("");
importSvg("svg-name").then((icon) => {
svg.value = icon;
});
</script>
<template>
<div>
<div v-html="svg" />
<SvgIcon name="svg-name" />
</div>
</template>
```
<br></details>
## Testing
```bash
pnpm test
```
### Local
```bash
pnpm package
```
In `package.json`:
```json
{
"devDependencies": {
"unplugin-svg-transformer": "file:~/unplugin-svg-transformer.tgz"
}
}
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Credits
- [UnJS](https://github.com/unjs): UnJS team for [`unplugin`](https://github.com/unjs/unplugin)
- [`ewilan-riviere`](https://github.com/ewilan-riviere): author
- [`antfu`](https://github.com/antfu/unplugin-starter): for the starter template, `@antfu/eslint-config` and his amazing work
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[<img src="https://user-images.githubusercontent.com/48261459/201463225-0a5a084e-df15-4b11-b1d2-40fafd3555cf.svg" height="120rem" width="100%" />](https://github.com/kiwilan)
[unplugin-version-src]: https://img.shields.io/badge/dynamic/json?label=unplugin&query=dependencies[%27unplugin%27]&url=https://raw.githubusercontent.com/kiwilan/unplugin-svg-transformer/main/package.json&style=flat&colorA=18181B&colorB=F0DB4F
[unplugin-version-href]: https://github.com/unjs/unplugin
[version-src]: https://img.shields.io/npm/v/unplugin-svg-transformer.svg?style=flat&colorA=18181B&colorB=F0DB4F
[version-href]: https://www.npmjs.com/package/unplugin-svg-transformer
[downloads-src]: https://img.shields.io/npm/dm/unplugin-svg-transformer?style=flat&colorA=18181B&colorB=F0DB4F
[downloads-href]: https://npmjs.com/package/unplugin-svg-transformer
[license-src]: https://img.shields.io/github/license/kiwilan/unplugin-svg-transformer.svg?style=flat&colorA=18181B&colorB=F0DB4F
[license-href]: https://github.com/kiwilan/unplugin-svg-transformer/blob/main/README.md
[tests-src]: https://img.shields.io/github/actions/workflow/status/kiwilan/unplugin-svg-transformer/tests.yml?branch=main&label=tests&style=flat&colorA=18181B
[tests-href]: https://github.com/kiwilan/unplugin-svg-transformer/actions/workflows/tests.yml
[codecov-src]: https://img.shields.io/codecov/c/gh/kiwilan/unplugin-svg-transformer/main?style=flat&colorA=18181B&colorB=F0DB4F
[codecov-href]: https://codecov.io/gh/kiwilan/unplugin-svg-transformer
[style-src]: https://antfu.me/badge-code-style.svg
[style-href]: https://github.com/antfu/eslint-config
| Import easily your SVG. Powered by unplugin. | icons,javascript,nuxt,react,svg,typescript,unplugin,vue,rollup,vite | 2023-07-04T05:49:17Z | 2024-01-14T10:25:47Z | 2023-10-09T06:49:41Z | 1 | 2 | 190 | 1 | 1 | 4 | null | MIT | TypeScript |
bdkinc/knex-ibmi | master | [](https://npmjs.org/package/@bdkinc/knex-ibmi)
**Disclaimer: This library is in beta. Please submit an issue for any bugs encounter or any questions you have.**
## Description
This is an external dialect for [knex](https://github.com/tgriesser/knex). This library uses the ODBC driver and is only tested on IBMi. Here are the IBM OSS Docs https://ibmi-oss-docs.readthedocs.io/en/latest/odbc/README.html
## Supported functionality
- Query building
- Query execution (see [Limitations](#Limitations))
- Transactions
## Limitations
Currently, this dialect has limited functionality compared to the Knex built-in dialects. Below are some of the limitations:
- No streaming support
- Possibly other missing functionality
- Journaling must be handled separately. After a migration is ran journaling can be configured on the newly created tables. I recommend using the schema utility in the i access client solutions software.
## Installing
`npm install @bdkinc/knex-ibmi`
Requires Node v14 or higher.
## Dependencies
`npm install odbc` see [IBM ODBC Docs for dependencies](https://ibmi-oss-docs.readthedocs.io/en/latest/odbc/README.html) if you run into any issues
`npm install knex`
## Usage
This library is written in typescript and compiled to both commonjs and esm.
```javascript
const knex = require("knex");
const { DB2Dialect } = require("@bdkinc/knex-ibmi");
const db = knex({
client: DB2Dialect,
connection: {
host: "localhost",
database: "knextest",
port: 50000,
user: "<user>",
password: "<password>",
driver: "IBM i Access ODBC Driver",
connectionStringParams: {
ALLOWPROCCALLS: 1,
CMT: 0,
},
},
pool: {
min: 2,
max: 10,
},
});
const query = db.select("*").from("table").where({ foo: "bar" });
query
.then((result) => console.log(result))
.catch((err) => console.error(err))
.finally(() => process.exit());
```
or as ESM
```javascript
import knex from "knex";
import { DB2Dialect } from "@bdkinc/knex-ibmi";
const db = knex({
client: DB2Dialect,
connection: {
host: "localhost",
database: "knextest",
port: 50000,
user: "<user>",
password: "<password>",
driver: "IBM i Access ODBC Driver",
connectionStringParams: {
ALLOWPROCCALLS: 1,
CMT: 0,
},
},
pool: {
min: 2,
max: 10,
},
});
try {
const data = await db.select("*").from("table").where({ foo: "bar" });
console.log(data);
} catch (err) {
throw new Error(err);
} finally {
process.exit();
}
```
or as Typescript
```typescript
import { knex } from "knex";
import { DB2Dialect, DB2Config } from "@bdkinc/knex-ibmi";
const config: DB2Config = {
client: DB2Dialect,
connection: {
host: "localhost",
database: "knextest",
port: 50000,
user: "<user>",
password: "<password>",
driver: "IBM i Access ODBC Driver",
connectionStringParams: {
ALLOWPROCCALLS: 1,
CMT: 0,
},
},
pool: {
min: 2,
max: 10,
},
};
const db = knex(config);
try {
const data = await db.select("*").from("table").where({ foo: "bar" });
console.log(data);
} catch (err) {
throw new Error(err);
} finally {
process.exit();
}
```
## Pooling
Tarn Pooling Configuration
```javascript
const db = knex({
client: DB2Dialect,
connection: {
host: "localhost",
database: "knextest",
port: 50000,
user: "<user>",
password: "<password>",
driver: "IBM i Access ODBC Driver",
connectionStringParams: {
ALLOWPROCCALLS: 1,
CMT: 0,
},
},
pool: {
min: 2,
max: 10,
acquireConnectionTimeout: 6000,
},
});
```
## Configuring your driver
If you don't know the name of your installed driver, then look in `odbcinst.ini`. You can find the full path of the file by running `odbcinst -j`.
There you should see an entry like the one below:
```
[IBM i Access ODBC Driver] <== driver name in square brackets
Description=IBM i Access for Linux ODBC Driver
Driver=/opt/ibm/iaccess/lib/libcwbodbc.so
Setup=/opt/ibm/iaccess/lib/libcwbodbcs.so
Driver64=/opt/ibm/iaccess/lib64/libcwbodbc.so
Setup64=/opt/ibm/iaccess/lib64/libcwbodbcs.so
Threading=0
DontDLClose=1
UsageCount=1
[IBM i Access ODBC Driver 64-bit]
Description=IBM i Access for Linux 64-bit ODBC Driver
Driver=/opt/ibm/iaccess/lib64/libcwbodbc.so
Setup=/opt/ibm/iaccess/lib64/libcwbodbcs.so
Threading=0
DontDLClose=1
UsageCount=1
```
If that still doesn't work, then unixodbc is probably looking for the config files in the wrong directory. A common case is that the configs are in `/etc` but your system expects them to be somewhere else. In such case, override the path unixodbc looks in via the `ODBCSYSINI` and `ODBCINI` environment variables.
E.g., `ODBCINI=/etc ODBCSYSINI=/etc`.
| Knex Dialect for connecting to IBM i via ODBC | db2,ibm,ibmi,javascript,knex,odbc-driver | 2023-07-14T13:14:13Z | 2024-03-07T21:57:21Z | null | 4 | 30 | 145 | 0 | 2 | 4 | null | MIT | JavaScript |
Bibiwei-Pere/Pere | main | <img src="static\images\github\github-1.jpg" alt="Pere"/>
<img src="static\images\github\github-3.jpg" alt="Pere"/>
## Personal Portfolio
**Live preview: [Click me](https://perebibiwei.netlify.app/)**
---
## How to use
`Fork` or `Clone` this repository and enjoy.
---
## Other projects
📚 [All Bibiwei Pere's Projects](https://github.com/Bibiwei-Pere/All-projects)
---
### Created by [Bibiwei Pere](https://www.facebook.com/profile.php?id=100074182476935)
Like my works and want to support me?
<a href="https://www.buymeacoffee.com/adrenaline9" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-orange.png" alt="Buy Me A Coffee" style="height: 45px !important; width: 162.75px !important;" ></a>
| My portfolio website | css,html,javascript,portfolio,portfolio-website | 2023-07-11T14:18:11Z | 2024-04-06T06:49:22Z | null | 1 | 0 | 15 | 0 | 0 | 4 | null | null | HTML |
deepestworldcommunity/starter | main | # Deepest World Starter
Deepest World (https://deepestworld.com/) is a browser sandbox MMORPG intended to be played by bots.
This can be a starter to enter the game.
Steps to get up and running:
1. install Node.js & NPM from https://nodejs.org/en/download or any package manager you like
2. create an account & a character on https://deepestworld.com/
3. checkout repository (choose one option) & install dependencies
```shell
# Option 1: Checkout using GIT & HTTPS
git clone https://github.com/kevinsandow/deepestworld-starter.git
# Option 2: Checkout using GIT & SSH
git clone git@github.com:kevinsandow/deepestworld-starter.git
# Option 3: Checkout using GitHub CLI
gh repo clone kevinsandow/deepestworld-starter
# Install dependencies
cd deepestworld-starter
npm install
```
4. create a `.env` file containing your credentials like so:
```
DW_USERNAME=myUserName
DW_PASSWORD=secretPassword
DW_CHARACTER=Charactername
```
You might wonder how you would create a `.env` file under Windows, you can use this to create an empty one:
```shell
echo. > .env
```
5. start Election via:
```shell
npm start
```
6. go to src/starter.js and change the first line to:
```js
let attackMode = true
```
7. make further changes to adjust your bot or start a new one from scratch, I'd suggest using a different file
8. (optional) check out the `src/starter.ts` and use TypeScript
## Working with Multiple Files
Using esbuild code will be transpiled (even TypeScript) and bundled together
### Create your Functions in Separate Files
**foo.js / foo.ts**
```js
export default function foo() {
console.log('Hello World')
}
```
### Import in Your Main File
**bar.js / bar.ts**
```js
import foo from './foo'
foo()
```
### Run & Enjoy
```sh
npm start bar.js # for JavaScript
npm start bar.ts # for TypeScript
```
## Electron - What Is It and Why Is It Used
Electron is basically a limited version of a browser, but it also has an additional benefit:
regular browsers tend to throttle (slow down) JavaScript execution when their window/tab is no longer focussed.
This is usually a good thing, it preserves resources (CPU and energy consumption).
But slowing down you AI code will probably most likely result in poor performance or death for your character.
## FAQ
### "Help, my code gets updated, but nothing is happening."
Have you checked out the developer tools of Electron? You can do so
via `Ctrl + Shift + I` under Windows/Unix or `Option + Command + I`, there might be an error.
A common pitfall for beginners is that your JavaScript code is not available in strict mode. (For further information see here https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode)
## Dependencies
* `@types/node` - type support for build-in Node.js modules
* `dotenv` - library to parse the `.env` files, you also can use regular environment variables, if you prefer those
* `electron` - browser like app to prevent throttling
* `esbuild` - bundler to produce one output file
* `typescript` - to improve your coding experience
| A toolchain to start develop a bot bots for the game DeepestWorld | ai,coding-games,deepestworld,electron,javascript,typescript | 2023-07-08T22:23:50Z | 2024-04-12T19:24:31Z | null | 2 | 2 | 84 | 0 | 5 | 4 | null | MIT | TypeScript |
rks-031/yt-bookmark-googleExtension | master | After enabling this extension, a plus icon will be shown on every youtube video on Google Chrome that's gonna allow us to bookmark a particular time-stamp on a youtube video.
<br>
# Screenshot of the extension:

# Screenshot of a youtube video after enabling the extension:

# Screenshot of how the book-marks appear:

# Screenshot of what the extension says when it's not a youtube page:

# Steps to use this extension:
1. Fork this repository.
2. Clone it using `Github desktop` application or by the command: **git clone https://github.com/YOUR-USERNAME/yt-bookmark-googleExtension**.
3. Go to **chrome://extensions/** by opening a new tab on Chrome.
4. Toggle on the **Developer mode**.
5. Click on **Load Unpacked** button.
6. Select this repository folder and the extension will be added.
| The YouTube Timestamp Bookmarker Chrome extension is a handy tool built with JavaScript. It enables users to effortlessly add bookmarks to specific timestamps within YouTube videos, facilitating quick navigation to important moments. | css,extension-chrome,html,javascript,json | 2023-07-10T05:31:35Z | 2023-07-16T05:33:34Z | null | 1 | 0 | 14 | 0 | 2 | 4 | null | null | JavaScript |
Pyth0nHere/CarShowroom | main | # Car Showroom Website
Welcome to the Car Showroom Website GitHub repository! This is a collaborative project aimed at creating a modern and user-friendly website for showcasing cars in a showroom. The website will provide visitors with an immersive experience, allowing them to explore various car models, view specifications, and even schedule test drives.
## Project Overview
The Car Showroom Website project aims to create a comprehensive online platform for car enthusiasts, potential buyers, and dealers. The website will feature the following key functionalities:
1. **Car Listings**: Users will be able to browse through an extensive collection of car models, organized by categories such as brand, type, and price range.
2. **Car Details**: Each car listing will have a dedicated page providing detailed information about the car, including specifications, features, images, and pricing details.
3. **Test Drive Scheduling**: Interested users will be able to schedule test drives for their preferred car models. They can select a convenient date and time slot, provide contact information, and submit their request.
4. **Contact and Support**: The website will provide contact information for the car showroom, including a contact form for general inquiries, feedback, and support requests.
## Technologies Used
The Car Showroom Website is built using modern web development technologies and frameworks. The primary technologies used in this project include:
- **HTML5**: Used for creating the structure and content of web pages.
- **CSS3**: Utilized for styling and layout of the website, providing an appealing visual experience.
- **JavaScript**: Employed for adding interactive elements, implementing dynamic functionalities, and handling client-side validations.
## Contributing
We welcome contributions from the open-source community to enhance the Car Showroom Website. To contribute, please follow these steps:
1. Fork this repository.
2. Create a new branch for your feature or bug fix:
```
git checkout -b feature/your-feature
```
3. Make the necessary changes and commit them:
```
git commit -m "Add your commit message"
```
4. Push your changes to your forked repository:
```
git push origin feature/your-feature
```
5. Open a pull request in this repository, providing a clear description of your changes.
Please ensure that your code adheres to the existing coding style and follows best practices. Include appropriate tests and documentation for your changes.
<h2 align=center>Project Admins</h2>
<table align="center">
<tr >
<td align="center">
<a href="https://github.com/Pyth0nHere">
<img src="https://avatars.githubusercontent.com/u/88571280?v=4" width="100px" alt=""/><br />
<sub><b>Piethon</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/momin-mubash">
<img src="https://avatars.githubusercontent.com/u/108012519?v=4" width="100px" alt=""/><br />
<sub><b>Momin Mubash</b></sub>
</a>
</td>
</tr>
</table>
Connect with Us
-------------------
If you have any questions, suggestions, or feedback, please feel free to contact us:
- **Project Maintainer: Piethon**
- Email: [piethonbughunter69@gmail.com](mailto:piethonbughunter69@gmail.com)
- Twitter: [sudo_uwu](https://twitter.com/sudo_uwu)
- Instagram: [sudo_uwu](https://www.instagram.com/sudo_uwu)
- Linkedin: [Majeed](https://www.linkedin.com/in/majeedmujawar01)
- **Momin Mubash**
- Twitter: [momin_mubash](https://twitter.com/momin_mubash)
- Linkedin: [Momin Mubash](https://www.linkedin.com/in/momin-mubash-97a056263)
Thank you for your interest in the Car Showroom Website project! We hope you find it exciting and contribute to its success.
| The Car Showroom Website is a modern platform for showcasing cars, enabling users to browse listings, view details, schedule test drives, and contact the showroom. Join us in creating an immersive experience for car enthusiasts. | open-source,website,css3,javascript | 2023-07-16T12:27:36Z | 2023-08-18T07:41:17Z | null | 2 | 9 | 38 | 0 | 1 | 4 | null | null | HTML |
CesarHerr/tic_tac_toe | dev | Tic TaC TOE!
This is a Game created with React
<a href="https://cesarherr.github.io/tic_tac_toe">Enjoy!</a>
🐱
| This is a Game created with React | javascript,react | 2023-07-01T23:57:01Z | 2023-07-02T06:05:00Z | null | 1 | 0 | 12 | 0 | 0 | 4 | null | MIT | JavaScript |
sisi0x/source_code_challenges | main | # source_code_challenges
**practice your skills and spot the Bug!**
**different Bugs in different Languages and you have to spot them!**
| practice your skills in source code review | php-source-code-challenge,java,javascript,php,python,java-source-code-challenge,javascript-source-code-challenge,python-source-code-challenge | 2023-07-13T22:21:55Z | 2023-12-01T06:35:05Z | null | 3 | 0 | 32 | 0 | 1 | 4 | null | null | PHP |
sajjadjim/sajjadjim | main | ### Hi i am JIM 😎 🥰
🚩🔕🚭🔇🚩
<h1 align="center">🍁 Welcome To My Profile 🍁</h1>
<h3 align="center">A Beginner level programmer from Bangladesh , Asia!!🥸</h3>
<img align="left" width="50%" src = "https://github-readme-stats.vercel.app/api?username=sajjadjim&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />
<img align="left" width ="35%" src = "https://github-readme-stats.vercel.app/api/top-langs/?username=sajjadjim&exclude_repo=KNN-Image-Classification&show_icons=true&hide_border=true&layout=compact&langs_count=10" />
<p align="center" align="left" > <img width="50%" src="https://github-readme-streak-stats.herokuapp.com/?user=sajjadjim&" alt="sajjadjim" /> </p>
<br>
<h2 align="left">🧰Languages and Tools:</h2>
<p align="left"> <a href="https://www.cprogramming.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg" alt="c" width="40" height="40"/> </a> <a href="https://www.w3schools.com/cpp/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/cplusplus/cplusplus-original.svg" alt="cplusplus" width="40" height="40"/> </a> <a href="https://www.w3schools.com/cs/" target="_blank" rel="noreferrer"> </a> <a href="https://www.java.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg" alt="java" width="40" height="40"/> <a href="https://www.python.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" 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> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/csharp/csharp-original.svg" alt="csharp" width="40" height="40"/>
<p align="center" align="left"> <img src="https://komarev.com/ghpvc/?username=sajjadjim&label=Profile%20views&color=0e75b6&style=flat" alt="sajjadjim" /> </p>
<p align="left"> <a href="https://github.com/ryo-ma/github-profile-trophy"><img src="https://github-profile-trophy.vercel.app/?username=sajjadjim" alt="sajjadjim" /></a> </p>
<br>
<h2 align="left"> Uses Software :</h2>
<p align="left">
</p>
<p align="left"> </a> <a href="https://www.figma.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/figma/figma-icon.svg" alt="figma" width="40" height="40"/> </a><a href="https://www.adobe.com/in/products/illustrator.html" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/adobe_illustrator/adobe_illustrator-icon.svg" alt="illustrator" width="40" height="40"/> </a>
<h2 align="left"> :mailbox: Contact with me</h2>
<p align="center">
<a href="https://fb.com/sajjadjim15" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="sajjadjim15" height="40" width="40" /></a> <a> </a> <a> </a>
<a href="https://instagram.com/sajjad.hossain.jim" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="sajjad.hossain.jim" height="40" width="40" /></a>
<a href="https://www.youtube.com/channel/UCAA1wgWlua8NZMybL7O5vKg" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg" alt="UCAA1wgWlua8NZMybL7O5vKg" height="40" width="40" /></a></a>
<a href="https://discord.gg/sajjadjim" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/discord.svg" alt="sajjadjim" height="40" width="40" /></a>
<a href="https://twitter.com/jim" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="jim" height="40" width="40" /></a>
<a href="https://linkedin.com/in/sajjadjim" 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="sajjadjim" height="40" width="40" />
</p>
</p>
| null | css,html,javascript | 2023-07-12T16:52:54Z | 2024-03-01T05:55:19Z | null | 1 | 0 | 40 | 0 | 0 | 4 | null | null | null |
MuhdHanish/En-Code-Server | main | null | The backend of the "Encode" e-learning platform is powered by Node.js, a server-side JavaScript runtime, and MongoDB, a NoSQL database, ensuring scalability and performance for handling user data, course content, and various platform functionalities. | chat,clean-architecture,controllers,expressjs,javascript,jwt-bearer-tokens,mern-stack,models,mongodb,mongoose | 2023-07-10T05:10:07Z | 2023-09-24T14:58:43Z | null | 1 | 0 | 115 | 0 | 0 | 4 | null | null | TypeScript |
marcolink/generate-json-patch | main | # generate-json-patch
Create [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902/) compliant JSON Patch objects based on two given [JSON](https://www.ecma-international.org/publications-and-standards/standards/ecma-404/) objects with a configurable interface.
[](https://npmjs.org/package/generate-json-patch)
[](https://npmjs.org/package/generate-json-patch)
[](https://npmjs.org/package/generate-json-patch)
[](https://github.com/marcolink/generate-json-patch/actions/workflows/test.yml)
[](https://github.com/marcoxlink/generate-json-patch/blob/main/package.json)
[](http://www.typescriptlang.org/)
# TL;DR
- Can diff any two [JSON](https://www.ecma-international.org/publications-and-standards/standards/ecma-404/) compliant objects - returns differences as [JSON Patch](http://jsonpatch.com/).
- Elegant array diffing by providing an `objectHash` to match array elements
- Ignore specific keys by providing a `propertyFilter`
- :paw_prints: ***Is it small?*** Zero dependencies - it's ~**3 KB** (minified).
- :crystal_ball: ***Is it fast?*** I haven't done any performance comparison yet.
- :hatched_chick: ***Is it stable?*** Test coverage is high, but it's still in its early days - bugs are expected.
- The interface is inspired by [jsondiffpatch](https://github.com/benjamine/jsondiffpatch)
- **100%** Typescript
# Installation
Works on node and browser environments.
```bash
npm install generate-json-patch
```
# Usage
```typescript
import { generateJSONPatch } from 'generate-json-patch';
const before = { manufacturer: "Ford", type: "Granada", year: 1972 };
const after = { manufacturer: "Ford", type: "Granada", year: 1974 };
const patch = generateJSONPatch(before, after);
console.log(patch) // => [{op: 'replace', path: '/year', value: 1974}]
```
## Configuration
```typescript
import { generateJSONPatch, JsonPatchConfig, JsonValue, ObjectHashContext } from 'generate-json-patch';
generateJSONPatch({/*...*/}, {/*...*/}, {
// called when comparing array elements
objectHash: function(value: JsonValue, context: GeneratePatchContext) {
// for arrays of primitive values like string and numbers, a stringification is sufficent:
// return JSON.stringify(value)
// If we know the shape of the value, we can match be specific properties
return value.name
},
// called for every property on objects. Can be used to ignore sensitive or irrelevant
// properties when comparing data.
propertyFilter: function (propertyName: string, context: ObjectHashContext) {
return !['sensitiveProperty'].includes(propertyName);
},
array: {
// When true, no move operations will be created.
// The rersulting patch will not lead to identical objects,
// as postions of array elements can be different!
ignoreMove: true
}
});
```
### Patch Context
Both config function (`objectHash`, `propertyFilter`), receive a context as second parameter.
This allows for granular decision-making on the provided data.
#### Example
```typescript
import {generateJSONPatch, JsonPatchConfig, JsonValue, ObjectHashContext, pathInfo} from 'generate-json-patch';
const before = {
manufacturer: "Ford",
type: "Granada",
colors: ['red', 'silver', 'yellow'],
engine: [
{ name: 'Cologne V6 2.6', hp: 125 },
{ name: 'Cologne V6 2.0', hp: 90 },
{ name: 'Cologne V6 2.3', hp: 108 },
{ name: 'Essex V6 3.0', hp: 138 },
]
}
const after = {
manufacturer: "Ford",
type: "Granada",
colors: ['red', 'silver', 'yellow'],
engine: [
{name: 'Essex V6 3.0', hp: 138},
{name: 'Cologne V6 2.6', hp: 125},
{name: 'Cologne V6 2.0', hp: 90},
{name: 'Cologne V6 2.3', hp: 108},
]
}
const patch = generateJSONPatch(before, after, {
objectHash: function (value: JsonValue, context: ObjectHashContext) {
const {length, last} = pathInfo(context.path)
if (length === 2 && last === 'engine') {
return value.name
}
return JSON.stringify(value)
}
});
console.log(patch) // => [
// { op: 'replace', path: '/engine/3/hp', value: 138 },
// { op: 'move', from: '/engine/3', path: '/engine/0' }
// ]
```
> For more examples, check out the [tests](./src/index.spec.ts)
| A simple function to diff any object and generate a JSON Patch | javascript,json,jsonpatch,typescript,generator | 2023-07-14T07:25:29Z | 2024-05-22T12:40:29Z | 2024-05-22T12:40:29Z | 3 | 8 | 37 | 0 | 2 | 4 | null | MIT | TypeScript |
EternoSeeker/Slot-Machine | main | <div id="top"></div>
# Slot-Machine
A basic slot machine game in plain html, css, javascript
## How to play ?
#### [Play Here](https://eternoseeker.github.io/Slot-Machine/)
1. Deposit an amount by entering a number
2. Enter value for the bet ( bet will be placed on every line )
3. Click the SPIN button to spin the slot machine
- If the letters on any line match, the bet amount multiplied by respective multiplier of the letter gets added to the current balance
- A × 8; B × 4; C × 2;
## Screenshots
**Initially:**
<img src="images/slot-machine-initial.png" alt="start image" width="500">
Winning on "C":
<img src="images/slotmachine2.png" alt="win bet on c" width="450">
## Contributing
### Steps to contribute:
- Fork the repository by clicking the "Fork" button in the upper right corner of this page.
- Clone repository to your local machine:
```
git clone https://github.com/EternoSeeker/Slot-Machine.git
```
- Create a new branch for your contribution:
```
git checkout -b your-branch-name
```
- Test your changes locally to ensure they function correctly.
- Commit your changes with commit messages which contains description:
```
git commit -m "commit message"
```
- Push your changes to your forked repository:
```
git push origin your-branch-name
```
- Open a pull request to the main branch of this repository.
If you find any bugs or have any suggestions, please open an issue on GitHub and provide detailed information about the bug or suggestion.
Visit the issues section to work on existing issues or create your own and work on it.
Give a ⭐ if you enjoyed contributing to this repository !
<p align="right">(<a href="#top">🔼 Back to top</a>)</p>
| A basic slot machine game in Vanilla | css,hacktoberfest,hacktoberfest2023,html,javascript,vanilla-js | 2023-07-09T07:17:30Z | 2023-11-13T14:03:35Z | null | 9 | 12 | 66 | 2 | 13 | 4 | null | MIT | CSS |
JKuziola/IO-AllegroTracker | main | # AllegroTracker
A project created as part of the Software Engineering course at the University of Warsaw.
## About us
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars2.githubusercontent.com/u/38833436?v=4" width="75px;"/><br /><sub><b>Jakub Kuziola</b></sub>](https://github.com/JKuziola)<br /> | [<img src="https://avatars3.githubusercontent.com/u/105707706?v=4" width="75px;"/><br /><sub><b>Wojciech Weremczuk</b></sub>](https://github.com/wojsza05)<br /> | [<img src="https://avatars1.githubusercontent.com/u/100534891?v=4" width="75px;"/><br /><sub><b>Konrad Mocarski</b></sub>](https://github.com/mocar27)<br /> | [<img src="https://avatars3.githubusercontent.com/u/64912735?v=4" width="75px;"/><br /><sub><b>Pawel Dec</b></sub>](https://github.com/koxkox111)<br /> |
|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
<!-- ALL-CONTRIBUTORS-LIST:END -->
### Technologies used




## Project description
A web application that allows you to track products prices on Allegro. User can register and add
products of interest to the watchlist. The app will check the price of the product and send you a notification when
the price drops below the user-specified value.
Since the prices of products on Allegro do not change very often, we have configured our application to work
in the Allegro test environment. For this purpose, we have created an account on Allegro Sandbox,
which allows you to test the application without having to use real data. We have added a few offers to it,
which are available at the links listed at the end of this file.
## Using the app
The application has been deployed on Heroku and is available at:
https://allegro-tracker.herokuapp.com/ (currently off).
So there is no need to run it locally, but if you want to do it, you will find instructions below.
## Running the application locally
Clone the repository and go to the project directory:
```shell
git clone git@github.com:wojsza05/IO.git
cd IO
```
Add file .env in project home directory that contains
```
SECRET_KEY = <DJANGO KEY>
CLIENT_ID = <ALLEGRO API CLIENT ID>
CLIENT_SECRET = <ALLEGRO API CLIENT SECRET>
```
Create and activate a virtual environment:
```shell
virtualenv virtual
source virtual/bin/activate
```
Install the required libraries:
```shell
pip install -r requirements.txt
```
Launch the application:
```shell
python3 manage.py runserver
```
You can run Django unit tests writing:
```shell
python3 manage.py test AllegroTracker
```
The application will be available at: http://localhost:8000/.
### Default user
login: admin
password: admin
## App appearance
### Login page

### Main page

### Add product

### Detail product view

## Our offers:
- https://allegro.pl.allegrosandbox.pl/oferta/dlugopis-bialy-klawiatura-7708611553
- https://allegro.pl.allegrosandbox.pl/oferta/opaska-hej-7708611184
- https://allegro.pl.allegrosandbox.pl/oferta/zestaw-naprawczy-wiazki-el-drzwi-107065-7708610767
- https://allegro.pl.allegrosandbox.pl/oferta/acer-testowy-309-7708610327
- https://allegro.pl.allegrosandbox.pl/oferta/poduszka-75-x-55-cm-psy-7708610265
- https://allegro.pl.allegrosandbox.pl/oferta/vonala-zawieszka-kot-na-ksiezycu-stylowa-7708609606
| Project made as a part of 22/23 Software Engineering course at University of Warsaw | allegro,django,javascript,python,software-engineering | 2023-07-05T19:13:08Z | 2023-07-06T20:50:18Z | null | 4 | 0 | 13 | 0 | 0 | 4 | null | MIT | Python |
Bibiwei-Pere/Crowdfunding-product-page | main | ### Frontend Mentor - Crowdfunding product page solution
This is a solution to the [Crowdfunding product page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/crowdfunding-product-page-7uvcZe7ZR).
### Screenshot
<img src="/design/active-states-default.jpg" />
### Links
- [Live Site URL](https://Crowdfunding01.netlify.app)
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Javascript
### Author
- Website - [Bibiwei Pere](https://perebibiwei.netlify.app)
- Frontend Mentor - [@Bibiwei-Pere](https://www.frontendmentor.io/profile/Bibiwei-Pere)
- Twitter - [@Bibiwei_Pere](https://www.twitter.com/Bibiwei_Pere)
| Crowdfunding website with responsive design and progress bar that updates when a contribution is made | css,frontend-mentor,gofundme,javascript,responsive | 2023-07-07T20:43:56Z | 2023-08-02T17:38:05Z | null | 1 | 0 | 9 | 0 | 0 | 4 | null | null | CSS |
samzhangjy/ObserverX | main | <!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
<a name="readme-top"></a>
<!--
*** Thanks for checking out the Best-README-Template. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Don't forget to give the project a star!
*** Thanks again! Now go create something AMAZING! :D
-->

<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/samzhangjy/ObserverX">
<img src="assets/logo.png" alt="ObserverX" width="80" height="80">
</a>
<h3 align="center">ObserverX</h3>
<p align="center">
Your AI mate.
<br />
<a href="https://observerx.samzhangjy.com/"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/samzhangjy/ObserverX">View Demo</a>
·
<a href="https://github.com/samzhangjy/ObserverX/issues">Report Bug</a>
·
<a href="https://github.com/samzhangjy/ObserverX/issues">Request Feature</a>
</p>
</div>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
</ol>
</details>
<!-- ABOUT THE PROJECT -->
## About The Project
ObserverX is a bot framework bundled with various builtin features, including:
- Dynamic database loading
- Instant history search for bot
- Ready-to-deploy admin panel
- Multiple deployable platforms
- Fully customizable
ObserverX is currently built on top of GPT-3.5 / GPT-4's `function` API and may support other
bots in the future.
<!-- GETTING STARTED -->
## Getting Started
Follow the steps below to start a console session with the bot.
### Prerequisites
- Node.js 18.17.1 or higher
### Installation
1. Get an OpenAI API key at <https://platform.openai.com/account/api-keys>.
2. Install ObserverX
```sh
npm install @observerx/core @observerx/console @observerx/database @observerx/plugin-default
```
3. Create `index.js` and fill in the following content:
```js
import PlatformConsole from '@observerx/console';
import { addEntities, getDataSource } from '@observerx/database';
import ObserverX from '@observerx/core';
import pluginDefault from '@observerx/plugin-default';
addEntities(...ObserverX.getDatabaseEntities());
const dataSource = getDataSource();
await dataSource.initialize();
const platform = new PlatformConsole(dataSource);
platform.start({
model: 'GPT-3.5',
parentId: 'CONSOLE',
prompt: 'default',
plugins: [pluginDefault],
});
```
4. Create `.env` in the same folder as `index.js` and fill in the following content:
```properties
OPENAI_API_KEY=<your api key>
OPENAI_BASE_PATH=<optional, remove this if you don't need to change>
DATABASE_HOST=<database host>
DATABASE_USERNAME=<database username>
DATABASE_PASSWORD=<database password>
DATABASE_NAME=<database name>
DATABASE_PORT=<database port>
```
Note that you **must** use Postgres as the database.
5. Run `index.js`:
```sh
node index.js
```
...and you're ready to go!
<!-- ROADMAP -->
## Roadmap
See the [open issues](https://github.com/samzhangjy/ObserverX/issues) for a full list of proposed features (and known issues).
<!-- CONTRIBUTING -->
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
You can contribute to ObserverX by [opening an issue](https://github.com/samzhangjy/ObserverX/issues) or [starting a pull request](https://github.com/samzhangjy/ObserverX/pulls)
<!-- LICENSE -->
## License
Distributed under the MIT License. See `LICENSE` for more information.
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/samzhangjy/ObserverX.svg?style=for-the-badge
[contributors-url]: https://github.com/samzhangjy/ObserverX/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/samzhangjy/ObserverX.svg?style=for-the-badge
[forks-url]: https://github.com/samzhangjy/ObserverX/network/members
[stars-shield]: https://img.shields.io/github/stars/samzhangjy/ObserverX.svg?style=for-the-badge
[stars-url]: https://github.com/samzhangjy/ObserverX/stargazers
[issues-shield]: https://img.shields.io/github/issues/samzhangjy/ObserverX.svg?style=for-the-badge
[issues-url]: https://github.com/samzhangjy/ObserverX/issues
[license-shield]: https://img.shields.io/github/license/samzhangjy/ObserverX.svg?style=for-the-badge
[license-url]: https://github.com/samzhangjy/ObserverX/blob/main/LICENSE
| 🤖️ Node.js framework for instantly building GPT bot applications. | bot,bot-framework,chatgpt,framework,gpt,gpt-3,gpt-4,gpt-api,javascript,nodejs | 2023-07-11T07:33:54Z | 2023-08-30T08:28:04Z | null | 1 | 0 | 71 | 0 | 0 | 4 | null | MIT | TypeScript |
Rednexie/environment | main | # environment
Basic Javascript code to detect the runtime environment.
| basic javascript environment detection tool | detect-env,env,environment,environment-detection,javascript,js,jscript,node,nodejs,wscript | 2023-06-30T16:53:54Z | 2023-11-06T08:44:36Z | null | 1 | 0 | 10 | 0 | 0 | 4 | null | null | JavaScript |
parthasdey2304/online-qr-generator-website | main | # online-qr-generator-website
This is the 3rd Task from Dabotics!
# This is Under Development
# Screenshot

| This is the 3rd Task from Dabotics! | hacksquad,javascript,tailwindcss | 2023-07-15T06:50:50Z | 2023-07-15T11:11:58Z | null | 1 | 0 | 7 | 2 | 1 | 4 | null | MIT | JavaScript |
Weltra/Smart-City | main | # “智慧杭州”大屏管理系统
<div align="center">
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Weltra/Smart-City?style=for-the-badge">
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/Weltra/Smart-City?style=for-the-badge">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/Weltra/Smart-City?style=for-the-badge">
<br/>
<img alt="Static Badge" src="https://img.shields.io/badge/VUE-3.2.47-green?style=for-the-badge&logo=vue.js">
<img alt="Static Badge" src="https://img.shields.io/badge/echarts-5.4.3-red?style=for-the-badge&logo=apacheecharts">
<img alt="Static Badge" src="https://img.shields.io/badge/three-0.154.0-16%2C%20162%2C%20110?style=for-the-badge&logo=Three.js">
<img alt="Static Badge" src="https://img.shields.io/badge/mapbox--gl-2.14.1-%235cb3cc?style=for-the-badge&logo=mapbox">
</div>
> 使用AntV + Element-Plus + MapBox-GL + Echarts搭建的大屏系统
## 基本功能
系统实现了如下基本功能:
- [x] 地球自转
- [x] 控制中心
- [x] 地图复位
- [x] 事故查询
- [x] 显示事件热力图
- [x] 加载3D模型
## 🚀 项目使用
### 拉取项目
```sh
git clone https://github.com/Weltra/Smart-City.git
```
### Node.js包安装
#### 前端部分
在命令行输入以下代码,安装需要的包:
```sh
npm install
```
#### 后端部分
后端部分在[express](./express)文件夹中,进入后端部分:
```sh
cd express
```
在命令行输入以下代码,安装需要的Node.js包:
```sh
npm install
```
### 项目启动
#### 前端部分
使用vite来实现工程化,在命令行输入以下代码,启动项目:
```sh
npm run dev
```
#### 后端部分
进入后端部分:
```sh
cd express
```
启动后端express服务:
```sh
node index.js
```
## 📫 参与开源项目
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request
## 🤝 贡献者
为该项目做出贡献的开发者。
<table>
<tr>
<td align="center">
<a href="https://github.com/Weltra">
<img src="https://avatars.githubusercontent.com/u/140082971?v=4" width="100px;" alt="Foto do Mark Zuckerberg"/><br>
<sub>
<b>Weltra</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Gqsprogramer">
<img src="https://avatars.githubusercontent.com/u/88928351?v=4" width="100px;" alt="Foto do Iuri Silva no GitHub"/><br>
<sub>
<b>Gqsprogramer</b>
</sub>
</a>
</td>
</tr>
</table>
## 😄 作者
博客园:https://www.cnblogs.com/tangjielin/
您也可以在贡献者名单中参看所有参与该项目的开发者。
## 📝 版权说明
该项目签署了MIT 授权许可,详情请参阅[LICENSE](./LICENSE)
| “智慧杭州”大屏管理系统 | javascript,mapbox,vue,antv-l7 | 2023-07-20T16:13:24Z | 2023-07-28T01:12:19Z | null | 2 | 3 | 61 | 0 | 1 | 4 | null | MIT | Vue |
M-YasirGhaffar/portfolio-website-html-css-javascript | main | "# demo-portfolio-complete"
| Person Portfolio website in HTML CSS JAVASCRIPT | css,html,javascript,netlify,portfolio,template | 2023-07-11T01:13:49Z | 2023-07-15T12:39:14Z | null | 1 | 2 | 9 | 0 | 0 | 4 | null | null | CSS |
devendra-alt/ES6-capstone | dev | <a name="readme-top"></a>
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 ES6-Capstone ](#-your_project_name-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
# 📖 ES6-CAPSTONE <a name="about-project"></a>
**ES6-capstone** is a website where users can find meals, fetched from mealDB, comment and make a reservsation.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">HTML5</a></li>
<li><a href="https://reactjs.org/">CSS3</a></li>
<li><a href="https://reactjs.org/">ES6 JAVASCRIPT</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **HTML Form**
- **css flexbox**
- **Semantic tags**
- **ES6 Javascript**
- **ES6 modules**
- **webpack**
- **Async**
- **JEST test library**
- **Fetch API**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- <a href="https://drive.google.com/file/d/1t9-XzrCp2FGIjTmG1yhZNTTIq4nHGetE/view?usp=sharing">Video Link</a>
- [Live Demo Link](https://dev--euphonious-kitsune-6bef08.netlify.app/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 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:
- Web browser
- Node
- VS code
### Setup
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/devendra-alt/ES6-capstone
```
### Install
Install this project with:
```sh
cd ES6-capstone
npm i
```
### Usage
To run the project, execute the following command:
```
npm run dev
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using:
- Github pages
- Netlify
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Devendra Mulewa**
- GitHub: [@githubhandle](https://github.com/devendra-alt)
- Twitter: [@twitterhandle](https://twitter.com/Devendra5101)
- LinkedIn: [LinkedIn](https://linkedin.com/in/devendramulewa)
👤 **Iwu John Chinonso**
- GitHub: [@githubhandle](https://github.com/maths29)
- Twitter: [@twitterhandle](https://twitter.com/maths29)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/iwu-john-b92b01148/)
👤 **Bleu Yves Sopoude (MrBlue)**
- GitHub: [@Bleu-Yves-Sopoude](https://github.com/Bleu-Yves-Sopoude)
- Linkedin: [@in/bleu-yves](https://www.linkedin.com/in/bleu-yves/)
- GitHub: [@bleuYves](https://twitter.com/bleuYves)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[Adding-meals]**
- [ ] **[Sign-up]**
- [ ] **[Login]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/devendra-alt/ES6-capstone/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project please start it
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank Microverse
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Meal DB API website showcasing different meals with interaction options like adding comment and likes, also consuming API to storing user interations | es6,javascript,microverse,responsive-design,rest-api,web,webpack | 2023-07-10T08:36:53Z | 2024-03-13T03:55:32Z | null | 3 | 28 | 156 | 0 | 2 | 4 | null | MIT | JavaScript |
rodrigsmor/kanban-app | main | <h1 align="center">RUMA - Kanban App</h1>
## 📒 Introduction
Ruma is an agile Kanban-based project and task management web app. On this platform, you'll be able to create boards, distribute tasks across columns, and enhance productivity. The goal is to simplify project tracking, task allocation, deadlines, and routines.
---
## 📜 Table of contents
- [📒 Introduction](#-introduction)
- [📜 Table of contents](#-table-of-contents)
- [⚒️ Technologies](#️-technologies)
- [📥 Installation](#-installation)
- [⚙️ Settings](#️-settings)
- [🚀 How to run?](#-how-to-run)
- [🏃🏽♂️ Runnning the application](#️-runnning-the-application)
- [📚 Documentation](#-documentation)
- [✅ Running tests](#-running-tests)
- [🌎 Support links and tutorials](#-support-links-and-tutorials)
- [👨🏽🦱 Author](#-author)
---
## ⚒️ Technologies
<div>
<img src="https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white" alt="Docker"/>
<img src="https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white" alt="NPM" />
<img src="https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white" alt="Node.js" />
<img src="https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white" alt="Figma" />
<img src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" alt="Typescript" />
<img src="https://img.shields.io/badge/nestjs-%23E0234E.svg?style=for-the-badge&logo=nestjs&logoColor=white" alt="Nest.js" />
<img src="https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white" alt="Next.js" />
<img src="https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white" alt="PostgreSQL" />
<img src="https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white" alt="Jest.js" />
<img src="https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white" alt="Prisma" />
<img src="https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens" alt="JWT Authentication" />
<img src="https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white" alt="Swagger" />
<img src="https://img.shields.io/badge/i18n-0781b5?style=for-the-badge" alt="i18n" />
</div>
## 📥 Installation
To clone the application on your own device, simply run the following command in the terminal:
````
git clone https://github.com/rodrigsmor/kanban-app.git
`````
Make sure you have the git CLI installed correctly on your device. If you don't have git installed, you can find out how to do this by clicking [here](#🌎-support-links-and-tutorials).
## ⚙️ Settings
First of all, in order to run the application, you need to create an `.env` file in the root directory, in which you will define the application's environment variables.
Starting with the database connection environment variables, you will need to configure the following variables:
```
POSTGRES_DB=<the database name>
POSTGRES_USER=<the database username>
POSTGRES_PASSWORD=<the database user’s password>
DB_PORT=<the host port of your database>
# pay attention to setting the correct values in the database URL
DATABASE_URL=postgres://<database username>:<database password>@db:<database port>/<database name>?schema=public
```
Once the database variables have been defined, you will need to define other service environment variables related to security, service integration and other details that are important for the smooth running of the application.
````
# SERVICES PORTS
# You can set the ports however you like
API_PORT=<The pattern is 3000>
FRONTEND_PORT=<The patterns is 3001>
# SECURITY
JWT_SECRET_KEY=<set your secret key to make your API more secure!>
ENCRYPT_SALT=<set an ecrypt salt>
````
Whew! To complete our configuration, you just need to set some environment variables to allow the application to send emails using the `nodemailer` library. You will need to set the environment variables below:
````
# EMAIL SENDER
MAILER_USER=<your e-mail address>
MAILER_PASS=<your e-mail password>
MAILER_SENDER=<the e-mail address responsible for sending the e-mails>
MAILER_HOST=<the SMTP host based on your e-mail address>
````
Yahoo! You have finished configuring the application and should now be able to run it on your own device.
## 🚀 How to run?
With everything set up correctly, we can now run the application. First of all, you need to build the container images with docker compose. To do this, run the following command in your terminal (remember to run it in the root directory of the project):
````
docker-compose build
````
Once the image has been built, simply generate the migrations to the database using `prisma`, so that you can keep the data and have a more dynamic experience with the application. Just run the command below:
````
docker-compose run backend npx prisma migrate dev
````
That’s it! Now you can fully enjoy the application. Just run it on your own device.
---
### 🏃🏽♂️ Runnning the application
Now that all the settings have been made, you can proceed with running the application. To do this, simply run the following command:
````
docker-compose up
````
In case the migrations and other settings have been made, you can build and run the container image by executing the following command:
`````
docker-compose up --build
`````
---
### 📚 Documentation
In case you want to access the application's documentation, follow the steps above and, once the application is running, simply access the links below:
- API DOCUMENTATION: `http://localhost:3000/docs`
That's it! You now have access to an arsenal of information about how the application works and its routes.
---
### ✅ Running tests
If you want to run tests, just run the following commands:
````
# run backend tests
docker-compose run backend npm run test
````
## 🌎 Support links and tutorials
- 🔗 Nest.js documentation: https://docs.nestjs.com/
- 🔗 Next.js documentation: https://nextjs.org/docs
- 🔗 Docker documentation: https://docs.docker.com/
- 🔗 SMTP nodemailer: https://nodemailer.com/smtp/
- 🔗 PostgreSQL docker host: https://hub.docker.com/_/postgres
- 🔗 Jest documentation: https://jestjs.io/docs/getting-started
- 🔗 GIT installing tutorial: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
## 👨🏽🦱 Author
<img height="100px" src="https://avatars.githubusercontent.com/u/78985382?v=4" alt="Rodrigo profile picture">
<p>Developed with love by <b size="48px">Rodrigo Moreira</b>
💜🚀</p>
---
<div>
<a href="mailto:rodrigsmor.pf@gmail.com">
<img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" alt="gmail">
</a>
<a href="https://www.linkedin.com/in/psrodrigomoreira/">
<img src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn">
</a>
<a href="https://www.behance.net/rodrigsmor">
<img src="https://img.shields.io/badge/Behance-1769ff?style=for-the-badge&logo=behance&logoColor=white" alt="behance">
</a>
<a href="https://dev.to/psrodrigs">
<img src="https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=devdotto&logoColor=white" alt="dev.to">
</a>
</div>
[def]: #📒-introduction
| A Kanban web application featuring an API in NestJs, with Prisma ORM, PostgreSQL and JWT authentication. A user interface created with Next.js and TypeScript, guaranteeing a dynamic experience. It has unit tests via Jest, continuous integration based on Docker and documentation with Swagger and Storybook. | javascript,jwt,kanban,nestjs,nodejs,todo-app,typescript,authorization,docker,docker-compose | 2023-07-20T01:16:50Z | 2023-09-11T00:15:05Z | null | 1 | 24 | 352 | 0 | 0 | 4 | null | null | TypeScript |
Tesselay/Scholars-Handbook | master | null | Obsidian Vault for Knowledge Management. Includes a workflow for daily entries, journaling, projects and areas. | css,javascript,knowledge,knowledge-base,knowledge-management,markdown,obsidian-md,pkm,second-brain,typescript | 2023-07-11T09:22:41Z | 2024-05-15T09:41:19Z | null | 1 | 0 | 224 | 0 | 0 | 4 | null | null | JavaScript |
lovelyCARDINAL/WikiBots | main | # WikiBots
[](https://github.com/lovelyCARDINAL/WikiBots/actions/workflows/Code%20Analysis.yaml)
[](https://codeclimate.com/github/lovelyCARDINAL/WikiBots/maintainability)
This bot is running using GitHub Actions and is currently in the testing phase.
### Dependencies
- [wiki-saikou](https://github.com/moegirlwiki/wiki-saikou)
- [wikiparser-node](https://github.com/bhsd-harry/wikiparser-node)
### Accounts
- [星海子](https://mzh.moegirl.org.cn/_?curid=389564) (non-bot)
- [机娘星海酱](https://mzh.moegirl.org.cn/_?curid=437132) (bot)
- [星海-adminbot](https://mzh.moegirl.org.cn/_?curid=485746) (administrator, bot)
- [星海-interfacebot](https://mzh.moegirl.org.cn/_?curid=536924) (interface administrator, bot)
- [星海-oversightbot](https://mzh.moegirl.org.cn/_?curid=546174) (suppressor, bot)
| MoegirlPedia Bot | bot,javascript,mediawiki,mediawiki-bot,moegirlpedia,nodejs,wikipedia,wikibot,mediawiki-api,nodejs-bot | 2023-07-10T22:17:58Z | 2024-05-23T13:37:04Z | null | 2 | 126 | 2,100 | 0 | 1 | 4 | null | MIT | JavaScript |
ivangonzalez224/To-do-list.io | main | <div align="center">
<h3><b>To Do List</b></h3>
<h5>Ivan Gonzalez</h5>
</div>
# 📗 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)
- [👥 Authors](#authors)
- [🛩️ Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 To Do List <a name="about-project"></a>
**To Do List** is a personal to do list app using webpack to bundle the project.
## 🛠 Built With <a name="built-with"></a>
1. HTML
2. CSS
3. JavaScript
4. Linters
5. Webpack
### Tech Stack <a name="tech-stack"></a>
In this project we use HTML, CSS, JavaScript, and webpack to build and bundle the whole project.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/es/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/es/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/es/docs/Web/JavaScript">JavaScript</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- Add a professional README.md file.
- Use flexbox in order to lay out the elements on the page.
- Use webpack in order to bundle the project.
- Set up a linter for the project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
The link to the project deployed:
- [Live Demo Link](https://ivangonzalez224.github.io/To-do-list.io/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
In this project it is used flexbox to lay out the elements on the page. And it is used webpack to bundle the project.
### Setup
To get a local copy, follow these steps.
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/ivangonzalez224/To-do-list.git
code . (To open in Vscode)
```
### Prerequisites
In order to run this project you need:
1. Git.
2. Visual Studio Code or another code editor.
3. Browser.
### Install
This project does not require installation. Just clone the repository to your local machine.
Even though, for general purposes, Install this project with:
```sh
cd my-folder
npm install
```
### Usage
To run the project, do the following:
- Run `npm run start` or `npm start` to open the project in your browser.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Iván Gonzalez**
- GitHub: [@ivangonzalez224](https://github.com/ivangonzalez224)
- Twitter: [@ivang2204](https://twitter.com/ivang2204)
- LinkedIn: [LinkedIn](https://linkedin.com/in/iván-gonzalez-robles-957491275)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🛩️ Future Features <a name="future-features"></a>
- Implement other features using JavaScript such as adding better animations.
- Drag and drop the task to change their position in the list:
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 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>
## ⭐️ Show your support <a name="support"></a>
If you like this project give it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Micoverse.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | This is an application where users can create a to do list. Users can add and edit a description for each task, mark and delete those that have already been completed. Built with JavasScript and it uses Webpack in order to bundle the whole project. | css,html,javascript,webpack | 2023-07-11T21:32:35Z | 2023-07-19T13:30:27Z | null | 1 | 5 | 17 | 1 | 0 | 4 | null | MIT | JavaScript |
Icheka/munge-js | main | # munge-js
```
pageTitle = header > h1
pageDescription = header > p
products = table.products > tbody > tr (0,)
```
**Author:** [@icheka](https://github.com/icheka)
MungeJS is a powerful DSL for representing web scraping logic as code that can be stored anywhere -- as text files in a file system, as strings in code, even as textual data in a database. MungeJS separates the representation of web-scraping logic from its execution, allowing you to do never-before-done wizardry like storing that logic and only culling it when you actually need it; or representing your scraper in a code-agnostic way that allows you to re-use your scraper across different programming languages (see the section on [Using the JavaScript Interpreter](https://github.com/Icheka/munge-js#using-the-javascript-interpreter)).
No installation is required to start using Munge.
## Features
- **⚛️ Simple, expressive and declarative syntax.**
- **🌏 Code-agnostic DSL:** Anybody can scrape the web: no technical expertise needed. Large product/sales/R&D teams will benefit from this: there's no need to risk pestering the tech folk anymore.
- **💻 Performant:** Under the hood, Munge implements a recursive-descent parser that generates an Abstract Syntax Tree that is loaded once per Munge instance (`new Munge(munge_code)`). Subsequent Munge operations on the same instance re-use the AST. This allows Munge to be instantiated during a "setup" stage (e.g when spinning up an Express server, or in a React useEffect hook) and re-used for scraping different web pages.
```javascript
// express-app.ts
const dsl = `
products = table.products td.product-name {text} (0,)
`
export const productsMunger = new Munge(dsl)
// products-controller.ts
import { productsMunger } from "./express-app.ts"
async function webHookThatUpdatesProductsTable(data) {
const html = await fetch(data.url).then((res) => res.text())
const products = productsMunger.munge(html)
// update database with products
}
```
- **⚡️ Blazingly fast:** Shipping without the bloat that comes with libraries like Cheerio and Pupeteer means that your web scrapers can now run much faster, with reduced memory footprints.
## Syntax
Munge is an expressive, declarative Domain-Specific Language where the "domain" is simply "HTML/XHTML parsing". The actual implementation of the Munge interpreter in any language is of no consequence to the user (although you are free to take a look at the source code for this JavaScript interpreter, as well as write your own implementations in other languages), so this section will focus on the syntax of the DSL itself.
### Selection Expressions
Selections are the core of Munge syntax. A selection can comprise three parts:
1. A **base** that is essentially a **CSS selector** (e.g `section#team ul.members li`). The base is the only required part of a Munge selection.
2. An optional **attribute-array** that specifies which attributes to extract from the elements captured by the *base*.
We can extract the URLs of the avatars of team members captured by the base in (1) like so:
```
section#team ul.members li > img {src}
```
To extract both the URL and the alt-text for each avatar, we simply specify both attributes in the attribute-array. This will return an array of the shape: `[url string, alt-text]`
```
section#team ul.members li > img {src, alt}
```
<quote>
In addition to the usual CSS attributes (class, id, src, alt, etc), Munge also supports the following attributes:
- **text:** this is the value you would get if you executed `document.querySelector(selector).innerText`
For example:
```javascript
// html
<div class="introduction">
Welcome to MungeJS
</div>
// munge
intro = div.introduction {text}
// result
'Welcome to MungeJS'
```
- **html:** this is the value you would get if you executed `document.querySelector(selector).innerHTML`
For example:
```javascript
// html
<div class="introduction">
Welcome to MungeJS
<hr />
</div>
// munge
intro = div.introduction {text}
// result
'Welcome to MungeJS <hr>'
```
- **outer:** this is the value you would get if you executed `document.querySelector(selector).outerHTML`
For example:
```javascript
// html
<div class="introduction">
Welcome to MungeJS
<hr />
</div>
// munge
intro = div.introduction {outer}
// result
'<div class="introduction">Welcome to MungeJS <hr></div>'
```
</quote>
3. An optional **range expression** that specifies the "range" of elements to capture. Munge indexes are zero-based (i.e '0' means 'the first element', '1' means 'the second element', etc). When a range expression is not provided, Munge only captures the first matching element.
Munge supports three kinds of range expressions:
- **Index expressions:** If we wanted to capture **ONLY the second paragraph** in a web page, we would use an index expression like so:
```
p (1)
```
These Munge selection statements are identical and will produce the same result:
- `header > p`
- `header > p (0)`
- **Indefinite range expressions:** Indefinite range expressions begin capturing at the "start index" provided, and capture until there are no more matching elements. Indefinite range expressions take the format: `(start_index,)` (with a trailing comma).
For example, the Munge code `section#team ul.members li > img` will capture ONLY the first `img` element that matches the selector; to capture all matching `img` elements, we'd write `section#team ul.members li > img (0,)`. This simply means, "capture all elements that match this selector, beginning with the first element".
If we wanted to capture all `span` elements, beginning from the *5th* `span` element, we would write:
```
span (4,)
```
- **Definite range expressions:** Definite range expressions will capture all matching elements between the `start` and `end` indexes. It takes the format: `(start_index, end_index)`.
We can capture the *3rd* to *6th* rows in a table like so:
```
table#upcoming-events > tbody > tr (2, 5)
```
The three parts of a Munge selection can be used together to create more powerful selections:
```
section#team ul.members li > img {src} (0,3)
```
### Assignment Statements
Munge works by capturing elements (and their attributes) and assigning them to variables that map to properties in the Munge result. Selections MUST ALWAYS be assigned to variables.
Assignment in Munge is as simple as writing an identifier for your variable, followed by an equals sign `=`, followed by the selection statement.
```
avatarUrls = section#team ul.members li > img {src} (0,)
```
### Functions
Functions promote modularity and code-reusability by allowing you to encapsulate code and assign their "return value" to variables. Functions are declared using the `def` keyword, followed by the function identifier. Functions must return a tuple (denoted by {...}).
Functions are used (or "invoked") like so: `do function_name`. They must be declared before they can be invoked.
**Correct**
```javascript
def get_avatar_urls
urls = section#team ul.members li > img {src} (0,)
return { urls }
avatarUrls = do get_avatar_urls
```
**Incorrect (will throw an error because get_avatar_urls is used before it is declared)**
```javascript
avatarUrls = do get_avatar_urls
def get_avatar_urls
urls = section#team ul.members li > img {src} (0,)
return { urls }
```
**Incorrect (will throw an error because get_avatar_urls lacks a return value)**
```javascript
avatarUrls = do get_avatar_urls
def get_avatar_urls
urls = section#team ul.members li > img {src} (0,)
```
**Incorrect (will throw an error because get_avatar_urls does not return a tuple)**
```javascript
avatarUrls = do get_avatar_urls
def get_avatar_urls
urls = section#team ul.members li > img {src} (0,)
return urls
```
### Modules (coming soon)
Modules also promote modularity and code-reusability. They accomplish this by allowing Munge code to be "imported" and used in other Munge code. This can be used by large teams to, for example, create a library of shared Munge functions that can be created by different members of the team and used by any member.
In an R/D team, Abe might create a module encapsulating code for scraping the titles of companies on Crunchbase:
```javascript
def get_company_titles
return a[itemprop="name"] {text} (0,)
```
Alice and Bob can use the `get_company_titles` function Abe created (which can be stored in a separate file, or in a database table, or even on the Internet -- in a website) by importing it and invoking it like so:
```javascript
import ./path-or-url-of-module as CrunchbaseFunctions
titles = do CrunchbaseFunctions.get_company_titles
```
## Using the JavaScript Interpreter
One benefit Munge provides is that it allows you to store your web scraping logic in a medium that best fits your requirements. Munge code can be stored in repositories, alongside your other code; but Munge code can also be stored in databases or S3 buckets or on Content Delivery Networks -- it's all up to you to determine your technical and security requirements.
To execute Munge code, you'll need the Munge Interpreter. The Munge interpreter loads your Munge code and the HTML document you want to scrape, applies your Munge code to the HTML, and outputs a "result" object with the results of your scraper.
At the moment, only the JavaScript interpeter has been implemented (so you can use Munge in your JavaScript/TypeScript projects, on both the client-side and the server-side). Support for Python and Go will come in the coming months. Feel free to contribute to, extend, and even create your own implementation of, these interpreters.
### Installation
**NPM:** `npm install munge-js`
**Yarn:** `yarn add munge-js`
**PNPM:** `pnpm --filter <package-filter> install munge-js`
### Usage
To execute your Munge code, create a Munge instance with your Munge code:
```javascript
import Munger from "munge-js"
const dsl = `
title = #firstHeading {text}
description = .mw-parser-output p:first-of-type {text}
`
const munger = new Munger(dsl)
```
Then call the `munge()` instance method with your HTML code:
```javascript
const html = await fetch('https://en.wikipedia.org/wiki/Web_scraping').then((res) => res.text())
const results = munger.munge(html)
console.log(results.title)
// Web scraping
```
### With TypeScript
The `Munger` class is a generic class that can be used to "type" the `Munger.munge()` result for intellisense/autocomplete, etc.
```typescript
import Munger from "munge-js"
type WikipediaPage = {
title: string;
description: string;
}
const dsl = `
title = #firstHeading {text}
description = .mw-parser-output p:first-of-type {text}
`
const munger = new Munger<WikipediaPage>(dsl)
const html = await fetch('https://en.wikipedia.org/wiki/Web_scraping').then((res) => res.text())
const results = munger.munge(html)
console.log(results.title)
// Web scraping
```
## Special Thanks
MungeJS would probably not exist without inspiration from:
- [@mrnugget](https://github.com/mrnugget), whose work on both *Writing an Interpreter In Go* and *Writing a Compiler In Go* set me up for a study in programming linguistics and interpreter/compiler design.
- [@tj](https://github.com/tj), whose dedication to crafting excellent open-source software has been an inspiration for several years. The impact of his work on commander.js has been felt by JavaScript developers all around the world.
- [@douglascrockford](https://github.com/douglascrockford), whose paper on *Top-down Operator Precedence* helped bring Vaughan's paper of the same name to life for me.
## License
MIT | MungeJS is a powerful DSL for representing web scraping logic as code that can be stored anywhere -- as text files in a file system, as strings in code, even as textual data in a database. MungeJS separates the representation of web-scraping logic from its execution. | domain-specific-language,dsl,javascript,npm-package,web-scraping-software,webscraping | 2023-07-04T13:07:24Z | 2023-09-23T13:05:56Z | null | 1 | 10 | 50 | 0 | 0 | 4 | null | null | TypeScript |
iamzjt-front-end/js-achieve-challenges | main | [//]: # "TODO: Add a banner image here"
<p align='center'></p>
<p align='center'>JavaScript 手写代码实现题合集</p>
<p align='center'>
<a href='https://developer.mozilla.org/zh-CN/docs/Web/JavaScript'>
<img src='https://img.shields.io/badge/-JavaScript-%23F7DF1C?style=flat-square&logo=javascript&logoColor=000000&labelColor=%23F7DF1C&color=%23FFCE5A' alt="JavaScript"/>
</a>
<a href='https://www.tslang.cn/index.html'>
<img src='https://img.shields.io/badge/-TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white' alt="TypeScript"/>
</a>
</p>
<br>
## 介绍
JavaScript 是一种非常流行的编程语言,它是用于为 Web 应用程序增加交互性和动态功能的语言。JavaScript 可以通过标准库中的内置函数和对象来实现各种功能。有时,内置函数和对象不能完全满足我们的需求,因此需要自己编写一些 JavaScript 代码来实现我们需要的功能。在这里,我们将挑战 JavaScript 手写代码实现。
JavaScript 手写代码示例的编写对于学习 JavaScript 非常有帮助。这是因为通过编写这些代码,你将更好地了解 JavaScript 的基础知识,如变量、函数、对象、循环等。此外,你还可以学习如何使用不同的内置函数和对象来实现各种不同的功能。
本项目意在于知其然、知其所以然,通过手写代码的方式来学习 JavaScript 的各种特性,包括但不限于:
- 原生 API
- 设计模式
- 数据结构
- 算法
- 浏览器 API
- Node.js API
- ...
## 题库
> 点击下方徽章查看题目内容
<!--challenges-start-->
<!-- 热身题 -->
<img src="https://img.shields.io/badge/%E7%83%AD%E8%BA%AB-1-teal" alt="1"/>
<a href="./problems/00001-warm-hello-world/README.zh-CN.md" target="_blank">
<img src="https://img.shields.io/badge/-1%E3%83%BBHello%20World-teal" alt="1・Hello World"/>
</a>
<br><br>
<!-- 简单题 -->
<img src="https://img.shields.io/badge/%E7%AE%80%E5%8D%95-1-7aad0c" alt="1"/>
<a href="./problems/00002-easy-reverse-string/README.zh-CN.md" target="_blank">
<img src="https://img.shields.io/badge/-2%E3%83%BBReverse%20String-7aad0c" alt="2・Reverse String"/>
</a>
<br><br>
<!-- 中等题 -->
<img src="https://img.shields.io/badge/%E4%B8%AD%E7%AD%89-1-d9901a" alt="1"/>
<a href="./problems/00003-medium/README.zh-CN.md" target="_blank">
<img src="https://img.shields.io/badge/-3%E3%83%BB%E5%BE%85%E6%B7%BB%E5%8A%A0-d9901a" alt="3・待添加"/>
</a>
<br><br>
<!-- 困难题 -->
<img src="https://img.shields.io/badge/%E5%9B%B0%E9%9A%BE-1-de3d37" alt="1"/>
<a href="./problems/00004-hard/README.zh-CN.md" target="_blank">
<img src="https://img.shields.io/badge/-4%E3%83%BB%E5%BE%85%E6%B7%BB%E5%8A%A0-de3d37" alt="4・待添加"/>
</a>
<br><br>
<!-- 地狱题 -->
<img src="https://img.shields.io/badge/%E5%9C%B0%E7%8B%B1-1-b11b8d" alt="14"/>
<a href="./problems/00099-extreme/README.zh-CN.md" target="_blank">
<img src="https://img.shields.io/badge/-99%E3%83%BB%E5%BE%85%E6%B7%BB%E5%8A%A0-b11b8d" alt="5・待添加"/>
</a>
## 参与贡献
💡 你可以通过如下几种方式参与贡献这个项目
- 分享你的答案或解题思路
- 提案加入新的题目
- 完善已有题目的测试用例
- 提供针对题目的学习资料或方法
- 分享你在真实项目中遇到的类似问题(无论你找到答案与否)- 大家会一起帮你找到解决的思路
- 通过在 Issue 下留言帮助他人
[开一个新的 Issue](https://github.com/iamzjt-front-end/type-challenges-exercise/issues/new) 并选择相应的模板即可,感谢参与!
## 感谢
### [贡献者](https://github.com/iamzjt-front-end/type-challenges-exercise/pulse)

## License
所有内容均采用 [MIT](https://spdx.org/licenses/MIT) 进行许可
| 👨🌾 您好!此仓库为javascript手写实现挑战合集,包括但不限于:原生 API、框架API、设计模式、数据结构、算法、浏览器 API、Node.js API等等的手写实现。本项目意在于知其然、知其所以然,通过手写代码的方式来深入学习 JavaScript 的各种特性。 | javascript,typescript,handle-write-code | 2023-06-30T07:04:56Z | 2023-08-08T06:36:21Z | null | 2 | 0 | 21 | 0 | 1 | 4 | null | MIT | JavaScript |
Nowihy/natours | master | null | This Repo contain my Natours project, Natours - a tour Booking web application that is Built using Node.js, Express.js, MongoDB, and Mongoose, it provides a seamless and interactive experience for users to discover and book their dream tours. | bcrypt,expressjs,helmet,javascript,jwt,mongodb,mongoose,morgan,multer,nodejs | 2023-07-09T08:35:09Z | 2023-07-16T22:18:11Z | null | 1 | 0 | 10 | 0 | 0 | 4 | null | null | JavaScript |
Bibiwei-Pere/Loopstudios-landing-page | main | ### Frontend Mentor - Loopstudios landing page solution
This is a solution to the [Loopstudios landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/loopstudios-landing-page-N88J5Onjw).
### Screenshot
<img src="/design/active-states.jpg" />
### Links
- [Live Site URL](https://Loopstudios001.netlify.app)
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Javascript
### Author
- Website - [Bibiwei Pere](https://perebibiwei.netlify.app)
- Frontend Mentor - [@Bibiwei-Pere](https://www.frontendmentor.io/profile/Bibiwei-Pere)
- Twitter - [@Bibiwei_Pere](https://www.twitter.com/Bibiwei_Pere)
| Interactive landing page for a virtual studio | css,frontend-mentor,javascript,responsive | 2023-07-07T20:39:26Z | 2023-07-07T23:38:09Z | null | 1 | 0 | 5 | 0 | 0 | 4 | null | null | CSS |
Bibiwei-Pere/Blogr-landing-page | main | ### Frontend Mentor - Blogr landing page solution
This is a solution to the [Blogr landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blogr-landing-page-EX2RLAApP).
### Screenshot
<img src="/design/active-states.jpg" />
### Links
- [Live Site URL](https://Blogr001.netlify.app)
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Javascript
### Author
- Website - [Bibiwei Pere](https://perebibiwei.netlify.app)
- Frontend Mentor - [@Bibiwei-Pere](https://www.frontendmentor.io/profile/Bibiwei-Pere)
- Twitter - [@Bibiwei_Pere](https://www.twitter.com/Bibiwei_Pere)
| Interactive landing page for a publishing platform | css,frontend-mentor,javascript,responsive | 2023-07-07T20:41:23Z | 2023-07-08T00:40:24Z | null | 1 | 0 | 3 | 0 | 0 | 4 | null | null | CSS |
fadayopaul/eat-n-split | main | # Eat n Split
## Project Introduction
React app to split bills, track shared expenses in a group of friends easily and find out "Who owes whom and how much?" with a transaction minimisation algorithm.
### Live Preview
✅[Live Preview](https://eat-split.vercel.app/)
## Overview

## This Application was Built with:
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/javascript)
- [React App](https://github.com/facebook/create-react-app)
- [Node](https://nodejs.org/dist/latest-v18.x/docs/api/)
### External libraries and APIs:
- [NPM](https://www.npmjs.com/)
### Ways to reproduce
- `npm i`
- `npm start`
- `npm run build`
<!-- GETTING STARTED -->
## Getting Started
To get started with project just simply fork this repo or download locally on your System.
To get a local copy up and running follow these simple example steps.
### Prerequisites
Start with the latest version of NPM to avoid any errors:
- npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/fadayopaul/sharefact.git
```
2. Install NPM packages
```sh
npm install
```
| React app to split bills with your friends easily and find out "Who owes whom and how much? | reactjs,javascript,usestate-hook | 2023-07-17T01:35:19Z | 2023-09-16T22:42:59Z | null | 1 | 0 | 11 | 0 | 0 | 3 | null | null | JavaScript |
SarathiManikandan0/portfolio | main | # Portfolio README
This README provides an overview of my portfolio, which showcases my web development projects. It includes information on the tools used, prerequisites, and how to navigate and contribute to the portfolio.
## Portfolio Overview
My portfolio is a collection of web development projects that demonstrate my skills and creativity. It showcases websites and web applications built using HTML, CSS, JavaScript, Bootstrap, SCSS, and various APIs. The projects highlight my ability to create visually appealing and interactive experiences.
## Prerequisites
Before exploring my portfolio, please ensure you have the following prerequisites:
1. **Web Browser:** You will need a modern web browser such as Google Chrome, Mozilla Firefox, or Safari. Please ensure your browser is up to date for the best viewing experience.
2. **Internet Connection:** A stable internet connection is required to access and load the portfolio website. A broadband or high-speed connection is recommended to ensure smooth navigation and interaction with the projects.
## Tools Used
To create my portfolio and develop the projects showcased within, I utilized the following web development tools and technologies:
1. **HTML5:** HTML provides the structure and semantic markup for the portfolio and its projects.
2. **CSS3:** Cascading Style Sheets (CSS) are used for styling and layout, ensuring a visually appealing design.
3. **JavaScript:** JavaScript adds interactivity and dynamic functionality to the portfolio projects, enhancing user experience.
4. **Bootstrap:** The Bootstrap framework is utilized to create responsive and mobile-friendly designs, providing consistency across different devices.
5. **SCSS:** SCSS (Sass) is used as a preprocessor for CSS, allowing for more efficient and modular styling.
6. **APIs:** Various APIs are integrated into the portfolio projects to incorporate dynamic data and additional functionality.
## Navigating the Portfolio
Once you have fulfilled the prerequisites mentioned earlier, you can navigate and explore my portfolio by following these steps:
1. Open your preferred web browser.
2. Enter the URL of my portfolio website in the address bar.
3. Once the portfolio loads, you will be presented with an overview of the showcased projects.
4. Use the navigation menus, buttons, or links provided to explore different sections and projects.
5. Click on project thumbnails or titles to access detailed information about each project. Screenshots, descriptions, and links to live demos or GitHub repositories will be available.
6. Interact with the projects to experience their functionalities and features. Some projects may utilize APIs to fetch and display dynamic data.
7. Feel free to customize the portfolio by modifying the SCSS files or adding your own projects, if applicable.
## Contributing
While my portfolio primarily serves as a showcase of my work, I welcome contributions, suggestions, and feedback from fellow web developers. If you identify any issues, have ideas for improvement, or wish to collaborate on a project, please reach out to me using the contact information provided in the portfolio.
Thank you for visiting my portfolio, and I hope you enjoy exploring my web development projects and skills.
| Check out my portfolio, showcasing my skills as a Data Scientist and Full Stack Developer. Explore my data analyses, machine learning models, and web applications to witness the power of data-driven insights and seamless full stack development. | bootstrap,css,html,javascript | 2023-07-08T14:40:28Z | 2023-07-14T15:49:39Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | MIT | JavaScript |
rbhomale17/PetBuddy-Project | main | # **_NXM301 - Construct Week Project For Unit-6 NXM301._**
# **_Project Code:- concerned-picture-9849_**
# **_Project Purpose:- Introducing our PetBuddy consultation platform from where you can book appointment of pet doctor for your pet._**
############################### **_Project Members_** #######################################
**_Team Lead & Student Code_**: **_Rushikesh Diliprao Bhomale ( fw25_348 ) https://github.com/rbhomale17_**
**_Team Member-1 & Student Code_** : **_Darshan Bhandwalkar ( fw22_0556 ) https://github.com/bhandwalkardarshan_**
**_Team Member-2 & Student Code_** : **_Sourabh K T ( fw23_0477 ) https://github.com/sourabhkt1997_**
**_Team Member-4 & Student Code_** : **_Yogita Mane ( fw24_538 ) https://github.com/Yogita2021_**
**_IA Manager: Pankaj kandpal https://github.com/PankajkandpalL_**
---
## Tech Stack
**Client:** HTML | CSS | Javascript
**Server:** Node.js | Express.js
**Database:** MongoDB
**npm packages:** bcrypt | cookie-parser | cors | dotev | express | jsonwebtoken | mongodb | mongoose | multer | passport | passport-google-oauth20 | uuid | uuidv4
**GitHub:** To maintain repository and collaboration and version control.
**VS Code:** To write HTML, CSS, and JavaScript code.
**Google Chrome:** To check the functionality and run the code.
# Getting Started
### Prerequisites
- npm
```sh
npm install
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/rbhomale17/concerned-picture-9849.git
```
2. Run API only
```sh
npm start
```
3. Open http://localhost:3000 to backend run in the browser
4. Video Server Deployed Link:- https://petbuddy-video-server.onrender.com/
5. Frontend Deployed Link:- https://petbuddy.netlify.app/
6. Backend Deployed Link:- https://petbuddy-main-server.onrender.com/
## Frontend Part
- Home Page
- Login/Signup
- Google OAuth
- Dashboard Page
- Book Appointment Page
- View the Appointment Page
- Create an Appointment Page
- Admin Page
## Backend Part
- Authentication using JWT
- Implementation of online consultation
- Admin functionality
## Database
- MongoDB
## Features
- Book Appointment
- Create Appointment
- View Appointment
- Online consultation
## Application Guide to use features
### To use {Online Consultation} feature -->
- First Create Meeting Slot
- User can join the call by using the Online Consult Button
- To end the call click on the leave-meeting button
### To use {Book Appointment} feature -->
- Users can Book an Appointment using the form
<br>
## Home Page
<img width="1076" alt="Screenshot 2023-07-24 125906" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/048216ef-e5c9-4ec5-81d7-8074610e4ee6">
## Signing Page
<img width="1079" alt="Screenshot 2023-07-24 125948" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/2ea1cc85-a9c1-495d-bbe6-4208124a395b">
## Doctor Dashboard Page
<img width="1080" alt="Screenshot 2023-07-24 130035" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/b0f23442-90d1-42cf-ad76-5897d1c2bbf6">
## User Dashboard Page
<img width="1080" alt="Screenshot 2023-07-24 130235" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/f1704deb-a620-4627-a385-c6137d69133a">
## Admin Dashboard Page
<img width="1078" alt="Screenshot 2023-07-24 130351" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/5f21ee5c-7a9d-4bcf-82c4-59a7cd5a925c">
## Create Appointment Page
<img width="1069" alt="Screenshot 2023-07-24 130504" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/1567cf62-9fe8-4b99-b470-79fe49d27f90">
## Book Appointment Page
<img width="1066" alt="Screenshot 2023-07-24 130555" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/35b36e73-fa99-4554-97d3-47671572c68f">
## View Appointment Page
<img width="1076" alt="Screenshot 2023-07-24 130632" src="https://github.com/rbhomale17/concerned-picture-9849/assets/121092445/8e5e840b-2457-4388-aa42-697794821931">
| Introducing our PetBuddy+ an veterinary consultation platform from where you can book appointment of veterinary doctor for your pet. | css3,expressjs,javascript,mongodb,nodejs | 2023-07-15T17:16:14Z | 2023-08-10T09:23:41Z | null | 5 | 24 | 79 | 0 | 3 | 3 | null | null | JavaScript |
Gautam8014/HerofitApp | main | # HerofitApp
<img align="right" alt="Coding" width="100%" src="/src/Components/Images/Annotation 2023-07-10 030913.png">
<br> <br> <br>
<h3>HeroFit is a fitness app that provides subscription services for various gym franchises. Users can sign up and log in to access the app's features. One standout feature is the built-in music player, allowing users to listen to music while working out. The app offers different subscription durations of 3, 6, 9, and 12 months.</h3>
<h3 ><u>key Features:</u></h3>
Gym Franchise Affiliation: HeroFit is affiliated with multiple gym franchises, enabling users to access subscription services.
Signup and Login: Users can create accounts and log in to the app to access personalized features.
Music Player: Users can enjoy music while working out, enhancing their exercise experience.
Debouncing Search: The app implements a debouncing search feature, ensuring smooth and efficient search functionality with a 1000ms delay.
Filter Options: Users can filter their workouts based on indoor and outdoor preferences.
Payment Options: HeroFit supports secure payment transactions for subscription purchases.
<h3 ><u>Tech Stack:</u></h3>
Frontend: Chakra UI for styling, React Router DOM for routing (including private routing).
State Management: Redux Thunk for efficient state management.
Data Fetching: Axios for seamless data retrieval, including query parameters.
Server Hosting: Render.com provides reliable server hosting services.
Backend: Node.js and ES6.
With these features and technologies, HeroFit aims to provide a user-friendly and enjoyable fitness experience for gym enthusiasts.
| HeroFit is a fitness app that provides subscription services for various gym franchises. Users can sign up and log in to access the app's features. One standout feature is the built-in music player, allowing users to listen to music while working out. The app offers different subscription durations of 3, 6, 9, and 12 months. | chakra-ui,css,javascript,reactjs | 2023-07-09T21:13:59Z | 2023-07-09T21:52:57Z | null | 1 | 0 | 7 | 0 | 0 | 3 | null | null | JavaScript |
maxsonferovante/nezuko_kamado_conquista_o_sol.github.io | main | # nezuko_kamado_conquista_o_sol
O projeto conquiste em um jogo desenvolvido com ao auxilio da biblioteca P5 JS do javascript
| O projeto conquiste em um jogo desenvolvido com ao auxilio da biblioteca P5 JS do javascript | javascript,p5js | 2023-07-13T01:32:36Z | 2023-07-13T01:41:07Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | MIT | JavaScript |
ahmedbadawihosny/Programming-And-Problem-Solving | main | ## My Journey To Learn Programming And Problem Solving
| This repo is about my solution in sheet Assiut University Training-Newcomers on Codeforces website, Where I solved the sheet in several multiple languages, and they are six languages: C++, C , Java, python, JavaScript and PHP. | arrray,c,contest,cpp,data-types,dynamic-programming,functions,java,javascript,loops | 2023-07-09T19:07:41Z | 2023-12-01T19:27:21Z | null | 1 | 2 | 120 | 0 | 1 | 3 | null | MIT | C++ |
JoelDeonDsouza/Incognito_Url_Maker_Frontend | main | # 🚀 Incognito Url Maker Frontend
The frontend app is responsible for allowing users to shorten and customize long URLs using the application's API. Users can input a long URL, provide a customized alias (masked), and create a shortened URL with the customized alias. The app also provides the ability to copy the shortened URL to the clipboard and clear the form.
## Tech Stack
**Client:** React, Typescript, axios, react-loader-spinner.
## Function Optimization
createMaskedUrl(): This function is responsible for validating the input data (origin URL and masked alias), making an API request to create the shortened URL, and updating the state with the customized URL.
clear(): This function clears all input fields and resets the state to their initial values.
## UI Components
**The Main component renders different sections based on the application's state:**
Loading Indicator: When the loading state is true, a loading spinner is displayed.
Form Section: If customizedUrl is empty, the form section is rendered. It allows users to input the long URL and the desired masked alias and submit the form to create a customized URL.
Error Handling: If there is an error (non-empty error state), it will be displayed below the form section.
Customized URL Section: If customizedUrl is not empty, the section displaying the customized URL is rendered. It also provides buttons to copy the URL to the clipboard and clear the form.
## Screenshots



## Run Locally
Clone the project
```bash
git clone https://github.com/JoelDeonDsouza/Incognito_Url_Maker_Frontend.git
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Test cases
**Tech used:** React, @testing-library/react, @testing-library/jest-dom.
## Test Overview
The test code included in this repository checks the behavior of the Main component under different scenarios. The test cases verify whether the component displays the correct error messages when the form is submitted with empty fields, an invalid origin URL, or an alias that is too short.
To run tests, run the following command
```bash
npx jest
```
## Hosted link
Test the hosted project link below
```bash
https://incognito-url.onrender.com/
```
| Customize long URLs using the custom API | javascript,jest,reactjs,typescript,axios | 2023-07-20T08:41:06Z | 2023-08-14T12:09:07Z | null | 1 | 3 | 13 | 0 | 2 | 3 | null | MIT | TypeScript |
Alejandroq12/runner-tracker | dev | # Runner Tracker Front-end
<a name="readme-top"></a>
<div align="center">
<img src="logo-julio.png" alt="main-logo" width="500" height="auto" /><br/>
<br/>
<h3><b>Runner Tracker Front-end</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [Runner Tracker Front-end](#runner-tracker-front-end)
- [📗 Table of Contents](#-table-of-contents)
- [Runner Tracker Front-end ](#runner-tracker-front-end-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Feature ](#key-feature-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# Runner Tracker Front-end <a name="about-project"></a>
This full-stack application, developed using PostgreSQL, Node.js, React.js, Heroku, Tachyons, and JWT, enables users to log and monitor their running activities. Specifically, it allows for the tracking and storage of both the duration and distance covered during each run. Designed for runners seeking a comprehensive view of their training progress, the app provides an intuitive and user-friendly interface to input and review their activity metrics effectively.
[Runner Tracker Back-end -- Source code](https://github.com/Alejandroq12/runner-tracker-backend)
<div align="center">
<img src="./public/logo.png" alt="logo" width="500" height="auto" />
<img src="./public/logo2.png" alt="logo" width="500" height="auto" />
<img src="./public/logo3.png" alt="logo" width="500" height="auto" />
</div>
## 🛠 Built With <a name="built-with"></a>
HTML,
CSS,
JavaScript,
React.js
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></li>
<li><a href="https://react.dev/">React.js</a></li>
</ul>
</details>
<details>
<summary>Back-end</summary>
<ul>
<li><a href="https://nodejs.org/en">Node.js</a></li>
<li><a href="https://expressjs.com/">Express.js</a></li>
</ul>
</details>
<details>
<summary>Package Manager</summary>
<ul>
<li><a href="https://www.npmjs.com/">npm</a></li>
</ul>
</details>
<details>
<summary>Linters</summary>
<ul>
<li><a href="https://eslint.org/">ESLint</a></li>
<li><a href="https://stylelint.io/">Stylelint</a></li>
</ul>
</details>
<!-- Features -->
### Key Feature <a name="key-features"></a>
- **It tracks training progress.**
- **It shows progress with a graph to let the user visually see improvements.**
<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://running-track-acf8bf94dcd3.herokuapp.com)
<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:
- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
Use the following command to clone this project:
```
git clone https://github.com/Alejandroq12/runner-tracker.git
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd runner-tracker``**
### Install
To install all dependencies, run:
```
npm install
```
### Usage
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- You must use `npm run start:dev` command in terminal to run this at the localhost.
- Make sure that you are also running the back-end [Runner Tracker Back-end -- Source code](https://github.com/Alejandroq12/runner-tracker-backend)
-
### Run tests
Tests are noy ready but you may run linters to check certain errors:
- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint "**/*.{js,jsx}"
```
### Deployment <a name="deployment"></a>
You can deploy this project using: Netlify, Render, Heroku or GitHub Pages,
- I am using Heroku to deploy it.
- For more information about deployment on Heroku see "[Heroku](https://www.heroku.com/what)".
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="authors"></a>
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **I will improve security.**
- [ ] **I will improve performance.**
- [ ] **I will reuse some React.js components to avoid repetition.**
<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 give me a star ⭐️.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I want to thank all my colleagues that share knowledge with and inspired to to improve each day.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ -->
## ❓ FAQ <a name="faq"></a>
- **What did you learned?**
- Through developing this full-stack application, I gained hands-on experience in integrating PostgreSQL, Node.js, React.js, and JWT for secure and effective data handling and user authentication. I learned to deploy applications seamlessly using Heroku and employed Tachyons for rapid, responsive design. This project improved my skills in creating a tracking system, specifically created for runners, to monitor the duration and distance of their activities, enhancing their training progress with an intuitive and user-friendly interface.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [LICENSE](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | This full-stack application, developed using PostgreSQL, Node.js, React.js, Heroku, Tachyons, and JWT, enables users to log and monitor their running activities. Specifically, it allows for the tracking and storage of both the duration and distance covered during each run. | javascript,reactjs,heroku,jwt,tachyons | 2023-06-30T18:05:39Z | 2024-03-10T05:24:10Z | null | 1 | 6 | 130 | 0 | 0 | 3 | null | MIT | JavaScript |
kissjerryfan/For_Girlfriend | main |
## 写在前面
自从用邮箱注册了很多账号后,便会收到诸如以下类似的邮件,刚开始还以为是一张图片,后来仔细一看不是图片呀,好像还是HTML呀,于是好奇宝宝我Google一下,查阅多篇资料后总结出怎么用前端知识和Node做一个这样的“邮件网页”。
## 确认主题
知道怎么实现功能后,思考着我该写什么主题呢,用一个HTML模板随便给小伙伴们发个邮件炫个技?不行,作为一个很cool的程序员怎么能这么low呢,最近天气变化幅度大,温度捉摸不定,女朋友总是抱怨穿少了又冷穿多了又热,嗨呀,要不我就写个每天定时给宝宝发送天气预报的邮件,另外想起宝宝喜欢看ONE·一个这个APP上的每日更新,要不发天气预报的同时,再附赠一个“ONE的每日订阅”?机智又浪漫,开始搬砖~
## 待解决的问题
**1. 如何获取天气预报和ONE上的data?**
答:获取data有两种方法,第一种方法是获取天气预报和ONE的API,第二种是用node爬虫获取天气预报和ONE网页的信息。后来找了下,发现ONE并没有API接口,为了让两者统一,于是决定使用node上的一个插件叫`cheerio`,配合`superagent`能够很方便地爬取网页上的信息。
**2. 如何做出HTML的这种邮件?**
答:之前学过一段时间的express这个框架,接触到模版引擎这个概念,传入data便可获得html文件,再结合node的fs模块,获取到这个html文件,便可以结合node的邮件插件发送HTML邮件啦!
**3. 如何用node发送邮件?**
感谢无私的开源开发者,开发了一款发送邮件的Node插件`nodemailer`,兼容主流的Email厂商,只需要配置好邮箱账号和smtp授权码,便可以用你的邮箱账号在node脚本上发文件,很cool有没有~
**4. 如何做到每日定时发送?**
其实可以通过各种hack的方式写这么一个定时任务,但是既然node社区有这个定时的轮子,那我们直接用就好了,`node-schedule`是一个有着各种配置的定时任务发生器,可以定时每个月、每个礼拜、每天具体什么时候执行什么任务,这正符合每天早晨定时给宝宝发送邮件的需求。
**一切准备就绪,开始做一次浪漫的程序员**
## 编写代码
### 网页爬虫
这里我们使用到`superagent`和`cheerio`组合来实现爬虫:
- 用superagent来获取指定网页的所有DOM:
``` javascript
superagent.get(URL).end(function(err,res){
//
}
```
- 用cheerio来筛选superagent获取到的DOM,取出需要的DOM
``` javascript
imgUrl:$(todayOne).find('.fp-one-imagen').attr('src'),
type:$(todayOne).find('.fp-one-imagen-footer').text().replace(/(^\s*)|(\s*$)/g, ""),
text:$(todayOne).find('.fp-one-cita').text().replace(/(^\s*)|(\s*$)/g, "")
```
**以下就是爬取ONE的代码,天气预报网页也是一个道理:**
``` javascript
const superagent = require('superagent'); //发送网络请求获取DOM
const cheerio = require('cheerio'); //能够像Jquery一样方便获取DOM节点
const OneUrl = "http://wufazhuce.com/"; //ONE的web版网站
superagent.get(OneUrl).end(function(err,res){
if(err){
console.log(err);
}
let $ = cheerio.load(res.text);
let selectItem=$('#carousel-one .carousel-inner .item');
let todayOne=selectItem[0]; //获取轮播图第一个页面,也就是当天更新的内容
let todayOneData={ //保存到一个json中
imgUrl:$(todayOne).find('.fp-one-imagen').attr('src'),
type:$(todayOne).find('.fp-one-imagen-footer').text().replace(/(^\s*)|(\s*$)/g, ""),
text:$(todayOne).find('.fp-one-cita').text().replace(/(^\s*)|(\s*$)/g, "")
};
console.log(todayOneData);
})
```
### EJS模版引擎生成HTML
通过爬虫获取到了数据,那么我们就能够通过将date输入到EJS渲染出HTML,我们在目录下创建js脚本和ejs模版文件:
- app.js
``` javascript
const ejs = require('ejs'); //ejs模版引擎
const fs = require('fs'); //文件读写
const path = require('path'); //路径配置
//传给EJS的数据
let data={
title:'nice to meet you~'
}
//将目录下的mail.ejs获取到,得到一个模版
const template = ejs.compile(fs.readFileSync(path.resolve(__dirname, 'mail.ejs'), 'utf8'));
//将数据传入模版中,生成HTML
const html = template(data);
console.log(html)
```
- mail.ejs
``` javascript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>
<%= title %>
</h1>
</body>
</html>
```
### 用Node发送邮件
这里我们可以发送纯text也可以发送html,注意的是邮箱密码不是你登录邮箱的密码,而是smtp授权码,什么是smtp授权码呢?就是你的邮箱账号可以使用这个smtp授权码在别的地方发邮件,一般smtp授权码在邮箱官网的设置中可以看的到,设置如下注释。
``` javascript
const nodemailer = require('nodemailer'); //发送邮件的node插件
let transporter = nodemailer.createTransport({
service: '126', // 发送者的邮箱厂商,支持列表:https://nodemailer.com/smtp/well-known/
port: 465, // SMTP 端口
secureConnection: true, // SSL安全链接
auth: { //发送者的账户密码
user: '账户@126.com', //账户
pass: 'smtp授权码', //smtp授权码,到邮箱设置下获取
}
});
let mailOptions = {
from: '"发送者昵称" <地址@126.com>', // 发送者昵称和地址
to: 'like@vince.studio', // 接收者的邮箱地址
subject: '一封暖暖的小邮件', // 邮件主题
text: 'test mail', //邮件的text
// html: html //也可以用html发送
};
//发送邮件
transporter.sendMail(mailOptions, (error, info) => {
if (error) {
return console.log(error);
}
console.log('邮件发送成功 ID:', info.messageId);
});
```
### Node定时执行任务
这里我们用到了`node-schedule`来定时执行任务,示例如下:
``` javascript
var schedule = require("node-schedule");
//1. 确定的时间执行
var date = new Date(2017,12,10,15,50,0);
schedule.scheduleJob(date, function(){
console.log("执行任务");
});
//2. 秒为单位执行
//比如:每5秒执行一次
var rule1 = new schedule.RecurrenceRule();
var times1 = [1,6,11,16,21,26,31,36,41,46,51,56];
rule1.second = times1;
schedule.scheduleJob(rule1, function(){
console.log("执行任务");
});
//3.以分为单位执行
//比如:每5分种执行一次
var rule2 = new schedule.RecurrenceRule();
var times2 = [1,6,11,16,21,26,31,36,41,46,51,56];
rule2.minute = times2;
schedule.scheduleJob(rule2, function(){
console.log("执行任务");
});
//4.以天单位执行
//比如:每天6点30分执行
var rule = new schedule.RecurrenceRule();
rule.dayOfWeek = [0, new schedule.Range(1, 6)];
rule.hour = 6;
rule.minute =30;
var j = schedule.scheduleJob(rule, function(){
console.log("执行任务");
getData();
});
```
## 思路与步骤
当所有的问题都解决后,便是开始结合代码成一段完整的程序,思路很简单,我们来逐步分析:
1. 由于获取数据是异步的,并且不能判断出哪个先获取到数据,这个是可以将获取数据的函数封装成一个Promise对象,最后在一起用Promise.all来判断所有数据获取完毕,再发送邮件
``` javascript
// 其中一个数据获取函数,其他的也是类似
function getOneData(){
let p = new Promise(function(resolve,reject){
superagent.get(OneUrl).end(function(err, res) {
if (err) {
reject(err);
}
let $ = cheerio.load(res.text);
let selectItem = $("#carousel-one .carousel-inner .item");
let todayOne = selectItem[0];
let todayOneData = {
imgUrl: $(todayOne)
.find(".fp-one-imagen")
.attr("src"),
type: $(todayOne)
.find(".fp-one-imagen-footer")
.text()
.replace(/(^\s*)|(\s*$)/g, ""),
text: $(todayOne)
.find(".fp-one-cita")
.text()
.replace(/(^\s*)|(\s*$)/g, "")
};
resolve(todayOneData)
});
})
return p
}
```
2. 将爬取数据统一处理,作为EJS的参数,发送邮件模板。
``` javascript
function getAllDataAndSendMail(){
let HtmlData = {};
// how long with
let today = new Date();
let initDay = new Date(startDay);
let lastDay = Math.floor((today - initDay) / 1000 / 60 / 60 / 24);
let todaystr =
today.getFullYear() +
" / " +
(today.getMonth() + 1) +
" / " +
today.getDate();
HtmlData["lastDay"] = lastDay;
HtmlData["todaystr"] = todaystr;
Promise.all([getOneData(),getWeatherTips(),getWeatherData()]).then(
function(data){
HtmlData["todayOneData"] = data[0];
HtmlData["weatherTip"] = data[1];
HtmlData["threeDaysData"] = data[2];
sendMail(HtmlData)
}
).catch(function(err){
getAllDataAndSendMail() //再次获取
console.log('获取数据失败: ',err);
})
}
```
3. 发送邮件具体代码
``` javascript
function sendMail(HtmlData) {
const template = ejs.compile(
fs.readFileSync(path.resolve(__dirname, "email.ejs"), "utf8")
);
const html = template(HtmlData);
let transporter = nodemailer.createTransport({
service: EmianService,
port: 465,
secureConnection: true,
auth: EamilAuth
});
let mailOptions = {
from: EmailFrom,
to: EmailTo,
subject: EmailSubject,
html: html
};
transporter.sendMail(mailOptions, (error, info={}) => {
if (error) {
console.log(error);
sendMail(HtmlData); //再次发送
}
console.log("Message sent: %s", info.messageId);
});
}
```
## 安装与使用
如果你觉得这封邮件的内容适合你发送的对象,可以按照以下步骤,改少量参数即可运行程序;
1. git clone https://github.com/kissjerryfan/For_Girlfriend
2. 打开main.js,修改配置项
``` javascript
//纪念日
let startDay = "2016/6/24";
//当地拼音,需要在下面的墨迹天气url确认
const local = "zhejiang/hangzhou";
//发送者邮箱厂家
let EmianService = "163";
//发送者邮箱账户SMTP授权码
let EamilAuth = {
user: "xxxxxx@163.com",
pass: "xxxxxx"
};
//发送者昵称与邮箱地址
let EmailFrom = '"name" <xxxxxx@163.com>';
//接收者邮箱地
let EmailTo = "like@vince.studio";
//邮件主题
let EmailSubject = "一封暖暖的小邮件";
//每日发送时间
let EmailHour = 6;
let EmialMinminute= 30;
```
3. 终端输入`npm install`安装依赖,再输入`node main.js`,运行脚本,当然你的电脑不可能不休眠,建议你部署到你的云服务器上运行。
| Programmers also know love | ejs,ejs-templates,girl,girlfriend,girls,javascript | 2023-07-17T01:17:37Z | 2023-07-29T04:20:01Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | JavaScript |
vuvandinh123/react_web_nft | main | # Vu Van Dinh | NFT react vite
Simple NFT react js app with vite.
<!-- demo -->
### [Live demo](https://vuvandinh123.github.io/vvd-nft/)

## Run Locally
### 1. Install Dependencies
```sh
$ npm install
```
### 2. Run development server
```sh
$ npm run dev
```
---
## Build the project
```sh
$ npm build
```
| website create by Vũ Văn Định | css,javascript,react,tailwindcss | 2023-07-20T05:33:20Z | 2024-01-26T03:34:06Z | null | 2 | 0 | 16 | 0 | 0 | 3 | null | null | JavaScript |
TEDxJUET/TedxJUET | main | # TEDxJUET

In the spirit of ideas worth spreading, TED has created TEDx which is a program of local, self-organized events that bring people together to share a TED-like experience, around a specific theme. TEDx events are independently licensed experiences which bring together thinkers, innovators and artists in one assembly, with the intention of promoting “Ideas Worth Spreading.”
TEDx events are fully planned and cordinated independently on a community by community basis.
TEDxJUET brings the unique TED experience to Guna. TEDxJUET is a curated, day-long, and immersive live experience. That brings speakers, artists, and audience members together. All with the purpose of sharing perspectives, sparking deep discussions, inspiring positive networks, and impactful actions around ideas that matter. Our aim is to provide a platform where thinkers, visionaries, and learners will be inspired to give talks on a wide array of idea-focused topics. To foster learning, provoke conversations that matter, and inspire others.
Previous talks:
https://www.youtube.com/watch?v=rAqECHVBX8k
https://www.youtube.com/watch?v=Pnc_qSlhW5w
https://www.youtube.com/watch?v=w4-dYULCLYU
https://www.youtube.com/watch?v=rU6f-slsvBU
https://www.youtube.com/watch?v=yUoiS_dio5I
## Contributing
[pr]: https://github.com/raise-dev/hacktoberfest/compare
[style]: https://github.com/bbatsov/ruby-style-guide
Hi there! We're thrilled that you'd like to contribute to Hacktoberfest. Your help is essential for keeping it great.
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
## Opening an issue
Thank you for taking the time to open an issue, your feedback helps make Hacktoberfest better.
Before opening an issue, please be sure that your issue hasn't already been asked by using [GitHub search](https://help.github.com/articles/searching-issues/)
Here are a few things that will help us help resolve your issues:
- A descriptive title that gives an idea of what your issue refers to.
- A thorough description of the issue (one word descriptions are very hard to understand).
- Screenshots (if appropriate)
- Links (if appropriate)
## Submitting a pull request
0. Clone the repository
0. Configure and install the dependencies: (See the [README](README.md) for more details)
0. Make sure the tests pass on your machine: `script/test`
0. Create a new branch: `git checkout -b my-branch-name`
0. Make your change, add tests, and make sure the tests still pass
0. Push to your branch and [submit a pull request][pr]
0. Wait for your pull request to be reviewed and merged!
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Follow the [style guide][style].
- Write tests.
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
## Resources
- [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
- [Using Pull Requests](https://help.github.com/articles/using-pull-requests/)
- [GitHub Help](https://help.github.com)
## Website for TEDxJUET
[tedxjuet.com](https://tedxjuet.com)
## Contributors
<a href="https://github.com/TedxJuet/TedxJuet/graphs/contributors">
<img src="https://contrib.rocks/image?repo=TedxJuet/TedxJuet" />
</a>
| Website of TEDxJUET | css,hacktoberfest,html,javascript,hacktoberfest2023 | 2023-07-11T18:09:26Z | 2023-11-01T03:42:11Z | null | 13 | 22 | 72 | 18 | 23 | 3 | null | null | HTML |
fbwndrud/lambda-openai-slack-bot-js | main | # Lambda OpenAI Slack Bot JS
Lambda OpenAI Slack Bot JS is a project to deploy a chatbot on Slack that uses OpenAI's GPT-3.5-turbo model to interact with users.
## Pre-Requisites
Make sure you have Node.js and npm installed on your system. You also need to install the Serverless framework globally.
```bash
$ npm install -g serverless
```
## Installation
First, clone this repository and install the dependencies:
```bash
$ git clone https://github.com/fbwndrud/lambda-openai-slack-bot-js.git
$ cd lambda-openai-slack-bot-js
$ npm install
$ sls plugin install -n serverless-dotenv-plugin
```
## Slack Setup
Setup a Slack app by following the guide at https://slack.dev/bolt-js/tutorial/getting-started
Set scopes to Bot Token Scopes in OAuth & Permissions:
```
app_mentions:read
channels:join
chat:write
```
Set scopes in Event Subscriptions - Subscribe to bot events
```
app_mention
```
## Environment Variables
Copy the `.env.example` to a new file called `.env` and fill it with your credentials and preferences.
```bash
$ cp .env.example .env
```
Here is what each environment variable means:
- `DYNAMODB_TABLE_NAME`: The name of your DynamoDB table.
- `SLACK_BOT_TOKEN`: Your Slack Bot User OAuth Token.
- `SLACK_SIGNING_SECRET`: Your Slack Signing Secret.
- `OPENAI_API_KEY`: Your OpenAI API Key.
- `OPENAI_MODEL`: The OpenAI model you want to use. Default is "gpt-3.5-turbo".
- `OPENAI_HISTORY`: The number of previous messages to keep in context when making an API call to OpenAI.
- `OPENAI_SYSTEM`: The system message used to instruct the model about its behavior.
- `OPENAI_TEMPERATURE`: Controls randomness in the model's responses. A higher value makes the output more random.
## Deployment
In order to deploy the bot, you need to run the following command:
```bash
$ sls deploy
```
After running the deploy command, you will see an output with the API Gateway endpoint.
## Testing
### Slack Test
Replace `<API_GATEWAY_ENDPOINT>` with the endpoint you got after the deployment.
```bash
curl -X POST -H "Content-Type: application/json" \
-d " \
{ \
\"token\": \"Jhj5dZrVaK7ZwHHjRyZWjbDl\", \
\"challenge\": \"3eZbrw1aBm2rZgRNFdxV2595E9CY3gmdALWMmHkvFXO7tYXAYM8P\", \
\"type\": \"url_verification\" \
}" \
https://<API_GATEWAY_ENDPOINT>/dev/slack/events
```
### OpenAI API Test
Make sure to replace `${OPENAI_API_KEY}` with your actual OpenAI API key.
```bash
curl https://api.openai.com/v1/completions \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer ${OPENAI_API_KEY}" \
-d '{
"model": "gpt-3.5-turbo",
"prompt": "Say this is a test",
"max_tokens": 16,
"temperature": 0
}'
```
## Contribution
Feel free to contribute to this project by creating a pull request. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the terms of the MIT license.
## Acknowledgements
This project was inspired by
https://github.com/0xpayne/gpt-migrate
https://github.com/nalbam/lambda-openai-slack-bot
| A Slack bot using OpenAI and AWS DynamoDB | dynamodb,gpt,lambda,openai,slack,slack-bot,javascript,js | 2023-07-06T07:00:08Z | 2023-07-07T03:59:09Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
mohitjaiswal28/CODSOFTJULY | master |
## CodSoft - Web Development Internship

- Batch - July 2023
Here, I have uploaded all my solutions of tasks in my Web Development Internship provided by CodSoft.
# Certificate

| All the tasks in CodSoft Web Development Internship | bootstrap,codsoft,css,html,internship,internship-task,javascript,webdevelopment | 2023-06-30T14:20:12Z | 2023-08-02T16:02:55Z | null | 1 | 0 | 34 | 0 | 1 | 3 | null | null | HTML |
JoelDeonDsouza/SocialApp-FullStack | main | # 🚀Social App (Full Stack)
Connect with friends, family, and like-minded individuals on social media app. Share moments, thoughts, and experiences through posts, photos.
## MERN Full Stack app
Experience the power of a MERN full stack app, where cutting-edge technologies seamlessly come together. With MongoDB as the database, Express.js for server-side development, React for dynamic front-end interfaces, and Node.js as the runtime environment, this app offers a comprehensive solution for building robust and scalable web applications.
## Tech Stack
**Client:** React, Redux.
**Server:** Node, Express, MongoDB.
# Deploy Server
#### Documentation
[Node.js](https://nodejs.org/en)
#### Please note to add your MongoDB URL to .env file before running the server.
## Installation Run Locally
Clone the project
```bash
git clone https://github.com/JoelDeonDsouza/SocialApp-FullStack.git
```
Go to the project directory
```bash
cd server
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm start
```
# Client side app Screenshots





## Run Locally Client side app
Go to the project directory
```bash
cd SocialApp-FullStack
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm start
```
| Social media full-stack app(MERN) | expressjs,javascript,jsx-syntax,mongodb,nodejs,reactjs,reactredux,social-network | 2023-07-03T13:32:43Z | 2023-07-12T09:35:34Z | null | 1 | 1 | 10 | 0 | 2 | 3 | null | MIT | JavaScript |
Aghaei-Dev/sudoku | main | <!--? PROJECT LOGO -->
<div align="center">
<a href="https://github.com/A-SED-HASAN/sudoku">
<img src="/public/sudoku.png" alt="Logo" width="100" height="100">
</a>
<h1 align="center">Sudoku</h1>
<p align="center">
An awesome Sudoku project !
<br />
<a href="https://github.com/A-SED-HASAN/sudoku"><strong>--> Explore the docs <--</strong></a>
<br />
<br />
<a href="https://project-24-sudoku.netlify.app">View Demo</a>
·
<a href="https://github.com/A-SED-HASAN/sudoku/issues">Report Bug</a>
·
<a href="https://github.com/A-SED-HASAN/sudoku/issues">Request Feature</a>
</p>
</div>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
<ul>
<li><a href="#built-with">Built With</a></li>
</ul>
</li>
<li>
<a href="#installation">Installation</a>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</details>
<!-- ABOUT THE PROJECT -->
## About The Project
[![Sudoku Screen Shot][product-screenshot]](https://project-24-sudoku.netlify.app)
There are many great Sudoku available; however they are maybe ugly or slow or etc.
but this product do his best to achieve to another step !
but why me ?
- its pretty fast . you can compare me with another's i can help you <a href='https://sudoku.com/'>look at this</a>
- I have a nice , user friendly UI . you can freely customize it
- whit Sounds . yes sounds . I think its feel better when you hear it .
- three themes which color witch color do you prefer?
- and finlay God bless Dark mode .
Of course, its not the best but I and my Sudoku can do our best !
say `Hello Sudoku World `.
### Built With
first of all absolutely with `LOVE` after that I can say these Technologies :
[![React][React.js]][React-url]
[![Material UI][MUI]][MUI-url]
[![Styled Components][styled]][styled-url]
### Installation
Step by step follow me :
1. Clone the repo
```sh
git clone https://github.com/A-SED-HASAN/sudoku
```
2. Install NPM packages
```sh
npm install
```
3. start local
```sh
npm start
```
just this !
<!-- USAGE EXAMPLES -->
## Usage
i fill it later
<!-- CONTRIBUTING -->
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
thank u !
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<!-- LICENSE -->
## License
Its MIT don't be worry.
<!-- CONTACT -->
## Contact
Hasan Aghaei : hasanaghaei.dev@gmail.com
Project Link : [https://github.com/A-SED-HASAN/sudoku](https://github.com/A-SED-HASAN/sudoku)
<!-- ACKNOWLEDGMENTS -->
<!-- MARKDOWN LINKS & IMAGES -->
<!---links -->
[product-screenshot]: public/Screenshot.png
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[styled]: https://img.shields.io/badge/styled_Component-20232A?style=for-the-badge&logo=styledcomponents&logoColor=DB7093
[styled-url]: https://styled-components.com/
[MUI]: https://img.shields.io/badge/Material_UI-20232A?style=for-the-badge&logo=MUI&logoColor=007FFF
[MUI-url]: https://styled-components.com/
| Sudoku ! Any details needed? | emotion,game,javascript,puzzle,react | 2023-07-03T13:30:43Z | 2023-12-08T20:12:11Z | null | 1 | 4 | 71 | 0 | 0 | 3 | null | MIT | JavaScript |
Dat-TG/LCD-Shopping | main | # LCD-Shopping
- Full Stack Shopping App base on Amazon along with Admin Panel
- The app is under heavy development
## Current Features
- Email & Password Authentication
- Edit User Information (Name, Email, Address, Avatar)
- Persisting Auth State
- Searching Products
- Filtering Products (Based on Category)
- Product Details
- Rating with Review
- View All Reviews
- Filtering Reviews
- Getting Deal of the Day
- Cart
- Checking out with Google/Apple Pay
- Viewing My Orders
- Viewing Order Details & Status
- Sign Out
- Admin Panel
- Viewing All Products
- Filtering Products by Category
- Adding Products
- Editing Products
- Deleting Products
- Viewing All Orders
- Filtering Orders By Status
- Changing Order Status
- Viewing Total Earnings
- Viewing Category Based Earnings (on Graph)
## Running Locally
After cloning this repository, migrate to ```LCD-Shopping``` folder. Then, follow the following steps:
- Create MongoDB Project & Cluster
- Click on Connect, follow the process where you will get the uri.
- Head to ```lib/constants/global_variables.dart``` file, replace <yourip> with your IP Address.
- Create Cloudinary Project, enable unsigned operation in settings.
- Config environment files:
- .env: Cloudinary config
```
CLOUD_NAME=
UPLOAD_PRESET=
API_KEY=
API_SECRET=
```
- server/.env: Your database uri
```
DB=
```
Then run the following commands to run your app:
### Server Side
```bash
cd server
npm install
npm run dev (for continuous development)
OR
npm start (to run script 1 time)
```
### Client Side
```bash
open your emulator device
flutter pub get
flutter run
```
## Tech Used
**Server**: Node.js, Express, Mongoose, MongoDB, Cloudinary
**Client**: Flutter, Provider
## Feedback
If you have any feedback, please reach out to me at dat13102k2@gmail.com
## Screenshots
| | | | | |
|--- |--- |--- |--- |--- |
|  |  |  |  |  |
|  |  |  |  |  |
|  |  |  |  |  |
|  |  |  |  |  |
|  |  |  | |  |
| Full Stack Shopping Mobile App | ecommerce-application,flutter,nodejs,cloudinary,mongodb,mongoose,shopping,dart,javascript | 2023-07-10T09:09:31Z | 2023-08-08T13:51:49Z | null | 1 | 0 | 51 | 0 | 0 | 3 | null | null | Dart |
buzz-js/buzz-js | stable | # About
Buzz.js is a JavaScript development framework with its primary focus on front-end development.It is written in Vanilla JS so it has no dependencies on any external packages.
# Design Philosophy
By design, all components in Buzz are separated into two groups — StatelessWidgets and StatefulWidgets. Before we talk about these two components, let's talk about the common ground they share which is their lifecycle functions. In Buzz.js, all components have five (5) functions that get invoked by the framework when different events happen: `beforeRender(AppContext)`, `postRender(AppContext)`, `unmount(AppContext)`, `render(Widget)`, and `remove(AppContext)`.
Now, if you've worked with [Flutter](https://flutter.dev), you'd immediately realize that the design philosophy of Buzz is heavily similar to that of Flutter. Yes, it was intentional. Flutter is such a nice framework to work with, at least in my own opinion, but writing web apps in Flutter, was a performance headache — at the time of writing this documentation. You would need to actively take extra steps to make your web-app performant and those extra steps are a bit daunting to people who are new to the optimization of software or even development altogether. I wrote Buzz because I wanted to make a UI development framework that follows the same design principles with Flutter but was written with focus on web-app development. I then told this idea to a couple of friends of mine and then we became the primary maintainers of the Buzz source tree. We're still open to more people joining us though so, if you don't mind, you could always hit us up on our socials or talk about contributing in the discussions.
# Working with Buzz
Now that I've given exposition to the philosophy of design, let's dive in to working with Buzz. Before we talk about the the types of components the framework features, let's talk about the rules of thumb that each component must follow to be rendered properly on screen.
All logic of initialization that would be necessary to simply render and/or manage your widget the right way should be put inside the `constructor`. The constructor should never be bulky because it might get called very frequently depending on how frequently the ***state of its parent widget is invalidated***.
If you want to do any time consuming stuff, there is an asynchronous function `beforeRender(AppContext)` that is called right before the widget is built **AND NOT RENDERED**. The framework does not and would never wait on you for the function to be completed before moving forward with rendering. That would just result in awkward user experience since there'd be a lot of blank screens. This function is called every time before the widget is rendered or updated to the viewport. Meaning, you should take that into account to avoid repeating your initializations needlessly. If you have something that you would like to do only once before a Widget is built, you're better off putting it in the constructor as long as you abide by the rules inside the previous paragraph.
The `postRender(AppContext)` function is called when your widget has been added to the render tree and but hasn't yet been drawn. This is useful for operations that you would logically like to perform after your widget has been added to the render tree. Like, initializing any timers and binding any event listeners. This function is also asynchronous by design and is not waited upon so that rendering is not ***blocked***.
There is the `unmount(AppContext)` function that is called when your widget is no longer visible and is about to be de-allocated. This function should handle all things cleanup. You see, this function should return `true` or `false` value which would be used by the framework to know if it can call the remove function. The `unmount` function by design is supposed to be used for preparing your Widget for the cleanup that would be performed in the remove function. If your implementation of the unmount function returns false, you are telling the framework not to bother calling the `remove` function.
The `render(Widget)` function is the most important one. It is passes what to render to the framework. It is what would be invoked by the framework to paint your widget. The return value of any Widget that is navigable, in the sense that it represents a route, should be a `PageView` widget which means that it is treated like a ***single page*** by the framework. The framework would scream an error at you if you don't do that. I know, the framework is cranky sometimes and I really wonder... why?
Enough said, so let me show you a practical example.
```js
import { InsetsGeometry } from "../buzz/style/insets.js";
import { PageView } from "../buzz/page/base.js";
import { Text, TextStyle } from "../buzz/text/text.js";
import { StatelessWidget } from '../buzz/framework/widget.js';
class HomePage extends StatelessWidget {
constructor() {
super();
}
beforeRender(context) {
super.beforeRender(context);
console.log("Before we rendered, it was.")
}
postRender(context) {
super.postRender(context);
console.log("After we rendered, it shall be — and it is — a potato(🥔).");
}
render(parent) {
super.render(parent);
console.log("When we rendered, it is.");
return new PageView({
body: new Text(
"🥔", {
margin: InsetsGeometry.only({bottom: '2.5em'}),
fontSize: '2em',
style: new TextStyle({
fontColor: 'black',
fontWeight: 'bolder',
})
}
)
});
}
}
export {
HomePage
}
```
The example with questionable taste creates a web page with a single text element of magnificent size. That... shows... a potato. Argh! Well, on the bright side, that was just to get you familiar with the Buzz SDK. As an much welcome activity, you can try changing the contents of the [Text](https://github.com/buzz-js/buzz-sdk/blob/stable/text/text.js) widget to something more practical and in better taste. You might have noticed but the example above has something that we have not yet talked about which is a `StatelessWidget`. That... is a decent segway to our next topic.
## Stateless Components
Stateless widgets are the static components. Components that would spend their lifetimes without being updated — they do not depend on data, either from a remote location or the codebase, when rendering. Meaning, whenever they are drawn, there is really no expectation that they should change therefore, by design, you cannot change them.
To create a stateless component, you create a class that extends the [StatelessWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/widget.js) class. All components that extend this super-class, either as a part of the framework or as a part of your web app, are static and unchanging. However, some library widgets like the [Text](https://github.com/buzz-js/buzz-sdk/blob/stable/text/text.js) component, which has a setter function `value`, bypass this behavior and use simpler methods to manage the state of their contents. This was done because of practicality as during the course of running a program, many times, you would desire to change text in a given area on screen, or the image displayed in a component and you should not have to update the state of any widget to do that. That adds an unnecessary amount of overhead to the management of state for such otherwise simple tasks. Your hand-written components that go in your own web-app however cannot override this behavior. For your use cases, you are probably better off using a stateful component with a reactive state controller.
## Stateful Components
In Buzz, all stateful components are dynamic. Meaning, when a component is stateful, it can be updated in the RenderTree when something it depends on is changed. To make a stateful component, similarly to the creation of a stateless component, you must create a class that inherits from the [StatefulWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) class. The stateful components in Buzz were made with a ***complex state philosophy*** so to update the state of any stateful component, you are required to bind a [StateController](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) to the component. By default a new state controller is bound to every stateful component upon creation but the kind that is bound is an adaptive state controller.
> #### I know I said stateful components in Buzz were made with a ***complex state philosophy*** but that is just really kind of misdirecting. What I really meant was that ***the state management is not tied to one philosophy*** so you can pick the most efficient choice on a component-level basis. There are 2 options however: ***adaptive state management*** and ***reactive state management***.
### Reactive State Management
Reactive state management is the lighter weight choice and is typically the more efficient one too. To manage state reactively, not only must the [StateController](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) bound to the [StatefulWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) be reactive, but the class is also required to override the `onStateChanged(previous: any, current: any)` method. If you could already guess, the ***state*** of the reactive stateful component is treated like a variable in the state controller and each time this variable changes, the `onStateChanged(previous: any, current: any)` function is invoked. The previous state is passed as the first parameter, and the updated state is passed as the second parameter.
For our first example, with a StatefulWidget as the base class, let's make a Buzz web app that _shows the user how many times he or she has clicked a [TextButton](https://github.com/buzz-js/buzz-sdk/blob/stable/input/button/text.js) using reactive state management_ TextButton,
```js
import { InsetsGeometry } from "../buzz/style/insets.js";
import { Text, TextStyle } from "../buzz/text/text.js";
import { StatefulWidget, StateController } from '../buzz/framework/state.js';
import { ScrollableContainer, ScrollController } from "../buzz/scroll/scrollview.js";
import { ContainerStyle } from "../buzz/framework/container.js";
import { Alignment } from "../buzz/alignment/alignment.js";
import { Column } from "../buzz/flex/column.js";
import { TextButton, TextButtonStyle } from "../buzz/input/button/text.js"
import { PageView } from "../buzz/page/base.js";
class HomePage extends StatefulWidget {
// The text widget we use to show the user how many times he or she has clicked the button.
counterText = new Text(
"You have clicked 0 times", {
margin: InsetsGeometry.only({bottom: '2.5em'}),
fontSize: '2em',
style: new TextStyle({
fontColor: 'black',
fontWeight: 'bolder',
})
}
);
constructor() {
const controller = new StateController({
// The initial count is 0
initial: 0,
// This is a reactive state controller.
reactive: true
});
super(controller)
}
onStateChanged(previous, current) {
super.onStateChanged(previous, current);
// Tell the user how many times he or she has clicked
this.counterText.value = "You have clicked " + current + " times";
}
incrementCounter() {
// Increment the value by 1.
this.controller.state += 1;
}
render(parent) {
super.render(parent);
// All root pages must return a PageView in Buzz
return new PageView({
body: new ScrollableContainer({
controller: new ScrollController(true, false),
style: new ContainerStyle({
alignment: Alignment.topCenter // Align this view to the center.
}),
child: new Column({
children: [
// Add the counter text.
this.counterText,
// After the title of the page.
new TextButton(
"Increment Count", {
margin: InsetsGeometry.only({bottom: '2em'}),
style: new TextButtonStyle({
fontSize: '1.2em',
padding: new InsetsGeometry().setVertical('0.8em').setHorizontal('2.8em'),
}),
onClick: () => this.incrementCounter()
}),
]
}),
})
});
}
}
export {
HomePage,
}
```
Now, we declare `counterText` as a field inside the `HomePage` class we built that extends [StatefulWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js). Inside the constructor, we build a new [StateController](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) aptly named `controller` and pass it to the ***super*** constructor so that it would bind it as the state controller of the ***instance of `HomePage` that the framework would spawn behind the scenes***. In the `render(Widget)` function, we can then see that we add `counterText` to the **widget tree** that would be rendered on screen for the user to see. Inside the [TextButton's](https://github.com/buzz-js/buzz-sdk/blob/stable/input/button/text.js) `onClick` function, we invoke the `incrementCounter` function for the ***instance of `HomePage` that the framework spawned*** which would increment the value of the state of the [StateController](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) bound to it by 1. Doing this in turn would invoke the `onStateChanged(previous, current)` function on the ***instance of `HomePage` that the framework spawned*** which would update the value of the text in `counterText` to correctly say how many times the button has been clicked.
For our second — and more advanced — example, let's look at a single web page that contains a password text field that changes color and icon whenever the user clicks on the password visibility button.
```js
import { InsetsGeometry } from "../buzz/style/insets.js";
import { Text, TextStyle } from "../buzz/text/text.js";
import { StateController } from '../buzz/framework/state.js';
import { StatelessWidget } from '../buzz/framework/widget.js';
import { ScrollableContainer, ScrollController } from "../buzz/scroll/scrollview.js";
import { ContainerStyle } from "../buzz/framework/container.js";
import { Alignment } from "../buzz/alignment/alignment.js";
import { Column } from "../buzz/flex/column.js";
import { Icon } from '../buzz/icon/icon.js';
import { SolidIcons } from '../buzz/icon/data.js';
import { IconButton } from '../buzz/input/button/icon.js';
import { TextButton, TextButtonStyle } from "../buzz/input/button/text.js"
import { TextInput, TextInputController, TextInputType } from "../buzz/input/text.js";
import { PageView } from "../buzz/page/base.js";
class LoginPage extends StatelessWidget {
/// The input controller for the value of the email.
emailText = new TextInputController();
/// The input controller for the value of the password.
passwordText = new TextInputController({
/**
* @param {TextInput} icon Something
*/
onReactState: (widget, _, current) => {
// Now, each time this gets changed, we want to change the color and the active
// icon you see there. This is too round about of a method to do this but its kind
// of because of the way JS + SVG icon fonts work.
widget.endIcon.icon.update({
data: current ? SolidIcons.eyeSlash : SolidIcons.eye,
color: current ? 'black' : 'red'
});
// We also want to change the text type from password to something else.
widget.inputController.setTextType(current ? TextInputType.password : TextInputType.passwordVisible);
}
});
/// The controller for the visibility of the password.
passwordVisibilityController = new StateController({
initial: true,
reactive: true
});
onButtonClick() {
// Yeah, just change the state of the controller.
this.passwordVisibilityController.state = !this.passwordVisibilityController.state;
}
render(parent) {
super.render(parent);
return new PageView({
body: new ScrollableContainer({
controller: new ScrollController(true, false),
style: new ContainerStyle({
alignment: Alignment.topCenter // Align this view to the center.
}),
child: new Column({
children: [
new Text(
"Login to your account", {
margin: InsetsGeometry.only({bottom: '2.5em'}),
fontSize: '2em',
style: new TextStyle({
fontColor: 'black',
fontWeight: 'bolder',
})
}
),
new TextInput(this.emailText, {
margin: InsetsGeometry.only({bottom: '0.5em'}),
hint: "Enter your email address",
type: TextInputType.email,
startIcon: new Icon(
SolidIcons.circleUser, {
margin: InsetsGeometry.only({right: '10px'}),
size: '24px'
}
),
}),
new TextInput(this.passwordText, {
controller: this.passwordVisibilityController,
margin: InsetsGeometry.only({bottom: '5em'}),
hint: "Enter your password",
type: TextInputType.password,
startIcon: new Icon(
SolidIcons.anchorSecure, {
margin: InsetsGeometry.only({right: '10px'}),
size: '24px'
}
),
endIcon: new IconButton(
new Icon(
SolidIcons.eyeSlash, {
color: 'black',
}
), {
onClick: () => this.onButtonClick(),
})
}),
// After the title of the page.
new TextButton(
"Log In", {
margin: InsetsGeometry.only({bottom: '2em'}),
style: new TextButtonStyle({
fontSize: '1.2em',
padding: new InsetsGeometry().setVertical('0.8em').setHorizontal('2.8em'),
}),
onClick: () => alert("Log in?")
}),
]
}),
})
});
}
}
export {
LoginPage as HomePage
}
```
The example above is actually an excerpt from the original example application in the [test](./test/) directory with some modifications. When you run this excerpt from a Buzz project directory, you would immediately notice that when you click on the eye icon on the right of the password input text field, you would notice that the color and icon there in changes. This is most effective demonstration of reactive state management in Buzz. The [TextInputController](https://github.com/buzz-js/buzz-sdk/blob/stable/input/text.js) is used by the `onButtonClick()` function to set the state of the password text field by inverting the value from `true` to `false` and vice-versa.
Let us take 2 steps back. What makes this possible is that the [TextInput](https://github.com/buzz-js/buzz-sdk/blob/stable/input/text.js) is much like the [InputWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/input/base.js) class it extends. In the sense that all instances are required to have a [StateController](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) bound to them and this state controller must be reactive. Input widgets are expected to only change state when ***reacting to user interaction*** and not have complicated states that would require ***invalidation*** to transition to another state. Meaning, the entire widget is not expected to be rebuilt just because of user interaction. The [TextButton](https://github.com/buzz-js/buzz-sdk/blob/stable/input/button/text.js) widget calls the `onButtonClick` function which would toggle the state of the `passwordVisibilityController`, and each time the state of the password visibility controller is changed, the `onReactState(widget, previous, current)` function is invoked with the
[TextInput](https://github.com/buzz-js/buzz-sdk/blob/stable/input/text.js) as the first argument, a previous state as the second argument, and the current state is the third argument. Then inside the `onReactState(widget, previous, current)` function for the [TextInputController](https://github.com/buzz-js/buzz-sdk/blob/stable/input/text.js) `passwordText` is then set up to change the icon and color depending on the value of current.
A good question you're probably asking is "what does any of this have to do with the onStateChanged function?" Well, you see, under the hood, all calls to `onReactState(widget, previous, current)` would invoke the `widget.onStateChanged(previous, current)` method when the [InputWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/input/base.js) is a [StatefulWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js). When it however is not, some default implementation would be used.
One thing to note is that the `initial` state of any [StateController](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) does not update a stateful component but only serves to assign a value to the initial state of the stateful component's controller. This is because it is wasteful to render the widget one more time just to assign an initial state. Therefore, you'd have to take this into consideration when creating your [StatefulWidget](https://github.com/buzz-js/buzz-sdk/blob/stable/framework/state.js) and make sure that the `initial` state is always set to the correct value — especially if the next value depends on the previous one like in our example above.
To close this off, by design, you are expected to use ***reactive state management*** when the stateful component in question has a finite number of defined and known states. That's long talk for _use it when the current state of the component can be efficiently stored and represented in a variable_. | A front-end framework written in Vanilla JS that is meant to make most of the development stay in JavaScript. | es6-modules,framework,frontend-web,javascript,open-source | 2023-07-03T13:43:05Z | 2023-08-01T13:49:41Z | null | 4 | 0 | 30 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.