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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sebafermanelli/egg-fullstack | main | # Programación Full Stack
## AP - Temario
01. Git con GitHub
02. Introducción a Java
03. Estructuras de control en Java
04. Subprogramas en Java
05. Arreglos en Java
06. Git con GitHub 2
07. Programación Orientada a Objetos
08. Clases de Servicio
09. Clases de Utilidad
10. Colecciones
11. Relaciones entre Clases
12. Herencia
13. Excepciones
14. MySQL
15. JDBC
16. JPA
17. Integrador Backend
18. HTML & CSS
19. JavaScript
20. React
21. Integrador Frontend & Buenas prácticas de Java
22. Spring
| Ejercicios curso Full Stack | git,java,css,html,javascript,mysql,react,spring | 2023-04-19T04:43:30Z | 2024-01-15T19:37:50Z | null | 1 | 0 | 47 | 0 | 0 | 4 | null | null | Java |
tsparticles/cli | main | [](https://particles.js.org)
# tsParticles CLI
## Installation
### NPM
```bash
npm install -g @particlesjs/cli
```
### Yarn
```bash
yarn global add @particlesjs/cli
```
### PNPM
```bash
pnpm global add @particlesjs/cli
```
## Usage
### Help
```bash
npx @particlesjs/cli --help
```
or
```bash
tsparticles-cli --help
```
### Build
```bash
npx @particlesjs/cli build
```
or
```bash
tsparticles-cli build
```
### Create
#### Preset
```bash
npx @particlesjs/cli create preset <folder>
```
or
```bash
tsparticles-cli create preset <folder>
```
| tsParticles CLI | cli,hacktoberfest,javascript,tsparticles,typescript | 2023-04-14T09:53:15Z | 2024-04-05T12:54:59Z | null | 1 | 59 | 207 | 1 | 0 | 4 | null | MIT | TypeScript |
brunocroh/local-package-manager | main | null | Get user package manager, version, and translate npm commands to user package manager. | javascript,npm,yarn,pnpm | 2023-04-10T03:43:58Z | 2023-04-24T22:45:28Z | null | 1 | 0 | 22 | 0 | 0 | 4 | null | MIT | TypeScript |
MussieTeka/Pokepedia | dev | <a name="readme-top"></a>
<div align="center">
<h3><b>Pokepedia: JavaScript-Group Capstone</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [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)
# 📖 Pokepedia: JavaScript Group Capstone <a name="about-project"></a>
**Pokepedia** is a simple web application that allows users to view and learn about different Pokemon characters. Users can view images of each Pokemon, add comments to their profiles, and see comments that others have left.
This project is built using JavaScript, HTML, and CSS, with webpack as the build tool. It makes use of the PokeAPI to retrieve information about each Pokemon, and also utilizes a custom API to store and retrieve comments.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
- JavaScript
- HTML
- CSS
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></li>
<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>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://expressjs.com/">Express.js</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- Displaying a list of Pokemon cards with their images, names, and a heart icon for users to like.
- Enabling users to add comments to each Pokemon card by clicking on the "Add Comment" button.
- Displaying a pop-up window when a user clicks on the "Add Comment" button, which includes the Pokemon's details and a form to add a comment.
- Fetching and displaying previous comments for each Pokemon from an API.
- Allowing users to add comments for each Pokemon to the API by submitting a form.
- Displaying the number of previous comments for each Pokemon.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy of the project up and running, follow these steps.
### Prerequisites
In order to run this project, you need to have a web browser installed on your computer.
### Setup
Clone this repository to your desired folder by running the following command:
```sh
git@github.com:MussieTeka/JavaScript-Group-Capstone.git
```
### Install
Run npm install to install all dependencies
```sh
cd JavaScript-Group-Capstone
npm install
```
### Usage
Run npm start to start the application using webapp live server.
```sh
npm start
```
### Run tests
To run tests for this project, follow these steps:
- Open the command prompt or terminal on your computer.
- Navigate to the project directory using the cd command.
- Type the command npm run test and press enter.
```sh
npm run test
```
### Deployment
You can deploy this project using any web hosting service of your choice.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
This project was developed by:
👤 **Mussie Kahsay** - Developer
- GitHub: [@MussieTeka](https://github.com/MussieTeka)
- Twitter: [@mussieteka](https://twitter.com/mussieteka)
- LinkedIn: [@mussieteka](https://linkedin.com/in/mussieteka)
👤 **Author2**
- GitHub: [@ikennarichard](https://github.com/ikennarichard)
- LinkedIn: [Ikenna Oguejiofor](https://www.linkedin.com/in/ikenna-oguejiofor-38076a237)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- User Profiles: Allow users to create profiles on the website, including a profile picture, bio, and other details. This could also include the ability for users to follow each other or connect in some way.
- Social Media Integration: Allow users to easily share content from the website on popular social media platforms, such as Facebook, Twitter, Instagram, and LinkedIn.
- User Reviews: Allow users to leave reviews or ratings for products, services, or other content on the website. This could help build trust and credibility with potential customers.
<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, please give it a star on GitHub.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
This project was inspired by the [PokeAPI](https://pokeapi.co/), an open API for accessing Pokémon data.
The following resources were used in the development of this project:
- [Font Awesome](https://fontawesome.com/)
- [Webpack](https://webpack.js.org/)
- [Microverse](https://www.microverse.org/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
- **Can I modify and redistribute this project?**
- Yes, you can modify and redistribute this project as long as you follow the terms of the MIT license.
- **How can I contribute to this project?**
- Contributions, issues, and feature requests are welcome! You can check the issues page to see if there are any current issues or feature requests that you can work on. If not, feel free to submit a new issue or pull request. Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
<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 project is built using JavaScript, HTML, and CSS, with webpack as the build tool. It makes use of the PokeAPI to retrieve information about each Pokemon, and also utilizes a custom API to store and retrieve comments. | api,api-rest,api-restful,javascript,pokeapi | 2023-04-17T07:19:04Z | 2023-05-21T00:25:57Z | null | 2 | 16 | 83 | 0 | 0 | 4 | null | MIT | JavaScript |
forLoop94/Conference_Page | main | <a name="readme-top"></a>
<div align="center">
<h3><b>African Fiction Festival 2023</b></h3>
</div>
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 About ](#-about-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
# 📖 About <a name="about-project"></a>
**African Fiction Festival 2023** is a website that displays information about the African Fiction Festival that will be holding for the first time in Abuja, Nigeria.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- Javascript
### Key Features <a name="key-features"></a>
- [ ] **Navigation Bar**
- [ ] **Data storage**
- [ ] **Side Menu**
- [ ] **About Page**
- [ ] **Home Page**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://forloop94.github.io/Conference_Page/)
<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 browser
- git
- nodejs
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:forLoop94/Conference_Page.git
npm install
```
### Usage
To run the project, execute the following command:
```sh
Open index.html in browser
or
open with Live server in Vscode
```
### Run tests
To run tests, run the following command:
```sh
npx stylelint "**/*.{css,scss}"
npx hint .
npx eslint .
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Charles Andrews**
- GitHub: [@githubhandle](https://github.com/forLoop94)
- Twitter: [@twitterhandle](https://twitter.com/_AndrewsCharles)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrewscharles94)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **News Page**
- [ ] **Sponsor Page**
- [ ] **Join Page**
<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/Mahamadou-Nouridine/My-Portfolio/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 me a follow and/or a star
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- To [Cindy Shin](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015), Original design.
- Creative Commons license of the design
- Mohamadou Nouridine - my coding partner
<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> | African Fiction Festival 2023 is a website that displays information about the African Fiction Festival that will be holding for the first time in Abuja, Nigeria. It was built using HTML, CSS and Javascript | css,html,javascript | 2023-04-16T11:24:33Z | 2023-04-22T06:52:57Z | null | 1 | 1 | 33 | 1 | 0 | 4 | null | MIT | HTML |
MarcoDiaz2000/International-Business-School | main | Hello, I´m Marco Díaz
<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)
- [🔭 Video Presentation](#video)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [HTML/CSS & JavaScript capstone project] <a name="about-project"></a>
**[Learning objectives]**
In this capstone project I am going to build is based on an online website for a conference. Microverse provide some design guidelines for the website.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
HTML, CSS & JAVASCRIPT
GitHub & Visual Studio Code
<!-- Features -->
### Key Features <a name="key-features"></a>
- Navbar
- Mobile responsive
- DOM Manipulation
<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://marcodiaz2000.github.io/International-Business-School/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Video Presentation <a name="video"></a>
- [Video Presentation](https://www.loom.com/share/d4b8f83df4aa4c949cc1f542906e6d43)
<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:
<a href="https://nodejs.org/en">- Node.js</a>
<a href="https://git-scm.com/downloads">- Git</a>
### Setup
Install Node Js on your local computer.
### Install
Install this project with:
<pre> git clone https://github.com/MarcoDiaz2000/International-Business-School.git</pre>
### Usage
To run the project, open the index file by double clicking
### Run tests
To run tests, run a live server on your computer..
### Deployment
You can deploy this project in this link <a href="https://marcodiaz2000.github.io/International-Business-School/">www.marcodiaz2000.github.io/portfolio/International-Business-School</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Marco Díaz**
- GitHub: [@MarcoDiaz](https://github.com/MarcoDiaz2000)
- Twitter: [@MarcoDiaz](https://twitter.com/MarcoDi70620847)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/marco-diaz-0876a7268/)
<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>
> Hello, feel free to support this project
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
> I would like to give Credit to original design idea by [Cindy Shin in Behance](https://www.behance.net/adagio07).
<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>
| HTML/CSS & JavaScript capstone project: INTERNATIONAL BUSINESS CONFERENCE 2023 | css,html,javascript | 2023-04-16T23:00:08Z | 2023-04-20T13:23:45Z | null | 1 | 1 | 20 | 0 | 0 | 4 | null | MIT | HTML |
Luffytaro22/Calculator | main | <a id="readme-top"></a>
<!-- TABLE OF CONTENTS -->
<details>
<summary><h1>📗 Table of Contents</h1></summary>
<ul>
<li><a href="#about-project">📖 About the Project</a>
<ul>
<li><a href="#built-with">🛠 Built With</a></li>
<li><a href="#tech-stack">Tech Stack</a></li>
<li><a href="#key-features">Key Features</a></li>
</ul>
</li>
<li><a href="#live-demo">🚀 Live Demo</a></li>
<li><a href="#getting-started">💻 Getting Started</a>
<ul>
<li><a href="#setup">Setup</a></li>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#install">Install</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#run-tests">Run tests</a></li>
<li><a href="#deployment">Deployment</a></li>
</ul>
</li>
<li><a href="#authors">👥 Authors</a></li>
<li><a href="#future-features">🔭 Future Features</a></li>
<li><a href="#contributing">🤝 Contributing</a></li>
<li><a href="#support">⭐️ Show your support</a></li>
<li><a href="#acknowledgements">🙏 Acknowledgements</a></li>
<li><a href="#license">📝 License</a></li>
</ul>
</details>
<!-- PROJECT DESCRIPTION -->
# 📖 Calculator <a id="about-project"></a>
**Calculator** allows the users do basic math calculations such as add, restart, multiply, divide and get the square root of a number.
## 🛠 Built With <a id="built-with"></a>
### Tech Stack
* HTML
* CSS
* Javascript
<!-- Features -->
### Key Features
* Math logic.
* Cool design.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a id="live-demo"></a>
* [Live Demo](https://luffytaro22.github.io/Calculator/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a id="getting-started"></a>
### Prerequisites
In order to run this project you need to have:
- A Text Editor.
- A Browser.
### Setup
To clone this repository to your desired folder, run the following command: <br>
```
git clone git@github.com:Luffytaro22/Calculator.git
```
### Deployment
You can deploy this project with [This Link](https://luffytaro22.github.io/Calculator/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a id="authors"></a>
👤 **Manuel Sánchez**
- GitHub: [@githubhandle](https://github.com/Luffytaro22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/manuel-alejandro-sanchez-sierra-4b358b14a/)
- Twitter: [@twitterhandle](https://twitter.com/Luffytaro_san22)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a id="future-features"></a>
* More operations.
* Improve math logic.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a id="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 id="support"></a>
If you like this project please give it a star ⭐️
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a id="acknowledgements"></a>
I would like to give credits to the following:
* **Microverse** for this readme template.
* **The Odin Project** for the idea.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a id="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Calculator allows the users do basic math calculations such as add, restart, multiply, divide and get the square root of a number. | calculator,css,html,javascript | 2023-04-17T22:57:06Z | 2023-06-22T16:39:33Z | null | 1 | 0 | 32 | 0 | 0 | 4 | null | null | JavaScript |
icapri/utilities | main | <p align="center">
<br>
<img src="/docs/logo.png" alt="Utilitates Logo" width="120px" height="115px"/>
<h2 align="center">Utility Framework</h1>
</p>
<p align="center"><i>A modern framework for conversion, formatting, parsing, validation, and more.</i></p>
[](https://www.npmjs.com/package/utilitates)
[](https://github.com/icapri/utilities/blob/main/LICENSE)
[](https://www.npmjs.com/package/utilitates)
## Description
This library contains hundreds of utility methods such as converters, formatters, parsers, validators, etc. necessary for dealing with built-in JavaScript types such as `Array`, `Blob`, `Date`, `Map`, `Number`, `Object`, `Set` and `String`. The names of the abstract classes provided by this library are simply the plural form of the afore-mentioned types i. e. `Arrays`, `Blobs`, `Dates`, `Maps`, `Numbers`, `Objects`, `Sets` and `Strings`. These abstract classes are only composed of static members (utility methods). The motivation to build this library comes from the fact that often it becomes necessary to install several libraries e. g. one library for validations, another one for dealing with dates, another one for conversions, etc. This sometimes leads to serious performance issues on applications/libraries. `utilitates` does not depend on other libraries, it has its own implementation of each and every utility provided. This enables the developers of this library to continuously refactor and improve the code inside it.
## Installation
Execute the following command from your project directory:
```bash
npm install utilitates
```
and then enjoy using it.
## Usage
This library is simply composed of abstract classes which can be used as follows:
```typescript
import {
Arrays,
Blobs,
Dates,
Maps,
Numbers,
Objects,
Sets,
Strings,
Utils
} from 'utilitates';
// Arrays examples:
Arrays.addFirst(["b", "c"], "a"); // ["a", "b", "c"]
Arrays.first(["a", "b", "c"]); // "a"
Arrays.isNotEmpty(["a", "b", "c"]); // true
Arrays.isEmpty([]); // true
Arrays.has(["a", "b", "c"], "a"); // true
Arrays.last(["a", "b", "c"]); // "c"
// Blobs examples:
await Blobs.fromObjectURL('some/url');
Blobs.isBlob(new Blob());
await Blobs.toBase64(blob);
Blobs.toFile(blob);
await Blobs.toImageData(blob);
await Blobs.toObjectURL(blob);
// Chars examples:
Chars.isAlpha('E'); // true
Chars.isASCII('|'); // true
Chars.isASCIIControl(Chars.BS); // true
Chars.isDigit('9'); // true
Chars.isHinduDigit('१'); // true
Chars.isLetter('我'); // true
Chars.isLetterOrDigit('ぃ'); // true
Chars.isLowerCase('ы'); // true
Chars.isLowSurrogate('\uDFFF'); // true
Chars.isPersianDigit('۴'); // true
Chars.isSurrogatePair('\ud801\udbff', '\udc9f'); // false
Chars.isUpperCase('Б'); // true
Chars.isWhitespace('\t'); // true
// Dates examples:
Dates.addDays(Dates.now, 12);
Dates.addYears(new Date('2023-01-01T11:00:22.000Z'), 3);
Dates.daysDifference(
'2023-10-16T21:50:22.000Z',
'2023-10-26T21:50:22.000Z',
);
Dates.firstDayOfWeek(2023, 44);
//= Date: "2023-10-29T23:00:00.000Z"
Dates.getWeek('2023-01-05T11:13:27.000Z'); // 1
Dates.isAfter(Dates.now, "2023-05-11T23:20:12");
Dates.isBetween("2023-05-11", "2023-05-10", "2023-05-12");
Dates.isDateObject(new Date()); // true
Dates.isValid(new Date()); // true
Dates.isISOString('2023-11-11T23:15:22.999Z'); // true
Dates.removeMinutes('2022-07-28T22:12:00.000Z', 12);
//= Date: "2022-07-28T22:00:00.000Z"
Dates.removeWeeks('2022-07-28T22:00:00.000Z', 1);
//= Date: "2022-07-21T22:00:00.000Z"
Dates.weeksDifference(
'2022-07-01T22:00:01.000Z',
'2022-07-22T22:10:01.000Z',
true,
); // 3
// Maps examples:
Maps.isEmpty(new Map()); // true
Maps.isMap([[0, "a"], [1, "b"]]); // false
const map = new Map();
map.set("a", "abc");
map.set("b", false);
map.set("c", 123);
Maps.toObject(map);
// Numbers examples:
Numbers.abs(-1); // 1
Numbers.isInteger(1); // true
Numbers.isNatural(-123); // false
Numbers.isNotNumber(0/0); // true
Numbers.isNumber({}); // false
Numbers.isPrime(2); // true
Numbers.randomInt(1, 8);
Numbers.toString(123); // "123"
// Objects examples:
Objects.fromJson('{"a":2,"b":"abc"}');
//= {a: 2, b: "abc"}
Objects.hasProperty({a: true, b: 'abc'}, 'a'); // true
Objects.isNotNull({}); // false
Objects.isObject({}); // true
Objects.omit({ a: !0 }, "a"); // {}
Objects.pick({ a: null, b: true }, "a");
Objects.toIterable({ a: 'abc', b: 444, c: true });
Objects.toJson({a: true}); // "{"a":true}"
// Sets examples:
Sets.isNotEmpty(new Set()); // false
Sets.isSet(undefined); // false
Sets.isWeakSet(new WeakSet()); // true
const set = new Set();
set.add("abc");
Sets.toMap(set);
// Strings examples:
Strings.isNullOrEmpty(""); // true
Strings.normalize(" Lorem ipsum dolor sit ");
//= "Lorem ipsum dolor sit"
Strings.isNumerical("12.34"); // true
Strings.hasWhitespace("Lorem\t"); // true
Strings.countMatches("ho ho ho", "ho"); // 3
Strings.decode("2aMgaXMgMyBpbiBBcmFiaWM=");
//= "٣ is 3 in Arabic"
Strings.encode("\u0663 is 3 in Arabic");
//= "2aMgaXMgMyBpbiBBcmFiaWM="
Strings.toTitleCase("jOhN doE"); // John Doe
Strings.toCharArray("🐑🐑🐑");
//= ["🐑", "🐑", "🐑"]
Strings.repeat("abc", 5);
//= "abcabcabcabcabc"
Strings.remove("adefbc", "def"); // "abc"
Strings.reverse("😃😄😁😆🤣"); // "🤣😆😁😄😃"
Strings.toCamelCase("\nAbc def"); // "abcDef"
Strings.toKebabCase("\nAbc def"); // "abc-def"
Strings.upperFirst("john Doe"); // "John Doe"
// Utils examples:
Utils.isBoolean(false); // true
Utils.isDefined(false); // true
Utils.isError(new TypeError('abc')); // true
Utils.isFile(new File([], "abc")); // true
Utils.isFunction(() => {}); // true
Utils.isNullOrUndefined(undefined); // true
Utils.isPrimitive("abc"); // true
Utils.isPromise(Promise.resolve()); // true
Utils.isUndefined(null); // false
```
## Support
Something isn't working as expected in this library? Feel free to create a GitHub issue.
## Contribution
Please contact me if you would like to contribute to utilitates.
## Roadmap
Latest stable: v3.1.1
## License
Licensed under [the MIT License](https://github.com/icapri/utilities/blob/main/LICENSE). | A framework intended for conversion, formatting, parsing, validation, and more. | javascript,typescript | 2023-04-21T19:18:30Z | 2023-11-12T19:59:10Z | null | 1 | 0 | 80 | 0 | 0 | 3 | null | MIT | TypeScript |
shafiuyushawu/weather | dev | <a name="readme-top"></a>
<div align="center">
<!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. -->
<br/>
<h3><b>CAPSTONE - WEATHER APP</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 ToDo List Application ](#-todo-list-application-)
- [🛠 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)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 Daily Weather Conditions <a name="todo-list"></a>
> **Weather forecast** is a mobile application that gives users overview of weather conditions in your location, it will predict the next 10 days weather forecast in your locality.
> It also has search functional where users can seach for weather conditions in their locality by using the country, regions, city names, etc.
## 🛠 Built With <a name="built-with"></a>
- Javascript
- React
- Redux
- Tailwind CSS
- Daisy UI
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>REACT</summary>
<ul>
</ul>
<li><a href="">Redux</a></li>
</details>
### Key Features <a name="key-features"></a>
> Render list of weather conditions with its predictions for the next 10 days.
> Provides the feature to search for your locations with cities, countries names etc,.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
[Go Live 😊](https://weather-76ks.onrender.com/)
## Presentation
[Link to my presentation](https://www.loom.com/share/c55f339be63c48ee9f3d4b83a35c6cfd)
<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:
- An npm installed on your syatem.
#### Windows
[Visit the link to download the package](https://nodejs.org/dist/v18.15.0/node-v18.15.0-x86.msi)
#### Linux
```sh
sudo apt install nodejs
```
#### MacOS
[Visit the link to download the package](https://nodejs.org/dist/v18.15.0/node-v18.15.0.pkg)
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/shafiuyushawu/weather.git && cd weather-app
```
### Install
Install this project with:
```sh
npm install
```
### Running Tests
To to test the project, checkout [Jest](https://jestjs.io/)
```sh
npm install jest --save-dev
```
Then, to start the test:
```sh
npm run test
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
### Deployment
[Render](https://weather-76ks.onrender.com)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Shafiu Ibn Yushawu**
- GitHub: [@shafiuyushawu](https://github.com/shafiuyushawu)
- Twitter: [@shafiuyushawu](https://twitter.com/shafiuyushawu)
- LinkedIn: [shafiuyushawu](https://www.linkedin.com/in/shafiuyushawu/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
> Implementing hourly weather forecasting page.
> UI enhancement.
<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/shafiuyushawu/weather/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 it s a star :star:
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I want to use this medium to appreciate Nelson Sakwa on Behance who inspired the UI. Also want to extend my appreciation to [Weather API](https://www.weatherapi.com/docs/) for making the weather API available for me to practice on.
<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> | Weather forecast is a mobile application that gives users overview of weather conditions in your location, it will predict the next 10 days weather forecast in your locality. | daisyui,javascript,jest-snapshots,jest-tests,react,react-icons,react-router-dom,react-testing-library,tailwindcss | 2023-04-20T22:11:50Z | 2023-04-21T14:05:51Z | null | 1 | 1 | 8 | 0 | 0 | 3 | null | MIT | JavaScript |
prashantsail08/Conact-Manager | main | # Conact-Manager
The "Contact-Manager" project is a full-stack web application built using java, html, css, javascript, thymeleaf, Spring-boot and Spring-security that allows users to manage their contacts. This application provides users with a simple and intuitive interface for creating, editing, and deleting contacts, as well as searching and sorting them.
Some of the key features of the Contact-Manager application include:
1. User authentication: Users can create an account and login to the application securely using spring-security
2. Contact management: Once logged in, users can perform CRUD operations on their contacts, including creating, reading, updating, and deleting them.
3. Contact search and sorting: Users can search for contacts by name and sort contacts by name.
4. User profile: Users can update their contacts details, including the pictures.
5. Responsive design: The application is designed to be responsive and compatible with different screen sizes.
The frontend of the application is built using Html, Css, Javascript, Thymeleaf, Bootstrap,TinyMCE. The backend is built using java and spring boot and MySQL for data storage.
The Contact-Manager project is a good example of a full-stack web application with user authentication and CRUD functionality, and it can be used as a starting point for building more complex applications.
# Homepage

# Register Page
In Register Form Email id is the Username for login.

# Login Page
This is Custom Login Page and made by using spring security.

# Add Contact
There are total 7 fields
1. Enter Name 2. Enter Nick Name 3. Enter Phone Number
4. Enter Email id 5. Enter Work
6. Text Area where you can write Description, I had use TinyMCE for Text Area
7. Upload File

# Show User Contact List
All Contact which the user added will shown and if you click on email id then you can see user details.
In this page i had done Pagination and i had give only 5 contact.

# View Contact Detail
By click on Email id Your can view the contact details

# Update Contact
By clicking on update button you can update the user data it will update in database also and if you upload new picture then the old picuture will get deleted.


# Your Profile
Here you wuill get to see the user Details

# Change Password

# Search Bar
By enter the contact name you want to search it will will show you the name if it present in database and by clicking on it it will show you the data of that contact so after that you can update or delete the contact.

| The "Contact-Manager" project is a full-stack web application built using java, html, css, javascript, thymeleaf, Spring-boot and Spring-security that allows users to manage their contacts. This application provides users with a simple and intuitive interface for creating, editing, and deleting contacts, as well as searching and sorting them. | bootstrap,css,html,java,javascript,mysql-database,spring-boot,spring-mvc,spring-security,thymeleaf | 2023-04-21T05:34:40Z | 2023-04-26T06:38:59Z | null | 1 | 0 | 34 | 0 | 1 | 3 | null | null | HTML |
PavelOreshkin/react-components-id-generator | main | # react-component-id-generator [](https://github.com/facebook/react/blob/main/LICENSE)
This package will help simplify the interaction between the programmer and the automated tester.
Thanks to it, we can flexibly generate IDs in **all over the project at once**, so that the tester can easily locate elements on the web page.
The package works with React components with `.tsx` and `.jsx` extensions.
The result of the work will be the following changes:
_Initial component:_
```jsx
<button onClick={handleCancle}>cancel</button>
```
_Config:_
```json
"rules": [
{
"tag": "button",
"pattern": "${componentName}_${tagName}_${attr:onClick}_someText"
}
]
```
_Result component:_
```jsx
<button onClick={handleCancle} data_test-id="YourComponentName_button_handleCancle_someTex">cancel</button>
```
# Documentation
1. [Package Installation](#installation)
1. [Creating Configuration](#configuration)
1. [Adding Script to package.json](#run-command)
1. [Example](#example)
# Installation
```bash
npm i --save-dev react-components-id-generator
```
```bash
yarn add -D react-components-id-generator
```
# Configuration
Creating a JSON file with a custom name, for example "generator.config.json" in a convenient location within the application directory
```json
{
"id_name": "data_test-id",
"paths": ["./src/OurComponent"],
"rules": [
{
"tag": "button",
"pattern": "${componentName}_${tagName}_${attr:onClick}"
}
]
}
```
## Description
### General:
| Key | Type | Description|
| :---: | :---: | --- |
| `id_name` | string | name of the generated ID |
| `action` | "delete" <br /> "onlyCreate" <br /> "onlyUpdate" <br /> "createAndUpdate" <br /> undefined | this is optional value ("_createAndUpdate_" by default) <br> **create** - creates new IDs for those that do not have them (does not update existing ones) <br> **update** - updates existing IDs (does not create new ones) <br> **delete** - delete all IDs matching with 'id_name" <br> **createAndUpdate** - creates and updates IDs
| `paths` | string[] | array of paths to the components where the generation needs to be performed, and it also works with folders |
| `rules` | {tag, pattern}[] | rules Rules for generating the ID string |
| `tag` | string \| string[] | tag name of the element to which the pattern will be applied. |
| `pattern` | string | pattern according to which the string will be generated. |
### Patterns:
| Key | Description|
| :---: | --- |
| `${fileName}` | file name |
| `${componentName}` | component name (currently, if the component is anonymous, the value will be `undefined`). |
| `${tagName}` | tag name |
| `${attr:onClick}` | value of any specified attribute from the tag.In this example, it is "onClick". (currently, if the tag does not have the specified attribute, the value will be `undefined`). |
| `${uuid}` | a version 4 (random) UUID ([documentation](https://www.npmjs.com/package/uuid)) |
#### Calculated values
You can also use `someTextBefore__${fileName | componentName}__someTextAfter` construction
The first valid value will be selected
| values | result |
| --- | :---: |
| fileName = MyFileName.tsx <br /> componentName = MyComponentName | `someTextBefore__MyFileName__someTextAfter` |
| fileName = MyFileName.tsx <br /> componentName = undefined | `someTextBefore__MyFileName__someTextAfter` |
| fileName = undefined <br /> componentName = MyComponentName | `someTextBefore__MyComponentName__someTextAfter` |
| fileName = undefined <br /> componentName = undefined | `someTextBefore__undefined__someTextAfter` |
You can also set a default value by surrounding the value with quotes: `someTextBefore__${fileName | "defaultString"}__someTextAfter`
| values | result |
| --- | :---: |
| fileName = MyFileName.tsx | `someTextBefore__MyFileName__someTextAfter` |
| fileName = undefined | `someTextBefore__defaultString__someTextAfter` |
# Run Command
In your package.json, add the following command to the "scripts" section:
```json
"comand_name": "npx react-components-id-generator --config [path to our config]"
```
If your config file is at the same level as the package.json, the command will look like this:
```json
"generate_ids": "npx react-components-id-generator --config generator.config.json"
```
> [!NOTE]
> As Babel compiles the React component differently than intended ([issue](https://github.com/babel/babel/issues/10674)), recommended combining the generation process with the “eslint” command in your project:
> ```json
> "generate_ids": "npx react-components-id-generator --config generator.config.json && eslint --fix ./src"
> ```
# Example
## Component Analysis
Let's take a user creation form component with **links**, **inputs**, and **buttons**.
Besides the standard HTML tags, the component also uses other components. Here's an example:
```jsx
const CreateUserForm = () => {
const handleCancle = () => console.log('cancel');
const handleCreate = () => console.log('create');
return (
<>
<h1>Create User Form</h1>
<a href="http.com" target="_blank">
check our web site
</a>
<div className="personInfo">
<input type="text" name="firstName" />
<input type="text" name="lastName" />
<input type="text" name="phoneNumber" />
<input type="email" name="email" />
<input type="password" name="password" />
<CustomInput name="power" />
</div>
<CustomComponent customProp="anyString" />
<div className="controls">
<button onClick={handleCancle}>cancel</button>
<CustomButton onClick={handleCreate}>create</CustomButton>
</div>
</>
);
};
```
We need to verify the proper functioning of links, the correctness of field input, and button operations. Other layout elements like `h1` or `div` are not of interest to us.
## Creating Configuration
Create a file named `generator.config.json.`
1. choose the name for our generated ID, which is specified in the **id_name** field.
1. specify the paths to files or folders in the **paths** field.
1. create **rules** for generating the ID string based on **patterns**.
As a result, our configuration looks like this:
```json
{
"id_name": "data_test-id",
"paths": ["./src/CreateUserFormFoulder"],
"rules": [
{
"tag": "a",
"pattern": "${componentName}_link_${attr:href}"
},
{
"tag": ["input", "CustomInput"],
"pattern": "${componentName}_${tagName}_${attr:name}"
},
{
"tag": "CustomComponent",
"pattern": "${componentName}_${tagName}_${attr:customProp}"
},
{
"tag": ["button", "CustomButton"],
"pattern": "${componentName}_${tagName}_${attr:onClick}"
}
]
}
```
You may notice that in the `a` tag pattern, an arbitrary string `"link"` is used instead of `${tagName}`, as it may be simpler to understand.
## Creating the Run Command
Following the advice given, don't forget to add [eslint](https://eslint.org/) at the end of the command line.
```json
"generate_ids": "npx react-components-id-generator --config generator.config.json && eslint --fix ./src"
```
## Generation Result
With the following file structure and by specifying the path to the CreateUserFormFolder, the generation will occur in all files inside and in all subfolders within this folder.
```
/src
/CreateUserFormFolder
CreateUserFormJSX.jsx
CreateUserFormTSX.tsx
```
We can see the generation result in the console:
```bash
> my-app@0.1.0 generate_ids
> npx react-components-id-generator --config generator.config.json
IDs added to file src/CreateUserFormFoulder/CreateUserFormJSX.jsx.
IDs added to file src/CreateUserFormFoulder/CreateUserFormTSX.tsx.
```
As a result, our component will look like this:
```jsx
const CreateUserForm = () => {
const handleCancle = () => console.log('cancel');
const handleCreate = () => console.log('create');
return (
<>
<h1>Create User Form</h1>
<a href="http.com" target="_blank" data_test-id="CreateUserForm_link_http.com">
check our web site
</a>
<div className="personInfo">
<input type="text" name="firstName" data_test-id="CreateUserForm_input_firstName" />
<input type="text" name="lastName" data_test-id="CreateUserForm_input_lastName" />
<input type="text" name="phoneNumber" data_test-id="CreateUserForm_input_phoneNumber" />
<input type="email" name="email" data_test-id="CreateUserForm_input_email" />
<input type="password" name="password" data_test-id="CreateUserForm_input_password" />
<CustomInput name="power" data_test-id="CreateUserForm_CustomInput_power" />
</div>
<CustomComponent customProp="anyString" data_test-id="CreateUserForm_CustomComponent_anyString" />
<div className="controls">
<button onClick={handleCancle} data_test-id="CreateUserForm_button_handleCancle">cancel</button>
<CustomButton onClick={handleCreate} data_test-id="CreateUserForm_CustomButton_handleCreate">create</CustomButton>
</div>
</>
);
};
``` | package for generating IDs by config to help with auto testing | react,autotests,frontend,id-generator,javascript | 2023-04-20T10:49:47Z | 2023-10-04T17:22:25Z | 2023-10-04T17:22:25Z | 1 | 0 | 47 | 2 | 1 | 3 | null | MIT | JavaScript |
mdmahfuzrp/assignment-9-projects | main | #Hello Myself Mahfuz RP I'm a learner
#Here are some Information about my react project
#This is our Assignment 9
#I hope everything is well
- I'm using Bootstrap with my project
- I have many more component
- Also I use react router local storage in this project
- Live site Link: https://future-hub.netlify.app/
- Source Code Link: https://github.com/Porgramming-Hero-web-course/b7a9-career-hub-mdmahfuzrp | React router first project | bootstrap,javascript,javascript-library,mdmahfuzrp,react,react-router | 2023-04-12T20:09:59Z | 2023-04-12T20:14:23Z | null | 1 | 0 | 1 | 0 | 0 | 3 | null | null | JavaScript |
malunaridev/Challenges-iCodeThis-01-to-10 | master | 
<br />
<br />
 
I found iCodeThis when I was randomly looking for a daily challenge to keep me coding everyday. Since I want to keep up my GitHub activity, I was really glad when I finally found an active community for daily challenges, but they were around Challenge #104, I guess. I took a look at their past challenges and I found myself really excited to participate, so I joined one. It was really fun, and then I've decided to start from #01! I can do more than 1 per day, so I expect to keep up with the community soon.
##### Eu encontrei o iCodeThis quando eu estava pesquisando aleatoriamente um desafio diário para me manter codando todos os dias. Já que eu quero manter a minha atividade do GitHub bastante ativa, eu fiquei muito feliz quando finalmente encontrei uma comunidade ativa, mas eles já estavam no desafio #104, eu acho. Eu dei uma olhada nos desafios passados e me vi muito animada para participar, então eu me juntei a um. Foi muito divertido, então decidi começar do #01! Eu consigo fazer mais de 1 por dia, então eu acho que consigo acompanhar a comunidade em breve.
<br />
<br />
<br />
 
<p align="center">
<img src="https://github.com/malunaridev/MalunariDev/blob/master/assets/Tech-HTML.png?raw=true">
<img src="https://github.com/malunaridev/MalunariDev/blob/master/assets/Tech-CSS.png?raw=true">
<img src="https://github.com/malunaridev/MalunariDev/blob/master/assets/Tech-JavaScript.png?raw=true">
</p>
- [Animate.css](https://animate.style/)
- [Font Awesome](https://fontawesome.com/)
<br />
<br />
<br />
 
| | |
| :-------------:|:-------------:|
|  |  |
| **Challenge #01:** Social Login | **Challenge #02:** Mobile Menu
| **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/1-social-login) \| **Live Preview:** [🌐](https://challenges-ict-social-login.vercel.app/) | **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/2-mobile-menu) \| **Live Preview:** [🌐](https://challenges-ict-2-mobile-menu.vercel.app/)
| | |
| :-------------:|:-------------:|
|  |  |
| **Challenge #03:** Cart Item | **Challenge #04:** Leaderboard
| **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/3-cart-item) \| **Live Preview:** [🌐](https://challenges-ict-3-cart-item.netlify.app/) | **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/4-leaderboard) \| **Live Preview:** [🌐](https://challenges-ict-4-leaderboard.netlify.app/)
| | |
| :-------------:|:-------------:|
|  |  |
| **Challenge #05:** Friend Request | **Challenge #06:** Expenses Graph
| **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/5-friend-request) \| **Live Preview:** [🌐](https://challenge-ict-5-friend-request.netlify.app/) | **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/6-expenses-graph) \| **Live Preview:** [🌐](https://challenge-ict-6-expenses-graph.netlify.app/)
| | |
| :-------------:|:-------------:|
|  |  |
| **Challenge #07:** Social Profile | **Challenge #08:** Christmas Promo
| **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/7-social-profile) \| **Live Preview:** [🌐](https://challenge-ict-7-social-profile.netlify.app/) | **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/6-expenses-graph) \| **Live Preview:** [🌐](https://challenge-ict-8-christmas-promo.netlify.app/)
| | |
| :-------------:|:-------------:|
|  |  |
| **Challenge #09:** Collections List | **Challenge #10:** Product Page
| **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/9-collections-list) \| **Live Preview:** [🌐](https://challenge-ict-9-collections-list.netlify.app/) | **Code:** [📄](https://github.com/malunaridev/Challenges-iCodeThis/tree/master/1-product-page) \| **Live Preview:** [🌐](https://challenges-ict-product-page.vercel.app/)
<br />
<br />
<br />
 | 🟩 (#01-#10) CSS / HTML / JavaScript challenges by iCodeThis. Check the README file to see more information about this repository. | css,html,javascript | 2023-04-14T14:38:52Z | 2024-01-27T02:44:23Z | null | 1 | 0 | 111 | 0 | 1 | 3 | null | null | CSS |
Helios-Archives/Trak | main | # Trak
## Contribution
If you wish to become a contributer on this project you can by adding a new site to the sites.cfg file. The format is as follows:
```
[site_url] | [texttofind],[texttofind],...
```
### how to find the text to find
1. obtain a url of an existing account and a url of a non existing account
2. use the get.py script at ./src/tools/get.py to get the html of both pages
3. find a difference in the two html pages (higher in the html the better)
4. add the new entry to the sites.cfg file
5. test the new entry with at least 3 active and 3 inactive accounts
6. submit a pull request with the new entry + the accounts used for testing for verification
| A command line application that gathers detailed information about a user across multiple services | css,html,javascript,name-checker,osint,osint-python,osint-tool,python,tracking | 2023-04-16T03:54:14Z | 2023-09-13T21:40:27Z | null | 1 | 0 | 25 | 0 | 0 | 3 | null | MIT | HTML |
MussieTeka/JS-Projects | main | <a name="readme-top"></a>
<div align="center">
<img src="mussie.png" alt="logo" width="300px" height="300px" />
<br/>
<h3><b>JavaScript Projects</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Projects](#projects)
- [ 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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 JavaScript Projects<a name="about-project"></a>
This is a collection of JavaScript projects that I have previously worked on, and future projects will be added as directories in this repository.
## 🛠 Projects <a name="projects"></a>
Here's a list of the projects included in this repository:
- <a href="https://github.com/MussieTeka/JS-Projects/tree/main/pomodoro%20timer">Pomodoro Timer</a>: A simple productivity tool that helps you focus on tasks by breaking your workday into 15-minute intervals separated by short breaks.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
`- Client: HTML, CSS, JavaScript
- Server: Not applicable
- Database: Not applicable
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.w3.org/html/">HTML</a></li>
<li><a ref="https://www.w3.org/Style/CSS/">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JS</a></li>
</ul>
</details>
The project was built using the following technologies:
- HTML
- CSS
- JavaScript
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Key Features <a name="key-features"></a>
- Each project is self-contained and can be run independently
- The projects cover a wide range of topics, from beginner to advanced
- Each project comes with a detailed README file and example code
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy of the project up and running, follow these steps
### Prerequisites
In order to run this project, you need to have a web browser installed on your computer.
### Setup
Clone this repository to your desired folder by running the following command:
```sh
git@github.com:MussieTeka/JS-Projects.git
```
### Install
Open a terminal window in the project directory
Run the following command to install the dependencies: `npm install`
### Usage
To run the project:
- open the index.html file in your web browser.
- navigate to the project directory and run the command `npm start`.
### Run tests
To run tests for any of the projects in this collection, navigate to the project directory and run the command `npm test`.
### Deployment
You can deploy this project using any web hosting service of your choice.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="authors"></a>
This project was developed by:
👤 **Mussie Kahsay** - Developer
- GitHub: [@MussieTeka](https://github.com/MussieTeka)
- Twitter: [@mussieteka](https://twitter.com/mussieteka)
- LinkedIn: [@mussieteka](https://linkedin.com/in/mussieteka)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- Additional projects covering more advanced topics
- Integration with external APIs and data sources
<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, please give it a star on GitHub.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank the following resources and individuals for their help and inspiration:
- <a href="https://store.selfteach.me/">Self Teach:</a> for providing the HTML and CSS designs.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
- **Can I modify and redistribute this project?**
- Yes, you can modify and redistribute this project as long as you follow the terms of the MIT license.
- **How can I contribute to this project?**
- Contributions, issues, and feature requests are welcome! You can check the issues page to see if there are any current issues or feature requests that you can work on. If not, feel free to submit a new issue or pull request. Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
<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 is a collection of JavaScript projects that I previously worked on, and future projects will be added as directories in this repository. | css,html,javascript | 2023-04-14T07:48:32Z | 2023-04-14T09:06:22Z | null | 1 | 1 | 9 | 0 | 0 | 3 | null | MIT | CSS |
tuhinaww/AgriFarm | main | <h1 align="center">From farm to fork, Agrifarm's got the score - connecting the agri-supply chain like never before! 👩🏻🌾👨🏻🌾</h1>
<p align="center">
<a href="https://ibb.co/VBV6xhs"><img src="https://i.ibb.co/GP7m91q/agri.png" alt="agri" border="0"></a>
</p>
## Team - AgriFarm 🍅
### Hi there, we are the team behind Agrifarm - Tuhina Tripathi, Anouska Jhunjhunwala, and Ujan Pradhan. We are passionate about technology and agriculture, and have combined our skills to create a web application that optimizes the agricultural supply chain like never before. Our platform, built with Tailwind CSS, React JS, Vite, HTML, CSS, and Javascript, is powered by machine learning algorithms that predict the demand for various agricultural products and provide valuable insights to farmers to plan their production accordingly. We are proud to be transforming the industry by connecting farmers, middlemen, cold storage facilities, and customers, and making agriculture more efficient and sustainable.
## Problem Statement❔:
### The agricultural supply chain faces numerous challenges, such as the lack of effective communication and coordination between farmers, middlemen, cold storage facilities, and customers. This often leads to inefficiencies in the supply chain, including oversupply or undersupply of products, loss of quality and value, and increased transportation costs.
## Our Solution ✔️:
### Our proposed solution, AgriFarm, is a web application that aims to optimize the agricultural supply chain by connecting farmers, middlemen, cold storage facilities, and customers. The platform will leverage machine learning algorithms to predict the demand for various agricultural products and provide valuable insights to farmers to plan their production accordingly.
## Technical Complexity: 👩🏽💻
### Our project involves the use of several programming languages and tools to build a fully functional web application that optimizes the agricultural supply chain.
<h3>Programming languages and tools used:</h3>
<h3>1. Machine learning algorithms using Python: Our project will leverage machine learning algorithms to predict the demand for various agricultural products and provide valuable insights to farmers to plan their production accordingly. We will be using Python libraries such as scikit-learn, pandas, and numpy for this purpose.</h3>
<h3>2. Web app with HTML and Tailwind CSS: We will be using HTML and Tailwind CSS to create an intuitive and user-friendly web app for farmers, middlemen, cold storage facilities, and customers.</h3>
<h3>3. Flask API: We will be using Flask, a Python-based web framework, to develop a RESTful API that will facilitate communication and coordination between various stakeholders in the agricultural supply chain.</h3>
## Web App 💻:
https://user-images.githubusercontent.com/82711261/233589306-dc33643b-0563-4d00-8501-7157094ae70b.mp4
## Price Predictor 💵:
https://user-images.githubusercontent.com/82711261/233589337-23a893e1-acf8-46db-ac08-35a777715435.mp4
## Conclusion 📃:
### AgriFarm aims to revolutionize the agricultural industry by optimizing the supply chain and improving communication and coordination between farmers, middlemen, cold storage facilities, and customers. With the power of machine learning, AgriFarm can provide valuable insights to farmers, reduce waste, and improve the quality of the products.
<h3>1. Improved efficiency: AgriFarm aims to streamline the agricultural supply chain by improving communication and coordination between farmers, middlemen, cold storage facilities, and customers.</h3>
<h3>2. Increased profitability: By optimizing the supply chain, AgriFarm aims to reduce waste, minimize transportation costs, and improve the quality of the products, ultimately leading to increased profitability for farmers and middlemen.</h3>
<h3>3. Improved food security: AgriFarm can ensure a steady supply of high-quality products to customers, even during times of uncertainty, thereby contributing to improved food security. </h3>
| AgriFarm, is a web application that aims to optimize the agricultural supply chain by connecting farmers, middlemen, cold storage facilities, and customers. The platform will leverage machine learning algorithms to predict the demand for various agricultural products and provide valuable insights to farmers to plan their production accordingly. | agriculture,agriculture-data,farmer,farming,javascript,machine-learning,python | 2023-04-20T18:15:56Z | 2023-05-25T15:38:55Z | null | 2 | 2 | 26 | 0 | 1 | 3 | null | null | JavaScript |
AbhashK1/Property-Management-System | master | # Property Management System
This is a Property Management System built with Angular and Firebase. The application helps property managers efficiently manage their properties, tenants, and maintenance requests.
## Features
- Property Listing: Add, view, edit, and delete properties with details such as address, amount, and property type.
- Sell Property: Keep track of sellers, including their contact information.
- Maintenance Requests: Receive and manage support requests from buyers and sellers.
- User Authentication: Secure user registration and login functionality.
- Role-Based Access Control: Control access to different features based on user roles (e.g., buyer, seller, admin).
## Technologies Used
- Angular: A TypeScript-based framework for building web applications.
- Firebase: A Backend-as-a-Service platform for managing the backend infrastructure.
- AngularFire: The official Angular library for Firebase integration.
- Angular Material: A UI component library that provides pre-built Angular components for a polished user interface.
- RxJS: A library for reactive programming used extensively in Angular applications.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.6.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
| Property Management System made in Angular using Firebase as Backend | angular,angularjs,firebase,firebase-auth,firebase-database,firestore,javascript,property-management-system,typescipt | 2023-04-14T20:51:29Z | 2023-06-23T18:39:13Z | null | 4 | 5 | 63 | 0 | 2 | 3 | null | null | TypeScript |
revolt-guide/guide | main | 
# Revolt.js Guide
A guide that shows you in simple ways how to make your own **revolt.js** bot in CommonJS (standard JavaScript).
Read the guide/documentation at: [https://revolt.guide/](https://revolt.guide/)
## About
This guide was made to show people, who don't have (much) experience with JavaScript or Revolt.js or are simply not as tech-savvy, how to create their own Revolt bot using [Revolt.js](https://github.com/revoltchat/revolt.js).
## Contributing
If you want to contribute to this guide check out: [CONTRIBUTING.md](https://github.com/revolt-guide/guide/blob/main/CONTRIBUTING.md)<br>
If you want to request a guide or something else please open an issue using [the "Request a page" template](https://github.com/revolt-guide/guide/issues/new?assignees=&labels=page-request&template=request-a-page.yaml&title=Request+a+page).<br>
If you see anything wrong with this project you can either [create a pull request](https://github.com/revolt-guide/guide/compare) or [open an issue](https://github.com/revolt-guide/guide/issues/new).<br>
If you want to create translations of this project please open an issue using the ["Create a translation template"](https://github.com/revolt-guide/guide/issues/new?assignees=&labels=translation&template=create-a-translation.yaml&title=Create+a+translation) and you will be added to this organization.
## Docusaurus
This guide/documentation has been made with Docusaurus.
## License
MIT © 2023 revolt.guide
| A revolt.js beginner guide made by the community for the community using Docusaurus. | bot,bots,guide,javascript,js,revolt,revolt-chat,revoltjs,tutorial,revoltbot | 2023-04-11T21:57:44Z | 2023-04-12T15:44:01Z | null | 1 | 0 | 8 | 1 | 2 | 3 | null | MIT | JavaScript |
OmkarKamble1/num-uuid | main | # A numeric uuid generator
num-uuid is a simple and efficient package for generating unique numeric UUIDs. You can add a prefix or suffix of your choice to create a fully customized ID that fits your requirements. It's quick, easy, and flexible! The probability of generating the same UUID twice is practically zero.
<br/>
# Features
- Generate a [uuidv4](https://github.com/OmkarKamble1/num-uuid/issues) like numeric UUID.
- Generate a customized numeric UUID of desired length.
- Add prefix and suffix to UUID .
- num_uuidV2 works fine with big values.
- Simple, lightweight and fast.
- Cryptographically generated numeric uid.
<br/>
# Installing
```
npm i num-uuid
```
<br/>
# Usage
### Using import
```
import { num_uuid, num_uuidV2 } from 'num-uuid';
```
### Using require
```
const { num_uuid, num_uuidV2 } = require('num-uuid');
```
<br/>
# Methods
- num_uuid({prefix: string, suffix: string})
- num_uuidV2(fieldCount, digits, {prefix: string, suffix: string})
<br/>
# Example
### Using import (ES6)
```
import { num_uuid, num_uuidV2 } from 'num-uuid';
const a1 = num_uuid();
// output a1 -> 50706496-4722-8213-2305-5387-14053816
const a2 = num_uuid({prefix: 'ORDER', suffix: '2023'});
// output a2 -> ORDER-50706496-4722-8213-2305-5387-14053816-2023
const b1 = num_uuidV2(3, 6);
// output b1 -> 336932-935804-052740
const b2 = num_uuidV2(3, 6, {prefix: 'ORDER', suffix: '2023'});
// output b2 -> ORDER-336932-935804-052740-2023
```
### Using require (CommonJS)
```
const { num_uuid, num_uuidV2 } = require('num-uuid');
const a1 = num_uuid();
// output a1 -> 50706496-4722-8213-2305-5387-14053816
const a2 = num_uuid({prefix: 'ORDER', suffix: '2023'});
// output a2 -> ORDER-50706496-4722-8213-2305-5387-14053816-2023
const b1 = num_uuidV2(3, 6);
// output b1 -> 336932-935804-052740
const b2 = num_uuidV2(3, 6, {prefix: 'ORDER', suffix: '2023'});
// output b2 -> ORDER-336932-935804-052740-2023
```
### Made with ❤️
[github](https://github.com/OmkarKamble1/num-uuid/issues) [npm](https://www.npmjs.com/package/num-uuid).
| Generate numeric unique ids | javascript,nodejs | 2023-04-12T22:36:01Z | 2023-11-07T07:14:04Z | null | 2 | 2 | 30 | 0 | 2 | 3 | null | MIT | JavaScript |
JingShing/Pixel_Filter_JS | main | English | [繁體中文](README_TCH.md)
# [Online Tool](https://jingshing.com/pixel_filter_js/)
You can use this tool on [my website](https://jingshing.com/pixel_filter_js/).
# Pixel_Filter_JS
A pixel filter made with Javascript.
This is rewrite from my old repo [Pixel_Art_filter](https://github.com/JingShing/Pixel-Art-Filter-Web).
You can put the content you want to pixelize in content filed.
Then click button it will pixelize the file for you.
# UI

# Example
## Before Pixelize

## After 10 pixel size Pixelize

# Log
## Ver0.1
* Feature:
* Core part: pixel size
* file load
* file drag and drop
* Now support txt, png and jpg
## Ver0.2
* Feature:
* Now can see before and after image
## Ver0.3
* Feature:
* I finally make kmeans in Javascript without using nodeJS and 3rd party modules.
* Kmeans
* color control
## Ver0.4
* Feature:
* color number using 0 or -1 will not apply color number.
| A pixel filter made with Javascript. | filter,javascript,pixel,pixel-art,pixel-art-maker,pixelart,html | 2023-04-17T02:56:17Z | 2023-04-19T08:50:32Z | 2023-04-17T03:36:23Z | 1 | 0 | 21 | 0 | 0 | 3 | null | BSD-3-Clause | JavaScript |
iamrbn/Inline-Weather | main | # <img src=https://openweathermap.org/themes/openweathermap/assets/img/mobile_app/android-app-top-banner.png width="25"> Inline-Weather

Script which shows weather datas from the openweathermap-api in [Scriptable for iOS](https://scriptable.app/ "App Homepage") in the lockscreen-widgets.
<a href="https://home.openweathermap.org/users/sign_up">
<img src="https://openweathermap.org/themes/openweathermap/assets/img/logo_white_cropped.png" width="100"/>
</a>
First of all, you need an API-key by OpenWeather out of your [account](https://home.openweathermap.org/api_keys "https://home.openweathermap.org/api_keys"). If you doesn't have an accountone, click [here](https://home.openweathermap.org/users/sign_up "https://home.openweathermap.org/users/sign_up") to sign up.
## Features
#### Available Widget Sizes (Lockscreen)
- Inline (current weather)
- Circular (current weather)
- Rectangular (current & forecast)
<img title="Available Lockscreen Widgets" src="Images/lockscreen_cropped.PNG" width="500"/>
#### Tabel View (In App)
- Current & Forecast
- Clickable rows
- Detailview of each day
- Dialog, that shows the city ID
- Quick access to this GitHub Repo in the footer
<img title="Table Features" src="Images/thumbnail.png" width="650"/>
<img title="Detail Table View" src="Images/detail_table_view.jpeg" width="350"/>
<img title="CityID Dialog" src="Images/cityID_dialog.PNG" width="350"/>
#### Selfupdate Function
The Script updates itself[^1]
## Config
#### Script Parameter
``` Javascript
const unit = 'metric' //Units of measurement: 'standard', 'metric' and 'imperial' units are available.
const unitSymb = '°' //Celsius
const unitSpeed = 'km/h'
const language = 'de' //learn more: https://openweathermap.org/current#multi
const apiKey = 'YOUR API KEY GOES HERE'
const standardParameter = '30;current'
```
#### Widget Parameter
Default value if null: `30;current`
The number at the beginning means the refresh intervall of the widget.
The second value controls which datas will be shown (current or forecast)
---
<p align="center">
<a href="https://reddit.com/user/iamrbn/">
<img title="My second Reddit @iamrbn" src="https://github.com/iamrbn/slack-status/blob/08d06ec886dcef950a8acbf4983940ad7fb8bed9/Images/Badges/reddit_black_iamrbn.png" width="125"/>
</a>
<a href="https://twitter.com/iamrbn_/">
<img title="Follow Me On Twitter @iamrbn_" src="https://github.com/iamrbn/slack-status/blob/ae62582b728c2e2ad8ea6a55cc7729cf71bfaeab/Images/Badges/twitter_black.png" width="130"/>
</a>
<a href="https://mastodon.social/@iamrbn">
<img title="Follow Me On Mastodon @iamrbn@mastodon.socail" src="https://github.com/iamrbn/slack-status/blob/1e67e1ea969b791a36ebb71142ec8719594e1e8d/Images/Badges/mastodon_black.png" width="163"/>
</a>
</p>
<br>
[^1]:[Function](https://github.com/mvan231/Scriptable#updater-mechanism-code-example "GitHub Repo") is written by the amazing [@mvan231](https://twitter.com/mvan231 "Twitter")
| Shows Weather Datas in Widgets on the iOS Lockscreen via Scriptable-App | es6-javascript,ios,javascript,js,ios-widget,lockscreen-widget,scriptable,scriptable-app | 2023-04-16T21:50:40Z | 2023-09-29T13:54:38Z | null | 1 | 0 | 22 | 0 | 0 | 3 | null | null | JavaScript |
Souvik2376/Snake_Game | main | # Snake Game
Snake Game is a classic video game that dates back to the late 1970s. The objective of the game is for the player to control a snake, which grows in length as it eats food placed randomly on the screen. The player must avoid colliding with the walls or the snake's own body while navigating around the screen. As the game progresses, the snake moves faster, making it more difficult to control. The game ends when the snake collides with something, and the player's score is based on how many fruit the snake has eaten before its demise. The game has been adapted to various platforms and is still popular today.
# History
The first version of the Snake game was developed in the 1970s by a programmer named Gremlin. It became popular in arcades and on early home computer systems.
The concept of the game is simple, but it requires good hand-eye coordination and quick reflexes to be successful. As the snake grows longer, it becomes more difficult to avoid colliding with the walls or the snake's own body. This adds to the challenge of the game and keeps players engaged.
Over time, many variations of the Snake game have been developed, including versions with different graphics, power-ups, and obstacles. Some versions also allow for multiplayer gameplay, where multiple players can compete against each other to see who can survive the longest or score the highest number of points.
Today, the Snake game remains a classic and is still enjoyed by many casual gamers around the world. Its simple yet addictive gameplay continues to capture the attention of new generations of players.
## Run Locally
- Initialize the git
```bash
git init
```
- Clone the rep
```bash
git clone https://github.com/Souvik2376/Snake_Game.git
```
- Go to the project directory
```bash
cd Snake-Game
```
- Run the Index.html
# Screenshots




# Live Site
[Play Game](https://souvik2376.github.io/Snake_Game/)
| A Snake Game using HTML, CSS, JS | css,css3,html,html-css-javascript,html5,javascript,js,snake-game,snakegame | 2023-04-19T19:42:57Z | 2023-04-21T16:01:03Z | null | 1 | 1 | 7 | 0 | 0 | 3 | null | null | JavaScript |
tr-o/google-sheets-data-visualization | main | # google-sheets-data-visualization
This project offers a Google Sheets data visualization solution using Google Apps Script (GAS) functions. By utilizing these scripts, you can create interactive and dynamic data visualizations within your Google Sheets, enhancing the analysis and presentation of your data.
**Version: 0.1.0**

*Sample data visualization created using the provided Google Apps Script functions.*
The repository contains two script files, `updateCharts.gs` and `updateTable.gs`, both of which work together to update charts and tables in the Google Sheets Dashboard. Additionally, a sample spreadsheet file, `sample_spreadsheet.xlsx`, is provided to demonstrate the implementation and usage of the scripts. This sample file contains example data and charts.
## Table of Contents
- [Project Purpose](#project-purpose)
- [Key Features](#key-features)
- [Installation Steps](#installation-steps)
- [Usage](#usage)
- [Dependencies](#dependencies)
## Project Purpose
The primary goal of this project is to simplify the process of creating interactive data visualizations in Google Sheets. By using these GAS functions, users can dynamically update charts and tables based on the provided data, allowing for easy and efficient analysis and decision-making.
## Key Features
- Interactive data visualization using Google Sheets
- Automatic updating of charts and tables based on data changes
- Customizable chart and table elements
- Easy integration with existing Google Sheets projects
## Installation Steps
1. Create a new Google Sheet or open an existing one.
2. Click on "Extensions" in the menu, then select "Apps Script."
3. In the Apps Script editor, create two new script files named `updateCharts.gs` and `updateTable.gs`.
4. Copy the contents of `updateCharts.gs` and `updateTable.gs` from this repository into the corresponding files in the Apps Script editor.
5. Save the changes in the Apps Script editor and close it.
6. Import the sample data from the `sample_spreadsheet.xlsx` file into your Google Sheet.
## Usage
1. After setting up the scripts, you can create a new chart by selecting a range of data in your Google Sheet and clicking "Insert" > "Chart."
2. Customize your chart as desired, then move it to the "Dashboard" sheet.
3. Run the `updateCharts` function from the Apps Script editor to update all the charts in the "Dashboard" sheet.
4. Run the `updateTable` function from the Apps Script editor to update the table in the "Dashboard" sheet.
## Dependencies
This project relies on Google Apps Script, a scripting platform developed by Google for light-weight application development in the Google Workspace ecosystem. Additionally, the project is supported by GPT-4, a powerful AI language model developed by OpenAI.
| This repository contains a set of Google Apps Script (GAS) functions that enable you to create interactive data visualizations in Google Sheets. | javascript,spreadsheet,google-api-script | 2023-04-14T04:05:18Z | 2023-04-21T06:55:20Z | null | 1 | 1 | 15 | 0 | 2 | 3 | null | null | JavaScript |
rgpvnotes-in/api.rgpvnotes.in | main | # Public APIs of www.rgpvnotes.in | Website for accessing our public API's. | api,cloudflare-workers,educational,eslint,javascript,nodejs,prettier,full-stack,fullstack,fullstack-javascript | 2023-04-19T11:03:37Z | 2023-04-19T11:14:29Z | null | 2 | 1 | 3 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
curiosta/curiosta-website | stage | # Astro Starter Kit: Minimal
```
npm create astro@latest -- --template minimal
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
```
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
Any static assets, like images, can be placed in the `public/` directory.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro --help` | Get help using the Astro CLI |
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
| Astro website frontend for curiosta | astro,aws,digital-fabrication,ecommerce,javascript,react,cnc,openhardware,pcb-design,makers | 2023-04-15T12:40:35Z | 2023-08-25T14:58:05Z | null | 5 | 207 | 538 | 10 | 2 | 3 | null | MPL-2.0 | TypeScript |
danie-ramdhani/toast-notification | main | null | A simple notification with better customization | javascript,javascript-notification,notification,pure-javascript | 2023-04-21T06:12:46Z | 2024-03-23T06:36:25Z | 2024-03-23T06:17:32Z | 1 | 3 | 29 | 0 | 0 | 3 | null | MIT | JavaScript |
suhail3535/JavaScript_Todo-APP | main | # JavaScript_Todo-APP | The JavaScript TODO app enables task management with GET, POST, and DELETE methods. Users can create, view, and delete tasks, simplifying organization and increasing productivity. | css,html,javascript | 2023-04-15T16:21:34Z | 2023-05-16T12:30:52Z | null | 1 | 1 | 4 | 0 | 0 | 3 | null | null | CSS |
roxyzc/Graphql | master | ### **Download V 1.0**
```
yarn install
```
### **ENV**
| KEY | VALUE |
| ------------------ | ---------------------------------------------------------------------------------- |
| ACCESSTOKENSECRET | SECRET |
| REFRESHTOKENSECRET | SECRET |
| USER | YOUR EMAIL |
| PASS | YOUR PASSWORD EMAIL |
| SALT | SECRET |
| DATABASE_URL |postgresql://`username`:`password`@localhost:`port`/`your databases`?schema=public |
| null | graphql,postgresql,prisma,typescript,javascript,jest,database | 2023-04-11T06:37:15Z | 2023-05-04T14:08:15Z | null | 1 | 0 | 21 | 0 | 0 | 3 | null | null | TypeScript |
MuneneCalvin/alx-backend-javascript | main | # ALX Backend JavaScript


This repo contains projects for learning back end development concepts with __JavaScript__.
| This repository contains all the Javascript source code written throughout ALX Backend Specialization. | backend,es6,es6-javascript,javascript | 2023-04-17T11:23:54Z | 2023-06-16T07:49:39Z | null | 1 | 0 | 190 | 0 | 0 | 3 | null | null | null |
Bhuvneshn/GestureMario | master | 
# How To Play This Game? [Link to Guide](https://docs.google.com/presentation/d/1pGs21s0OYjqaqgqPX-CiCkQ7inDrPZ4BKOvIymumzKg/edit?usp=sharing)
1. Ensure you have a device with good system requirements so as to play the game smoothly.
2. Download the repository code through the ZIP file
3. Ensure you have Python installed on your machine
4. Install all the packages of Python using the commmand `pip install -r requirements.txt`
5. Run the flask app using the command `python3 app.py` or `python app.py` according to the Python version installed on your computer
6. Allow the app to access your webcam
7. MOST IMPORTANT STEP: Enjoy the game!
<hr>
# Inspiration 💡
The PyGames hackathon was an incredible opportunity for us to showcase our skills and creativity, and we knew we wanted to do something truly special for this event. We decided to focus on the retro aspect of gaming, and our brainstorming sessions were filled with ideas that paid homage to the classics.
But it was the concept of building a modern version of the iconic game, Mario, that really caught our attention. We were determined to create something that would capture the spirit of the original while adding a unique and contemporary twist. And that's where computer vision and machine learning came into play.
With these cutting-edge technologies, we were able to create a game that recognised hand gestures and allowed players to control the action without ever touching the keyboard. It was an incredible feat of coding and creativity, and we're thrilled with the end result.
Our project truly embodies the spirit of the PyGames hackathon, and we're proud to have been a part of such an incredible event. We can't wait to know the results, and we're excited to continue pushing the boundaries of what's possible in the world of development.
<br><br>
# What It Does ❓
Our project is a cross-browser game that brings the classic game of "Mario" to a whole new level. We've incorporated computer vision technology to capture users' hand gestures through their webcam, allowing them to control the character in the game in a whole new way.
Players can control Mario's movements using different hand combinations. Raising the left hand moves the character towards the left, while raising the right hand moves the character towards the right. And of course, raising both hands allows the character to jump. It's an intuitive and engaging way to play the game that really puts players in the driver's seat.
Currently, our game features three levels for demonstration purposes, but it's designed to support an unlimited number of levels based on the creator's creativity.
Overall, we're thrilled with what we've accomplished with this project. It's a fun and engaging game that showcases the power of computer vision and machine learning in a unique and accessible way. We can't wait to see how it's received by the judging panel, and we're excited to continue exploring the possibilities of technologies used in the project.
<br><br>
# How We Built It 🏗️
During the hackathon, we were determined to explore different approaches to building our modern Mario game with hand gesture controls. However, we encountered some setbacks along the way, including the loss of all our files and having to start from scratch. Nevertheless, we persevered and were able to complete the project within a tight timeline. Here's a breakdown of our process:
1. We began by brainstorming and finalizing the idea for our game, which involved building a modern version of Mario with hand gesture controls.
2. Initially, we attempted to build custom machine learning models using thousands of images, but we quickly realized that this approach needed to be optimized. We decided to put the backend development of our project on hold for some time and focus on frontend development (which uses the Kaboom.JS library for building browser games)
3. As we continued our development process, we explored the MediaPipe package by Google in Python for hand gesture recognition. We integrated it as the backend in the Flask web framework, which allowed us to detect and interpret hand gestures for controlling the game.
4. Along the way, we faced several challenges, including a lack of documentation and unfamiliarity with new libraries. As a result, we had to go through the packages in order to understand what purpose it serves under the hood and how to make use of it in our project. Despite these obstacles, we were able to overcome them through perseverance and determination.
5. In the end, we completed the project, including a comprehensive project description and pitch. We managed to accomplish this with limited time remaining for submission, which is a testament to our dedication and hard work.
<br><br>
# Challenges We Ran Into ☁️
One of the biggest challenges we faced was working with different programming languages and packages (because of Mehul's expertise in frontend development - JS and Bhuvnesh's expertise in machine learning and python). Our project required the use of the Flask framework which we had never used before. This added an additional layer of complexity to our development process. We had to ensure that all the components of our project were integrated seamlessly, and that they functioned properly together.
Another challenge we encountered was the lack of documentation and support for some of the packages we were using. We had to rely on trial-and-error and online resources to troubleshoot issues, which sometimes resulted in time-consuming delays.
Despite these challenges, we remained focused and committed to delivering a high-quality project. We worked collaboratively, leveraging each team member's strengths and expertise to overcome obstacles and achieve our goals.
<br><br>
# Accomplishments That We're Proud Of 🏆
It's been a challenging journey, but we are truly proud of what we've achieved. We faced numerous obstacles along the way, from bugs in the code to unexpected design requirements. But through persistence and creativity, we overcame each one, and our project is now a shining example of what can be achieved through hard work and determination and what we thought could never be achieved.
We implemented new features and functionality that we never thought were possible at the outset, and the end result is a testimony to our skill and expertise as developers.
But what I'm most proud of is the way we worked together as a team. We supported each other through the tough times, celebrated our successes together, and always put the project first. It's this kind of collaboration and dedication that truly sets us apart.
As we move forward, let's remember the lessons we learned from this project. Let's carry forward the skills we developed and the sense of pride we feel in our work. And let's take on new challenges with the same determination and passion that brought us to this point.
We are proud to have successfully completed a project that we initially thought might be too complex. We also feel accomplished for building a project in line with the retro considerations of the PyGames Hackathon.
<br><br>
# What We Learned 📝
Our project allowed us to acquire a wealth of valuable experience in various areas. Firstly, we had the opportunity (which was also a major challenge for us) to work with new libraries that provided us with a range of new functionalities. This involved thoroughly researching and learning about the libraries to determine how to effectively integrate them into our project even though it had little-to-no documentation available. Through this process, we developed a deeper understanding of the tools available to developers and how to use them to improve the overall functionality of our project.
In addition, we built browser games using both Python and JavaScript, which helped us refine our skills in these programming languages. We were able to apply the principles of game design and mechanics to create a smooth and engaging user experience. This involved designing and building game levels, character movement, and interactive game elements. By working with these technologies, we gained a deeper understanding of the complexities and intricacies of game development.
Finally, we were able to overcome a range of challenges in a time-constrained hackathon environment. This involved working collaboratively as a team, effectively managing our time, and quickly troubleshooting issues as they arose. Through this experience, we developed valuable problem-solving skills that will benefit us in future projects.
Overall, our project allowed us to gain a wealth of valuable experience that we can apply to future projects in various fields. We are grateful for the opportunity to participate in this hackathon and look forward to continuing to develop our skills in the future.
| A cross-browser Mario game that can be played using hand gestures | game,machine-learning,python,kaboom-js,computer-vision,mediapipe,css,html,javascript | 2023-04-13T19:13:03Z | 2024-01-10T02:09:23Z | null | 2 | 0 | 14 | 0 | 0 | 3 | null | MIT | JavaScript |
AkshaySatheesh02/Hotel-Room-Reservation-System | main | # Hotel-Room-Reservation-System
The Hotel Room Reservation System, developed using PHP,HTML+CSS, SQL and JavaScript, allows users to conveniently book, modify, or cancel room reservations at Alpha Royal Hotel via the Internet.
## Softwares used -
**PHP:** PHP is a server-side scripting language that handles the dynamic aspects of the system. It's responsible for processing user requests, interacting with the database, and generating dynamic content to be displayed in the web browser. In the context of this reservation system, PHP manages tasks like validating user input, checking room availability, and processing reservation transactions.
**HTML+CSS:** HTML (Hypertext Markup Language) is used for structuring the content of web pages, while CSS (Cascading Style Sheets) is used for designing and styling the appearance of these pages. In the context of the system, HTML is used to create the structure of the reservation interface, displaying elements like input fields, buttons, and labels. CSS styles the HTML elements, making the interface visually appealing and user-friendly.
**SQL:** SQL (Structured Query Language) is used for managing and querying databases. In the Hotel Room Reservation System, SQL is employed to create and manage a database that stores important information related to rooms, reservations, users, and more. This includes details like room availability, reservation dates, user credentials, and booking status.
**JavaScript:** JavaScript is a client-side scripting language that enhances the interactivity of web pages. It's used to add dynamic behavior to the user interface. In this system, JavaScript might be used to perform tasks like displaying real-time availability information, validating user input before submission, and providing instant feedback to users when they're making or modifying reservations.
## Main Functionalities -
**Booking Rooms:** Users can search for available rooms based on their preferences, such as check-in and check-out dates, room type, and number of guests. The PHP backend interacts with the SQL database to retrieve available room options, which are then presented to the user through the HTML+CSS interface.
**Modifying Reservations:** Users who have already made reservations can modify their booking details, such as changing the dates of their stay or upgrading their room type. JavaScript may be used here to facilitate the smooth updating of reservation details without requiring a full page refresh.
**Canceling Reservations:** Users can cancel their reservations if needed. The PHP backend updates the database to reflect the canceled reservation status, and the HTML+CSS interface provides a clear way for users to initiate cancellation.
By combining these technologies, the Hotel Room Reservation System offers a seamless and user-friendly experience for individuals who wish to make, adjust, or cancel room reservations at the Alpha Royal Hotel via the internet. This system provides the hotel with an efficient way to manage bookings while providing customers with the convenience of online reservation management.
| The Hotel Room Reservation System, developed using PHP,HTML+CSS, SQL and JavaScript, allows users to conveniently book, modify, or cancel room reservations at Alpha Royal Hotel via the Internet. | css,html,javascript,php | 2023-04-14T17:17:50Z | 2023-08-30T07:36:56Z | null | 1 | 0 | 7 | 0 | 0 | 3 | null | null | PHP |
CodeSystem2022/HELLFISH_3er | main | <h1 align="center">🐟🔥 3er cuatrimestre 🔥🐟</h1>
<p align="center">
<img width="100%" src="https://github.com/ludmilailen/HellfishGif/blob/main/Hellfish_intro.gif">
</p>
<div style="display: flex; justify-content: center; align-items: center;">
<div align="center">
<div style="display: flex; justify-content: center;">
<a href="https://www.java.com/"><img src="https://cdn.icon-icons.com/icons2/2415/PNG/512/java_original_wordmark_logo_icon_146459.png" alt="Java" width="90" height="90" style="margin-left: 10px;"></a>
<a href="https://www.javascript.com/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/480px-Unofficial_JavaScript_logo_2.svg.png" alt="JavaScript" width="80" height="80" style="margin-left: 10px;"></a>
<a href="https://www.python.org"><img src="https://miro.medium.com/v2/resize:fit:378/1*y6zvdl68fA-5nd9v-StFMg.png" alt="Python" width="90" height="90" style="margin-left: 10px;"></a>
</div>
</div>
</div>
<h2>Organización 3er cuatrimestre 2023</h2>
| Semana | Team Lead | Proyecto |
| :----: | :-------:| :-------:|
| 1 | [@elfabri](https://github.com/elfabri) | [Proyecto 177](https://github.com/orgs/CodeSystem2022/projects/177) |
| 2 | [@ludmilailen](https://github.com/ludmilailen) | [Proyecto 220](https://github.com/orgs/CodeSystem2022/projects/220) |
| 3 | [@Ana Ascua](https://github.com/aniascua) | [Proyecto 259](https://github.com/orgs/CodeSystem2022/projects/259)|
| 4 | [@SofiaaSottile18](https://github.com/SofiaaSottile18) | [Proyecto 396](https://github.com/orgs/CodeSystem2022/projects/396) |
| 5 | [@AgusAdTello](https://github.com/AgusAdTello) | [Proyecto 409](https://github.com/orgs/CodeSystem2022/projects/409)|
| 6 | [@NazarenoTello](https://github.com/nazarenotello) | [Proyecto 434](https://github.com/orgs/CodeSystem2022/projects/434) |
| 7 | [@RamiroArielTello](https://github.com/RamiroArielTello) | [Proyecto 461](https://github.com/orgs/CodeSystem2022/projects/461) |
| 8 | [@Macelluna](https://github.com/Macelluna) | [Proyecto 721](https://github.com/orgs/CodeSystem2022/projects/721) |
| 9 | [@FrancoFB](https://github.com/FrancoFB) | [Proyecto 823](https://github.com/orgs/CodeSystem2022/projects/823) |
| 10 | [@elfabri](https://github.com/elfabri) | [Proyecto 853](https://github.com/orgs/CodeSystem2022/projects/853) |
| 11 | [@ludmilailen](https://github.com/ludmilailen) | [Proyecto 956](https://github.com/orgs/CodeSystem2022/projects/956/views/1?layout=board) |
| 12 | [@Ana Ascua](https://github.com/aniascua) | [Proyecto 982](https://github.com/orgs/CodeSystem2022/projects/982/views/1) |
| 13 | [Proyecto Integrador Python](https://github.com/CodeSystem2022/HELLFISH_3er/tree/main/Proyecto%20Python) | [Proyecto 693](https://github.com/orgs/CodeSystem2022/projects/693) |
# Metodología de trabajo SCRUM
- *Product Backlog:* Lista de tareas que se deben implementar en el proyecto
- *Sprint Backlog:* Asignamos tareas del "Product Backlog" a los miembros del equipo
- *En revisión:* Tareas que han sido completadas y están siendo revisadas por otro miembro del equipo para luego hacer merge con la rama main
- *Finalizadas:* Tareas que se han completado y revisado con éxito
[Proyectos](https://github.com/CodeSystem2022/HELLFISH_3er/projects?query=is%3Aopen)
<br>
[Discussions](https://github.com/CodeSystem2022/HELLFISH_3er/discussions/44)
| Repositorio del 3er semestre de la Tecnicatura Universitaria en Programación UTN 2023 | java,python,javascript | 2023-04-19T01:12:16Z | 2023-07-06T02:46:25Z | 2023-06-29T17:07:36Z | 12 | 62 | 361 | 0 | 0 | 3 | null | null | Java |
danifromecuador/api-webapp | dev | # 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 [API WebApp] <a name="about-project"></a>
**[Api WebApp]** A movie website built with tvmaze API which shows episodes of a seasonal movie. Users get to share their comments through the comment section in the popup menu.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
HTML, CSS, JavaScript with webpack and linter files
### Key Features <a name="key-features"></a>
- **[linter files(debugging tools)]**
- **[ html, JavaScript and css template]**
## 🚀 Live Demo <a name="live-demo"></a>
- [Movies API](https://danifromecuador.github.io/api-webapp/dist/)
## 💻 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:
-Install git on your computer
-code editor
### Setup
Clone this repository to your desired folder:
-git@github.com:Danifromecuador/api-webapp.git
### Deployment
N/A
## 👥 Authors <a name="authors"></a>
### Autor 1
- GitHub: [@Mylo16](https://github.com/Mylo16)
- Twitter: @EricAnt33872607
- LinkedIn: linkedin.com/in/eric-antwi-580650251
### Author 2
- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador/)
## 🔭 Future Features <a name="future-features"></a>
- In the near future We will be adding the other sections like watching the movies online, downloading, etc
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
-https://github.com/Danifromecuador/api-webapp/issues
## ⭐️ Show your support <a name="support"></a>
If you like this project show your support by giving a ⭐️
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank the entire microverse staff and students for such a wonderful coding camp
## 📝 License <a name="license"></a>
This project is [MIT](./MIT.md) licensed.
| A movie website built with tvmaze API which shows episodes of a seasonal movie. Users get to share their comments through the comment section in the popup menu. | api-rest,github-pages-deployment,javascript,redux,redux-thunk | 2023-04-17T22:08:05Z | 2023-04-23T01:40:25Z | null | 2 | 19 | 66 | 21 | 0 | 3 | null | MIT | JavaScript |
StepSisStuck/DCITP-SP-Y1-S1-ClassNotes | main | # Table of Contents
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Contents in this repository](#contents-in-this-repository)
- [Large Files Template](#large-files-template)
-----------------
## Introduction
Hello there! Welcome to the SP-Y1-S1 Common ICT repository. This repository is a collection of notes and resources I have compiled for each module. Some notes may be incomplete or missing. If you have any notes or resources you would like to contribute, please feel free to submit an issue and attach a brand-new file OR pull a request. :)
I have a also included some of the assignments I have done for each modules. Please do not copy the assignments as it is. You may use it as a reference or for inspiration. :D
Without further ado, let's get started!
-----------------
## Contents in this repository
This repository is a collection of resources for the DCITP module. The resources are organised into the following folders:
- [Fundamental of Computing](Fundamental%20of%20Computing%20(FOC))
- [Fundamental of Programming](Fundamental%20of%20Programming%20(FOP))
- [Front End Development](Front%20End%20Development%20(FED))
- [Assigments (Not Important)](Assigments)
-----------------
# Large Files Template
This is a template for HTML files for Front End Development. To download the template, click on the link below.
- [Large Files](https://github.com/StepSisStuck/CommonICT/tags)
- [Template Files for HTML](https://github.com/StepSisStuck/CommonICT/releases/tag/TemplateFiles.v1)
| SP Y1 DCITP Sem 1 Notes | computing,html-css-javascript,javascript,linux,networking,nodejs,ubuntu,wordpress | 2023-04-18T01:34:40Z | 2024-04-14T15:11:07Z | 2023-05-29T16:20:07Z | 7 | 6 | 316 | 0 | 1 | 3 | null | Apache-2.0 | HTML |
CodingWithEnjoy/PHP-Image-Downloader | main | <h2 align="center">دانلود کننده عکس | Image Downloader 🤩😉😊</h2>
###
<p align="left"></p>
###
<h4 align="center">دمو | Demo 😁</h4>
###
<p align="left"></p>
###
<div align="center">
<img height="350" src="https://user-images.githubusercontent.com/113675029/232311106-75d7f83c-3585-4bef-adf2-27c53f4b6827.png" />
</div>
###
<p align="left"></p>
###
<div align="center">
<img height="350" src="https://user-images.githubusercontent.com/113675029/232311311-8b743bf6-61ef-488a-8355-b943b91ab8d9.png" />
</div>
###
<p align="left"></p>
###
<p align="left"></p>
###
<p align="left"></p>
###
<div align="center">
<a href="https://www.instagram.com/codingwithenjoy/" target="_blank">
<img src="https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/master/src/assets/icons/social/instagram/default.svg" width="52" height="40" alt="instagram logo" />
</a>
<a href="https://www.youtube.com/@codingwithenjoy" target="_blank">
<img src="https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/master/src/assets/icons/social/youtube/default.svg" width="52" height="40" alt="youtube logo" />
</a>
<a href="mailto:codingwithenjoy@gmail.com" target="_blank">
<img src="https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/master/src/assets/icons/social/gmail/default.svg" width="52" height="40" alt="gmail logo" />
</a>
<a href="https://twitter.com/codingwithenjoy" target="_blank">
<img src="https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/master/src/assets/icons/social/twitter/default.svg" width="52" height="40" alt="twitter logo" />
</a>
</div>
###
<p align="left"></p>
###
<h4 align="center">توسعه داده شده توسط برنامه نویسی با لذت</h4>
###
| دانلود کننده عکس | Image Downloader 🤩😉😊 | css,download,downloader,html,image,image-downloader,javascript,jquery,js,php | 2023-04-16T12:03:55Z | 2023-04-27T09:03:50Z | null | 2 | 0 | 12 | 0 | 1 | 3 | null | Apache-2.0 | CSS |
curious-rishabh/Rishabh-Portfolio | main | <h2 align="center">
3D Portfoilo Website<br/>
<a href="https://curious-rishabh.tech" target="_blank">curious-rishabh.tech</a>
</h2>
<div align="center">
<img alt="Demo" src="demo.png" />
</div>
<br/>
<center>
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
</center>
<h3 align="center">
🔹
<a href="https://github.com/curious-rishabh/Rishabh-Portfolio/issues">Report Bug</a>
🔹
<a href="https://github.com/curious-rishabh/Rishabh-Portfolio/issues">Request Feature</a>
</h3>
## TL;DR
You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to [curious-rishabh](https://github.com/curious-rishabh/Rishabh-Portfolio). Thanks!
## Introduction
Portfolio in React JS which uses 3D graphics and animations to bring the content into life. The website is divided into several main sections, including an about, education, project, connect and contact section. Each section is designed to showcase 3D's unique style and creativity, with an emphasis on interactivity and user engagement.
My personal portfolio <a href="https://curious-rishabh.tech" target="_blank">curious-rishabh.tech</a> which features some of my github projects, education as well as my resume and technical skills.<br/>
This project was built using these technologies.
* React.js
* Tailwind CSS
* Three.js
* Framer Motion
* Email.js
* GLTF
* Vite
* VsCode
## Features
**📖 3D Interactive Models**
**📱 Fully Responsive**
## Getting Started
Clone down this repository. You will need `vite` and `react` installed on your vscode.
## 🛠 Installation and Setup Instructions
1. Setup environment: `npm create vite@latest ./ -- --template react`
2. Install tailwindCss: `npm install -D tailwindcss`
3. Initialise tailwind: `npx tailwindcss init`
4. Additional packages: `npm install --legacy-peer-deps @react-three/fibre @react-three/drei maath react-vertical-timeline-component react-parallax-tilt @emailjs/browser framer-motion react-router-dom`
5. In the project directory, you can run: `npm run dev`
Runs the app in the development mode.\
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
## Usage Instructions
Open the project folder and Navigate to `/src/components`. <br/>
You will find all the components used and you can edit your information accordingly.
### Show your support
Give a ⭐ if you like this website!
<a href="https://www.buymeacoffee.com/rishabhbaghel" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" height= "60px" width= "217px" ></a>
| Portfolio in React JS which uses 3D graphics and animations to bring the content into life. The website is divided into several main sections, including an about, education, project, connect and contact section. Each section is designed to showcase 3D's unique style and creativity, with an emphasis on interactivity and user engagement. | framer-motion,javascript,react,tailwind,threejs | 2023-04-16T09:27:15Z | 2023-05-03T10:47:48Z | null | 1 | 0 | 30 | 0 | 0 | 3 | null | MIT | JavaScript |
snurnisyan/mesto-project-bootcamp | main | <h1 align="center">Mesto</h1>
Проект представляет собой одностраничный сайт - интерактивную страницу, где пользователь может добавлять и удалять фотографии, а также ставить и убирать лайки.
Проект создан в процессе обучения на Яндекс Практикуме.
Демо проекта можно посмотреть по **<a href="https://snurnisyan.github.io/mesto-project-bootcamp/">ссылке</a>**.

------
<h3 align="center">Основные технологии проекта</h3>
1. **HTML.** Соблюдается корректная семантика.
2. **CSS.** Используются псевдоклассы, присутствует нестандартное позиционирование элементов. Реализованы различные модальные окна, в том числе с валидацией полей форм. Для первоначального обнуления стилей используется файл *normalize.css*.
3. **Адаптивная верстка** под основные разрешения популярных экранов. Используются флексбоксы, грид-сетки, относительные величины, реализованы брейкпоинты (точки перелома с помощью директивы *@media*)
4. Файлы проекта названы по стандарту **БЭМ** и структурированы по системе **Nested БЭМ**.
5. **JavaScript.** Реализовано открытие и закрытие модальных окон по клику, формы добавления карточек и редактирования профиля (а также их валидация), проставление лайков, удаление карточек. Галерея создана путем управления содержимым *template*, а также используются технологии *Promise* и *fetch* запросы на сервер.
6. Сборка проекта по **Webpack.**
------
<h3 align="center">Запуск проекта</h2>
Проект запускается локально по адресу http://localhost:8080/ путем клонирования данного репозитория и последовательного запуска команд в терминале.
Предварительно должны быть установлены программы Git, NodeJS и менеджер пакетов npm.
```
// clone repo
git clone https://github.com/snurnisyan/mesto-project-bootcamp
// go to dir
cd mesto-project-bootcamp
// install dependencies
npm install
// run dev mode - запуск проекта
npm run dev
// build project - создание финальной сборки проекта в папке dist
npm run build
```
| Mesto - проект, где пользователи могут делиться своими фотографиями и лайкать их. | bem-nested,css,html,javascript,webpack | 2023-04-12T15:25:57Z | 2023-09-06T17:34:36Z | null | 1 | 0 | 30 | 0 | 0 | 3 | null | null | JavaScript |
king-Alex-d-great/CountryRegionJS | main | null | CountryRegionJs is a simple-to-use library that provides you with the MOST COMPREHENSIVE cascading dropdown for loading countries, associated states and substates (local governments). | countries,countries-api,country,country-dropdownlist,country-state-city-dropdown,dropdown,javascript,nodejs,reactjs,api | 2023-04-21T13:55:45Z | 2023-08-30T14:05:53Z | 2023-05-21T16:26:23Z | 2 | 2 | 38 | 3 | 1 | 3 | null | MIT | JavaScript |
GiridharsaiTinnaluri/create-node-app | main | # create-node-app
This is a Node.js authentication starter code for creating any new application developed by using MongoDB, Node, Express and EJS with features like authentication, authorization using Passport.js, reset password, forgot password by sending mail, Google authentication, express-sessions, flash-messages and scalable folder structure. 🚀
## Features
- User registration and login with email and password
- User authentication and authorization with Passport.js
- Password hashing with bcryptjs
- Password reset and forgot password functionality with nodemailer
- Google authentication with Passport Google OAuth 2.0 strategy
- Express sessions to store user data in cookies
- Flash/Noty messages to display success and error messages
- Scalable folder structure with MVC pattern
- EJS templates for rendering dynamic views
- Tailwing for styling and layout
# instructions
To use this starter code, you need to follow these steps:
1. Clone this repository to your local machine: `git clone https://github.com/your-username/nodejs-authentication-starter-code.git`
2. Install the dependencies: `npm install`
3. Create a `.env` file and add your environment variables such as database URL, email credentials, Google client ID and secret, etc.
4. Run the server: `npm start` or `npm run dev` for development mode
5. Open your browser and go to `http://localhost:3000` or your custom port
# Environmental variables
The code is easy to use and customize. To run the code, you need to have node and mongodb installed on your machine. You also need to create a .env file in the root directory and add your own values for the following variables:
- PORT: The port number for the server
- MONGO_URI: The connection string for mongodb
- SESSION_SECRET: The secret key for express-session
- MAIL_USER: The email address for sending mails
- MAIL_PASS: The password for the email address
- GOOGLE_CLIENT_ID: The client id for google oauth
- GOOGLE_CLIENT_SECRET: The client secret for google oauth
- GOOGLE_CALLBACK_URL: The callback url for google oauth
To run the project, you need to execute the following commands in the terminal:
# Install dependencies
npm install
# Start the server
npm start
```
The server will run on http://localhost:5000 by default. You can then access the following routes:
- /users: The home page
- /users/signUp: The registration page
- /users/signIn: The login page
- /users/profile: The dashboard page (protected)
- /users/signOut: The logout route (protected)
- /users/auth/google: The Google authentication route
- /users/auth/google/callback: The Google authentication callback route
- /users/forgotPassword: The forgot password page
- /users/forgotPassword/:id/:token: The reset password page
You can modify or extend this starter code according to your needs and preferences. Happy coding!
```
Enjoy building your awesome application with Node.js authentication! 😎
| This is a Node.js authentication starter code for creating any new application developed by using MongoDB, Node, Express and EJS with features like authentication, authorization using Passport.js, reset password, forgot password by sending mail, Google authentication, express-sessions, flash-messages and scalable folder structure. 🚀 | expressjs,mongo,nodejs,authentication-backend,ejs-template-engine,express-session,flash-messages,forgot-password-email,google-authentication,mongoose | 2023-04-20T06:14:36Z | 2023-04-20T16:48:20Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | null | JavaScript |
Atom079/tempo | main | null | It is also other Bootstrap Project for my portfolio. I did it from its figma file. It is the best practise for me | best-project-ever,bootstrap,bootstrap-project,forportfolio,javascript,javascript-developer,company-webpage,company-website,responsive-web-design | 2023-04-15T08:52:38Z | 2023-04-21T06:29:21Z | null | 2 | 0 | 11 | 0 | 0 | 3 | null | null | HTML |
benjohansen/Websockets-in-Max | main | <p align="center">
<img src="n4m-plus-socketio.png" width="75%" alt="node for max and socket.io">
</p>
# Websockets in Max (Tutorials)
These example projects show how to use websockets (Socket.io) to send data back and forth between Max and a website over the internet (computers running Max and devices accessing the website can be in different parts of the world). Each project builds upon the last.
# Check out the [***YouTube Tutorial***](https://www.youtube.com/watch?v=Xj7eQqtiQew) !!!
## List of Projects
1. [Bang!](./part1_bang) ... [***YouTube - How this Bang Project Works***](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=461s)
- send bangs back and forth between a website and Max
2. [Simple Chat](./part2_simple-chat/) ... [***YouTube - How this Simple Chat Works***](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=653s)
- send messages back and forth between a website and Max
3. [JS Objects! [dict]](./part3_objects/) ... [***YouTube - How sending JS Objects Works***](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=757s)
- a more advanced chat
- send objects (dictionaries) back and forth between a website and Max
<p> </p>
# Installation (Setup)
Setup instructions starts [here in the Youtube Video Tutorial](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=338s).
<p> </p>
1. [Download this entire repository](https://github.com/benjohansen/Websockets-in-Max/archive/refs/heads/main.zip).
> Each project directory has the same directory structure (`web-server`, `web-client`, and `max-client`) with all the files you need for that individual project.
<p> </p>
## `web-server` Installation
[***YouTube Setup web-server***](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=338s)
> The web server simply listens for (receives) messages (named events containing data) each connected client sends and is able to send them out to all connected clients (including Max).
Host these files somewhere that supports full stack apps (not just static sites) and allows for websockets (we'll use a free option = [Glitch.com](https://glitch.com)).
2. start a new blank Glitch project = https://glitch.new/blank
3. delete all the default files (delete README.md, index.html, script.js, and style.css)
4. drag into the Glitch project all the files from the `web-server` folder (web-server.js, package.json, and package-lock.json)
5. Glitch will automatically install the correct packages for Socket.io as specified in `package.json`
6. note the title of the Glitch project
7. you are done with creating the web server!
<p> </p>
## `web-client` Installation
[***YouTube Setup web-client***](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=375s)
> The web client enables users to send messages from the browser (from any device) to the web server.
Host these files on space you rent on a web server that allows for running static websites (we'll use a free option = [W3Schools Spaces](https://www.w3schools.com/spaces/), but other places you could host these files include Hostinger, Bluehost, SiteGround, etc.).
8. create a "Basic" blank space = https://spaces.w3schools.com/createspace
9. delete all the default files in the W3Schools Space (index.html, README.md, script.js, and style.css)
10. upload (click "upload to root") all the files in the `web-client` folder (cycling74.png, index.html, and web-client.js)
11. edit the `web-client.js` file with the URL of your server running on Glitch.com
```javascript
const serverURL = "wss://YOUR-GLITCH-PROJECT-NAME.glitch.me";
```
12. note the URL of the space by clicking on the "share" button in the top right of the preview view
13. you are done with the web client! ... move on installing the
<p> </p>
## `max-client` Installation
[***YouTube Setup max-client***](https://www.youtube.com/watch?v=Xj7eQqtiQew&t=411s)
> Max acts as just another client (just like the web client) able to send and receive messages to/from the web server.
Keep these files on the computer running [Max by Cycling '74](https://cycling74.com/products/max).
13. Open the `max-client.maxpat` file in Max.
14. double click on the [node.script] object so you can edit the `web-client.js` file with the URL of your server running on Glitch.com
```javascript
const serverURL = "wss://YOUR-GLITCH-PROJECT-NAME.glitch.me";
```
15. click on the `script npm install` message within the Max patch to install the socket.io-client library dependencies found in the `package.json` file (this will create a `node_modules` folder) ... the next time you open this max patch, you do not need to click the `script npm install` message.
16. click on the `script start` message to run the JavaScript file held by [node.script]
<p align="center">:clap::clap::clap:</p>
Now you are ready navigate to the domain where you installed the `web-client` and send data to Max and get data from Max!
<p> </p>
# JavaScript Objects
I advice you to use js objects within your JavaScript files for the following reasons =
- within Max: the max-api converts dictionaries sent into [node.script] into js objects
- Socket.io converts js objects behind the scenes to JSON when they are sent, then converts them back to js objects when received
- within Max: the max-api converts js objects into dictionaries when sending js objects out [node.script]
<p> </p>
# References
I could not have figured this out without nuggets from the following sources.
- Thanks to @garciadelcastillo in his [Hosting a WebSocket Server on Glitch](https://youtu.be/eLPhUFHKm0M) YouTube tutorial, I finally understood how to break free of the local network
- [WebSockets in 100 Seconds & Beyond with Socket.io](https://youtu.be/1BfCnjr_Vjg)
- [This YouTube video](https://youtu.be/fG4dkrlaZAA?t=311) clearly explains websockets
- How Socket.io works = https://socket.io/get-started/chat#integrating-socketio
- [Node for Max Core Examples](https://github.com/Cycling74/n4m-core-examples)
- [More Node for Max Examples](https://github.com/Cycling74/n4m-examples)
<p> </p>
# LICENSE
[MIT](./LICENSE)
# Bug reports
Please report bugs on the GitHub [issues](https://github.com/benjohansen/Websockets-in-Max/issues) tracker. | Example projects showing how to use websockets (Socket.io) to send data back and forth between Max and a website over the internet. | examples,javascript,max,maxmsp,n4m,nodeformax,nodejs,socket-io,tutorial,websockets | 2023-04-10T16:14:36Z | 2023-06-07T16:58:17Z | null | 1 | 0 | 39 | 0 | 0 | 3 | null | MIT | Max |
Lane-G-Smith/Discord-Bot-Job-Interview-Code-Buddy | main | <h1 align="center">Discord-Bot-Job-Interview-Code-Buddy</h1>
<table align="center">
<tr>
<td align="center" height="108" width="108">
<img src="https://camo.githubusercontent.com/2993f7180d5cc3231060f66cfa1f0f65a1d09c0efd68d08d0190902ba9200d81/68747470733a2f2f7777772e7376677265706f2e636f6d2f73686f772f3335333635352f646973636f72642d69636f6e2e737667"
width="48"
height="48"
/>
<br /><strong>Discord.js</strong>
</td>
<td align="center" height="108">
<p align="left">This Discord bot is designed to help junior web developers prepare for job interviews. This bot offers practice questions and coding challenges that are commonly found in real-world interviews. You can request questions or tasks with prompts such as "React" or "Javascript." Optionally, you can also specify the difficulty level between 1 and 10 with a number (example: javascript 7/10). To get the answer to the previous question along with an explanation and links to documentation, simply type "answer". This bot functions by using the GPT-3.5-Turbo-0613 API.
</p>
</td>
</tr>
</table>
# Installation and deployment Instructions
## !!This bot does NOT respond to DMs, it must be in a server with you!!
### Get the bot 'shell' from Discord. It's free, and it takes 5 minutes
```sh
https://discord.com/developers/applications
```
### Go to OpenAI and open an account
```sh
https://platform.openai.com/signup
```
### Install node.js
```sh
https://nodejs.org/en/
```
### Install git
```sh
https://git-scm.com/downloads
```
### Create a new folder and open it in the terminal to set up git
```sh
git init
```
### Navigate to the new git folder in the terminal and clone this repository
```sh
git clone https://github.com/Lane-G-Smith/Discord-Bot-Job-Interview-Code-Buddy.git
```
### Navigate to the Dev-Job-Interview-Discord-Bot-GPT3.5-Turbo folder and install dependencies
```sh
npm install
```
### Rename example_.env to .env
### Place your secret Discord bot token from the first step into the .env file
```sh
TOKEN=your_unique_token_here
```
### Place your secret OpenAI API key from the second step into the .env file
```sh
OPENAI_API_KEY=your_unique_API_key_here
```
### To host the bot locally, open the project in the terminal and run node
```sh
node code.js
```
### To host the bot locally and keep it running in the background indefinitely, install PM2
```sh
npm install pm2 -g
```
### Run your bot locally using pm2 https://pm2.keymetrics.io/
```sh
pm2 start code.js
```
### Congratulations, your bot should now be live & confirmation should be logged in the terminal. Use your personal link from the Discord developer portal to invite your bot to a Discord server
```sh
https://discord.com/developers/applications
```
| A job interview preparation bot for junior web developers. The bot asks and answers common job interview questions as well as provides code challenges and tasks that are commonly found in real-world job interviews. This simple vanilla javascript Discord bot functions by interacting with the new language model GPT-3.5-Turbo by OpenAI. | discord,discord-bot,discord-js,gpt-3,gpt-35-turbo,interview-questions,javascript,job-interviews | 2023-04-12T17:00:44Z | 2023-07-20T19:30:59Z | null | 1 | 0 | 24 | 0 | 0 | 3 | null | MIT | JavaScript |
BANCUNGUYE66/Leaderboard | develop |
<a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>Leaderboard</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 (OPTIONAL)](#faq)
- [📝 License](#license)
## 📖 Leaderboard <a name="about-project"></a>
This is a website that allows to add scores and see scores
## 🛠 Built With VSCode <a name="Built With VSCode"></a>
### HTML/CSS, javascript, Webpack <a name="tech-stack"></a>
>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">HTML</a></li>
</ul>
</details>
<details>
<summary>Styling</summary>
<ul>
<li><a href="https://expressjs.com/">CSS</a></li>
</ul>
</details>
<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://bancunguye66.github.io/Leaderboard/dist/)
<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:
- Node
- ESlint set up
<!--
Example command:
```sh
gem install rails
```
-->
### Setup
Clone this repository to your desired folder:
<br>
<br>gh repo clone https://github.com/BANCUNGUYE66/Leaderboard.git
### Install
Install this project with:
```sh
gh repo clone bancunguye66/Leaderboard
cd Leaderboard
npm install -y
```
### Run tests
To run tests, run the following command:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx hint .
```
```sh
npx eslint .
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Aimable BANCUNGUYE , <a name="authors"></a>
👤 **Aimable BANCUNGUYE**
- GitHub: [@githubhandle](https://github.com/bancunguye66)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aimable-bancunguye-aba703143/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> I'll add the following section to the webpage.
- [x] **basic page structure**
- [ ] **send and receive data from API**
- [ ] **final touches**
<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 leave 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
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
- **Did you intergrate linters to your project**
- Yes
- **[Did you run all the tests**
- Yes
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This is a super application. Allows users to record their score, submit and compare with other users scores. | css,html,javascript | 2023-04-11T11:35:29Z | 2023-04-15T06:21:59Z | null | 1 | 3 | 14 | 1 | 0 | 3 | null | MIT | JavaScript |
melsayedshoaib/MovieTopia | master | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in 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)
| WatchTopia Application is a movie website with many features built with React JS | api,css3,front-end,front-end-development,frontend,frontend-web,html5,javascript,jsx,movies-api | 2023-04-14T19:27:11Z | 2023-05-12T11:55:57Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | JavaScript |
santhosh-programmer/biddingwars | main | null | It is an Online Auction website made with Node js along with Express js powered by MongoDB database. | ejs-template-engine,expressjs,javascript,mongodb-atlas,nodejs,online-auction,webpage,bidding-wars,biddingwars,santhosh | 2023-04-17T13:15:38Z | 2023-10-26T04:20:23Z | null | 1 | 1 | 34 | 0 | 2 | 3 | null | null | EJS |
BaseMax/iranian-phonenumber-validator-nodejs | main | # iranian-phonenumber-validator-nodejs
A library for validating Iranian phone numbers in nodejs that can help you to extract all phone numbers from a text, check if a text has a phone number, check if a text is exactly a phone number, check if a text includes a special phone number.
## Features
- Extract all phone numbers from a text
- Check if a text has a phone number
- Check if a text is excatly a phone number
- Check if a text includes a special phone number
## Using
Import the library in your project:
```javascript
const iranian_phonenumber_validator = require("./iranian-phonenumber-validator");
```
Then you can extract all phone numbers from a text:
```javascript
console.log(iranian_phonenumber_validator.match("09124561010 sdfsdfsdfsdfsd xxxxx 09134445588 09108886666 +989131615645 9108886666"));
```
Or you can check if a text has a phone number:
```javascript
console.log(iranian_phonenumber_validator.has("1 09124561010 2"));
```
Or you can check if a text is excatly a phone number:
```javascript
console.log(iranian_phonenumber_validator.exact("!!!!"));
console.log(iranian_phonenumber_validator.exact("09124561010"));
```
Or you can check if a text includes a special phone number:
```javascript
console.log(iranian_phonenumber_validator.includes("first 09124561010 second google.com sallam.org bye.net", "09124561010"));
console.log(iranian_phonenumber_validator.includes("first https://google.com/first/second/third second google.com sallam.org bye.net", "09124561010"));
```
Copyright 2023, Max Base
| A library for validating Iranian phone numbers in nodejs that can help you to extract all phone numbers from a text, check if a text has a phone number, check if a text is exactly a phone number, check if a text includes a special phone number. | iran,iranian,javascript,js,node,nodejs,phone-number,phone-number-validation,phone-number-validator,phonenumber | 2023-04-09T18:07:48Z | 2023-04-09T18:32:58Z | null | 0 | 0 | 11 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
paraskuk/chatgptui | master | [](https://github.com/paraskuk/chatgptui/actions/workflows/python-app.yml)
# AskGPT
AskGPT is a simple web application that uses the OpenAI API to generate responses to user queries using GPT-4 language model.
This application is built using FastAPI for the API and JavaScript ,HTML and CSS for the frontend.
## Requirements
- Python 3.11 or higher
- OpenAI API key
- FastAPI
- JavaScript
- Redis Server
- HTML, CSS
- Chrome Browser
- Install packages as outlined in the requirements.txt file
- Get GitHub Client ID for your OAuth App
- Get GitHub Client Secret for your OAuth App
- Get Secret Session Key for your OAuth App
## Installation
1. Clone the repository
2. Install the required packages using `pip install -r requirements.txt`
3. Set the `OPEN_AI_KEY` environment variable with your OpenAI API key.
4. Setup Redis server on your machine as outlined here https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-windows/
## Usage
1. Start Redis server with `sudo service redis-server start`
2. On PyCharm Professional IDE, create a FastAPI configuration and run the application using the app.py script.
3. The above configuration needs to have the OpenAI API key as well as the GitHub keys outlined in the requirements section.
2. Navigate to `http://localhost:8000/` on your Google Chrome browser to access the application.
3. Login to GitHub using the `Login with GitHub` button.
4. Enter your query in the input field and click on the `Submit` button to generate a response.
5. Click on the Mic button to use the speech-to-text feature and get a code completion from GPT-4.
## Testing the Application with Curl
`curl -X POST http://127.0.0.1:8000/ask_gpt4/ -H "Content-Type: application/json" -d "{\"user_input\": \"Create a function that adds 2 numbers\", \"model\": \"gpt-4\"}"`
## Note
Make sure to set the `OPEN_AI_KEY` environment variable before running the application, as this is required for the OpenAI API to function properly.
## License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
This project is not licensed for commercial use.
## Disclaimer
This project is for demonstration of GPT capabilities and should not be used wholly or partly in
any commercial project.
| Chat GPT Simple App with basic UI | chatgpt-api,chatgpt-app,chatgpt-ui,fastapi,llm,language,large,model,gpt-4,css | 2023-04-12T16:10:32Z | 2024-04-17T12:41:18Z | null | 1 | 29 | 117 | 0 | 2 | 3 | null | NOASSERTION | Python |
elmurodvokhidov/Full-project-in-Javascript-g-33 | main | null | Javascipt dasturlash tili yordamida qilingan to-do-list; | bootsrap5,crud-functionality,css3,fontawesome,html5,javascript,localstorage,todo-list | 2023-04-14T19:37:55Z | 2023-04-14T19:39:16Z | null | 1 | 0 | 1 | 0 | 0 | 3 | null | null | JavaScript |
julianacastilloaraujo/chatbot- | main | null | chatbot TECNM como ayuda de prevencion hacia "Depresion y Suicidio" en el Instituto Tecnologico de Merida ubicado en el estado de Yucatán, México | dockerfile,javascript,nodejs | 2023-04-21T04:37:40Z | 2023-04-21T06:25:40Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | null | JavaScript |
parth782/Google-AMD-Hackathon | main | # 👨🏽🌾 Krishi Market 🛒
## Abstract
> Despite the fact that farming is the primary occupation in India, most farmers nowadays are from the lower class and live in abject poverty. When it comes to farming, the innovative procedures and automated machinery that are taking the globe to new heights have lagged behind. Either a lack of knowledge about the latest facilities or their unavailability contributes to farming poverty. Even after all their labour and output, farmers are being taken advantage of by agents in today's market, which keeps them in poverty. Agro-marketing would automate everything, making life simpler and providing the greatest answer to every issue.
**Krishi Market** will serve as a way for the farmers to sell their products across the country just with some basic knowledge about how to use the website. The site will guide the farmers in all aspects. It is created for farmers who want to sell fresh products to local shoppers and restaurants. All they have to do is to create their own account and include products they are selling into the inventory tables. This removes the middlemen and makes sure that the profit being earned by the farmers is directly going into their respective pockets. Farmers would be able to access the invoices produced and the associated information in their accounts thanks to the marketing facility. In remote areas without access to the internet, the SMS capability would provide the necessary market information. The government will introduce new programmes for farmers. A special interface will be offered for examining and implementing the website's schemes.
## Problem Statement:
In Conventional Supply Chain as shown in the figure below, Farmers do not sell directly to consumers but to a Middlemen. Middlemen raise prices for consumers while underpaying farmers, leaving farmers poor and unproductive. Farmers encounter high production cost in their effort to boost production but hardly get fair pricing of their produces from middlemen, the bulk farm gate buyers.
<img width="100%" align="center" alt="Conventional Supply Chain" src="https://qph.cf2.quoracdn.net/main-qimg-8f7d693a62de813a31842c033bdca090.webp">
> *How can we eradicate this problem?*
>
> *Can modern technology help in improving the convention supply chain model for farmers?*
## Problem Solution:
Therefore to solve this problem, we the team **Binary Developers** have decided to come up with a solution of making a web application which will not only reduce the dependency of Farmers on Middlemen but also help them to sell their crops to *retailers, wholesalers, consumers* at a better price. Not only this but this web app would help them to keep track of all their transactions.
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/ParthJohri/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/krishimarketsolution.png">
### STEPS TO SETUP LOCAL BUILD OF FRONTEND:
<hr>
1. Unzip frontend zip from the google drive link or clone the project from github link provided.
1. After this step , Just run one command npm install in the terminal opened in the same directory where the project exists.This command will basically install all the dependencies on local.
1. Run the command : `npm start` -> It will start react server on local.
### STEPS TO SETUP BACKEND OF PROJECT:
<hr>
1. Unzip backend zip from the google drive link or clone the project from github link provided.
2. After this step , Just run one command npm install in the terminal opened in the same directory where the project exists.This command will basically install all the dependencies on local.
3. After this install xampp to use mysql service , start mysql service create one new database named as "**KrishiMarket**" , after this step import the sql file provided in the clone of project.
4. Create one file `".env"`. Add the following contents:
> DB_HOST=localhost
> DB_PORT=3306
> DB_USERNAME='root'
> DB_PASSWORD=(password of localhost if setup)
> DB_NAME='farmerbazaar'
> PORT=8000
> JWT_SECRET='farmerbazaar is a marketplace for farmers and buyers'
1. Run the command : `npm run dev` -> It will start react server on local.
### NOTE:
<hr>
To make frontend setup on local link with backend on local move to file `(./src/config.js) ``just uncomment "API_ENDPOINT"` parameter of localhost and `comment "API_ENDPOINT" `of deployed url.
After this step all operations will be done locally.
## Tech Stack
- Node JS
- Google Cloud
- React
- MySQL
- JWT Authentication
## Features
- Easy and Intuitive UI/UX.
- Direct Communication b/w Farmers \& Consumers.
- Responsive Website.
- Secure Database and Easy Maintenance Of All Transaction Records.
## Future Upgrades
- Enable Dark Mode.
- Decentralizing Database using Google Cloud Blockchain Node Engine.
- Live Update About Any News/Schemes By Government For Farmers.
- Hindi Translation For The Website.
## Team Members
- [@Parth Johri](https://github.com/ParthJohri)
- [@Parth Gupta](https://github.com/parth782)
- [@Saksham Dhasmana](https://github.com/sakd23)
- [@Ankush Bhagat](https://github.com/ankushbhagat124)
## Screenshots
### New Version
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/11.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/12.png">
<img width="100%" align="right" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/13.png">
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/14.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/15.png">
<img width="100%" align="right" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/16.png">
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/17.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/18.png">
<img width="100%" align="right" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/19.png">
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/20.png">
### Old Version
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/1g.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/2g.png">
<img width="100%" align="right" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/3g.png">
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/4g.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/5g.png">
<img width="100%" align="right" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/6g.png">
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/7g.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/8g.png">
<img width="100%" align="right" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/9g.png">
<img width="100%" align="left" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/10g.png">
<img width="100%" align="center" alt="Tech Based Suppy Chain" src="https://github.com/parth782/Google-AMD-Hackathon/blob/main/Krishi%20Market%20Screenshots/11g.png"> | Krishi Market will serve as a way for the farmers to sell their products across the country just with some basic knowledge about how to use the website. The site will guide the farmers in all aspects. It is created for farmers who want to sell fresh products to local shoppers and restaurants. | agrotech,reactjs,solving-for-india-hackathon,css,gcloud,html,javascript,jwt-authentication,mysql,nodejs | 2023-04-16T06:55:03Z | 2023-05-25T04:11:36Z | null | 4 | 2 | 20 | 0 | 2 | 3 | null | null | JavaScript |
Elysium-Stack/Muse | main | <p align="center">
<a href="http://the-river-styx.com/" target="blank"><img src="https://raw.githubusercontent.com/Elysium-Stack/Muse/master/.github/logo.png" width="200" alt="Muse logo" /></a>
</p>
<p align="center">A multi-purpose <a href="http://discord.com" target="_blank">Discord</a> bot for the <a href="http://the-river-styx.com" target="_blank">Elysium</a> server.</p>
<p align="center">
<img src="https://img.shields.io/github/license/elysium-stack/muse" alt="Package License" />
<img src="https://img.shields.io/github/actions/workflow/status/elysium-stack/muse/deploy.yml" alt="CircleCI" />
<a href="https://discord.the-river-styx.com" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
</p>
<!--[](https://opencollective.com/nest#backer)
[](https://opencollective.com/nest#sponsor)-->
## Running Muse
### Getting started
```bash
$ git clone git@github.com:Elysium-Stack/Muse.git
```
**Copy the `.env.example` to `.env` and change the values in the `.env file`**
---
### Docker (Recommended)
#### Prerequisite
- [Docker](https://www.docker.com/)
### Running the app
```bash
$ docker-compose up -d db rabbitmq lavalink
$ docker-compose up muse
```
### Running the music services
```bash
$ docker-compose up radio music
```
### Running migrations
```bash
$ docker-compose exec -it muse yarn prisma migrate dev
```
---
### NodeJS
#### Prerequisite
- [NodeJS 18.x](https://nodejs.org/en/download)
- [PostgresDB](https://www.postgresql.org/)
- [RabbitMQ](https://www.rabbitmq.com/)
- [Lavalink](https://github.com/freyacodes/Lavalink) ([Free hosted](https://lavalink.darrennathanael.com/NoSSL/lavalink-without-ssl/))
#### Installing
```bash
$ yarn
$ yarn prisma generate
$ yarn prisma migrate dev
```
### Running the bot/api
```bash
# watch mode (recommended)
$ yarn muse:start
# production mode
$ yarn muse:start:prod
```
### Running the music/radio
```bash
# watch mode (recommended)
$ yarn music:start
$ yarn radio:start
# production mode
$ yarn music:start:prod
$ yarn radio:start:prod
```
---
## Stay in touch
- Author - [Jurien Hamaker](https://jurien.dev)
- Website - [https://the-river-styx.com](https://the-river-styx.com/)
## License
MUSE is [GPL licensed](LICENSE).
| All purpose bot for Elysium | javascript,necord,nest,nestjs,nodejs,typescript,discord,discord-bot,discordjs,elysium | 2023-04-15T14:58:07Z | 2024-05-21T13:31:31Z | null | 1 | 0 | 185 | 3 | 0 | 3 | null | null | TypeScript |
selelen/Android-VR-Boxing-Game-using-gloves-as-controllers | master | # Android-VR-Boxing-Game-using-gloves-as-controllers
This project integrates the creation of a virtual reality video game for Android themed boxing, the development of gloves that the player can use to interact with the game and the creation of an API with player data, scores, etc., as well as a website that makes use of it to allow the display of player rankings and the registration of new users. The documentation can be found in the Documentation folder in both English and Spanish. It shows how to met the requirements needed to make use of the project
| creation of a virtual reality video game for Android themed boxing, the development of gloves that the player can use to interact with the game and the creation of an API with player data, scores, etc., as well as a website that makes use of it to allow the display of player rankings and the registration of new users. | android,arduino,azure,backend,django,frontend,game-development,html,javascript,python | 2023-04-13T11:56:49Z | 2023-04-14T05:54:50Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | AGPL-3.0 | C# |
Sandesh040602/gfg-hackathon | main | <!-- PROJECT LOGO -->
<br />
<p align="center">
<img src="images/agroboost-icon.jpg" alt="Logo" width="180" height="180">
</a>
<h2 align="center">AgroBoost</h2>
<h5 align="center"><em>(Using MERN stack)</em></h5>
</p>
Agroboost is a comprehensive cross-platform app for farmers, offering assistance from sowing to harvesting. It uses ML tech for disease detection and crop recommendations. It provides real-time data on soil fertility, weather, weed risk, and air quality. Cost analysis and income source suggestions are included. Equipment trading is available, as well as a farmer community section with chat, video upload, Q&A, and more.
We have also deployed the project website on google cloud using AMD instance.
<br>
Some of its features are
1. Using ML technology for plant disease detection from image and recommending crops to grow based on farmer's location
2. Real-time information about soil fertility, weed risk, fire alert, weather forecast, and air quality to make the right farming decisions
3. Detailed cost analysis of growing crop explaining investment required and potential revenue generated along with suggesting other income sources
4. Option to buy/sell/rent farming equipment
5. Farmers' community section having chat option, video upload, QnA, and many more other features to make our platform interactive
## Installation
Clone the repo
```sh
git clone https://github.com/Sandesh040602/gfg-hackathon.git
```
To install all frontend dependencies, backend dependencies and concurrently. Run
```sh
npm run install-all
```
To start backend and frontend server. Run
```sh
npm run dev
```
## Tech stack used
- [React](https://reactjs.org/) for frontend
- [Node.js](https://nodejs.org/) for backend
- [Flask](https://flask.palletsprojects.com/en/2.0.x/) for AI backend
- [Ambeedata API](https://docs.ambeedata.com/#soil-latest-geospatial) for
realtime information about soil, pollen, fire alert, air quality, water
vapour and weather information.
- [Open Weather API](https://openweathermap.org/api) for weather forecast
- [Twilio](https://www.twilio.com/) for sending SMS
- [Node Mailer](https://nodemailer.com/about/) for sending email
- [Cloudinary](https://cloudinary.com/) for storing media files like photos
and videos
- [MongoDB](https://www.mongodb.com/) for database
- [JWT](https://jwt.io/) for secure authentication
- [Zulip API](https://zulip.com/api/running-bots) for Zulip Chat bot
## Photos
### Home Page

### About

### Location

### Crop Suggest

### Machine Configuration

<br>Google Cloud VM Configuration with AMD Instance
## Usage
Agroboost uses ML tech for disease detection and crop recommendations to provide real-time data on soil fertility, weather, weed risk, and air quality. Equipment trading is available, as well as a farmer community section with chat, video upload, Q&A, and more.
## Stargazers
[](https://github.com/Sandesh040602/gfg-hackathon/stargazers)
| Agroboost is a comprehensive cross-platform app for farmers, offering assistance from sowing to harvesting. It uses ML tech for disease detection and crop recommendations. It provides real-time data on soil fertility, weather, weed risk, and air quality. Cost analysis and income source suggestions are included. Equipment trading is available, as we | amd,gcp,javascript,mongodb-atlas,nodejs,python | 2023-04-15T14:14:49Z | 2023-04-16T18:26:41Z | null | 4 | 0 | 33 | 0 | 0 | 3 | null | null | JavaScript |
rgpvnotes-in/redirect.rgpvnotes.in | main | # About
This script is a program that can create shorter links for long URLs, and can redirect users to the original long URL when they click on the short link. The program uses a special code called nanoid to generate unique short codes for each long URL. These short codes are stored in a special database called a Workers KV store.
When a user clicks on a short link, the program will look up the original long URL in the database and redirect the user to that URL.
The program also has some security features to make sure that only authorized users can generate short links. When a user tries to generate a short link, they need to enter a password. If they enter the wrong password, the program will not generate a short link.
Overall, this program helps make long URLs shorter and easier to share, while also keeping them secure and making sure that only authorized users can create short links.
# Commands
| Command | Description |
| ------------------- | ----------------------------- |
| `yarn dev` | starts the development server |
| `yarn publish:prod` | deploy the build on prod |
| `yarn format` | format the code using petter |
| our website for URL shortening. | cloudflare-workers,eslint,javascript,nodejs,prettier,yarn,full-stack,fullstack,fullstack-javascript | 2023-04-14T21:56:53Z | 2023-04-16T01:35:58Z | null | 2 | 1 | 3 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
jess-andrade/Pokedex | main | ʕ•́ᴥ•̀ʔっ♡ access this link: https://pokedex-dkn1yw274-jess-andrade.vercel.app/
_________
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
| 🔴 • Hey human, I made this Pokedex using Next.js and PokeAPI ~ for the Drawer and Cards I used MUI | css,html,javascript,mui,nextjs | 2023-04-14T23:02:14Z | 2023-04-15T19:03:30Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
Tolga1452/toolbox.js | master | # toolbox.js
## What is it?
A collection of useful functions for JavaScript & Typescript.
## Installation
```bash
npm install @tolga1452/toolbox.js
```
## Usage
### JavaScript
```js
const { randomNumber } = require('toolbox.js');
```
### TypeScript
```ts
import { randomNumber } from '@tolga1452/toolbox.js';
```
## Functions
[Jump to Types](#types)
- [**`convertToHex()`**](#converttohex): Converts a [decimal](#decimal) or [RGB](#rgb) color code to a [hexadecimal](#hexadecimal) color code.
- [**`convertToRGB()`**](#converttorgb): Converts a [hexadecimal](#hexadecimal) or [decimal](#decimal) color code to an [RGB](#rgb) color code.
- [**`convertToDecimal()`**](#converttodecimal): Converts a [hexadecimal](#hexadecimal) or [RGB](#rgb) color code to a [decimal](#decimal) color code.
- [**`randomNumber()`**](#randomnumber): Generates a random number between the given min and max.
- [**`links()`**](#links): Returns the links of the given string.
- [**`randomItem()`**](#randomitem): Returns a random item from the given array.
- [**`toMilliseconds()`**](#tomilliseconds): Converts any [time unit](#timeunit) to milliseconds.
- [**`check()`**](#check): Checks whether the given value is `true` or `false`. If the value is `true`, returns the first parameter, otherwise returns the second parameter.
- [**`shuffle()`**](#shuffle): Shuffles the given array.
- [**`chunk()`**](#chunk): Turns the given array into groups of the given size.
### `convertToHex()`
`convertToHex(color: Decimal | RGB): Hexadecimal)`
Converts a [decimal](#decimal) or [RGB](#rgb) color code to a [hexadecimal](#hexadecimal) color code.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `color` | [`Decimal`](#decimal) \| [`RGB`](#rgb) | The color code to convert. |
**Returns:** [`Hexadecimal`](#hexadecimal)
#### Example
```ts
import { convertToHex } from '@tolga1452/toolbox.js';
convertToHex(0x000000); // #000000
convertToHex([0, 0, 0]); // #000000
```
### `convertToRGB()`
`convertToRGB(color: Hexadecimal | Decimal): RGB`
Converts a [hexadecimal](#hexadecimal) or [decimal](#decimal) color code to an [RGB](#rgb) color code.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `color` | [`Hexadecimal`](#hexadecimal) \| [`Decimal`](#decimal) | The color code to convert. |
**Returns:** [`RGB`](#rgb)
#### Example
```ts
import { convertToRGB } from '@tolga1452/toolbox.js';
convertToRGB(0x000000); // [0, 0, 0]
convertToRGB('#000000'); // [0, 0, 0]
```
### `convertToDecimal()`
`convertToDecimal(color: Hexadecimal | RGB): Decimal`
Converts a [hexadecimal](#hexadecimal) or [RGB](#rgb) color code to a [decimal](#decimal) color code.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `color` | [`Hexadecimal`](#hexadecimal) \| [`RGB`](#rgb) | The color code to convert. |
**Returns:** [`Decimal`](#decimal)
#### Example
```ts
import { convertToDecimal } from '@tolga1452/toolbox.js';
convertToDecimal([0, 0, 0]); // 0
convertToDecimal('#000000'); // 0
```
### `randomNumber()`
`randomNumber(min: number, max: number): number`
Generates a random number between the given min and max.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `min` | `number` | The minimum number. |
| `max` | `number` | The maximum number. |
**Returns:** `number`
#### Example
```ts
import { randomNumber } from '@tolga1452/toolbox.js';
randomNumber(0, 10); // 5
```
### `links()`
`links(str: string): string[]`
Returns the links of the given string.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `str` | `string` | The string to get the links from. |
**Returns:** `string[]`
#### Example
```ts
import { links } from '@tolga1452/toolbox.js';
links("Check out my website: https://www.example.com"); // ["https://www.example.com"]
```
### `randomItem()`
`randomItem(arr: any[]): any`
Returns a random item from the given array.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `arr` | `any[]` | The array to get the item from. |
**Returns:** `any`
#### Example
```ts
import { randomItem } from '@tolga1452/toolbox.js';
randomItem(["red", "green", "blue"]); // "red"
```
### `toMilliseconds()`
`toMilliseconds(time: number, unit: TimeUnit): number`
Converts any [time unit](#timeunit) to milliseconds.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `time` | `number` | The time to convert. |
| `unit` | [`TimeUnit`](#timeunit) | The unit of the time. |
**Returns:** `number`
#### Example
```ts
import { toMilliseconds, TimeUnit } from '@tolga1452/toolbox.js';
toMilliseconds(1, TimeUnit.Seconds); // 1000
```
### `check()`
`check(value: any, ifTrue: any, ifFalse: any): any`
Checks whether the given value is `true` or `false`. If the value is `true`, returns the first parameter, otherwise returns the second parameter.
**Note:** You don't have to give a boolean to `value`. For example `"text"` is returns `true` and `""` is returns `false`, or `1` is returns `true` and `0` is returns `false`.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `value` | `any` | The value to check. |
| `ifTrue` | `any` | The value to return if the value is `true`. |
| `ifFalse` | `any` | The value to return if the value is `false`. |
**Returns:** `any`
#### Example
```ts
import { check } from '@tolga1452/toolbox.js';
check(true, "Hello", "World"); // "Hello"
check(false, "Hello", "World"); // "World"
check("text", "Hello", "World"); // "Hello"
check("", "Hello", "World"); // "World"
```
### `shuffle()`
`shuffle(arr: any[]): any[]`
Shuffles the given array.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `arr` | `any[]` | The array to shuffle. |
**Returns:** `any[]`
#### Example
```ts
import { shuffle } from '@tolga1452/toolbox.js';
shuffle(["red", "green", "blue"]); // ["blue", "red", "green"]
```
### `chunk()`
`chunk(arr: any[], size: number): any[][]`
Turns the given array into groups of the given size.
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `arr` | `any[]` | The array to chunk. |
| `size` | `number` | The size of the chunks. |
**Returns:** `any[][]`
#### Example
```ts
import { chunk } from '@tolga1452/toolbox.js';
chunk(["red", "green", "blue", "yellow", "orange"], 2); // [["red", "green"], ["blue", "yellow"], ["orange"]]
```
## Types
### `Decimal`
A Decimal color code is a number between 0 and 16777215 (0xFFFFFF).
```ts
export type Decimal = number;
```
### `RGB`
An RGB color code is an array of 3 numbers between 0 and 255.
```ts
export type RGB = [number, number, number];
```
### `Hexadecimal`
A Hexadecimal color code is a string that starts with a '#' and is followed by 6 hexadecimal characters.
```ts
export type Hexadecimal = `#${string}`;
```
### `TimeUnit`
The time units.
```ts
export enum TimeUnit {
Milliseconds,
Seconds,
Minutes,
Hours,
Days,
Weeks,
Months,
Years
};
```
| A collection of useful functions for JavaScript & Typescript. | npm,box,javascript,js,library,package,tool,ts,typescript,useful | 2023-04-17T09:09:58Z | 2024-04-03T19:21:15Z | 2024-04-03T19:21:15Z | 1 | 1 | 19 | 0 | 0 | 3 | null | NOASSERTION | TypeScript |
mai-ogiso/Notion_import-japanese-holidays | main | # Import Japanese Holidays into Notion Calendar
This script allows you to easily import Japanese holidays into your Notion calendar.
As of the current date (2023/04/11), there is no built-in function in Notion to import Japanese holidays.
Using this feature will import Japanese holidays as shown below.
Entries that start with the Japanese flag indicate a holiday.

## Getting Started
### Prerequisites
Before using this script, make sure you have the following prerequisites installed:
- Node.js
### Installation
1. Clone or download the repository.
2. Install dependencies by running `npm install`.
3. Create a new Notion integration by following the instructions on the [official Notion API documentation](https://developers.notion.com/docs/getting-started#step-2-share-a-database-with-your-integration).
4. Copy your integration token and the URL of your Notion calendar page to `.envsample`, and rename the file to `.env`.
5. Run `node import-japanese-holidays.js` to import Japanese holidays into your Notion calendar.
### Note about the Data Source
This script uses the [Holidays JP API](https://holidays-jp.github.io/) as the data source for Japanese holidays.
The API provides Japanese holidays from the previous year to the next year.
### Optimization
Consider the following optimizations to improve the script:
- Check for duplicate data
>Currently, the script does not check for duplicate holiday data.
As a result, if you import the holidays today, holidays for both this year and next year will be imported.
Similarly, if you import the holidays next year, holidays for both next year and the year after will be imported, which may result in duplicate entries.
To prevent this, consider adding a check to ensure that each holiday is imported only once.
- User-friendly version
>This script requires Node.js to be installed on your computer.
If you're not familiar with Node.js, you may find it difficult to use this script.
To make it more accessible, you could consider creating a user-friendly version that does not require Node.js.
## Acknowledgments
- [Holidays JP API](https://holidays-jp.github.io/) for providing Japanese holidays data.
## Related project
- [Notion_import-repeating-schedules](https://github.com/mai-ogiso/Notion_import-repeating-schedules) | This is a simple Node.js script that allows you to easily import Japanese holidays into your Notion calendar. | developer-tools,japanese-holidays,javascript,node,notion,notion-api | 2023-04-10T19:22:53Z | 2023-06-02T20:41:30Z | null | 1 | 1 | 9 | 0 | 0 | 3 | null | null | JavaScript |
azizsenturk/react-faceapi-detection-recognition | master | # Face Detection and Recognition
Face detection and recognition project using faceapi with reactjs
### Features
- Makes face detection.
- Estimate the age, emotion and gender of detected faces.
- Makes face recognition.
- To promote faces, open a folder with the name of the person under the public folder and add 4 pngs.
### `npm run start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
## Props
| Name | Type | Description |
| --- | --- | --- |
| mirrored | Boolean | Shows camera preview mirrored |
| showFeatures | Boolean | Shows features from faceapi in preview. |
| catchImages | Boolean | Turns on the photo taking feature. |
### Packages Used
[face-api.js](https://www.npmjs.com/package/face-api.js),
[react-webcam](https://www.npmjs.com/package/react-webcam),
[tailwindcss](https://www.npmjs.com/package/tailwindcss)
### Authors
- [@azizsenturk](https:///azizsenturk.com)
| Face detection and recognition project using faceapi with reactjs | face-api-js,face-detection,face-recognition,javascript,reactjs | 2023-04-11T09:39:49Z | 2023-04-11T09:41:41Z | 2023-04-11T09:41:41Z | 1 | 0 | 1 | 0 | 0 | 3 | null | null | JavaScript |
mpa-mxiang/capstone1 | main | <a name="Capstone project 1"></a>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Future Features](#future-features)
- [🚀 Live Demo](#live-demo)
- [🚀 Video Presentation](#video-presentation)
- [💻 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)
# 📖 **Capstone project 1** <a name="about-project"></a>
This is a project that build with the checking tool linter, language HTML/CSS and JavaScript to have header, footer, feature speakers with dynamic HTML, home and about page, etc.
## 🛠 Built With <a name="built-with">VS Code</a>
### Tech Stack <a name="tech-stack"></a>
GitHub/Git, VS Code, HTML/CSS, Linter, JavaScript
### Key Features <a name="key-features"></a>
- Header & Footer
- Home Page
- About Page
- Feature Speakers with dynamic HTML
All of above can be viewed in mobile and desktop responsively.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Future Features <a name="future-features"></a>
- Dynamic header
- Other pages
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Live Demo <a name="live-demo"></a>
- https://mpa-mxiang.github.io/capstone1/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Video Presentation <a name="video-presentation"></a>
- https://www.loom.com/share/503467aedc8b46a1afa4e16e7ebc4c9c
<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 below.
### Prerequisites
In order to run this project you need:
Clone the repository using git, and open it with VS code.
So make sure you have VS code installed beforehead, you call install VS code through https://code.visualstudio.com/download.
### Setup
Clone this repository to your desired folder in your laptop:
cd "your-folder-name"
git clone git@github.com:https://github.com/mpa-mxiang/capstone1.git
### Usage
To open the project, you can:
- Use your prefered explorer and open the index.html file.
- You can right click the index.html file to open in the live server with the localhost.
- Check live demo: <a href="#live-demo">live demo</a>
### Deployment
You can deploy this project using VS Code terminal with using related command.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Author <a name="author"></a>
👤 ** Jiachun Xiang **
- GitHub: https://github.com/mpa-mxiang
- LinkedIn: https://www.linkedin.com/in/jiachun-lily-xiang-1b197213a/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
If you like to contribute, report issues, or request feature(s), please contact me through one of the above media link:)
<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 star this project to support, thank you for your support!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Cindy Shin, the author of the original design, provides such fantastic creative common's design with Creative Common License from Behance.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ <a name="faq"></a>
- Is it difficult?
- It is common difficult for the setup, but do not give up. Once you get it, you would feel great!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
- Why linter?
- It is pretty helpful for your project. For this one, stylelint helps me to style the style.css file better.</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 my first capstone project built with HTML/CSS and JavaScript. | css,html,javascript | 2023-04-15T19:33:32Z | 2023-06-03T23:26:14Z | null | 1 | 1 | 68 | 0 | 0 | 3 | null | MIT | CSS |
J0ddy/YTLiveApp | main | # YTLiveApp
YTLiveApp is a simple web app that allows users to view see all current, scheduled and past livestreams using the YouTube API. This app is built using HTML, SASS, JS, Gulp, Webpack, and YouTube API.
## Installation
To install YTLiveApp, please follow these steps:
1. Clone the repository by running `git clone https://github.com/J0ddy/YTLiveApp.git`.
2. Install the dependencies by running `npm install`.
3. Rename the `.env.example` in the root directory of the project file to `.env`.
4. Paste in your YouTube API Key and Channel ID
5. Run the app by running `npm run dev` to start a development server, or `npm run build` to build the app for production.
## Usage
Once the app is running, open your web browser and navigate to `http://localhost:3000`. The app should be up and running, and you should be able to view the website.
## Contributing
If you'd like to contribute to YTLiveApp, please feel free to submit a pull request. We'd be happy to review it!
## License
YTLiveApp is licensed under the AGPL-3.0 License. See [LICENSE](LICENSE) for more information.
| 🔴 YTLiveApp is a simple web app that allows users to view see all current, scheduled and past livestreams using the YouTube API. This app is built using HTML, SASS, JS, Gulp, Webpack, and YouTube API. | gulp,html,javascript,scss,webpack,youtube,youtube-api,sass | 2023-04-13T18:35:58Z | 2023-04-15T09:02:19Z | 2023-04-14T16:02:28Z | 1 | 1 | 12 | 3 | 1 | 3 | null | GPL-3.0 | JavaScript |
masiimc/olineShop | main | # onlineShop
🔗Live Demo : https://masiimc.github.io/olineShop/
An online store using javascriptوI used localstorag to store information,the data id static.
This online shop works in such a way that if you click on the add button, the item will be added to your shopping cart and the cost will be calculated. To change the number of items, go to the shopping cart or checkout page and change the number of your custom item. Every time you refresh the page, the changes you made on the page will remain.
There are two other options on the products, the add to favorites button and the single view mode button.


# Shop Page :


| An online store using javascript | css,css-html-javascript,frontend,frontenddeveloper,frontenddevelopment,html,hust,javascript,javascript-practice,javascriptproject | 2023-04-17T21:36:05Z | 2023-04-30T19:35:57Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | JavaScript |
Jhonatan2022/Aprendiendo-RC | main | # [URL PROJECT](https://jhonatan2022.github.io/Aprendiendo-React/)

## Servicios utiles
- [Material UI](https://mui.com/)
- [Robo Hash](https://robohash.org/)
- [React lybrary](https://react.dev/)
- [React Extensions](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)
- [JT/UI](https://www.jt-ui.com/)
- [React Icons](https://react-icons.github.io/react-icons/icons?name=fa) | null | javascript,learning,programming,project,react,vite,bootstrap5,create-react-app,react-icons | 2023-04-10T03:14:03Z | 2023-09-25T23:48:17Z | null | 1 | 6 | 37 | 0 | 0 | 3 | null | null | JavaScript |
foydamiztegsin/django_admin_management_system | main | null | Django yordamida frontend va backendlari ko'tarilgan web sayt | css,django,html,javascript,mysql-database,mysqlclient,python,sqlparse,web | 2023-04-12T08:52:23Z | 2023-04-12T09:24:28Z | null | 1 | 0 | 14 | 0 | 0 | 3 | null | null | HTML |
gabrielpenteado/dentalprocs | main | <div align="center">
<img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/logo.svg">
<h1 align="center">
<strong>Dental Procs</strong>
</h1>
</div>
<h2 align="center">
An application designed for dentists to monitor the most performed procedures.
</h2>
<div align="center">
<img src="https://img.shields.io/github/license/gabrielpenteado/mydearpage?color=informational&style=flat-square" alt="license"/>
<img src="https://img.shields.io/static/v1?label=npm&message=v9.5.0&color=informational&style=flat-square" alt="npm version">
<img src="https://img.shields.io/website?down_color=red&down_message=offline&style=flat-square&up_color=008000&up_message=online&url=https%3A%2F%2Fdentalprocs.onrender.com" alt="website status">
</div>
## 📑 Contents
- [About the project](#-about-the-project)
- [Web version](#-web-version)
- Built with
- Requirements
- Installation
- [Mobile version](#-mobile-version)
- Built with
- Requirements
- Instalattion
- [Server](#-server)
- Built with
- Requirements
- Instalattion
- [Contributions](#-contributions)
- [License](#license)
## 🦷 About the project
<p align="justify">
Introducing <strong>Dental Procs</strong>, a specialized application designed for dentists to monitor
the most performed procedures in their clinics and track performance trends over time.
The app permit dentists to create new procedures, associating them with specific days of the week,
and provides a comprehensive chart that offers an overview of procedure frequency.
</p>
<div align="center">
<table>
<thead>
<tr>
<th style="text-align: center">
Video
</th>
<th style="text-align: center">
Website
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://www.youtube.com/watch?v=0X3PRdZceBo">
<img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" />
</a>
</td>
<td>
<a href="https://dentalprocs.onrender.com">
<img src="https://img.shields.io/badge/Render-46E3B7?style=for-the-badge&logo=render&logoColor=white" />
</a>
</td>
</tr>
</tbody>
</table>
</div>
_Website: Render web services have a delay of about 30 seconds in the response of the first request after a period of inactivity while the instance spins up._
<!-- <div align="center">
| Video | Website |
|:------:|:-------:|
| [](https://www.youtube.com/watch?v=0X3PRdZceBo) | [](https://dentalprocs.onrender.com)|
</div> -->
## 🖥️ Web version
<p align="center">
<img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/dentalprocs.png">
</p>
<div align="center">
<table>
<thead>
<tr>
<th style="text-align: center">
<a href="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web1.jpg">Screenshot-1</a>
</th>
<th style="text-align: center">
<a href="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web2.jpg">Screenshot-2</a>
</th>
<th style="text-align: center">
<a href="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web3.jpg">Screenshot-3</a>
</th>
<th style="text-align: center">
<a href="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web4.jpg">Screenshot-4</a>
</th>
</tr>
</thead>
</table>
</div>
<!-- <table>
<tr>
<th colspan=3><img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/dev/web/public/assets/web1.jpg"></th>
</tr>
<tr>
<td>
<img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/dev/web/public/assets/web2.jpg">
</td>
<td>
<img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/dev/web/public/assets/web3.jpg">
</td>
<td>
<img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/dev/web/public/assets/web4.jpg">
</td>
</tr>
</table> -->
<!-- <p align="center" width="100%">
<img width="32%" src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web2.jpg">
<img width="32%" src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web3.jpg">
<img width="32%" src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/web/public/assets/web4.jpg">
</p> -->
---
### Build with




### Requirements
- npm (^9.5.0)
- react(^18.2.0)
- [vite](https://vitejs.dev/guide/)
- [tailwindcss](https://tailwindcss.com/docs/installation)
- [dayjs](https://day.js.org/docs/en/installation/installation)
- [radixUI](https://www.radix-ui.com/)
- [apexcharts](https://apexcharts.com/)
- [phosphor-icons](https://phosphoricons.com/)
### Instalattion
1. Clone the repository.<br>
`git clone https://github.com/gabrielpenteado/dentalprocs`
2. Install the [**_server_**](#-server) and run it.
3. Access the **_web_** folder in the terminal.
4. Install all packages dependencies.<br>
`npm install`
5. Start using.<br>
`npm run dev`
### Browser Support
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_24x24.png" alt="Chrome" />](https://www.google.com/intl/en/chrome/)<br> Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_24x24.png" alt="Edge" />](https://www.microsoft.com/en-us/edge)<br> Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_24x24.png" alt="Firefox" />](https://www.mozilla.org/en-US/firefox/new/)<br> Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari/safari_24x24.png" alt="Safari" />](https://www.apple.com/br/safari/)<br> Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_24x24.png" alt="Opera" />](https://www.opera.com)<br> Opera |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: |
| ✅ | ✅ | ✅ | ✅ | ✅ |
| last version | last version | last version | last version | last version |
<br>
## 📱 Mobile version
<div align="center">
<img src="https://raw.githubusercontent.com/gabrielpenteado/dentalprocs/main/mobile//assets/mobile.jpg">
</div>
---
### Build with




### Requirements
- npm (^9.5.0)
- react-native (0.71.8)
- [expo](https://docs.expo.dev/) (~48.0.10)
- [nativewind](https://www.nativewind.dev/)
- [dayjs](https://day.js.org/docs/en/installation/installation)
- [victory-native](https://formidable.com/open-source/victory/docs/native/)
### Instalattion
1. Clone the repository.<br>
`git clone https://github.com/gabrielpenteado/dentalprocs`
2. Install the [**_server_**](#-server) and run it.
3. Access the **_mobile_** folder in the terminal.
4. Install all packages dependencies.<br>
`npm install`
5. Start with expo.<br>
`npx expo start`
<br>
## 📡 Server
### Build with





_Note: You can find the server integrated with other databases such as  and  in [dentalprocs-server](https://github.com/gabrielpenteado/dentalprocs-server) repository._
### Requirements
- npm (^9.5.0)
- [fastify](https://www.fastify.io/)
- [prisma](https://www.prisma.io/docs/getting-started/quickstart)
- [dayjs](https://day.js.org/docs/en/installation/installation)
- [zod](https://zod.dev/)
- [node.js](https://nodejs.org/en) (v18.15.0)
### Instalattion
1. Clone the repository.<br>
`git clone https://github.com/gabrielpenteado/dentalprocs`
2. Access the **_server_** folder in the terminal.
3. Install all packages dependencies.<br>
`npm install`
4. Run server.<br>
`npm run dev`
<br>
## 🤝 Contributions
[](http://makeapullrequest.com)<br>
The foundation of the open source community are the contributions, them inspire us to learn and create. Any contributions are greatly appreciated.
## 📄 License
This project is licensed under the MIT License. See the [LICENSE.md](https://github.com/gabrielpenteado/dentalprocs/blob/main/LICENSE.md) file for details.
<br>
<br>
<div align="center">
<img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/63300269?v=4&h=100&w=100&fit=cover&mask=circle&maxage=7d" />
<h1>Gabriel Penteado</h1>
<strong>Full Stack Developer</strong>
<br/>
<br/>
[](https://www.linkedin.com/in/gabriel-penteado)
[](https://github.com/gabrielpenteado)
[](mailto:gabripenteado@gmail.com)
<br />
<br />
</div>
| An application designed for dentists to monitor the most performed procedures. | React | Typescript | Prisma | React-Native | Fastify | TailwindCSS | SQLite | Node.js | | apexcharts,dayjs,expo,fastify,javascript,mysql,nativewind,nodejs,postgresql,prisma | 2023-04-14T03:32:18Z | 2024-02-11T03:53:23Z | null | 1 | 0 | 43 | 0 | 0 | 3 | null | MIT | TypeScript |
atanumondal-2001/SimpleCalculator | main | # SimpleCalculator
Simple Calculator usign HTML, CSS & JS with Dark and Light mode
AC button is for ALL CLEAR.
DEL button is for DELETE ONE DIGIT.
Preview:


| Simple Calculator usign HTML, CSS & JavaScript with Dark and Light Mode. | calculator-application,dark-mode,front-end-development,html-css-javascript,javascript,light-mode | 2023-04-18T07:08:38Z | 2023-04-20T07:17:55Z | null | 1 | 0 | 9 | 0 | 0 | 3 | null | null | CSS |
sandunwira/TwitchBox-Web | main | # TwitchBox-Web
Web of TwitchBox
| Website for TwitchBox | css,html,javascript,replit,tailwind | 2023-04-15T17:47:36Z | 2023-04-16T09:38:21Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | MIT | CSS |
Yyassin/icpts | master | # icp-ts
> A Typescript implementation of the iterative closest point algorithm using both the point-to-point and point-to-plane variants, used for point cloud registration. An example of usage is shown in the provided React Three Fiber demo; you can visit the demo [here](https://icpts-web.vercel.app/).
<span title="icpts demo">
<p align="left">
<img width="600vw" src="./assets/icp-point.gif" alt="floralyfe-demo">
</p>
</span>
## Installation
- Simply install the npm package with the command below
```bash
$ npm install icpts
```
- If you'd like to build from source, pull the repository and navigate to the `icpts` directory. Run `npm i` to install the dependencies, followed by `npm run build` to build the package. The build artifacts will be placed in the `dist` directory, and the project can be used as a local `node` module.
## Usage
First import the package.
```typescript
import icpts from "icpts"
```
We expose both ICP strategies using seperate functions under the names `icpts.pointToPlane` and `icpts.pointToPoint`. Both strategies have identical interfaces. We expect the points from two point clouds, a source and a reference, to be provided using flat arrays (`[x, y, z][]`). Additional options are exposed to provide an error tolerance for early stopping, a maximum iteration count and an initial source pose transform.
Each strategy returns the optimal transform from the source cloud to the reference, stored in a flat array using column major ordering. The final error is also returned. Assuming `source` and `reference` are defined:
```typescript
import icpts from "icpts"
const options = {
initialPose: IDENTITY, // [1, 0, 0, 0, 0, 1, ...]
tolerance: 1e-10,
maxIterations: 50
};
const { transform, error } = icpts.pointToPoint(source, reference, options); // or icpts.pointToPlane
```
You may refer to more detailed example usage in `icpts-demo` or in the `icpts` tests, specifically [`icpts.test.ts`](https://github.com/Yyassin/icpts/blob/master/icpts/test/icp.test.ts);
## Local Development
Pull requests, and general improvements / feedback are welcome. To run the project locally, follow the steps below:
- Pull the repository and navigate to the `icpts` directory.
- Run `npm i` to install the dependencies.
- That's pretty much it. To test that everything is working, you can run the primary test with `ts-node ./test/icp.test.ts` (yes, a test framework probably should've been added but we also don't have that many tests yet).
To run the demo site, navigate to the root of the repo and run `pnpm install` to install the dependencies. The site can be launched locally by then running `pnpm dev` and navigating to `localhost:3000`.
## Why does this exist?
Good question, it probably shouldn't (and I wouldn't recommend using it for anything half serious). To answer the question though, no one was brave enough to publish an ICP library using JavaScript/TypeScript (for good reason) so we decided why not? We also tried to make it *somewhat* readable.
## Limitations
- Please note that there are limitations on the point cloud sizes due to the usage of wasm (with [`eigen-js`](https://github.com/BertrandBev/eigen-js)) and the associated limitation on memory.
- Also due to the eigen dependency, the package is not fully supported in browser environments (and it certainly won't work in a web worker, so you wouldn't want to use it in a browser anyway). You can, however, easily use it on any node-based server, including Next JS server-side APIs.
- We are not using any robust variants of ICP, so successful point cloud registration requires decent initialization with some overlap between the clouds. Nevertheless, it seems like point-to-point seems to be more robust to the initial pose but converges more slowly than point-to-plane.
## TODO
- [ ] Generalized ICP
- [ ] Consider adding more tests.
## References
- [1] [Point to Plane](https://www.comp.nus.edu.sg/~lowkl/publications/lowk_point-to-plane_icp_techrep.pdf)
- [2] [Point to Point](https://github.com/Yyassin/icpts/blob/master/PAMI-3DLS-1987.pdf) | TypeScript implementation of iterative closest point (ICP) for point cloud registration | closest,icp,iterative,iterative-closest-point,javascript,point,typescript,point-to-plane,point-to-point,eigen | 2023-04-14T13:19:00Z | 2023-07-16T18:26:43Z | null | 1 | 0 | 17 | 0 | 0 | 3 | null | MIT | TypeScript |
ImranMir32/leetCode-solutions | master | Here is the collection of my LeetCode solutions in multiple programming languages like C++, JavaScript, Python, Go lang, Java etc.
| Here is the collection of my LeetCode solutions in multiple programming languages like C++, JavaScript, Python, Go lang, Java etc. | cpp,leetcode-solutions,golang,java,javascript,python | 2023-04-11T11:00:07Z | 2024-05-15T19:04:46Z | null | 1 | 0 | 255 | 0 | 0 | 3 | null | null | C++ |
FahimFBA/JavaScript | main | <p align="center"><img alt="JavaScript With Fahim Banner" src="https://user-images.githubusercontent.com/64195132/233765316-07325bbe-97ce-48ae-9dda-a0cb448667bd.png"></p>
<h3 align="center"><b>"Creating that repo that you need to master the stronghold of JavaScript"</b></h3>
This repo contains **resources and materials** to learn and get yourself started with **JavaScript**. Also, the **Bonus** section contains some **awesome knowledgeable things** that you can contribute to even you do not have any idea of open source or something like that.
The repo content is divided into several `Pages` for better structuring, easy navigation and making learning easier. If you have suggestions for me, then you are more than welcome to do so.
For Eg: There is a separate page for JS Fundamentals.
<h3 align="center">This repo is hosted at <a href="https://js.fahimbinamin.com/">js.fahimbinamin.com</a></h3>
[](https://gitpod.io/#https://github.com/FahimFBA/JavaScript)
<br>
> **Follow [@Fahim_FBA](https://twitter.com/Fahim_FBA) on Twitter to learn more about it**.
<br>
#### Table of Pages
| Section/pages | Description | Page (Link- clickable) |
|-----------------------------------------------------------------------------------------------------------------|-------------|:---------------------------:|
|| Contains the fundamentals that you must need to know before jumping into the advanced JavaScript |[](/pages/Fundamentals.md)|
|  | Contains some BONUS knowledge that you do not want to miss at any cost!|[](/pages/Bonus.md)|
---
<div align="center">
<h3>Don't forget to ⭐ this <a href="https://github.com/FahimFBA/JavaScript">repository</h3>
<h5>Building with the COMMUNITY for the COMMUNITY ❤️</h5>
</div>
| Learn JavaScript. PERIOD. | javascript,javascript-articles,javascript-guide,javascript-learn4fun,javascript-learning,javascript-learning-series,javascript-tutorial,javascript-tutorial-series | 2023-04-19T12:56:06Z | 2023-04-22T13:10:10Z | null | 1 | 2 | 32 | 1 | 1 | 3 | null | MIT | HTML |
RodrigoPerozin/react-cep-info | master | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm install`
### `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)
| Consulting cep infos | react,webapplication,javascript,css3,html5 | 2023-04-13T17:37:55Z | 2024-02-27T21:12:21Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | MIT | JavaScript |
dyncan/lwc-practice-scenarios | main | # lwc-practice-scenario
This project was inspired by [lwc-practice-scenario](https://salesforcediaries.com/category/lwc-practice-scenarios/)
## Scenario Solutions
[LWC EXCHANGE – SCENARIO 9](https://salesforcediaries.com/2023/04/21/lwc-exchange-scenario-9/)
- Source code: [accountCreation](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/accountCreation)
<div align="center">
<img src="screenshots/lwc-practice-scenario-09-01.png" width="100%" alt="LWC EXCHANGE – SCENARIO 9"/>
<img src="screenshots/lwc-practice-scenario-09-02.png" width="100%" alt="LWC EXCHANGE – SCENARIO 9"/>
<img src="screenshots/lwc-practice-scenario-09-03.png" width="100%" alt="LWC EXCHANGE – SCENARIO 9"/>
</div>
[LWC EXCHANGE – SCENARIO 8](https://salesforcediaries.com/2023/04/16/lwc-exchange-scenario-8/)
- Source code: [publicApiCallout](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/publicApiCallout)
<div align="center">
<img src="screenshots/lwc-practice-scenario-08.png" width="100%" alt="LWC EXCHANGE – SCENARIO 8"/>
</div>
---
[LWC EXCHANGE – SCENARIO 7](https://salesforcediaries.com/2022/10/21/lwc-exchange-scenario-7/)
- Source code: [dataFiller](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/dataFiller)
- Source code: [personTable](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/personTable)
<div align="center">
<img src="screenshots/lwc-practice-scenario-07.png" width="100%" alt="LWC EXCHANGE – SCENARIO 7"/>
</div>
---
[LWC EXCHANGE – SCENARIO 6](https://salesforcediaries.com/2022/10/01/lwc-exchange-scenario-6/)
- Source code: [transactionForm](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/transactionForm)
<div align="center">
<img src="screenshots/lwc-practice-scenario-06-01.png" width="100%" alt="LWC EXCHANGE – SCENARIO 6"/>
<img src="screenshots/lwc-practice-scenario-06-02.png" width="100%" alt="LWC EXCHANGE – SCENARIO 6"/>
</div>
---
[LWC EXCHANGE – SCENARIO 4](https://salesforcediaries.com/2022/09/20/lwc-exchange-scenario-4/)
- Source code: [distanceCalculator](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/distanceCalculator)
<div align="center">
<img src="screenshots/lwc-practice-scenario-04-01.png" width="100%" alt="LWC EXCHANGE – SCENARIO 4"/>
<img src="screenshots/lwc-practice-scenario-04-02.png" width="100%" alt="LWC EXCHANGE – SCENARIO 4"/>
</div>
---
[LWC EXCHANGE – SCENARIO 3](https://salesforcediaries.com/2022/09/17/lwc-exchange-scenario-3/)
- Source code: [parent](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/parent)
- Source code: [child](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/child)
<div align="center">
<img src="screenshots/lwc-practice-scenario-03-01.png" width="100%" alt="LWC EXCHANGE – SCENARIO 3"/>
<img src="screenshots/lwc-practice-scenario-03-02.png" width="100%" alt="LWC EXCHANGE – SCENARIO 3"/>
</div>
---
[LWC EXCHANGE – SCENARIO 2](https://salesforcediaries.com/2022/09/17/lwc-exchange-scenario-2/)
- Source code: [calculator](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/calculator)
<div align="center">
<img src="screenshots/lwc-practice-scenario-02-01.png" width="100%" alt="LWC EXCHANGE – SCENARIO 2"/>
<img src="screenshots/lwc-practice-scenario-02-02.png" width="100%" alt="LWC EXCHANGE – SCENARIO 2"/>
</div>
---
[LWC EXCHANGE – SCENARIO 1](https://salesforcediaries.com/2022/09/17/lwc-exchange-scenario-1/)
- Source code: [approvalProcessViewer](https://github.com/dyncan/lwc-scenarios/tree/main/force-app/main/default/lwc/approvalProcessViewer)
<div align="center">
<img src="screenshots/lwc-practice-scenario-01-01.png" width="100%" alt="LWC EXCHANGE – SCENARIO 1"/>
<img src="screenshots/lwc-practice-scenario-01-02.png" width="100%" alt="LWC EXCHANGE – SCENARIO 1"/>
<img src="screenshots/lwc-practice-scenario-01-03.png" width="100%" alt="LWC EXCHANGE – SCENARIO 1"/>
</div>
## Installation
1. Run `chmod +x ./install-dev.sh` to set the execute permission.
2. Run `./install-dev.sh YOUR_SCRATCH_ORG_ALIAS` to create a scratch org and push the source code to org.
3. After the bash script is executed, it will automatically open the scratch org.
4. Add lwc components to home page. | Solutions for LWC scenarios | apex,lightning-web-components,javascript | 2023-04-17T03:23:05Z | 2023-04-23T05:14:13Z | null | 1 | 0 | 20 | 0 | 0 | 3 | null | null | JavaScript |
Wwebur/ReactShopify | main | # Shopping App
A shopping app using React Navigation, Redux, Redux-Thunk and Firebase.
## Features
- authentication screen to log in or sign up.
- shop to see all products and product details.
- cart to add/remove products and order them.
- orders screen to retrieve orders.
- user admin to create, update and delete products.
## React Navigation
- handling stack of screens for products, orders and user admin with createStackNavigator and createAppContainer.
- using props.navigation to navigate between screens.
- handling data from component to header with setParams and getParam.
- custom header title with navigationOptions.
- custom cart button in the header with react-navigation-header-buttons.
- custom SideDrawer with react-navigation-drawer.
- adding listener with props.navigation.addListener to reload data from server.
- handling manual logout with SafeAreaView and DrawerNavigatorItems.
- handling autologout and forced reload with a custom wrapper for the navigator thanks to useRef and NavigationActions.
## Redux and React-Redux
- using actions and reducers to authenticate and to store data (token and user ID, products, cart, orders).
- using useSelector hook to get the state.
- using props.navigation to pass data to the header without re-render.
- using useDispatch hook to dispatch actions.
- passing useDispatch to the header with useEffect and useCallback to limit re-render cycles.
- handling logic for the cart (quantity, removing a product and clearing the cart).
- debugging with redux-devtools-extension and React Native debugger.
## React Native
- using FlatList, ScrollView, TouchableOpacity, KeyboardAvoidingView, ActivityIndicator, Alert, AsyncStorage and SafeAreaView.
- custom reusable components (Card, HeaderButton, Input).
- custom fonts, color and environment constants.
- using React hooks (useState, useEffect, useCallback, useReducer, useRef).
- handling input validation with useReducer and custom TextInput component.
- handling dates with Moment.js.
- handling sessions with AsyncStorage, setItem and getItem.
## Redux-Thunk and Firebase
- using Redux-thunk as a middleware to add async code.
- using Firebase as a database for products and orders with fetch (POST, PATCH, DELETE).
- handling authentication with Firebase (email and password).
- showing a loading spinner with ActivityIndicator and useState while fetching data/trying to authenticate.
- handling errors with try/catch blocks and throwing Alerts.
- using getState from Redux-thunk to send http requests with a token.
## Usage
Add your Firebase url and key in [constants/Environment.js](constants/Environment.js).
Based on [React Native - The Practical Guide](https://www.udemy.com/react-native-the-practical-guide/) by Maximilian Schwarzmüller.
| A shopping app using React Navigation, Redux, Redux-Thunk and Firebase. | expo,firebase,javascript,react,react-navigation,redux,redux-thunk | 2023-04-17T18:27:19Z | 2023-04-19T00:56:53Z | null | 1 | 0 | 51 | 0 | 0 | 3 | null | null | JavaScript |
iamkingarsh/Food-Delivery-App-Clone | master | null | A React Native Food Delivery App like Zomato with stunning UI and Backend with sanity to upload manage the restaurants, dishes etc. | food-delivery-application,frontend,javascript,react-native,sanity-studio | 2023-04-16T20:43:29Z | 2023-04-16T20:03:42Z | null | 1 | 0 | 1 | 0 | 0 | 3 | null | null | JavaScript |
sanjeevkse/light-string-utils | main | # Light String Utils
[](https://www.npmjs.com/package/light-string-utils)
[](https://www.npmjs.com/package/light-string-utils)
[](https://www.npmjs.com/package/light-string-utils)
A light weight utility collection on string. Without any external dependencies.
The unit test cases are generated by our app [UnitRunner.app](https://unitrunner.app/)
Happy coding!
# Found any bugs/features?
Please feel free to open an issue. I shall be happy to help soon.
[Click here](https://github.com/sanjeevkse/light-string-utils/issues)
## Install
```bash
$ npm install light-string-utils --save
```
## Usage
<!--
```javascript
// ES2015+
import * as light-string-utils from 'light-string-utils'; // OR:
import { limit, substring, length, substr } from 'light-string-utils';
``` -->
```javascript
// CommonJS
const ltStringUtils = require("light-string-utils"); // OR:
const { length } = require("light-string-utils");
```
[//]: START GENERATED CODE
- [`abbreviate()`](#abbreviate)
- [`capitalize()`](#capitalize)
- [`center()`](#center)
- [`deCapitalize()`](#deCapitalize)
- [`endsWith()`](#endsWith)
- [`equalsIgnoreCase()`](#equalsIgnoreCase)
- [`escapeHTML()`](#escapeHTML)
- [`first()`](#first)
- [`isAlNum()`](#isAlNum)
- [`isAlpha()`](#isAlpha)
- [`last()`](#last)
- [`length()`](#length)
- [`limit()`](#limit)
- [`occurance()`](#occurance)
- [`pad()`](#pad)
- [`repeat()`](#repeat)
- [`replaceBy()`](#replaceBy)
- [`sentenceCase()`](#sentenceCase)
- [`slugify()`](#slugify)
- [`subString()`](#subString)
- [`titleCase()`](#titleCase)
- [`toArray()`](#toArray)
- [`worldCount()`](#worldCount)
## abbreviate
Abbreviates a string by returning the first character of each word.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The input string to be abbreviated. |
### Returns
{string} - The abbreviated string.
### Examples
```js
abbreviate("Hello World"); // Returns "HW"
abbreviate(" "); // Returns ""
abbreviate("test"); // Returns "t"
```
## capitalize
Capitalizes the first letter of a string and converts the rest to lowercase.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The input string to be capitalized. |
### Returns
{string} - The capitalized string.
### Examples
```js
capitalize("hello world"); // returns "Hello world"
capitalize("hElLo wOrLD"); // returns "Hello world"
capitalize(" A "); // returns "A"
capitalize(""); // returns ""
capitalize(null); // throws Error "Invalid string served"
capitalize(123); // throws Error "Invalid string served"
```
## center
Center aligns the given string within a new string of the specified length, padded with the specified character.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to center align. |
| totalStringLength | {number} | _none_ | The total length of the resulting string. |
| paddingCharacter | {string} | " " | The character to use for padding. Defaults to a space. |
### Returns
{string} - A new string of the specified length, with the original string centered and padded.
### Examples
```js
center("Hello World", 20); // Returns " Hello World "
center("Hello World", 20, "*"); // Returns "****Hello World*****"
```
## deCapitalize
De-capitalizes the first letter of a string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to de |
### Returns
{string} - A new string with the first letter de
### Examples
```js
deCapitalize("Hello World"); // Returns "hello World"
deCapitalize(" "); // Returns ""
deCapitalize("test"); // Returns "test"
```
## endsWith
Checks if a string ends with the specified substring.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to center align. |
| compareSubString | {string} | _none_ | The substring to compare. |
### Returns
{boolean} - A boolean indicating if the string ends with the specified substring.
### Examples
```js
endsWith("Hello World", "World"); // Returns true
endsWith("Hello World", "Worlds"); // Returns false
endsWith("Hello World", " "); // Returns false
endsWith("Hello World", "Hello World"); // Returns true
```
## equalsIgnoreCase
Checks if two strings are equal ignoring the case.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str1 | {string} | _none_ | The first string to compare. |
| str2 | {string} | _none_ | The second string to compare. |
### Returns
{boolean} - A boolean indicating if the strings are equal ignoring the case.
### Examples
```js
equalsIgnoreCase("Hello World", "hello world"); // Returns true
equalsIgnoreCase("Hello World", "hello worlds"); // Returns false
equalsIgnoreCase("Hello World", " "); // Returns false
equalsIgnoreCase("Hello World", "Hello World"); // Returns true
```
## escapeHTML
Escapes HTML characters.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to escape. |
### Returns
{string} - The escaped string.
### Examples
```js
escapeHTML("<p>hello world</p>"); // returns "<p>hello world</p>"
escapeHTML("hello world"); // returns "hello world"
escapeHTML("hello & world"); // returns "hello & world"
escapeHTML("hello < world"); // returns "hello < world"
```
## first
Returns the first character of a string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to get the first character from. |
| characterCount | {number} | 1 | The number of characters to return. |
### Returns
{string} - The first character of the string.
### Examples
```js
first("Hello World"); // Returns "H"
first(" "); // Returns ""
first("test"); // Returns "t"
first("Hello World", 2); // Returns "He"
```
## isAlNum
Checks if the string contains only alphanumeric characters.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to check. |
### Returns
{boolean} - A boolean indicating if the string contains only alphanumeric characters.
### Examples
```js
isAlNum("Hello World"); // Returns false
isAlNum("HelloWorld"); // Returns true
isAlNum("HelloWorld123"); // Returns true
isAlNum("Hello World123"); // Returns false
```
## isAlpha
Checks if the string contains only alphanumeric characters.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to check. |
### Returns
{boolean} - A boolean indicating if the string contains only alphanumeric characters.
### Examples
```js
isAlpha("Hello World"); // Returns false
isAlpha("HelloWorld"); // Returns true
isAlpha("HelloWorld123"); // Returns false
isAlpha("Hello World123"); // Returns false
```
## last
Returns the last character of a string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to get the last character from. |
| characterCount | {number} | 1 | The number of characters to return. |
### Returns
{string} - The last character of the string.
### Examples
```js
last("Hello World"); // Returns "d"
last(" "); // Returns ""
last("test"); // Returns "t"
last("Hello World", 2); // Returns "ld"
```
## length
Returns the length of a string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to get the length of a string. |
### Returns
{number} - The length of the string.
### Examples
```js
length("Hello World"); // Returns 11
length(" "); // Returns 1
length("test"); // Returns 4
```
## limit
Limits the length of a string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to limit. |
| strLimit | {number} | _none_ | The limit of the string. |
| padSide | {string} | "right" | The side to pad the string. |
| padString | {string} | "..." | The string to pad the string with. |
### Returns
{string} - The limited string.
### Examples
```js
limit("Hello World", 5); // Returns "Hello..."
limit("Hello World", 4, "left"); // Returns "...Hello "
limit("Hello World", 4, "left", "!!!"); // Returns "!!!Hello"
```
## occurance
Returns the indices of the finding string in the input string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The input string (target string). |
| findStr | {string} | _none_ | The finding string. |
| caseSensitive | {string} | false | Should it be case sensitive or in |
### Returns
{number[]} - The starting indices of the occurances.
### Examples
```js
occurance("Hello World!!, Hello all", "Hellow"); // Returns []
occurance("You are great as usual", " "); // Returns [3, 7, 13, 16]
occurance("Contributing to the open source encourages mutual side benefits"); // Returns [3, 8, 13, 16, 45, 61]
```
## pad
Pads a string with another string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to pad. |
| side | {string} | _none_ | The side to pad the string (left | right | both). |
| padWith | {string} | _none_ | The string to pad the string with. |
### Returns
{string} - The padded string.
### Examples
```js
pad("Hello World", "left", "!!!"); // Returns "!!!Hello World"
pad("Hello World", "right", "!!!"); // Returns "Hello World!!!"
pad("Hello World", "both", "!!!"); // Returns "!!!Hello World!!!"
pad("Hello World", "both"); // Returns "Hello World"
```
## repeat
repeats a string by defined times.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| item | {item} | _none_ | The input string/number to be repeated. |
| times | {number} | 1 | The number of times to repeat the string. |
| delimiter | {string} | "" | The delimiter to be used between the repeated strings. |
### Returns
{string} - The repeated string.
### Examples
```js
repeat("san"); // Returns "san"
repeat("san", 4); // Returns "sansansansan"
repeat("test ", 2); // Returns "test test"
```
## replaceBy
Replaces all the occurrences of a string with another string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to replace. |
| searchReplaceObj | {string} | _none_ | The object containing the search and replace strings. |
### Returns
{string} - The replaced string.
### Examples
```js
replaceBy("{{{Hello}}} {{{World}}}", { "Hello": "Hi", "World": "Earth" }); // Returns "Hi Earth"
replaceBy("{{{Hello}}} World", { "Hello": "Hi" }); // Returns "Hi World"
replaceBy("{{{Hello}}} {{{World}}}", { "Hello": "Hi", "World": "Earth", "Earth": "World" }); // Returns "Hi World"
```
## sentenceCase
Converts a string to sentence case.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to convert. |
### Returns
{string} - The converted string.
### Examples
```js
sentenceCase("hello world"); // Returns "Hello world"
sentenceCase("hello world."); // Returns "Hello world."
```
## slugify
Converts a string to a slug.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to convert. |
### Returns
{string} - The converted string.
### Examples
```js
slugify("Hello World"); // Returns "hello-world"
slugify("Hello World!"); // Returns "hello-world"
slugify("Hello World!@#$%^&*()"); // Returns "hello-world"
```
## subString
Returns a substring of a string.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to get the substring from. |
| start | {number} | 0 | The index to start the substring from. |
| countFromStart | {number} | undefined | The number of characters to return. |
### Returns
{string} - The substring of the string.
### Examples
```js
subString("Hello World"); // Returns "Hello World"
subString(" "); // Returns " "
subString("Hello World", 2); // Returns "llo World"
subString("Hello World", 2, 3); // Returns "llo"
```
## titleCase
Converts a string to title case.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to convert. |
### Returns
{string} - The converted string.
### Examples
```js
titleCase("hello world"); // Returns "Hello World"
titleCase("hello world!@#$%^&*()"); // Returns "Hello World!@#$%^&*()"
```
## toArray
Converts a string to an array.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to convert. |
| explodeBy | {string} | "" | The separator to use. |
### Returns
{string[]} - The converted string.
### Examples
```js
toArray("Hello World", " "); // Returns ["Hello", "World"]
toArray("test"); // Returns ["t", "e", "s", "t"]
```
## worldCount
Counts the number of words seperated by spaces or the given seperator.
### Parameters
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| str | {string} | _none_ | The string to convert. |
| explodeBy | {string} | "" | The separator to use. |
### Returns
{number} - The word count.
### Examples
```js
worldCount("Hello World", " "); // Returns 2
wc("test me!"); // Returns 2
```
[//]: END GENERATED CODE
## Test
```bash
$ npm test
```
## License
This software is released under the
[MIT License](http://sallar.mit-license.org/).
| Very light weight string utility collection | javascript,nodejs,string,string-manipulation,utilities,utility | 2023-04-09T08:04:13Z | 2024-03-12T03:09:05Z | 2023-11-22T19:10:18Z | 1 | 0 | 37 | 0 | 0 | 3 | null | null | JavaScript |
unorjikingsley/RnB-Meets-Afro | main | # RnB-Meets-Afro | A website that promotes a concert for a music concert. Built with HTML, CSS and JavaScript | html-css-javascript,javascript,eslint,linter,linters-setup | 2023-04-16T11:40:24Z | 2023-04-18T21:22:56Z | null | 1 | 2 | 2 | 1 | 0 | 3 | null | MIT | CSS |
AbbasSarwar/Shows | main | <a name="readme-top"></a>
<h3><b>AZ-Shows README Template</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[AZ-Shows\] ](#-az-shows-)
- [🛠 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 test](#run-test)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 [AZ-Shows] <a name="about-project"></a>
> Hello , This is a Shows list application.
**[AZ-Shows]** is a simple where you can get the shows list and you can like and comment on the favourite one.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>HTML</summary>
</details>
<details>
<summary>HTML</summary>
</details>
<details>
<summary>JAVASCRIPT</summary>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Simple Layout]**
- **[API SHOWS]**
- **[API Creating Data]**
- **[Displaying Comments] from API**
- **[Displaying Likes from API]**
- **[Testing COmments & Likes count]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Link](https://abbassarwar.github.io/Shows/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.
### Prerequisites
In order to run this project you need:
-Commands: npm install
### Setup
* git clone https://github.com/AbbasSarwar/Shows.git
* cd Shows
* git checkout Development
### Install
-Command: npm install
### Usage
-Command: npm run build
### Run test
-Command: npm start
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Author1**
- GitHub: [@AbbasSarwar](https://github.com/AbbasSarwar)
- Twitter: [@Abbas_sDev](https://twitter.com/Abbas_sDev)
- LinkedIn: [Abbas-Sarwar](https://www.linkedin.com/in/abbas-sarwar-4a0b16257/)
👤 **Author2**
- GitHub: [@zunairkhan811](https://github.com/zunairkhan811)
- LinkedIn: [zunairkhan811](https://www.linkedin.com/in/zunairkhan811/)
####Documentation
- [Video]: [Link](https://drive.google.com/file/d/11_12tOF8K6XA1ZLIavmJ3ApxGrO5AxlF/view)
-
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[More Flexability UI]**
<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!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like my Todo statup project kindly comment or Follow me on LinkedIn, Twitter & twitter and always Your feedback will be really appreciated I have created issue if you want to share.
Thanks.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank you All Microverse community.
<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>
| This is a movie and TV show listing project that retrieves all data from an API, and allows you to like and comment on them. | css3,html5,javascript,webpack | 2023-04-17T12:14:56Z | 2023-04-28T06:44:13Z | null | 2 | 12 | 64 | 0 | 2 | 3 | null | null | JavaScript |
johncoffeeocean/johncoffeeocean.github.io | main | # johncoffeeocean.github.io
| null | css,html,javascript,template | 2023-04-16T14:25:56Z | 2023-06-12T00:24:42Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | HTML |
toyman640/Agro-Summit | main | <a name="readme-top"></a>
# :green_book: Table of Contents
- [:book: About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:rocket: Live Demo](#live-demo)
- [:computer: Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [:bust_in_silhouette: Author](#author)
- [:telescope: Future Features](#future-features)
- [:handshake: Contributing](#contributing)
- [:star:️ Show your support](#support)
- [:pray: Acknowledgements](#acknowledgements)
- [:question: FAQ](#faq)
- [:memo: License](#license)
# :book: Agricultural Enthusiat Global Summit project <a name="about-project"></a>
**AE Global Summit project** is a project built with HTML, CSS AND JAVASCRIPT.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics">HTML5</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics">CSS3</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics">JAVASCRIPT</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Responsive Design.**
- **Pixel Perfect design.**
- **Local Storage**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://toyman640.github.io/Agro-Summit/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :computer: 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/).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
```
git clone https://github.com/toyman640/Hello_microverse.git
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd Agro-Summit``**
### Install
Install all dependencies:
```
npm install
```
### Usage
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- To get it running on your default browser and local host, run:
```
Open the index.html in the project directory with your preferred browser to run the project
```
### Run tests
To run tests, run the following command:
- Track HTML linter errors run:
```
npx hint .
```
- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint .
```
- For unit testing, run:
```
npm test
```
### Deployment <a name="deployment"></a>
You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)".
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :bust_in_silhouette: Author <a name="author"></a>
:bust_in_silhouette: **Falako Omotoyosi**
- GitHub: [@toyman640](https://github.com/toyman640)
- Twitter: [@_toyman](https://twitter.com/_toyman)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :telescope: Future Features <a name="future-features"></a>
- [ ] **Implement button to switch sort type (ascending or descending).**
- [ ] **Implement completed and not-completed routes for completed and non-completed tasks, respectively.**
- [ ] **Add backend to store tasks.**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :handshake: 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>
## :star:️ Show your support <a name="support"></a>
Give a :star:️ if you like this project and how I managed to build it!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :pray: Acknowledgments <a name="acknowledgements"></a>
- The original design idea from Cindy Shin:Creative Commons.
- Template from [Cindy](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) behance gallery.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
- Hat tip to Cindy Shin whose template was used.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :question: FAQ <a name="faq"></a>
- **Can I fork and reuse the repository**
- Yes please, feel free.
- **Can I improve the repository, and my changes will be accepted if they are good?**
- Yes please, nice ideas are welcome, please.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :memo: 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 project about An agricultural summit | css,html,javascript | 2023-04-17T08:56:59Z | 2023-05-17T09:26:43Z | null | 1 | 2 | 36 | 0 | 0 | 3 | null | MIT | HTML |
priyans619/Batman-Animation-html-css | master | # Animation-html-css
## This animation is made using pure Html/css.<br>
### Batman chasing joker in arkham city
### Here is the clip of animation.
## ENJOY !!!
| Batman chasing joker in arkham city | animation,css,editing,javascript | 2023-04-17T11:01:48Z | 2023-10-14T17:31:09Z | null | 1 | 0 | 10 | 0 | 1 | 3 | null | null | CSS |
mrcbq/Capstone-module-1-dsteam-page | main | <a id="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#📖-dsteam-landing-page)
- [🛠 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)
- [👥 Author](#👥-author)
- [🔭 Future Features](#future-features)
- [🤝 Contributors](#contributors)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#🙏-acknowledgments)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
## 📖 DSteam Landing page
**DSteam Landing page** There is the first capstone project for create a web using one design, using mobile firts modern techniques.
Is based on behance design by Cindy Shin, GUI & Graphic Designer, https://www.behance.net/adagio07, thanks for sharing the layout idea an design.
You can check this little video with the introduccion at the project and a little explaination how I build it.
Please check the video https://www.loom.com/share/c4c7b61e07f646aaa06ccef6244f53be
### 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client
<ul>
<li>HTML</li>
<li>css</li>
<li>JavaScript</li>
</ul>
</summary>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Portfolio web version Using only html and css**
- **Mobile first, Responsive Desing**
- **Using gh actions as a linter and hint as a local linter**
<p align="right"> [🚀 Back to top](#📗-table-of-contents) </p>
<!-- live demo -->
### 🚀 Live Demo
- <p align="left"><a href="https://mrcbq.github.io/Capstone-module-1-dsteam-page/#">LP for InfoSec Company</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:
Clone the repo and use this template
### Prerequisites
In order to run this project you need:
A browser, and that's it.
Please clone this repo, and forked it.
Open index.html on your browser.
### Setup
Clone this repository:
git clone https://github.com/mrcbq/Capstone-module-1-dsteam-page to your desired folder and change the readme file for your fits.
### Install
Open Index.HTML on your favorite browser
No requires libraries extra.
### Usage
Open Index.HTML on your favorite browser
No requires libraries extra.
### Run tests
This project has no test configured yet, no worries it an only a basic html and css project...
### Deployment
You can deploy this project using:
Git Hub Pages: use this instructions: https://livecode247.com/deploying-a-static-html-and-css-site-using-github-pages
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
### 👥 Author
👤 **Marco Baquero**
- GitHub: [@mrcbq](https://github.com/mrcbq)
- Twitter: [@mrcbq](https://twitter.com/mrcbq)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mrcbq)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
### 🤝 Contributors <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>
<!-- FUTURE FEATURES -->
### 🔭 Future Features <a name="future-features"></a>
- [ ] **[implement other sections]**
- [ ] **[Add more info to courses section]**
- [ ] **[Implemented express or nest.js]**
<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 consider give me a like.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
Design by Cindy Shin, GUI & Graphic Designer, https://www.behance.net/adagio07, thanks for sharing the layout idea an design.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
Q: How to use the responsive design for the mobiel version?
A: Think mobile first.
- **[How use the readme file]**
- [Please copy the content and paste in your favorite editor, save as readme.md ]
<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>
# portfolio-mobile-first
| Landing page for InfoSec company, Capstone for module 1 at Microverse, Built with JS Vanilla, HTML and CSS. | css3,html,javascript | 2023-04-17T17:14:54Z | 2023-04-21T21:29:32Z | null | 1 | 1 | 32 | 0 | 0 | 3 | null | MIT | HTML |
shihabrafio/Meco-Chocolate | master | <a name="readme-top"></a>
<div align="center">
<h3><b>Capstone Project-Module 1</b></h3>
</div>
# :green_book: Table of Contents
- [:book: About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:rocket: Live Demo](#live-demo)
- [:computer: Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [:bust_in_silhouette: Author](#author)
- [:telescope: Future Features](#future-features)
- [:handshake: Contributing](#contributing)
- [:star:️ Show your support](#support)
- [:pray: Acknowledgements](#acknowledgements)
- [:memo: License](#license)
# :book: Capstone Project-Module 1 <a name="about-project"></a>
**Capstone Project-Module 1** is the final project of module-1. Using Simple html, css and javascript .
[Project Presentation](https://www.loom.com/share/50f76888e0be4ed1b2e5a1bc1a5f7e54)
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://mozilla.github.io/addons-linter/">Linters</a></li>
<li><a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">FlexBox</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Responsive Design.**
- **Dynamics of HTML**
- **Client side Validation**
<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://shihabrafio.github.io/Meco-Chocolate/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :computer: 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/).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
```sh
"git clone https://github.com/shihabrafio/Meco-Chocolate.git"
```
- Navigate to the location of the folder in your machine:
```sh
cd ./user/
```
### Install
Install all dependencies:
```sh
"npm install"
```
### Usage
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- To get it running on your default browser and local host, run:
```sh
" Open the index.html in the project directory with your preferred browser to run the project"
```
### Run tests
To run tests, run the following command:
- HTML linter errors run:
```
npx hint .
```
- CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- JavaScript linter errors run:
```
npx eslint .
```
- For unit testing, run:
```
npm test
```
### Deployment <a name="deployment"></a>
You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)".
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :bust_in_silhouette: Author <a name="author"></a>
- GitHub: [@shihabrafio](https://github.com/shihabrafio)
- Twitter: [@shihab_uddin19](https://twitter.com/shihab_uddin19)
- LinkedIn: [Shihab Uddin Khan](https://www.linkedin.com/in/shihab-uddin-khan-45620a16a/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :telescope: Future Features <a name="future-features"></a>
- [ ] **Implement button to switch sort type (ascending or descending).**
- [ ] **Implement completed and not-completed routes for completed and non-completed tasks, respectively.**
- [ ] **Add backend to store tasks.**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :handshake: 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>
## :star:️ Show your support <a name="support"></a>
Give a :star:️ if you like this project and how I managed to build it!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :pray: Acknowledgments <a name="acknowledgements"></a>
- To [Cindy Shin](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015), Original design.
- Creative Commons license of the design
- I would like to thanks all my coding partners at Microverse
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## :memo: License <a name="license"></a>
This project is [MIT](LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| MECO is a company that specializes in providing AI-driven solutions and services to help businesses streamline their operations and improve their performance. Their focus is on developing cutting-edge AI technologies, such as natural language processing and machine learning, to help companies gain insights and make data-driven decisions. | css,html,javascript | 2023-04-16T15:20:11Z | 2023-04-22T08:41:58Z | null | 1 | 1 | 37 | 1 | 0 | 3 | null | MIT | CSS |
Irenaeus-XVI/CRUDS-PROJECT | main | # CRUDS-PROJECT
## Live Demo: [https://irenaeus-xvi.github.io/CRUDS-PROJECT/](https://irenaeus-xvi.github.io/CRUDS-PROJECT/)
## Table of Contents
- [Overview](#overview)
- [Create Products](#create-products)
- [Retrieve](#retrieve)
- [Update](#update)
- [Delete](#delete)
- [Search](#search)
- [Validation](#validation)
- [Technologies](#technologies)
## Overview
This CRUDS-PROJECT is a simple web application that allows you to perform CRUD (Create, Retrieve, Update, Delete, Search) operations on product details. It provides a user-friendly interface for managing product data.
### Create Products
Add product details using a form.

### Retrieve
Display product details in a list.

### Update
Update product details.


### Delete
Delete a product from the list.


### Search
Search for products.



### Validation

## Technologies Used
- HTML
- CSS
- Bootstrap
- JavaScript
- Regular Expressions (Regex)
- Local Storage
| null | bootstrap5,css3,html5,javascript,localstorage,regex | 2023-04-15T01:03:00Z | 2023-05-22T22:19:14Z | null | 1 | 0 | 25 | 0 | 0 | 3 | null | null | JavaScript |
MohamedAboElnaser/JavaScript-course | main | # `Javascript course`
This repo contains the assignment and tasks of [JavaScript Bootcamp](https://elzero.org/study/javascript-bootcamp-2021-study-plan/)


## `Content`
- [Week-One](week-1(Intro)/)
- [Week-Two](week-2(data%20Types)/)
- [Week-Four](week-4(number%26string)/)
- [Week-Five](week-5(flow%20control)/)
- [Week-Six](week-6(Array)/)
- [Week-Seven](week-7(Loops)/)
- [Week-Eight](week-8(functions)/)
- [Week-Nine](week-9(functions-2)/)
- [Week-Ten](week-10(Higher-Order-Functions)/)
- [Week-Eleven](week-11(object)/)
- [Week-Twelve](week-12(DOM)/)
- [Week-Thirteen](week-13(DOM-Events)/)
- [week-Fourteen](week-14(BOM)/)
- [Week-Fifteen](week-15(BOM-localStorage)/)
- [Week-Sixteen](week-16(Destructuring-Arrays)/)
- [Week-Seventeen](week-17(Set-Map)/)
- [Week-Nineteen](week-19(OOP)/)
- [Week-Twenty](week-20(Date%20And%20Time)/)
- [Week-Twenty-One](week-21(JSON)/)
- [Week-Twenty-Two](week-22(Promis)/)
| The repo contains all js course assignments and challenges | html,javascript | 2023-04-15T15:33:01Z | 2023-06-17T13:35:56Z | null | 1 | 0 | 25 | 0 | 0 | 3 | null | null | JavaScript |
varuntankan12/Quiz_App | main | # Quiz_App
Developed a simple quiz app during the 𝒊𝒏𝒕𝒆𝒓𝒏𝒔𝒉𝒊𝒑 at 𝐂𝒐𝐝𝐞𝑨𝒍𝒑𝒉𝒂.
website link:- https://varuntankan12.github.io/Quiz_App/
| Developed a simple quiz app during the 𝒊𝒏𝒕𝒆𝒓𝒏𝒔𝒉𝒊𝒑 at 𝐂𝒐𝐝𝐞𝑨𝒍𝒑𝒉𝒂. | api,css,html,javascript,json | 2023-04-09T14:46:07Z | 2023-10-01T12:15:12Z | null | 1 | 2 | 10 | 0 | 1 | 3 | null | null | CSS |
nishantshah977/sentimo | main | # sentimo
A simple sentiment detector open-source module for node.js
**This is my first project to listed on npm and with objective to help Beginners. It contains limited amount of data currently.**
# Installation
```
npm i sentimo
```
# Usage
**Basic Example**
```
const sentimo = require('sentimo');
const text = new sentimo();
const result = text.analyze("I am happy to try sentimo");
console.log(result);
```
**Sentiment**
```
const sentimo = require('sentimo');
const text = new sentimo();
const result = text.analyze("I am happy to try sentimo");
\\ Add result.sentiment
console.log(result.sentiment);
```
**Sentiment Score**
```
const sentimo = require('sentimo');
const text = new sentimo();
const result = text.analyze("I am happy to try sentimo");
// Add result.score
console.log(result.score);
```
# Contributing
Fork the repo and make necessary changes and make pull request. Words with score are listed in `data.json`
| A simple sentiment detector open-source module for node.js | ai,javascript,ml,npm,open-source,sentiment,sentiment-analysis,sentiment-classification,sentiment-polarity,sentiment-scores | 2023-04-10T12:35:41Z | 2023-04-11T04:45:48Z | null | 1 | 1 | 8 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
WBGreenArrow/we-nature-tasks | main |
<table align="center">
<tr>
<td align="center" width="9999">
<img src="./we-nature-task-logo.png" style="display: block; margin: auto; width: 350px" alt="WeNature Task logo">
<br>
#
Um web app de gerenciamento de tarefas feito com ReactJS
<br>
Link da aplicação online: <a href="https://we-nature-tasks.vercel.app">https://we-nature-tasks.vercel.app</a>
</td>
</tr>
</table>
<br>
# 🎨 Preview
<img src="./demo.gif">
<br>
# 📃 Sobre o projeto
Uma aplicação feita com ReactJS que ajuda o usuario a gerenciar tarefas. Com ela, é possível adicionar, editar e remover tarefas, que são organizadas em ordem cronológica e possuem um status que indica se estão pendentes, em andamento ou concluídas.
Desenvolvido para o desafio da <a href="https://www.lognature.com.br/">LogNature</a>
<br>
<br>
# Funcionalidades
- Adicionar tarefa: O usuário é capaz de adicionar uma nova tarefa com título e descrição.
- Listar tarefas: A página inicial exibe uma lista com todas as tarefas cadastradas, ordenadas pela data de modificação. A lista conta com um filtro que busca as tarefas por status: (pendente, em andamento ou concluída), título, descrição ou data de modificação.
- Editar tarefa: O usuário é capaz de editar o título e a descrição e mudar status de uma tarefa já existente.
- Remover tarefa: O usuário é capaz de remover uma tarefa cadastrada.
<br><br>
# 🛠 Tecnologias utilizadas
## Front-End
- ⚛ ReactJs (Vite)
- ⚛ React Router Dom - Controle de Rotas
- 🌈 Sass - Pré-processador CSS
- 💠 Zustand - Gerenciador de Estado
- 🫧 Material UI - Framework de Estilo
- 🧑🚀Material Icons - Pacote de Ícones
- 💾 Local Storage- Armazenar as Tarefas
<br>
# 🚀 Rodando o projeto
## Pré-requisitos
- Git
- NodeJS
- Yarn ou Npm
<br>
## 💻 Rodando o Front-End
Clone o repositório
```bash
# Clone o repositório
git clone https://github.com/WBGreenArrow/we-nature-tasks.git
```
Navegue até a pasta do projeto clonado e execute os comandos abaixo
```bash
# Entra na pasta do projeto
cd we-nature-tasks
# Instalar as dependências
yarn install
```
Após concluir a instalação das dependências, ainda no terminal na pasta raiz do projeto, execute o comando abaixo.
```bash
# Iniciar aplicação
yarn run dev
# Após isso a aplicação pode ser utilizada acessando o endereço http://localhost:5173/
```
<br>
| A ReactJS application that helps the user manage tasks. With it, it's possible to add, edit and remove tasks, which are organized in chronological order and have a status indicating whether they are pending, in progress or completed. | hmtl,javascript,material-ui,nodejs,reactjs,sass,typescript,zustand | 2023-04-11T20:58:54Z | 2023-04-20T02:34:06Z | null | 1 | 0 | 101 | 0 | 0 | 3 | null | null | TypeScript |
wra-sol/fern-stack-walkthrough | master | # FERN Stack Walkthrough
Welcome to the FERN Stack Walkthrough GitHub repository! This repository contains a step-by-step guide and source code to help you understand and build web applications using the FERN Stack.
You can find the [step-by-step walkthrough here](https://dev.to/wra-sol/ferntastic-web-development-a-starters-walkthrough-of-the-fern-stack-700)
The FERN Stack is a modern web development stack consisting of:
- **F**irebase: A Backend-as-a-Service platform providing various services such as authentication, database, storage, and hosting.
- **E**xpress: A minimal and flexible Node.js web application framework for building web applications and APIs.
- **R**eact: A popular JavaScript library for building user interfaces.
- **N**ode.js: A JavaScript runtime environment that executes JavaScript code outside of a web browser.
## Prerequisites
Before you begin, make sure you have the following installed on your local machine:
- [Node.js](https://nodejs.org/en/download/)
- [npm](https://www.npmjs.com/get-npm) (Usually comes bundled with Node.js)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for more information.
## Contributing
We welcome contributions to improve this project. Feel free to fork the repository, make updates, and submit a pull request.
1. Fork the repository by clicking the "Fork" button at the top right of the page.
2. Clone the forked repository to your local machine:
`git clone https://github.com/YOUR_USERNAME/fern-stack-walkthrough.git`
3. Make your changes and commit them to your forked repository.
4. Push the changes to your forked repository on GitHub.
5. Create a pull request by navigating to the "Pull Requests" tab on the original repository and click the "New Pull Request" button.
| A walkthrough for users to get started with the FERN (Firebase, Express, React, Node) stack. Heavily features Tanstack React Query and React Router. | express-tutorial,firebase,firebase-auth,firebase-realtime-database,javascript,nodejs,react,react-query,react-query-tutorial,react-router | 2023-04-18T17:07:36Z | 2023-04-18T19:43:00Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | NOASSERTION | JavaScript |
JuanEstebanLG/JsEncriptador | main | # JsEncriptador
Un encriptador básico, que usa reemplazo de caracteres para cifrar textos. desarrollado con html,css y javascript
Desarrollado para AluraLatam en conjunto con el programa de One Oracle Next Education
# Requisitos:
Sistema operativo Windows 10, Versiones actualizadas de browser para mayor estabilidad y correcto funcionamiento.
Recomendable el uso de Google chrome, Mozilla Fireforx.
- Usar solo minusculas, evitar de toda las formas los acentos
- Solo encripta texto, no encripta numeros.
- No admite links ni es recomendable usar información personal
- No utilizar para generar contraseñas, el encriptado es debil
# Características:

Version | 0.1.0 |
--- | --- |
Mas estable |✔️ |
Mayor efectividad del algorito | ✔️ |
Mejor estilo | ✔️ |
Mejora en el UX/UI | ✔️ |
Mayor estabilidad | ✔️ |
Version | 0.1.1 |
--- | --- |
Mas estable |✔️ |
Mejor estilo | ✔️ |
Mejora en el UX/UI | ✔️ |
Mayor estabilidad | ✔️ |
Nuevas animaciones | ✔️ |
# En progreso:
Version | 0.1.2 |
--- | --- |
Modo nocturno | 🟥 |
Aumento en la estabilidad | 🟩 |
Mejor UX | 🟩 |
| Un encriptador básico, que usa reemplazo de caracteres para cifrar textos. desarrollado con html,css y javascript, proyecto desarollado en Oracle One Next Eduaction, en conjunto con AluraLatam. | css,css3,html,html5,javascript,alura,aluralatam,oracle,onenexteducation,encriptador | 2023-04-13T19:52:04Z | 2023-05-22T19:41:26Z | null | 1 | 0 | 27 | 0 | 0 | 2 | null | null | CSS |
Maddy150912/MY-CHAT | main | # MY-CHAT
## MERN stack Web-based Chat Application
This is a web-based chat application that allows users to participate in group chats and administrators to chat with other administrators and users. The application allows administrators to search for users and initiate one-on-one chats. Users can only participate in group chats that they have been added to.
### Features
- Group chat for users.
- One-on-one chat for administrators and users
- Administrator can search for users and start a chat
- Users can join group chats and start chatting
### Usage
#### Administrator
* 1 - Log in to the application using your administrator credentials.
* 2 - Once logged in, use the search feature to find the user you want to chat with.
* 3 - Click on the user to open a one-on-one chat.
* 4 - Type your message in the chat input field and hit enter to send the message.
#### User
* 5 - Log in to the application using your user credentials.
* 6 - Once logged in, you will see a list of all the group chats you have been added to.
* 7 - Click on a group chat to open the chat window.
* 8 - Type your message in the chat input field and hit enter to send the message.
Note: Users cannot initiate one-on-one chats with administrators. Only administrators can initiate one-on-one chats with users.
### Built With
- React - A JavaScript library for building user interfaces
- Node.js - A JavaScript runtime built on Chrome's V8 JavaScript engine
- Express - A fast, unopinionated, minimalist web framework for Node.js
- Socket.IO - A library that enables real-time, bidirectional and event-based communication between the browser and the server
- MongoDB - A NoSQL database program which uses documents to store data in a flexible and scalable way.
### Project Link
- *Live Project Link* - https://mychat-x0qt.onrender.com/
## Demo Users credentials
#### Test the app by logging in below credentials in user login.
User 1
name - Example1
Email - Example1@gmail.com
password - Example1
User 2
name - Example2
Email - Example2@gmail.com
password - Example2
## Conclusion
In conclusion, this project was a great learning experience for me. I had the opportunity to work with the MERN stack and build a fully functional web-based chat application. Through this project, I gained a deeper understanding of React, Node.js, Express, MongoDB and Socket.io.
Thank you for taking the time to read my project readme. If you have any feedback or suggestions for improvement, please don't hesitate to reach out to me at mr.maddy150912@gmail.com.
Also, if you're interested in similar projects, feel free to check out my https://github.com/Maddy150912/ for more!
| This is a web-based chat application that allows users to participate in group chats and administrators to chat with other administrators and users. The application allows administrators to search for users and initiate one-on-one chats. Users can only participate in group chats that they have been added to. | express,javascript,socket-io,chat,mongodb,nodejs | 2023-04-13T06:49:11Z | 2023-06-09T06:24:37Z | null | 1 | 0 | 9 | 0 | 0 | 2 | null | null | JavaScript |
kewalkhondekar25/Netflix-CLone | master | # Netflix-CLone
This is Netflix website Clone, build using HTML, CSS, Bootstrap, jQuery in Frontend and followed by NodeJS & Express in Backend.

| This is Netflix website Clone, build using HTML, CSS, Bootstrap, jQuery in Frontend and followed by NodeJS & Express in Backend. | bootstrap5,css3,html5,javascript,jquery | 2023-04-12T21:09:13Z | 2023-04-15T18:47:25Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | HTML |
Arpitbrur/SignUp-SignIn-form | main | # SignUp-SignIn-form
Here I'm uploading SignUp & SignIn form which is created by using HTML5, CSS3, JavaScript.
| Here I'm uploading SignUp & SignIn form by using HTML, CSS, JavaScript. | css3,html5,javascript | 2023-04-13T12:56:21Z | 2023-04-29T09:18:15Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | HTML |
LeadFisherSolutions/leadvm | main | <h1 align="center">Script isolation and loader</h1>
<h2 align="center">Installation</h2>
```bash
npm i leadvm --save
```
<h2 align="center">Usage</h2>
- **Create script from string**
You can use it for configs, network packets, serialization format, etc. Function expression can be used as api endpoint, domain logic, etc. But you also can use any type of javascript expression inside the script
```js
const leadvm = require('leadvm');
const ms = leadvm.createScript(`({ field: 'value' });`, {}, 'Example');
// const ms = leadvm.createScript(`(a, b) => a + b;`);
console.log(ms); // Output: { field: 'value' }
```
- **Read scripts from file**
You can read exact script from file. It will help you with code decomposition. The extension of the script may be any or may not be at all.
```js
const leadvm = require('leadvm');
(async () => {
const ms = await leadvm.readScript('./test/examples/simple.js');
console.log(ms);
})();
// Output:
// { field: 'value', add: [Function: add], sub: [Function: sub] }
```
- **Read scripts from folder**
Folder reading may be useful for api modules loading. By default it loads nested directories scripts too, you can change it by providing third parameter as false.
```js
const leadvm = require('leadvm');
(async () => {
const ms = await leadvm.readDir('./test/examples/readDir');
console.log(ms);
})();
// Output:
// {
// simple: { field: 'value', add: [Function: add], sub: [Function: sub] },
// deep: {
// arrow: [Function: anonymous]
// }
// }
```
- **Universal script reader**
You can load folder or script file with this function, but it's slower compare to previous two.
```js
const leadvm = require('leadvm');
(async () => {
const dir = await leadvm.read('./test/examples/readDir');
const arrow = await leadvm.read('./test/examples/arrow.js');
console.log({ ...dir, arrow });
})();
// Output:
// {
// simple: { field: 'value', add: [Function: add], sub: [Function: sub] },
// deep: {
// arrow: [Function: anonymous]
// },
// arrow: [Function: anonymous]
// }
```
- **Nested modules scripts**
By default nested modules can't be required, to require them you must add access field in options:
```js
const leadvm = require('leadvm');
(async () => {
const sandbox = { console };
sandbox.global = sandbox;
const ms = await leadvm.exec(`module.exports = require('./examples/module.cjs');`, {
type: 'cjs',
dir: __dirname,
ctx: leadvm.createCtx(Object.freeze(sandbox)),
access: {
// You can also use path to dir
// [path.join(__dirname, 'examples']: true
// NOTICE: Use it only with boolean value in this case
[path.join(__dirname, 'examples', 'module.cjs')]: true,
[path.join(__dirname, 'examples', 'module.nested.js')]: true,
},
});
console.log(ms);
})();
// Output:
// { name: 'module', value: 1, nested: { name: 'module.nested', value: 2 } }
```
- **Library substitution**
For example it can be use to provide custom fs module, with your strict methods
```js
const leadvm = require('leadvm');
(async () => {
const src = `
const fs = require('fs');
module.exports = {
async useStub() {
return new Promise((resolve) => {
fs.readFile('name', (err,data) => {resolve(data);});
});
}
};
`;
const ms = leadvm.exec(src, {
access: {
fs: {
readFile(filename, callback) {
callback(null, 'stub-content');
},
},
},
type: 'cjs',
});
const res = await ms.useStub();
console.log(res);
})(); // Output: stub-content
```
- **Class script types**
- **type**:
<code>_js_</code> Script execution returns last expression
<code>_cjs_</code> Script execution returns all that module.exports includes
- **filename** Stands for the name of the module, by default it's empty string
- **dir** Stands for the name of the module directory, by default <code>process.cwd()</code>
- **npmIsolation** Use it if you want to isolate your npm modules in vm context.
- **ctx** Script execution closured context, by default it's clear that is why you can't use even <code>setTimeout</code> or <code>setInterval</code>.
- **access** Contains _absolute paths_ to nested modules or name of _npm/origin_ libraries as keys, with stub-content or boolean values, _by default_ you can't require nested modules.
```ts
import { Context, Script, ScriptOptions, RunningCodeOptions, BaseOptions } from 'node:vm';
type MODULE_TYPE = 'js' | 'cjs';
type TOptions<value> = { [key: string]: value };
interface VMScriptOptions extends BaseOptions {
dir?: string;
filename?: string;
type?: MODULE_TYPE;
access?: TOptions<boolean | object>;
ctx?: Context;
npmIsolation?: boolean;
run?: RunningCodeOptions;
script?: ScriptOptions;
}
```
<h2 align="center">Copyright & contributors</h2>
<p align="center">
Copyright © 2023 <a href="https://github.com/LeadFisherSolutions/leadvm/graphs/contributors">Leadfisher contributors</a>.
Leadvm is <a href="./LICENSE">MIT licensed license</a>.<br/>
Leadvm is one of <a href="https://github.com/LeadFisherSolutions">leadfisher solutions</a>.
</p>
| [Node js] Leadfisher script loader with vm wrapper | isolation,javascript,nodejs,vm,zero-dependencies,sandboxing,script-loader,v8,leadfisher | 2023-04-09T19:10:32Z | 2023-05-25T12:43:06Z | 2023-05-25T12:33:06Z | 1 | 2 | 44 | 0 | 0 | 2 | null | MIT | JavaScript |
ElenaOds/goose_track | main | # Goose_track
<p> Fullstack application available for registered users which allows to add/change personal data, maintain tasks in calendar (add/change/delete/move to another column depending on the status).</p>
## Technology stack
<ul>
<li>HTML/CSS</li>
<li>JavaScript</li>
<li>Axios</li>
<li>React</li>
<li>ReduxToolkit</li>
<li>Formik</li>
<li>Spinners</li>
<li>Date-fns</li>
<li>Datepicker</li>
<li>Yup</li>
</ul>
## Links
<ul>
<li><a href="https://elenaods.github.io/goose_track/">Live Page</li>
<li><a href="https://github.com/ElenaOds/goose_track-backend">Backend code</li>
<li><a href="https://task-manager-backend-0lj0.onrender.com/api-docs/">Backend Documentation</li>
</ul>
## Developers
<ul>
<li><a href="https://github.com/ElenaOds">Elena Pedko</li>
<li><a href="https://github.com/KarlAnna">Anna Karlina</li>
<li><a href="https://github.com/NastyonaSavina">Anastasiia Savina</li>
<li><a href="https://github.com/Vlasova1983">Yuliia Vlasova</li>
<li><a href="https://github.com/edbx">Eduard Bolma</li>
<li><a href="https://github.com/dimadimaya">Dmytro Samoilik</li>
<li><a href="https://github.com/kuzen0211">Bohdan Bortnyk</li>
<li><a href="https://github.com/rostiq">Rostyslav Natkha</li>
<li><a href="https://github.com/Khanchic">Aleksandr Khachich</li>
<li><a href="https://github.com/marina-zalozna">Maryna Zalozna</li>
<li><a href="https://github.com/nirqqen97">Dmytro Ivanov</li>
</ul>
| null | axios,css,date-fns,datepicker,formik,html,javascript,react,reduxtoolkit,spinners | 2023-04-21T09:35:34Z | 2023-06-15T10:56:33Z | null | 11 | 152 | 615 | 0 | 1 | 2 | null | null | JavaScript |
airblockai/js-sdk | main | # airblock js-sdk
airblock Javascript SDK collects and sends browser events to an event collector of your choice.
You'll need Node.js and a package manager like npm or yarn.
### Install SDK
Run `npm install --save @airblock/js-sdk` to install the SDK locally.
We have built-in typescript support so you do not need to install the types for the SDK.
### Initialize SDK
You must initialize the SDK before you collect any events.
To initialize, you must provide the `SERVER_URL` of your event collector and a string as `API_KEY` to identify your application.
```js
import * as airblock from "@airblock/js-sdk";
const API_KEY = "app1"; // required
const SERVER_URL = "https://..."; // required
airblock.init(API_KEY, SERVER_URL);
```
Once initialized, the SDK will start sending default events to your event collector.
## Support
For general help, read the [documentation](https://docs.airblock.ai), or go to [Github Discussions](https://github.com/airblockai/js-sdk/discussions).
To report a bug or request a feature, open an [issue](https://github.com/airblockai/js-sdk/issues).
| airblock javascript SDK | analytics,attribution,javascript,sdk,typescript,web3,events | 2023-04-15T10:42:59Z | 2023-07-12T15:56:59Z | 2023-06-22T11:36:11Z | 2 | 0 | 49 | 0 | 0 | 2 | null | MIT | JavaScript |
10-menachi/capstone | master | <a name="readme-top"></a>
<div align="center">
<img src="assets/logo.png" alt="logo" width="140" height="auto" />
<br/>
<h3><b>Bartending Competition Event Website</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)
- [🚀 Video Presentation](#video)
- [💻 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)
# 📖 Bartending Competition Event Website <a name="about-project"></a>
**Bartending Competition Event Website** is an event website for a bartending competition. It is built with HTML, CSS and JavaScript.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<h2>No server side technologies were used to build this project</h2>
</details>
<details>
<summary>Database</summary>
<h2>No Databases technologies were used to build this project</h2>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Responsive Home Page**
- **Responsive About Page**
- **Dynamically generated Featured Guests section**
- **Cute looking footer**
<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://10-menachi.github.io/capstone/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Video Presentation <a name="video"></a>
- [Video Presentation Link](https://www.loom.com/share/e3cc600946a94881998a6375f2aa9ab6)
<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.
<ul>
<li>Open the HTML file in a browser of your choice</li>
</ul>
The link below provides details on browser support <br />
<a href="https://www.w3schools.com/tags/ref_html_browsersupport.asp">Browser Support</a>
### Prerequisites
In order to run this project you need:
- Stylelint
- ESLint
```sh
npm install -g stylelint
npm install -g eslint
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/10-menachi/capstone.git
```
### Usage
To run the project:
<ul>
<li>Open the HTML file in a browser of your choice</li>
</ul>
The link below provides details on browser support <br />
<a href="https://www.w3schools.com/tags/ref_html_browsersupport.asp">Browser Support</a>
### Run tests
There are no tests for this project
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Christian Wamalwa**
- GitHub: [@githubhandle](https://github.com/10-menachi)
- Twitter: [@twitterhandle](https://twitter.com/christian-timbe)
- LinkedIn: [LinkedIn](https://linkedin.com/in/chris-droid)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Tickets booking feature**
<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, feel free to 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 Cindy Shin for the beautiful design of the website.
Check out her portfolio by following the link below:
- [Cindy Shin's Portfolio](https://www.behance.net/adagio07)
<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>
| Welcome to our Bartending Website UI repository, a dynamic and interactive user interface designed to enhance your bartending experience. This project leverages the power of JavaScript to deliver a seamless and engaging interface for both bartenders and cocktail enthusiasts alike. Built with JavaScript | css3,html,javascript | 2023-04-21T22:55:24Z | 2023-05-23T08:21:45Z | null | 1 | 1 | 27 | 2 | 0 | 2 | null | null | CSS |
Abdullatif-K123/Abdullatif-Khayat | master | <h2 align="center">
Portfolio Website<br/>
<a href="https://abdullatif-khayat.netlify.app/" target="_blank">Abdullatif-Khayat</a>
</h2>
## Built With
This portfolio project was built using these technologies.
- React.js
- React-bootstrap
- HTML5
- CSS3
- VsCode
- Netlify
## Getting Started
Clone down this repository. You will need `node.js` and `git` installed globally on your machine.
## 🛠 Installation
1. Installation: `npm install`
2. In the project directory, you can run: `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
### if you like the website
Please give me a ⭐ and hope you enjoy it
| personal portfolio website build using ReactJs and other helpful library | react,portfolio,javascript,personal-website,react-portfolio,reactjs,responsive,responsive-design | 2023-04-12T09:22:54Z | 2023-04-13T17:14:56Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | JavaScript |
lordksix/conference-template | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Conference Website App</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)
# 📖 [Conference App] <a name="about-project"></a>
**Conference Website App** is a project to market, sell tickets and more about a hypotetical series of summits between ROC and Peru. It could be addapt for other topics, [check out this loom recording](https://www.loom.com/share/6e73749c02c44c569024e65d69e7b51f).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🛠 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>
### Key Features <a name="key-features"></a>
- **Lading Page for activities**
- **Mobile first development**
- **Responsiveness and flexibility for any screen size**
- **Fast access to social media and other ways of contact**
- **Easy to the eyes and cultivating at the same time**
- **Capability to Play and Plug with DB**
- **Slider**
- **Dinamic creation of content**
## 🚀 Live Demo <a name="live-demo"></a>
You can find a live demo in [HERE](https://lordksix.github.io/conference-template/).
<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:
To clone or fork and run it in a browser
### Setup
Clone this repository to your desired folder:
For example, using Ubuntu:
```sh
cd my-desired-folder
git clone git@github.com:lordksix/conference-template.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 conference-template
google-chrome index.html
```
### Run tests
There are no test available for this project.
### Deployment
To deploy this project, use any web hosting service.
This project is deployed using [GitHub Pages](https://pages.github.com/).
Go to [🚀 Live Demo](#live-demo) to check it out.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Author**
- GitHub: [@lordksix](https://github.com/lordksix)
- Twitter: [@wapasquel](https://github.com/lordksix)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
Future changes:
- improve slider responsiveness
- Add more webpages such as Tickets Page and Schedule Page.
<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 supf <a name="support"></a>
If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- Templete used in project provided by (Microverse).
- Original design idea by [Cindy Shin in Behance](https://www.behance.net/adagio07).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ <a name="faq"></a>
- **Do I need a IDE or a special text editor to make changes?**
- No, you don't. You can use NotePad to make changes.
<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 template website for a conference or any other similar kind event. | css,html,javascript | 2023-04-18T01:49:24Z | 2023-05-10T01:58:18Z | null | 1 | 3 | 27 | 1 | 0 | 2 | null | MIT | CSS |
tinkten7/FarmBuddy | main | <h1>FarmBuddy<br>
Your Farm Partner</h1>
<h2>Middlemen less Initiative,An E-commerce website for farmers,To Learn Farming in offline way and online way.
Done as part of the Hackathon conducted by the Gfg,Google and Amd.</h2>
<img src="https://user-images.githubusercontent.com/95526528/232857161-ba1ea007-f656-4962-9bd1-829fdd925184.png">
<h2>Introduction</h2>
In Agriculture sector there has been always middlemen between the customer and farmer,why should middlemen has to be benefited??..While the Farmer doesn't even getting the profits,if the farmer doesn't get profit who will sought the seeds for the next yield season?About 88% of the suicides of the farmers are because of the debt burden,if the farmer doesn't have enough money to grow the crops then who will grow the crops,farmer is the backbone of our country,if we are not supporting our farmers the country is not gonna survive without the backbone.To sell the agriculture product, farmer has to go through this process <br><b>FARMER-->CONTACT BUYER-->MEETING-->NEGOTIATION-->SAMPLE CHECK-->SALES CONTRACT-->ADVANCED PAYMENT-->PRODUCT LOAD-->TRUCK-->CUSTOMS-->SHIP-->BATCH CHECK-->UNLOAD-->TRUCK-->QUALITY CHECK-->DELIVERY-->FINAL PAYMENT-->SELLING TO VENDORS-->VENDORS SELLING-->LOCAL RETAILERS-->TO US(CUSTOMERS)</b><br>This has to be the whole process for an agricultural product to reach from farmer to the customer,in this process the product may be damaged and the product may be surplused to the retailer and sometimes there may be an inflation of the product.A number of global trends are influencing food security, poverty, and the overall sustainability of food and agricultural systems.As per the reports by 2050 we will need to produce 70 percent more food. Meanwhile, agriculture’s share of global GDP has shrunk to just 3 percent, one-third its contribution just decades ago. Roughly 800 million people worldwide suffer from hunger. And under a business-as-usual scenario, 8 percent of the world’s population (or 650 million) will still be undernourished by 2030.To overcome this problem everyone should learn farming.It is even lot better to grow your own food item in your house-balcony,terrace etc... Everyone loves greenary but they are supporting that with the artificial grass why couldnt there be a normal creepers like Bottle gourd, watermelon, pumpkin, strawberry etc..There are many people who wants to learn farming in either offline or virtually but they doesnt know someone in the farming sector so they might be stopped,so this shouldn't be happened so we provide the Farm Buddy patrons(Farmers) who are willing to teach farming with a minimum cost.Farmers are leaving the farming because of less money,so we provided a solution in our survey,teaching to the persons who are passionate about farming so the farmer will be profitted and we also.That's how we can overcome the food scarcity.The user may learn virtually by contacting the patron or by visiting the nearest location farm of the farm patron.The barren farms will also be given lease.To overcome this problems we thought and brought a solution via web application that is FarmBuddy.Farming should be the greatest hobby.
<h2>About</h2>
Farm Buddy is a farmer-to-customer,B2B,B2C,C2C online marketplace platform that aims to connect farmers directly with customers. The platform is designed to eliminate the need for intermediaries such as Brokers,Transport,thus reducing costs and providing better value for both farmers and customers.Another aim of the farm buddy is to provide an platform for everyone to learn farming.
<h2>Technologies Used</h2>
<h3>Frontend</h3><br>
• HTML<br>
• CSS<br>
• Bootstrap<br>
• JavaScript<br>
<h3>Backend</h3><br>
• Google FireBase<br>
• Amd Instance(t2d Server)<br>
<h3>APIs</h3>
• Video SDK<br>
• Open Weather<br>
• Google maps<br>
<h3>Chatbot</h3><br>
•DialogFlowAPI<br>
The chatbot is designed to assist customers in finding answers to Frequently Asked Questions<br>
<h3>Tech Stack Used</h3>
• Github<br>
• Discord<br>
• Trello<br>
• Unsplash<br>
• GeeksforGeeks<br>
<h2>Features</h2><br>
The farm Buddy platform provides the following features:<br>
• A simple and intuitive user interface that allows farmers to list their products and customers to search for and purchase these products.<br>
• Customers can create and manage their profiles, view their order , and track their orders.<br>
• Farmers can manage their product listings, view orders, and manage their profiles.<br>
• Customers or learners can directly or virtually can interact with the farm patrons.<br>
• Farmers Convinience To Check Daily Updates Of Weather And Plan Their Farming Accordingly.
• By maps It is easy To directly visit your nearby farms.<br>
• The platform is secure and provides encryption for sensitive data such as customer payment information.<br>
<h2>Getting Started</h2><br>
1)To get started with the FarmBuddy platform, users must first create an account.<br>
2)The price of the product will be daily updated on the standard basis of their locally state government.<br>
3)With the help of the maps provided they can meet the individual or transport the goods.<br>
6)Customers can contact farmers virtually through the video calling feature .<br>
7)Rating will be done on overall average based upon their time of transport,quality of the product.<br>
<h2>Future Improvements</h2><br>
Some future improvements for the farm Buddy platform could include:<br>
• Integrating additional payment options to provide customers with more flexibility.<br>
• Adding a feature that allows customers to rate and review sellers.<br>
• Incorporating data analytics to provide farmers with insights on product demand and customer preferences.etc..<br>
•Adding other technological api's that farmers needed for smart farming.<br>
<h2>Conclusion</h2><br>
In conclusion, farm Buddy is a farmer-to-customer online marketplace platform that provides a simple, secure, and cost-effective way for farmers to connect with customers directly. The platform leverages modern technologies such as HTML, CSS, Bootstrap, JavaScript,and AMD Instances to provide a seamless and efficient user experience.Implemented an in-built agrichat bot providing farmers with interactive assistance and answering their questions in real-time.<br>
<h2>Instance Information</h2><br>
•Machine Type-t2d-standard-1<br>
•CPU Platform-AMD Milian<br>
•Architecture-x86/64<br>
•Zone-Las Vegas(us-west4-b)<br>
•<a href="http://34.125.9.93"> 34.125.9.93 </a> <br>
<img src="https://user-images.githubusercontent.com/95526528/232857975-04ff720c-b5bf-4e5d-92ef-953dc9ef121f.png">
<img src="https://user-images.githubusercontent.com/95526528/232858102-55f2ddcd-b4d0-4ee8-8ff8-89170c718bd9.png"><br>
<h2>Contributors:</h2><br>
•Srikar Tenneti-Leader,Developer,UI/UX Designer<a href="https://github.com/tinkten7">GITHUB -</a> <a href="https://www.linkedin.com/in/srikar-tenneti-849522235/">LinkedIn</a><br>
•Sriraj Tata-Founder,Developer,Cloud Operator,Tester<a href="https://github.com/STRIDER1512">GITHUB -</a> <a href="https://www.linkedin.com/in/sriraj-tata-0499b7228/">LinkedIn</a><br>
•Sudhish Amiti-Member,Developer,Backend Developer<a href="https://www.linkedin.com/in/sudhish-amiti-491805224/">LinkedIn</a> <br>
•Himaja Vendra-Member,Developer,Editor <a href="https://github.com/himajavendra">GITHUB -</a> <a href="https://www.linkedin.com/in/himaja-vendra-48581324b/">LinkedIn</a> <br>
| FarmBuddy-An E-Commerce and E-Learning website in Agricultural Technology | javascript,css3,firebase-auth,googlecloudplatform,html5 | 2023-04-16T17:30:44Z | 2023-05-16T08:46:46Z | null | 4 | 3 | 23 | 0 | 3 | 2 | null | MIT | HTML |
Devanshu-17/Duplicate-Remover | main | # Duplicate-Remover
Project developed for Octernship
| null | javascript,octernship,react | 2023-04-16T12:52:27Z | 2023-04-16T18:38:20Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | MIT | JavaScript |
simonneutert/papierkram-api-client | main | null | NodeJS Client für die Papierkram.de API 🐸 | api,javascript,jest,nodejs,papierkram | 2023-04-21T21:48:37Z | 2024-01-26T21:29:11Z | 2024-01-26T21:21:11Z | 1 | 77 | 77 | 2 | 0 | 2 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.