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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
andvea/shopify-graphql-client | main | # Shopify GraphQL Client
This is a JavaScript module that allows you to invoke Shopify's GraphQL API with Node
without having to worry about all the tedious stuff like retries,
throttling, backoff time and more.
The purpose is to abstract all the [best practices](https://shopify.dev/docs/api/usage/rate-limits#avoiding-rate-limit-errors)
necessary for a healthy intensive use of the Shopify GraphQL API,
so that you can take care of the rest.
Here you can find a list of the major benefits. Please note that some of them
are still work in progress.
- **Errors catching**: sometimes there's a mistake to fix, sometimes it's just a
matter of time. This library recognizes these two types of errors based on
Shopify's response and abstracts their complexity with simple responses and
automation mechanisms.
- **Backoff timing**: the rate of your requests is automatically adjusted
based on response's API usage metadata for smoother distribution, in order to
reduce the throttled requests.
- **Automatic retry**: you can configure the library to automatically retry
trotthled requests.
- **Queue**: your requests are automatically placed in a FIFO queue which
guarantees the order of execution.
- **HTTP/2 support**: all the requests are made via HTTP/2 and the session
remains active as long as the queue is not empty. It's a mechanism that
allows you to save time, especially with many requests in the queue.
- **No dependencies**: a lightweight solution that minimizes potential conflicts
- Cache *(Work in progress)*
- Metrics *(Work in progress)*
## Table of Contents
- [Installation](#Installation)
- [Usage](#Usage)
- [Basic example](#Usage)
- [Parameters](#Parameters)
- [Tests](#Tests)
- [Getting help](#Getting%20help)
- [Contribution](#Contribution)
- [Credits](#Credits)
## Installation
You can install the library via npm
```
npm install @andvea/shopify-graphql-client --save
```
## Usage
This is a basic example of using the library:
```javascript
import {ShopifyGraphQL} from '@andvea/shopify-graphql-client';
var shopifyGraphQL =
new ShopifyGraphQL({
apiEndpoint: 'https://test.myshopify.com/admin/api/2023-04/graphql.json',
apiKey: 'shpca...b32',
retryThrottles: true,
maxConcurrentRequests: 5
});
try {
var shopifyResponse =
await shopifyGraphQL.request(`{
shop {
id
}
}`);
console.log(shopifyResponse);
} catch(reqErr) {
console.log('Something went wrong!');
console.log(reqErr);
}
```
### Parameters
- `apiEndpoint`: full API endpoint, eg `https://test.myshopify.com/admin/api/2023-04/graphql.json`
- `apiKey`: the shop's API key
- `retryThrottles`: whether throttled requests should be automatically retried
- `maxConcurrentRequests`: how many requests can be sent at the same time.
This concurrency capacity refers to how many requests can be sent
even if Shopify hasn't responded yet
## Tests
To get an overview of tests, read the [related section in the Contributing guide](CONTRIBUTING.md#tests).
## Getting help
Feel free to open [an issue](https://github.com/andvea/shopify-graphql-client/issues/new) if you have any problem.
## Contribution
Contributions are more than welcome. To learn more about, read the [Contributing guide](CONTRIBUTING.md).
## Credits
My thanks go to my friends at [Uppa](https://www.uppa.it/).<br/>
Aiming to build a better world is an attitude I learnt from them:<br/>
_Chiara B., Chiara R., Claudia L.G., Daniela M., Francesca G., Giulia B.,
Lidia D., Lorenzo B., Lorenzo C., Pierpaolo D.M., Sergio C.N., Virginia V._
| Shopify's GraphQL API with Node and without pain | javascript,nodejs,shopify,shopify-api,graphql | 2023-04-30T13:44:34Z | 2024-04-28T10:46:52Z | 2024-04-28T10:46:52Z | 1 | 5 | 28 | 1 | 0 | 17 | null | Apache-2.0 | JavaScript |
symfony/ux-translator | 2.x | # Symfony UX Translator
**EXPERIMENTAL** This component is currently experimental and is
likely to change, or even change drastically.
Symfony UX Translator integrates [Symfony Translation](https://symfony.com/doc/current/translation.html) for JavaScript.
**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ux to create issues or submit pull requests.
## Resources
- [Documentation](https://symfony.com/bundles/ux-translator/current/index.html)
- [Report issues](https://github.com/symfony/ux/issues) and
[send Pull Requests](https://github.com/symfony/ux/pulls)
in the [main Symfony UX repository](https://github.com/symfony/ux)
| Exposes Symfony Translations directly to JavaScript. | javascript,symfony,symfony-ux,ux | 2023-04-25T07:39:10Z | 2024-04-30T20:43:03Z | null | 15 | 0 | 37 | 0 | 0 | 16 | null | MIT | PHP |
maya-manager/server | main | <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<div align="center">
<img alt="logo" height="300" width="300" src="./assets/logos/full.png" />
</div>
App to manage your pocket money and keep track of your expenses and account between multiple people
## Features
### Current release (v1.0.0) 🏃
- Track expense between multiple people
- Day start and day end cash in hand
- Debit/credit system (if someone asks for some money, than you can put that to your account as well)
- Automatic calculation of total amount of money in hand
- Group:
- you can remove people of group from a particular entry if they are not involved in that entry
- Create groups and add people to it
- when creating a new entry with group, app will automatically add the users in group to that entry
- when new person is added to the group, he/she will be only added when he accepts the invite
- on leaving the group, group admin will approve first that he can leave the group
- between 2 people:
- when a person is creating a entry that he paid to another person than the other person will be notified and he can accept or reject the entry, weather he is paid or not
### Future releases 🚀
- You can set daily budget and app will notify you when you are going to exceed your budget
- show average daily spend
- Manage budget of trips
(if you are going to a trip with your friends than you can create a new trip and add people to it.
each person can add their budget for the trip and you will see that. you can plan your trips according to your budget and while spending on the trip you can also keep record of who spent how much and also see how much money is left. and remaining money can be divider among the people who are in the trip).
- Auto adjust money between people (if 2 people are together and one person spent 30rs one time and another spend 20 next time than app will automatically adjust that only 10rs is left to be paid by the person who spend 20rs)
## Discord
Calling all coding enthusiasts! If you want to be a part of our ongoing project, Maya, and other upcoming projects in the near future, join our server. Whether you want to contribute or become an official member of the server, we invite you to join us! Discord link: **[Discord](https://discord.com/invite/A2GdYbwAnw)**
## Docs
All the docs for each project are present in their respective directories in `docs` folder
## Setting up the development environment
### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [Docker](https://www.docker.com/) (optional)
### Installation
#### Manually
1. Create a PostgreSQL database for the project.
2. You will need to create a `.env` file in the root of the project. You can copy the `.env.example` file and rename it to `.env`.
> make sure update the environment variables based on your needs.
3. Create database migrations by running
```bash
yarn prisma:migrate
```
4. Generate the prisma client by running
```bash
yarn prisma:generate
```
5. Run the server by using
```bash
yarn start:dev
```
#### Docker
1. Use the `docker-compose.yml` file to start the server and postgreSQL containers.
2. You will need to create a `.env` file in the root of the project. You can copy the `.env.example` file and rename it to `.env`.
> make sure update the environment variables based on your needs.
3. Run the containers by using
```bash
docker-compose up
```
### [Postman collection](https://tinyurl.com/5ay7mh8s)
You can use this postman collection to test the api
### [Database design](https://tinyurl.com/2cz8mf74)
> :warning:
> This database design is will be updated in future based on different needs

## Technologies
- [Node.js](https://nodejs.org/en/)
- [Nest.js](https://nestjs.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [Prisma](https://www.prisma.io/)
- [TypeScript](https://www.typescriptlang.org/)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AdityaaPant"><img src="https://avatars.githubusercontent.com/u/128887705?v=4?s=70" width="70px;" alt="Aditya Pant"/><br /><sub><b>Aditya Pant</b></sub></a><br /><a href="#design-adityaapant" title="Design">🎨</a> <a href="https://github.com/maya-manager/server/commits?author=adityaapant" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Vanshhemu"><img src="https://avatars.githubusercontent.com/u/134847830?v=4?s=70" width="70px;" alt="Vanshhemu"/><br /><sub><b>Vanshhemu</b></sub></a><br /><a href="#design-Vanshhemu" title="Design">🎨</a> <a href="https://github.com/maya-manager/server/commits?author=Vanshhemu" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DanielXing1103"><img src="https://avatars.githubusercontent.com/u/112993709?v=4?s=70" width="70px;" alt="DanielXing1103"/><br /><sub><b>DanielXing1103</b></sub></a><br /><a href="https://github.com/maya-manager/server/commits?author=DanielXing1103" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BitOfAByte"><img src="https://avatars.githubusercontent.com/u/40370496?v=4?s=70" width="70px;" alt="Toby"/><br /><sub><b>Toby</b></sub></a><br /><a href="https://github.com/maya-manager/server/commits?author=BitOfAByte" title="Code">💻</a></td>
</tr>
</tbody>
<tfoot>
<tr>
<td align="center" size="13px" colspan="7">
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
</img>
</td>
</tr>
</tfoot>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
| App to manage your pocket money and keep track of your expenses and account between multiple people | docker,express,maya,nodejs,postgresql,sql,api,javascript,rest,rest-api | 2023-05-13T10:16:18Z | 2023-09-25T14:59:52Z | null | 7 | 216 | 209 | 3 | 5 | 16 | null | MIT | TypeScript |
aleixfortm/storymous | main | <p align="center">
<img src="https://github.com/aleixfortm/storymous/assets/95043218/97013ee7-c787-4587-adfe-6650a9c29f3b" alt="storymous_tree" width="800" height="auto">
</p>
### **<p align="center">Storymous</p>**
<p align="center"><strong>Unique social media platform centered around storytelling where users are empowered to start and continue existing stories dynamically through a chapter-based system. </strong><br><br> With the creation of branching storylines, captivating narratives unfold, offering readers the ability to shape their own journey.</p>
### **<p align="center">[](https://www.storymous.com) </p>**
## Preview
### **<p align="center">Explore stories form the community</p>**
<p align="center">
<img src="https://github.com/aleixfortm/storymous/assets/95043218/d441cf3e-439f-4f36-ba2b-e28898ff3b86" alt="storymous_tree" width="600" height="auto">
</p>
### **<p align="center">Log in and start contributing</p>**
<p align="center">
<img src="https://github.com/aleixfortm/storymous/assets/95043218/3038c64c-6fe9-4a9f-af7b-00cd76300acc" alt="storymous_tree" width="600" height="auto">
</p>
### **<p align="center">Check out user profiles</p>**
<p align="center">
<img src="https://github.com/aleixfortm/storymous/assets/95043218/f918dc52-d4dd-42bb-99ea-92cbd6a52761" alt="storymous_tree" width="600" height="auto">
</p>
### **<p align="center">Start a new story yourself</p>**
<p align="center">
<img src="https://github.com/aleixfortm/storymous/assets/95043218/309d5406-f33e-4f4c-825d-2131d1f4d362" alt="storymous_tree" width="600" height="auto">
</p>
### **<p align="center">Mount and unmount chapters to shape a storyline</p>**
<p align="center">
<img src="https://github.com/aleixfortm/storymous/assets/95043218/8c955ed8-d1bc-49e9-be58-32926fdbd91b" alt="storymous_tree" width="600" height="auto">
</p>
## Features
- 🌍 Browse stories from the community
- 🌟 Start new stories
- 📚 Continue stories via a chapter-based system
- 📈 Comment on stories and express your thoughts
- 🙌 Check out user profiles
- 🎈 Customize your profile with color schemes, pictures and more
- 🧩 Beautifully themed on sci-fi pixel art
- 📱 Fully responsive design that gently adapts to any screen
- 🔥 More to come!
## Roadmap
- [x] Welcome page
- [x] Explore feed
- [x] Welcome message
- [x] Home page
- [x] Latest / Following feed selector
- [x] Top section
- [x] Top image
- [x] General stats section
- [x] Most visited stories
- [x] Most popular authors
- [x] Start new story option
- [x] Theme
- [x] Huge amount of cool astronauts
- [x] Story tree as storymous logo
- [x] Pixel art themed site
- [x] Following color patterns across components
- [x] User profiles
- [x] Visiting user profiles
- [x] Check profile stats (Following, Followers, Posts)
- [x] User bio
- [x] Following and unfollowing user
- [x] Profile color scheme (border of user profile box)
- [x] User settings if user owner
- [x] Changing profile picture
- [x] Changing bio
- [x] Changing profile color scheme
- [x] User posts feed
- [x] Responsive user profile box
- [x] Specific data visualization upon stat hover (e.g. show name of followers)
- [x] Story page
- [x] Includes prologue
- [x] Option to mount chapters on current storyline
- [x] Option to write new chapter on current storyline
- [x] Option to write comment on story post
- [x] Comments and continued chapters feed
- [x] Option for filtering comments / continued stories
## Known bugs
- [x] <code>Solved!</code> Routing client to the same component (same URL) but with different URL param will not reload data and page will not update. Solved by passing <code>:key="router.params.id"</code> prop to router-view on App.vue
- [x] <code>Solved!</code> Feed stories display only a section of the content (substring of the whole text). However, when inside the story page, it should display the whole text, and still displays de substring.
- [x] <code>Solved!</code> Trying to visit own profile when in some other user's profile will bug the data and display stats incorrectly. Needs some sort of component refresh, as the component is the same but with different data.
- [x] <code>Solved!</code> Switching to "following" feed before "latest" feed finishes loading causes a bug in which all retrieved data is lost. Needs page refresh to solve and reload posts.
- [x] <code>Solved!</code> Following feed appears as if user is not following anybody after log in. That, however, does not happen after refreshing page or navigating to other routes and coming back to feed.
- [x] <code>Solved!</code> Posting comments broken when at least one chapter has been mounted to the story.
- [x] <code>Solved!</code> If JWT token expires, user will still be able to be logged in, but requests to API won't work. Solve by checking expiration status of JWT on every request and log out if expired.
- [x] <code>Solved!</code> User profile box is not fully responsive, and screens smaller than 400px display a bit eerie. Not urgent fix.
## License
This project is licensed under the Apache License - read the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.
| Storybuilding-centered social media platform with a chapter-based system that allows users to dynamically start and continue stories | javascript,vuejs,flask,python,mongodb | 2023-04-30T18:05:07Z | 2023-10-14T13:33:48Z | null | 1 | 7 | 647 | 0 | 0 | 16 | null | Apache-2.0 | Vue |
python019/landing-page-concept-using-gsap | main | <div align="center">
# Landing Page Concept Using Gsap | Crimson
<img src="admin/base.png">
### by <a href="https://github.com/python019">SUBUX</a>
</div> | Landing Page Concept Using Gsap | Crimson | gsap,crimsonweb,css,html,javascript,subux | 2023-04-30T07:24:35Z | 2023-04-30T07:23:26Z | null | 1 | 0 | 1 | 0 | 1 | 16 | null | null | JavaScript |
visualdenniss/dev-resources | main | null | Compilation of useful resources for frontend web developers. | css,frontend,frontendmentor,frontendmentor-challenge,html,javascript | 2023-05-03T20:21:50Z | 2023-07-18T12:33:34Z | null | 8 | 11 | 63 | 6 | 12 | 16 | null | null | null |
hafiz1379/1st-module-capstone-project | main | <a name="readme-top"></a>
<div align="center">
<img src="./77.png" alt="logo" width="140" height="auto" />
<br/>
<h3><b>FIFA World Cup 2022</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Portfolio Desktop Version <a name="about-project"></a>
> This is my First Capstone project! created it by using HTML, CSS and JavaScript.
## 🛠 Built With <a name="built-with"></a>
1- HTML
2- CSS
3- Linters
4- JavaScript
### 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>
- **Responsive**
- **GitHub WorkFlow**
- **Grid and Flexbox**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
This is the [live demo link](https://hafiz1379.github.io/1st-module-capstone-project/)
In this [video](https://www.loom.com/share/f182cd06a0ac474894bea04a1d6978ec) I share a live view of my project while also talking about the creation
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
>
### Prerequisites
In order to run this project you need:
1. Web browser.
2. Code editor.
3. Git-smc.
### Setup
Clone this repository to your desired folder:
Run this command:
```sh
cd my-folder
git clone https://github.com/hafiz1379/Hello-Microverse.git
```
### Install
Install this project with:
Run command:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
Open index.html using live server extension.
### Run tests
To run tests, run the following command:
> Coming soon
### Deployment
You can deploy this project using:
> Coming soon
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
Hafizullah Rasa
👤 **Hafizullah Rasa**
- GitHub: [@githubhandle](https://github.com/hafiz1379)
- Twitter: [@twitterhandle](https://twitter.com/Hafizrasa1379?s=35)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hafizullah-rasa-8436a1257/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- Creating all the remaining sites
- Adding more functionality
<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 just 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 Microverse to have this opportunity, and also thank you the code review team.
Original design idea by [Cindy Shin in Behance](https://www.behance.net/adagio07).
The original design is under [Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/).
Multimedia and content changes were made in this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<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> | Introducing my first Microverse capstone project, a dynamic web application built with HTML, CSS, and JavaScript. Experience an immersive and interactive platform that showcases my coding skills and creativity. Explore the project's features and design as I embark on my journey as a software developer. | css,html5,javascript | 2023-04-25T05:05:14Z | 2023-05-13T09:46:19Z | null | 1 | 1 | 64 | 0 | 0 | 16 | null | MIT | HTML |
thouseef-hamza/E-Commerce | main | null | Project Name Game Py .This is a website of games selling ,pc and its accessories | aws-ec2,aws-s3,bootstrap5,css3,django,html5,javascript,nginx,postgresql,python3 | 2023-05-10T08:42:38Z | 2023-06-20T14:33:19Z | null | 1 | 0 | 67 | 0 | 1 | 16 | null | null | Python |
XJingWei/imitation-xiaohongshu-app | master | # 仿小红书-社区/论坛APP
#### 介绍
- 一款基于小红书社区/论坛交友系统APP,支持安卓、苹果、小程序、H5端多端适配。前端uniapp跨平台编译,后端使用SpringBoot微服务架构。可自由修改为其他行业内容。
- 社区做了快5年了,目前你能想到的社区/论坛该有的功能大部分已经具备。
- 具备特点:社区(图文、视频发布、文章、话题、圈子、问答、附近、点赞、评论、关注、IM即时通讯、积分模块、头像挂件、VIP会员、消息推送通知、商城 等等)
#### 项目演示
- 管理端: https://www.chongyou.info
- 扫码体验线上APP效果
<table>
<thead>
<tr>
<th>商用源码购买</th>
<th>APP端(安卓\苹果APP)</th>
<th>手机H5端</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center" valign="middle">
<img width="140px" src="https://i.imgtg.com/2023/05/15/OM1jLN.jpg">
</td>
<td align="center" valign="middle">
<img width="140px" src="https://foruda.gitee.com/images/1684142126149798124/88f0e045_911913.png">
</td>
<td align="center" valign="middle">
<img width="140px" src="https://foruda.gitee.com/images/1684134206751570898/093ee2ae_911913.png">
</td>
</tr>
<tr></tr>
</tbody>
</table>
#### 相关链接
- 官网:https://www.chongyou.info
- 项目演示:https://www.pgyer.com/uOdq
- 详细功能说明:https://www.yuque.com/ecvnlg/bi6m7t
#### 软件架构

- 前端使用uni-app开发, uni-app 是一个使用 Vue.js 开发所有前端应用的框架。
- 开发者编写一套代码,可发布到iOS、Android、H5、以及各种小程序(微信/支付宝/抖音/QQ)等多个平台。
- 后端:SpringBoot微服务架构
- 数据库:MySql、Redis、ES
#### 项目截图

#### 功能介绍
```
部分功能介绍:
1.发现
搜索:用于搜索平台(用户、宠物、话题、文章等),可保留最近搜索记录;
海报:首页头部可轮播多张海报循环展示用于互动或广告位;
动态列表:按一定计算权重(点赞、评论、阅读、时间)排名推荐算法展示用户发布的动态信息;
2.关注
关注列表:展示所关注的用户近期发布的动态信息
关注用户:用户可自行关注自己喜欢的用户达到互动模式
推荐关注:系统会按算法不重复模式推荐给可关注用户列表
3.附近人
地图:用户授权位置信息后,其他人可在系统内查看附近2km内其他用户所在位置,便于用户之间互相知道附近的用户群体
用户信息:可点击地图用户头像显示用户信息
4.话题内容
热门圈子:用户发布信息最热的2个话题圈显示(头像、加入人数、名称)
推荐圈子:按照圈子内容数排名展示圈子列表信息
我加入的圈子:用户可自行加入自己喜欢的圈子进行互动
话题详情:展示该话题内所有用户发布的信息列表
5.圈子
创建圈子:名称、ioc图标、banner背景图、介绍、成员称呼
圈主管理:内容置顶、内容屏蔽、公告、删除内容、拉黑用户等
圈子操作:加入/退出圈子,圈子内容发布动态图文、文章
6.发布
每条动态信息可以选择(宠物、话题、位置)功能。并有图片文字内容AI自动审核(防止不良信息出现),自动审核不收取而外费用!
图片心得:可选择最多9张图片,1千字文字发布宠物信息
短视频:15内段视频上传发布可配文字话题位置
长图文:又称文章需要用户达到一定等级才可发布保证系统内容质量(可调)
7.消息
互动消息:用户收到的其他人点赞评论内容会以图文形式展示可点击查看查看详情
关注:新增关注人数列表
通知公告:由后台发布对所有用户通知信息
8.我的
签到:每天签到按阶梯获罐头数可后台配置
基本信息:显示该用户关注、粉丝、动态、获赞数,魅力值(经验值)、罐头数
侵权上报:用户可上报内容侵权后台可对内容进行二次审核
客服:在线客服功能可在微信进行对话聊天
官V认证:后台对用户进行官V认证功能,该用户发布的所有内容头像都会显示小v图标
9.积分管理
兑换:可在后台设置商品和对于条件用户进行兑换达到营销目的
我的积分:可查看自己获得罐头记录详情和消耗明细
赚积分:注册、设置手机号、创建宠物、签到、点赞、评论等操作都可以获得相应的罐头克数,后台可配置管理
10.动态
详情:显示该动态图片、视频、文字、表情发布时间
点赞列表:按点赞时间显示点赞人头像信息
评论列表:评论列表仿今日头条方式显示每条用户评论信息
11.宠物管理
创建宠物档案:用户可创建自己的宠物信息包括(头像、名称、品种、生日、体重、相亲、绝育等)信息便于其他人查看交友、相亲等
宠物列表:可添加多个宠物展示列表显示
宠物详情:显示宠物基本信息和绑定动态以时间轴形式显示
宠物相册:每次发布动态内容图片会自动保存在该宠物相册中便于查看
12.互动
每种交互方式都会产生罐头作为奖励给用户(后台可配置)
投食:每天可对自己喜欢的宠物进行投食并不消耗自己的罐头,该宠物可获得响应克数罐头
关注:用户可关注人、宠物形式可在列表中查看
点赞:动态、文章、评论点赞等
评论:动态、文章、评论回复等
上述只是冰山一角
```
| 仿小红书社交APP,springboot微服务机构,支持安卓、苹果、小程序、H5端多端适配。前端uniapp跨平台编译。 具备:图文、视频发布、文章、话题、圈子、问答、附近、点赞、评论、关注、IM即时通讯、积分模块、头像挂件、VIP会员、消息推送通知、商城等模块 | java,javascript,springboot,uniapp,vue | 2023-05-15T11:16:48Z | 2023-05-15T11:25:16Z | null | 1 | 0 | 10 | 0 | 4 | 16 | null | MulanPSL-2.0 | Java |
ViktorSvertoka/codewars | main | # CODEWARS ⚔️ and other javascript tasks
| I will solve problems with codewards in this repository ⚔️ | codewars,css,gitignore,html,javascript,prettier,readme,ukraine | 2023-04-29T20:18:15Z | 2024-02-03T20:21:28Z | null | 3 | 152 | 349 | 0 | 0 | 15 | null | null | JavaScript |
ATX735/KuanHu | main |
<p align="center"><a href="https://microsoftedge.microsoft.com/addons/detail/宽乎/hmindbfdihniclppncnibofigclijheb" target="_blank" rel="noreferrer noopener"><img width="200" src="https://raw.githubusercontent.com/ATX735/ATX735.github.io/main/IMG_Storage/202305131828329.png"></a></p>
<p align="center">宽乎,更宽敞的知乎~</p>
------
“宽乎”浏览器插件目前已上架Edge扩展商店,可访问[宽乎 - Microsoft Edge Extension](https://microsoftedge.microsoft.com/addons/detail/宽乎/hmindbfdihniclppncnibofigclijheb)获取(白嫖)本插件。
欢迎在本仓库的Issue中提出改进建议或提出PR~

## 简介
“宽乎”浏览器插件让用户能够自定义改变知乎显示内容的宽度,使得一行能够显示更多的文字,提高阅读效率,宽屏用户的福音~
插件会在知乎页面加载时将CSS注入到页面中,覆盖默认的CSS,实现自定义控制样式。
如需自定义调节宽度,可以点击插件图标,拖动页面中的滑块改数值,从而改变知乎页面的样式。
<img src="https://raw.githubusercontent.com/ATX735/ATX735.github.io/main/IMG_Storage/202304241101938.png" alt="image-20230424110124899" style="zoom: 80%;" />


| “宽乎”浏览器插件,自定义知乎内容展示区域宽度 | addon,chrome-extension,plugin,edge-extension,css,javascript | 2023-04-24T02:45:37Z | 2023-05-21T04:47:01Z | 2023-05-21T04:33:09Z | 1 | 0 | 14 | 1 | 0 | 15 | null | null | JavaScript |
jsplumb/jsplumbtoolkit-applications | main | # NOTE
As of April 2024 this repository is being archived. We're now serving starter apps and feature demonstrations from the [https://github.com/jsplumb-demonstrations](https://github.com/jsplumb-demonstrations) organisation, since it's easier for people to clone individual apps or demos that way, and we can make incremental changes to individual apps/demos without affecting the whole repo.
# jsplumbtoolkit-applications
Starter applications and feature demos built with the jsPlumb Toolkit. Starter applications are fully featured apps and most of them come in Vanilla JS, Angular, Vue 2, Vue 3, React and Svelte versions. Feature demonstrations are smaller demos that are focused on some specific aspect of the Toolkit's functionality, and do not use one of the library integrations, but the concepts are easily ported to an app that does use Angular etc.
Some feature demos are provided in a number of different versions - ES5, ES6 and Typescript. The versions available vary between the demos.
## Requirements
You'll need to be a licensee or evaluator of the [jsPlumb Toolkit](https://jsplumbtoolkit.com) to use the applications in this repository.
If you are not a licensee or an evaluator, you can request an evaluation of the Toolkit [on our site](https://jsplumbtoolkit.com/trial).
### Evaluators
If you are an evaluator and you are accessing the starter apps and feature demos from your evaluation bundle, the Toolkit packages were delivered in the bundle and are referenced via `file:..` urls. You can also access the Toolkit packages via our NPM repository, instructions for which can be found [here](https://docs.jsplumbtoolkit.com/toolkit/6.x/lib/npm-repository).
### Licensees
Licensees who are logged in to our NPM repository can skip to installation at this point. If you are a licensee but you are not logged in to our NPM repository, you will either need to login to our repository (instructions for which can be found [here](https://docs.jsplumbtoolkit.com/toolkit/6.x/lib/npm-repository)), or provision the Toolkit packages via your own NPM repository, or local files.
## Installation
`package.json` contains targets for installing dependencies for each library integration separately, or all at once:
```bash
npm run install
npm run install:vanilla
npm run install:angular
npm run install:react
npm run install:vue2
npm run install:vue3
npm run install:svelte
```
## Building
`package.json` contains targets for building some given version of the apps (of all the apps and feature demos):
```bash
npm run build:vanilla
npm run build:angular
npm run build:react
npm run build:vue2
npm run build:vue3
npm run build:svelte
```
but you can also build one individually, for instance to build the vanilla JS Flowchart Builder starter application:
```
cd apps/flowchart-builder/vanilla
npm run build
```
## Serving apps
Each app can be run via npm, the command varying depending on the library integration:
#### Angular
`npm run start`
#### React
`npm run start`
#### Vue 2 / Vue 3
`npm run preview`
#### Svelte
`npm run start`
#### Vanilla
`npm run serve`
## Starter Apps
### Chatbot
[https://jsplumbtoolkit.com/demonstrations/chatbot](https://jsplumbtoolkit.com/demonstrations/chatbot)
Use the Toolkit to build a chatbot flow, with actions, messages, input and choices. Angular, Vue 2, Vue 3, React and Svelte versions available.
### Flowchart Builder
[https://jsplumbtoolkit.com/demonstrations/flowchart-builder](https://jsplumbtoolkit.com/demonstrations/flowchart-builder)
Fully featured flowchart builder for you to use as a base for your own apps. Includes support for custom shapes, edge routing, node resizing, and SVG/PNG/JPG export. Angular, Vue 2, Vue 3, React and Svelte versions available.
### Schema Builder
[https://jsplumbtoolkit.com/demonstrations/schema-builder](https://jsplumbtoolkit.com/demonstrations/schema-builder)
Includes support for tables, views, multiple columns types, and column relationships. Easily extensible. Angular, Vue 2, Vue 3 and React versions available.
### Org chart
[https://jsplumbtoolkit.com/demonstrations/orgchart](https://jsplumbtoolkit.com/demonstrations/orgchart)
The Toolkit makes it simple to build interactive org charts. This starter app uses the classic org chart layout and provides an inspector from which the user can navigate around. Angular, Vue 2, Vue 3 and React versions available.
### Mindmap Builder
[https://jsplumbtoolkit.com/demonstrations/mindmap-builder](https://jsplumbtoolkit.com/demonstrations/mindmap-builder)
Simple mindmap builder, highlighting several advanced features the Toolkit offers, such as custom layouts, parsers and exporters
### Hello World
This app is designed to give you a basic starter app from which you can build your own, without any of the bells and whistles included in our other starter apps.
| Starter applications and feature demonstrations built with the jsPlumb Toolkit | angular,diagram,flowchart,javascript,react,svelte,typescript,visualization,vue | 2023-05-12T04:03:35Z | 2024-04-08T01:25:08Z | null | 1 | 0 | 287 | 2 | 4 | 15 | null | null | JavaScript |
RichKMLS/Old-Reddit-Redirect | main | # Old Reddit Redirect
This is a user script that automatically redirects you to old.reddit.com when you visit any reddit.com page. It works on any browser that supports user scripts, such as Tampermonkey or Greasemonkey.
## Why use this script?
Some users may prefer the old reddit design for various reasons, such as simplicity, familiarity, or performance. This script saves you the hassle of manually changing the URL.
## How to use this script?
1. To use this script, you need to install a browser extension that allows you to run custom JavaScript code on any website. Some examples are Tampermonkey, Greasemonkey, or Violentmonkey.
2. After installing the extension, create a new script and copy the code from this repository into it. Save and activate the script.
3. Enjoy browsing old reddit!
## Feedback and support
If you have any issues, suggestions, or questions about this script, please feel free to [open an issue](https://github.com/richkmls/old-reddit-redirect/issues)
| Tampermonkey script to automatically redirect you to old.reddit.com | javascript,old-reddit,reddit,tampermonkey,tampermonkey-userscript,url-redirect,new-reddit,old-reddit-redirect | 2023-04-27T00:14:52Z | 2023-12-15T22:42:06Z | null | 2 | 1 | 13 | 1 | 9 | 15 | null | GPL-3.0 | JavaScript |
futzumi/Kahoot-Hack | main | ## Tutorial
- Copy the contents of bookmarklet.js
- Paste them into your bookmarks bar
- Enter a kahoot game
- Click the added bookmark for the hack
- Follow the directions given from there
- THE ANSWER WILL HAVE ROUNDED CORNERS
## Coming Soon
- All Answers Correct
- Give me ideas
| The one and only working Kahoot answer hack | answer,cheats,hack,javascript,kahoot,kahoot-answers,kahoot-hack,script,futzumi,blooket | 2023-05-14T18:24:58Z | 2023-05-21T01:58:48Z | null | 1 | 0 | 7 | 2 | 2 | 15 | null | null | null |
scmmishra/pico-search | main | <div align="center">
<br>
<br>
<p>
<img src=".github/mascot.png" style="height: 150px;">
<h1>pico-search</h1>
</p>
<br>
<br>
 
<br>


</div>
PicoSearch is a lightweight fuzzy search JavaScript library that provides developers with an easy-to-use, efficient way to perform fuzzy searches on arrays of objects. It uses the Jaro-Winkler distance algorithm, and allows for weighting of search keys. PicoSearch is designed to be simple to use and integrate into any project, making it an excellent choice for developers looking for a fast, lightweight search solution.
[Try on CodeSandbox](https://codesandbox.io/s/picosearch-demo-i79btf)
## Installation
```sh
pnpm install @scmmishra/pico-search
```
```sh
npm install @scmmishra/pico-search
```
```sh
yarn add @scmmishra/pico-search
```
## Usage
PicoSearch exposes a single function: `picoSearch()`. This function takes an array of objects, a search term, an array of keys to search against, and an optional algorithm argument. It returns an array of objects that match the search term. You can find the [typedoc here](https://paka.dev/npm/@scmmishra/pico-search/api)
```typescript
import { picoSearch } from "picosearch";
interface Person {
name: string;
age: number;
}
const people: Person[] = [
{ name: "Alice", age: 25 },
{ name: "Bob", age: 30 },
{ name: "Charlie", age: 35 },
{ name: "David", age: 40 },
];
const searchTerm = "ali";
const keys = ["name"];
const results = picoSearch(people, searchTerm, keys);
console.log(results); // [{ name: "Alice", age: 25 }]
```
## Options
### Weighted Keys
By default, all keys passed to `picoSearch()` are weighted equally. You can specify a weight for a specific key by passing an object with `name` and `weight` properties instead of a string in the `keys` array.
```typescript
const keys = [{ name: "name", weight: 2 }, "age"];
```
Weights are relative, so a key with a weight of 2 will be considered twice as important as a key with a weight of 1.
### Minimum Distance Threshold
PicoSearch includes a minimum distance threshold to filter out results that are too far from the search term. The default threshold is 0.8, but you can adjust it by changing the value in the if statement at the end of the loop that processes each object.
```typescript
const results = picoSearch(people, searchTerm, keys, {
threshold: 0.5,
});
```
## Acknowledgements
PicoSearch uses the Jaro-Winkler distance algorithm which was developed by William E. Winkler and Matthew Jaro.
## License
PicoSearch is released under the MIT License. See LICENSE for details.
| A pico sized (~ 1kb) typo-tolerant word matching library | jaro-winkler,javascript,lightweight-fuzzy-search,search,pico-search,typescript | 2023-04-24T15:51:05Z | 2024-01-08T09:51:12Z | 2023-06-03T10:15:06Z | 1 | 11 | 103 | 4 | 1 | 15 | null | MIT | TypeScript |
bagussatoto/Ucapan-Lebaran-2024 | main | null | Untuk Teman Saya yang jauh,saya dan keluarga mengucapkan selamat hari raya idul fitri 1445 H/ 2024 M | html,lebaran,css,html5,javascript | 2023-04-23T00:17:43Z | 2024-04-08T15:06:41Z | 2024-04-08T15:06:41Z | 1 | 9 | 33 | 1 | 1 | 15 | null | null | CSS |
PepeGonzale/nuxt3-auth-jwt-example | master | # Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
```
## Development Server
Start the development server on `http://localhost:3000`
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
| Authentication system using Nuxt3 and jsonwebtokens. | nuxt3,typescript,jsonwebtoken,tailwindcss,nuxt,auth,open-source,javascript,vue | 2023-04-28T15:17:53Z | 2023-07-28T14:38:04Z | null | 1 | 0 | 16 | 0 | 2 | 15 | null | null | TypeScript |
NitBravoA92/portfolio-setup-and-mobile-first | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Portfolio Website</b></h3>
</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)
# 📖 Portfolio Website <a name="about-project"></a>
**Portfolio Website** is a project made with HTML, CSS and Javascript, which consists of the mobile and desktop design of a Professional Web Portfolio. This project is focused on testing the skills for web layout using the mobile-first approach.
The following link is a video presentation of the project. In this video I explained the details of the project, the main sections, the challenges and contributions that the project left in me. You will also be able to learn about what the future of the project will be.
- [Presentation of the Project](https://www.loom.com/share/10a78a3677ad4b28b10a114cba3d1aa2)
The following link is a video presentation of the project. In this video I explained the details of the project, the main sections, the challenges and contributions that the project left in me. You will also be able to learn about what the future of the project will be.
- [Presentation of the Project](https://www.loom.com/share/10a78a3677ad4b28b10a114cba3d1aa2)
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://webhint.io/">Webhint.io</a></li>
<li><a href="https://stylelint.io/">Stylelint.io</a></li>
<li><a href="https://eslint.org/">ESlint.org</a></li>
<li><a href="https://nodejs.org">Node.js</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Responsive Design**
- **Support for all Browsers**
- **SEO Friendly**
- **Use of semantic HTML in the code structure**
- **Combination of the Grid and Flexbox system to build the layout**
- **Client side form Validations**
- **Form data preserve in local storage to improve user experience**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
To see the project working live, you can click on the following link that contains the demo version:
- [Live Demo Link](https://nitbravoa92.github.io/portfolio-setup-and-mobile-first)
<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.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder-name
git clone git@github.com:NitBravoA92/portfolio-setup-and-mobile-first.git
```
### Prerequisites
In order to install, modify and run this project, it is necessary to have the following applications installed:
- **Git:** to manage the project versions of source code. [You can Download Git here](https://git-scm.com/)
- **Nodejs and NPM:** to install and manage the project dependencies. [Nodejs and NPM installation guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- **A code editor** like Visual Studio Code (Recommended) or any other of your preference. It is necessary to open the project and add or modify the source code. [You can Download Visual Studio Code here](https://code.visualstudio.com/)
It is also important to have at least basic knowledge of HTML, CSS and Javascript languages, so you will be able to understand and work with the html and css code of the project.
- [Learn the basics of HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [Semantic HTML: What It Is and How to Use It Correctly](https://www.semrush.com/blog/semantic-html5-guide/)
- [Learn the basics of CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [Basic concepts of flexbox](https://developer.mozilla.org/es/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox)
- [Learn flexbox playing with FROGGY](https://flexboxfroggy.com/)
- [A Complete Guide to CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid/)
- [Web forms — Working with user data](https://developer.mozilla.org/en-US/docs/Learn/Forms)
- [The HTML5 input types](https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types)
- [Client-side form validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
- [JavaScript basics](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics)
- [JavaScript Tutorial](https://www.w3schools.com/js/)
- [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model)
- [JavaScript Forms](https://www.w3schools.com/js/js_validation.asp)
- [JavaScript Form Validation](https://www.javatpoint.com/javascript-form-validation)
- [Window: localStorage property](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
### Install
Install this project by running the next command into your project folder:
```sh
npm install
```
### Usage
Open the HTML, CSS or Javascript files and modify the internal code and then run the following command:
```sh
npx run .
npx stylelint "**/*.{css,scss}"
npx eslint .
```
This will show you a log with details about errors (if any) and changes that would be necessary to solve those errors and improve the code.
**Note**: Please only modify the HTML, CSS and Javascript files. Do not modify the configuration files of the project.
## 👥 Authors <a name="authors"></a>
👤 **Nitcelis Bravo**
- GitHub: [Nitcelis Bravo](https://github.com/NitBravoA92)
- Twitter: [@softwareDevOne](https://twitter.com/softwareDevOne)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nitcelis-bravo-alcala-b65340158)
👤 **Syeda Masuma Fatima**
- GitHub: [@MasumaJaffery](https://github.com/MasumaJaffery)
- Twitter: [@MasumaJaffery](https://twitter.com/MasumaJaffery)
- LinkedIn: [Masuma Jaffery](https://www.linkedin.com/in/masuma-jaffery-797a29256/)
👤 **Kenneth Agyare Kissi**
- GitHub: [@over-geek](https://github.com/over-geek)
- Twitter: [@KissiKenneth](https://twitter.com/KissiKenneth)
- LinkedIn: [Kenneth Agyare Kissi](https://www.linkedin.com/in/kenneth-agyare-kissi-673a01186/)
👤 **Luis Renan Pavanello**
- GitHub: [@luisrpavanelli](https://github.com/luisrpavanelli)
- Twitter: [@luisrpavanello](https://twitter.com/luisrpavanello)
- LinkedIn: [Luis Pavanello](https://www.linkedin.com/in/luisrpavanello/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [x] **Create the mobile version of a new section to list all portfolio Projects**
- [x] **Create the mobile version of the contact section**
- [x] **Create the desktop version of the webpage**
- [x] **Create animations for some elements of the web page with css**
- [x] **Create the mobile navigation menu**
- [x] **Create the mobile version of a popup window to show the details of a project**
- [x] **Create the desktop version of a popup window to show the details of a project**
- [x] **Add validations to the contact form using Javascript to optimize functionality**
- [x] **Implement the persistence of Works section data using Local storage**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, suggestions and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
To do Contributions, please fork this repository, create a new branch and then create a Pull Request from your branch. You can find detailed description of this process in: [A Step by Step Guide to Making Your First GitHub Contribution by Brandon Morelli](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you liked this project, give me a "Star" (clicking the star button at the beginning of this page), share this repo with your developer community or make your contributions.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank my Microverse teammates for their support. They have supported me a lot in carrying out this project, giving me suggestions, good advice and solving my code doubts.
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project consists of the design of a Personal Portfolio using HTML, CSS and Javascript, applying the Mobile first approach. | css-grid,css3,html,javascript | 2023-04-27T16:36:16Z | 2024-01-04T03:32:24Z | null | 4 | 16 | 204 | 0 | 1 | 14 | null | MIT | CSS |
tanaikech/UtlApp | master | # UtlApp
<a name="top"></a>
[MIT License](LICENCE)
<a name="overview"></a>
# Overview
This is a Google Apps Script library including useful scripts for supporting to development of applications by Google Apps Script. In the current stage, the 3 categories "For array processing", "For binary processing", and "For string processing" are included in this library.

<a name="description"></a>
# Description
When I create applications using Google Apps Script, there are useful scripts for often use. At that time, I thought that when those scripts can be simply used, they will be useful not only to me but also to other users. From this motivation, I created a Google Apps Script library including those scripts. But, I have been using these useful scripts only in my development before.
I sometimes answer questions related to Google Apps Script at Stackoverflow. From my experience that I have answered those questions, I also added useful scripts, that I believe, in the library. Some of these scripts will be also the direct answer to the questions. If this was useful for your situation, I'm glad.
# Policy of this library
**The policy of this library is not to use any scopes.**
# Library's project key
```
1idMI9-WtPMbYvbK5D7KH2_GWh62Dny9RG8NzjwjHI5whGIAPXEtTJmeC
```
<a name="usage"></a>
# Usage
## 1. Install library
In order to use this library, please install the library as follows.
1. Create a GAS project.
- You can use this library for the GAS project of both the standalone type and the container-bound script type.
1. [Install this library](https://developers.google.com/apps-script/guides/libraries).
- Library's project key is **`1idMI9-WtPMbYvbK5D7KH2_GWh62Dny9RG8NzjwjHI5whGIAPXEtTJmeC`**.
# Methods
## For array processing
| Methods | Description |
| :------------------------------------------------ | :------------------------------------------------------------------------------ |
| [is2DimensionalArray](#is2dimensionalarray) | When the inputted array is 2 dimensional array, true is returned. |
| [isUniform2DArray](#isuniform2darray) | When the inputted 2 dimensional array is the uniformed array, true is returned. |
| [uniform2DArray](#uniform2darray) | Make all array in 2 dimensional array uniforming the same length. |
| [transpose](#transpose) | Transpose 2 dimensional array. |
| [splitArray](#splitarray) | Split array every n length. |
| [getSpecificColumns](#getspecificcolumns) | Retrieve the specific columns from 2 dimensional array. |
| [deleteSpecificColumns](#deletespecificcolumns) | Delete specific columns from 2 dimensional array. |
| [insertColumns](#insertcolumns) | Insert columns to 2 dimensional array. |
| [removeDuplicatedValues](#removeduplicatedvalues) | Remove duplicated values from 1 dimensional array. |
| [get1stEmptyRow](#get1stemptyrow) | Retrieve empty row index. |
| [get1stEmptyColumn](#get1stemptycolumn) | Retrieve empty column index. |
| [sum](#sum) | Sum numbers in an array. |
| [compilingNumbers](#compilingnumbers) | Compiling Continuous Numbers using Google Apps Script. |
| [convArrayToObject](#convarraytoobject) | Converting 2 dimensional array to JSON object. |
| [unpivot](#unpivot) | Converting 2-dimensional array as unpivot (reverse pivot). |
| [reverseUnpivot](#reverseunpivot) | Reversing 2-dimensional array with unpivot. |
| [dotProduct](#dotproduct) | Calculate dot product from 2 arrays. |
| [cosineSimilarity](#cosinesimilarity) | Calculate cosine similarity from 2 arrays. |
## For binary processing
| Methods | Description |
| :-------------------------------------------------------- | :----------------------------------------------- |
| [convInt8ArrayToHexAr](#convint8arraytohexar) | Convert Int8Array to hex string array. |
| [convStrToHex](#convstrtohex) | Convert string to hex. |
| [convHexToInt8Ar](#convhextoint8ar) | Convert string to hex. |
| [convInt8ArToStr](#convint8artostr) | Convert Int8Array to string value. |
| [convInt8ArToUint8Ar](#convint8artouint8ar) | Convert Int8Array to Uint8Array. |
| [convUint8ArToInt8Ar](#convuint8artoint8ar) | Convert Uint8Array to Int8Array. |
| [searchIndexFromDataByData](#searchindexfromdatabydata) | Search index from base data using a search data. |
| [splitByteArrayBySearchData](#splitbytearraybysearchdata) | Split byteArray by a search data. |
## For string processing
| Methods | Description |
| :------------------------------------------------------ | :---------------------------------------------------------------------------- |
| [ConvText](#convtext) | Converting text as unicode. |
| [columnLetterToIndex](#columnlettertoindex) | Converting colum letter to column index. Start of column index is 0. |
| [columnIndexToLetter](#columnindextoletter) | Converting colum index to column letter. Start of column index is 0. |
| [convA1NotationToGridRange](#conva1notationtogridrange) | Converting a1Notation to gridrange. This will be useful for using Sheets API. |
| [convGridRangeToA1Notation](#convgridrangetoa1notation) | Converting gridrange to a1Notation. This will be useful for using Sheets API. |
| [addQueryParameters](#addqueryparameters) | This method is used for adding the query parameters to the URL. |
| [parseQueryParameters](#parsequeryparameters) | This method is used for parsing the URL including the query parameters. |
| [expandA1Notations](#expandA1Notations) | This method is used for expanding A1Notations. |
| [consolidateA1Notations](#consolidatea1notations) | This method is used for consolidating the scattered A1Notations. |
| [blobToDataUrl](#blobtodataurl) | This method is used for converting Blob to the data URL. |
## Show document in script editor
When you use this library with the script editor of Google Apps Script, you can see the document of each method by the autocompletion of the script editor. You can see the following demonstration.

# Scripts of all methods
---
## For array processing
<a name="is2dimensionalarray"></a>
### is2DimensionalArray
When the inputted array is 2 dimensional array, true is returned.
````javascript
/**
* ### Description
* When the inputted array is 2 dimensional array, true is returned.
*
* ### Sample script
* ```
* const array1 = ["", [1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const res1 = UtlApp.is2DimensionalArray(array1); // false
*
* const array2 = [[1, 2, 3], [1, 2], [1]];
* const res2 = UtlApp.is2DimensionalArray(array2); // true
* ```
*
* @param {Array} array 2 dimensional array.
* @return {Boolean} When the inputted array is 2 dimensional array, true is returned.
*/
function is2DimensionalArray(array) {
return array.every((r) => Array.isArray(r));
}
````
<a name="isuniform2darray"></a>
### isUniform2DArray
When the inputted 2 dimensional array is the uniformed array, true is returned.
````javascript
/**
* ### Description
* When the inputted 2 dimensional array is the uniformed array, true is returned.
*
* ### Sample script
* ```
* const array1 = [[1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const res1 = UtlApp.isUniform2DArray(array1); // true
*
* const array2 = [[1, 2, 3], [1, 2], [1]];
* const res2 = UtlApp.isUniform2DArray(array2); // false
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Boolean} When the inputted 2 dimensional array is the uniformed array, true is returned.
*/
function isUniform2DArray(array, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
return new Set(array.map((r) => r.length)).size == 1 ? true : false;
}
````
<a name="uniform2darray"></a>
### uniform2DArray
Make all array in 2 dimensional array uniforming the same length.
````javascript
/**
* ### Description
* Make all array in 2 dimensional array uniforming the same length.
*
* ### Sample script
* ```
* const array1 = [[1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const res1 = UtlApp.uniform2DArray(array1);
* console.log(res1); // [ [ 1, 2, 3 ], [ 1, 2, 3 ], [ 1, 2, 3 ] ]
*
* const array2 = [[1, 2, 3], [1, 2], [1]];
* const res2 = UtlApp.uniform2DArray(array2);
* console.log(res2); // [ [ 1, 2, 3 ], [ 1, 2, null ], [ 1, null, null ] ]
* ```
*
* @param {Array} array 2 dimensional array.
* @param {*} empty Value used in the added element. Default is null.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Array} Uniformed array.
*/
function uniform2DArray(array, empty = null, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
const maxLen = Math.max(...array.map((r) => r.length));
return array.map((r) => [...r, ...Array(maxLen - r.length).fill(empty)]);
}
````
<a name="transpose"></a>
### transpose
Transpose 2 dimensional array.
````javascript
/**
* ### Description
* Transpose 2 dimensional array.
*
* ### Sample script
* ```
* const array1 = [[1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const res1 = UtlApp.transpose(array1);
* console.log(res1); // [ [ 1, 1, 1 ], [ 2, 2, 2 ], [ 3, 3, 3 ] ]
*
* const array2 = [[1, 2, 3], [1, 2], [1]];
* const res2 = UtlApp.transpose(array2);
* console.log(res2); // [ [ 1, 1, 1 ], [ 2, 2, null ], [ 3, null, null ] ]
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Array} Transposed array.
*/
function transpose(array, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
return array[0].map((_, col) => array.map((row) => row[col] || null));
}
````
<a name="splitarray"></a>
### splitArray
Split array every n length. [Ref](https://tanaikech.github.io/2022/05/21/splitting-and-processing-an-array-every-n-length-using-google-apps-script/)
````javascript
/**
* ### Description
* Split array every n length.
* Ref: https://tanaikech.github.io/2022/05/21/splitting-and-processing-an-array-every-n-length-using-google-apps-script/
*
* ### Sample script
* ```
* const size = 3;
* const array1 = ["a1", "b1", "c1", "d1", "e1", "f1", "g1", "h1", "i1", "j1"];
* const res = UtlApp.splitArray(array1, size);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* [
* [ 'a1', 'b1', 'c1' ],
* [ 'd1', 'e1', 'f1' ],
* [ 'g1', 'h1', 'i1' ],
* [ 'j1' ]
* ]
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Array} Transposed array.
*/
function splitArray(array, size) {
if (!array || !size || !Array.isArray(array)) {
throw new Error("Please give an array and split size.");
}
return [...Array(Math.ceil(array.length / size))].map((_) =>
array.splice(0, size)
);
}
````
<a name="getspecificcolumns"></a>
### getSpecificColumns
Retrieve the specific columns from 2 dimensional array.
````javascript
/**
* ### Description
* Retrieve the specific columns from 2 dimensional array.
*
* ### Sample script
* ```
* const array1 = [[1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const columns = [2];
* const res = UtlApp.getSpecificColumns(array1, columns);
* console.log(res); // [ [ 2 ], [ 2 ], [ 2 ] ]
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Array} columns 1 dimensional array. Give the specific column numbers you want to get. The 1st number is 1.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Array} Retrieved specific columns.
*/
function getSpecificColumns(array, columns, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
if (!columns || !Array.isArray(columns) || columns.length == 0) {
throw new Error("Please set column numbers you want to retrieve.");
}
return array.map((r) => columns.map((e) => r[e - 1] || null));
}
````
<a name="deletespecificcolumns"></a>
### deleteSpecificColumns
Delete specific columns from 2 dimensional array.
````javascript
/**
* ### Description
* Delete specific columns from 2 dimensional array.
*
* ### Sample script
* ```
* const array1 = [[1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const columns = [2];
* const res = UtlApp.deleteSpecificColumns(array1, columns);
* console.log(res); // [ [ 1, 3 ], [ 1, 3 ], [ 1, 3 ] ]
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Array} columns 1 dimensional array. Give the specific column numbers you want to delete. The 1st number is 1.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Array} Array deleted the specific columns.
*/
function deleteSpecificColumns(array, columns, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
if (!columns || !Array.isArray(columns) || columns.length == 0) {
throw new Error("Please set column numbers you want to retrieve.");
}
return array.map((r) => r.filter((_, j) => !columns.includes(j + 1)));
}
````
<a name="insertcolumns"></a>
### insertColumns
Insert columns to 2 dimensional array.
````javascript
/**
* ### Description
* Insert columns to 2 dimensional array.
*
* ### Sample script
* ```
* const array1 = [[1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const array2 = [[4, 5, 6], [7, 8, 9]];
* const column = 2;
* const res1 = UtlApp.insertColumns(array1, array2, column);
* console.log(res1); // [[1,4,5,6,2,3],[1,7,8,9,2,3],[1,null,null,null,2,3]]
*
* const res2 = UtlApp.insertColumns(array1, array2, column, true);
* console.log(res1); // [[1,4,5,6,2,3],[1,7,8,9,2,3],[1,null,null,null,2,3]]
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Array} insertArray 2 dimensional array you want to insert.
* @param {Number} column Column number you want to insert the array. The 1st number is 1. Default is 1.
* @param {Boolean} rep When you want to replace the column, please use true. Default is false. In this case, the columns are inserted.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Array} Array inserted the columns.
*/
function insertColumns(
array,
insertArray,
column = 1,
rep = false,
check = true
) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
if (
!insertArray ||
!Array.isArray(insertArray) ||
insertArray.length == 0 ||
!is2DimensionalArray(insertArray)
) {
throw new Error("Please set columns you want to insert.");
}
const t = transpose(array, false);
t.splice(column - 1, rep ? 1 : 0, ...transpose(insertArray, false));
return transpose(t, false);
}
````
<a name="removeduplicatedvalues"></a>
### removeDuplicatedValues
Remove duplicated values from 1 dimensional array.
````javascript
/**
* ### Description
* Remove duplicated values from 1 dimensional array.
*
* ### Sample script
* ```
* const array1 = ["a1", "b1", "c1", "b1", "c1"];
* const res = UtlApp.removeDuplicatedValues(array1);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* {
* "removeDuplicatedValues":["a1","b1","c1"],
* "duplicatedValues":["b1","c1"],
* "numberOfDuplicate":{"a1":1,"b1":2,"c1":2}
* }
* ```
*
* @param {Array} array 1 dimensional array.
* @return {Object} Object including removeDuplicatedValues, duplicatedValues and numberOfDuplicate.
*/
function removeDuplicatedValues(array) {
if (!Array.isArray(array)) {
throw new Error("Please use 1 dimensional array.");
}
const obj = array.reduce(
(m, e) => m.set(e, m.has(e) ? m.get(e) + 1 : 1),
new Map()
);
const e = [...obj.entries()];
return {
removeDuplicatedValues: [...obj.keys()],
duplicatedValues: e.reduce((ar, [k, v]) => {
if (v != 1) ar.push(k);
return ar;
}, []),
numberOfDuplicate: Object.fromEntries(e),
};
}
````
<a name="get1stemptyrow"></a>
### get1stEmptyRow
Retrieve empty row index.
````javascript
/**
* ### Description
* Retrieve empty row index.
*
* ### Sample script
* ```
* const array1 = [["a1"], [2], [3], [4], [], [5], [], ["z"], [""], [7], [8]];
* const res = UtlApp.get1stEmptyRow(array1);
* console.log(res); // { topEmptyRow: 4, lastEmptyRow: 8 }
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Object} Object including the top empty row index and the last empty row index.
*/
function get1stEmptyRow(array, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
return {
topEmptyRow: array.findIndex((r) => r.join("") == ""),
lastEmptyRow:
array.length - 1 - array.reverse().findIndex((r) => r.join("") == ""),
};
}
````
<a name="get1stemptycolumn"></a>
### get1stEmptyColumn
Retrieve empty column index.
````javascript
/**
* ### Description
* Retrieve empty column index.
*
* ### Sample script
* ```
* const array1 = [["a1", "b1", "f", "d1", "aa", "h", "aa"], [2, 3, 4, 5], [3, 1, 1, , , 3], [4, 1, 1, 1], [1, 2, 3], [5, 1, 1], [1, 1, 1], ["z", 1, 1], [1, "b", 1, 1, ""], [7, 1, 1, 1], [8, 6, 5, 4, 3]];
* const res = UtlApp.get1stEmptyColumn(array1);
* console.log(res); // { topEmptyColumn: 3, lastEmptyColumn: 7 }
* ```
*
* @param {Array} array 2 dimensional array.
* @param {Boolean} check Check whether the inputted array is 2 dimensional array. Default is true.
* @return {Object} Object including the top empty column index and the last empty column index.
*/
function get1stEmptyColumn(array, check = true) {
if (check && !is2DimensionalArray(array)) {
throw new Error("Please use 2 dimensional array.");
}
return array.reduce(
(o, r) => {
let top = r.findIndex(
(c) => typeof c === "undefined" || c.toString() == ""
);
let last =
r.length -
1 -
r
.reverse()
.findIndex((c) => typeof c === "undefined" || c.toString() == "");
top = top == -1 ? r.length : top;
last = last == -1 ? 0 : last;
o.topEmptyColumn = o.topEmptyColumn < top ? o.topEmptyColumn : top;
o.lastEmptyColumn = o.lastEmptyColumn > last ? o.lastEmptyColumn : last;
return o;
},
{ topEmptyColumn: Infinity, lastEmptyColumn: 0 }
);
}
````
<a name="sum"></a>
### sum
Sum numbers in an array.
````javascript
/**
* ### Description
* Sum numbers in an array.
*
* ### Sample script
* ```
* const array1 = [1, 2, 3, 4, 5];
* const res = UtlApp.sum(array1);
* console.log(res); // 15
* ```
*
* @param {Array} array Input 1 dimensional array including number values.
* @param {Boolean} check Check whether the values of the inputted array is number. Default is true.
* @return {String} int8array.
*/
function sum(array, check = true) {
if (check && !(Array.isArray(array) && array.every((e) => !isNaN(e)))) {
throw new Error("Please give an array including numbers.");
}
return array.reduce((n, e) => (n += e), 0);
}
````
<a name="compilingnumbers"></a>
### compilingNumbers
Compiling Continuous Numbers using Google Apps Script. [Ref](https://tanaikech.github.io/2021/10/08/compiling-continuous-numbers-using-google-apps-script/)
````javascript
/**
* ### Description
* Compiling Continuous Numbers using Google Apps Script.
* Ref: https://tanaikech.github.io/2021/10/08/compiling-continuous-numbers-using-google-apps-script/
*
* ### Sample script
* ```
* const ar = [4, 5, 9, 3, 10, 5, 11, 7, 7, 13, 1];
* const res = UtlApp.compilingNumbers(ar);
* console.log(res)
* ```
*
* Result is as follows.
*
* ```
* [
* { start: 1, end: 1 },
* { start: 3, end: 5 },
* { start: 7, end: 7 },
* { start: 9, end: 11 },
* { start: 13, end: 13 }
* ]
* ```
*
* @param {Array} array Input array.
* @return {Array} Array including object like [{"start":1,"end":1},{"start":3,"end":5},{"start":7,"end":7},{"start":9,"end":11},{"start":13,"end":13}].
*/
function compilingNumbers(array) {
if (!(Array.isArray(array) && array.every((e) => !isNaN(e)))) {
throw new Error("Please give an array including numbers.");
}
const { values } = [...new Set(array.sort((a, b) => a - b))].reduce(
(o, e, i, a) => {
if (
o.temp.length == 0 ||
(o.temp.length > 0 && e == o.temp[o.temp.length - 1] + 1)
) {
o.temp.push(e);
} else {
if (o.temp.length > 0) {
o.values.push({ start: o.temp[0], end: o.temp[o.temp.length - 1] });
}
o.temp = [e];
}
if (i == a.length - 1) {
o.values.push(
o.temp.length > 1
? { start: o.temp[0], end: o.temp[o.temp.length - 1] }
: { start: e, end: e }
);
}
return o;
},
{ temp: [], values: [] }
);
return values;
}
````
<a name="convarraytoobject"></a>
### convArrayToObject
Converting 2 dimensional array to JSON object. [Ref](https://tanaikech.github.io/2021/10/24/converting-values-of-google-spreadsheet-to-object-using-google-apps-script/)
````javascript
/**
* ### Description
* Converting 2 dimensional array to JSON object.
* Ref: https://tanaikech.github.io/2021/10/24/converting-values-of-google-spreadsheet-to-object-using-google-apps-script/
*
* ### Sample script
* ```
* const headers = ["header1", "header2", "header3"];
* const rows = [["a2", "b2", "c2"], ["a3", "b3", "c3"]];
* const res = UtlApp.convArrayToObject(headers, rows);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* [
* { header1: 'a2', header2: 'b2', header3: 'c2' },
* { header1: 'a3', header2: 'b3', header3: 'c3' }
* ]
* ```
*
* @param {Array} headers Header array (1 dimensional array).
* @param {Array} rows Row array (2 dimensional array).
* @return {Object} JSON object.
*/
function convArrayToObject(headers, rows) {
if (
!Array.isArray(headers) ||
!Array.isArray(rows) ||
!is2DimensionalArray(rows)
) {
throw new Error("Please give an array of header and values.");
}
return rows.map((r) => headers.reduce((o, h, j) => ((o[h] = r[j]), o), {}));
}
````
<a name="unpivot"></a>
### unpivot
Converting 2-dimensional array as unpivot (reverse pivot). [Ref](https://tanaikech.github.io/2023/05/11/unpivot-on-google-spreadsheet-using-google-apps-script/)
````javascript
/**
* ### Description
* Converting 2-dimensional array as unpivot (reverse pivot).
*
* ### Sample script
* ```
* const values = [
* ["", "b1", "c1", "d1"],
* ["a2", 1, 2, 3],
* ["a3", 4, 5, 6],
* ["a4", 7, 8, 9],
* ["a5", 10, 11, 12]
* ];
* const res = UtlApp.unpivot(values);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* [
* ['b1', 'a2', 1],
* ['b1', 'a3', 4],
* ['b1', 'a4', 7],
* ['b1', 'a5', 10],
* ['c1', 'a2', 2],
* ['c1', 'a3', 5],
* ['c1', 'a4', 8],
* ['c1', 'a5', 11],
* ['d1', 'a2', 3],
* ['d1', 'a3', 6],
* ['d1', 'a4', 9],
* ['d1', 'a5', 12]
* ]
* ```
*
* @param {Array} values 2 dimensional array.
* @return {Array} 2 dimensional array converted as unpivot (reverse pivot).
*/
function unpivot(values) {
if (!Array.isArray(values) || !is2DimensionalArray(values)) {
throw new Error("Please give an array of values.");
}
const [[, ...h], ...v] = values;
return h.flatMap((hh, i) => v.map((t) => [hh, t[0], t[i + 1]]));
}
````
<a name="reverseunpivot"></a>
### reverseUnpivot
Reversing 2-dimensional array with unpivot. [Ref](https://tanaikech.github.io/2023/05/11/unpivot-on-google-spreadsheet-using-google-apps-script/)
````javascript
/**
* ### Description
* Reversing 2-dimensional array with unpivot.
* Ref: https://tanaikech.github.io/2023/05/11/unpivot-on-google-spreadsheet-using-google-apps-script/
*
* ### Sample script
* ```
* const values = [
* ["b1", "a2", 1],
* ["b1", "a3", 4],
* ["b1", "a4", 7],
* ["b1", "a5", 10],
* ["c1", "a2", 2],
* ["c1", "a3", 5],
* ["c1", "a4", 8],
* ["c1", "a5", 11],
* ["d1", "a2", 3],
* ["d1", "a3", 6],
* ["d1", "a4", 9],
* ["d1", "a5", 12]
* ];
* const res = UtlApp.reverseUnpivot(values);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* [
* [null, 'b1', 'c1', 'd1'],
* ['a2', 1, 2, 3],
* ['a3', 4, 5, 6],
* ['a4', 7, 8, 9],
* ['a5', 10, 11, 12]
* ]
* ```
*
* @param {Array} values 2 dimensional array.
* @return {Array} Reversed 2 dimensional array with unpivot.
*/
function reverseUnpivot(values) {
if (!Array.isArray(values) || !is2DimensionalArray(values)) {
throw new Error("Please give an array of values.");
}
const [a, b, c] = values[0].map((_, c) => values.map((r) => r[c]));
const ch = [...new Set(a)];
const rh = [...new Set(b)];
const size = rh.length;
const temp = [
[null, ...rh],
...[...Array(Math.ceil(c.length / size))]
.map((_) => c.splice(0, size))
.map((vv, i) => [ch[i], ...vv]),
];
return temp[0].map((_, c) => temp.map((r) => r[c]));
}
````
<a name="dotproduct"></a>
### dotProduct
Calculate dot product from 2 arrays.
```javascript
/**
* ### Description
* Calculate dot product from 2 arrays.
*
* ### Sample script
* ```
* const array1 = [1, 2, 3, 4, 5];
* const array2 = [3, 4, 5, 6, 7];
* const res = UtlApp.dotProduct(array1, array2);
* ```
*
* @param {Array} array1 1-dimensional array including numbers.
* @param {Array} array2 1-dimensional array including numbers.
* @return {Number} Calculated result of dot product.
*/
function dotProduct(array1, array2) {
if (!Array.isArray(array1) || !Array.isArray(array2)) {
throw new Error("Please give 2 arrays.");
}
return array1.reduce((t, e, i) => t += e * array2[i], 0);
}
```
<a name="cosinesimilarity"></a>
### cosineSimilarity
Calculate cosine similarity from 2 arrays. This can be used with "[Semantic Search using Gemini Pro API with Google Apps Script](https://medium.com/google-cloud/semantic-search-using-gemini-pro-api-with-google-apps-script-5e511e26eaf0)" of my report.
```javascript
/**
* ### Description
* Calculate cosine similarity from 2 arrays.
*
* ### Sample script
* ```
* const array1 = [1, 2, 3, 4, 5];
* const array2 = [3, 4, 5, 6, 7];
* const res = UtlApp.cosineSimilarity(array1, array2);
* ```
*
* @param {Array} array1 1-dimensional array including numbers.
* @param {Array} array2 1-dimensional array including numbers.
* @return {Number} Calculated result of cosine similarity.
*/
function cosineSimilarity(array1, array2) {
if (!Array.isArray(array1) || !Array.isArray(array2)) {
throw new Error("Please give 2 arrays.");
}
const dotProduct = array1.reduce((t, e, i) => t += e * array2[i], 0);
const magnitudes = [array1, array2].map(e => Math.sqrt(e.reduce((t, f) => t += f * f, 0))).reduce((t, f) => t *= f, 1);
return dotProduct / magnitudes;
}
```
---
## For binary processing
<a name="convInt8arraytohexar"></a>
### convInt8ArrayToHexAr
Convert Int8Array to hex string array. [Ref](https://tanaikech.github.io/2021/12/18/converting-from-string-to-hex-from-hex-to-bytes-from-bytes-to-string-using-google-apps-script/)
````javascript
/**
* ### Description
* Convert Int8Array to hex string array.
* Ref: https://tanaikech.github.io/2021/12/18/converting-from-string-to-hex-from-hex-to-bytes-from-bytes-to-string-using-google-apps-script/
*
* ### Sample script
* ```
* const ar = Utilities.newBlob("さんぷる").getBytes();
* const res = UtlApp.convInt8ArrayToHexAr(ar);
* console.log(res); // [ 'e3', '81', '95', 'e3', '82', '93', 'e3', '81', 'b7', 'e3', '82', '8b' ]
* ```
*
* @param {Array} array int8 array.
* @return {Array} Hex string array.
*/
function convInt8ArrayToHexAr(array) {
if (!Array.isArray(array)) {
throw new Error("Please give Int8Array.");
}
return array.map((byte) => ("0" + (byte & 0xff).toString(16)).slice(-2));
}
````
<a name="convstrtohex"></a>
### convStrToHex
Convert string to hex. [Ref](https://tanaikech.github.io/2021/12/18/converting-from-string-to-hex-from-hex-to-bytes-from-bytes-to-string-using-google-apps-script/)
````javascript
/**
* ### Description
* Convert string to hex.
* Ref: https://tanaikech.github.io/2021/12/18/converting-from-string-to-hex-from-hex-to-bytes-from-bytes-to-string-using-google-apps-script/
*
* ### Sample script
* ```
* const str = "sample string";
* const res = UtlApp.convStrToHex(str);
* console.log(res); // 73616d706c6520737472696e67
* ```
*
* @param {String} str Input string value.
* @return {String} Hex string value.
*/
function convStrToHex(str) {
if (!str) {
throw new Error("Please give a string value.");
}
return convInt8ArrayToHexAr(Utilities.newBlob(str).getBytes()).join("");
}
````
<a name="convhextoInt8ar"></a>
### convHexToInt8Ar
Convert string to hex. [Ref](https://tanaikech.github.io/2021/12/18/converting-from-string-to-hex-from-hex-to-bytes-from-bytes-to-string-using-google-apps-script/)
````javascript
/**
* ### Description
* Convert string to hex.
* Ref: https://tanaikech.github.io/2021/12/18/converting-from-string-to-hex-from-hex-to-bytes-from-bytes-to-string-using-google-apps-script/
*
* ### Sample script
* ```
* const hex = "73616d706c6520737472696e67";
* const res = UtlApp.convHexToInt8Ar(hex);
* console.log(res); // [ 115, 97, 109, 112, 108, 101, 32, 115, 116, 114, 105, 110, 103 ]
*
* console.log(UtlApp.convInt8ArToStr(res)); // sample string
* ```
*
* @param {String} hex Input hex string value.
* @return {Array} Converted int8array.
*/
function convHexToInt8Ar(hex) {
if (!hex) {
throw new Error("Please give a hex string value.");
}
return hex
.match(/.{2}/g)
.map((e) =>
parseInt(e[0], 16).toString(2).length == 4
? parseInt(e, 16) - 256
: parseInt(e, 16)
);
}
````
<a name="convint8artostr"></a>
### convInt8ArToStr
Convert Int8Array to string value.
````javascript
/**
* ### Description
* Convert Int8Array to string value.
*
* ### Sample script
* ```
* const hex = "73616d706c6520737472696e67";
* const res = UtlApp.convHexToInt8Ar(hex);
* console.log(res); // [ 115, 97, 109, 112, 108, 101, 32, 115, 116, 114, 105, 110, 103 ]
*
* console.log(UtlApp.convInt8ArToStr(res)); // sample string
* ```
*
* @param {Array} array Input int8array.
* @return {String} Converted string value.
*/
function convInt8ArToStr(array) {
if (!Array.isArray(array)) {
throw new Error("Please give Int8Array.");
}
return Utilities.newBlob(array).getDataAsString();
}
````
<a name="convint8artouint8ar"></a>
### convInt8ArToUint8Ar
Convert Int8Array to Uint8Array.
````javascript
/**
* ### Description
* Convert Int8Array to Uint8Array.
*
* ### Sample script
* ```
* const str = "さんぷる";
* const int8Ar = Utilities.newBlob(str).getBytes();
* console.log(int8Ar); // [ -29, -127, -107, -29, -126, -109, -29, -127, -73, -29, -126, -117 ]
*
* const res1 = UtlApp.convInt8ArToUint8Ar(int8Ar);
* console.log(res1); // [ 227, 129, 149, 227, 130, 147, 227, 129, 183, 227, 130, 139 ]
*
* const res2 = UtlApp.convUint8ArToInt8Ar(res1);
* console.log(res2); // [ -29, -127, -107, -29, -126, -109, -29, -127, -73, -29, -126, -117 ]
* ```
*
* @param {Array} array Input int8array.
* @return {Array} unit8array.
*/
function convInt8ArToUint8Ar(array) {
if (!Array.isArray(array)) {
throw new Error("Please give Int8Array.");
}
return [...Uint8Array.from(array)];
}
````
<a name="convuint8artoInt8ar"></a>
### convUint8ArToInt8Ar
Convert Uint8Array to Int8Array.
````javascript
/**
* ### Description
* Convert Uint8Array to Int8Array.
*
* ### Sample script
* ```
* const str = "さんぷる";
* const int8Ar = Utilities.newBlob(str).getBytes();
* console.log(int8Ar); // [ -29, -127, -107, -29, -126, -109, -29, -127, -73, -29, -126, -117 ]
*
* const res1 = UtlApp.convInt8ArToUint8Ar(int8Ar);
* console.log(res1); // [ 227, 129, 149, 227, 130, 147, 227, 129, 183, 227, 130, 139 ]
*
* const res2 = UtlApp.convUint8ArToInt8Ar(res1);
* console.log(res2); // [ -29, -127, -107, -29, -126, -109, -29, -127, -73, -29, -126, -117 ]
* ```
*
* @param {Array} array Input unit8array.
* @return {Array} int8array.
*/
function convUint8ArToInt8Ar(array) {
if (!Array.isArray(array)) {
throw new Error("Please give Uint8Array.");
}
return [...Int8Array.from(array)];
}
````
<a name="searchIndexfromdatabydata"></a>
### searchIndexFromDataByData
Search index from base data using a search data.
````javascript
/**
* ### Description
* Search index from base data using a search data.
*
* ### Sample script
* ```
* const sampleString = "abc123def123ghi123jkl";
* const splitValue = "123";
* const baseData = Utilities.newBlob(sampleString).getBytes();
* const searchData = Utilities.newBlob(splitValue).getBytes();
* const res = UtlApp.searchIndexFromDataByData(baseData, searchData);
* console.log(res); // 3
* ```
*
* @param {Array} baseData Input byteArray of base data.
* @param {Array} searchData Input byteArray of search data using split.
* @return {Number} Index of search data. If the search data is not found, -1 is returned.
*/
function searchIndexFromDataByData(baseData, searchData) {
if (!Array.isArray(baseData) || !Array.isArray(searchData)) {
throw new Error("Please give Int8Array.");
}
const search = searchData.join("");
const bLen = searchData.length;
return baseData.findIndex(
(_, i, a) => [...Array(bLen)].map((_, j) => a[j + i]).join("") == search
);
}
````
<a name="splitbytearraybysearchdata"></a>
### splitByteArrayBySearchData
Split byteArray by a search data. [Ref](https://tanaikech.github.io/2023/03/08/split-binary-data-with-search-data-using-google-apps-script/)
````javascript
/**
* ### Description
* Split byteArray by a search data.
*
* ### Sample script
* ```
* const sampleString = "abc123def123ghi123jkl";
* const splitValue = "123";
* const baseData = Utilities.newBlob(sampleString).getBytes();
* const searchData = Utilities.newBlob(splitValue).getBytes();
* const res = UtlApp.splitByteArrayBySearchData(baseData, searchData);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* [
* [ 97, 98, 99 ],
* [ 100, 101, 102 ],
* [ 103, 104, 105 ],
* [ 106, 107, 108 ]
* ]
* ```
*
* @param {Array} baseData Input byteArray of base data.
* @param {Array} searchData Input byteArray of search data using split.
* @return {Array} An array including byteArray.
*/
function splitByteArrayBySearchData(baseData, searchData) {
if (!Array.isArray(baseData) || !Array.isArray(searchData)) {
throw new Error("Please give Int8Array.");
}
const search = searchData.join("");
const bLen = searchData.length;
const res = [];
let idx = 0;
do {
idx = baseData.findIndex(
(_, i, a) => [...Array(bLen)].map((_, j) => a[j + i]).join("") == search
);
if (idx != -1) {
res.push(baseData.splice(0, idx));
baseData.splice(0, bLen);
} else {
res.push(baseData.splice(0));
}
} while (idx != -1);
return res;
}
````
---
## For string processing
<a name="convtext"></a>
### ConvText
Converting text as unicode. [Ref](https://tanaikech.github.io/2020/11/13/converting-texts-to-bold-italic-and-bold-italic-types-of-unicode-using-google-apps-script/)
````javascript
/**
* @namespace ConvText
*
* ### Description
* Converting text as unicode.
* Ref: https://tanaikech.github.io/2020/11/13/converting-texts-to-bold-italic-and-bold-italic-types-of-unicode-using-google-apps-script/
*
* ### Sample script
* ```
* const text = "Sample value 123\nSample value 456\nSample value 789";
* console.log(text); // Original text
* console.log(UtlApp.ConvText.bold(text)); // Bold type
* console.log(UtlApp.ConvText.italic(text)); // Italic type
* console.log(UtlApp.ConvText.boldItalic(text)); // Bold-italic type
* console.log(UtlApp.ConvText.underLine(text)); // Underline
* console.log(UtlApp.ConvText.strikethrough(text)); // Strikethrough
* ```
*
*/
var ConvText = {
/**
* Method for processing
* @param {String} text
* @param {Object} obj
* @return {String} Converted text.
*/
c_: function (text, obj) {
return text.replace(
new RegExp(`[${obj.reduce((s, { r }) => (s += r), "")}]`, "g"),
(e) => {
const t = e.codePointAt(0);
if (
(t >= 48 && t <= 57) ||
(t >= 65 && t <= 90) ||
(t >= 97 && t <= 122)
) {
return obj.reduce((s, { r, d }) => {
if (new RegExp(`[${r}]`).test(e))
s = String.fromCodePoint(e.codePointAt(0) + d);
return s;
}, "");
}
return e;
}
);
},
/**
* Convert text to bold type.
* @param {String} text
* @return {String} Converted text.
*/
bold: function (text) {
return this.c_(text, [
{ r: "0-9", d: 120734 },
{ r: "A-Z", d: 120211 },
{ r: "a-z", d: 120205 },
]);
},
/**
* Convert text to italic type.
* Ref: https://tanaikech.github.io/2020/11/13/converting-texts-to-bold-italic-and-bold-italic-types-of-unicode-using-google-apps-script/
* @param {String} text
* @return {String} Converted text.
*/
italic: function (text) {
return this.c_(text, [
{ r: "A-Z", d: 120263 },
{ r: "a-z", d: 120257 },
]);
},
/**
* Convert text to bold and italic type.
* @param {String} text
* @return {String} Converted text.
*/
boldItalic: function (text) {
return this.c_(text, [
{ r: "A-Z", d: 120315 },
{ r: "a-z", d: 120309 },
]);
},
/**
* Convert text to underline type.
* @param {String} text
* @return {String} Converted text.
*/
underLine: function (text) {
return text.length > 0 ? [...text].join("\u0332") + "\u0332" : "";
},
/**
* Convert text to strikethrough type.
* @param {String} text
* @return {String} Converted text.
*/
strikethrough: function (text) {
return text.length > 0 ? [...text].join("\u0336") + "\u0336" : "";
},
};
````
<a name="columnlettertoIndex"></a>
### columnLetterToIndex
Converting colum letter to column index. Start of column index is 0. [Ref](https://tanaikech.github.io/2022/05/01/increasing-column-letter-by-one-using-google-apps-script/)
````javascript
/**
* ### Description
* Converting colum letter to column index. Start of column index is 0.
* Ref: https://tanaikech.github.io/2022/05/01/increasing-column-letter-by-one-using-google-apps-script/
*
* ### Sample script
* ```
* const res1 = UtlApp.columnLetterToIndex("Z");
* console.log(res1); // 25
* const res2 = UtlApp.columnLetterToIndex("AA");
* console.log(res2); // 26
* ```
*
* @param {String} letter Column letter.
* @return {Number} Column index.
*/
function columnLetterToIndex(letter = null) {
if (letter === null || typeof letter != "string") {
throw new Error("Please give the column letter as a string.");
}
letter = letter.toUpperCase();
return [...letter].reduce(
(c, e, i, a) =>
(c += (e.charCodeAt(0) - 64) * Math.pow(26, a.length - i - 1)),
-1
);
}
````
<a name="columnIndextoletter"></a>
### columnIndexToLetter
Converting colum index to column letter. Start of column index is 0. [Ref](https://stackoverflow.com/a/53678158/7108653)
````javascript
/**
* ### Description
* Converting colum index to column letter. Start of column index is 0.
* Ref: https://stackoverflow.com/a/53678158/7108653
*
* ### Sample script
* ```
* const res1 = UtlApp.columnIndexToLetter(res1);
* console.log(res1); // Z
* const res2 = UtlApp.columnIndexToLetter(res2);
* console.log(res2); // AA
* ```
*
* @param {Number} index Column index.
* @return {String} Column letter.
*/
function columnIndexToLetter(index = null) {
if (index === null || isNaN(index)) {
throw new Error(
"Please give the column indexr as a number. In this case, 1st number is 0."
);
}
return (a = Math.floor(index / 26)) >= 0
? columnIndexToLetter(a - 1) + String.fromCharCode(65 + (index % 26))
: "";
}
````
<a name="conva1notationtogridrange"></a>
### convA1NotationToGridRange
Converting a1Notation to gridrange. This will be useful for using Sheets API. [Ref](https://tanaikech.github.io/2017/07/31/converting-a1notation-to-gridrange-for-google-sheets-api/)
````javascript
/**
* ### Description
* Converting a1Notation to gridrange. This will be useful for using Sheets API.
* Ref: https://tanaikech.github.io/2017/07/31/converting-a1notation-to-gridrange-for-google-sheets-api/
*
* ### Sample script
* ```
* const a1Notation = "AB25:AD51";
* const sheetId = 0;
* const res = UtlApp.convA1NotationToGridRange(a1Notation, sheetId);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* {
* sheetId: 0,
* startRowIndex: 24,
* endRowIndex: 51,
* startColumnIndex: 27,
* endColumnIndex: 30
* }
* ```
*
* @param {String} a1Notation A1Notation of range.
* @param {Number} sheetId Sheet ID of the range.
* @return {Object} Gridrange.
*/
function convA1NotationToGridRange(a1Notation = null, sheetId = null) {
if (
a1Notation === null ||
sheetId === null ||
typeof a1Notation != "string" ||
isNaN(sheetId)
) {
throw new Error("Please give a1Notation (string) and sheet ID (integer).");
}
const { col, row } = a1Notation
.toUpperCase()
.split("!")
.map((f) => f.split(":"))
.pop()
.reduce(
(o, g) => {
var [r1, r2] = ["[A-Z]+", "[0-9]+"].map((h) => g.match(new RegExp(h)));
o.col.push(r1 && columnLetterToIndex(r1[0]));
o.row.push(r2 && Number(r2[0]));
return o;
},
{ col: [], row: [] }
);
col.sort((a, b) => (a > b ? 1 : -1));
row.sort((a, b) => (a > b ? 1 : -1));
const [start, end] = col.map((e, i) => ({ col: e, row: row[i] }));
const obj = {
sheetId,
startRowIndex: start?.row && start.row - 1,
endRowIndex: end?.row ? end.row : start.row,
startColumnIndex: start && start.col,
endColumnIndex: end ? end.col + 1 : start.col + 1,
};
if (obj.startRowIndex === null) {
obj.startRowIndex = 0;
delete obj.endRowIndex;
}
if (obj.startColumnIndex === null) {
obj.startColumnIndex = 0;
delete obj.endColumnIndex;
}
return obj;
}
````
<a name="convgridrangetoa1Notation"></a>
### convGridRangeToA1Notation
Converting gridrange to a1Notation. This will be useful for using Sheets API. [Ref](https://tanaikech.github.io/2017/07/31/converting-a1notation-to-gridrange-for-google-sheets-api/)
````javascript
/**
* ### Description
* Converting gridrange to a1Notation. This will be useful for using Sheets API.
* Ref: https://tanaikech.github.io/2017/07/31/converting-a1notation-to-gridrange-for-google-sheets-api/
*
* ### Sample script 1
* ```
* const gridRange = {
* sheetId: 0,
* startRowIndex: 24,
* endRowIndex: 51,
* startColumnIndex: 27,
* endColumnIndex: 30
* };
* const sheetName = "Sheet1";
* const res = UtlApp.convGridRangeToA1Notation(gridRange, sheetName);
* console.log(res); // 'Sheet1'!AB25:AD51
* ```
*
* ### Sample script 2
* ```
* const gridRange = {
* sheetId: 0,
* startRowIndex: 24,
* endRowIndex: 51,
* startColumnIndex: 27,
* endColumnIndex: 30
* };
* const res = UtlApp.convGridRangeToA1Notation(gridRange);
* console.log(res); // AB25:AD51
* ```
*
* @param {Object} gridrange Gridrange of range.
* @param {String} sheetName Sheet name of the range.
* @return {String} A1Notation.
*/
function convGridRangeToA1Notation(gridrange, sheetName = "") {
if (gridrange === null) {
throw new Error("Please give gridRange (JSON object).");
}
const start = {};
const end = {};
if (gridrange.hasOwnProperty("startColumnIndex")) {
start.col = columnIndexToLetter(gridrange.startColumnIndex);
} else if (
!gridrange.hasOwnProperty("startColumnIndex") &&
gridrange.hasOwnProperty("endColumnIndex")
) {
start.col = "A";
}
if (gridrange.hasOwnProperty("startRowIndex")) {
start.row = gridrange.startRowIndex + 1;
} else if (
!gridrange.hasOwnProperty("startRowIndex") &&
gridrange.hasOwnProperty("endRowIndex")
) {
start.row = gridrange.endRowIndex;
}
if (gridrange.hasOwnProperty("endColumnIndex")) {
end.col = columnIndexToLetter(gridrange.endColumnIndex - 1);
} else if (!gridrange.hasOwnProperty("endColumnIndex")) {
end.col = "{Here, please set the max column letter.}";
}
if (gridrange.hasOwnProperty("endRowIndex")) {
end.row = gridrange.endRowIndex;
}
const k = ["col", "row"];
const st = k.map((e) => start[e]).join("");
const en = k.map((e) => end[e]).join("");
if (sheetName) {
return st == en ? `'${sheetName}'!${st}` : `'${sheetName}'!${st}:${en}`;
}
return st == en ? `${st}` : `${st}:${en}`;
}
````
<a name="addqueryparameters"></a>
### addQueryParameters
This method is used for adding the query parameters to the URL. [Ref](https://tanaikech.github.io/2018/07/12/adding-query-parameters-to-url-using-google-apps-script/)
````javascript
/**
* ### Description
* This method is used for adding the query parameters to the URL.
* Ref: https://tanaikech.github.io/2018/07/12/adding-query-parameters-to-url-using-google-apps-script/
*
* ### Sample script 1
* ```
* const url = "https://sampleUrl";
* const query = {
* query1: ["value1A", "value1B", "value1C"],
* query2: "value2A, value2B",
* query3: "value3A/value3B",
* };
* const endpoint = UtlApp.addQueryParameters(url, query);
* console.log(endpoint); // https://sampleUrl?query1=value1A&query1=value1B&query1=value1C&query2=value2A%2C%20value2B&query3=value3A%2Fvalue3B
* ```
*
* ### Sample script 2
* ```
* const url = "";
* const query = {
* query1: ["value1A", "value1B", "value1C"],
* query2: "value2A, value2B",
* query3: "value3A/value3B",
* };
* const endpoint = UtlApp.addQueryParameters(url, query);
* console.log(endpoint); // query1=value1A&query1=value1B&query1=value1C&query2=value2A%2C%20value2B&query3=value3A%2Fvalue3B
* ```
*
* @param {String} url The base URL for adding the query parameters.
* @param {Object} obj JSON object including query parameters.
* @return {String} URL including the query parameters.
*/
function addQueryParameters(url, obj) {
if (url === null || obj === null || typeof url != "string") {
throw new Error("Please give URL (String) and query parameter (JSON object).");
}
return (url == "" ? "" : `${url}?`) + Object.entries(obj).flatMap(([k, v]) => Array.isArray(v) ? v.map(e => `${k}=${encodeURIComponent(e)}`) : `${k}=${encodeURIComponent(v)}`).join("&");
}
````
- In this case, when you use `""` as `url`, only the query parameters are returned.
<a name="parsequeryparameters"></a>
### parseQueryParameters
This method is used for parsing the URL including the query parameters. [Ref](https://tanaikech.github.io/2018/07/12/adding-query-parameters-to-url-using-google-apps-script/)
````javascript
/**
* ### Description
* This method is used for parsing the URL including the query parameters.
* Ref: https://tanaikech.github.io/2018/07/12/adding-query-parameters-to-url-using-google-apps-script/
*
* ### Sample script
* ```
* const url = "https://sampleUrl.com/sample?key1=value1&key2=value2&key1=value3&key3=value4&key2=value5";
* const res = UtlApp.parseQueryParameters(url);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* {
* url: 'https://sampleUrl.com/sample',
* queryParameters:
* {
* key1: ['value1', 'value3'],
* key2: ['value2', 'value5'],
* key3: ['value4']
* }
* }
* ```
*
* @param {String} url The URL including the query parameters.
* @return {Object} JSON object including the base url and the query parameters.
*/
function parseQueryParameters(url) {
if (url === null || typeof url != "string") {
throw new Error("Please give URL (String) including the query parameters.");
}
const s = url.split("?");
if (s.length == 1) {
return { url: s[0], queryParameters: null };
}
const [baseUrl, query] = s;
if (query) {
const queryParameters = query.split("&").reduce(function (o, e) {
const temp = e.split("=");
const key = temp[0].trim();
let value = temp[1].trim();
value = isNaN(value) ? value : Number(value);
if (o[key]) {
o[key].push(value);
} else {
o[key] = [value];
}
return o;
}, {});
return { url: baseUrl, queryParameters };
}
return null;
}
````
<a name="expanda1notations"></a>
### expandA1Notations
This method is used for expanding A1Notations. [Ref](https://tanaikech.github.io/2020/04/04/updated-expanding-a1notations-using-google-apps-script/)
````javascript
/**
* ### Description
* This method is used for expanding A1Notations.
* Ref: https://tanaikech.github.io/2020/04/04/updated-expanding-a1notations-using-google-apps-script/
*
* ### Sample script
* ```
* const a1Notations = ["A1:E3", "B10:W13", "EZ5:FA8", "AAA1:AAB3"];
* const res = UtlApp.expandA1Notations(a1Notations);
* console.log(JSON.stringify(res));
* ```
*
* Result is as follows.
*
* ```
* [
* ["A1","B1","C1","D1","E1","A2","B2","C2","D2","E2","A3","B3","C3","D3","E3"],
* ["B10","C10","D10","E10","F10","G10","H10","I10","J10","K10","L10","M10","N10","O10","P10","Q10","R10","S10","T10","U10","V10","W10","B11","C11","D11","E11","F11","G11","H11","I11","J11","K11","L11","M11","N11","O11","P11","Q11","R11","S11","T11","U11","V11","W11","B12","C12","D12","E12","F12","G12","H12","I12","J12","K12","L12","M12","N12","O12","P12","Q12","R12","S12","T12","U12","V12","W12","B13","C13","D13","E13","F13","G13","H13","I13","J13","K13","L13","M13","N13","O13","P13","Q13","R13","S13","T13","U13","V13","W13"],
* ["EZ5","FA5","EZ6","FA6","EZ7","FA7","EZ8","FA8"],
* ["AAA1","AAB1","AAA2","AAB2","AAA3","AAB3"]
* ]
* ```
*
* @param {Array} a1Notations Array including A1Notations.
* @return {Array} Array including the expanded A1Notations.
*/
function expandA1Notations(a1Notations, maxRow = "1000", maxColumn = "Z") {
if (!Array.isArray(a1Notations) || a1Notations.length == 0) {
throw new Error("Please give a1Notations (Array).");
}
const reg1 = new RegExp("^([A-Z]+)([0-9]+)$");
const reg2 = new RegExp("^([A-Z]+)$");
const reg3 = new RegExp("^([0-9]+)$");
return a1Notations.map((e) => {
const a1 = e.split("!");
const r = a1.length > 1 ? a1[1] : a1[0];
const [r1, r2] = r.split(":");
if (!r2) return [r1];
let rr;
if (reg1.test(r1) && reg1.test(r2)) {
rr = [r1.toUpperCase().match(reg1), r2.toUpperCase().match(reg1)];
} else if (reg2.test(r1) && reg2.test(r2)) {
rr = [
[null, r1, 1],
[null, r2, maxRow],
];
} else if (reg1.test(r1) && reg2.test(r2)) {
rr = [r1.toUpperCase().match(reg1), [null, r2, maxRow]];
} else if (reg2.test(r1) && reg1.test(r2)) {
rr = [[null, r1, maxRow], r2.toUpperCase().match(reg1)];
} else if (reg3.test(r1) && reg3.test(r2)) {
rr =
Number(r1) > Number(r2)
? [
[null, "A", r2],
[null, maxColumn, r1],
]
: [
[null, "A", r1],
[null, maxColumn, r2],
];
} else if (reg1.test(r1) && reg3.test(r2)) {
rr = [r1.toUpperCase().match(reg1), [null, maxColumn, r2]];
} else if (reg3.test(r1) && reg1.test(r2)) {
let temp = r2.toUpperCase().match(reg1);
rr =
Number(temp[2]) > Number(r1)
? [
[null, temp[1], r1],
[null, maxColumn, temp[2]],
]
: [temp, [null, maxColumn, r1]];
} else {
throw new Error(`Wrong a1Notation: ${r}`);
}
const obj = {
startRowIndex: Number(rr[0][2]),
endRowIndex: rr.length == 1 ? Number(rr[0][2]) + 1 : Number(rr[1][2]) + 1,
startColumnIndex: columnLetterToIndex(rr[0][1]),
endColumnIndex:
rr.length == 1
? columnLetterToIndex(rr[0][1]) + 1
: columnLetterToIndex(rr[1][1]) + 1,
};
let temp = [];
for (let i = obj.startRowIndex; i < obj.endRowIndex; i++) {
for (let j = obj.startColumnIndex; j < obj.endColumnIndex; j++) {
temp.push(columnIndexToLetter(j) + i);
}
}
return temp;
});
}
````
<a name="consolidatea1notations"></a>
### consolidateA1Notations

This method is used for consolidating the scattered A1Notations.
You can see my report using this method at [https://medium.com/@tanaike/consolidate-scattered-a1notations-into-continuous-ranges-on-google-spreadsheet-using-google-apps-c9ce870dcb99](https://medium.com/@tanaike/consolidate-scattered-a1notations-into-continuous-ranges-on-google-spreadsheet-using-google-apps-c9ce870dcb99).
````javascript
/**
* ### Description
* This method is used for consolidating the scattered A1Notations.
*
* ### Sample script
* ```
* const a1Notations = ["C1", "I1", "B2", "C2", "D2", "E2", "F2", "H2", "I2", "C3", "D3", "F3", "H3", "I3", "C4", "D4", "E4", "H4", "K4", "C5", "E5", "F5", "I5", "J5", "K5", "F6", "I6", "K6", "D7", "E7", "I7", "J7", "K7", "D8", "I8", "J8", "D9", "J9", "K9", "D10"];
* const res = UtlApp.consolidateA1Notations(a1Notations);
* console.log(JSON.stringify(res));
* ```
*
* Result is as follows.
*
* ```
* ["C1:C5","K4:K7","I5:I8","D7:D10","I1:I3","D2:F2","H2:H4","J7:J9","D3:D4","E4:E5","F5:F6","B2","F3","J5","E7","K9"]
* ```
*
* @param {Array} a1Notations Scattered A1Notations.
* @return {Array} Array including the consolidated A1Notations.
*/
function consolidateA1Notations(array) {
return new ConsolidateA1Notations(array).run();
}
/**
* Consolidate Scattered A1Notations into Continuous Ranges on Google Spreadsheet.
*/
class ConsolidateA1Notations {
/**
*
* @param {Array} a1Notations Scattered A1Notations.
*/
constructor(a1Notations) {
this.a1Notations = a1Notations;
}
/**
* ### Description
* Main method.
*
* @returns {Array} Array including consolidated A1Notations.
*/
run() {
return this.getConsolidateA1Notations_(this.a1Notations);
}
/**
* ### Description
* Processing to consolidate A1Notations.
*
* @param {Array} a1Notations Array including the inputted A1Notations.
* @returns {Array} Array including consolidated A1Notations.
*/
getConsolidateA1Notations_(a1Notations) {
const expandedA1Notations = expandA1Notations(a1Notations).flat();
const orgGridRanges = expandedA1Notations.map(e => convA1NotationToGridRange(e, 0));
const gridRanges = orgGridRanges
.sort((a, b) => a.startColumnIndex < b.startColumnIndex ? 1 : -1)
.sort((a, b) => a.startRowIndex > b.startRowIndex ? 1 : -1);
const maxRow = Math.max(...gridRanges.map(({ endRowIndex }) => endRowIndex));
const maxCol = Math.max(...gridRanges.map(({ endColumnIndex }) => endColumnIndex));
const obj = gridRanges.reduce((o, e) => {
const { startRowIndex, endRowIndex, startColumnIndex, endColumnIndex } = e;
const key = `sr@${startRowIndex}_er@${endRowIndex}_sc@${startColumnIndex}_ec@${endColumnIndex}`;
o[key] = e;
return o;
}, {});
let copiedGridranges = gridRanges.slice();
let copiedObj = { ...obj };
const res = [];
do {
const resObj = this.getMaxAreas_({ obj: copiedObj, gridRanges: copiedGridranges, maxRow, maxCol });
res.push(resObj);
if (resObj.length > 0) {
const removeKeys = resObj.flatMap(({ removeKeys }) => removeKeys.flatMap(({ remove }) => remove));
copiedObj = Object.fromEntries(Object.entries(copiedObj).filter(([k]) => !removeKeys.includes(k)));
copiedGridranges = Object.entries(copiedObj).map(([, v]) => v);
}
} while (Object.keys(copiedObj).length > 0);
const result = res.reduce((ar, e) => {
if (e.length > 0) {
e.forEach(f => {
f.removeKeys.forEach(g => {
if (g.topLeft == g.bottomRight) {
ar.push(g.topLeft)
} else {
ar.push(`${g.topLeft}:${g.bottomRight}`);
}
});
});
}
return ar;
}, []);
return result;
}
/**
* ### Description
* Calculated the maximum rectangles from the inputted A1Notations.
*
* @param {Object} object GridRange converted from the inputted A1Notations, the numbers of maximum row and column.
* @returns {Object} Object including the calculated maximum rectangles.
*/
getMaxAreas_(object) {
let { obj, gridRanges, maxRow, maxCol } = object;
const areas = gridRanges.map(o => {
const { startRowIndex, startColumnIndex } = o;
const cc = [];
const rr = [];
for (let r = startRowIndex; r < maxRow; r++) {
for (let c = startColumnIndex; c < maxCol; c++) {
const key = `sr@${r}_er@${r + 1}_sc@${c}_ec@${c + 1}`;
if (!obj[key]) {
cc.push(c - startColumnIndex);
break;
} else if (c == maxCol - 1) {
cc.push(c - startColumnIndex + 1);
break;
}
}
}
for (let c = startColumnIndex; c < maxCol; c++) {
for (let r = startRowIndex; r < maxRow; r++) {
const key = `sr@${r}_er@${r + 1}_sc@${c}_ec@${c + 1}`;
if (!obj[key]) {
rr.push(r - startRowIndex);
break;
} else if (r == maxRow - 1) {
rr.push(r - startRowIndex + 1);
break;
}
}
}
const r1 = rr.reduce((oo, e) => {
if (e < oo.temp) {
oo.temp = e;
oo.v.push(oo.temp);
} else {
oo.v.push(oo.temp);
}
return oo;
}, { temp: rr[0], v: [] });
const c1 = cc.reduce((oo, e) => {
if (e < oo.temp) {
oo.temp = e;
oo.v.push(oo.temp);
} else {
oo.v.push(oo.temp);
}
return oo;
}, { temp: cc[0], v: [] });
const r0 = r1.v.indexOf(0);
const c0 = c1.v.indexOf(0);
if (r0 > -1) {
r1.v.splice(r0);
}
if (c0 > -1) {
c1.v.splice(c0);
}
const areas = [];
let c1v = c1.v.slice();
for (let x = 1; x <= r1.v[0]; x++) {
const y = c1v.shift();
const key = `sr@${o.startRowIndex + x - 1}_er@${o.startRowIndex + x}_sc@${o.startColumnIndex + y - 1}_ec@${o.startColumnIndex + y}`;
obj = Object.fromEntries(Object.entries(obj).filter(([k]) => k != key));
areas.push({ r: x, c: y, area: x * y });
}
const maxArea = Math.max(...areas.map(e => e.area));
const tempMaxAreaObj = areas.filter(e => e.area == maxArea);
if (tempMaxAreaObj.length == 0) {
return [{ areas: [], maxAreaObj: [], o, removeKeys: [{ remove: [], topLeft: "", bottomRight: "" }] }];
}
const maxAreaObj = [tempMaxAreaObj[0]];
const removeKeys = maxAreaObj.map(e => {
const temp = [];
for (let i = o.startRowIndex; i < o.startRowIndex + e.r; i++) {
for (let j = o.startColumnIndex; j < o.startColumnIndex + e.c; j++) {
const key = `sr@${i}_er@${i + 1}_sc@${j}_ec@${j + 1}`;
temp.push(key);
}
}
return {
remove: temp,
topLeft: `${columnIndexToLetter(o.startColumnIndex)}${o.startRowIndex + 1}`,
bottomRight: `${columnIndexToLetter(o.startColumnIndex + e.c - 1)}${o.startRowIndex + e.r}`
};
});
return { areas, maxAreaObj, o, removeKeys };
});
const a = Math.max(...areas.map(({ maxAreaObj }) => (maxAreaObj && maxAreaObj.length > 0 && maxAreaObj[0]?.area) ? maxAreaObj[0].area : -1));
const result = areas.filter(({ maxAreaObj }) => maxAreaObj && maxAreaObj.length > 0 && maxAreaObj[0]?.area && maxAreaObj[0]?.area == a);
return result;
}
}
````
<a name="blobtodataurl"></a>
### blobToDataUrl
This method is used for converting Blob to the data URL.
````javascript
/**
* ### Description
* This method is used for converting Blob to the data URL.
*
* ### Sample script
* ```
* const blob = Utilities.newBlob("sample", MimeType.PLAIN_TEXT);
* const res = UtlApp_test.blobToDataUrl(blob);
* console.log(res);
* ```
*
* Result is as follows.
*
* ```
* data:text/plain;base64,c2FtcGxl
* ```
*
* @param {Blob} blob Blob
* @return {String} Data URL converted from Blob.
*/
function blobToDataUrl(blob) {
if (typeof blob != "object" || blob.toString() != "Blob") {
throw new Error("Please give Blob as an argument.");
}
const mimeType = blob.getContentType();
if (!mimeType) {
throw new Error("Given Blob has no mimeType. Please set the mimeType to Blob.");
}
return `data:${mimeType};base64,${Utilities.base64Encode(blob.getBytes())}`;
}
````
---
# If you want to use only one method in the above methods without using a library
If you want to use only one method in the above methods without a library, you can do this simply.
In that case, please copy and paste one of the methods from the above scripts. At this time, there are several methods using the other methods. Please copy and paste all dependence methods.
If you want to run the method directly, please remove the identification of the library `UtlApp`. By this, the script is run.
For example, when you want to directly use the following method `is2DimensionalArray` without the library, please copy and paste the following script to the script editor.
````javascript
/**
* ### Description
* When the inputted array is 2 dimensional array, true is returned.
*
* ### Sample script
* ```
* const array1 = ["", [1, 2, 3], [1, 2, 3], [1, 2, 3]];
* const res1 = UtlApp.is2DimensionalArray(array1); // false
*
* const array2 = [[1, 2, 3], [1, 2], [1]];
* const res2 = UtlApp.is2DimensionalArray(array2); // true
* ```
*
* @param {Array} array 2 dimensional array.
* @return {Boolean} When the inputted array is 2 dimensional array, true is returned.
*/
function is2DimensionalArray(array) {
return array.every((r) => Array.isArray(r));
}
````
When you run this method, please use it with the following script.
```javascript
function sample() {
const array1 = ["", [1, 2, 3], [1, 2, 3], [1, 2, 3]];
const res1 = is2DimensionalArray(array1); // false
}
```
# Contribution
I believe that these methods will help to develop the applications created by Google Apps Script. So, I would like to grow this. If you want to add more methods, I welcome your contributions. At that time, please do "pull request" or email me ( tanaike@hotmail.com ). By testing your method, I would like to add it. Your name is also added as a contributor.
**The policy of these methods is not to use the scopes.** So, when you add your method, **please confirm that your proposed method uses no scopes**. And also, please check your JSDoc.
---
<a name="licence"></a>
# Licence
[MIT](LICENCE)
<a name="author"></a>
# Author
[Tanaike](https://tanaikech.github.io/about/)
[Donate](https://tanaikech.github.io/donate/)
<a name="updatehistory"></a>
# Update History
- v1.0.0 (May 13, 2023)
1. Initial release.
- v1.0.1 (November 12, 2023)
1. From [this report](https://github.com/tanaikech/UtlApp/issues/1) by [Max-Makhrov](https://github.com/Max-Makhrov), a bug of `convA1NotationToGridRange` was removed.
- v1.0.2 (January 25, 2024)
1. 2 methods of [dotProduct](#dotproduct) and [cosineSimilarity](#cosinesimilarity) were added.
- v1.0.3 (February 5, 2024)
1. Methods of [addQueryParameters](#addqueryparameters) was updated.
- v1.0.4 (April 13, 2024)
1. Updated the methods of [convGridRangeToA1Notation](#convgridrangetoa1Notation). When the sheet name is not given, only the A1Notation is returned.
- v1.0.5 (April 16, 2024)
1. Methods of [consolidateA1Notations](#consolidatea1notations) was added. When this method is used, the scattered A1Notations can be consolidated.
- v1.0.6 (May 4, 2024)
1. Methods of [blobToDataUrl](#blobtodataurl) was added. When this method is used, the Blob data can be converted to the data URL.
[TOP](#top)
| This is a Google Apps Script library including useful scripts for supporting to development of applications by Google Apps Script. | developer-tool,google-apps-script,google-apps-script-library,javascript,library | 2023-05-13T06:45:52Z | 2024-05-04T11:02:48Z | 2024-05-04T11:02:48Z | 1 | 0 | 14 | 0 | 2 | 14 | null | MIT | JavaScript |
lex4brao/01.CURSOS.E.ESTUDOS | main | # Anotações e Resoluções de Exercicíos
## Cursos
### [01 - Progamação Básica com Portugol Studio - Gustavo Guanabara](https://github.com/lex4brao/01.CURSOS.E.ESTUDOS/blob/main/01.PROGRAMACAO.BASICA.-.ESTUDONAUTA/README.md)
### [02 - Java COMPLETO 2023 Programação Orientada a Objetos - Nélio Alves](/02.POO.-.Nelio.Alves/README.md)
## Livros e Exericios
### [03 - Fundamentos da Programação de Computadores](/03.FUNDAMENTOS.DA.PROGRAMACAO/README.md)
### [05 - Lista de exercicios resolvida em java](/05.EXERCICIOS.DE.JAVA/README.md)
| Anotações de Cursos, Estudos de Livros, Resoluções de Exercícios, dentre outros | html5-css3,java,javascript,portugol-studio | 2023-04-26T23:39:20Z | 2023-12-17T13:17:57Z | null | 1 | 0 | 156 | 0 | 0 | 14 | null | null | Java |
Alejandroq12/react-group-project | dev | # Space Travelers' Hub
<a name="readme-top"></a>
<div align="center">
<img src="./public/logo.png" alt="logo" width="550" height="auto" />
<br/>
<h3><b>Space Travelers' Hub</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [Space Travelers' Hub](#space-travelers-hub)
- [📗 Table of Contents](#-table-of-contents)
- [📖Space Travelers' Hub ](#space-travelers-hub-)
- [🛠 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-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖Space Travelers' Hub <a name="about-project"></a>
We will be working with the real live data from the SpaceX API. Our task is to build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
## 🛠 Built With <a name="built-with"></a>
HTML,
CSS,
JavaScript,
React.js,
Redux Toolkit,
### 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>
<li><a href="https://redux-toolkit.js.org/">Redux Toolkit</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 Features <a name="key-features"></a>
- **use of React Router for navigation**
- **State management with Redux Toolkit**
- **API integration.**
<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://spacex-iq7v.onrender.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:
```
https://github.com/Alejandroq12/react-group-project.git
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd react-group-project``**
### 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 start` command in terminal to run this at the localhost.
### Run tests
To run tests, run the following command:
- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint "**/*.{js,jsx}"
```
- Jest tests
```
npm test
```
### Deployment <a name="deployment"></a>
You can deploy this project using: Render,
- We used Render to deploy my website.
- For more information about deployment on Netlify see "[Render](https://www.render.com/)".
<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/)
👤 **Tisloh Tebe**
- GitHub: [Booze33](https://github.com/Booze33)
- Twitter: [Tebe](https://twitter.com/Tebe95645832)
- LinkedIn: [Tisloh Tebe](https://www.linkedin.com/in/tebe-tisloh-847956225/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **We will implement more pages**
<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>
We want to thank all my colleagues that share knowledge with and inspired us to improve each day.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ -->
## ❓ FAQ <a name="faq"></a>
- **Did you created this project from zero?**
- Of course, as if it were a real life job scenario.
<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>
| We will be working with the real live data from the SpaceX API. Our task is to build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions. | axios,javascript,jest-tests,reactjs,redux,redux-toolkit,testing-library,tests | 2023-05-15T14:45:20Z | 2023-05-18T15:53:55Z | null | 2 | 12 | 87 | 0 | 0 | 14 | null | NOASSERTION | JavaScript |
PabloBona/PabloBona.github.io | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Microverse Portfolio</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo-Video Demo ](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [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)
# 📖 Pablo Bonasera's Microverse Portfolio <a name="about-project"></a>
**Pablo Bonasera's Microverse Portfolio** This repo contains my portfolio and a selection of projects and works that I have completed. Feel free to explore these projects and know me better.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
My Portfolio's tech stack included a combination of HTML and CSS to structure and style the content of my web pages. HTML provided the foundation for organizing the page's structure, while CSS added visual design elements, such as colors, fonts, and layouts. Additionally, I used Figma, a user interface design tool, to create a visual representation of the web pages before starting to code in HTML and CSS. Figma allowed me to explore different design options and iterate on the page's layout and elements before committing to a final design.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.w3schools.com/html/">HTML</a></li>
<li><a href="https://www.w3schools.com/css/">CSS</a></li>
<li><a href="https://www.figma.com/file/l7SqJ3ZfkAKih9sFxvWSR4/Microverse-Student-Project-1?type=design&node-id=0-1&t=ZRVAxLHdljOKsnUT-0">Figma Design</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Modern UI Design**
- **Valid HTML5 & CSS3**
- **Fully Responsive**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- Access my online portfolio and experiment with the different sections and projects I have included from here <a href="https://pablobona.github.io/">Live Demo</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Video Demo <a name="live-demo"></a>
[](https://www.loom.com/share/128b7af0dfb94ee4a85560bb69ad74d6)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
These instructions will allow you to obtain a copy of the project on your local machine for development and testing purposes. See deployment for additional notes on how to deploy the project on a live system.
### Prerequisites
In order to run this project you need: [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [NPM](http://npmjs.com)) installed on your computer.
```
node@v16.4.2 or higher
npm@7.18.1 or higher
git@2.30.1 or higher
```
Also, you can use [Yarn](https://yarnpkg.com/) instead of NPM ☝️
```
yarn@v1.22.10 or higher
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/PabloBona/PabloBona.github.io.git
```
### Install
Install this project with:
```sh
cd PabloBona.github.io
npm install
```
### Usage
To run your project locally use the live server feature in Visual Studio Code or open the index.html file in the browser.
### Run tests
To run tests, run the following command:
```sh
npx hint .
npx stylelint "**/*.{css,scss}"
```
### Deployment
This proyect is deployed using [GitHub Pages](https://pages.github.com/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Pablo Bonasera**
- GitHub: [@PabloBona](https://github.com/PabloBona)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [x] **Add contact form**
- [x] **Improve desktop version**
- [x] **Add animations and transitions**
- [ ] **Add support for multiple languages**
- [ ] **Implement a dark mode option**
- [ ] **Add new breakpoints for screen dimension sm-lg-xl**
- [ ] **Integrate with social media platforms**
<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/PabloBona/PabloBona.github.io/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you found this project useful, please consider giving it a star on GitHub to show your support and help us reach a wider audience.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
"Special thanks to Microverse (https://www.microverse.org/) for providing a collaborative learning platform that has allowed me to improve my programming skills and has helped me achieve my professional goals."
<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>
| This repo contains my portfolio and a selection of projects and works that I have completed. Feel free to explore these projects and know me better. | css,html,javascript | 2023-05-06T18:58:42Z | 2023-08-08T03:46:53Z | null | 2 | 8 | 40 | 1 | 0 | 14 | null | MIT | CSS |
o-az/xtsz | main | _**NOTE: youmust be on Node.js LTS (v18) or higher**_
This is like [tsx](https://github.com/esbuild-kit/tsx) but with https imports support `+` <br/> ability to run external files directly from CLI `+` <br/>
only 1 dependency: `esbuild`
If file is `.js`, `.cjs`, `.mjs`, `.ts`, `.cts`, or `.mts`, it will bundled with `esbuild` on the fly then executed with `Node.js`.
If the file is `css`, `txt`, `md`, `html`, `svg`, `xml`, `yaml`, `yml`, `toml`, `csv`, `sql`, `graphql`, or `gql` it will be read and printed to the console.
# **`xtsz`**
### Install
```sh
# pnpm
pnpm add --global xtsz@latest
```
```sh
# yarn
yarn global add xtsz@latest
```
```sh
# npm
npm install --global xtsz@latest
```
### Run
```sh
xtsz ./path/to/file.ts
```
#### as a `devDependency`
```sh
# install
pnpm add --save-dev xtsz@latest
# run
pnpm dlx xtsz ./path/to/file.ts
# or
xtsz https://gist.githubusercontent.com/o-az/e8ed1e89fde52af306099ed28e297cae/raw/f997df001ee197f638af14d09309eb3c060240b0/sample-iife.js
```
```sh
xtsz is a TypeScript and JavaScript (Node.js) file runner that supports https-imports and running external files directly from CLI.
It can run ESM and CJS: .ts, .js, .cjs, .mjs.
Usage:
$ xtsz <filepath>
$ xtsz <url>
Options:
-f, --file The file to run. Can be passed as a flag or as the only argument with no other flags.
-u, --url The url to run. Can be passed as a flag or as the only argument with no other flags.
-h, --help Show this help message.
Examples:
$ xtsz ./src/index.ts
$ xtsz --file ./src/index.cjs
$ xtsz https://gist.githubusercontent.com/o-az/e8ed1e89fde52af306099ed28e297cae/raw/f997df001ee197f638af14d09309eb3c060240b0/sample-iife.js
$ xtsz help, --help, -h
- "What is https imports?"
See https://nodejs.org/api/esm.html#https-and-http-imports
- "How does this package work?"
It uses a custom esbuild plugin to handle https imports and uses Node.js to run TypeScript & ESM.
BUGS
https://github.com/o-az/xtsz/issues
```
| a TypeScript and JavaScript (Node.js) runner that supports HTTP/S imports. It can run ESM and CJS: .ts, .js, .cjs, .mjs. | esbuild,nodejs,ts-node,https-import,cli,javascript,tsx,typescript | 2023-04-22T17:36:51Z | 2023-05-30T10:17:06Z | 2023-05-30T10:17:08Z | 1 | 2 | 24 | 1 | 0 | 13 | null | null | TypeScript |
Akbar1437/oversize-shop | main | # OVERSIZE shop
Demo e-commerce website built using the MERN stack! The platform offers a seamless shopping experience for customers and a user-friendly dashboard for merchants. With features such as user authentication, product search and filtering, shopping cart management, and payment integration, we make it easy for users to find what they need and buy products securely. The website is built using MongoDB, Express.js, React.js and Node.js, making it a powerful and scalable solution for e-commerce businesses of all sizes.
## demo
👉 Click link: https://oversizexxl.onrender.com
## installation
Before start you need to clone the this repository on your local machine.
```shell
git@github.com:Akbar1437/oversize-shop.git
```
After need to make:
## create .env file
duplicate .env.dist in sever folder and rename it to .env
## setup MongoDB
Atlas Cloud MongoDB
Create database at https://cloud.mongodb.com
In .env file update MONGODB_URI=mongodb+srv://your-db-connection
## run Backend
```shell
cd server
```
```shell
npm install
```
```shell
npm run watch
```
```shell
npm run dev
```
## run Frontend
```shell
cd web
```
```shell
npm install
```
```shell
npm run dev
```
| Oversize shop e-commerce website full-stack! | express,javascript,mongodb,react-query,typescript,jwt-authentication,paypal,react | 2023-04-29T05:44:21Z | 2023-07-23T10:48:41Z | null | 1 | 2 | 70 | 0 | 0 | 13 | null | null | TypeScript |
LoveNui/WebLogs-Analysis-System | master | # HBase Actual Data Analysis System
## instructions
### 1. Database design
####LogData
- This table is used to store the data after data cleaning and transformation
- Database type: HBase
- Table Structure
Rowkey|prop|
----|:------------------------------:|
| rowkey | IP / BYTES / URL / DATES / METHOD / FYDM / BYTES|
- RowKey structure design description
> RowKey is divided into date + last three digits of website code + six digit ID
> Each part is described as follows:
Field | Explanation | Example
----| ----- |----
Date |The date when the log file was generated (pure numbers, without spaces and -) | 20170808
Company code | The last three digits of the company code |200
ID | Six digits starting from 100000, used to uniquely mark data and align | 100001
> complete example
> 201708082001000000 means a request made by 200-point company on 2017-08-08
- Create table statement
> create "LogData", "prop"
-
#### LogAna
- This table is used to store the analyzed data
- Database type: HBase
- Table Structure
RowKey | IP | URL | BYTES | MTHOD_STATE |REQ
-------|----|-----|-------|-------------|---
rowkey |IPSumVal IPTotalNum IPList |URLList MaxURL | BytesSecList BytesHourList / TotalBytes | MethodList StateList | ReqHourList ReqSecList ReqSum
- field description
Field | Explanation | Example
----| ----- |----
IPTotalNum| The total number of IPs, excluding duplicates | 100 means that 100 IPs visited the website that day
IPSumVal | Total number of IPs, including duplicates | 100 indicates that 100 IPs visit the website, and IPs can be repeated
IPList | Ranking of IP and corresponding visits, the structure is a JSON file converted from mutable.Map[String, Int] | {"190.1.1.1": 1000} means that the IP of 190.1.1.1 generated 1000 requests on the website in total)
URLList | The 10 most requested URLs, the structure is Json | {"test.aj":100, "test2.aj":90, ...}
MaxURL | The URL with the most requests (now the front end has given up using this field) |{"test.aj": 100}
BytesSecList | Statistical traffic generated per second, the unit is Byte, but converted to MB when the front-end display | {"2017-08-08 01:00:00":9000, "2017-08-08 01:00:00" : 500, ...}
BytesHourList | Count the traffic generated every hour in a day, the unit is Byte, but it will be converted to MB when displayed on the front end | {"08": 9000, "09": 500, ...}, 08 means within 8 o'clock to 9 o'clock generated traffic
TotalBytes | The total traffic size generated in one day, the unit is Byte, but it is converted to MB when displayed on the front end | 3000, indicating that the traffic of 3000b bytes is generated on that day
MethodList | Appeared request method statistics | {"POST":3446,"OPTIONS":5,"HEAD":4}
StateList | Appeared request state intermediate | {"501":8,"302":801,"404":1,"200":14738,"400":2,"405":4}
ReqHourList | Count the number of requests by hour | {"15":2350,"09":3503,"00":690,"11":1903}
ReqSecList | Count the number of requests by second | {"2017-08-08 10:44:08":1,"2017-08-08 09:45:05":4,"2017-08-08 10:06:58 ":4}
ReqSum | The total number of requests in a day | 1000, indicating that there are 1000 requests in the day
- RowKey structure design description
> RowKey is divided into date + last three digits of company code
> Each part is described as follows:
Field | Explanation | Example
----| ----- |----
Date |The date when the log file was generated (pure numbers, without spaces and -) | 20170808
Company code | The last three digits of the company code | 200, it should be noted that 000 means all website data of the day
> example:
20170808200 means all the data of Tianjin High Court on 2017-08-08
20170808000 means all courts at point 2017-08-08 all data
- Create table statement
> create "LogAna", "IP", "URL", "BYTES", "METHOD_STATE", "REQ"
### 2. Project code description
- This project is divided into three sub-projects, including data acquisition, data storage and display, and data offline analysis
#### data collection
- Project name: CollectTomcatLogs
- Function Description:
> Collect tomcat logs under the specified path
> Upload to HDFS or FTP server after renaming the file
> Save the log to record whether the upload is successful
- Deployment instructions: Deploy on each server that needs to collect logs, specify the company code and log path in my.properties
- Configuration management: maven
- Main technologies: Java FTPClient, HDFS
- Test case description: mainly used to test whether the renamed file is normal
- File renaming: Add the court code before the localhost_XXXXX.txt file to distinguish the data of each company
#### Data storage and display
- Project name: RestoreData
- Function Description:
> Data preprocessing: including data analysis, cleaning and transformation
> Data storage: save the converted data in a List and insert them into the HBase database in batches
> Front-end display: display the analyzed data
> Data query: Query corresponding data according to various input conditions
- Development environment:
> JDK 8
> Hadoop 2.7
> Hbase 1.2
> tomcat 8
- Deployment instructions: Configure various data in my.properties, pay attention to the compatibility of JDK and Hadoop versions
- Configuration management: maven
- Main technology: Spring MVC / Hadoop / JSP
- Test case description:
> HbaseBatchInsertTest.java: for testing batch insertion
> HbaseConnectionTest.java: used to test whether the Hbase connection is normal
> ParseLogTest.java: for testing log parsing
> ListBean.java: Print all beans, used to cope with @Autowried failure
- Front end part:
> #### code section
> index.jsp: The page is loaded by default, and the data will be requested after loading, showing all the website data of the previous day
> index.js: used to process various requests and data analysis in index.jsp
> ----------
> queryData.jsp: Used to query the data of various websites, the input is date + website, multiple selection is supported
> queryData.js: used to process various requests and data analysis in queryData.jsp (to be completed)
> ---------
> dataGrid.jsp: display data in form of table (to be completed)
> --------
> myCharts.js: Use echarts to draw various charts (note that the initialization of dom is done externally)
> inputCheck.js: Check if the input is legal
>---------
> mystyle.css: Customize various styles
>####Third party library
> Bootstrap: mainly with its grid system
> Bootstrap-select: Implementation of multiple selection boxes
> BootstrapDatepickr: date input
> echarts: draw various charts
> jQuery: frame
> font-awesome: various small icons
#### Data offline analysis
- Project name: ScalaReadAndWrite
- Function Description:
> Offline analysis of various data, a total of 13 indicators, see the database table LogAna design for details
- Development environment:
> Scala 2.11
> Spark 1.52
> Hadoop 2.7
- Special Note:
> There are only two implementations of global variables in spark, broadcast variables or accumulators, this project uses accumulators
> When customizing the accumulator, it is very important to pay attention to the correct input and output types
> Be sure to implement all six overloaded functions
> An accumulator can only pass one kind of variable, which can be a complex object
> Failure to do so will invalidate the accumulator!
- Deployment instructions: None
- Configuration management: maven
- Main technology: Spark
- Description of project structure:
> Accumulator: accumulator, including various custom accumulators
> analysis: main analysis code
> DAO: parse the entity class and store it in HBase
> Entity: two entity classes
> util: various tools
#### 3. Project screenshot:
- Hbase database screenshot

- Data display interface

- Data display interface
 | A big data platform for analyzing web access logs | hbase,javascript,log-analysis,python,scala,spark | 2023-05-16T09:51:41Z | 2023-07-15T16:39:35Z | null | 1 | 0 | 9 | 0 | 0 | 13 | null | null | Java |
kamranAbdullaev/LinkedIn-Clone | main | # LinkedIn Clone
1. Authentication
2. Start a Post
3. Update a Post
4. Delete a Post
5. Add Connections
6. Like and Comment on a Post
7. Update Profile
8. See Other Profiles
9. Add a Profile Picture
10. Add Post Images
11. Search For Other Users
---
The website is hosted by: https://linkedin-clone-a9087.web.app
| LinkedIn Clone using React !!! | clone,clone-app,javascript,js,linkedin,linkedin-clone,react,reactjs,social-media,webapp | 2023-05-07T20:18:24Z | 2023-05-16T13:07:08Z | null | 1 | 0 | 25 | 0 | 1 | 13 | null | Apache-2.0 | JavaScript |
elsoul/skeet-firestore | main | <a href="https://skeet.dev">
<img src="https://user-images.githubusercontent.com/20677823/221215449-93a7b5a8-5f33-4da8-9dd4-d0713db0a280.png" alt="Skeet Framework Logo">
</a>
<p align="center">
<a href="https://twitter.com/intent/follow?screen_name=SkeetDev">
<img src="https://img.shields.io/twitter/follow/ELSOUL_LABO2.svg?label=Follow%20@ELSOUL_LABO2" alt="Follow @ELSOUL_LABO2" />
</a>
<br/>
<a aria-label="npm version" href="https://www.npmjs.com/package/@skeet-framework/firestore">
<img alt="" src="https://badgen.net/npm/v/@skeet-framework/firestore">
</a>
<a aria-label="Downloads Number" href="https://www.npmjs.com/package/@skeet-framework/firestore">
<img alt="" src="https://badgen.net/npm/dt/@skeet-framework/firestore">
</a>
<a aria-label="License" href="https://github.com/elsoul/skeet-firestore/blob/master/LICENSE.txt">
<img alt="" src="https://badgen.net/badge/license/Apache/blue">
</a>
<a aria-label="Code of Conduct" href="https://github.com/elsoul/skeet-firestore/blob/master/CODE_OF_CONDUCT.md">
<img alt="" src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg">
</a>
</p>
# Skeet Framework Plugin - Firestore
Skeet Firestore Plugin for CRUD Firestore operation with Firestore Converter.
Type safe, easy to use, and easy to test.
This plugin is for serverside with Firebase Admin SDK.
(Client side helper functions for Firestore is in ./lib/skeet/firestore on the Skeet Client)
# Installation
```bash
$ skeet yarn add -p @skeet-framework/firestore
```
or
```bash
$ yarn add @skeet-framework/firestore
```
# Skeet Firestore Docs
- [https://skeet.dev/doc/backend/skeet-firestore/](https://skeet.dev/doc/backend/skeet-firestore/)
- [Skeet Firestore TypeDoc](https://elsoul.github.io/skeet-firestore/)
# Features
All CRUD operations are supported with Firestore Converter.
createdAt and updatedAt are automatically added to the document with Firebase ServerTimestamp.
- [x] Add Collection Item
- [x] Adds Collection Items
- [x] Get Collection Item
- [x] Query Collection Items
- [x] Update Collection Item
- [x] Delete Collection Item
# Usage
## Initialize
```typescript
import * as admin from 'firebase-admin'
admin.initializeApp()
```
## Add Collection Item
```ts
import { firestore } from 'firebase-admin'
import { add } from '@skeet-framework/firestore'
const db = firestore()
const data: User = {
name: 'John Doe',
age: 30,
}
async function run() {
try {
const path = 'Users'
const docRef = await add<User>(db, path, data)
console.log(`Document added with ID: ${docRef.id}`)
} catch (error) {
console.error(`Error adding document: ${error}`)
}
}
run()
```
## Adds Collection Items
```ts
import { firestore } from 'firebase-admin'
import { adds } from '@skeet-framework/firestore'
const db = firestore()
const users: User[] = [
{ name: 'John Doe', age: 30 },
{ name: 'Jane Smith', age: 25 },
// ... more users ...
]
async function run() {
try {
const path = 'Users'
const results = await adds<User>(db, path, users)
console.log(`Added ${users.length} users in ${results.length} batches.`)
} catch (error) {
console.error(`Error adding documents: ${error}`)
}
}
run()
```
## Get Collection Item
```ts
import { firestore } from 'firebase-admin'
import * as admin from 'firebase-admin'
import { get } from '@skeet-framework/firestore'
const db = admin.firestore()
async function run() {
try {
const path = 'Users'
const docId = 'user123'
const user = await get<User>(db, path, docId)
console.log(`User: ${JSON.stringify(user)}`)
} catch (error) {
console.error(`Error getting document: ${error}`)
}
}
run()
```
## Query Collection Items
```typescript
import { firestore } from 'firebase-admin'
import * as admin from 'firebase-admin'
import { query, QueryCondition } from '@skeet-framework/firestore'
const db = admin.firestore()
// Simple query to get users over 25 years old
const simpleConditions: QueryCondition[] = [
{ field: 'age', operator: '>', value: 25 },
]
// Advanced query to get users over 25 years old, ordered by desc
// Limitations: If you include a filter with a range comparison (<, <=, >, >=), your first ordering must be on the same field
// So we can't use multiple fields with a range comparison for now.
// https://firebase.google.com/docs/firestore/query-data/order-limit-data
const advancedConditions: QueryCondition[] = [
{ field: 'age', operator: '>', value: 25 },
{ field: 'age', orderDirection: 'desc' },
]
// Query to get users over 25 years old and limit the results to 5
const limitedConditions: QueryCondition[] = [
{ field: 'age', operator: '>', value: 25 },
{ limit: 5 },
]
async function run() {
try {
const path = 'Users'
// Using the simple conditions
const usersByAge = await query<User>(db, path, simpleConditions)
console.log(`Found ${usersByAge.length} users over 25 years old.`)
// Using the advanced conditions
const orderedUsers = await query<User>(db, path, advancedConditions)
console.log(
`Found ${orderedUsers.length} users over 25 years old, ordered by name.`
)
// Using the limited conditions
const limitedUsers = await query<User>(db, path, limitedConditions)
console.log(
`Found ${limitedUsers.length} users over 25 years old, limited to 5.`
)
} catch (error) {
console.error(`Error querying collection: ${error}`)
}
}
run()
```
## Update Collection Item
```ts
import { firestore } from 'firebase-admin'
import * as admin from 'firebase-admin'
import { update } from '@skeet-framework/firestore'
const db = admin.firestore()
const updatedData: User = {
age: 38,
}
async function run() {
try {
const path = 'Users'
const docId = '123456'
const success = await update<User>(db, path, docId, updatedData)
if (success) {
console.log(`Document with ID ${docId} updated successfully.`)
}
} catch (error) {
console.error(`Error updating document: ${error}`)
}
}
run()
```
## Delete Collection Item
```ts
import { firestore } from 'firebase-admin'
import * as admin from 'firebase-admin'
import { delete } from '@skeet-framework/firestore'
async function run() {
try {
const path = 'Users'
const docId = '123456'
const success = await delete(db, path, docId)
if (success) {
console.log(`Document with ID ${docId} deleted successfully.`)
}
} catch (error) {
console.error(`Error deleting document: ${error}`)
}
}
```
# Skeet Framework Document
- [https://skeet.dev](https://skeet.dev)
# Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
# License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
# Code of Conduct
Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet-firestore/blob/master/CODE_OF_CONDUCT.md).
| 🛠 Skeet Framework Plugin - Firestore🔥 | firestore,framework,nosql,typescript,cloud,firebase,google,google-cloud,javascript,serverless | 2023-05-11T10:18:21Z | 2023-10-24T10:28:50Z | 2023-10-24T10:28:50Z | 4 | 46 | 165 | 1 | 2 | 13 | null | Apache-2.0 | TypeScript |
AbdullahBakir97/2050-Bootstrap-Landing-page | main | # 2050 Bootstrap Landing Page
landing page using html, css, bootstrap5, javascript

A modern and responsive Bootstrap landing page template for your next web project. Showcase your product, app, or service with style.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Installation](#installation)
- [Customization](#customization)
- [Contributing](#contributing)
## Demo
See it in action: [Live Demo](https://your-demo-link.com)
## Features
- ✔️ Modern and clean design.
- 📱 Fully responsive and mobile-friendly.
- 🌈 Easily customizable with Bootstrap.
- 📨 Contact form integration.
- 📈 SEO-friendly for better visibility.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/AbdullahBakir97/2050-Bootstrap-Landing-page.git
```
2. Navigate to the project directory:
```bash
cd 2050-Bootstrap-Landing-page
```
3. Open `index.html` in your web browser or upload the files to your web hosting.
## Customization
- You can customize the content, colors, and styles in the HTML and CSS files to match your branding.
- For the contact form, update the form action URL in `index.html` to your desired backend endpoint.
## Contributing
Contributions are welcome! Please follow our [contribution guidelines](CONTRIBUTING.md).
| landing page using html, css, bootstrap5, javascript | bootstrap5,css,html,javascript,anmation,anmation-css | 2023-05-15T19:14:17Z | 2023-10-08T21:17:16Z | null | 1 | 0 | 28 | 0 | 0 | 13 | null | null | HTML |
mobinghaemi/mobinghaemi.github.io | master | ## <strong>Mobin Ghaemi</strong> portfolio
## Preview
<img src='./assets/img/project-3.jpeg'>
## Run
[Show](https://mobinghaemi.github.io)
## Authors
- [@mobinghaemi](https://github.com/mobinghaemi)
## Licence
[GPL Licence](LICENCE)
## Privacy Policy
[Security](SECURITY)
## Sponsor
[Sponsor](https://www.coffeete.ir/mobinghaemi)
| mobin ghaemi portfolio website | css,html,scss,ghaemi,javascript,mobin,mobinghaemi | 2023-05-04T23:28:04Z | 2024-02-02T23:40:06Z | null | 1 | 0 | 49 | 0 | 0 | 13 | null | GPL-3.0 | SCSS |
luttje/mermaid-gpt | main | # 🧜♀️ MermaidGPT
Generates [mermaid](https://mermaid.js.org/) Class and Entity Relationship Diagrams based on your description, using GPT-3 (`text-davinci-003`).
To use it head over to the [💻 MermaidGPT demo](https://luttje.github.io/mermaid-gpt/), enter your [OpenAI API key](https://platform.openai.com/account/api-keys) and start generating diagrams.
> **Note** Your API key is only stored in your browser's LocalStorage. It is not sent anywhere. Nevertheless, you should be careful entering your API key anywhere. It is recommended you understand the source code and then get this project running locally to use it from there.
## Getting started
Before continuing, make sure you have [Node.js](https://nodejs.org/en/) installed.
1. Clone this repository
2. Run `npm install` to install the dependencies
3. Run `npm run dev -- --open` to start the development server and open the app in your browser
## Prompts
You can check out which prompts are used in [the source code prompts folder](https://github.com/luttje/mermaid-gpt/tree/main/src/lib/prompts). | Generates an ERD or Class Diagram based on natural language input. | ai,gpt,javascript,svelte | 2023-04-24T15:29:18Z | 2023-07-21T02:58:10Z | null | 1 | 4 | 19 | 1 | 2 | 13 | null | MIT | Svelte |
aarkue/pdf-tools-web | main |
<p align="center">
<img style="width: 200px" src="https://user-images.githubusercontent.com/20766652/235507439-7ffdd1f8-56b7-4a5a-817e-be2ebc06d50b.svg" alt="PDF Tools Logo showing a PDF file icon with a wrench" />
</p>
# PDF Tools (Web)
This project aims to provide a powerful web-based toolbox of different PDF-related features.
**Try or install PDF Tools here: [https://pdf.wolke7.cloud](https://pdf.wolke7.cloud)**.
## Features
### Merging PDF Files
Merge multiple PDF documents to one file.
There are different options for the outline of the merged file available:
- _Retain outline entries as one entry per file_: The outlines of the original documents are retained. They are included as children of the corresponding top-level outline element, which is created for every file.
- _Retain outline entries_: Simply retain the outline entries of the original documents, only adjusting the page/destination they point to, to account for the changed page numbering.
- _Create one outline entry per file_: Create a single outline entry for each of the documents, using the file name as a title.
- _Don't create an outline_: Don't create any outline for the merged PDF file.
### Reordering PDF Pages
Visually reorder the pages of a PDF file.
<p align="center">
<img style="display: block; width: 45%" src="https://github.com/aarkue/pdf-tools-web/assets/20766652/441612ee-56e8-4b2c-bedc-26789e5a2a73" alt="Gif of visual reordering feature"/>
</p>
### Extract Text
Extract and view or copy the text content of a PDF file, or individual pages.
<p align="center">
<img style="display: block; width: 45%" src="https://github.com/aarkue/pdf-tools-web/assets/20766652/b4f0c028-723d-495c-a0e6-d622d0fba701" alt="Gif of text extraction feature"/>
</p>
### Offline Use
The web app hosted at **[https://pdf.wolke7.cloud](https://pdf.wolke7.cloud)** is a progressive web app (PWA).
You can use it offline (after first visit) and even install it to have it easily available.
## Screenshots
<p align="center">
<img style="display: block; width: 45%" src="https://user-images.githubusercontent.com/20766652/235502732-4b21e6f1-5fdf-4ce7-a9cd-438dfb633f98.png" alt="Screenshot of user interface in light mode"/>
<img style="display: block; width: 45%" src="https://user-images.githubusercontent.com/20766652/235502851-e78a3e23-e9d6-48d5-932d-1ac302ad860a.png" alt="Screenshot of user interface in dark mode"/>
</p>
<p align="center">
<img src="https://user-images.githubusercontent.com/20766652/235502512-d9395cc6-a2fb-40dc-9674-6f9103eb06ab.png" alt="Screenshot of user interface in light mode"/>
</p>
## Project Structure
This project uses Typescript.
The Web App (PWA) is implemented using Next.JS (React) and Tailwind CSS.
The main PDF merging and outline processing work is done in the following files: `lib/pdf-outline-helper.ts` and `components/PDFMagic.tsx`.
This project makes heavy use of the `pdf-lib` JavaScript library for PDF manipulation.
See also [https://pdf-lib.js.org](https://pdf-lib.js.org), [https://github.com/Hopding/pdf-lib](https://github.com/Hopding/pdf-lib) and its fork used in this project: [https://github.com/cantoo-scribe/pdf-lib](https://github.com/cantoo-scribe/pdf-lib).
| This project aims to provide a powerful web-based toolbox of different PDF-related features. | pdf,pdf-lib,pdf-merge,pdf-merger,pdf-tools,javascript,nextjs,pwa,typescript | 2023-05-01T17:59:31Z | 2024-03-10T15:14:53Z | null | 1 | 1 | 23 | 1 | 0 | 12 | null | MIT | TypeScript |
Alejandroq12/math-fans | dev | # math-fans
<a name="readme-top"></a>
<div align="center">
<img src="./public/logo.png" alt="logo" width="550" height="auto" />
<br/>
<h3><b>Math Fans</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [math-fans](#math-fans)
- [📗 Table of Contents](#-table-of-contents)
- [📖Math Fans ](#math-fans-)
- [🛠 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-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖Math Fans <a name="about-project"></a>
"Math Fans" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote. By building this application, I will learn how to use React.
## 🛠 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>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 Features <a name="key-features"></a>
- **Make simple calculations.**
- **Read a random math-related quote.**
- **Fetch data from API.**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link Netlify](https://warm-nasturtium-2364c6.netlify.app/)
-
- [Live Demo Link Render](https://math-fans.onrender.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:
```
https://github.com/Alejandroq12/math-fans.git
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd math-fans``**
### 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 can also use `npm start` command in terminal to run this at the localhost.
### Run tests
To run tests, run the following command:
- 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: Render or Netlify,
- I used Netlify and Render to deploy my website.
- For more information about publishing sources, see "[Netlify](https://app.netlify.com/)" or "[Render](https://render.com/)".
<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>
- [x] **I will create a responsive website.**
- [ ] **i will add more pages.**
<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>
- **Did you created this project from zero?**
- Of course, as if it were a real life job scenario.
<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>
| "Math fans" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote. By building this application, I learned how to use React. | css,html,javascript,props,react,reactjs,state | 2023-04-24T21:00:50Z | 2023-07-28T02:10:22Z | null | 1 | 10 | 104 | 0 | 0 | 12 | null | MIT | JavaScript |
bitcraft3r/0xVenture-Capitalist | main | # 0xVenture Capitalist
0xVenture Capitalist is a browser game inspired by AdVenture Capitalist, where players invest in businesses to generate revenue and strive for financial success.
It is an idle/clicker/incremental game that educates players about investing, blockchain and cryptocurrencies.
<img width="640" alt="0xVenture Capitalist Homepage" src="https://github.com/sov3333/0xVenture-Capitalist/assets/8282076/4f5f7fd1-5daa-4536-8a59-75db3b0093ac">

> _Invest in different blockchain businesses and gain revenue, starting out with a single lemonade stand. Hire managers to earn while you're away, and make as much money as possible._
>
> _Become a blockchain business tycoon, and **MAKE YOUR FORTUNE**!_
## Overview
### User Stories
- As a player, I want to invest in various businesses to generate revenue.
- As a player, I want to hire managers to earn money even when I'm not actively playing.
- As a player, I want to track my progress and see how much money I've earned.
- As a player, I want to upgrade my businesses to increase their revenue.
- As a player, I want to unlock new businesses as I progress in the game.
- As a player, I want to have an engaging and visually appealing user interface.
- As a player, I want to experience smooth gameplay with no errors.
- As a player, I want to learn about investing, blockchain and cryptocurrencies.
- As a player, I want to be guided on how to play when I first start playing.
- As a player, I want to earn rewards for playing the game.
### Wireframes
<img width="712" alt="0xVenture Capitalist Game" src="https://github.com/sov3333/0xVenture-Capitalist/assets/8282076/d760046f-7017-45e7-bf26-b8c32f50eac4">
<img width="641" alt="0xVenture Capitalist About" src="https://github.com/sov3333/0xVenture-Capitalist/assets/8282076/84ccd48a-59ff-4718-bf44-81473d8df519">
### Backend Routes
| CRUD | Method | Endpoint | Description |
| ---- | ------ | ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| C | POST | /api/auth/[...nextauth] | Create new user. |
| R | GET | /api/player/[email] | Get a `User` by `user.email`. |
| R | GET | /api/player/business/[userId] | Get all `Business` with `userId`. |
| U | PUT | /api/player/business/buy/[userId] | Buy a `Business` for `userId`, update `user.coins`, `business.quantity`, and `business.time` or `business.revenue` from unlock bonus if any. |
| U | PUT | /api/player/business/collect/[userId] | Collect profits for `userId`, update `user.coins`. |
| U | PUT | /api/player/business/manager/[userId] | Purchase a manager for `Business` for `userId`, update `user.coins` and `business.managerOwned`. |
| C | POST | /api/player/business/seed/[id] | Create all `Business` and `Upgrade` for `userId`. |
| R | GET | /api/upgrade/[userId] | Get all `Upgrade` with `userId`. |
| U | PUT | /api/upgrade/buy/[userId] | Purchase an `Upgrade` for `userId`, update `user.coins`, `upgrade.purchased`, and `business.revenue`. |
| D | DELETE | /api/admin/reset/[userId] | If requester's `user.admin === true`, delete all `Business` and `Upgrade` with `userId`, reset `user.coins` to 0, and increment `user.resets` by 1. |
## Technologies Used
The game is built using [Next.js](https://nextjs.org/), bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
To provide a visually appealing user interface, an interactive and engaging experience, and with smooth gameplay mechanics, the following libraries are used:
- Languages: [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), [TypeScript](https://www.typescriptlang.org/)
- Framework: [React](https://react.dev/)
- Meta Framework: [Next.JS v13.4 with `app` directory](https://nextjs.org/docs)
- State Management: [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction)
- Database & ORM: [MongoDB](https://www.mongodb.com/), [Prisma](https://www.prisma.io/mongodb)
- Authentication: [Auth.js](https://authjs.dev/)
- UI/UX:
- [Tailwind CSS](https://tailwindcss.com/docs/guides/nextjs)
- [Radix UI](https://www.radix-ui.com/)
- [Radix Icons](https://icons.radix-ui.com/)
- [React Icons](https://react-icons.github.io/react-icons/)
- [React Hot Toast](https://react-hot-toast.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Use Sound](https://github.com/joshwcomeau/use-sound)
- AI Tools:
- [GitHub Copilot](https://github.com/features/copilot)
- [ChatGPT](https://chat.openai.com/)
- [Lexica](https://lexica.art/)
## Motivations & Approach
I decided to use `Next.js`, `TypeScript`, `Auth.js`, `Prisma`, `TailwindCSS` and `Radix UI` from the start. The usual process is to decide on a stack after the project is scoped, but I wanted to challenge myself to learn new technologies and build a full-stack application with a modern tech stack.
After the initial planning phase, I used an iterative approach to develop the game, first focusing on building the core functionality and gradually adding features to enhance the gameplay experience, and quickly work towards a working prototype.
This allowed me to launch the game publicly in 10 days, fix major bugs on launch day, and further iterate on it to improve the user experience.
Here are the major steps taken during the development process:
0. **Project Setup & Deployment**: Set up the development environment and install the necessary dependencies. Configure the Next.js v13 app router project structure and setup boilerplate for Navbar, Authentication, Prisma and DB connection. Deployed the application to Vercel early, enabling easier detection of bugs related to production vs localhost.
1. **Planning**: Brainstormed ideas and decided on "an educational game about finance/investing". Researched existing games to find inspiration for a game that would be fun play, technically challenging to build, and achieveable within the given timeframe. Found AdVenture Capitalist, and decided to clone it. Researched the game, learned from existing clones, and asked ChatGPT for help.

2. **Backend Development**: Build the backend using the Next.js v13 app router, and MongoDB with Prisma for database. Designed the database schema and implemented the API endpoints for creating, reading, updating, and deleting data.
3. **Frontend Development**: Implemented the frontend using React, TypeScript and Next.js. Used Zustand for state management. Designed the user interface, including the game mechanics, investment options, and revenue tracking. Used Tailwind CSS for styling, Radix UI for pre-made components, React Hot Toast for notifications, Framer Motion for animations, and Use Sound for sound effects.
4. **Integration**: Integrated the frontend with the backend, enabling seamless communication between the client and server. Implemented passwordless OAuth 2.0 authentication using Auth.js to support user and admin logins with different access levels. Strived for 0 breaking/critical UX issues before launching publicly.
5. **Testing and Refinement**: Thoroughly tested the application to identify and fix any bugs or issues. Gathered feedback from users and made improvements based on their suggestions.
Throughout the development process, followed best practices such as limiting the use of `client components` to where user interaction is required, writing clean, DRY, and maintainable code, and using version control with Git.
## Challenges & Unsolved Problems
During the development process, encountered some challenges and had a few unsolved problems. These include:
0. **Performance & Optimization - Laggy UI & Critical UX Issues**:
It takes ~2 seconds for an action to get a response on the live server, if the action involves calling the backend API to Prisma to MongoDB and needs to wait for a response, especially if there are additional checks and multiple requests in a single action.
As the game progresses and the player accumulates more businesses and managers, the front-end components re-render more often and more backend api calls are made, and as a result, the performance of the application may be further impacted. Occassionally, a player's browser may run out of memory, causing the client to crash.
Furthermore, the higher the number of concurrent players, the more backend API calls are made, which may result in the server crashing.
Possible solutions to optimize the code and implement strategies to improve overall performance include:
- fix bugs that cause memory leaks (e.g. dismount timers when not in use, unsubscribe from event listeners, etc.)
- take advantage of server-side rendering and server components to reduce frontend load
- optimize use of `useState`, `useEffect`, `useRef` etc. to prevent unnecessary re-renders
- effective use of `useMemo` and `useCallback` etc. to memorize expensive values and computations
- optimize server & db locations to reduce latency (e.g. use CDN, or edge network)
- scale up server & db to handle more concurrent requests
- code splitting to reduce bundle size
- hydration to reduce time to interactive
- caching, lazy loading, data pagination to reduce number of API calls
1. **Performance & Optimization - MongoDB & Concurrent Players**:
MongoDB Altas free tier limitation ([source](https://www.mongodb.com/community/forums/t/request-limit-in-the-free-tier/9804/2)):
- _100 crud requests per second_ at max
To maximize usage, we want to reduce the number of API calls to MongoDB (per player, per second) as much as possible. Ideally, we want to make <1 CRUD request per second per player, so that we can have 100+ concurrent players while on the free tier.
In the initial version of the game, 1 API call to MongoDB is made every time revenue is auto-collected, which can be 20+ times per second per business. As a result, the app could only support less than 5 concurrent users. This is not scalable.
As a temporary solution, the auto-generated revenue is first saved to Zustand store, and then pushed to MongoDB every 30 seconds. In a perfect world, this scales the app up to enable a max of 3,000 concurrent players (3,000 requests / 30 seconds = 100 req/s) while on the free MongoDB tier.
Some other possible solutions include:
- queue API calls to MongoDB (e.g. use `Promise.all` to batch API calls)
- reduce API calls for remaining player actions (e.g. collect revenue manually, buy business, hire manager, etc.)
- throttle / rate limit the number of API calls
- use React Query (Tanstack Query) or Redis to cache data
- use GraphQL to reduce the number of API calls
- use "static" or "closure" functions
2. **Syncing Database vs Store/State**:
Notably, this version uses MongoDB as the primary source of truth, and Zustand was implemented later on to improve UX with instant updates to the UI.
As a result, there are 2 states to manage: the database and the store/state, and they are not always in sync.
There are several cases where a discrepancy occurs between the database and the store/state, where one is updated but not the other. This mostly involves the 30 second window when the auto-generated revenue is saved to the store but not yet pushed to the database. Examples include:
- the player refreshes the page, resulting in the store/state being reset to the database values.
- the player purchases an upgrade or investment, resulting in database value becoming negative while the store/state value is still positive.
- the profits earned when a player is actively playing vs when offline are calculated differently (offline profits pays pro-rated revenue vs if actively playing you would earn 0 if timer is not yet reached), resulting in offline profits being higher/faster.
Possible solutions include:
- use Zustand as primary source of truth with occassional updates to MongoDB
3. **Gameplay Bugs, Loopholes and Exploits**:
A major bug is that the player is able to purchase an upgrade multiple times, even though there are basic checks in place to try prevent multiple buys.
When purchasing the upgrade, the following checks are made on the backend API route:
- if the player has enough money to purchase the upgrade
- if the player has already purchased the upgrade
On the frontend, the purchase upgrade button is also disabled once the player clicks on it, until the function to purchase the upgrade is completed.
One possible reason for this bug is that almost-simultaneous calls manage to pass the check of `upgrade.purchased = false` and `coins > upgradeCost`.
Possible solutions:
- implement a more robust check on the backend API route
- disable the button on the frontend for a longer period of time
- implement a queue system to handle multiple requests
- implement a random delay (0-1s) before the purchase upgrade function is executed
- write unit tests
4. **Security**:
Ensuring the security of user data and preventing unauthorized access is crucial.
Measures taken to secure the application include:
- using HTTPS
- using Auth.js for authentication
- using `next-auth` to create API routes
- using `next-auth` to create protected pages
Other security measures to consider:
- protect API routes such that they can't be called directly with bogus data and/or by user without authorization
- using `next-rate-limit` to limit the number of requests
- using `next-secure-headers` to set security-related HTTP headers
- using `next-csp` to set Content Security Policy headers
- etc.
5. **User Feedback, Testing and Iteration**:
While the application has been thoroughly tested, there may be some bugs or issues that have not been identified.
If you encounter any problems while playing the game, please report them [by creating an issue](https://github.com/sov3333/0xVenture-Capitalist/issues/new) so that they can be addressed.
Gathering user feedback and incorporating it into the application is an ongoing process. Encourage users to provide feedback and suggestions, which will help identify areas for improvement and enhance the overall user experience.
## Future Development
0. **Mobile-friendly UI**: The game is currently optimized for desktop and tablet screens, but not yet for mobile. This is a future development that will be implemented in the next version of the game.
1. **Cloning All Features**: Due to time constraints, not all features of AdVenture Capitalist were cloned. Some of the features that were not implemented include:
- angel investors (reset game)
- moon/mars expansion
- unlocks for 5,000+ quantity of businesses
- achievements (milestones)
- events
- advertisements
- etc.
2. **New Features**: Some new features that could be implemented in the future include:
- Leaderboard
- Web3 integration
- NFTs for players/characters, skins, etc.
- Weekly/monthly rewards
- Multiplayer
- etc.
3. **Explore Alternative Technologies**: Some other technologies that could be explored in the future include:
- JS frameworks: [Deno](https://deno.com/)+[Fresh](https://fresh.deno.dev/), [Svelte](https://svelte.dev/), [Astro](https://astro.build/), [Qwik](https://qwik.builder.io/), [Solid](https://www.solidjs.com/), [Bun](https://bun.sh/), [Vue](https://vuejs.org/)
- TypeScript libraries: [Zod](https://github.com/colinhacks/zod), [tRPC](https://trpc.io/)
- State management: [Jotai](https://jotai.org/), [Redux Toolkit](https://redux-toolkit.js.org/)
- Database: [Firebase](https://firebase.google.com/), [Supabase](https://supabase.com/), [Planetscale](https://planetscale.com/), [Cassandra](https://cassandra.apache.org/), [FaunaDB](https://fauna.com/), [PocketBase](https://pocketbase.io/), [CockroachDB](https://www.cockroachlabs.com/)
- Caching: [Tanstack Query](https://tanstack.com/query/latest) (also for state), [Redis](https://redis.io/) (also for db)
- Object Relational Mapper: [Drizzle](https://www.npmjs.com/package/drizzle-orm)
- Authentication: [Clerk](https://clerk.com/)
- Web3: [Thirdweb](https://thirdweb.com/), [Wagmi](https://wagmi.sh/), [Ethers](https://docs.ethers.org/v6/), [Siwe](https://docs.login.xyz/general-information/siwe-overview)
- Testing: [Playwright](https://playwright.dev/), [Cypress](https://www.cypress.io/), [Jest](https://jestjs.io/)
- API: [GraphQL](https://graphql.org/)
- Containerization: [Docker](https://www.docker.com/)
- Mobile frameworks: [React Native](https://reactnative.dev/), [Flutter](https://flutter.dev/)
- Game frameworks: [Unity](https://unity.com/), [Phaser](https://phaser.io/)
- Headless? Serverless? Edge? ["Edge is slower if data-fetching is involved but not optimized"](https://www.youtube.com/watch?v=yOP5-3_WFus)
References:
- [How to OVER Engineer a Website // What is a Tech Stack?](https://youtu.be/Sxxw3qtb3_g)
- [Web Development In 2023 - A Practical Guide](https://youtu.be/u72H_zZzkcw)
- [2023 JavaScript Predictions: What to Expect](https://youtu.be/8SgwWpm8M4Y)
- [2023 Frontend Dev and more](https://youtu.be/1v_TEnpqHXE?t=268)
- [7 better ways to create a React app](https://youtu.be/2OTq15A5s0Y)
- [I built the same app 10 times // Which JS Framework is best?](https://www.youtube.com/watch?v=cuHDQhDhvPE)
- [My Bleeding Edge Tech Stack for 2025](https://youtu.be/rFP7rUYtOOg)
- [5 dev trends to follow in 2023](https://youtu.be/J6lrVTrVHK4)
## Installation and Setup
0. Clone the repository:
```bash
git clone https://github.com/sov3333/0xVenture-Capitalist.git
```
1. Install dependencies:
```bash
cd your-repo
npm i
```
2. Set up the database:
Create a MongoDB database and obtain the connection URL. Rename the `.env.example` file to `.env` and update the `DATABASE_URL` with your MongoDB connection URL.
Sync Prisma client API with the DB:
```bash
npx prisma db push
```
Whenever Prisma schema is changed, need to manually invoke `npx prisma db push` in order to accomodate the changes in the Prisma Client API.
3. Fill in remaining values in `.env`:
- `NEXTAUTH_SECRET` - use random hex string e.g. https://generate-secret.now.sh/32.
- `[AuthProvider]_ID` and `[AuthProvider]_SECRET` for Google/Twitter/Github.
4. Start the development server:
```bash
npm run dev
```
5. Open your browser and visit http://localhost:3000 to see the app running.
## Acknowledgments
I would like to acknowledge the following resources that inspired and supported the development of 0xVenture Capitalist:
0. [AdVenture Capitalist | World's Easiest Game!](https://hyperhippo.com/games/adventure-capitalist/)
1. [The Math of Idle Games part 1](https://blog.kongregate.com/the-math-of-idle-games-part-i/)

2. AdVenture Capitalist clones in JavaScript by [@Rukmoni](https://github.com/Rukmoni/captialist--game), [@matart15](https://github.com/matart15/adventure-capitalist-clone) and [@Satttoshi](https://github.com/Satttoshi/idle-boss).
3. YouTube tutorials:
- [Next.js 13 - The Basics](https://youtu.be/__mSgDEOyv8)
- [Securely Fetching Data in NextJS 13 Server and Client Components!](https://youtu.be/RK3xRielPl4)
- [The Ultimate NEXT.JS 13 Tutorial (Complete Walkthrough w/ Examples)](https://youtu.be/6aP9nyTcd44)
- [NextJS 13 Introduction - Building a fullstack app using Prisma & Mongodb](https://youtu.be/L5JU1oR29TM)
- [Set up a (Next.js + Zustand + Typescript) app | Part 1](https://youtu.be/J0IQ8Oe0AJE)
- [Authentication with Next Auth and Next.js 13](https://youtu.be/cDWytA0V2kI)
- [Full Stack Airbnb Clone with Next.js 13 App Router: React, Tailwind, Prisma, MongoDB, NextAuth 2023](https://youtu.be/c_-b_isI4vg)
4. Icons on Flaticon.com created by [designbydai](https://www.flaticon.com/authors/designbydai), [Taufik Ramadhan](https://www.flaticon.com/authors/taufik-ramadhan), [Freepik](https://www.flaticon.com/authors/freepik), [justicon](https://www.flaticon.com/authors/justicon), [itim2101](https://www.flaticon.com/authors/itim2101), [Flowicon](https://www.flaticon.com/authors/flowicon), [Konkapp](https://www.flaticon.com/authors/konkapp), and [iconjam](https://www.flaticon.com/authors/iconjam).
5. Sound effects on Freesounds.org created by [yottasounds](https://freesound.org/people/yottasounds/), [JomelleJager](https://freesound.org/people/JomelleJager/), [Bertrof](https://freesound.org/people/Bertrof/), [Mr._Fritz_](https://freesound.org/people/Mr._Fritz_/), [The-Sacha-Rush](https://freesound.org/people/The-Sacha-Rush/), and [plasterbrain](https://freesound.org/people/plasterbrain/), and music on Itch.io created by [JDSherbert](https://jdsherbert.itch.io/minigame-music-pack?download).
## Conclusion
0xVenture Capitalist is a captivating idle/clicker/incremental browser game that allows players to invest in businesses, generate revenue, and strive for financial success. With its intuitive user interface, engaging gameplay mechanics, and seamless integration of backend and frontend technologies, the game offers an immersive experience for players.
Hope you enjoy playing 0xVenture Capitalist as much as I enjoyed creating it. Feel free to provide feedback, report any issues, or contribute to the project's ongoing development.
See you on the moon!
## License
This project is licensed under the MIT License.
| An idle/clicker/incremental browser game built with Next.js v13.4 app router, TypeScript, Tailwind CSS, Prisma, MongoDB, Zustand, Radix UI, Framer Motion and AuthJS. | mongodb,nextjs,react,typescript,framer-motion,next-auth,prisma,tailwindcss,zustand,javascript | 2023-04-30T03:20:31Z | 2023-05-14T03:52:13Z | null | 1 | 2 | 114 | 16 | 1 | 12 | null | MIT | TypeScript |
kanugurajesh/Food-Ordering-Website | main | #### ⭐ star this repository if you like it
<div align="center">
<img src="https://github.com/kanugurajesh/Food-Ordering-Website/assets/120458029/df88885d-c634-43cb-8bd4-2d1a6051bb76" alt="" width=150 height=150>
</div>
# Food Ordering Website
A website to order food it has a sleek ui making it good for a resturant apps integration
## Features
- **User-Friendly Interface:** The website boasts a sleek and intuitive UI, ensuring a pleasant experience for customers.
- **Responsive Design:** The layout is responsive, allowing users to access the website seamlessly across various devices.
- **Menu Exploration:** Customers can easily explore the menu, view dish details, and make selections.
- **Order Placement:** The website facilitates
## Demo

## Technologies Used
- HTML
- CSS
- JavaScript
## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
## License
This project license is MIT LICENSE
| A web page to order food | css3,food-ordering,html5,javascript | 2023-05-09T06:56:25Z | 2023-12-03T09:52:25Z | null | 2 | 0 | 11 | 0 | 0 | 12 | null | null | CSS |
mariegrace31/portfolio_project | main | <a name="readme-top"></a>
<div align="center">
# **Portfolio**
<p>This portfolio project showcases my skills and expertise in software development. It includes a collection of my best projects, demonstrating proficiency in various programming languages, frameworks, and technologies. Explore the repository to witness my growth as a developer and discover the innovative projects I've created.</p>
---
<br/>
<br/>
<br/>
</div>
<!-- TABLE OF CONTENTS -->
## <b>Table of Contents 📗
- [Table of Contents 📗](#table-of-contents-)
- [**Built With 🛠**](#built-with-)
- [**Key Features 🏷️** ](#key-features-️-)
- [Live Demo🚀](#live-demo)
- [**Prerequisites 🧱**](#prerequisites-)
- [**Setup ⚙️**](#setup-️)
- [\*\* 🏗️\*\*](#-️)
- [**Usage 📂**](#usage-)
- [**Future features**](#future-features)
- [**Authors 👤**:](#authors-)
- [**Contributing 🤝**](#contributing-)
- [**Show your support 🌟**](#show-your-support-)
- [**Acknowledgments 🙏**](#acknowledgments-)
- [License 📝](#license-)
---
<!-- BUILT WITH -->
## **Built With 🛠**<a name="built-with"></a><br>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML5</a> markup to build raw structure of this web page</li><br>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS3</a> custom properties, <a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">FlexBox</a>, <a href="https://www.w3schools.com/css/css_grid.asp">Grid</a> to make the website visually attractive</li><br>
<li><a href="https://reactjs.org/">Javascript</a></li><br>
<li><a href="https://mozilla.github.io/addons-linter/">Linters</a> for coding convention and coding formating</li>
</ul>
<br>
---
<!-- KEY FEATURES -->
### **Key Features 🏷️** <a name="key-features"></a>
- [Feature_1]: Project Showcase
- [Feature_2]: Skills and Technologies
- [Feature_3]: About Me Section and contact information
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<br>
---
<!-- LIVE DEMO -->
## <b>Live Demo 🚀</b><a name="live-demo"></a>
This project is hosted on GitHub pages, so if you want to check it online, please click [here](https://mariegrace31.github.io/portfolio_project/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<br>
---
<!-- PREREQUISITIES -->
## **Prerequisites 🧱**<a name="prerequisites"></a>
In order to run this project you need:
- A GitHub account
- A web browser to view output e.g. [Microsoft Edge](https://www.microsoft.com/en-us/edge).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
<br>
---
<!-- SETUP -->
## **Setup ⚙️**<a name="setup"></a>
Clone this repository:<br>
```sh
git clone https://github.com/mariegrace31/portfolio_project.git
```
Navigate to the folder
```
cd portfolio_project
```
Checkout the branch
```
git checkout main
```
<br>
---
<!-- INSTALL -->
## ** 🏗️**<a name="install"></a>
Install all dependencies:
```sh
npm install
```
Run the following code to fix possible JavaScript linter errors:
```
npx eslint . --fix
```
---
<!-- USAGE -->
## **Usage 📂**<a name="usage"></a>
Open the page in the browser using "open with live server" in your Vs Code.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
---
<!-- AUTHORS -->
## **Authors 👤**<a name="author"></a>:
👤 **Author1**
- GitHub: [@mariegrace31](https://github.com/mariegrace31)
- Twitter: [@mariegracebmg](https://twitter.com/mariegracebmg)
- LinkedIn: [Marie Grace Bahati](https://linkedin.com/in/marie-gr%C3%A2ce-bahati-546765224)
👤 **Author2**
- Github: [@tusinahmed] (https://github.com/tusinahmed)
👤 **Author3**
- Github: [@Mofuhidy] (https://github.com/Mofuhidy)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<br>
---
<!-- CONTRIBUTING -->
## **Contributing 🤝**<a name="contributing"></a>
If you have suggestions 📝, ideas 🤔, or bug reports 🐛, please feel free to open an [issue](https://github.com/mariegrace31/portfolio_project/issues) on GitHub.
Remember, every contribution, no matter how big or small, makes a difference.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<br>
---
<!-- SUPPORT -->
## **Show your support 🌟**<a name="support"></a>
Thank you for taking the time to explore my GitHub project! Your support means a lot to me. If you find my project valuable and would like to contribute, here are a few ways you can support me:
- **Star the project ⭐️**: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.
- **Fork the project 🍴 🎣**: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.
- **Share with others 🗺️**: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<br>
---
<!-- ACKNOWLEDGEMENTS -->
## **Acknowledgments 🙏**<a name="acknowledgements"></a>
I would like to express our sincere gratitude to [Microverse](https://github.com/microverseinc), the dedicated reviewers, and collaborators. Your unwavering support and feedback have played an immense role in making this journey a resounding success. Thank you for being an integral part of our achievements.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<br>
---
<!-- LICENCE -->
## <b>License 📝</b><a name="license"></a>
This project is [MIT](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This is the first portfolio I created | css,github-pages,html,javascript,linters | 2023-04-27T09:02:05Z | 2024-01-19T21:20:02Z | null | 4 | 12 | 131 | 0 | 0 | 12 | null | null | CSS |
Esri/arcgis-maps-sdk-javascript-samples-beta | main | # ArcGIS Maps SDK for JavaScript samples ([beta](https://developers.arcgis.com/javascript/latest/faq/#what-does-the-beta-tag-mean))
This repository contains code samples and templates for coding with the ArcGIS Maps SDK for JavaScript.
If you are looking for the ArcGIS Maps SDK for JavaScript core package, it is available on [npm](https://www.npmjs.com/package/@arcgis/core).
## How to use this repository
This repository is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo).
### Download directories
#### A single template of a component package
Each component package template provides a direct link to download the template's directory as a zip file. Once the file has been unzipped, you can install your dependencies with yarn or npm, and then run the development server.
#### All templates of a component package
You can download all the templates for a specific component package if you'd like to test a component package in different frontends.
E.g., the README of [./packages/map-components](./packages/map-components) has a link to download a download all map component templates as a ZIP file
In this case, you would need to `cd` into each template and then install your dependencies.
### Clone this repository
This monorepo was built using [yarn workspaces](https://yarnpkg.com/features/workspaces).
After cloning, you only need to run `yarn install` in the root of the repository once to get a single `/node_modules` for all the code samples and templates.
If you want to test a specific template, you can use the `yarn workspaces` command.
E.g., running the development server for the map components vue template
```
yarn workspace map-components-vue-template dev
```
## Available code samples
Below are a collection of code samples that provide proof-of-concept for using ArcGIS Maps SDK for JavaScript components with a variety of popular JavaScript build tools, frameworks and module bundlers. There are download links in the readme for each of the following samples. We recommend downloading a template from the links below and using your package manager of choice.
- Map components
- [AMD Script Tag](./packages/map-components/templates/amd-script-tag)
- [Angular](./packages/map-components/templates/Angular)
- [React](./packages/map-components/templates/react)
- [Vite](./packages/map-components/templates/vite)
- [Vue](./packages/map-components/templates/vue)
- [Webpack](./packages/map-components/templates/webpack)
- Coding components
- [AMD Script Tag](./packages/coding-components/templates/amd-script-tag)
- [Angular](./packages/coding-components/templates/angular)
- [React](./packages/coding-components/templates/react)
- [Vite](./packages/coding-components/templates/vite)
- [Vue](./packages/coding-components/templates/vue)
- [Webpack](./packages/coding-components/templates/webpack)
- Charts components
- [AMD Script Tag](./packages/charts-components/templates/amd-script-tag)
- [Angular](./packages/charts-components/templates/angular)
- [React](./packages/charts-components/templates/react)
- [Vite](./packages/charts-components/templates/vite)
- [Vue](./packages/charts-components/templates/vue)
- [Webpack](./packages/charts-components/templates/webpack)
## Requirements
Use of the ArcGIS Maps SDK for JavaScript is subject to [System Requirements](https://developers.arcgis.com/javascript/latest/system-requirements/), and the terms described in the product-specific [Terms of Use.](https://www.esri.com/en-us/legal/terms/product-specific-scope-of-use) Learn more about licensing [here](https://developers.arcgis.com/javascript/latest/licensing/).
## Resources
- [ArcGIS Maps SDK for JavaScript](https://developers.arcgis.com/javascript/)
- [https://www.esri.com/arcgis-blog/?s=#&products=js-api-arcgis](https://www.esri.com/arcgis-blog/?s=#&products=js-api-arcgis)
- [twitter@EsriDevs](https://twitter.com/EsriDevs)
## Issues
- General questions about using these modules or the ArcGIS Maps SDK for JavaScript? See the [Esri developer community](https://community.esri.com/t5/arcgis-api-for-javascript/ct-p/arcgis-api-for-javascript).
- [Technical support](https://support.esri.com/).
## Licensing
COPYRIGHT © 2024 Esri
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
email: contracts@esri.com | A collection of useful resources for developers using the ArcGIS Maps SDK for JavaScript components (beta) | arcgis-maps-sdk-for-javascript,components,javascript,web-components,web-development | 2023-05-09T23:25:48Z | 2024-05-03T00:08:43Z | null | 25 | 28 | 141 | 0 | 1 | 12 | null | NOASSERTION | JavaScript |
w2sft/JavaScript-diabolic-tricks-and-wicked-craft | main | # 《JavaScript奇技淫巧》
<h2>JavaScript-diabolic-tricks-and-wicked-craft</h2><br>
『奇技淫巧』一词出自古籍《书·泰誓下》,指新奇的技艺和作品。 此词意与本书内容十分契合,因此书名借用该词。<br>
本书向您分享一系列新奇、有趣、有技术含量的JavaScript编程技术。<br>
<br>
<b>Copyright © https://www.jshaman.com/</b><br>
<b>作者:JShaman.com w2sft</b><br>
<br>
本书尚在持续更新中...如您有任何建议或意见,请与我联系。<br>
<h2>捐助</h2>
https://paypal.me/w2sft?country.x=C2&locale.x=zh_XC
<h2>目录</h2>
JavaScript奇技淫巧:防删水印 1<br>
JavaScript奇技淫巧:图片加密 5<br>
JavaScript奇技淫巧:复制陷阱 12<br>
JavaScript奇技淫巧:禁止页面分析 15<br>
JavaScript奇技淫巧:Html加密 17<br>
JavaScript奇技淫巧:隐秘执行 22<br>
JavaScript奇技淫巧:Hook与反Hook 26<br>
JavaScript奇技淫巧:链接劫持 31<br>
JavaScript奇技淫巧:揭秘jjencode 35<br>
JavaScript奇技淫巧:Ajax拦截 40<br>
JavaScript奇技淫巧:无效断点 48<br>
JavaScript奇技淫巧:时间密码 53<br>
JavaScript奇技淫巧:设备指纹 58<br>
JavaScript奇技淫巧:AST解释器 62<br>
JavaScript奇技淫巧:隐写术 70<br>
JavaScript奇技淫巧:隐形字符 77<br>
JavaScript奇技淫巧:数值的7种写法 81<br>
JavaScript奇技淫巧:详解Eval加密 88<br>
JavaScript奇技淫巧:禁止后退 96<br>
JavaScript奇技淫巧:加密反调试 98<br>
JavaScript奇技淫巧:花样赋值 103<br>
JavaScript奇技淫巧:Eval的未公开用法 107<br>
JavaScript奇技淫巧:终极Eval加密 109<br>
JavaScript奇技淫巧:自动下载 112<br>
JavaScript奇技淫巧:防复制 115<br>
JavaScript奇技淫巧:从词法分析到混淆加密 122<br>
JavaScript奇技淫巧:操控URL 131<br>
JavaScript奇技淫巧:彩色命令行 133<br>
JavaScript奇技淫巧:变速齿轮 139<br>
JavaScript奇技淫巧:按键精灵 144<br>
JavaScript奇技淫巧:6种alert 150<br>
JavaScript奇技淫巧:try&catch加密 155<br>
JavaScript奇技淫巧:代码压缩&加密 159<br>
JavaScript奇技淫巧:加密字库 162<br>
JavaScript奇技淫巧:网站防火墙 173<br>
JavaScript奇技淫巧:Lisp 2 JS 177<br>
JavaScript奇技淫巧:混淆加密技术探究 190<br>
JavaScript奇技淫巧:清理无效代码 227<br>
JavaScript奇技淫巧:debugger拦截 229<br>
JavaScript奇技淫巧:执行“二进制”代码 234<br>
等... ...
| 一本新奇、有趣、有技术含量的JavaScript编程技术集锦书籍。 | javascript,js,book | 2023-05-10T03:26:41Z | 2023-05-11T01:06:37Z | null | 1 | 0 | 5 | 0 | 1 | 12 | null | GPL-3.0 | null |
Yash-Parsana/CrazyCoderServerlessApi | develop | <div id="top"></div>
<p align="center">
<img src="https://github.com/Yash-Parsana/CrazyCoderApp/assets/77839976/d9197945-46b2-4fe1-893b-a6bfe8f3477b" height= 500 width = 500 />
</p>
# CrazyCoder
Competitive programming (CP) a large growing community is very well known for algorithms, data structures and Mathematics, and is a must have skill for any computer science student or top tech companies job aspirant.<br>
<br>
CrazyCoder is born out of our need to have a single place to view all the coding contests happening across many platforms. The app automatically updates all the coding contests and hackathons. You will never miss any contest.
CrazyCoder aims to promote and help grow the competitive programming community worldwide.<br>
CrazyCoder is a comprehensive app designed to cater to the needs of the competitive programming community. It serves as a one-stop solution for viewing coding contests and hackathons happening across multiple platforms. With its user-friendly interface and automatic updates, CrazyCoder ensures that you never miss any contest, enabling you to stay on top of your competitive programming journey.
<br>
<div align="center">
<img src="https://forthebadge.com/images/badges/built-by-developers.svg" />
<img src="https://forthebadge.com/images/badges/built-with-love.svg" />
<img src="https://forthebadge.com/images/badges/uses-brains.svg" />
<img src="https://forthebadge.com/images/badges/powered-by-responsibility.svg" />
</div>
<br>
## Key Features
CrazyCoder offers a range of features to enhance your competitive programming experience :
1. **Contest Tracking**: See contests platform-wise and easily differentiate between running and upcoming contests.
2. **Reminder**: Set reminders for contests to receive notifications before they start, so you never miss an important competition.
3. **Leaderboard**: Compare your rank with friends and engage in healthy competition to motivate each other.
4. **SDE Interview Section**: Access a dedicated section for interview preparation, recommended by employees of top tech companies (MAANG companies).
5. **Chat With Friends**: Connect with fellow programmers, discuss coding problems, and share your progress.
6. **Progress Tracking**: Keep track of your own progress and see how you are improving over time.
7. **Profile Page**: Visit your profile page directly from the app to manage your personal information and preferences.
<br>
## Supported Platforms
CrazyCoder supports the following coding contest platforms :
<br>
<div align="center">
<img src ="https://img.shields.io/badge/-LeetCode-E55807?style=for-the-badge&logo=LeetCode&logoColor=black">
<img src="https://img.shields.io/badge/Codechef-%23B92B27.svg?&style=for-the-badge&logo=Codechef&logoColor=white">
<img src="https://img.shields.io/badge/Codeforces-445f9d?style=for-the-badge&logo=Codeforces&logoColor=white">
<img src ="https://img.shields.io/badge/HackerEarth-%232C3454.svg?&style=for-the-badge&logo=HackerEarth&logoColor=Blue">
<img src ="https://img.shields.io/badge/-Hackerrank-2EC866?style=for-the-badge&logo=HackerRank&logoColor=white">
<br>
<img src="https://img.shields.io/badge/Atcoder-47A992.svg?&style=for-the-badge&logo=Atcoder&logoColor=white">
</div><br>
## Technology Stack 🖥️
The different technologies used to build CrazyCoder :
<br>
| Tech | Description
|------|----------------------------------------------------------------------------------------------------------------
|<img src="https://shields.io/badge/react-black?logo=react&style=for-the-badge"> | A JavaScript library for building user interfaces, known for its component-based structure and efficient rendering.
|<img src="https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white"> | An open-source, cross-platform runtime environment for executing JavaScript code.
|<img src="https://img.shields.io/badge/Express.js-11009E?style=for-the-badge"> | A backend web application framework for building API's with Node.js
|<img src="https://img.shields.io/badge/Firebase-E76161?style=for-the-badge&logo=Firebase&logoColor=white"> | A set of cloud-based development tools to build, deploy and develop quality apps.
<br>
## Repo Status ✳️
<div align="center">
<img src="https://img.shields.io/github/repo-size/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge" />
<img src="https://img.shields.io/github/stars/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=FBCB0A" />
<img src="https://img.shields.io/github/forks/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=00C4FF" />
<img src="https://img.shields.io/github/contributors/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=FF5DA2" />
<img src="https://img.shields.io/github/last-commit/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=54B435" />
<br>
<img src="https://img.shields.io/github/issues/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=green" />
<img src="https://img.shields.io/github/issues-closed/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=FF5403" />
<img src="https://img.shields.io/github/issues-pr/Yash-Parsana/CrazyCoderServerlessApi.svg?style=for-the-badge&color=green" />
<img src="https://img.shields.io/github/issues-pr-closed/Yash-Parsana/CrazyCoderServerlessApi?style=for-the-badge&color=FF5403" />
</div><br>
## Contribution Guidelines
We welcome contributions from the open-source community to make CrazyCoder even better. To contribute, please follow these steps:
:pushpin: <b>Star the Repo:</b> Start by giving our repository a star to show your support.
:pushpin: <b>Find or Create an Issue:</b> Browse the existing issues or create a new one if you have a suggestion or find a bug.
:pushpin: <b>Fork the Repo:</b> Fork the CrazyCoder repository to your GitHub account (Click the <a href="https://github.com/Yash-Parsana/CrazyCoderServerlessApi/fork"><img src="https://i.imgur.com/G4z1kEe.png" height="21" width="21"></a> button in the top right of this page).
:pushpin: <b>Clone the Repo:</b> Clone the forked repository to your local machine.
```markdown
git clone https://github.com/your_username/CrazyCoderServerlessApi.git
```
Note: Replace `github_username` with your actual GitHub username.
:pushpin: <b>Create a New Branch:</b> Create a new branch in your forked repository to work on your changes.
```markdown
git checkout -b branch_name
```
:pushpin: <b>Make your contribution:</b> Improve the readme file of the project in your branch. Feel free to add more details, improve the formatting, or include additional information.
:pushpin: <b>Commit and push the changes:</b> Commit your changes and push them to your forked repository.
```markdown
git add .
git commit -m 'Your message'
git push origin branch_name
```
:pushpin: <b>Open a Pull Request:</b> Open a pull request from your branch to the main CrazyCoderServerlessApi repository. Provide a clear description of the changes you've made. Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
:pushpin: <b>Review and Merge:</b> Wait for your PR review and approval from the maintainers.
Once approved, it will be merged into the main repository.
<br>
We appreciate your contributions and thank you for helping us make CrazyCoder a valuable resource for the competitive programming community!!
## Our Contributors ✨
<a href="https://github.com/Yash-Parsana/CrazyCoderServerlessApi/graphs/contributors">
<img align="center" src="https://contrib.rocks/image?max=100&repo=Yash-Parsana/CrazyCoderServerlessApi" />
</a>
<br><br>
Thank you to all the amazing contributors who have made this project possible!!💝
---
Please note that the above is an enhanced version of the readme file. Feel free to make any modifications or add more information as per your requirements. Good luck with your contribution to CrazyCoder!
<br>
<h1 align=center>Happy Coding!👨💻 </h1>
<br>
<p align="right"><a href="#top"><img src="https://img.shields.io/badge/Move%20to%20top-Blue?style=plastic" alt="Back To Top"></a></p>
| This is backend api of CrazyCoder App which serves realtime data from various platforms through web scraping hosted on Netlify Serverless function. CrazyCoder App: https://github.com/Yash-Parsana/CrazyCoderApp | CrazyCoder website : https://crazycoder-eight.vercel.app | expressjs,javascript,nodejs,serverless-functions,web-scraping | 2023-05-05T13:22:48Z | 2024-05-18T09:11:11Z | null | 5 | 12 | 24 | 13 | 14 | 12 | null | null | JavaScript |
tomasesquivelgc/Awesome-books | main | # Awesome-Books
<a name="readme-top"></a>
<div align="center">
<h3 id="title"><b>Awesome Books</b></h3>
</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)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 Awesome books! <a name="about-project"></a>
Here you can save the names of your books and their authors in a list that you can then share with your acquaintances!
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- JS
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">HTML</a></li>
<li><a href="https://reactjs.org/">CSS</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
1 Add HTML <br>
2 Add CSS<br>
3 Add JS<br>
4 add linters<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
<p> You can see the page <a href="https://tomasesquivelgc.github.io/Awesome-books" target="_blank" rel="noopener noreferrer"> here!</a> </p>
<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
1 Web browser <br>
2 Code editor <br>
3 git/github<br>
### Setup
Clone this repository to your desired folder:
Use these commands:
```sh
cd my-folder
git clone git@github.com:enmanuelbayen/Capstone-Web-page.git
```
### Install
Install this project with:
Run command:
```sh
cd my-project
npm install
```
### Usage
Open index.html using live server extension.
### Run tests
Work in progress.
### Deployment
This project has been deployed with the use of GitHub pages.
To deploy this project yourself, you can clone this repo and use GitHub pages as well.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Enmanuel Bayen**
- GitHub: [@enmanuelbayen](https://github.com/enmanuelbayen)
- Twitter: [@EJbayen](https://twitter.com/EJbayen)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/enmanuel-bayen-torres-480906128/)
👤 **Tomas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- Linkedin: [tomasesquivel](https://www.linkedin.com/in/tomas-esquivel-b2160568/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [x] Better funcionality.
- [x] Desktop version
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
This project was possible with the help of [@enmanuelbayen](https://github.com/enmanuelbayen) and the Microverse team.
Feel free to check the [issues page](https://github.com/enmanuelbayen/Awesome-Books/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! It helps boost future projects.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank to my family and God for the opportunities to always improve despite adversity, my girlfriend and friends for being there for me, and Microverse for providing a platform to achieve this goal.
<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>
| 📚📖App that uses your local storage to keep a list of books that you can add or delete. Use the navbar to navigate the js generated list, use the input element or access the contact section. | books,css,html,javascript,localstorage | 2023-05-01T16:03:01Z | 2023-05-17T03:38:52Z | null | 1 | 1 | 20 | 0 | 0 | 12 | null | MIT | JavaScript |
kanugurajesh/Endorsement-Application | main | #### 🌟 please start this repo if you like it
<br>
<p align="center">
<img src="https://github.com/kanugurajesh/Endorsement-application/assets/120458029/6a2cf29f-d84c-411f-9878-8078107123b4" alt="Endorsement Application Logo" width=150 height=150>
</p>
# Endorsement Application
Welcome to the ultimate social synergy platform where you and your amazing peers come together to uplift and celebrate each other! 🚀🎉
👥 **Join Groups:** Connect with like-minded individuals and dive into communities that resonate with your interests, passions, and goals. Whether you're into tech, art, fitness, or anything in between, there's a group waiting for you!
👍 **Endorse Your Peers:** Spread the love by liking and endorsing the incredible posts of your fellow group members. Let's turn every feed into a cascade of positivity and support! 🌈💖
📸 **Share Your Success:** Showcase your achievements, milestones, and creative endeavors. Receive cheers and applause from your peers who genuinely appreciate your journey. 🏆👏
🔄 **Reciprocal Encouragement:** It's not just about receiving praise; it's about giving it too! Boost your peers with thoughtful comments, share insights, and foster a community where everyone thrives together. 🔄💬
🔐 **Safe and Inclusive:** PeerPraise is committed to providing a safe and inclusive space for all. Embrace diversity, connect across borders, and build a network of encouragement that knows no boundaries. 🌍🤗
🚀 **Elevate Your Social Experience:** Elevate your social media experience with PeerPraise. It's more than an app; it's a positive movement to amplify the goodness within each one of us. 🚀✨
## Usage Instructions
### Open the Application:
🚀 Launch the application, and get ready to dive into your group discussions.
💬 Enter the group name to access and interact with messages exclusive to that group.
### Post Management:
✏️ Create Posts: Share your thoughts by writing and posting within the selected group.
❤️ Like Posts: Express your appreciation for content by giving posts a thumbs up.
🗑️ Delete Posts: Keep things tidy by managing your posts and deleting when necessary.
## Tech Stack
- Html
- Css
- Javascript
- Firebase
## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
[](https://github.com/kanugurajesh/Image-Classification/blob/main/LICENSE.txt)
| A platform for endorsing your peers | css3,firebase,html5,javascript | 2023-05-06T16:28:11Z | 2023-12-03T05:43:25Z | null | 2 | 0 | 33 | 0 | 0 | 11 | null | null | JavaScript |
robertpainsi/filtering.js | main | # [filtering.js](https://github.com/robertpainsi/filtering.js)
### What is filtering.js
With filtering.js you can easily add filtering functionality to your project. It is a small, fast, and modern library without dependencies that can be used in node and browser environments.
<br>
<sup>*([Live-demo and source](https://robertpainsi.github.io/filtering.js/examples.html#number-of-results-for-each-filter))*</sup>
Also check out a [large demo](https://robertpainsi.github.io/filtering.js/demo.html) and [other examples](https://robertpainsi.github.io/filtering.js/examples.html).
### Table of contents
- [Difference to other libraries?](#difference-to-other-libraries)
- [Performance](#performance)
- [How to use?](#how-to-use)
- [Parser](#parser)
- [API](#api)
---
### Difference to other libraries?
- :zap: fast
- :ant: [6.4kB (core)](https://github.com/robertpainsi/filtering.js/blob/main/dist/umd/index.core.js) or [11.7kB (with UI helpers)](https://github.com/robertpainsi/filtering.js/blob/main/dist/umd/index.ui.js)
- :trophy: Supported by modern browsers using ES6 features.
<sup>[1](https://caniuse.com/mdn-javascript_builtins_set),[2](https://caniuse.com/mdn-javascript_builtins_map),[3](https://caniuse.com/mdn-api_htmlelement_dataset),[4](https://caniuse.com/mdn-api_domtokenlist_contains)</sup>
- :weight_lifting_man: Lifting complex logic from the developer.
- :battery: Parse filter structure and items directly from HTML.
- :crystal_ball: Info about how many items would be filtered. No more 0 results.
- :family: Works in Node and Browser environment.
---
### How to use?
```
npm i @filtering.js/filtering.js
```
Depending on the environment, there are builds for CommonJS, ESM and UMD located in the `dist` folder.
- Browser
```html
<script src="/dist/umd/index.ui.js"></script>
<script>
const {Filtering} = filteringjs;
</script>
```
- Webpack
```js
import {Filtering} from "@filtering.js/filtering.js/ui";
```
- Node (module)
```js
import filteringjs from "@filtering.js/filtering.js/core";
const {Filtering} = filteringjs;
```
If you don't need UI helpers like `Parser` or `FilteringFlow`, you can use the smaller core builds located at `"/dist/umd/index.core.js"` or `"@filtering.js/filtering.js/core"`.
The preferred way to add filtering functionality to your project is by using the [`FilteringFlow`](https://github.com/robertpainsi/filtering.js/blob/main/src/filteringflow.ts) helper class. It handles adding and removing of `checked`/`disabled` classes for filters and `filtered` classes for items. All classes can be adapted to easily suite existing projects too.
#### A simple, out of the box example:
```html
<div id="root">
<div>
<div class="filtering-group" data-group-name="color">
<div class="filtering-filter" data-filter-name="red">Red</div>
<div class="filtering-filter" data-filter-name="blue">Blue</div>
</div>
<div class="filtering-group" data-group-name="size">
<div class="filtering-filter" data-filter-name="small">Small</div>
<div class="filtering-filter" data-filter-name="large">Large</div>
</div>
</div>
<div>
<div id="item-1" class="filtering-item" data-filter-color="red" data-filter-size="small"></div>
<div id="item-2" class="filtering-item" data-filter-color="blue" data-filter-size="large"></div>
</div>
</div>
<script>
const {FilteringFlow} = filteringjs;
new FilteringFlow(document.querySelector('#root'));
</script>
```
*That's it!*
Check out more [examples](https://robertpainsi.github.io/filtering.js/examples).
---
### Parser
The Schema can be directly parsed from HTML. For this, the structure has to be built according to following rules. All class names can be adapted to suite existing projects. See above example or other [examples](https://robertpainsi.github.io/filtering.js/examples).
- Group element
- `.filtering-group`
- `data-group-name="color"`
- Filter element
- `.filtering-filter`
- `data-filter-name="red"`
- Item element
- `.filtering-item`
- `data-filter-color="red"`<br>(the attribute name ends with the group name and is assigned the filter name)
---
### Performance
Following tables illustrate the performance of the library measured on Desktop. The runtime is calculated by averaging 1.000 scenarios with various number of items, groups, and filters and also various number of checked filters.
#### 100 items
| <sub>filters per group</sub> \ <sup>groups</sup> | **2** | **4** | **8** |
|-------------------------------------------------:|:-----:|:-----:|:-----:|
| **8** | <1 ms | <1 ms | <1 ms |
| **24** | <1 ms | <1 ms | <1 ms |
| **64** | <1 ms | <1 ms | <1 ms |
#### 1.000 items
| <sub>filters per group</sub> \ <sup>groups</sup> | **2** | **4** | **8** |
|-------------------------------------------------:|:-----:|:-----:|:-----:|
| **8** | <1 ms | 2 ms | 5 ms |
| **24** | <1 ms | 2 ms | 3 ms |
| **64** | <1 ms | 2 ms | 3 ms |
---
### API, Documentation and Examples
https://robertpainsi.github.io/filtering.js
- [API](https://robertpainsi.github.io/filtering.js/api)
- [Documentation](https://robertpainsi.github.io/filtering.js/documentation)
- [Examples](https://robertpainsi.github.io/filtering.js/examples)
| A JavaScript UI library to easily add filtering. | filtering,javascript,hacktoberfest | 2023-05-12T11:31:28Z | 2024-01-31T09:45:45Z | null | 2 | 4 | 159 | 21 | 1 | 11 | null | MIT | TypeScript |
kanugurajesh/Blackjack | main | #### ⭐ star this repo if you like it
<br>
<div align="center">
<img src="https://github.com/kanugurajesh/Blackjack/assets/120458029/b92b5375-df68-485b-9f8a-84e493f7496f" alt="Blackjack" width=150 height=150>
</div>
<br>
# 🎉 Welcome to the Ultimate Blackjack Experience! 🎰
Dive into the thrilling world of Blackjack with our amazing app designed for you and your friends! 🃏💸 Place your bets, enjoy duplicate money, and experience awesome functionalities that will keep you on the edge of your seat!
## Features:
### 🤑 Bet with Duplicate Money
Multiply the excitement by betting with duplicate money! Test your strategy and skills without the risk of losing real cash. It's all about the thrill of the game!
### 💼 Money Draining Mechanism
Feel the intensity as you strategize your way through each round. Our app ensures a dynamic gaming experience by draining your virtual funds, making every decision count!
### 🚫 Stop Mechanism
No worries about going bankrupt! Our app is designed with a user-friendly stop mechanism that prevents you from playing further if your virtual funds run low. Responsible gaming at its finest!
### 🎨 Responsive UI
Immerse yourself in a visually stunning and responsive user interface. Whether you're playing on a computer or a mobile device, our app adapts seamlessly to provide an enjoyable and immersive Blackjack experience.
## Screenshots

## Tech Stack
- Html
- Css
- Javascript
## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
| Enjoy blackjack game with your friend | black-jack-game,css3,html5,javascript | 2023-05-05T13:46:11Z | 2023-12-03T05:42:02Z | null | 2 | 0 | 9 | 0 | 0 | 11 | null | null | JavaScript |
tajulafreen/Portfolio | main | <h1>Afreen Portfolio</h1>
<a name="readme-top"></a>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)
# 📖 [Portfolio] <a name="portfolio-setup"></a>
> This one is My Portfolio. In this project i am using html and css. I learned about linters, npm and Figma.
**[Portfolio-setup]** is my second project.
## 🛠 Built With <a name="HTML & CSS"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html5.org/">HTML</a></li>
<li><a href="https://css.org/">CSS</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- [x] **Font-styles**
- [x] **Portfolio Home**
- [x] **About**
- [x] **Work Templates**
- [x] **Contact Form**
- [x] **Responsive**
- [x] **MIT Liscence**
<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://tajulafreen.github.io/Portfolio/)
<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:
. A code editor of your choice(like vs code or Atom and so on)
. Version control System (git is preferred)
### Setup
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/tajulafreen/portfolio.git
cd portfolio
```
### Install
Install this project with:
```
cd portfolio
npm i
```
### Usage
To run the project, execute the following command:
```sh
live server
```
## 👥 Authors <a name="tajulafreen"></a>
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/tajulafreen)
- Twitter: [@twitterhandle](https://twitter.com/tajulafreen)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tajul-afreen-shaik-843951251/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[sort]**
- [ ] **[microphone]**
- [ ] **[google-lens]**
<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 don't forget to give stars.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse for the opportunity to work on this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | A portfolio is a collection or compilation of an individual's or organization's work, projects, achievements, and experiences. It serves as a showcase or representation of their skills, talents, and accomplishments in a specific field or industry. | css3,html5,javascript | 2023-04-27T09:14:55Z | 2023-06-21T19:38:12Z | null | 3 | 10 | 101 | 0 | 0 | 11 | null | MIT | CSS |
omunite215/Project_3DPortfolio | main | # Project 3D - Portfolio
<p align="center">
<img src="https://user-images.githubusercontent.com/78680563/227708528-0e803ddf-506e-4d8b-98bc-dd7bf0f1b518.png" alt="Om's Logo Image"/>
</p>
This was my first project using Vite. Initially made using tutorial of [JavaScipt Mastery](https://youtu.be/0fYi8SGA20k?feature=shared).
Work done on it other than the tutorial:-
- Removed unused CSS.
- Removed Extra Animations.
- Made UI Faster.
- Added a Resume Button (Where you can put a link to your resume).
- Enhanced Visibility and solved Responsive UI Problems.
This Project is hosted in Netlify : [3D Portfolio](https://portfoliobyompatel.netlify.app/)
## :star: Give A Star
You can also give this repository a star to show more people and they can use this repository.
# Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Before you start, make sure you have the following software installed on your computer:
[](https://skillicons.dev)
## ℹ️ How to use this Repository?
1. Clone the repository to your local machine
```bash
git clone https://github.com/omunite215/Project_3DPortfolio.git
```
2. Navigate to the project directory
```bash
cd Project_3DPortfolio
```
3. Install the necessary dependencies
```bash
npm install
```
4. Start the development server
```bash
npm run dev
```
The website should now be up and running on http://localhost:3000.
## 🏠 Built With:
[](https://skillicons.dev)
## 🛠 Skills
[](https://skillicons.dev)
## 🚀 About Me
Specializations:
- UI/UX Design.
- Web Development
## 🙋♂️ Connect With Me
[<img src="https://skillicons.dev/icons?i=github" />](https://github.com/omunite215)
[<img src="https://skillicons.dev/icons?i=linkedin" />](https://www.linkedin.com/in/om-patel-401068143/)
[<img src="https://skillicons.dev/icons?i=instagram" />](https://www.instagram.com/_21omp/)
[<img src="https://skillicons.dev/icons?i=devto" />](https://portfoliobyom.netlify.app/)
## 🗒️ Authors
- Om Patel
<p align="left">
<a href="https://skillicons.dev">
<a href="https://github.com/omunite215">
<img src="https://skillicons.dev/icons?i=github" />
</a>
</a>
</p>
<p align="center">
<img src="https://github.com/omunite215/Project_3DPortfolio/assets/78680563/2fcf609b-e802-4fec-8c82-8f55fd043437" alt="Om's Logo Image"/>
</p> | A modern 3D Developer Portfolio made using Three.js | javascript,portfolio-website,talwindcss,threejs,emailjs,3d-portfolio,reactjs,nextjs,nextjs-portfolio,nextjs-portfolio-template | 2023-05-06T17:47:16Z | 2024-05-13T03:21:27Z | 2024-05-13T03:21:27Z | 1 | 0 | 9 | 0 | 0 | 11 | null | null | TypeScript |
antomanc/bing-chat-sidebar-chrome-extension | main | # Bing AI chrome extension
A chrome extension that shows a Bing AI popup in the current tab when you click on the extension icon
# Update
1. Now when some text is selected, you will have 4 differents options of prompts to send directly to the bing popup.
2. The settings page is now avaible
# Install instructions:
1. Download the files from this repository. You can either clone the repository using git or [download it as a zip file](https://github.com/antomanc/bing-chat-sidebar-chrome-extension/archive/refs/heads/main.zip) and extract it to a folder on your computer.
2. Open Chrome and go to chrome://extensions. Enable the developer mode by toggling the switch in the top right corner.
3. Click on the "Load unpacked" button and select the folder where you extracted the extension files. The extension should appear in the list of installed extensions.
4. Done, just pin the extension and use it.
If you have any feedback, issues or improvements, please report them
| A chrome extension that shows a Bing AI popup in the current tab when you click on the extension icon | ai,bing-chat,chrome,chrome-extension,extension,javascript | 2023-04-22T15:10:12Z | 2023-05-11T06:57:54Z | null | 2 | 7 | 28 | 4 | 1 | 11 | null | GPL-3.0 | JavaScript |
futureHQ/FutureGPT | dev | null | ⚡ FutureGPT - Application development framework that connects GPT-4 with external data, the internet, other applications and language models, and automates the system with generative autonomous agents. | agent-framework,ai,autonomous-agents,generative-agents,generative-ai,gpt,gpt-3,gpt-4,javascript,ml-agents | 2023-05-14T17:43:57Z | 2023-05-14T17:55:25Z | null | 1 | 0 | 2 | 1 | 5 | 11 | null | MIT | null |
kanugurajesh/Cookie-Webpage | main | # Cookie Webpage
<div align="center">
<img src="https://github.com/kanugurajesh/Cookie-Webpage/assets/120458029/c6cca9cb-8b75-400d-b099-aa94d27a8bba" alt="Cookie Webpage Logo" width=150 height=150>
</div>
#### ⭐ Star this repo if you like it
A webpage developed to spread awareness on websites where third-party services ask users for information. If a user enters the information, they may fall victim to scams. This model simulates such attacks and demonstrates how these types of scams can happen.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Introduction
In the era of increasing online activities, it's crucial to be aware of potential scams and phishing attempts. Cookie Webpage is a project designed to raise awareness about the risks associated with third-party services that request user information. The model demonstrates how users can be tricked into providing sensitive information, leading to potential scams and security breaches.
## Features
- Simulates third-party service interactions
- Raises awareness about online scams
- Educational tool for understanding phishing attempts
- Responsive design for seamless user experience
## Demo

## Installation
To run Cookie Webpage locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/kanugurajesh/Cookie-Webpage.git
cd Cookie-Webpage
```
## Usage
🌐 Launch the index.html file in your browser for an immersive experience.
⏳ After a short wait, a popup will prompt you for information.
🔒 Relax! This is just a demo, not a real data transfer to the dark web.
Your information remains secure and protected. Enjoy exploring without any worries! 😊
## Contributing
This project loves to accept contributions from everyone
## Technologies Used
- HTML
- CSS
- JavaScript
## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
## License
This project license is MIT LICENSE
| An educational phishing site developed to spread awareness | cookies,css3,education,html5,javascript,scam,phishing,mit-license | 2023-05-08T08:50:38Z | 2023-12-03T09:51:10Z | null | 2 | 0 | 11 | 0 | 0 | 11 | null | null | HTML |
Bestbynature/Mathematics-Magicians | dev | <a name="readme-top"></a>
<div align="center"><br/></div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Mathematics Magician\] ](#-Mathematics-Magician-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [**Mathematics Magician**](#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-)
<!-- PROJECT DESCRIPTION -->
# 📖 [Mathematics Magician] <a name="about-project"></a>
**[Mathematics Magician](https://mathematics-magicians-a4jdysurn-bestbynature.vercel.app/)** is a website for all fans of mathematics. It is a Single Page App (SPA) built with react and that allows users to:
- [x] Make simple calculations.
- [x] Read a random math-related quote.
The app is built by first building the core functionality, which is a calculator that is able to perform all mathematics operations. After this step is concluded, it is used as a part of a full website that includes 3 sub-pages. Enjoy!
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JAVASCRIPT</li>
<li>REACT</li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Linter checks]**
- **[JSX]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
### **[Mathematics Magician](https://mathematics-magicians-a4jdysurn-bestbynature.vercel.app/)**
<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.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Prerequisites
In order to run this project you need:
<ul>
<li>The current version of node</li>
<li>To have Git installed on your local machine</li>
<li>Node Package manager (npm) </li>
<li>An editor such as Visual Studio Code</li>
</ul>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Setup
Clone this repository to your desired folder:
<ul>
<li>Create your classic access token from github.com</li>
<li>run "git clone https://{access_token}@github.com/username/{repo_name}.git"</li>
<li>Update your git identity by running "git config --global user.email "your_email@gmail.com""</li>
<li>Update your name on git by running "git config --global user.name "your_name"</li>
</ul>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Install this project with:
```sh
- In the first commit of your feature branch create a .github/workflows folder and add a copy of [.github/workflows/linters.yml](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.github/workflows/linters.yml) to that folder.
- create a .gitignore file and add 'node_modules' to it
- run 'npm init -y'
- run 'npm install --save-dev hint@7.x'
- Copy [hintrc](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.hintrc) to the root directory of your project.
- run 'npx hint .'
- Fix validation errors.
- run 'npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x'
- Copy [stylelintrc.json](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.stylelintrc.json) to the root directory of your project.
- Run 'npx stylelint "\*_/_.{css,scss}"'
- fix linter errors
- run "npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x"
- Copy [eslintrc.json](https://github.com/microverseinc/linters-config/tree/master/html-css-js)
- Run npx eslint . on the root of your directory of your project
- Fix linter error.
## 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)
### To Install Jest
- run npm install --save-dev jest
- add " "test": "jest", "watch": "jest --watch *.js" to the scripts section of package.json"
- run npm install --save-dev @babel/plugin-transform-modules-commonjs
- create a file at the root called .babelrc
- copy `{
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}` inside the file
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Usage <a name="usage"></a>
To run the project, execute the following command:
```sh
use git bash to open in Vs code
use npm start to run web dev server
npm run build to get the production version
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Run tests <a name="run-tests"></a>
To run tests, run the following command:
```sh
Run "npx hint ."
Run "npx stylelint "**/*.{css,scss} --fix " to fix linters
Run "npx eslint . --fix to fix linters"
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Deployment <a name="triangular_flag_on_post-deployment"></a>
You can deploy this project using:
- github pages
```sh
- npm run deploy
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Author: Damilare**
- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilare-ismaila-4a5a8b30/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[contact form page]**
- [ ] **[A feature for price inclusion]**
- [ ] **[A feature for updating the cart]**
<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, kindly drop a star for me.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to use this medium to appreciate [Microverse](https://microverse.org) for giving me this type of opportunity.
<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>
| The Mathematics Magician project is a calculator application that goes beyond basic calculations by incorporating additional pages for displaying inspirational quotes and utilizing routers for seamless navigation. It aims to have mathematical enhancements that will provide users with a comprehensive and engaging calculator experience. | apis,javascript,reactjs,router | 2023-04-23T14:11:17Z | 2023-09-11T17:45:39Z | null | 2 | 6 | 51 | 0 | 0 | 11 | null | MIT | JavaScript |
abhicominin/Car-Controller-Threejs | master | # Car Controller with Three.js and Cannon.js
This is a car controller built with Three.js and Cannon.js that allows the user to simulate driving a car in a 3D environment. The controller allows the user to accelerate, brake, and steer the car, while the physics engine provided by Cannon.js simulates the car's movements and collisions realistically.
# Getting Started
To get started with the car controller, you'll need to have Three.js and Cannon.js installed on your computer. You can install these libraries using npm:
```
npm install
npm start
```
# Usage
To use the car controller, simply use the W,A,S,D,Spacebar on your keyboard to accelerate, brake, and steer the car. You can drive the car around a basic environment, such as a flat plane to adding terrain will be done in future
# Future Improvements
In the future, we plan to add more advanced features to the car controller, such as:
- More complex and realistic environments with hills, bumps, and obstacles
- A realistic suspension system to simulate the car's movements more accurately
- Advanced driving techniques, such as drifting and powersliding
- Simulation of factors such as tire wear, fuel consumption, and engine damage
- Multiplayer support, allowing multiple users to race against each other in real-time
# Contributing
Welcome contributions to the car controller! If you have any suggestions or improvements, please submit a pull request or open an issue on Github.
| Car-Controller-Threejs | javascript,threejs,webgl,webpack | 2023-05-10T03:55:17Z | 2023-05-10T06:34:35Z | null | 1 | 0 | 4 | 1 | 1 | 11 | null | null | JavaScript |
mithulix/Social-Media-Dashboard | master | # Social Media Dashboard App

Welcome to the Social Media Dashboard App! This application allows you to manage and monitor your social media accounts from a single centralized dashboard. Whether you're a social media manager, influencer, or someone who wants to stay on top of their social media presence, this app provides a convenient way to streamline your activities.
## Features
1. **Account Integration**: Connect your social media accounts, such as Facebook, Twitter, Instagram, LinkedIn, and more, to the app.
2. **Unified Dashboard**: Access all your connected accounts from a single dashboard, eliminating the need to switch between multiple apps or tabs.
3. **Real-time Analytics**: Get real-time insights into your social media performance, including followers, likes, comments, and engagement metrics.
4. **Scheduling and Publishing**: Schedule and publish posts across multiple social media platforms at once, saving time and effort.
5. **Social Listening**: Monitor mentions, hashtags, and keywords relevant to your brand or industry to stay updated on trends and engage with your audience effectively.
6. **Inbox Management**: Receive and respond to direct messages, comments, and notifications from different social media platforms within the app.
7. **Content Curation**: Discover and curate content from various sources, such as articles, images, and videos, to share with your audience.
8. **Collaboration and Team Management**: Collaborate with team members and assign roles and permissions for efficient social media management.
9. **Customizable Reports**: Generate customized reports with key performance indicators (KPIs) and export them for analysis or sharing with stakeholders.
## Installation
To install and run the Social Media Dashboard App, follow these steps:
1. Clone the repository to your local machine:
```
git clone https://github.com/MithuLix/Social-Media-Dashboard.git
```
2. Navigate to the project directory:
```
cd social-media-dashboard
```
3. Install the dependencies using a package manager like npm or yarn:
```
npm install
```
4. Configure the necessary API keys and credentials for each social media platform in the app's configuration file. Refer to the documentation for each platform to obtain the required credentials.
5. Build and start the app:
```
npm start
```
6. Open your web browser and visit `http://localhost:3000` to access the Social Media Dashboard App.
## Usage
Once you have installed and launched the app, follow these steps to get started:
1. Create an account or log in to your existing account.
2. Connect your desired social media accounts using the provided integration options.
3. Explore the dashboard to view real-time analytics, scheduled posts, and incoming messages.
4. Use the scheduling and publishing features to plan and publish content across your social media accounts.
5. Monitor your brand or industry-related keywords and engage with your audience using the social listening features.
6. Customize the app's settings and notifications according to your preferences.
7. Generate and export reports to track your social media performance and share insights with others.
## Technologies
<p align="center">
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original.svg" alt="React" width="50" height="50" />
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg" alt="TypeScript" width="50" height="50" />
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/sass/sass-original.svg" alt="Sass" width="50" height="50" />
</p>
## Contributing
We welcome contributions to the Social Media Dashboard App! If you have any suggestions, bug reports, or feature requests, please open an issue on the project repository.
If you would like to contribute code to the project, follow these steps:
1. Fork the repository on GitHub.
2. Create a new branch for your feature or bug fix:
```
git checkout -b feature/your-feature-name
```
3. Make the necessary changes and commit them:
```
git commit -m "Add your commit message"
```
4. Push your branch to your forked repository:
```
git push origin feature/your-feature-name
```
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| The Social Media Dashboard App is a comprehensive tool designed to streamline social media management. It allows users to connect and manage multiple social media accounts from a single platform, providing real-time analytics, scheduling and publishing features, social listening capabilities, inbox management, content curation, collaboration option | css,html5,javascript,reactjs,saas,typescript | 2023-05-15T01:02:21Z | 2023-05-15T01:29:12Z | null | 1 | 0 | 3 | 0 | 3 | 11 | null | null | TypeScript |
wrappid/.github | main | # .github
Special repository to showcase the organization's public profile
| Special repository to showcase the organization's public profile | javascript,nodejs,npm,npm-package,react,react-native,batch-script,bootstrap,mui,react-native-paper | 2023-04-22T12:05:41Z | 2024-05-20T08:39:30Z | null | 12 | 0 | 55 | 5 | 0 | 11 | null | null | null |
musangamfure/Awesome-books-project | main | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>Awesome Books README</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Awesome Books] <a name="about-project"></a>
> The Awesome books Websites creates a catalogue of one's favorite books
**[Awesome Books]** is a books catalogue
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> HTML5
> CSS
> Javascript
<!-- Features -->
### Key Features <a name="key-features"></a>
> Describe between 1-3 key features of the application.
- **[User can Add books]**
- **[User can remove books]**
- **[Books are stored in local storage]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Page can be viewed by opening the index.html on your browser
<p align="right">(<a href="#readme-top">back to top</a>)</p>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
> Install Git in your computer Git
> Any text editor VSCode
> Install linters on your local env't
### Setup
Clone this repository to your desired folder:
git clone https://github.com/musagamfure/Awesome-books.git
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Musangamfura Emmanuel**
- GitHub: [@musangamfure](https://github.com/musangamfure)
- Twitter: [@musangamfure](https://twitter.com/musangamfure)
- LinkedIn: [@Musangamfura Emmanuel](https://www.linkedin.com/in/musangamfura-emmanuel-6a214a262/)
👤 **John Thiongo**
- GitHub: [@githubhandle](https://github.com/tjay1760)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/john-thiongo-10484347/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **[Adding Navigation Menu]**
- [ ] **[User friendly Styling]**
- [ ] **[Adding navigation Menu]**
<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>
> Write a message to encourage readers to support your project
If you like this project give it a ⭐️
<p align="right">(<a href="#readme-top">back to top</a>)</p>
I would like to thank 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>
| This GitHub repository contains the code for Awesome Books ES6, a book catalogue developed using modern web development techniques and tools. The project utilizes ES6, JS objects and classes, HTML semantic elements, and CSS to create a user-friendly and responsive book catalogue where users can add and remove books. | books,books-app,books-library,books-management,css,css3,html,javascript | 2023-04-24T12:53:20Z | 2023-04-26T17:56:47Z | null | 2 | 4 | 15 | 1 | 1 | 11 | null | MIT | JavaScript |
theolampert/ECMASwift | main | ### ECMASwift
ECMASwift intends to implement a tiny subset of Browser APIs (mostly networking related) to make code sharing between iOS/macOS apps and the web easier.
### Features
ECMASwift exposes the following browser APIs to JavascriptCore, some of these are incomplete, contributions welcome.
- Blob
- Console
- Crypto
- Fetch
- FormData
- Headers
- Request
- TextEncoder
- Timers
- URL
- URLSearchParams
### Examples
In Javascript:
```js
// Define an async function to fetch some dummy data in Javascript
async function fetchProducts() {
try {
const res = await fetch("https://dummyjson.com/products/1")
return await res.json()
} catch(error) {
console.log(error)
}
}
```
In Swift:
```swift
import ECMASwift
import JavaScriptCore
import JSValueCoder
// (Optionally decode using JSValueCoder http://github.com/theolampert/JSValueCoder)
let decoder = JSValueDecoder()
// Initialise the runtime
let runtime = JSRuntime()
// Example model, we'll decode from the Javascript runtime, after it's been fetched from the example API.
struct Product {
let discountPercentage: Double
let rating: Double
let category: String
let id: Int
let price: Int
let title: String
let stock: Int
let thumbnail: String
let brand: String
let description: String
let images: [String]
}
// Conform it to Codable
extension Product: Codable {}
// Load the javascript source file defined above, alternatively JS can be written inline.
let javascriptSource = try! String(contentsOfFile: "./example.js")
// Evaluate the script
_ = runtime.context.evaluateScript(javascriptSource)
// Call the `fetchProducts` function defined in the source file.
let result = try await runtime.context.callAsyncFunction(key: "fetchProducts")
// Decode using JSValueCoder
let product = try decoder.decode(Product.self, from: result)
// Print the result
print(product)
```
| A tiny Javascript runtime for iOS and macOS | codable,ecmascript,javascript,javascriptcore,swift | 2023-05-13T06:35:28Z | 2024-04-08T11:48:20Z | null | 2 | 5 | 55 | 0 | 2 | 11 | null | MIT | Swift |
Luffytaro22/Portfolio-Mobile-First-Skeleton | main | null | This is a Portfolio based on a Figma template. The goal was to replicate it following the mobile first approach. | microverse,portfolio,css,html,javascript | 2023-04-26T21:18:10Z | 2023-10-20T23:00:15Z | null | 3 | 10 | 244 | 2 | 0 | 11 | null | MIT | CSS |
bohaz/My-portfolio | main | <a name="readme-top"></a>
<div align="center">
<h3><b>💼 My portfolio</b></h3>
</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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
# 📖 My portfolio <a name="about-project"></a>
**My portfolio** Is a personal portfolio made made from scratch using Html, Css and Flexbox.
## 🛠 Built With <a name="built-with"></a>
HTML5, CSS3, Flexbox, Git and Github
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://lenguajehtml.com/html/">HTML5</a></li>
<li><a href="https://lenguajecss.com/">CSS3</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://code.visualstudio.com/">Visual Studio Code</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Best organization**
- **Professional documentation**
- **Clean Working**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://bohaz.github.io/My-portfolio/)
<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:
- Visual Studio Code installed
- Npm installed
- A Github account
- Git installed
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:bohaz/My-portfolio.git
```
### Install
To install all dependencies, run:
```npm install```
### Usage
To run this project, you need to follow these instructions
Open the index.html in your browser
### Run tests
To run tests, run the following commands:
-HTML linter errors run:
```npx hint .```
-CSS linter errors run:
```npx stylelint "**/*.{css,scss}"```
### Deployment
You can deploy this project using:
-Github pages
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Author1**
- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Functionality**
- [ ] **Content**
<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 let me know with a STAR!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank all my coding partners for giving to me their help and support.
<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 a personal portfolio built with HTML, CSS, and Javascript that showcases all my technical skills. | css,html,javascript | 2023-04-27T17:25:53Z | 2023-09-08T16:11:32Z | null | 4 | 14 | 55 | 0 | 0 | 11 | null | MIT | CSS |
kessie2862/ToDo-List | main | # ToDo-List.
<a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [🚶♂️ Walkthrough](#walkthrough)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [ToDo-List] <a name="about-project"></a>
**[ToDo-List]** is a basic webpage built using webpack and served by a webpack dev server that allows a user to add and remove tasks to and from a list.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>HTML5</summary>
<ul>
<li><a href="https://html.com/">HTML5</a></li>
</ul>
</details>
<details>
<summary>CSS3</summary>
<ul>
<li><a href="https://www.css3.com/">CSS3</a></li>
</ul>
</details>
<details>
<summary>JavaScript</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">Javascript</a></li>
</ul>
</details>
<details>
<summary>Webpack</summary>
<ul>
<li><a href="https://webpack.js.org/guides/getting-started/#basic-setup">Javascript</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- User can add tasks to a list
- Lists are rendered dynamically on page load
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO LINK -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://kessie2862.github.io/ToDo-List/dist/)
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
We will take you through the process. follow these steps.
### Prerequisites
In order to get started, you be familiar with basic **git commands**.
### Setup
Clone this repository to your desired folder.
Example commands:
```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Install this project with:
- Clone this Repo to your local machine and run in your preferred text editor(ex. Atom, VScode).
### Usage
Run the index.html with your preferred browser.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Prosper Kessie**
- GitHub: [@kessie2862](https://github.com/kessie2862)
- Twitter: [@Peekay_Codes](https://twitter.com/Peekay_Codes)
- LinkedIn: [Prosper Kessie](https://www.linkedin.com/in/prosper-kessie-363968171/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[Store user data Local Storage]**
- [ ] **[Delete and mark tasks as completed]**
<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/).
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, follow me to see all my projects in the future
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
Kudos to Microverse for the opportunity to learn software development.
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](https://github.com/kessie2862/portfolio/blob/mobile/LICENSE.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| ToDo-List is a simple webpage of To Do tasks built using webpack and served by a webpack dev server. It allows users to add/remove/edit and delete tasks to/from a list of tasks. | javascript,webpack | 2023-05-02T13:17:46Z | 2023-07-24T22:09:28Z | null | 3 | 5 | 46 | 2 | 0 | 10 | null | null | JavaScript |
Shubh2-0/Any-Color-Extension | main | # 🌈 Any Color - A Powerful Color-Picking Tool for Windows Users
Any Color is a comprehensive system-wide color-picking utility designed exclusively for Windows users. This feature-rich Chrome extension enables you to effortlessly capture colors from any part of your screen, empowering you to quickly access and utilize them in your various projects. With just a click of a button, this automatically copies the corresponding HEX code to your clipboard, providing instant accessibility for further use.

## Key Features
1. 🔍 **Seamless Color Access**: Accessing colors is a breeze. Say goodbye to the hassle of searching for color codes or manually inputting them. Simply capture the desired color directly from your screen, enabling swift and convenient access whenever you need it.
2. 🖌️ **Effortless Color Capture**: This allows you to select colors from any area of your screen. Whether it's a website, image, or application, effortlessly extract the exact color you desire and obtain its corresponding HEX code with ease.
3. 🎨 **Intuitive Color Wheel (RGB) Tool**: In addition to screen color picking, Any Color provides a user-friendly color wheel (RGB) tool. This handy feature allows you to precisely search for specific colors, granting you complete control over your color selection.
4. 📋 **Instant Copy to Clipboard**: Simplify your workflow with one-click copy-to-clipboard functionality. When you find the perfect color, just click the copy button, and the HEX code will be automatically copied to your clipboard. No more manual copying or additional steps required—streamline your process and save valuable time and effort.
5. 📏 **Accurate HEX Color Code Identification**: This makes it a breeze to identify the HEX color code of any element. Whether it's a button, text, image, or background, effortlessly retrieve the specific color code you need, ensuring accurate color matching in all your projects.
6. 🌐 **Seamless Integration with Web Pages**: Take your color exploration beyond screen picking. Any Color allows you to easily identify the HEX color code of any element on a web page. This powerful feature enables you to accurately match and replicate colors found on websites, further enhancing your design capabilities.
7. 🎯 **User-Friendly Interface**: Any Color offers a simple and intuitive user interface. Its clean design ensures a seamless experience, allowing users of all skill levels to navigate and utilize its features effortlessly.
With Any Color as your go-to color picker chrome extension, you can save time, enhance your workflow, and achieve precise color matching in all your projects. Whether you're a designer, developer, or simply someone who values efficient color-picking solutions, this is the ultimate tool for your needs.
## 📬 Contact
If you want to contact me, you can reach me through below handles.
<p align="left">
<a href="https://www.linkedin.com/in/shubham-bhati-787319213/" target="_blank"><img align="center" src="https://skillicons.dev/icons?i=linkedin" width="40px" alt="linkedin" /></a> 
<a title="shubhambhati226@gmail.com" href="mailto:shubhambhati226@gmail.com" target="_blank"><img align="center" src="https://cdn-icons-png.flaticon.com/128/888/888853.png" width="40px" alt="mail-me" /></a> 
<a href="https://wa.me/+916232133187" target="blank"><img align="center" src="https://media2.giphy.com/media/Q8I2fYA773h5wmQQcR/giphy.gif" width="40px" alt="whatsapp-me" /></a> 
</p>
<br>
<div align="center">
<strong>🚀 Download now and experience the power of seamless color capturing and quick access to an array of vibrant hues.
</strong>
</div>
| Gain insights into building your own Chrome extension with this repository. Understand the process of creating a color picker extension, empowering you to customize and extend it further. Ideal for developers looking to learn extension development and implement their own unique features. | css,eventlistener,extension,html,javascript,json,manifest,onclick-events | 2023-04-29T13:49:31Z | 2024-01-18T18:47:56Z | null | 1 | 0 | 25 | 0 | 0 | 10 | null | null | CSS |
whitehorse21/React-Note | main | # React-Note
Simple React Note App (CRUD, Search and Sort features Available)
| Simple React Note App (CRUD, Search and Sort features Available) | framer-motion,javascript,react,react-bootstrap,sass | 2023-05-12T21:55:44Z | 2023-05-14T15:54:37Z | null | 1 | 1 | 4 | 0 | 0 | 10 | null | null | JavaScript |
vasucp1207/qwik-table | master | 
<h1 align='center'>Qwik Table</h1>
## 📦Install
``npm i qwik-table``
## 🦄Usage
Simply import **QwikTable** from the package.
```ts
import { component$ } from '@builder.io/qwik';
import data from '../data.json';
import { QwikTable } from 'qwik-table';
export default component$(() => {
const headers = [
{ key: "player_name", label: "Player" },
{ key: "club", label: "Club" },
{ key: "position", label: "Position" },
{ key: "minutes_played", label: "Min Played" },
{ key: "match_played", label: "Matches" },
{ key: "goals", label: "Goals" },
{ key: "assists", label: "Assists" },
{ key: "distance_covered", label: "Distance Covered" },
];
return (
<div>
<QwikTable
header={headers}
data={data}
title='Champions League'
headerImg='/league.png'
/>
</div>
);
});
```
See the live [demo](https://qwik-table.vercel.app/).
| Easy searchable, sortable table for Qwik City | javascript,qwik,qwik-city | 2023-05-14T15:07:16Z | 2023-05-28T10:57:26Z | null | 1 | 1 | 9 | 0 | 1 | 10 | null | null | TypeScript |
XJingWei/pet-app-2 | master | # 宠友信息-社区/论坛APP
#### 介绍
- 一款基于宠物社区/论坛交友系统APP,支持安卓、苹果、小程序、H5端多端适配。前端uniapp跨平台编译,后端使用SpringBoot微服务架构。可自由修改为其他行业内容。
- 友猫社区做了快5年了,目前你能想到的社区/论坛该有的功能大部分已经具备。
- 具备特点:社区(图文、视频发布、文章、话题、圈子、问答、附近、点赞、评论、关注、IM即时通讯、积分模块、头像挂件、VIP会员、消息推送通知、商城 等等)
#### 项目演示
- 1. 用户端: https://www.youmao.pro
- 2. 管理端: https://www.chongyou.info
- 扫码体验线上APP效果
<table>
<thead>
<tr>
<th>商用源码购买咨询</th>
<th>APP端(安卓\苹果APP)</th>
<th>小程序端</th>
<th>手机H5端</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center" valign="middle">
<img width="120px" src="%E6%88%91%E7%9A%84%E4%BF%A1%E6%81%AF.jpg">
</td>
<td align="center" valign="middle">
<img width="140px" src="https://foruda.gitee.com/images/1684052614684609431/fbd0b48a_911913.png">
</td>
<td align="center" valign="middle">
<img width="140px" src="https://foruda.gitee.com/images/1684052166819146365/ef9375fe_911913.jpeg">
</td>
<td align="center" valign="middle">
<img width="120px" src="https://www.youmao.pro/image/h5_code.png">
</td>
</tr>
<tr></tr>
</tbody>
</table>
#### 相关链接
- 官网:https://www.chongyou.info
- 友猫项目演示网站:https://www.youmao.pro
- 详细功能说明:https://www.yuque.com/ecvnlg/bi6m7t
#### 软件架构

- 前端使用uni-app开发, uni-app 是一个使用 Vue.js 开发所有前端应用的框架。
- 开发者编写一套代码,可发布到iOS、Android、H5、以及各种小程序(微信/支付宝/抖音/QQ)等多个平台。
- 后端:SpringBoot微服务架构
- 数据库:MySql、Redis、ES
#### 项目截图

#### 功能介绍
```
部分功能介绍:
1.发现
搜索:用于搜索平台(用户、宠物、话题、文章等),可保留最近搜索记录;
海报:首页头部可轮播多张海报循环展示用于互动或广告位;
动态列表:按一定计算权重(点赞、评论、阅读、时间)排名推荐算法展示用户发布的动态信息;
2.关注
关注列表:展示所关注的用户近期发布的动态信息
关注用户:用户可自行关注自己喜欢的用户达到互动模式
推荐关注:系统会按算法不重复模式推荐给可关注用户列表
3.附近人
地图:用户授权位置信息后,其他人可在系统内查看附近2km内其他用户所在位置,便于用户之间互相知道附近的用户群体
用户信息:可点击地图用户头像显示用户信息
4.话题内容
热门圈子:用户发布信息最热的2个话题圈显示(头像、加入人数、名称)
推荐圈子:按照圈子内容数排名展示圈子列表信息
我加入的圈子:用户可自行加入自己喜欢的圈子进行互动
话题详情:展示该话题内所有用户发布的信息列表
5.圈子
创建圈子:名称、ioc图标、banner背景图、介绍、成员称呼
圈主管理:内容置顶、内容屏蔽、公告、删除内容、拉黑用户等
圈子操作:加入/退出圈子,圈子内容发布动态图文、文章
6.发布
每条动态信息可以选择(宠物、话题、位置)功能。并有图片文字内容AI自动审核(防止不良信息出现),自动审核不收取而外费用!
图片心得:可选择最多9张图片,1千字文字发布宠物信息
短视频:15内段视频上传发布可配文字话题位置
长图文:又称文章需要用户达到一定等级才可发布保证系统内容质量(可调)
7.消息
互动消息:用户收到的其他人点赞评论内容会以图文形式展示可点击查看查看详情
关注:新增关注人数列表
通知公告:由后台发布对所有用户通知信息
8.我的
签到:每天签到按阶梯获罐头数可后台配置
基本信息:显示该用户关注、粉丝、动态、获赞数,魅力值(经验值)、罐头数
侵权上报:用户可上报内容侵权后台可对内容进行二次审核
客服:在线客服功能可在微信进行对话聊天
官V认证:后台对用户进行官V认证功能,该用户发布的所有内容头像都会显示小v图标
9.积分管理
兑换:可在后台设置商品和对于条件用户进行兑换达到营销目的
我的积分:可查看自己获得罐头记录详情和消耗明细
赚积分:注册、设置手机号、创建宠物、签到、点赞、评论等操作都可以获得相应的罐头克数,后台可配置管理
10.动态
详情:显示该动态图片、视频、文字、表情发布时间
点赞列表:按点赞时间显示点赞人头像信息
评论列表:评论列表仿今日头条方式显示每条用户评论信息
11.宠物管理
创建宠物档案:用户可创建自己的宠物信息包括(头像、名称、品种、生日、体重、相亲、绝育等)信息便于其他人查看交友、相亲等
宠物列表:可添加多个宠物展示列表显示
宠物详情:显示宠物基本信息和绑定动态以时间轴形式显示
宠物相册:每次发布动态内容图片会自动保存在该宠物相册中便于查看
12.互动
每种交互方式都会产生罐头作为奖励给用户(后台可配置)
投食:每天可对自己喜欢的宠物进行投食并不消耗自己的罐头,该宠物可获得响应克数罐头
关注:用户可关注人、宠物形式可在列表中查看
点赞:动态、文章、评论点赞等
评论:动态、文章、评论回复等
上述只是冰山一角
```
| 一款基于宠物社交APP内容为主,支持安卓、苹果、小程序、H5端多端适配。前端uniapp跨平台编译,后端使用SpringBoot微服务架构。可修改为其他行业内容。具备:图文、视频发布、文章、话题、圈子、问答、附近、点赞、评论、关注、IM即时通讯、积分模块、头像挂件、VIP会员、消息推送通知、商城等模块 | java,javascript,springboot,uniapp,vue | 2023-05-14T12:20:40Z | 2023-05-22T09:46:03Z | null | 1 | 0 | 12 | 0 | 2 | 10 | null | MulanPSL-2.0 | Java |
ConwayCJ/devmoji | main | # About DevMoji
DevMoji was created by Christopher Conway. As a fresh bootcamp graduate, one of the most daunting goals was to contribute to opensource. In an effort to tackle this problem for other developers facing the same experience - he created DevMoji.
It provides a straight-forward way to contribute to opensource in a safe, risk-free environment that provides ample feedback and a way to actually see your contribution on the application.
Please consider contributing to the project and seeing your own prompt/answer on the application!
# Contributing
<img src="https://github.com/ConwayCJ/devmoji/assets/94498167/c989097a-acd9-4f46-984b-d2a696e1391d" align="right" width="250" alt="fork this repository"/>
## Fork this repository
Fork this repository by clicking on the fork button on the top of the page.
This will create a copy of this repository on your account.
<img align="right" width="300" src="https://github.com/ConwayCJ/devmoji/assets/94498167/1e12f33a-2177-4584-aaa5-5c78e4cc92b3" alt="clone this repository" />
## Clone the repository
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the `code` button and then click the `copy to clipboard` icon.
Open a terminal and run the following git command:
`git clone url-you-just-copied`
where url-you-just-copied is replaced with the url to this repository (your fork of this project). See the previous steps to obtain the url.
## Create a branch
Change to the repository directory on your computer (if you are not already there) of the project you cloned:
```javascript
cd devmoji
```
Now create a branch using the git checkout command:
```javascript
git checkout -b your-branch-name
```
For example:
```javascript
git checkout -b new-prompt-conwaycj
```
## Add changes to Data.tsx file
**Contribution requirements:**
- Your contribution MUST match our <a href="/style_guidelines.md">style guidelines</a>. Please ensure there are not drastic formatting changes.
- Please make prompts somewhat ambiguous. Obvious prompts may be requested to be changed.
- Limit the amount of prompts you add to 2.
Obvious example:
```javascript
{
prompt: ["everyone", "loves", <CoffeeEmoji />],
answer: "everyone loves coffee",
}
```
Ambiguous version:
```javascript
{
prompt: [<GroupEmoji/>, <HeartEmoji/>, <CoffeeEmoji/>],
answer: "everyone loves coffee",
}
```
### prompt key:
- Must be an array. 3 items max. Use any number of emojis - either use emojis from your device or find one from any of the listed sites:
[MaterialUI](https://react-icons.github.io/react-icons)\
[React Icons](https://mui.com/material-ui/material-icons/)
- ***Choosing a new emoji***\
In Data.tsx - make sure you import your emoji like the example below. The FROM location must match the library you're using.\
For example, React Icons [Font Awesome](https://react-icons.github.io/react-icons/icons?name=fa) has a different FROM location than [Hero Icons](https://react-icons.github.io/react-icons/icons?name=hi)
```javascript
//Font Awesome example:
import { IconName } from "react-icons/fa";
```
- If I want to use an icon from "Hero Icons", but that import doesn't exist in Data.tsx - I must import it from that new location. The Import syntax will be in the "Hero Icons" section at the [React Icons website](https://react-icons.github.io/react-icons).
```javascript
//Font Awesome Icons:
import { IconName } from "react-icons/fa";
//Hero Icons:
import { IconName } from "react-icons/hi";
```
### answer key:
- Must be a string. Use lowercase lettering. See the "star trek" example below.
- For example - your emojis are implying "star trek"
- The "answer" key would be `'star trek'`
### socials key:
- This is OPTIONAL. If you do not want links to your socials on the application, do not add a socials key.
- The socials key is an object with two key:value pairs. GHurl and LIurl. Provide a link to your GitHub and LinkedIn as a string.
Completed example with socials:
```javascript
{
prompt: [<Star/>, <RunningTrack/>],
answer: "star trek",
socials: {
GHurl: 'https://github.com/ConwayCJ',
LIurl: 'https://www.linkedin.com/in/conwaycj',
}
}
```
# Check your work
In the devmoji directory in your terminal, run `npm run dev`.
Play through the game or skip to the last prompt. If your contribution was successful it will appear on the last page before the confetti screen.
Put your answer in the input to check it was successful.
# Committing & pushing changes
<ol>
<li>Before continuing these steps, make sure your changes meet the requirements of our <a href="/style_guidelines.md">style guidelines</a></li>
<li>Add the changed Data.tsx file in your terminal</li>
<li>Commit your changes with the message "add prompt your prompt here"</li>
<li>Push your changes to the branch you created earlier when doing the `git checkout` command</li>
<li>See below for an example</li>
</ol>
- Example add/commit/push workflow:
If you're in the devmoji directory in your terminal:
```javascript
git add src/assets/Data.tsx
git commit -m "Add prompt star trek"
git push -u origin your-branch-name
```
# Submit your changes for review
- If you go to your GitHub repository, you'll see a `Compare & pull request` button. Click on that button.

- You should now see a new screen to create a pull request.
<hr/>
<ol>
<li>Check that your message matches the description of your commit message: `add prompt your-prompt-here`</li>
<li>Click the "create pull request" button.</li>
</ol>
<img width="800" src="https://github.com/ConwayCJ/devmoji/assets/94498167/25eb1d98-7f6e-46d9-b38b-7fe46d62a62d" alt="clone this repository" />
## Thats it!
Upon seeing this screen, either your contribution will be accepted and merged into the main branch, or your contribution will receive feedback and changes will be requested.
<ol>
<li> In the case changes are requested, follow the same workflow to request and update your pull request.</li>
<li> If no changes have been requested, it will be merged into the production branch.</li>
</ol>
## Thank you for contributing!
If the deployment is successful, there will be an option on the screen below to view a "preview" of your contribution before it goes to production!

# Whats next? + Credits
- Congrats! You just completed the standard fork -> clone -> edit -> pull request workflow that you'll often encounter as a contributor!
- Please star this repository and share with someone you know who might enjoy contributing!
## Roadmap
1. ☑ Implement the core functionality of the project.
2. ☑ Set up a GitHub repository and make it open source.
3. ☑ Create a detailed README file with instructions on how to contribute.
4. ☑ Add a "Credits" section for contributors' socials.
5. ☑ Style the project.
6. ⭕ Improve styling:
- Change gradients on each page to something more distinct
- Transition colors instead of a direct swap
- Make getting a correct prompt more clear (replace X\O and bg color change)
7. ⭕ Enhance user experience by implementing features such as:
- Tracking the number of prompts users have answered correctly & displaying unique win page.
- Track progress using login/DB or local storage
## Code Stack
The project is built using the following technologies and frameworks:
| React | TypeScript | Vite | HTML5 | CSS3 | TailwindCSS |
|--------------|--------------|--------------|--------------|--------------|--------------|
|  |  |  |  |  |  |
| Open source contribution for first-time contributors made easy. | game,javascript,open-source,react,react-router,reactjs,typescript | 2023-04-22T06:28:30Z | 2024-05-19T08:59:10Z | null | 11 | 21 | 128 | 0 | 12 | 10 | null | null | TypeScript |
hoangsonww/The-ToDo-App | main | # The ToDo App
Welcome to The ToDo App - your simple, elegant solution for daily task management. This app is designed to help you keep track of your tasks with an intuitive and distraction-free user interface.
## User Interface
<p align="center" style="cursor: pointer">
<img src="utils/todoUI.png" alt="The ToDo App Interface" width="100%" style="border-radius: 8px">
</p>
## Features
- **Simple Task Management**: Add, edit, and delete your tasks with just a few clicks.
- **Due Dates**: Set and edit due dates to keep on track with your schedule.
- **Task Prioritization**: Mark tasks as high priority to focus on what matters most.
- **Sorting**: Sort your tasks by due date or priority to plan your day effectively.
- **Light/Dark Mode**: Toggle between light and dark mode for a comfortable viewing experience.
- **Local Storage**: All your tasks are saved locally for privacy and convenience.
- **Responsive Design**: Whether you are on a desktop, tablet, or mobile, The ToDo App looks great on any device.
## Technologies
- **HTML5**: The structure of the app is built with HTML5.
- **CSS3**: The styling of the app is created with CSS3.
- **JavaScript**: The functionality of the app is powered by JavaScript.
- **Font Awesome**: The icons used in the app are from Font Awesome.
- **Google Fonts**: The fonts used in the app are from Google Fonts.
- **Vue.js**: The app is built with Vue.js, a progressive JavaScript framework.
- **Docker**: The app is containerized with Docker for easy deployment.
- **GitHub Actions**: The app is continuously integrated with GitHub Actions for automated testing and deployment.
- **GitHub Pages**: The app is hosted on GitHub Pages for easy access.
- **Babel**: The app is transpiled with Babel for cross-browser compatibility.
- **ESLint**: The app is linted with ESLint for code quality and consistency.
- **Prettier**: The app is formatted with Prettier for code readability and maintainability.
## Getting Started
To get started with The ToDo App, simply clone the repository and open `index.html` in your favorite web browser.
```bash
git clone https://github.com/hoangsonww/The-ToDo-App.git
cd TheToDoApp
open index.html
```
## Contributions
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
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
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
David Nguyen - [@hoangsonww](https://github.com/hoangsonww) - hoangson091104@gmail.com
Project Link: [https://github.com/hoangsonww/The-ToDo-App](https://github.com/hoangsonww/The-ToDo-App)
## Acknowledgements
- [Font Awesome](https://fontawesome.com)
- [Google Fonts](https://fonts.google.com/)
- [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
---
| 📅 Welcome to the ToDo App - a sleek, interactive, and efficient tool designed to streamline your task management process. The goal? To provide you a seamless way to manage your tasks and boost your productivity! | css,html,javascript,reactjs,django,django-rest-framework,docker,machine-learning,react,swift | 2023-05-12T21:42:36Z | 2024-05-23T10:11:31Z | null | 1 | 0 | 51 | 1 | 7 | 10 | null | CC0-1.0 | JavaScript |
teddy-gustiaux/quick-bookmarking | main | # Quick Bookmarking
[](https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/)
[](https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/)
[](https://github.com/teddy-gustiaux/quick-bookmarking/releases)
[](https://opensource.org/licenses/MIT)
**WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available.**
<a href="https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/">
<img border="0" src="./assets/get-the-addon/firefox-get-the-addon.png" width="350">
</a>
## Features
### Quick bookmark icon
Enabling this feature will add a quick bookmark icon in the address bar, to (un)bookmark a page with only one click.
The icon is a round star icon in the address bar.
If the current page is bookmarked, the icon will change color (configurable by the user among , red by default).
<img alt="Page not bookmarked" src="assets/screenshots/quick_bookmark_icon-page_not_bookmarked.png">
<img alt="Page bookmarked" src="assets/screenshots/quick_bookmark_icon-page_bookmarked.png">
### Quick bookmark shortcut
Enabling this feature allow you to trigger the quick bookmarking via a dedicated shortcut (`Alt+Shift+D`).
### Quick bookmark context menu
You can enable this feature allowing you:
- Quickly bookmark the current page via the page context menu,
- when right-clicking on any bookmark folder to quickly bookmark the current page there.
<img border="0" src="./assets/screenshots/context-menu.png" width="500">
### Settings
The following settings apply to the icon, shortcut and context menu (if enabled), unless specified otherwise.
- Select where the new bookmarks will be added:
- User-defined folder.
- Last used folder (by any bookmarking or sorting method).
- Default folder used by Firefox.
- Choose to add the new bookmarks to the top or the bottom of the selected folder.
- Choose to show the page as bookmarked only if all the bookmarks of this page are in the folder you selected.
- Choose to not allow removal of bookmarks.
## Support
If you want to report a bug or help with translations, you can open an issue on [GitHub](https://github.com/teddy-gustiaux/quick-bookmarking/issues). If you do not have an account, you can create one for free.
## Changelog
Please refer to the <a href="https://github.com/teddy-gustiaux/quick-bookmarking/blob/master/CHANGELOG.md">full changelog</a> on GitHub.
## Attribution
*Third-party libraries:*
- [Bulma](https://bulma.io/)
- [Bulma Switch Extension](https://github.com/Wikiki/bulma-switch)
*Icons:*
- [Extension/Bookmark icon](https://www.flaticon.com/free-icon/star-button_69468) made by [Bogdan Rosu](https://www.flaticon.com/authors/bogdan-rosu) from [Flaticon](https://www.flaticon.com) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).
- [Cross icon](https://www.flaticon.com/free-icon/settings_128531) made by [Eleonor Wang](https://www.flaticon.com/authors/eleonor-wang) from [Flaticon](https://www.flaticon.com) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).
## License
Distributed under the [MIT license](http://opensource.org/licenses/MIT).
| WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available. | bookmark,bookmarks,firefox,firefox-addon,firefox-extension,javascript,webextension,browser-extension | 2023-05-10T22:24:00Z | 2023-05-18T22:06:16Z | 2023-05-11T16:39:44Z | 1 | 0 | 16 | 2 | 0 | 10 | null | MIT | JavaScript |
Bjorn86/react-mesto-api-full-gha | main | # Проект: Место (frontend + backend)
Учебный проект выполненный в рамках курса "Веб-разработчик" от Яндекс Практикум.
Проект представляет из себя веб-приложение в сборе, имеющие бэкенд часть, основой для которой послужил [проект](https://github.com/Bjorn86/express-mesto-gha) также выполненный в рамках учебного курса, а также фронтенд часть, основой для которого послужил ещё один [проект](https://github.com/Bjorn86/react-mesto-auth) выполненный в рамках указанного выше учебного курса.
## Оглавление
- [Обзор проекта](#обзор-проекта)
- [Задачи проекта](#задачи-проекта)
- [Функциональность проекта](#функциональность-проекта)
- [Screenshot](#screenshot)
- [Директории проекта](#директории-проекта)
- [Запуск проекта](#запуск-проекта)
- [Ссылки на проект](#ссылки-на-проект)
- [Ход выполнения проекта](#ход-выполнения-проекта)
- [Используемые технологии](#используемые-технологии)
- [Чему я научился работая над проектом](#чему-я-научился-работая-над-проектом)
- [Автор](#автор)
## Обзор проекта
### Задачи проекта
Проект призван закрепить вре ранее полученные в рамках учебного курса знания. Создать полностью рабочее веб-приложение, и разместить его на хостинге.
### Функциональность проекта
- Backend:
- В проекте созданы схемы и модели пользователей и карточек с контентом:
- `card` — схема карточки с контентом
- `user` — схема пользователя
- В проекте созданы эндпоинты:
- `/cards` — обрабатывает:
- GET запросы — отдаёт все карточки из БД
- POST запросы — создаёт новую карточку с контентом
- `/cards/:cardId` — обрабатывает DELETE запросы, удаляет карточку по `cardId`
- `/cards/:cardId/likes` — обрабатывает:
- PUT запросы — добавляет лайк карточке с контентом
- DELETE запросы — удаляет лайк карточке с контентом
- `/signin` — обрабатывает POST запросы, производит аутентификацию пользователя
- `/signup` — обрабатывает POST запросы, производит регистрацию пользователя
- `/users` — обрабатывает:
- GET запросы — отдаёт всех пользователей из БД
- POST запросы — создаёт нового пользователя
- `/users/:userId` — обрабатывает GET запросы, отдаёт пользователя по `userId`
- `/users/me` — обрабатывает:
- GET запросы — отдаёт информацию о текущем пользователе
- PATCH запросы — обновляет информацию о пользователе
- DELETE запросы — производит выход пользователя, с удалением JWT-токена из Cookie
- `/users/me/avatar` — обрабатывает PATCH запросы, обновляет аватар пользователя
- Созданы мидлвары:
- Централизованной обработки ошибок
- Авторизации пользователя
- Ограничитель количества запросов (защита от DDoS атак)
- Поддержки CORS запросов, включая обработку предварительных запросов
- Логирования запросов и ошибок
- Производится валидация поступающих данных:
- до передачи информации контроллерам с помощью joi и celebrate
- на уровне схем с помощью validator и встроенных методов mongoose
- Frontend:
- Возможность регистрации и аутентификации пользователя
- Возможность редактировать информацию о пользователе (установить имя пользователя, информацию «о себе», аватар)
- Возможность создавать карточки мест (добавить\удалить карточку места, поставить\снять лайк карточке)
- Возможность просматривать детальную фотографию карточки
- Реализована валидация форм с помощью кастомного хука
### Screenshot

### Директории проекта
- `/backend` — директория с файлами бэкенд части проекта
- `/controllers` — директория с файлами контроллеров
- `/errors` — директория с файлами кастомных ошибок
- `/middlewares` — директория с мидлварами
- `/models` — директория с файлами описания схем и моделей
- `/routes` — директория с файлами роутера
- `/utils` — директория со вспомогательными файлами
- `/frontend` — директория с файлами фронтенд части проекта
- `src/blocks` — директория с CSS файлами
- `src/components` — директория с компонентами
- `src/contexts` — директория с элементами контекста
- `src/fonts` — директория со шрифтами
- `src/images` — директория с файлами изображений
- `src/utils` — директория со вспомогательными файлами
- `src/vendor` — директория с файлами библиотек
### Запуск проекта
- Backend:
- `npm lint` — запускает проверку линтером
- `npm run start` — запускает сервер
- `npm run dev` — запускает сервер с hot-reload
- Frontend:
- `npm run build` — запуск проекта в режиме продакшн, с формированием файлов подготовленных к деплою в директории `/build`
- `npm start` — запуск проекта в режиме разработки
<!-- ### Ссылки -->
### Ссылки на проект
- [Ссылка на репозиторий проекта](https://github.com/Bjorn86/react-mesto-api-full-gha)
- [Ссылка на страницу проекта](https://mesto.ld-webdev.ru)
- [Ссылка на API сервер проекта](https://api.mesto.ld-webdev.ru)
## Ход выполнения проекта
### Используемые технологии
- [Node.js](https://nodejs.org/ru)
- [nodemon](https://nodemon.io/)
- [Express](https://expressjs.com/)
- [cookie-parser](https://www.npmjs.com/package/cookie-parser)
- [MongoDB](https://www.mongodb.com/)
- [mongoose](https://mongoosejs.com/)
- [bcryptjs](https://www.npmjs.com/package/bcryptjs)
- [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken)
- [celebrate](https://www.npmjs.com/package/celebrate)
- [validator](https://www.npmjs.com/package/validator)
- [express-rate-limit](https://www.npmjs.com/package/express-rate-limit)
- [helmet](https://helmetjs.github.io/)
- [winston](https://www.npmjs.com/package/winston)
- [express-winston](https://www.npmjs.com/package/express-winston)
- [ESLint](https://eslint.org/)
### Чему я научился работая над проектом
- Разворачивать сервер на Node.js
- Использовать в работе фреймворк Express
- Работать с БД MongoDB
- Использовать в работе с БД ODM mongoose
- Создавать схемы и модели для работы с БД
- Обрабатывать различные виды запросов
- Обрабатывать ошибки некорректных запросов
- Валидировать приходящую в запросе информацию
- Работать с JWT-токеном
- Работать с Cookies
- Базовой защите приложения
- Логированию
- Работе с CORS
- Деплою проекта на реальный хостинг
## Автор
**Данила Легкобытов**
- e-mail: [legkobytov-danila@yandex.ru](mailto:legkobytov-danila@yandex.ru)
- Telegram: [@danila_legkobytov](https://t.me/danila_legkobytov)
- LinkedIn: [in/danila-legkobytov](https://www.linkedin.com/in/danila-legkobytov/)
| Веб-приложение Место представляет из себя фото-блог с возможностью добавления карточек интересных мест, регистрации и аутентификации пользователей. Backend создан с помощью Node.js и Express. Frontend создан с помощью React | celebrate,express,mongodb,mongoose,nodejs,webapp,adaptive,css,flexbox,grid | 2023-05-07T13:04:04Z | 2023-08-13T03:38:59Z | null | 1 | 0 | 15 | 0 | 0 | 10 | null | null | JavaScript |
sweta1308/ecommerce-attire | master | # Attire
[Attire](https://attire-store.netlify.app/) - An e-commerce website made with ReactJS.
https://github.com/sweta1308/ecommerce-attire/assets/105535990/64f60987-7060-491e-8219-234919ea375f
## Features
* Landing Page
* Product Listing Page
* Filters By
* Price
* Rating
* Category
* Brand
* Search Product Functionality
* Single Product Page
* Cart management
* Wishlist Management
* Order Management
* Address Management
* Checkout Management
* Payment Gateway Integration
* Authentication
* Sign Up
* Log In
* Log Out
* Toast And Loaders
* Responsive
## Tech Stack
* React JS
* React Router v6
* React useContext + useReducer
* Vanilla CSS
* Font Awesome Icons
* Razorpay Payment Gateway
## How to Install and Run Locally
```JavaScript
git clone https://github.com/sweta1308/ecommerce-attire
cd ecommerce-attire
npm install
npm start
```
| Attire is an ecommerce app to buy women's clothing. It has various features like landing page, product listing page, single product page, cart management, wishlist management, address management and login logout features. | ecommerce,javascript,reactjs | 2023-05-14T15:01:36Z | 2023-08-09T17:56:48Z | null | 1 | 4 | 408 | 0 | 4 | 10 | null | null | JavaScript |
dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer | main | # Автоматизации решения капчи Yandex SmartCaptcha от Яндекса с использованием библиотеки Puppeteer
## Описание
В этом примере показывается как автоматизировать решение капчи Yandex SmartCaptcha на демо странице капчи https://captcha-api.yandex.ru/demo. Для автоматизации используется библиотека [Puppeteer](https://pptr.dev/) и сервис решения капч [2captcha.com](https://2captcha.com/?from=16653706). Для корректной работы примера нужен `APIKEY`, для этого необходимо иметь аккаунт в сервисе [2captcha.com](https://2captcha.com/?from=16653706), `APIKEY` отображается в личном кабинете.
## Установка
### Клонирование репозитория
`git clone https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer.git`
### Установка зависимостей
`npm install`
### Настройка
Установить ваш `APIKEY` в файле [./index.js#L3](./index.js#L3)
> `APIKEY` указан в личном кабинете аккаунта [2captcha.com](https://2captcha.com/?from=16653706). Перед копированием `APIKEY`, проверьте что в вашем аккаунте выбрана роль **"разработчик"**.
<!-- > Скриншот: -->
### Запуск
`npm run start`
## Код примера
```js
import puppeteer from "puppeteer";
import { Solver } from "2captcha-ts";
const solver = new Solver("<Your 2captcha APIKEY>");
;(async () => {
const browser = await puppeteer.launch({
headless: false,
});
const page = await browser.newPage();
// Открыть необходимую страницу с капчей
// Open target page
await page.goto("https://captcha-api.yandex.ru/demo");
await page.waitForSelector("#captcha-container");
await page.waitForSelector("iframe[data-testid='checkbox-iframe'");
// Заполнить поля для ввода
// Enter data
await page.$eval("#name", (el) => (el.value = ""));
await page.type("#name", "Иван Иванов", { delay: 100 });
// Получить параметр `sitekey` с текущей страницы
// Get the `sitekey` parameter from the current page
const sitekey = await page.evaluate(() => {
return document
.querySelector("#captcha-container")
.getAttribute("data-sitekey");
});
// Отправить капчу в сервис 2captcha.com для получения решения
// Send a captcha to the 2captcha service to get a solution
const res = await solver.yandexSmart({
pageurl: "https://captcha-api.yandex.ru/demo",
sitekey: sitekey,
});
console.log(res);
// Полученное решение
// The resulting solution
const captchaAnswer = res.data;
// Использовать полученное решение на странице
// Use the resulting solution on the page
const setAnswer = await page.evaluate((captchaAnswer) => {
document.querySelector("input[data-testid='smart-token']").value =
captchaAnswer;
}, captchaAnswer);
// Нажать на кнопку 'Submit', для проверки решения капчи
// Click on the 'Submit' button to check the captcha solution
await page.click("#smartcaptcha-demo-submit");
await page.waitForSelector(".greeting");
console.log("Капча успешно решена!!!");
console.log("Captcha solved successfully!!!");
browser.close();
})();
```
Исходный код примера доступен в файле [index.js](/index.js)
> [!IMPORTANT]
> Если вам необходимо решать капчу яндекса которую необходимо кликать, то вам необходимо использовать метод [Coordinates API v1](https://rucaptcha.com/api-rucaptcha#coordinates) \ [Coordinates API v2](https://rucaptcha.com/api-docs/coordinates), подробнее описано в [статье](https://captchaforum.com/threads/reshenie-kapchi-na-servisax-jandeks.4351/).
## Дополнительные ссылки:
<!-- - [Документация по отправке Yandex SmartCaptcha в сервис 2captcha.com](https://2captcha.com/2captcha-api#yandex?from=16653706). -->
- [Документация по отправке Yandex SmartCaptcha в сервис 2captcha.com (web.archive)](https://web.archive.org/web/20230917233148/https://rucaptcha.com/api-rucaptcha#yandex)
<!-- - [Как обойти Yandex SmartCaptcha](https://2captcha.com/p/yandex-captcha-bypass-service/?from=16653706) -->
- [Как обойти Yandex SmartCaptcha (web.archive)](https://web.archive.org/web/20230320212755/https://rucaptcha.com/p/yandex-captcha-bypass-service)
- [Статья - Решение капчи на сервисах Яндекс кликами](https://captchaforum.com/threads/reshenie-kapchi-na-servisax-jandeks.4351/)
- [Метод Coordinates](https://rucaptcha.com/api-docs/coordinates) | Решение капчи Yandex SmartCaptcha от Яндекса с использованием библиотеки Puppeteer и сервиса 2captcha | yandex-captcha,yandex-smart-captcha,captcha-solving,puppeteer,nodejs,puppeteer-demo,javascript,2captcha,2captcha-api | 2023-05-01T07:50:37Z | 2024-02-05T20:58:00Z | null | 1 | 0 | 8 | 0 | 1 | 10 | null | MIT | JavaScript |
nomandhoni-cs/Showwand | master | <div align="center">
<img alt="Logo" src="./assets/icon128.png" width="100" />
<h1>Showwand</h1>
<p>A magical Browser extension, which directly post, delete in your Showwcase thread.</p>
</div>
## What is Showwand?
### Introducing Showwand: Save Time and Enhance Your Showwcase Experience!
We are thrilled to unveil Showwand, the revolutionary browser extension designed to streamline your Showwcase interactions and maximize your productivity. With Showwand, you can take control of your online presence, effortlessly post threads, discover your recent posts, and unlock a wealth of exciting features that will transform the way you engage with Showwcase platforms.
## Showwand Extension User Interface

## Here's what Showwand brings to the table:
### Seamlessly Post Threads from Anywhere:
Say goodbye to the limitations of composing lengthy threads within the confines of a single tweet. Showwand empowers you to effortlessly post threads in Showwcase from anywhere, allowing you to express your thoughts and ideas without compromising on clarity or depth.

### Quick Access to Recent Posts:
With Showwand, you can effortlessly track and revisit your recent posts across any tab in your browser. Say goodbye to endlessly scrolling through your timeline or searching for past updates. Showwand provides a convenient dashboard to help you stay organized and easily locate your previously shared content.
%2520(1).webp)
### Securely Save Your Showwcase Info:
Rest assured that your **Showwcase API** key [Get Your API key](https://www.showwcase.com/settings/api-keys) and username are securely stored within your local environment with Showwand. We prioritize your privacy and security, which is why we do not collect any of the information you enter. By securely storing your credentials in your local environment, you can enjoy the seamless integration of your Showwcase profile without any concerns about data collection or privacy breaches. Your information remains within your control, giving you peace of mind while accessing the full potential of Showwand.
.webp)
### Discover Showwcase IDs from Twitter Profiles:
Searching for a user's Showwcase ID on Twitter? Showwand simplifies the process by displaying the Showwcase icon directly on a user's Twitter profile if they have a corresponding profile on Showwcase.com. Effortlessly explore new connections and discover exciting content on Showwcase.
%2520(2).webp)
### Worth Sharing? Select it, Post it:
Found something valuable to share with the developer community? With Showwand, simply select the content you want to share and post it instantly. No more copy-pasting or switching between platforms. Showwand streamlines the process, allowing you to quickly and conveniently share your insights, tips, or resources with fellow developers, fostering collaboration and knowledge exchange.

## How to install the Extension?
### Step 1
Download the Extension `Showwand-0.13.0.zip` from [here](https://github.com/nomandhoni-cs/Showwand/releases/download/0.13.0/Showwand-0.13.0.zip)
([GitHub - Release](https://github.com/nomandhoni-cs/Showwand/releases/tag/0.13.0))
#### OR
You can `git clone` the repository from [Showwand - GitHub](https://github.com/nomandhoni-cs/Showwand)
### Step 2
Now, open `Google Chrome` and go to `chrome://extensions`. You will see a page like this:
Turn on `Developer Mode`

### Step 3
Select `Load unpacked` option like indicated below image.

### Step 4
- Select the `folder` where the extension is located ( Extracted / Cloned )
- Select the `.zip` file if you want to Microsoft Edge

### After Installation
After installing the extension, you will see the interface as shown in the image below. To utilize the extension's complete set of features, simply enter your **Showwcase API** key [Get Your API](https://www.showwcase.com/settings/api-keys) key and **Showwcase username**. Once entered, you can start enjoying the full functionality of the extension.

## Open Source Contribution
We are excited to announce that starting from late June 2023, we will be accepting open-source contributions to further enhance Showwand. We believe in the power of collaboration and the value of community-driven development.
If you're interested in contributing to Showwand, we welcome your ideas, bug fixes, feature enhancements, and other valuable contributions. Whether you're an experienced developer or just starting your journey, there's a place for you in our community.
Contributing to Showwand not only allows you to leave your mark on the project but also provides an excellent opportunity to gain hands-on experience with open-source development, collaborate with like-minded individuals, and build your reputation in the developer community. Your contributions will be recognized and appreciated by the Showwand team and the broader community.
<!-- To get started, please review our [Contribution Guidelines](CONTRIBUTING.md), which outline the process for submitting contributions and provide helpful tips on how to contribute effectively. You'll also find our project roadmap and issue tracking information on our [GitHub repository](https://github.com/your-username/your-repo). -->
We can't wait to see the amazing contributions you'll bring to Showwand and the positive impact they will have on the Showwcase experience.
Join us on this exciting journey of open-source collaboration and help us shape Showwand into the best browser extension for Showwcase users worldwide!
<br />
<br />
<a href="https://www.buymeacoffee.com/nomandhoni" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" >
</a>
<br />
<br />
| A magical Browser extension, which directly post, delete in your Showwcase thread. | chrome-extension,hacktoberfest,hacktoberfest2023,docs,javascript | 2023-05-10T06:32:12Z | 2023-07-07T12:34:00Z | 2023-06-15T07:19:33Z | 2 | 41 | 134 | 1 | 1 | 10 | null | null | JavaScript |
ShaliniNayan/Awesome-book-ES6 | main | # Awesome-Books
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Awesome-Books] <a name="about-project"></a>
**[]** Is a simple project book storing app.
## 🛠 Built With <a name="built-with"></a>
- HTML.
- CSS.
- JS
- ES6
### Key Features <a name="key-features"></a>
<!-- - **[mobile version]**
- **[Desktop version]** -->
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](coming soon...)
<!-- 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:
- vscode.
- git.
- Knowledge on HTML and CSS.
- Knowledge og JS
### Setup
Clone this repository to your desired folder:
Navigate to the directory where you want to clone this project with your terminal.
Clone this repository using the following commands:
<!-- `git clone https://` -->
### Install
Install this project with this command in your terminal:
`cd Awesome-Books`
### Usage
To run the project, execute the following command in your terminal:
`code .`
### Run tests
To run tests,
Run it in your local server.
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Shalini Nayan**
- GitHub: [@ShaliniNayan](https://github.com/ShaliniNayan)
- Twitter: [@sndprs](https://twitter.com/sndprs)
- LinkedIn: [shalini-nayan-5820389](https://linkedin.com/in/shalini-nayan-5820389)
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- Creating and linking consequent pages namely:
- List
- Add
- Contact
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
- Contributions, issues, and feature requests are welcome!
- Feel free to check send me a message using the social media accounts stated above .
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
- If you like this project, give it a star .
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- would also like to thank microverse for issuing this project to the students.
<!-- LICENSE -->
## 📝 License <a name="license"></a>
- This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Is a simple project book storing app. Built with HTML. CSS. JS ES6 | css,es6,html,javascript,linters-config | 2023-05-01T10:36:19Z | 2023-05-01T17:35:19Z | null | 1 | 1 | 6 | 0 | 0 | 10 | null | MIT | JavaScript |
kanugurajesh/Scrimbafy | main | # Scrimbafy Registration UI Showcase 🌐✨
Welcome to Scrimbafy, where user registration meets innovation! 🚀
## Overview
Scrimbafy is an application designed to demonstrate a sleek and intuitive user interface for seamless user registration.
## Features
- 🎨 Modern and intuitive design
- 🔄 Easy and smooth registration process
- 🌐 Seamless onboarding experience
## Screenshots

## Tech Stack
- Html
- Css
- Javascript
## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
| webpage for scrimba platform | css3,html5,javascript,responsive,ui-ux | 2023-05-09T16:56:21Z | 2023-12-03T05:42:43Z | null | 2 | 0 | 24 | 0 | 0 | 10 | null | null | CSS |
HelsinkiUniCollab/WeatherBasedRecommender | main |

[](https://github.com/HelsinkiUniCollab/WeatherbasedRecommender/actions/workflows/ci.yml)
[](https://github.com/HelsinkiUniCollab/WeatherbasedRecommender/actions/workflows/cd.yml)
[](https://codecov.io/github/HelsinkiUniCollab/WeatherBasedRecommender)
The purpose of this project is to develop an application that provides users with personalized recommendations for points of interest and routes in Helsinki. It takes into consideration the current and forecasted weather conditions to enhance the generated suggestions. Read more about [the features of the application](/docs/features.md).
Application can be accessed here: [Weather-Based Recommender](http://128.214.253.51:3000/)
[Here's](https://www.youtube.com/watch?v=uWbicdil9OU) a video introduction of the project.
This application is being created as part of the software [engineering course](https://github.com/HY-TKTL/TKT20007-Ohjelmistotuotantoprojekti/) at the [University of Helsinki](https://www.helsinki.fi/fi).
[License](/LICENSE)
## Instructions
```bash
# Give permissions for a script to specify the backend URL
$ chmod +x generate_local_env.sh
# Replace the ellipsis inside the single quotes with your MongoDB development URL
$ ./generate_local_env.sh '...'
# Start the frontend and backend services on ports 5000 and 3000, respectively
$ docker compose up
```
To get the MongoDB development URL, read more [here](/docs/database.md). To run the frontend and backend services individually, refer to the instructions provided in the [frontend](/recommender-front/README.md) and [backend](/recommender-back/README.md) README's respectively.
## Documentation
* [Features](/docs/features.md)
* [CI/CD Pipeline](/docs/ci-cd.md)
* [Working hours](/docs/hours.md)
* [Team roles](/docs/roles.md)
* [Definition of Done](/docs/dod.md)
* [Git Workflow](/docs/workflow.md)
* [Production Environment](/docs/pouta.md)
* [Databases](/docs/database.md)
* [Code Quality](/docs/code_quality.md)
### Backlogs
* [Product Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1)
#### Sprints
* [Sprint 0 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/1)
* [Burndown Chart](https://github.com/HelsinkiUniCollab/WeatherBasedRecommender/assets/1563603/d7125033-704a-41aa-962c-ccf38f6ffbe8)
* [Sprint 1 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/5)
* [Burndown Chart](https://user-images.githubusercontent.com/1563603/246382227-caa3c55d-8ae1-4ff1-adc4-37d175eda30c.png)
* [Sprint 2 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/8)
* [Burndown Chart](https://github.com/HelsinkiUniCollab/WeatherBasedRecommender/assets/70194087/99774edb-e132-4ed0-831b-e9b7d638ef05)
* [Sprint 3 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/9)
* [Burndown Chart](https://github.com/HelsinkiUniCollab/WeatherBasedRecommender/assets/1563603/82793050-3a47-4eb5-afba-fa1915a7f434)
* [Sprint 4 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/10)
* [Burndown Chart](https://user-images.githubusercontent.com/1563603/259169990-35e11d1b-e03e-4a3c-97b9-a3edcca6b371.png)
* [Sprint 5 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/11)
* [Burndown Chart](https://user-images.githubusercontent.com/1563603/262408124-398195a7-7e9f-49d7-b0be-09ac079ae185.png)
| Web application that recommends activities in Helsinki | flask,fmi,helsinki-area,ilmatieteenlaitos-avoin-data,leaflet,material-ui,react,palvelukartta,gunicorn,cypress | 2023-05-15T07:59:20Z | 2024-03-18T15:12:08Z | null | 7 | 185 | 1,357 | 3 | 4 | 10 | null | MIT | JavaScript |
ErickWendel/migrating-from-jest-to-node-test-runner | main | # Step-by-Step Guide: Migrating from Jest to Node.js Native Test Runner (en-us)
A video (and blog post) tutorial about how to migrate from Jest to the Node.js native test runner
## About
Welcome, this repo is part of my [**youtube video**](https://youtu.be/2YfIB4gia60) about **Step-by-Step Guide: Migrating from Jest to Node.js Native Test Runner (en-us)**
First of all, leave your star 🌟 on this repo.
Access our [**exclusive telegram channel**](https://t.me/ErickWendelContentHub) so I'll let you know about all the content I've been producing
## Complete source code
- Access it in [app](./recorded/)

## Have fun!
| A video (and blog post) tutorial about how to migrate from Jest to the Node.js native test runner | javascript,jest,nodejs | 2023-04-25T20:41:18Z | 2023-05-08T00:47:04Z | null | 1 | 0 | 4 | 1 | 0 | 10 | null | null | JavaScript |
Death-Mask/catch-kart | main | <!-- catch-kart -->
<p align="center">
<img src=".github/misc/logo.png">
</p>
<p align="center">
<img src="https://img.shields.io/badge/Version-1.0.0-green?style=for-the-badge">
<img src="https://img.shields.io/github/license/Death-Mask/catch-kart?color=red&style=for-the-badge">
<img src="https://img.shields.io/github/stars/Death-Mask/catch-kart?color=red&style=for-the-badge">
<img src="https://img.shields.io/github/issues/Death-Mask/catch-kart?color=red&style=for-the-badge">
</p>
<p align="center">
<img src="https://img.shields.io/badge/Author-Sa升升am-blue?style=flat-square">
<img src="https://img.shields.io/badge/Open%20Source-Yes-darkgreen?style=flat-square">
<img src="https://img.shields.io/badge/Maintained%3F-Yes-lightblue?style=flat-square">
<img src="https://img.shields.io/badge/Written%20In-Bash-darkcyan?style=flat-square">
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FDeath-Mask%2Fcatch-kart&title=Visitors&edge_flat=false"/></a>
</p>
<p align="center"><b>A beginners friendly, Automated phishing tool.</b></p>
##
<h3><p align="center">Disclaimer</p></h3>
<i>Any actions and or activities related to <b>catch-kart</b> is solely your responsibility. The misuse of this toolkit can result in <b>criminal charges</b> brought against the persons in question. <b>The contributors will not be held responsible</b> in the event any criminal charges be brought against any individuals misusing this toolkit to break the law.
<b>This toolkit contains materials that can be potentially damaging or dangerous </b>. Refer to the laws in your province/country before accessing, using,or in any other way utilizing this in a wrong way.
<b>This Tool is made for educational purposes only</b>. Do not attempt to violate the law with anything contained here. <b>If this is your intention, then Get the hell out of here</b>!
It only demonstrates "how phishing works". <b>You shall not misuse the information to gain unauthorized access to someones social media</b>. However you may try out this at your own risk.</i>
##
### Features
- Beginners friendly
- Multiple tunneling options
- Localhost
- Cloudflared
- LocalXpose
- Mask URL support
##
### Installation
- Just, Clone this repository -
```
git clone https://github.com/Death-Mask/catch-kart.git
```
- Now go to cloned directory and run `catch-kart` -
```
$ cd catch-kart
$ chmod +x catch-kart.sh
$ bash zphisher.sh or ./catch-kart.sh
```
- On first launch, It'll install the dependencies and that's it. ***catch-kart*** is installed.
##
<h3 align="center">Workflow</h3>
<p align="center">
<img src=".github/misc/workflo.gif"/>
</p>
##
<h3>Dependencies</h3>
<b>catch-kart</b> requires following programs to run properly -
- `git`
- `curl`
- `php`
> All the dependencies will be installed automatically when you run **catch-kart** for the first time.
##
<h3>Tested on</h3>
- **Ubuntu**
- **Debian**
##
### Find Me on:
<p align="left">
<a href="https://deathmask.rf.gd" target="_blank"><img src="https://custom-icon-badges.herokuapp.com/badge/Website-white?style=for-the-badge&logo=earth_9647256&logoColor=black%22%20style=%22border-radius:%2030px%22%20target=%22_blank"></a>
<a href="https://www.linkedin.com/in/ahmed-abd-alalim-286768299/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" style="border-radius: 30px" target="_blank"></a>
<a href="https://github.com/Death-Mask" target="_blank"><img src="https://img.shields.io/badge/GitHub-000000?style=for-the-badge&logo=github&logoColor=whit style="border-radius: 30px" target="_blank"></a>
<a href="https://tryhackme.com/p/DeathMask" target="_blank"><img src="https://custom-icon-badges.herokuapp.com/badge/TryHackMe-262c3e?style=for-the-badge&logo=tryhackme&logoColor=white" style="border-radius: 30px" target="_blank"></a>
</p>
##
### License
This program has been licensed under the GNU GPL v3 License.
If you are a true FOSS (Free And Open Source Software) Lover, you wont customize this and redistribute this under your name!
<!-- // -->
| An automated phishing tool you can get bank card data through fake websites. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit ! | phishing,phisher,phisher-website,phishing-attacks,phishing-pages,catch-kart,css,html,javascript,php | 2023-04-26T15:42:58Z | 2023-12-30T13:46:21Z | null | 1 | 0 | 78 | 0 | 3 | 10 | null | GPL-3.0 | HTML |
Sonikak004/First-Capstone-Project | main | <a name="readme-top"></a>
<h1>First Capstone Project</h1>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Capstone-Project <a name="about-project"></a>
## 🛠 Built With <a name="built-with"></a>
HTML
CSS
Bootstrap
Javascript
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
[Live Demo](https://sonikak004.github.io/First-Capstone-Project/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Project Video -->
## 🚀 Project Video <a name="live-demo"></a>
[Project Video](https://www.loom.com/share/88418e7e6c984f7488163970e5239f45)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Setup
Clone this repository to your desired folder:
- Open the command prompt in the created directory.
- On the terminal run this command git clone https://github.com/Sonikak004/First-Capstone-Project.git
- Go to the repository folder using command prompt cd.
- Install the dev dependencies for linters run npm install.
--->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Author -->
👤 **Sonika Kumar**
- GitHub: [sonikak004](https://github.com/sonikak004)
- Twitter: [@sonikak004](https://twitter.com/sonikak004)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sonikak004/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- Use javascrpit to make the website more interactive
- Add more pages for more contents
<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/Sonikak004/First-Capstone-Project/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!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
[Cindy Shin](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) for the Amazing Design Template.
[Fontawsome](https://fontawesome.com/) Special thanks to fontawsome for the icons assets.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./mit.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Module 1- A captivating capstone project developed with JavaScript, HTML, and CSS. This website serves as an invitation platform for hosting impactful summits. Featuring an intuitive user interface. | css,html5,javascript | 2023-04-24T12:25:26Z | 2023-04-27T17:32:05Z | null | 1 | 1 | 19 | 0 | 0 | 10 | null | null | CSS |
CesarHerr/To_do_List | main | <a name="readme-top"></a>
<div align="center">
<h3><b>To do List</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [ To do List ] <a name="about-project"></a>
**[To do List]** In this project, you can find the work that I have been developing throughout my learning experience.
## 🛠 Built With <a name="built-with"></a>
```
1.- HTML.
2.- Javascript.
3.- Webpack.
4.- CSS.
```
### 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>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
```
- **[application Deploy ]**
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- https://cesarherr.github.io/To_do_List/dist/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<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:
```
- Code Editor.
- Git and Github account.
- Web browser.
```
### Setup
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/CesarHerr/To_do_List.git
```
### Install
Install this project with:
```
You Don't need install this project
```
### Usage
To run the project, execute the following command:
```
Double click on the HTML file, open it in your browser.
```
### Run tests
To run tests, run the following command:
```
npm test
```
### Deployment
You can deploy this project using:
[Implementation](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/m1_list_structure.md)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **César Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- Twitter: [@Cesarherr2](https://twitter.com/Cesarherr2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cesarherr/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- Add a better Styles
- Add event listeners to list items (dragstart, dragover).
<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 and you think is useful to someone please share it
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank team of microverse and the micronauts for hitting me up with new knowledge.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
<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> | "To-do list" is a tool for organizing your day. It allows you to create a simple list of tasks and mark them as complete when done. This particular To-do list is built using modern technologies like ES6 and Webpack. It goes beyond just task management by incorporating functions testing with Jest, making it a comprehensive and robust project. | javascript,jest-test,webpack | 2023-05-02T05:27:05Z | 2023-06-23T06:08:57Z | null | 2 | 6 | 48 | 0 | 0 | 9 | null | MIT | JavaScript |
joyapisi/Math-Magicians | dev | # Math_Magicians Project
React JS Project
<a name="readme-top"></a>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#set-up)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Install ReactJS](#react-installation)
- [Install linters](#linter-installation)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 [Math_Magicians] <a name="Math_Magicians"></a>
**[Math_Magicians]** "Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to:
- Make simple calculations.
- Read a random math-related quote.
By building this application, you will learn how to use React. It also follows <a href="https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow">Gitflow.</a>
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<summary>Javascript runtime environment</summary>
<ul>
<li><a href="https://nodejs.org/en/">Node JS</a></li>
</ul>
<summary>React JS</summary>
<ul>
<li><a href="https://www.youtube.com/watch?v=Tn6-PIqc4UM">React JS</a></li>
</ul>
<summary>Version control</summary>
<ul>
<li><a href="github.com">Git Hub</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **[React_JS]**
- **[Gitflow]**
- **[Desktop-Version]**
- **[Dynamic-Design]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
View my web app <a href="https://joys-math-magicians.netlify.app/">here</a>
## 💻 Getting Started <a name="getting-started"></a>
Creating your first "React_JS" project
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-A Git hub account
-Git bash
-Node JS
-React JS
-Visual Studio Code as your code editor
# Setup <a name="set-up"></a>
Clone this repository to your desired folder:
```sh
cd my-folder
git clone[(https://github.com/joyapisi/Math-Magicians.git)]
```
## Understand Set Up Requirements
Since this code is using webpack, you will run `npm start` in your terminal to run it instead of using the live server.
## Understand Set Up Requirements
### Define React
<a href="https://react.dev/">React JS</a> is a front-end library introduced by Facebook in 2013 and it has become one of the most popular ways to build modern user interfaces today.
- <a href="https://www.youtube.com/watch?v=Tn6-PIqc4UM">React in 100 seconds</a>
- <a href="https://www.youtube.com/watch?v=Wm_xI7KntDs">The Story of React</a>
### Define Linters
A linter is a tool to help you improve your code. You can learn more about Linters here: (source: (<https://www.testim.io/blog/what-is-a-linter-heres-a-definition-and-quick-start-guide/>)).
#### Advantages of Linting:
1. Fewer errors in production- The use of linters helps to diagnose and fix technical issues such as code smells. As a result, fewer defects make their way to production.
2. Achieving a more readable and consistent style, through the enforcement of its rules.
3. Having more secure and performant code.
4. Having an objective and measurable assessment of code quality.
5. Having fewer discussions about code style and aesthetic choices during code reviews.
# Install React and Linters <a name="install"></a>
## Install React <a name="react-installation"></a>
- Follow the instructions <a href="https://create-react-app.dev/">here</a> to set up react JS.
### Steps to Install React
- In the link above, go through these topics in order:
<ul>
<li><a href="https://create-react-app.dev/docs/getting-started">Getting Started</a></li>
<li><a href="https://create-react-app.dev/docs/folder-structure">Folder Structure</a></li>
</ul>
In your project directory terminal, you can run these commands:
### `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)
## Install Linters <a name="linter-installation"></a>
Linters for various programming languages are available for use, e.g. Rubocop for Ruby or ESLint for JavaScript.
There are many ways you can integrate a linter in your workflow:
-text editor plugin
-GitHub Actions
-GitHub apps
### Steps to Install Linters
**Note:** The npm package manager is going to create a node_modules directory to install all of your dependencies. You shouldn't commit that directory. To avoid that, you can create a .gitignore file and add node_modules to it:
# .gitignore
node_modules/
**NOTE:** If you are using Windows, make sure you initialize npm to create `package.json` file.
```
npm init -y
```
_how to use npm: (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)._
## Install ESLint
1. Run
```
npm install --save-dev eslint@7.x eslint-config-airbnb@18.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x @babel/eslint-parser@7.x @babel/core@7.x @babel/plugin-syntax-jsx@7.x @babel/preset-react@7.x @babel/preset-react@7.x
```
2. Copy [.hintrc](./.eslintrc.json) and [.babelrc](./.babelrc)to the root directory of your project.
3. **Do not make any changes in config files - they represent style guidelines that you share with your team - which is a group of all Microverse students.**
- If you think that change is necessary - open a [Pull Request in this repository](../README.md#contributing) and let your code reviewer know about it.
4. Run
```
npx eslint "**/*.{js,jsx}"
```
on the root of your directory of your project to fix linter errors.
### [Stylelint](https://stylelint.io/) <a name="stylelint-installation"></a>
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
1. Run
`npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x`
2. Copy [.stylelintrc.json](./.stylelintrc.json) to the root directory of your project.
3. **Do not make any changes in config files - they represent style guidelines that you share with your team - which is a group of all Microverse students.**
If you think that change is necessary - open a Pull Request in this repository and let your code reviewer know about it. 4. Run `npx stylelint "**/*.{css,scss}"` on the root of your directory of your project.
5. Fix linter errors.
6. **IMPORTANT NOTE:** feel free to research auto-correct options for Stylelint if you get a flood of errors but keep in mind that correcting style errors manually will help you to make a habit of writing a clean code!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Joy Phoebe**
- GitHub: (https://github.com/joyapisi)
- Twitter: (https://twitter.com/joyapisi)
- LinkedIn: (https://http://www.linkedin.com/in/joy-phoebe-00b80a13a)
## 🤝 Contributing <a name="contributing"></a>
- GitHub: (https://github.com/Shaheryar0054)
## 🔭 Future Features <a name="future-features"></a>
# **[Feature-1]**
- Add more styling (aesthetics)
# **[Feature-2]**
- Add mobile version
<p align="right">(<a href="#readme-top">back to top</a>)</p>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/joyapisi/To-Do-List/issues).
## ⭐️ Show your support <a name="support"></a>
If you like this project, kindly leave a comment below and share it with someone who enjoys coding! Coding is all about continuous learning and allowing yourself to be a beginner. Keep going!
## 🙏 Acknowledgments <a name="Microverse Inc."></a>
I'm thankful to Microverse for providing a study platform which guided me through this project.
## ❓ FAQ <a name="faq"></a>
- **[Question_1]**
An easier and quicker way to understand webpack?
- This YouTube<a href="https://www.youtube.com/watch?v=MpGLUVbqoYQ">video</a> will help you understand webpack better and in details
- **[Question_2]**
Where can I download node JS for installation?
- Node Js can be downloaded here- <ul>
<li><a href="https://nodejs.org/en/download/"> Node JS </a></li>
</ul>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE.txt) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| "Math magicians" is a Single Page App (SPA) for all fans of mathematics that allows users to make simple calculations and read a random math-related quotes. | javascript,react,reactjs | 2023-04-24T20:37:29Z | 2023-05-19T08:17:33Z | null | 2 | 7 | 47 | 0 | 0 | 9 | null | MIT | JavaScript |
Banbury-inc/NeuraNet | main | null | The project covers various aspects, from machine learning advancements to decentralized file sharing, and aims to transform the accessibility and management of files while contributing to the progress of artificial intelligence. | artificial-intelligence,blockchain,decentralized,filesharing,ipfs,go,javascript,python,react,tensorflow | 2023-04-30T21:20:18Z | 2024-05-14T05:19:42Z | 2024-05-01T18:11:04Z | 3 | 9 | 325 | 66 | 6 | 9 | null | Apache-2.0 | Python |
Bestbynature/todo-react-app | dev | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b></b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[todo-react-app\] ](#-todo-react-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [You can find the live version of this web application in this link =\>**todo-react-app**](#you-can-find-the-live-version-of-this-web-application-in-this-link-todo-react-app)
- [💻 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-)
<!-- PROJECT DESCRIPTION -->
# 📖 [todo-react-app](https://tasks-diary.netlify.app/) <a name="about-project"></a>
**[todo-react-app](https://tasks-diary.netlify.app/)** is an application that is built with react and bundled with Vite. It essentially provides a login page, which once authenticated, gives access to the edit button. The list of todos are display on the Home page. Other pages are also accessible with routers.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JAVASCRIPT</li>
<li>React</li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Linter checks]**
- **[Vite]**
- **[JavaScript APIs]**
- **[CSS grid and flexbox]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
### [todo-react-app](https://tasks-diary.netlify.app/)
<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.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Prerequisites
In order to run this project you need:
<ul>
<li>The current version of node</li>
<li>To have Git installed on your local machine</li>
<li>Node Package manager (npm) </li>
<li>An editor such as Visual Studio Code</li>
</ul>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Setup
Clone this repository to your desired folder:
<ul>
<li>Create your classic access token from github.com</li>
<li>run "git clone https://{access_token}@github.com/username/{repo_name}.git"</li>
<li>Update your git identity by running "git config --global user.email "your_email@gmail.com""</li>
<li>Update your name on git by running "git config --global user.name "your_name"</li>
</ul>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Install this project by running `npm install`
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Usage <a name="usage"></a>
To run the project, execute the following command:
```sh
use git bash to open in Vs code
use `npm run dev` to run web dev server
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Run tests <a name="run-tests"></a>
To run tests, run the following command:
```sh
Run `npx stylelint "**/*.{css,scss}" --fix` to fix linters
Run `npx eslint "**/*.{js,jsx}" --fix` to fix linters"
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Deployment <a name="triangular_flag_on_post-deployment"></a>
You can deploy this project using:
- github pages
```sh
- npm run deploy
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="authors"></a>
👤 **Damilare Ismaila**
- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilare-ismaila-4a5a8b30/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[contact form page for customers]**
- [ ] **[A feature for alternative list of movies]**
- [ ] **[A feature for voting the best item on the list]**
<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, kindly drop a star for me.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to use this medium to appreciate [Microverse](https://microverse.org) for giving me this type of opportunity.
<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>
| The React-Vite Todo Manager is a web application developed using React and bundled with Vite, a fast build tool. It is a powerful and responsive web application. With its authentication system, task management features, multi-page navigation, and focus on productivity, it provides users with an effective tool for managing and organizing their todos | javascript,reactjs,vite | 2023-04-28T09:31:27Z | 2023-09-26T16:48:45Z | null | 1 | 1 | 12 | 0 | 1 | 9 | null | MIT | JavaScript |
Ananyakumarisingh/QuickChat | main | # __QuickChat__ 💬
- __Deployed Backend__ = https://
- __Deployed Webite__ = https://
---
<br/>
## 🏷️ What is __QuickChat__ ?
__QuickChat__ is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in MongoDB Database.
---
<br/>
## 🏷️ __Tech Stack Used__ :-
__Frontend:__
- HTML5
- CSS3
- JavaScript
- React.js
<!-- - Context APIs -->
__Backend:__
- Node.js
- Express.js
- Socket.io
__Database:__ Mongo DB
<br/>
## 🏷️ __Special Features of QuickChat__ :-
- ### Authenticaton
<div style="display: flex; justify-content: space-evenly">
<img width="48%" src="./screenshot/login.png" alt="Login"/>
<img width="48%" src="./screenshot/signup.png" alt="Signup"/>
</div>
<!--
- ### Real Time Chatting with Typing indicators
- ### One to One chat
- ### Search Users
- ### Create Group Chats
- ### Notifications
- ### Add or Remove users from group
- ### View Other user Profile
-->
---
<br/>
## 🏷️ __API Routes__ :
| METHOD | ENDPOINT | BODY | DESCRIPTION | STATUS CODE |
| --- | --- | --- | --- | --- |
| POST | /api/register | __name__, __email__, __password__, pic(Optional) | This endpoint should allow to register. Hash the password and store in MongoDB. | 201 |
| POST | /api/login | __email__, __password__ | This endpoint should allow to login after comparing the user's credentails. | 201 |
| GET | /api/user | | This endpoint should allow to search other users. | 200 |
| GET | /api/chats/ | | This endpoint should allow to get the chats. | 200 |
| POST | /api/chats/ | __userId__ | This endpoint should allow to send messages. | 201 |
| POST | /api/chats/group | __users__, __name__ | This endpoint should allow to create a group. | 201 |
| PUT | /api/chats/rename | __chatId__, __chatName__ | This endpoint should allow to rename a groups. | 202 |
| PUT | /api/chats/groupadd | __chatId__, __chatName__ | This endpoint should allow to add people to the group. | 202 |
| PUT | /api/chats/groupremove | __chatId__, __chatName__ | This endpoint should allow to remove someone from the group. | 202 |
<!-- | GET | /api/chat/ | | This endpoint should allow to get the chats. | 200 | -->
## Run Locally
Clone the project
```bash
git clone https://github.com/Ananyakumarisingh/mern-chat-app
```
Go to the project directory
```bash
cd QuickChat
```
Install dependencies
```bash
npm install
```
```bash
cd frontend/
npm install
```
Start the server
```bash
npm run start
```
Start the Client
```bash
//open now terminal
cd frontend
npm start
```
## Made By :
- [@Ananyakumarisingh](https://github.com/Ananyakumarisingh)
<h3 align="center" >Thankyou for your Time 💝</h3>
| QuickChat is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database. | bcrypt,javascript,reactjs,expressjs,node-js,socket-io | 2023-05-14T06:42:30Z | 2024-01-01T13:33:17Z | null | 1 | 0 | 45 | 4 | 0 | 9 | null | null | JavaScript |
kanugurajesh/Color-Picker | main | #### ⭐ star this repo if you like it
<div align="center">
<img src="https://github.com/kanugurajesh/Color-Picker/assets/120458029/39a4091e-0d3f-4956-a29c-6c40d23a308a" alt="" width=150 height=150>
</div>
# Color Picker
Choose from a diverse spectrum of colors with the unique capability to select multiple color variations within a single hue. 🌈✨
## Features
1. **Diverse Color Spectrum:**
- The Color Picker provides a diverse spectrum of colors, allowing users to choose from a wide range of hues.
2. **Multiple Color Variations:**
- It offers a unique capability to select multiple color variations within a single hue. Users can explore different shades and variations to find the perfect color.
3. **User-friendly Interface:**
- The user interface is designed to be intuitive and easy to use, making the color selection process seamless for both novice and experienced users.
4. **Visual Representation:**
- The color options are visually represented, possibly through a color wheel or another graphical representation, making it visually appealing and aiding users in making informed choices.
5. **Demo Showcase:**
- The project includes a demo feature that showcases the color picker in action. The provided demo gives users a preview of how the color picker works and what to expect when using it.
6. **Accessibility:**
- Consideration for accessibility features to ensure that the color picker is usable by individuals with varying abilities.
7. **Responsive Design:**
- The color picker is designed to be responsive, ensuring a consistent and enjoyable experience across different devices and screen sizes.
8. **GitHub Integration:**
- ⭐ Star this repo if you like it! (Include a link to your GitHub repository)
9. **Asset Management:**
- The project includes image assets for the color picker, enhancing the visual appeal of the interface.
10. **Browser Compatibility:**
- The color picker is demonstrated in Google Chrome, suggesting compatibility with modern web browsers.
## Demo

## Tech Stack
- Html
- Css
- Javascript
- Api
## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
| pick from a variety of colors | color-picker,css3,github-pages,html5,javascript,api,mit-license | 2023-05-11T16:58:46Z | 2023-12-03T05:35:15Z | null | 2 | 0 | 14 | 0 | 0 | 9 | null | null | CSS |
fayazara/Imbox | main | # Imbox
A chrome extension with with disposable inboxes right inside your browser.

Imbox is built on top of https://mail.tm api, which is a free disposable email service.
## Features
1. Create disposable inboxes
2. Receive emails in realtime (when the extension is open)
You can download the extension here https://chrome.google.com/webstore/detail/imbox/jdbekibldobfcglhedhkpdeliiicalii
## Roamap
1. Delete messages
2. Create new inboxes
3. Delete inboxes
4. Mark messages as read
5. Mark messages as unread
6. Attachment support
7. Search messages
8. Make the navigation better
## Development
1. Clone the repo
2. Run `pnpm install`
3. Run `pnpm dev`
Load the folder `/extension/dev` as an unpacked extension to start using the extension.
## Build
1. Run `pnpm build`
2. Load the folder `/extension/prod` as an unpacked extension to start using the extension.
| A chrome extension with with disposable inboxes right inside your browser. | extension-chrome,javascript,vue | 2023-05-01T12:01:44Z | 2023-05-12T05:30:27Z | null | 1 | 0 | 11 | 0 | 2 | 9 | null | MIT | TypeScript |
HyNguye/MyLifeOS | main | <h1>Welcome to my first GitHub project! </h1><br/>
<h3>I created this project purely for fun, but I also wanted to improve my skill</h3>
<h3>The main functionality of the appRunning queue is as follows:</h3><br/>
1. Pushing an app: When you click to open an app, it is added to the appRunning queue.<br/>
2. Turning an app into '': When you close an app, it is marked as '' in the queue.<br/>
3. Filtering running apps: The appRunning queue filters out all the '' (closed) apps, displaying only the currently running apps. (Only when there are no running apps anymore)<br/>
<br/>
<i>I would greatly appreciate it if you could leave a comment to help me improve this functionality.
Your feedback is invaluable to me. Thank you for your support and love!</i>
<p> Here some img from github <a href="https://hynguye.github.io/MyLifeOS/">page</a><p>
<img src="https://github.com/HyNguye/MyLifeOS/assets/105166195/93fcd9b3-2c31-4d34-a08a-a5ace87ef9c2"/>
<img src="https://github.com/HyNguye/MyLifeOS/assets/105166195/0af30cf7-4470-434e-91ab-b9b80b94e3e5"/>
<img src="https://github.com/HyNguye/MyLifeOS/assets/105166195/9a0fa961-0beb-466d-9742-3f5bb887e57a"/>
| This is a Fake Os make by Vite, React, Tailwind | vite,reactjs,tailwindcss,javascript | 2023-04-28T07:30:13Z | 2023-05-18T16:39:09Z | null | 1 | 0 | 18 | 0 | 1 | 9 | null | null | JavaScript |
Bestbynature/react-bookstore | dev | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b></b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 React Bookstore](#-React Bookstore-)
- [🛠 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-)
<!-- PROJECT DESCRIPTION -->
# 📖 [React Bookstore](https://react-bookstore-deployment.onrender.com) <a name="about-project"></a>
**[React Bookstore](https://react-bookstore-deployment.onrender.com)** application is built with react using create-react-app. It essentially displays a list of books and allows users to either add a new book or remove a selected book. Other pages are also accessible with routers.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JAVASCRIPT</li>
<li>React</li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Linter checks]**
- **[CRA]**
- **[JavaScript APIs]**
- **[CSS grid and flexbox]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
### [React Bookstore Live Demo](https://react-bookstore-deployment.onrender.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.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Prerequisites
In order to run this project you need:
<ul>
<li>The current version of node</li>
<li>To have Git installed on your local machine</li>
<li>Node Package manager (npm) </li>
<li>An editor such as Visual Studio Code</li>
</ul>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Setup
Clone this repository to your desired folder:
<ul>
<li>Create your classic access token from github.com</li>
<li>run "git clone https://{access_token}@github.com/username/{repo_name}.git"</li>
<li>Update your git identity by running "git config --global user.email "your_email@gmail.com""</li>
<li>Update your name on git by running "git config --global user.name "your_name"</li>
</ul>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Install this project by running `npm install`
### To Install Jest
- run npm install --save-dev jest
- add " "test": "jest", "watch": "jest --watch *.js" to the scripts section of package.json"
- run npm install --save-dev @babel/plugin-transform-modules-commonjs
- create a file at the root called .babelrc
- copy `{
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}` inside the file
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Usage <a name="usage"></a>
To run the project, execute the following command:
```sh
use git bash to open in Vs code
use `npm run dev` to run web dev server
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Run tests <a name="run-tests"></a>
To run tests, run the following command:
```sh
Run `npx stylelint "**/*.{css,scss}" --fix` to fix linters
Run `npx eslint "**/*.{js,jsx}" --fix` to fix linters"
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Deployment <a name="triangular_flag_on_post-deployment"></a>
You can deploy this project using:
- github pages
```sh
- npm run deploy
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="authors"></a>
👤 **Damilare Ismaila**
- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilare-ismaila-4a5a8b30/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[contact form page for customers]**
- [ ] **[A feature for alternative list of movies]**
- [ ] **[A feature for voting the best item on the list]**
<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, kindly drop a star for me.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to use this medium to appreciate [Microverse](https://microverse.org) for giving me this type of opportunity.
<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>
| The React Bookstore project is a web application developed using create-react-app. Its primary functionality revolves around interacting with an API to manage a collection of books. The application allows users to perform various operations, including posting a new book to the API and displaying the response in the user interface. | api-rest,es6-module,javascript,reactjs | 2023-05-02T07:01:36Z | 2023-05-13T07:35:47Z | null | 1 | 5 | 31 | 0 | 0 | 9 | null | MIT | JavaScript |
abhineetraj1/google-firebase-projects | main | # Google Firebase projects
<img src="https://github.com/abhineetraj1/google-firebase-projects/raw/main/image00.png" height="300px">
These projects are based on firebase, where I have used firebase APIs to create these projects.
## Content
| Day | Title |
| --- |:----------: |
| 001 | [Real time chat app](firebase-chat/) |
| 002 | [Task management app](firebase-task-app) |
| 003 | [Real time Quiz app](firebase-quiz-app) |
| 004 | [Language app](firebase-language-translation-app) |
| 005 | [Weather predictor app](firebase-weather-predictor) |
| 006 | [Fingerprint registration system](firebase-fingerprint) |
| 007 | [Face detection system through web](firebase-face-detection-web) |
## Programming languages and tools used
<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><a href="https://developer.android.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/android/android-original-wordmark.svg" alt="android" width="40" height="40"/></a><a href="https://firebase.google.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg" alt="firebase" width="40" height="40"/> </a><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/> </a><a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/> </a> <a href="https://kotlinlang.org" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/kotlinlang/kotlinlang-icon.svg" alt="kotlin" width="40" height="40"/> </a>
## Developer
* [@abhineetraj1](https://github.com/abhineetraj1)
| These are few projects that are built using google firebase APIs. | andriod,andriod-development,andriod-studio,firebase,firebase-database,javascript | 2023-05-10T03:20:18Z | 2023-06-20T11:53:54Z | null | 1 | 0 | 7 | 0 | 0 | 9 | null | MIT | Kotlin |
kanugurajesh/Simple-Life-Portfolio | main | #### ⭐ Star the repo if you like it
<div align="center">
<img src="https://github.com/kanugurajesh/Simple-Life-Portfolio/assets/120458029/736cf3e4-4cd4-4279-8db2-ebeee4af1467" alt="life" width=150 height=150>
</div>
# Simple Life Portfolio 🌱
Welcome to the Simple Life Portfolio blog, where we explore the beauty of minimalism in a person's life and how it can lead to a more fulfilling and intentional existence.
## Introduction 🌟
In a world filled with complexities, this blog is dedicated to embracing the simplicity of life. We believe that by adopting a minimalist lifestyle, individuals can experience increased clarity, reduced stress, and a more meaningful connection with what truly matters.
## Key Concepts 🚀
Explore the following key concepts that are central to the philosophy of our blog:
- **Minimalism**: Understand the core principles of minimalism and how it can be applied to various aspects of life.
- **Intentional Living**: Learn how to make conscious choices that align with your values and contribute to a more purposeful life.
- **Simplicity in Design**: Discover the beauty of simplicity in design, both in physical spaces and digital environments.
## Blog Categories 📚
Dive into our blog posts categorized for easy navigation:
- **Minimalist Living**: Practical tips and real-life stories about simplifying day-to-day living.
- **Mindful Consumption**: Explore how being intentional about what you consume can lead to a more sustainable and fulfilling lifestyle.
- **Digital Minimalism**: Learn how to declutter your digital life and create a healthier relationship with technology.
## Tech Stack 💻
- Html
- Css
- Javascript
## 🔗 Links 🌐
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
## Authors ✍️
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support ☕
For support, you can buy me a coffee
<a href="https://www.buymeacoffee.com/kanugurajen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
| A Developer blog on minimalism and the way to lead a happy life | blog,css3,html5,javascript,responsive,ui-ux | 2023-05-10T12:11:01Z | 2023-12-03T05:48:50Z | null | 2 | 0 | 13 | 0 | 0 | 9 | null | null | HTML |
rednafi/rednafi.com | main | # [Redowan's Reflections][site]
[![pre-commit.ci status][precommit-svg]][this]
Musings & rants on software. Find them at [rednafi.com][site].
## Local development
- Install [Hugo][hugo]. I'm on macOS and Hugo can be installed with `brew`:
```sh
brew install hugo
```
- Bootstrap the theme:
```sh
make init
```
- Update the theme:
```sh
make update
```
- Run the local server:
```sh
make devserver
```
- Go to [http://localhost:1313][localhost] to access the site locally.
## Deployment
The site is deployed to GitHub Pages via GitHub Actions.
[site]: https://rednafi.com
[hugo]: https://gohugo.io/
[localhost]: http://localhost:1313
[precommit-svg]: https://results.pre-commit.ci/badge/github/rednafi/rednafi.com/main.svg
[this]: https://results.pre-commit.ci/latest/github/rednafi/rednafi.com/main
| Musings & rants on software | python,database,go,javascript,networking,sql,sqlite,web | 2023-04-25T03:49:16Z | 2024-05-11T18:42:00Z | null | 3 | 24 | 716 | 2 | 0 | 9 | null | Zlib | HTML |
TfTHacker/obsidian-to-napkin | main | # Obsidian to Napkin Toolbox
This repository contains tools to help send notes (thoughts and ideas) from an [Obsidian](https://obsidian.md) vault to [Napkin](https://www.napkin.one).
These tools help us to leverage the best of both of these tools. Obsidian is an amazing long-form note-taking tool, while Napkin helps us in a unique visual way to be inspired and more creative by leveraging the ideas we capture in our life.
## Watch this tool in action!
Click the image to view it on YouTube:
[](https://www.youtube.com/watch?v=-t0dUdfc7PY)
## Support my work
If you like my work and would like to help support it, please consider signing up for a Medium membership using my referral link: [https://bit.ly/o42-medium](https://bit.ly/o42-medium) or buy me a coffee at: [https://bit.ly/o42-kofi](https://bit.ly/o42-kofi).
# Prerequisites
1. Templater Plugin installed in Obsidian. It is available from this [link](https://obsidian.md/plugins?id=templater-obsidian).
- We assume you have some basic knowledge of using Templater.
2. An active Napkin account. Sign up for Napkin at this [link](https://www.napkin.one/?via=TfTHacker) if you do not have an account.
# Installation
**Summary**
This looks harder than it is. Just follow the steps closely and it will be ready to go quickly.
**Time needed**
5 to 10 minutes
**Overview**
The **Templater Scripts** folder of his repository contains example Templater scripts for sending notes from Obsidian to Napkin. These installation instructions will explain the _Send selected Obsidian text to Napkin.md_, however as we add other scripts in the future to this repository, the installation concepts of these instructions will also apply to them as well.
## Step 1 - Confirm Templater Plugin Setup
* Confirm that the [Templater Plugin](https://obsidian.md/plugins?id=templater-obsidian) is installed in Obsidian.
* Confirm that a templates folder is defined in the Templater plugin settings, as shown in the following image:

**Explanation**:
Templater looks for templates in this folder defined in the plugin settings. You can have many templates in this folder.
# Step 2 - Add the Template
- Copy the file **Send selected Obsidian text to Napkin.md** file from this repository **Templater Scripts** folder to the Templates folder as defined in the previous step. It will look something like this in Obsidian after you complete this step:

# Step 3 - Napkin User Credentials
- Next, we need to modify the template file that you copied in Step 2 so that it has your Napkin user credentials. Without this information, the script cannot send information to your Napkin database.
- In the script, near the beginning you will see this text:

- We need two pieces of information. Your Napkin token and your Napkin email address. This can be found in your profile in Napkin. The token is under the API section. You need to create a new API token. It will look something like this:

- Once you get this information from your Napkin profile, in the template file add your Napkin credentials into the script's variables, in between the quotes.
- Don't worry if you are not a programmer, just make sure your information is typed in between the quotes and will look something like this:

> NOTE: The token from Napkin gives the script secure access to your notes. You should never share this token with others.
# Step 4 - Using the Script
Now that Templater and the template script is all set up, you can use the script to send your ideas from Obsidian to Napkin.
**To do this**:
* First, _select some text in an Obsidian note_. Make sure Obsidian is in edit mode for the note, as this script does not work with documents in Preview mode.
* After selecting the text, pull up the command palette in Obsidian (CTRL/CMD+P) and select "_Templater: Open Insert Template modal_"

* This will then open up a list of templates to run. Select the script we just installed:

That is it! This will send the selected text to Napkin.
Just repeat this step each time you want to send a new thought to Napkin.
This completes the installation of the script. If you run into problems, please start a discussion on this repository and we will help you resolve the problem.
# Contribute to this Repository
If you develop your own Templater scripts for "Obsidian to Napkin", please consider sharing them with the community in this repository.
| Templater script for sending Obsidian thoughts to Napkin.one as new ideas | javascript,napkin-one,obsidian,templater | 2023-05-06T07:19:37Z | 2023-05-10T11:57:42Z | null | 1 | 0 | 2 | 1 | 1 | 9 | null | MIT | null |
fdhhhdjd/Design-Pattern | main | <p align="center"><a href="https://profile-forme.cf/" target="_blank"><img src="https://res.cloudinary.com/ecommerce2021/image/upload/v1659065987/avatar/logo_begsn1.png" width="300"></a></p>
<p align="center">
<a href="https://www.linkedin.com/in/tai-nguyen-tien-787545213/"><img src="https://img.icons8.com/color/48/000000/linkedin-circled--v1.png" alt="Linkedin"></a>
<a href="https://profile-forme.surge.sh"><img src="https://img.icons8.com/color/48/000000/internet--v1.png" alt="Profile"></a>
<a href="tel:0798805741"><img src="https://img.icons8.com/color/48/000000/apple-phone.png" alt="Phone"></a>
<a href = "mailto:nguyentientai10@gmail.com"><img src="https://img.icons8.com/fluency/48/000000/send-mass-email.png" alt="License"></a>
</p>
## Study With Me: Study Desgin Pattern
## Team Word: Liên hệ công việc https://profile-forme.cf
## 1. Nguyễn Tiến Tài ( Maintanin 🚩).
## Tài Khoản Donate li Cf 🥛,để có động lực code cho anh em tham khảo 😄😄.

## Mk: NGUYEN TIEN TAI
## STK: 1651002972052
## Chi Nhánh: NGAN HANG TMCP AN BINH (ABBANK).
## SUPORT CONTACT: [https://profile-forme.cf](https://profile-forme.cf)
## Thank You <3.
| Study with teacher Tai about Design Pattern 💥 | design-patterns,javascript | 2023-04-29T03:33:37Z | 2023-08-07T08:12:25Z | null | 1 | 0 | 28 | 14 | 4 | 9 | null | MIT | JavaScript |
eliben/tupperformula | main | # tupperformula
A simple in-browser demo of [Tupper's formula](https://en.wikipedia.org/wiki/Tupper%27s_self-referential_formula).
See [this blog post](https://eli.thegreenplace.net/2023/demystifying-tuppers-formula/) for additional details.
[Try it online](https://eliben.github.io/tupperformula/)! Here's a screenshot:

| JS demo of Tupper's formula | html-css-javascript,html5,javascript,math,plotting | 2023-05-12T13:25:27Z | 2023-05-23T12:50:55Z | null | 1 | 0 | 32 | 0 | 1 | 9 | null | Unlicense | JavaScript |
spatie/fatten | main | # Transform dot-notation-like objects into optimised nested objects
[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Code Coverage][codecov-img]][codecov-url]
```ts
// Fatten turns flat objects
const 😡 = { id: 5, user_id: 14, user_name: 'Jane', payment_provider: 'stripe' };
// Into optimised nested objects
const 😍 = { id: 5, user: { id: 14, name: 'Jane' }, paymentProvider: 'stripe' };
// By doing this
const 🤯 = fatten(😡, { separator: '_' });
```
## Support us
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/spatiebe.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/spatie.be)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Installation
```bash
npm install fatten
```
```bash
yarn add fatten
```
## Usage
```ts
import { fatten } from 'fatten';
const options = {
separator: '-',
leafKey: 'value'
};
const nestedObject = fatten(flatObject, options);
```
### Options (optional)
#### `separator` (default: `'.'`)
The character used to split the keys of the flat object.
#### `leafKey` (default: `'_'`)
The key that represents a node with a value inside a deeper path.
> Example:
> ```ts
> const result = fatten({
> id: 5,
> 'id.version': '2',
> type: 'mailable'
> })
>
> // is the same as
> const result = {
> id: {
> _: 5,
> version: '2'
> },
> type: 'mailable'
> }
>
> ```
## Changelog
Please see [releases](https://github.com/spatie/fatten/releases) for more information what has changed recently.
## Testing
```bash
npm run test
```
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security
If you've found a bug regarding security please mail [security@spatie.be](mailto:security@spatie.be) instead of using the issue tracker.
## Credits
- [Sam Apostel](https://github.com/Sam-Apostel)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[build-img]:https://github.com/spatie/fatten/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/spatie/fatten/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/fatten
[downloads-url]:https://www.npmtrends.com/fatten
[npm-img]:https://img.shields.io/npm/v/fatten
[npm-url]:https://www.npmjs.com/package/fatten
[issues-img]:https://img.shields.io/github/issues/spatie/fatten
[issues-url]:https://github.com/spatie/fatten/issues
[codecov-img]:https://codecov.io/gh/spatie/fatten/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/spatie/fatten
| Transform dot-notation-like objects into optimised nested objects. | array,javascript,transformation | 2023-05-04T13:27:48Z | 2023-05-08T05:33:37Z | null | 10 | 0 | 5 | 0 | 0 | 9 | null | MIT | TypeScript |
ishantchauhan710/Speed | master | 
# Speed

Speed is a chrome extension that helps you read much faster! It makes first few letters of words on your web page bold which makes you read them much faster!
Here is a short video about this chrome extension: https://youtube.com/shorts/hkg-vCHtLc0
# Features

- Speed mode
- 7 fonts (including dyslexia friendly fonts) to improve reading experience
- 5 vision friendly text colors to reduce eye strain
# Working Principal

By making the beginning letters of a word bold, a person's brain can identify them with much less effort and concentration. This concept is known as Bionic Reading!
# Contact
For any queries, you can mail me at developerishant710@gmail.com
| A chrome extension to increase your reading speed by 2x | chrome-extension,css,html,javascript | 2023-05-04T15:52:55Z | 2023-05-05T15:07:59Z | null | 1 | 0 | 15 | 0 | 0 | 9 | null | MIT | JavaScript |
stephenkati/space-traveller-s-hub | main | <!--
HOW TO USE:
This is an example of how you may give instructions on setting up your project locally.
Modify this file to match your project and remove sections that don't apply.
REQUIRED SECTIONS:
-Project description
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License
OPTIONAL SECTIONS:
- FAQ
After you're finished please remove all the comments and instructions!
-->
<div align="center">
<!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. -->
<br/>
<h3><b>Space-traveller-s-hub</b></h3>
</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)
- [Video-presentation](#presentation)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
# 📖 [Space-traveller-s-hub]
**[Space-traveller-s-hub]** provides commercial and scientific space travel services with the real live data from the SpaceX API.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="#">CSS</a></li>
<li><a href="#">JavaScript</a></li>
<li><a href="#">React js</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="#">No Server build yet</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="#">No database build yet</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **[Used Linters]**
- **[Great summary for the repo]**
- **[Use of GitFlow]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
A new developer can get the project from my Github repo link i shall provide.
To get a local copy up and running, follow these steps.
go to https://github.com/stephenkati/space-traveller-s-hub.git
clone or download the project
Run `npm install`
Run `npm start`
### Prerequisites
In order to run this project you need:
-A code editor, preferably VSCode. Any other code editor is okay.
-Browser
### Setup
Clone this repository to your desired folder:
Run `git clone https://github.com/stephenkati/space-traveller-s-hub.git`
cd `space-traveler-s-hub`
### Install
Install this project with:
Download the project from github and run it in your browser.
Install dependencies.
`npm install`
### Usage
To run the project, navigate to the project directory and use a live Server extension in your VSCode to run the project.
Run `npm start`
### Run tests
You can run tests to check for linter errors by running the following commands:
- `npx stylelint "**/*.{css,scss}"` for testing css errors
- `npx eslint "**/*.{js,jsx}"` for Javascript errors
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Stephen Katuli**
- GitHub: [@githubhandle](https://github.com/stephenkati)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-katuli/)
👤 **IRADUKUNDA Pacific Rugwizangoga**
- GitHub: [@githubhandle](https://github.com/rugwizangoga)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/iradukunda-pacific-rugwizangoga)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[More backround images]**
- [ ] **[Animations and transitions]**
- [ ] **[More Javascript Functionality]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
I am very grateful to Zeplin for the design I used.
Feel free to check the [issues page](https://github.com/stephenkati/space-traveller-s-hub/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 reach out to me on my social media, hire me for more content like this.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thankmy Microverse team and my coding partners for their support and guidance.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## PRESENTATION <a name="presentation"></a>
**PROJECT PRESENTATION VIDEO**
No presentation done yet.
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
- **[How good are your communication skills?]**
- [I have good writting and speaking communication skills in English.]
- **[What else do you do apart from coding?]**
- [I do graphics design.]
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](/LICENSE.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | Space-traveller-s-hub provides commercial and scientific space travel services with the real live data from the SpaceX API. | javascript,react,redux,spacex-api | 2023-05-15T11:03:46Z | 2023-05-18T16:13:48Z | null | 2 | 12 | 56 | 25 | 0 | 9 | null | MIT | JavaScript |
Htripathi07/Car-Rental-Website | main | # team10_mwendoProject
## Collaborators
- [Hariom Tripathi](https://github.com/Htripathi07)
- [Bharatveer Singh](https://github.com/Bharatveersingh-K)
- [Mohd Zaid](https://github.com/MohdZaid96)
- [Anjali](https://github.com/anjal28)
- [Akshay Bellad](https://github.com/Akshaybellad)
## Tech Stack
- HTML
- CSS
- Javascript - (DOM Manipulation, Local Storage)
- Bootstrap
- Git
- github
## Deployed on(netlify):
https://mwendu-cw2.netlify.app/
| This is a clone of the Mwendu-africa a car-rental website, built using HTML,CSS and JavaScript. | bootstrap,css,html5,javascript | 2023-05-14T14:29:46Z | 2023-06-07T18:35:51Z | null | 5 | 8 | 33 | 0 | 1 | 9 | null | null | HTML |
jason-li-831202/Object-Segmentation-Web | main | <p align="center">
<img align="center" src="./demo/title.jpg" height=70px>
</p>
<h1 align="center"> Object Background Removal Web using YoloV8 with Flask </h1>
<p>
<a href="#"><img alt="Python" src="https://img.shields.io/badge/Python-14354C.svg?logo=python&logoColor=white"></a>
<a href="#"><img alt="CSS" src="https://img.shields.io/badge/CSS-1572B6.svg?logo=css3&logoColor=white"></a>
<a href="#"><img alt="HTML" src="https://img.shields.io/badge/HTML-E34F26.svg?logo=html5&logoColor=white"></a>
<a href="#"><img alt="JavaScript" src="https://img.shields.io/badge/JavaScript-F7DF1E.svg?logo=javascript&logoColor=black"></a>
<a href="#"><img alt="OnnxRuntime" src="https://img.shields.io/badge/OnnxRuntime-FF6F00.svg?logo=onnx&logoColor=white"></a>
<a href="#"><img alt="Markdown" src="https://img.shields.io/badge/Markdown-000000.svg?logo=markdown&logoColor=white"></a>
<a href="#"><img alt="Flask" src="https://img.shields.io/badge/flask-49D.svg?logo=flask&logoColor=white"></a>
<a href="#"><img alt="Visual Studio Code" src="https://img.shields.io/badge/Visual%20Studio%20Code-ad78f7.svg?logo=visual-studio-code&logoColor=white"></a>
<a href="#"><img alt="Windows" src="https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white"></a>
<a href="#"><img alt="Docker" src="https://img.shields.io/badge/Docker-FF9F00.svg?logo=docker&logoColor=white"></a>
</p>
Web application for real-time object segmentation using Flask , [YOLOv8](https://github.com/ultralytics/ultralytics), [AnimeGANv2/v3](https://github.com/TachibanaYoshino/AnimeGANv2) model in ONNX weights.
After obtaining images through the camera, it is possible to separate the target and background in the scene, and composite the target with a Web URL/Local Path video background. Additionally, you can change different display styles and save a screenshot.
# ➤ Contents
1) [Requirements](#Requirements)
2) [ONNX-Model](#ONNX-Model)
3) [Examples](#Examples)
4) [Docker](#Docker)
5) [Demo](#Demo)
6) [Updates](#Updates)
7) [License](#License)
<p align="center">
<img src="./demo/demo-screen.jpg" width=700px>
</p>
<h1 id="Requirements">➤ Requirements</h1>
* **OpenCV**, **Flask**, **gevent**, **onnxruntime** and **youtube-dl**.
* **Install :**
The `requirements.txt` file should list all Python libraries that your notebooks
depend on, and they will be installed using:
```
pip install -r requirements.txt
```
* <details><summary> <b>Note :</b> </summary>
If you use a YouTube URL as the link to replace your background, please make sure to modify the following.
1) YouTube Unable to extract uploader id, so you need to revise [`Your Path`]\site-packages\youtube_dl\extractor\youtube.py :
- > `'uploader_id': self._search_regex(r'/(?:channel|user)/([^/?&#]+)', owner_profile_url, 'uploader id') if owner_profile_url else None,`
$\Downarrow$
- > `'uploader_id': self._search_regex(r'/(?:channel/|user/|@)([^/?&#]+)', owner_profile_url, 'uploader id', default=None),`
2) Youtube does no longer have a like/dislike count, so you need to comment out [`Your Path`]\site-packages\pafy\backend_youtube_dl.py :
- > <strike>`self._likes = self._ydl_info['like_count']`</strike>
- > <strike>`self._dislikes = self._ydl_info['dislike_count']`</strike>
</details>
<h1 id="ONNX-Model">➤ ONNX-model</h1>
You can convert the YOLOv8-seg model to ONNX using the following Google Colab notebook : [](https://colab.research.google.com/drive/1oDEKz8FUCXtW-REhWy5N__PgTPjt3jm9?usp=sharing)
- The License of the models is GPL-3.0 license: [License](https://github.com/ultralytics/ultralytics/blob/master/LICENSE)
* ***Quantize ONNX models*** :
Converting a model to use float16 instead of float32 can decrease the model size.
```
python onnxQuantization.py -i <path-of-your-onnx-model>
```
<h1 id="Examples">➤ Examples</h1>
* ***Setting Config*** :
```python
model_config = {
"model_path": 'models/yolov8n-seg-coco.onnx', # model path
"classes_path" : 'models/coco_label.txt', # classes path
"box_score" : 0.4,
"box_nms_iou" : 0.45,
"box_aspect_ratio" : None,
"box_stretch" : None,
}
cam_config = {
"cam_id" : 0,
'exposure': -2, # init cam exposure
'contrast': 50 # init cam contrast
}
```
After running, the config information will appear above the menu :
[<div style="padding-left:70px;"><img src="./demo/config-menu.png" width=250px></div>](demo/)
* ***Run*** :
```
python Application.py
...
The server will be accessible at [ http://localhost:8080 ].
```
| Display Mode | Describe |
|:----------------------------- | :-------------------------------------------------------------- |
| `DisplayType.NONE` | Just show your webcam image. |
| `DisplayType.BASIC_MODE` | Show detect and segmentation target results on image. |
| `DisplayType.DETECT_MODE` | Separate the target box and background on image. |
| `DisplayType.SEMANTIC_MODE` | Separate the target segmentation and background on image. |
<h1 id="Docker">➤ Docker</h1>
From the root directory, run :
```
docker build -t <name-of-your-image> -f ./docker/Dockerfile .
docker run --rm --privileged --device="/dev/video0:/dev/video0" -t -p 8080:8080 <name-of-your-image>
```
<h1 id="Demo">➤ Demo</h1>
* [***Demo Youtube Video***](https://www.youtube.com/watch?v=_AV-B7XFRZU&feature=youtu.be)
* ***Display Mode Switch***

* ***Display Style Switch***
<p>
<img src="./demo/demo-displayStyle.jpg" width=600px>
</p>
* ***Display Background Removal***
<p>
<img src="./demo/demo-Removal.png" width=600px>
</p>
<h1 id="Updates">➤ Updates</h1>
* 2023/05/05 - Added images with downloadable transparent backgrounds.
* 2023/11/22 - Fixed youtube_dl bug, and remove pafy package.
* 2023/11/26 - Fixed custom diff model size.
<h1 id="License">➤ License</h1>
WiFi Analyzer is licensed under the GNU General Public License v3.0 (GPLv3).
**GPLv3 License key requirements** :
* Disclose Source
* License and Copyright Notice
* Same License
* State Changes | This project used Yolov8/AnimeGAN and Flask to accomplish the task of background segmentation , background remove and background replacement. Additionally, you can change different display styles. | python,flask,object-detection,object-segmentation,onnxruntime,yolov8,css,html,javascript,background-removal | 2023-04-24T08:29:37Z | 2024-04-12T03:58:14Z | null | 1 | 0 | 24 | 1 | 2 | 9 | null | GPL-3.0 | Python |
shivam-bhadani/Code-Geass-Backend | master | null | An online platform where user can practice coding problems. | javascript,jwt-authentication,mongodb,mongoose,nodejs | 2023-04-25T13:25:28Z | 2023-05-15T21:27:02Z | null | 1 | 0 | 3 | 0 | 1 | 9 | null | null | JavaScript |
Salimer/Leaderboard-project | develop | <a name="readme-top"></a>
<div align="center">
<img src="murple_logo.png" alt="logo" width="140" height="auto" />
<br/>
<h1><b>Welcome to my project 😃</b></h1>
</div>
<div align="center">
<br/>
<h1 align="center">LeaderBoard website</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)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [LeaderBoard website] <a name="about-project"></a>
**LeaderBoard webiste** displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.w3.org/TR/2011/WD-html5-20110405/">HTML5</a></li>
<li><a href="https://www.w3.org/Style/CSS/specs.en.html">CSS</a></li>
<li><a href="https://www.ecma-international.org/publications-and-standards/standards/ecma-262/">JavaScript</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Easy to the eyes and cultivating at the same time**
- **Dynamic creation of content**
<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://salimer.github.io/Leaderboard-project/dist)
<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:
- Clone this repo as described in the setup section.
- Make modifications as peferred
### Prerequisites
In order to run this project you need: To clone or fork and run it in a browser
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/Salimer/Leaderboard-project.git
```
using Ubuntu:
```sh
cd my-desired-folder
git clone https://github.com/Salimer/Leaderboard-project.git
```
For more information on how to clone or fork a repository:
- <a href="https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository">How to clone a repo</a>
- <a href="https://docs.github.com/en/get-started/quickstart/fork-a-repo">How to fork a repo</a>
### Install
There is no installation required.
### Usage
To run the project, open with **index.html** with any web browser.
For example, for Google Chrome with Ubuntu:
```sh
cd Leaderboard-project
google-chrome index.html
```
### Run tests
There are no test available for this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="authors"></a>
👤 **Salim Bamahfoodh**
- GitHub: [@Salimer](https://github.com/Salimer)
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
Future changes:
- improve score box responsiveness
- Add more styles and colors
<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>
Give a ⭐️ if you like this project!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- Thanks to all Microverse community
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional)
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
<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>
| The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. | html,javascript,scss | 2023-05-15T12:22:34Z | 2023-05-17T16:01:20Z | null | 1 | 3 | 73 | 0 | 0 | 9 | null | MIT | JavaScript |
jicamargo/awesome-books | main | <a name="readme-top"></a>
<div align="center">
<br/>
<h1><b>AWESOME BOOKS</b></h1>
<br/>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Awesome Books ](#-awesome-books-)
- [🛠 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-)
- [This project is MIT licensed.](#this-project-is-mit-licensed)
- [🛠 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-)
<!-- PROJECT DESCRIPTION -->
# 📖 Awesome Books <a name="about-project"></a>
This site allow to save in your PC information about your books (Name and author).
## 🛠 Built With <a name="built-with"></a>
- HTML
- Javascript
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li>HTML</li>
<li>JAVASCRIPT</li>
</ul>
</details>
## ⭐️ Key Features <a name="key-features"></a>
- **Add Book Button**
- **Remove Book button**
- **Show list of books created**
- **Preserve the information in your PC**
## 🚀 Live Demo <a name="live-demo"></a>
[View live Demo](https://jicamargo.github.io/awesome-books/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
Open this site in your browser and enjoy.
### Prerequisites
In order to run this project you need:
A modern browser for like Mozilla, Chrome, Edge, etc. that supports HTML5 and CSS
### Setup
This application runs directly (it does not need any setup process)
### Install
Install this project with:
This application runs directly (it does not need any install process)
### Usage
Enter to index.html web page
### Run tests
No tests needed, you can enter directly to index.html
### Deployment
No deployment needed, you can enter directly to index.html
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Jorge Camargo**
- GitHub: [@jicamargo](https://github.com/jicamargo)
- Twitter: [@ji_camargo](https://twitter.com/ji_camargo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/jorgecamargog)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[Fancy animations]**
<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 a ⭐️ (Thank you)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- [Microverse team]()https://microverse.org/
<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>
| A user-friendly application to conveniently store and manage information about your personal book collection, including book titles and authors. | css,html,javascript | 2023-05-02T02:19:27Z | 2023-05-08T22:36:03Z | null | 1 | 4 | 26 | 1 | 0 | 8 | null | MIT | JavaScript |
CesarHerr/Leaderboard | dev | <a name="readme-top"></a>
<div align="center">
<h3><b>Leader board</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 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 -->
# 📖 [ Leaderboard ] <a name="about-project"></a>
**[Leaderboard]** The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
## 🛠 Built With <a name="built-with"></a>
```
1.- HTML.
2.- Javascript.
3.- Webpack.
4.- CSS.
```
### 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>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
```
- Send and receive data from an API.
- Use API documentation.
- Use JSON.
- Make JavaScript code asynchronous by using async await.
- Use Arrow functions.
```
<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:
```
- Code Editor.
- Git and Github account.
- Web browser.
```
### Setup
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/CesarHerr/Leaderboard.git
```
### Install
Install this project with:
```
You Don't need install this project
```
### Usage
To run the project, execute the following command:
```
Double click on the HTML file, open it in your browser.
```
### Run tests
To run tests, run the following command:
```
no test
```
### Deployment
You can deploy this project using:
[Implementation](https://github.com/microverseinc/curriculum-javascript/blob/main/leaderboard/m2_send_receive_data.md)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **César Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- Twitter: [@Cesarherr2](https://twitter.com/Cesarherr2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cesarherr/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- Add styles to the project.
- Make it responsive.
- Add new Games.
<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 and you think is useful to someone please share it
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank team of microverse and the micronauts for hitting me up with new knowledge.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
<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> | The leaderboard website displays scores submitted by different players. | api-rest,javascript,linters,webpack | 2023-05-15T21:13:46Z | 2023-06-24T06:16:57Z | null | 1 | 4 | 28 | 0 | 0 | 8 | null | MIT | JavaScript |
hrbrmstr/ojs-plot-jsdom | batman | # ojs-plot-jsdom
How to use server-side Observable Plot with just vanilla Node.js.
The example in `index.js` adds a title and subtitle to the plot as SVG `text` elements to keep the whole thing self-contained. Support for auto-adapting to dark mode appearance is also included.
### Normal Run
```bash
npm run --silent plot > roci.svg
```

### [Svgo](https://github.com/svbg/svgo) optimized:
```bash
# install svgo if necessary
npm install -g svgo
npm run --silent plot | svgo --pretty --indent 2 -i - -o roci-svgo.svg
```

| 📊 Using JSDOM to render Observable Plots on the command line | jsdom,observable,observablehq,javascript,nodejs,observable-plot | 2023-04-30T13:32:26Z | 2023-05-01T11:44:45Z | null | 1 | 0 | 12 | 0 | 1 | 8 | null | MIT | JavaScript |
Rigtch/rigtch-fm-www | main | # RigtchFM WWW
[](https://github.com/Rigtch/rigtch-fm-www/actions/workflows/main.yml)
[](https://codecov.io/gh/Rigtch/rigtch-fm-www)





## Description
Rigtch is website focused on displaying your all-time statistics such as favorite artists, most listened songs etc.
## Deployment
- [Production](https://rigtch-fm.vercel.app)
## Related repositories
- [rigtch-fm-api](https://github.com/Rigtch/rigtch-fm-api)
## Stack














## Stay in touch
[](https://discord.gg/kuQFdzJhTy)
[](https://github.com/Rigtch)
## License
Rigtch Music is [Apache 2.0 licensed](LICENSE).
| Rigtch is website focused on displaying your all-time statistics such as favorite artists, most listened songs etc. | javascript,nextjs,react,spotify,typescript,react-query | 2023-05-12T08:05:58Z | 2024-05-23T10:06:55Z | null | 2 | 178 | 555 | 10 | 0 | 8 | null | Apache-2.0 | TypeScript |
Rednexie/discord-id | main | # discord-id
discord id lookup tool - node.js full-stack website and api to get info about discord id's
# Functionality & Features
User Info:
_username,
discriminator,
is system?,
is bot?,
tag,
profile picture,
account creation date,
badges,
nitro subscription status,
banner color
and account age._
Guild Info:
_name, splash url, description, total members, online members, profile picture, server creation date, features, and server age._
Logs the ip addresses, id's and request times both to the console and a text file.
Works with cross origin requests, CORS Requests are allowed.
Provides both website and JSON API functionality.
Works no matter if the user has got their new username or not(discord discriminator removal update)
---
# Endpoints
/api/your-discord-id => Gives the info as JSON
/ => Asks for a discord id.
/info/ => Gives the info inside the website
---
# Usage & Setup
Install required dependencies:
```bash
npm i fs express discord.js@13 consoled.js@1.0.4 ejs cors
```
Get a discord bot token, then create an environment variable:
*export TOKEN="your-discord-bot-token"* for linux / mac
*set TOKEN="your-discord-bot-token"* for windows cmd
*$env:TOKEN="your-discord-bot-token"* for windows powershell
On cloud hosting platforms like replit, codespaces, glitch, codesandbox etc, use the platform's integrated secrets feature.
```bash
node .
```
to start the server.
---
# Testing
You can test the system [here](https://discord-id.rednexie.repl.co/)
You can test the api [here](https://discord-id.rednexie.repl.co/api/866793047596728321)
[example api response](https://raw.githubusercontent.com/Rednexie/discord-id/main/example.json)
<h1>Project Screenshots:</h1>
<h2>Website</h2
[https://discord-id.rednexie.repl.co/](https://camo.githubusercontent.com/c8f71d47218ef6d16d624c712cf642fb86690a5eda59e2ef5a18354dc88055fd/68747470733a2f2f7265646e657869652e6769746875622e696f2f456b72616e25323067254333254236722543332542436e7425433325424373254333254243253230323032332d30392d30342532303136323735362e706e67)
[https://discord-id.rednexie.repl.co/info/866793047596728321](https://camo.githubusercontent.com/5719c89c9f1a599a915855647535d65b96abb579084e43d0f770b3b149ed6d51/68747470733a2f2f7265646e657869652e6769746875622e696f2f456b72616e25323067254333254236722543332542436e7425433325424373254333254243253230323032332d30392d30342532303136323931332e706e67)
<h2>API</h2>
[https://discord-id.rednexie.repl.co/api/866793047596728321)](https://raw.githubusercontent.com/Rednexie/rednexie.github.io/main/Ekran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202023-09-04%20164308.png)
---
<h1>Technologies used in the project:</h1>
* fs
* express
* discord.js v13
* consoled.js v1.0.4
* ejs
* cors
---
# Possible Updates
<h2> at 10 stars⭐</h2>
More logging options(mysql, perma.db, quick.db, json)
More Interfaces(Command Line, Discord Bots)
Data storing/caching
Rate Limiting
# Links
[Download as Zip](https://github.com/Rednexie/discord-id/archive/refs/heads/main.zip)
[Run on Replit](https://repl.it/github/Rednexie/discord-id)
[Import into Glitch](https://glitch.com/edit/#!/import/git?url=https://github.com/Rednexie/discord-id)
[Create Github Codespace](https://github.com/codespaces/new?quickstart=1&name=discordtemplate&repo=Rednexie/discord-id)
| API and Website to get info from discord id's | api,discord-api,discord-id,discord-id-scraper,discord-js,discordjs,json,json-api,javascript,js | 2023-05-11T19:31:33Z | 2023-11-06T09:03:36Z | null | 1 | 0 | 67 | 2 | 2 | 8 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.