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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BoddepallyVenkatesh06/Study-Notion-LMS | main |
<img src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/frontend/src/assets/Logo/Logo-Full-Light.png' />
# Project Description 📝
StudyNotion is a fully functional ed-tech platform that enables users to create, consume, and rate educational content. <br/>
The platform is built using the **MERN stack**, which includes ReactJS, NodeJS, MongoDB, and ExpressJS.
<h2>Live link 🌍📡 - [ https://study-notion-mern-stack.netlify.app/ ]</h2>
<hr/>
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/home1.png' />
## Table of Contents
| Section | Description |
|-------------------------|----------------------------------------------|
| [StudyNotion Aim](#studynotion-aim-) | 📚 Overview of StudyNotion's goals |
| [Tech Stack](#tech-stack-) | 💻🔧 Technologies used in the project |
| [System Architecture](#system-architecture-) | 🏰 Overview of the system architecture |
| [Architecture Diagram](#architecture-diagram-) | 🏗️ Diagram illustrating the architecture |
| [Schema](#schema-) | 🗂 Explanation of data schemas used |
| [React Hooks](#react-hooks-) | 🎣 Overview of React Hooks utilized |
| [React Library](#react-library-) | ⚛️📚 Overview of React Libraries used |
| [Screen Preview](#screen-preview-) | 🖥️ Screen Preview |
## StudyNotion Aim 📚
<br/>
1️⃣ A seamless and interactive learning experience for students, making education more accessible and engaging.<br/>
2️⃣ A platform for instructors to showcase their expertise and connect with learners across the globe.<br/>
<br/>
<br/>
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/gif.gif' />
## Tech Stack 💻🔧
## Frontend 🎨 :
<code title="React.js"><img height="40" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/react%20ogo.png"></code>
<code title="Vite"><img height="40" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/Vitejs-logo.png"></code>
<code title="Redux.js"><img height="35" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/redux-logo.png"></code>
<code title="css"><img height="40" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/css%20logo.png"></code>
<code title="Tailwind css"><img height="35" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/tailwind%20css%20logo.png"></code>
## Backend ⚙️ :
<code title="Nodejs"><img height="50" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/nodejs-logo.png"></code>
<code title="Express"><img height="70" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/express%20logo.png"></code>
## Database 🛢️ :
<code title="Mongodb"><img height="40" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/mongodb%20logo.png"></code>
## Cloudinary Integration ☁️
<code title="Mongodb"><img height="40" src="https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Tech%20stack%20logo/cloudinary-logo.jpg"></code>
<hr/>
## System Architecture 🏰
<br/>
☝ The StudyNotion ed-tech platform consists of three main components: <br/>
The front end, the back end, and the database. The platform follows a client-server architecture, with the front end serving as the client and the back end and database serving as the server.
🎨 Front-end <br/>
The front end of the platform is built using ReactJS, which is a popular JavaScript library for building user interfaces. ReactJS allows for the creation of dynamic and responsive user interfaces also **Loading Skeleton**, which are critical for providing an engaging learning experience to the students. The front end communicates with the back end using RESTful API calls.
⚙️ Back-end <br/>
The back end of the platform is built using NodeJS and ExpressJS, which are popular frameworks for building scalable and robust server-side applications. The back end provides APIs for the front end to consume, which include functionalities such as user authentication, course creation, and course consumption. The back end also handles the logic for processing and storing the course content and user data.
🛢️ Database <br/>
The database for the platform is built using MongoDB, which is a NoSQL database that provides a flexible and scalable data storage solution. MongoDB allows for the storage of unstructured and semi-structured data, which is useful for storing course content such as videos, images, and PDFs. The database stores the course content, user data, and other relevant information related to the platform.
## Architecture Diagram 🏗️
<br/>
Here is a high-level diagram that illustrates the architecture of the StudyNotion ed-tech platform:
<img width='60%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Architecture%20Diagram.png' />
<hr/>
#### The front end of StudyNotion has all the necessary pages that an ed-tech platform should have. Some of these pages are:
For Students:
- **Homepage 🏠:** A brief introduction to the platform with links to the course list and user details and random background.
- **Course List 📚:** A list of all the courses available on the platform, along with their descriptions and ratings.
- **Wishlist 💡:** Displays all the courses that a student has added to their wishlist.
- **Cart Checkout 🛒 :** Allows the user to complete course purchases.
- **Course Content 🎓:** Presents the course content for a particular course, including videos and related material.
- **User Details 👤:** Provides details about the student's account, including their name, email, and other relevant information.
- **User Edit Details ✏️:** Allows students to edit their account details.
For Instructors:
- **Dashboard 📊:** Offers an overview of the instructor's courses, along with ratings and feedback for each course.
- **Insights 📈:** Provides detailed insights into the instructor's courses, including the number of views, clicks, and other relevant metrics.
- **Course Management Pages 🛠️:** Enables instructors to create, update, and delete courses, as well as manage course content and pricing.
- **View and Edit Profile Details 👀:** Allows instructors to view and edit their account details.
### Back-end ⚙️
The back-end of the platform is built using NodeJS and ExpressJS, providing APIs for the front-end to consume. These APIs include functionalities such as user authentication, course creation, and course consumption. The back-end also handles the logic for processing and storing the course content and user data.
#### Back-end Features
- **User Authentication and Authorization 🔐:** Students and instructors can sign up and log in to the platform using their email addresses and passwords. The platform also supports OTP (One-Time Password) verification and forgot password functionality for added security.
- **Course Management 🛠️:** Instructors can create, read, update, and delete courses, as well as manage course content and media. Students can view and rate courses.
- **Payment Integration 💳:** Students will purchase and enroll in courses by completing the checkout flow, followed by Razorpay integration for payment handling.
- **Cloud-based Media Management ☁️ :** StudyNotion uses Cloudinary, a cloud-based media management service, to store and manage all media content, including images, videos, and documents.
- **Markdown Formatting ✍️:** Course content in document format is stored in Markdown format, allowing for easier display and rendering on the front-end.
#### Data Models and Database Schema
The back-end of StudyNotion uses several data models and database schemas to manage data, including:
- **Student Schema 🧑🎓:** Includes fields such as name, email, password, and course details for each student.
- **Instructor Schema 👩🏫:** Includes fields such as name, email, password, and course details for each instructor.
- **Course Schema 📚:** Includes fields such as course name, description, instructor details, and media content.
### Database 🛢️
The database for the platform is built using MongoDB, a NoSQL database that provides a flexible and scalable data storage solution. MongoDB allows for the storage of unstructured and semi-structured data. The database stores the course content, user data, and other relevant information related to the platform.
## Schema 📋
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/Schema.png' />
<hr/>
## React Hooks 🎣
Utilized several React hooks for efficient state management and dynamic behavior:
- `useState`
- `useEffect`
- `useDispatch`
- `useParams`
- `useSelector`
- `useLocation`
- `useNavigate`
- `useRef`
- `useForm`
- `useDropzone`
- `Custom-Hook`
<br/>
## 📚 **React Library**:
- 🚀 **Lazy Loading**: Enhance performance by lazily loading images using the react-lazy-load-image library.
- 📊 **Chart.js:** Versatile charting library for creating interactive and visually appealing charts.
- 🎭**Framer Motion:** Animation library for React, providing smooth and expressive motion.
- 📁 **React Dropzone:** Drag-and-drop file uploader for React applications.
- 🍞 **React Hot Toast:** Elegant and customizable toast notifications for React applications.
- 🔢 **React OTP Input:** Input component for one-time password entry in React forms.
- 📊 **React Super Responsive Table:** Highly responsive and feature-rich table component for React.
- 🔄 **Swiper:** Modern touch slider for mobile and desktop browsers.
- 🖋️ **React Type Animation:** Simple and configurable typing animation component for React.
- 🎥 **Video React:** React-based video player for building rich multimedia experiences in web applications.
## 🖥️ Screen Preview :
# Random Home Page Background 🏠
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/home3.png' />
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/home4.png' />
# About Page
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/about.png' />
# Contact Page
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/contact.png' />
# Forgot passwornd
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/forgot%20pass.png' />
# Dashboard
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/dashboard.png' />
# Edit Profile
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/edit%20profile.png' />
# Add Course
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/add%20course.png' />
# Edit Course
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/edit%20course.png' />
# Course Details 1
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/course%20details1.png' />
# Course Details 2
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/course%20details2.png' />
# Add Review
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/add%20review.png' />
# Cart1
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/cart1.png' />
# Enrolled Courses 1
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/enrolled%20courses1.png' />
# Enrolled Courses 2
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/enrolled%20courses2.png' />
# Instructor Data 1
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/instrctor%20data1.png' />
# Instructor Data 2
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/instrctor%20data2.png' />
# My Courses 1
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/myCourses1.png' />
# My Courses 2
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/myCourses2.png' />
# View Courses 1
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/view%20course1.png' />
# View Courses 2
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/view%20course2.png' />
# Delete Account
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/delete%20account.png' />
# Footer
<img width='100%' src='https://github.com/Aniruddha-Gade/Study-Notion-EdTech__MERN-Stack/blob/main/screenshots/footer.png' />
| StudyNotion is a fully functional ed-tech platform that enables users to create, consume, and rate educational content. The platform is built using the MERN stack, which includes ReactJS, NodeJS, MongoDB, and ExpressJS. | edtech-software,javascript,lms,mern-stack-development,mern-stack-project,reactjs | 2024-02-26T14:26:39Z | 2024-02-26T15:18:07Z | null | 1 | 0 | 3 | 0 | 2 | 3 | null | MIT | JavaScript |
myworldbox/comp4971f | main | # comp4971f
Triangular Arbitrage on Binance with Real Data Stream
Author - myworldbox
## Sequential Execution
### Segment
<img src="./image/sequential_execution/segment.png" align="left">
## Concurrent Execution
### Segment
<img src="./image/concurrent_execution/segment.png" align="left"> | Triangular Arbitrage on Binance with Real Data Stream - [4.3/4.3] - (A+) | arbitrage,crypto,googleapis,hkust,javascript,trading,deprecated | 2024-02-01T13:55:48Z | 2024-02-21T06:23:41Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | JavaScript |
iamkanhaiyakumar/Email-Validator | main | # Eamil-Validator
Email validator: Integral software solution meticulously scrutinizing email addresses for syntax accuracy, including the presence of "@" and domain structure validity, paramount for maintaining dependable communication channels.
| Email validator: Integral software solution meticulously scrutinizing email addresses for syntax accuracy, including the presence of "@" and domain structure validity, paramount for maintaining dependable communication channels. | api,css,emailvalidation,emailvalidator,html,html-css-javascript,javascript | 2024-03-14T12:44:11Z | 2024-04-18T14:52:19Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | HTML |
mobilepadawan/Speakit-JS | main | # Speakit JS
Elevate your web applications with the power of JavaScript speech synthesis. Make your users listen to your content with just two lines of code!.


This library enables you to audibly reproduce any text from a web application in various languages. It utilizes the `SpeechSynthesis` API along with the `SpeechSynthesisUtterance` API to regulate the audio speed, pitch, and voice selection (male or female) across different languages (*) and accents.
For a **not-so-technical hands-on**, please visit the [Official website](https://mobilepadawan.github.io/Speakit-JS/). You'll find a very quick guide and a Demo to test the Speakit-JS functionality.
## SUMMARY
1) [Installing Speakit JS](#installing-speakit-js)
2) [How to use it](#how-to-use-it)
* [utteranceRate property](#utterancerate-property)
* [utterancePitch property](#utterancepitch-property)
* [getVoices() method](#getvoices-method)
* [About the ISO languages](#about-the-iso-languages)
* [Checking your web browser compatibility](#checking-your-web-browser-compatibility)
3) [Some samples](#some-samples)
* [Get the list of available voices](#get-the-list-of-available-voices)
* [Reproducing Audible Text](#reproducing-audible-text)
* [Pause a speaking action](#pause-a-speaking-action)
* [Resume a paused speaking](#resume-a-paused-speaking)
* [Stop speaking](#stop-speaking)
4) [Compatibility](#compatibility)
* [Dekstop web browsers](#desktop-web-browsers)
* [Mobile web browsers](#mobile-web-browsers)
5) [Alpha version (News)](#alpha-version)
6) [How to contribute](#how-to-contribute)
7) [License](#license)
8) [Contacting me](#contacting-me)
<br>
<hr>
## Installing Speakit JS
You can install `Speakit JS library` by downloading the JS Library from the `/SRC/` folder of this repository and copying it into your web frontend project. To use it, simply reference the file in the `<head>` section of your HTML file(s).
```HTML
<script src="js/Speakit-beta.v1.0.0.js"></script>
```
You don't need to use the `defer` attribute for the script tag, and there's no need to reference the library at the bottom of an HTML file. The minified version has a weight of only `2KB` ⚖️, making it lightweight. The unminified version, recommended for testing and improvement purposes, has a weight of only `3KB` 🙂.
```
🔔 In the comming weeks you'll have
an ES6 Module * version of this library.
```
## Installing Speakit JS as an NPM package
As well, any frontend project created by using NodeJS and NPM can let you add this marvelous library, just installing it through NPM command.
```terminal
npm install speakit-js
```
Please, visit [NPMJS](https://www.npmjs.com/package/speakit-js)) to know more.
<br>
<hr>
## How to use it
After referencing the Library into the HTML file of your project, you can configure some properties to a better audio performance.
* **utteranceRate**
* **utterancePitch**
* **getVoices()**
### utteranceRate property
The `utteranceRate` property defines the playback rate of spoken text using the speech synthesizer. This property determines the speed at which the words will be spoken. A value of `1.0` represents **normal speed**, while higher values will increase the speed and lower values will decrease it.
```javascript
Speakit.utteranceRate = 1.03
```
We recommend using a specific precision, for example, `1.02` or `1.14`. This property is very sensitive, so you should conduct several tests based on the selected language.
Some languages work well with the value `1.0` while others may require a slightly higher value.
```
🔔 The default value is set in 1.03. It is not mandatory to configure
a value unless you find the voice speaking too quickly or sounding distorted.
```
<br>
<hr>
### utterancePitch property
The `utterancePitch` property defines the pitch of the voice used for speech synthesis. This property adjusts the fundamental frequency of the synthesized voice, which can affect the perceived pitch of the voice.
```javascript
Speakit.utterancePitch = 1.0
```
A value of `1.0` represents normal pitch, while higher or lower values will alter the tone of the voice. Configure this property value with patience, as it is very sensitive.
<br>
<hr>
### getVoices() method
The `getVoices()` method is a static method of the `Speakit` class used to retrieve a list of available voices for speech synthesis in the web browser.
```javascript
Speakit.getVoices().then(voices => console.table(voices))
```
This method returns an array of SpeechSynthesisVoice objects representing the voices available for use with the speech synthesizer.
```javascript
voice.lang // represents the property where you can watch the ISO code of any available language
/*
'es-MX' Español - México
'en-AU' English - Australian
'it-IT' Italian language
*/
voice.name // represents the name given to the every voice.
/*
For example, according to web browser, some voices
has a name as "Samantha", "Diego", "Karen", etcetera.
*/
```
I recommend testing the code sample below in `DevTools > Console` to view the complete list of voices available in the web browser you are using to code and test your web app. Please note that this list of voices may vary across different web browser engines.
### About the ISO languages
You can use it to populate a list of voices in an HTML `Combo Select` element, an `HTML table` element, or another type of web component, allowing users to choose their preferred voice and tone. Alternatively, for closed applications, you can automatically set a voice based on the locale region configuration declared in the user's web browser.
|ISO Code|Description|
|-|-|
|pt-PT|Portugues - Portugal|
|pt-BR|Portugues - Brasil|
|es-MX|Español - Mexico|
|en-US|English - United States|
|en-BR|English - Great Britain|
|en-AU|English - Australia|
|en-HK|English - Hong Kong|
```
🔔 Please note that voice availability may vary depending on
the user's web browser and the operating system where the
web app is running.
```
<br>
### Checking your web browser compatibility
If you want to check the web browser compatibility you can execute the `.TTStest()` method. It will **return** if the web browser it is compatible or not with **Speech Synthesis**.
```javascript
Speakit.TTStest();
```
<hr>
## Some samples
#### How to get the list of available voices
Add a Select HTML element to configure it to display a list of voices:
```html
<select id="language-select">
<option value="">Pick a language</option>
</select>
```
Next, create a DOM link with the `Select` HTML element.
Then, create a function to retrieve all available voices, iterate through them, and populate the voice list in the Select HTML element with the voice list:
```javascript
const languageSelect = document.getElementById('language-select')
function loadVoicesInSelect(languageSelect) {
Speakit.getVoices().then((voices)=> {
if (voices.length > 0) {
voices.forEach((voice)=> {
languageSelect.innerHTML += `<option value="${voice.lang}" data-voice="${voice.name}">
(${voice.lang}) - ${voice.name}
</option>`
})
}
})
.catch((error)=> console.error('Error loading the available voices:', error) )
}
```
The `getVoices()` method is asynchronous and utilizes JS Promises. Ensure effective error handling using the `.then()` and `.catch()` methods.
### Reproducing Audible Text
The `.readText()` method requires the first two parameters. **The first parameter** is the text to be reproduced. It can be a static text as shown in the sample below or, alternatively, text provided by a `textInput`, `textArea`, or another HTML element. Ensure that the text is clean and does not contain HTML tags or similar, as different voices may exhibit unpredictable behavior.
**The second parameter** is the ISO language code for the selected voice: `es-MX`, `en-US`, `it-IT`.
**The third parameter** is optional and represents the voice object corresponding to the selected tone or accent from the available voice list. For example, if you are using `Microsoft Edge` to test your webapp and select `en-HK` as the language to reproduce audible text, you may choose `Microsoft Sam Online (Natural) - English (Hongkong)`.
You can provide this information as the third parameter, and `Speakit JS` will attempt to retrieve the `SpeechSynthesisUtterance` to audibly reproduce the accent according to your selection. If you do not provide this third parameter, `Speakit JS` will use the default voice language to reproduce the text.
```javascript
Speakit.readText("This is a text to an audibly reproduce through the JavaScript SpeechSynthesis.",
"en-NZ",
voiceName)
.then(()=> console.log('Text succesfuly readed.') ) //do something after the Speech synthesis finished.
.catch((error)=> console.error('Error reading the text:', error) )
```
The `.readText()` method operates using JavaScript Promises. You can chain a `.then()` method to execute a JavaScript code after the text has been audibly reproduce.
### Pause a speaking action
You can **pause** any current speaking process by using the `.pauseSpeaking` method.
```javascript
Speakit.pauseSpeaking();
```
This action will pause the current speaking process. It is not cancelled but paused waiting for to continue when the `.resumeSpeaking()` will be executed.
### Resume a paused speaking
You can **resume** (continue) reproducing a text in an audible format if you previously paused it by using the `.resumeSpeaking` method.
```javascript
Speakit.resumeSpeaking();
```
This action will continue reproducing the rest of the text since the position where it was paused.
### Stop speaking
If you need to cancel the any speaking process you can stop it by using the `.stopSpeaking` method.
```javascript
Speakit.stopSpeaking();
```
This action will cancel the speaking process and will send a warning to the DevTools JS console by the JS **console** Object. This is not an error or an issue, it is just a warning about the user _(or webapp)_ executed a cancellation action.
<br>
<hr>
## Compatibility
SpeechSynthesis API boasts good compatibility with most of web browsers, as it was introduced in 2014. Below, you can find a list of web browsers that support this JS API.
### Desktop Web browsers
|Brand|Version|SpeechSynthesis available|
|-|-|-|
|Google Chrome|33+|✅|
|Microsoft Edge|14+|✅|
|Safari|7+|✅|
|Mozilla Firefox|49+|✅|
|Opera|21+|✅|
|Samsung Internet|49+|✅|
|Internet Explorer|?|⛔️|
## Note about Safari and Firefox browsers
**🔔 We detected in Safari and Firefox browsers that the `utteranceRate` and `utterancePitch` properties of the SpeakitJS library must used with a lower value than the default value. Those web browsers play the voice in an accelerated way than the experience got with Chrome and Edge. Please, test it well and make a fine tuning of that properties.**
### Mobile Web browsers
|Brand|Version|SpeechSynthesis available|
|-|-|-|
|Chrome for Android|121+|✅|
|Firefox for Android|122+|✅|
|Samsung Internet|4-22|✅ `only in Samsung mobile devices`|
|Samsung Internet|23|✅ `smartphones of any brand with this web browser installed`|
|Microsoft Edge|14+|✅|
|Safari on iOS - iPadOS|7+|✅|
|Other web browsers on iOS - iPadOS|?|🚧 `Until Apple allows other web engines on iOS and iPadOS, any web browser you install on these mobile devices is required to use the Safari web browser engine.`|
|Opera mobile-Mini|12+|⛔️|
|Browser for Android|6+|⛔️|
|KaiOS browser|2.5+|⛔️|
|Android WebView|?|⛔️|
|iOS WKWebView|?|⛔️|
🔔 Please visit [Can I Use](https://caniuse.com/mdn-api_speechsynthesis) website for the most recently updates.
## Alpha version
In this section you can find news about what we are working on the coming versions of Speakit-JS.
* [x] Specify an ISO Code language to filter the `.getVoices()` method results.
* [x] Adding the filter behaivour to the `.getVoices()` method.
* [x] Adding the fallback behaivour to the `.getVoices()` method.
* [x] Tested in the main web browser engines.
### Way to use it
🔔 If you are thinking to try the Alpha version, please consider do **not implement it in Production environments**.
In this version you can filter a specific type of voice `en`, `es`, `it`, etcetera, by defining the desired ISO language code in the `languageFilter` property.
```javascript
Speakit.languageFilter = "it-IT"
```
After apply this filter, when you call the `.getVoices()` method you will get just the available voices for the selected `ISO Language`.
```javascript
Speakit.getVoices()
.then(()=> console.table(Speakit.totalVoices))
```
Also the `totalAvailableVoices` property will return the proper number of voices, according to the filtered ISO language.
### Another proposal for filtering
According to some tests, we propose to change a part of the `.languageFilter` property to get more ways to apply a language filter.
The new way we are testing gives you more flexibility to filter languages using just a part of the ISO language code. Here is a sample:
```javascript
Speakit.languageFilter = "es-"
```
This sample code will bring you a list of spanish languages available including all the different accents: `Bolivian`, `Peruvian`, `Argentinian`, `Chilean`, etc.
```javascript
Speakit.languageFilter = "-CA"
```
This other sample code will bring you a list of all canadian languages available including the different languages using in this country: `en` and `fr`.
### About the tests
**All the tests** over the main web browser engines throws good results except with **Apple Safari** desktop version. The Apple's web browser has a very limited support for its internal voices and the filtering method can't get a proper behaivour when it is implemented. We need to run more tests to find the best solution and to achive the better experience with the available voices in this particular web browser.
We still did not tests over **Safari Mobile**. If you can do it, please send us your feedback about the experience on it.
## How to contribute
We invite you to send your comments and suggestions opening an issue space in this Repository. We will evaluate them and plan how to implement if you comments are helpful for the maintaning process of this library.
## License
We have not a solid model of license. For the moment we invite you to use Speakit-JS library for free.
## Contacting me
You can write me through Github space or send me an email to `ferproonline_gmail_com`. Also you can follow me on (X) or Twitter in my personal account: `@mobilepadawan`.
## Keywords
`speakit-js`, `speech-synthesis`, `voice`, `javascript`, `text-to-speech`, `tts`, `speech`, `synthesis`, `utterance`, `library`
| Elevate your web applications with the power of JavaScript speech synthesis. | javascript,library,speech,synthesis,text-to-speech,tts,utterance,voice,speakit | 2024-02-10T01:05:30Z | 2024-05-21T02:14:27Z | null | 1 | 0 | 138 | 0 | 0 | 3 | null | MIT | JavaScript |
bcgov/citz-imb-common-code | main | # CITZ IMB Common Code
[](Redirect-URL)
[](LICENSE)
[](NodeJS)
[](Typescript)
[](React)
[](Express)
<br />
---
## `Table of Contents`
- [General Information](#general-information)
- [Quick Start Guide](#quick-start-guide) - **Start Here!**
- [Testing Packages Locally](#testing-packages-locally) - Test packages before they are released or merged.
- [Directory Structure](#directory-structure) - How the repo is designed.
- [Git Aliases](#git-aliases) - Available git aliases.
- [Scripts](#scripts) - Scripts for running and working on the web app.
## `General Information`
This application will be used to showcase the code, packages, and services that the Common Code team offers. It will also serve as a testing grounds for packages before new versions are published.
- Running on a NodeJS:20 with React, and Express.
---
<br />
## `Quick Start Guide`
1. Create a `.env` file based on the `example.env` file.
2. Run `npm run up` to start the app locally.
[Return to Top](#citz-imb-common-code)
<br />
## `Testing Packages Locally`
Packages such as `@bcgov/citz-imb-sso-react` and `@bcgov/citz-imb-sso-express` can be tested within the Showcase app before they are merged and released. This means you can make changes to these package repos on your local machine, and then see these changes reflected within the Showcase app.
### `Requirements`
- The following package repos must be cloned to your machine in the same directory as this repo:
[@bcgov/citz-imb-sso-react] - SSO React package.
[@bcgov/citz-imb-sso-express] - SSO Express package.
[@bcgov/citz-imb-sso-css-api] - SSO CSS API package.
- You must run the `npm run build` command from each of these package repo directories.
- To see changes in the Showcase app, you must rebuild using the `npm run up:override` or `npm run rebuild:override` scripts.
### `How This Works`
This works because the `compose.override.yaml` file sets volume mounts that map the `build` directory in each package repo to the corresponding `node_modules` folder.
Any time changes are made that you want reflected in the Showcase app, you will need to build the package and run `npm run rebuild` in this directory.
Since this mapping is done through docker, you may get type errors in your IDE because the IDE sees the version of the package in the package.json, but docker is building with the contents of the `build` directory from the package repo directory.
<br />
## `Directory Structure`
```
.
├── .github/
| ├── config/
| | └── dep-report.json5 # Configure options for NPM Dep Report.
| ├── helpers/
| | ├── github-api/ # Functions to access the GitHub API.
| | ├── create-npm-dep-report-issues.js # Creates GitHub Issues for Npm Dep Reports.
| | ├── create-npm-dep-report.js # Creates text bodies for Npm Dep Reports.
| | ├── parse-json5-config.js # Parses json5 files for GitHub actions output.
| | └── parse-npm-deps.js # Parses package.json files for changes to package versions.
| ├── workflows/
| | └── npm-dep-report.yaml # Reports on new package versions.
├── src/
| ├── backend/ # Express API.
| | ├── scripts/ # Utility scripts used to run the server.
| | ├── src/
| | | ├── modules/ # Modules of functionality (routes, controllers, entities, services).
| | | └── utils/ # Utility functions for the express api.
| | ├── express.ts # Express configuration and base route configuration.
| | ├── index.ts # Server initialization.
| | └── package.json # Configure packages.
| ├── frontend/ # React.
| | ├── src/
| | | ├── assets/ # Images.
| | | ├── components/
| | | | └── common/ # Common or reusable visual components.
| | | ├── css/ # Base styles and variables.
| | | ├── pages/ # Page components.
| | | ├── AppRouter.tsx # Router for loading pages at routes.
| | | ├── global.d.ts # Global type declarations (used for config endpoint).
| | | └── main.tsx # Main JavaScript run in index.html.
| | ├── index.html # Set web app meta data and title.
| | ├── nginx.conf # Configure proxy pass for prod build.
| | ├── package.json # Configure packages.
| | └── vite.config.ts # Configure vite server and proxy pass for dev build.
```
[Return to Top](#citz-imb-common-code)
<br />
## `Git Aliases`
These aliases are available within the repository after using the following setup command:
```bash
# Sets git aliases.
$ npm run setup-git-aliases
```
---
```bash
# List all available aliases.
$ git list-aliases
```
```bash
# Amend staged changes to the last commit without changing the commit message.
$ git amend
```
```bash
# Undo the last commit and bring it's changes back into the staging area.
$ git undo-last-commit-soft
```
```bash
# Undo the last commit and discard it's changes.
$ git undo-last-commit-hard
```
```bash
# See files changed in relation to main branch.
$ git changes
```
[Return to Top](#citz-imb-common-code)
<br />
## `Scripts`
```bash
# Start the web app (ensure env vars set).
$ npm run up
```
```bash
# Start the web app (ensure env vars set).
# Volume mounts the build directories of external packages to node_modules within docker,
# so that local package repos can be tested within the app.
#
# See 'Testing Packages Locally' before using.
$ npm run up:override
```
```bash
# Stop the web app.
$ npm run down
```
```bash
# Prune all containers, images and volumes.
$ npm run prune
```
```bash
# Clean install packages in frontend and backend (requires prune and up to affect live site).
$ npm run install
```
```bash
# Clean install packages in frontend (requires prune and up to affect live site).
$ npm run install:frontend
```
```bash
# Clean install packages in backend (requires prune and up to affect live site).
$ npm run install:backend
```
```bash
# Prunes, clean installs packages, and rebuilds containers.
$ npm run rebuild
```
```bash
# Prunes, clean installs packages, and rebuilds containers.
# Uses `npm run up:override` instead of `npm run up`.
#
# See 'Testing Packages Locally' before using.
$ npm run rebuild:override
```
```bash
# Shell into frontend container.
# Type 'exit' + ENTER to exit shell.
$ npm run shell:frontend
```
```bash
# Shell into backend container (used when working with migrations).
# Type 'exit' + ENTER to exit shell.
$ npm run shell:backend
```
```bash
# Sets git aliases.
$ npm run setup-git-aliases
```
[Return to Top](#citz-imb-common-code)
<!-- Link References -->
[@bcgov/citz-imb-sso-react]: https://github.com/bcgov/citz-imb-sso-react
[@bcgov/citz-imb-sso-express]: https://github.com/bcgov/citz-imb-sso-express
[@bcgov/citz-imb-sso-css-api]: https://github.com/bcgov/citz-imb-sso-css-api
| IMB Common Code Repository | expressjs,javascript,reactjs,typescript | 2024-02-27T22:16:34Z | 2024-05-22T16:12:53Z | null | 51 | 229 | 661 | 2 | 0 | 3 | null | Apache-2.0 | TypeScript |
snehap02/Namaste-React | main | null | Namaste React course from zero to hero is a course by Akshay Saini ( Founder of NamasteDev 🙏). All the Assignments and coding practices are taken during live classes of namaste react. 🚀 | api,css,dom-manipulation,html,javascript,javascriptdom,react,react-api,react-dom,react-hooks | 2024-02-07T16:40:19Z | 2024-03-16T13:31:44Z | null | 1 | 0 | 76 | 0 | 0 | 3 | null | null | JavaScript |
AtalaySezen/Google-Email-Scraper | main | Google Email Scraper, belirli bir anahtar kelimeye göre Google arama sonuçlarını tarayarak e-posta adreslerini bulan bir web kazıyıcıdır. Bu araç, kullanıcıların belirledikleri anahtar kelimeye göre Google'da arama yapmasını sağlar ve bulunan her e-posta adresini otomatik olarak bir metin dosyasına kaydeder. Ayrıca, taranan web sitelerinin URL'lerini ve toplamda kaç e-posta adresi bulunduğunu raporlar.
**Kullanım:**
1. Script.js üzerinden keyword girin ve node.js'i çalıştırın..
2. EmailFinder web sayfalarını tarayacaktır.
3. Bulunan e-posta adresleri görüntülenecektir.
The Google Email Scraper is a web scraper that searches Google search results based on a specific keyword to find email addresses. This tool allows users to search on Google based on their specified keyword and automatically saves each found email address to a text file. It also reports the URLs of scanned websites and the total number of email addresses found."
**Usage:**
1. Enter the Keyword and start node.js.
2. EmailFinder will scan the web pages.
3. Discovered email addresses will be displayed.
**Note:** Respect the policies of the websites you scan.
**License:** MIT License
| Google Email scraper is a web scraper that searches google search result based on a specific keyword to find email adresses. | google-scraper,javascript,scraper,mail-scraper,nodejs-scraping,puppeteer,email-scraper,email-scraper-any-website,website-scraping,javascript-scraper | 2024-03-12T08:39:53Z | 2024-03-29T14:55:52Z | null | 2 | 1 | 20 | 0 | 1 | 3 | null | null | JavaScript |
adityayaduvanshi/StreamHub | master | 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
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
| A powerful live streaming web app with RTMP/WHIP protocols, Next.js integration, secure authentication, real-time chat, and a sleek dashboard. Elevate your content creation experience! | javascript,livestreaming,nextjs,nextjs14,prisma,reactjs,shadcn-ui,streaming,streamlit-webapp,typescript | 2024-02-01T19:56:46Z | 2024-02-01T19:57:56Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | TypeScript |
ShashiniNilukshi/MusicRecommender | main |
# Rythem Day Music Recommender
## Project Description
Rythem Day Music Recommender is a web application designed to provide users with recommendations for songs that match the vibe of their favorite tracks. Leveraging machine learning techniques, particularly cosine similarity, the application analyzes user input and suggests songs with similar characteristics.
## Front End Development
The front end of the project is developed using React.js, a popular JavaScript library for building user interfaces. HTML, CSS, and JavaScript are utilized to create the user interface components, including input forms, buttons, and displays for recommended songs. React Router is employed for navigation between different pages within the application, providing seamless user experience.
## Machine Learning Model
The core functionality of the music recommender system is powered by a machine learning model developed using Python in Jupyter Notebooks. The model employs cosine similarity, a mathematical measure, to calculate the similarity between vectors representing songs. Each song is represented as a vector in a multi-dimensional space, where each dimension corresponds to a specific feature of the song (e.g., tempo, genre, mood). By comparing the cosine of the angle between vectors, the model identifies songs with similar characteristics.
## Backend Integration with Flask
To connect the front end with the machine learning model, Flask, a micro web framework for Python, is utilized as the backend server. Flask provides a simple and lightweight framework for handling HTTP requests and responses. The frontend sends user input (favorite song) to the backend via HTTP requests, and the backend processes this input using the machine learning model to generate song recommendations. The recommended songs are then sent back to the frontend for display to the user.
### To install and set up the Rythem Day Music Recommender project, follow these steps:
#### Prerequisites
Node.js and npm installed on your machine for frontend development.
Python installed on your machine for backend and machine learning model development.
Jupyter Notebook installed for running the machine learning model development.
Git installed for cloning the project repository (optional but recommended).
#### Downloading the Pickle File
Download the similarity.pkl file from https://drive.google.com/file/d/1d6T7wayvFmUmXZvAzXV46I_Fc2kRx9i-/view?usp=sharing
| Music Recommender using ML and spotify data Set with React front End | machine-learning,reactjs,css,flask,html,javascript,python | 2024-03-09T06:01:52Z | 2024-03-24T10:11:00Z | null | 1 | 0 | 27 | 0 | 0 | 3 | null | null | Python |
LakshyaSharma207/js-game | main | This is a HTML5 canvas and Javascript only browser game without any frameworks or libraries. Made as a mini project for AI subject in my college, but also because I like playing games.
Check this game now here: https://lakshyasharma207-js-game.vercel.app/
The goal of the game is to collect all 20 coins and then escape the dungeon, without getting eaten by wumpus.
The Project is build and bundled using Vite, so after locally downloading the project, do `npm i`,
then `npm run dev` to start devlopment server or `npm run build` to bundle project before deployment.
Here I deployed it on vercel directly.
I am using free Pixel Art Assets from - [Map](https://0x72.itch.io/16x16-dungeon-tileset), [Characters](https://merchant-shade.itch.io/16x16-puny-characters).
| A short top-down game made using HTML5 canvas and javascript, made for exploring and understanding how a generic game engine works. | game,html5-canvas,javascript,javascript-game,wumpus,js,js-game | 2024-02-02T11:08:15Z | 2024-04-12T16:23:16Z | null | 1 | 0 | 69 | 0 | 0 | 3 | null | null | JavaScript |
mancode77/frontend-dev-portofolio | main | # Proyek Website Portofolio Frontend Dev
Selamat datang di proyek Website Portofolio Frontend Dev! 🚀 Proyek ini bertujuan untuk mengembangkan pengetahuan kita terkait Frontend Development. Dengan menggunakan proyek ini, kita berharap dapat meningkatkan pemahaman dan keterampilan kita dalam berkontribusi di bidang pengembangan frontend.
## Persyaratan
Sebelum memulai, pastikan Anda memiliki pengetahuan dasar tentang HTML, CSS, dan JavaScript.
## Instalasi
Ikuti langkah-langkah instalasi berikut untuk memulai dengan proyek ini:
```bash
// Jika menggunakan https
git clone https://github.com/mancode77/frontend-dev-portofolio.git
```
atau
```bash
// Jika menggunakan ssh
git clone git@github.com:mancode77/frontend-dev-portofolio.git
```
atau
```bash
// Jika menggunakan GitHub CLI
gh repo clone mancode77/frontend-dev-portofolio
```
## Penggunaan
Buka Visual Studio Code, instal ekstensi Live Server 🌐, lalu klik kanan pada file HTML dan pilih "Start Live Server" untuk melihat proyek secara langsung.
## Spesifikasi Kebutuhan Perangkat Lunak
| **Tujuan** | Implementasi pengetahuan pembuatan website dan membuka kesempatan kontribusi bagi anggota komunitas. |
|---|---|
| **Sasaran** | Anggota komunitas. |
| **Deskripsi** | Website portofolio komunitas Frontend. Menampilkan profil, perilaku, project, dan informasi kontak. Dilengkapi fitur login dan register standar dengan enkripsi password. |
| **Kegunaan** | Memberikan informasi komunitas Frontend setelah login dan keamanan password tersembunyi. |
| **Kebutuhan Fungsional** | - Halaman login dan register dengan form username dan password. - Halaman portofolio dengan halaman Home, About, Project, dan Contact. |
| **Kebutuhan Non-Fungsional** | - Halaman Home menampilkan kata-kata inspiratif. - Halaman About menjelaskan tentang website komunitas dan project yang telah dibuat. - Halaman Contact berisi formulir untuk mengirim pesan. |
| **Teknologi Frontend** | HTML, CSS, JavaScript. |
| **Teknologi Backend** | NodeJS, ExpressJS, MySQL. |
| **Perangkat Keras** | Komputer atau mobile dengan browser. |
| **Rencana Pengembangan** | Migrasi Teknologi Frontend ke React. |
## Terima Kasih
Terima kasih kepada semua kontributor yang telah membantu membuat proyek ini menjadi lebih baik! 🙌
| Web portofolio untuk komunitas Frontend dev | css,html,javascript | 2024-01-25T13:42:14Z | 2024-02-25T14:50:16Z | null | 3 | 7 | 67 | 0 | 2 | 3 | null | null | CSS |
Ludis-ET/taskmate | main | A simple frontend project for todo application that uses local storage of your browser. | javascript,json-server,jsx,rectjs | 2024-02-17T11:02:27Z | 2024-02-22T08:23:56Z | null | 1 | 0 | 32 | 0 | 0 | 3 | null | null | JavaScript | |
AnshSinghSonkhia/thousand-colors | main | # thousand-colors
An Open-Source NPM Package with 1000+ colors & their RGB values, ready to be used in your projects.
<code><img height="30" src="https://img.shields.io/badge/NPM-111111?style=for-the-badge&logo=npm&logoColor=#c63635"></code>
<code><img height="30" src="https://img.shields.io/badge/JavaScript-111111?style=for-the-badge&logo=javascript&logoColor=F7DF1E"></code>
# Installation
```shell
npm i thousand-colors
```
# Usage
```js
var colors = require('thousand-colors');
colors.red // [255,0,0]
```
# List of Colors:
Visit: [https://github.com/AnshSinghSonkhia/thousand-colors/blob/main/index.js](https://github.com/AnshSinghSonkhia/thousand-colors/blob/main/index.js)
```js
"aliceblue": [240, 248, 255],
"antiquewhite": [250, 235, 215],
"aqua": [0, 255, 255],
"aquamarine": [127, 255, 212],
"azure": [240, 255, 255],
"beige": [245, 245, 220],
"bisque": [255, 228, 196],
"black": [0, 0, 0],
"blanchedalmond": [255, 235, 205],
"blue": [0, 0, 255],
"blueviolet": [138, 43, 226],
"brown": [165, 42, 42],
"burlywood": [222, 184, 135],
"cadetblue": [95, 158, 160],
"chartreuse": [127, 255, 0],
"chocolate": [210, 105, 30],
"coral": [255, 127, 80],
"cornflowerblue": [100, 149, 237],
"cornsilk": [255, 248, 220],
"crimson": [220, 20, 60],
"darkblue": [0, 0, 139],
"darkcyan": [0, 139, 139],
"darkgoldenrod": [184, 134, 11],
"darkgray": [169, 169, 169],
"darkgreen": [0, 100, 0],
"darkkhaki": [189, 183, 107],
"darkmagenta": [139, 0, 139],
"darkolivegreen": [85, 107, 47],
// And, many more... refer: https://github.com/AnshSinghSonkhia/thousand-colors/blob/main/index.js
```
| An Open-Source NPM Package with 1000+ colors & their RGB values, ready to be used in your projects. | colors,javascript,npm,npm-package,npmjs,rgb | 2024-02-26T04:40:20Z | 2024-03-08T13:13:45Z | null | 2 | 1 | 20 | 2 | 1 | 3 | null | Apache-2.0 | JavaScript |
Junedkhan-Pathan/YouTube_Clone | main | # Welcome to My Exact YouTube Clone Project!
## Introduction
Welcome to my YouTube clone project, a meticulously crafted recreation of the beloved video-sharing platform using ReactJS, Tailwind CSS, Redux Toolkit, React Router, and more. This project represents the culmination of extensive coding, optimization, and attention to detail to deliver an experience that mirrors the functionalities and aesthetics of YouTube itself.
## Key Features
- **Dynamic Content with YouTube APIs:** Seamlessly integrates YouTube APIs to deliver dynamic video content by categories, channels, popularity, trending, and search queries. Users can enjoy an authentic browsing experience, exploring a vast library of videos in various genres.
- **Designing with Tailwind CSS:** Crafted with Tailwind CSS to achieve pixel-perfect designs, including active links, tags with dynamic background and text colors, and loading skeletons with shimmer UI effects. The user interface is sleek, modern, and visually appealing, providing an immersive experience akin to the original YouTube platform.
- **Optimization Techniques:** Leveraging debouncing and caching techniques to enhance searches, minimize unnecessary API calls, and ensure a smooth user experience. By optimizing data retrieval and rendering processes, the application delivers fast and responsive performance, even under heavy usage.
- **Memoization and Redux Toolkit:** Implements memoization techniques and utilizes Redux Toolkit for state management to optimize performance and streamline data retrieval. By efficiently managing application state and minimizing redundant computations, the project achieves scalability and maintainability, facilitating seamless updates and enhancements.
- **Seamless Navigation with React Router:** Implements React Router for seamless navigation between pages, ensuring a fluid browsing experience. Users can effortlessly navigate through different sections of the application, from home to search results, video details, and user profiles, enhancing usability and engagement.
- **Lazy Loading:** Enhances page load times by implementing lazy loading techniques for images and content, improving overall performance. By deferring the loading of non-essential resources until they are needed, the application accelerates initial load times and reduces bandwidth consumption, optimizing the user experience.
- **Robust Error Handling:** Implements robust error handling mechanisms to manage YouTube API limitations and ensure uninterrupted engagement. By anticipating and gracefully handling potential errors, such as API rate limits or network failures, the project maintains reliability and stability, enhancing user trust and satisfaction.
- **Responsive Design:** Ensures a consistent and engaging experience across all devices with responsive design principles powered by Tailwind CSS. Whether accessed on desktops, tablets, or smartphones, the application adapts seamlessly to different screen sizes and orientations, maximizing accessibility and usability for all users.
## Getting Started
To get started with the project, follow these steps:
1. Clone the repository:
```
git clone https://github.com/Junedkhan-Pathan/YouTube_Clone.git
```
2. Install dependencies:
```
npm install
```
3. Start the development server:
```
npm start
```
4. Open your browser and navigate to `http://localhost:3000` to view the application.
## Feedback and Contributions
Feedback and contributions are highly appreciated! If you encounter any issues or have suggestions for improvement, feel free to open an issue or submit a pull request. Together, we can continue to enhance and refine this project, making it even more robust and feature-rich.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
Junedkhan Pathan - [@LinkedIn](https://www.linkedin.com/in/junedkhan-pathan832331)
| This repository houses my meticulously crafted YouTube clone project, built using ReactJS, Tailwind CSS, Redux Toolkit, React Router, and more.this clone mirrors the functionalities and aesthetics of YouTube while adhering to industry-standard coding practices. Explore the code, contribute, and join me on this journey of learning and innovation! | reactjs,reduxtoolkit,router,tailwindcss,youtube-api,css,html,javascript | 2024-02-27T10:05:14Z | 2024-03-14T11:18:08Z | null | 1 | 0 | 15 | 0 | 0 | 3 | null | null | JavaScript |
ialex32x/jsb | main |
MOVED TO https://github.com/ialex32x/GodotJS
| JavaScript for Godot with V8 | godot,godot-module,javascript,quickjs,v8,gamedev,scripting,typescript | 2024-03-13T00:53:30Z | 2024-04-20T09:28:24Z | null | 1 | 0 | 114 | 0 | 0 | 3 | null | MIT | null |
pathakjiop/Healthy-Lifestyle | main | # Healthy-Lifestyle Project

## Overview
The Healthy-Lifestyle project is designed to promote wellness and encourage individuals to achieve and maintain an optimal BMI (Body Mass Index). By inputting basic information (name, age, height, weight, gender), users can receive personalized BMI calculations through the Gemini API. Moreover, the project guides users on how to attain their ideal BMI through a comprehensive, 25-question questionnaire, offering tailored advice and actionable steps.
### Technologies Used
- **Backend:** Python
- **Frontend:** ReactJS
- **API:** Gemini API
## Features
- **BMI Calculation:** Instantly calculates BMI using user-provided data.
- **Personalized Advice:** Generates customized recommendations for reaching an ideal BMI based on the user's current health metrics.
- **Interactive Questionnaire:** Engages users with a 25-question survey to understand their lifestyle, providing detailed guidance for achieving a healthier BMI.
## How to Run
### Prerequisites
- Ensure you have Python installed on your system.
- Node.js and npm must be installed for the ReactJS frontend.
## Installation
To install the Ayurvedic Information System, follow these steps:
### 1. Clone the Repository
First, clone the project repository to your local machine using Git.
```bash
git clone https://github.com/pathakjiop/Healthy-Lifestyle.git
cd Healthy-Lifestyle
```
### 2. Set Up Environment Variables
1. Make a .env file in the Back-End.
2. And add the gemini api key.
1. To get gemini api key go to https://aistudio.google.com/app/apikey
2. Click on Create API key.
3. Go to search box and select the option ( My First Project ).
4. Now, click on ( Create API key on existing project ).
5. Just copy the API key and move towards next step.
3. Write this code in the .env file.
```
GEMINI_API_KEY = YOUR_GEMINI_API_KEY
```
Your gemini api key is ready to use.
4. Go to Front_End in the file explorer and right click in the file explorer and click on the option Open in Terminal.
5. Write the code mention below
```bash
npm install
```
After every thing installed you are ready to use our project.
## How To Start The Project
### Starting Backend
1. Go to Back_End in the file explorer and right click in the file explorer and click on the option Open in Terminal.
2. Write the code mention below.
```bash
python run.py
```
3. The Backend is now started.
### Starting Backend
1. Go to Front_End in the file explorer and right click in the file explorer and click on the option Open in Terminal.
2. Write the code mention below.
```bash
npm start
```
3. The Frontend is now started.
## How It's Beneficial
This project not only offers a straightforward way to understand one's BMI but also provides a clear, personalized roadmap to achieve a healthier lifestyle. By considering individual health metrics and lifestyle choices, the Healthy-Lifestyle project empowers users with knowledge and practical steps to reach their health goals. Whether you're looking to maintain your current BMI or work towards a new target, this tool is designed to support you every step of the way.
## Usage
1. **BMI Calculation:** Enter your name, age, height, weight, and gender on the homepage. Submit to receive your current BMI.
2. **Achieving Ideal BMI:** Follow the personalized advice provided based on your BMI calculation to understand the next steps.
3. **Questionnaire:** Complete the 25-question survey for more detailed recommendations tailored to your lifestyle and preferences.
## Contributing
We welcome contributions! If you're interested in improving the Healthy-Lifestyle project, please fork the repository and submit a pull request with your changes.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
| The Healthy-Lifestyle project promotes wellness, calculates personalized BMI, and offers tailored advice via a comprehensive questionnaire for optimal health. | api,flask,gemini-api,javascript,python,react,reactjs | 2024-03-03T12:17:13Z | 2024-03-26T06:22:51Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | MIT | JavaScript |
anurag87204/Rock-Paper-Scissors | main | ## Rock Paper Scissors Game
This repository contains a simple implementation of the classic Rock Paper Scissors game . The game allows players to compete against the computer in a series of rounds, making their choices of rock, paper, or scissors.
### Features:
- User vs. Computer: Play against the computer in a series of rounds.
- Randomized Computer Choice: The computer's choice is randomized for each round.
- Score Tracking: Keep track of the user's and computer's scores throughout the game.
- Simple Interface: Easy-to-understand command line interface for gameplay.
### Instructions:
1. Run the rps_game to start the game
2. Follow the on-screen prompts to play against the computer.
### How to Play:
- Enter your choice (rock, paper, or scissors) when prompted.
- The computer will randomly select its choice.
- The winner of the round will be announced, and scores will be updated accordingly.
- The game continues until a predefined number of rounds are completed or until the user decides to quit.
Enjoy the classic game of Rock Paper Scissors with this simple Python implementation! Feel free to contribute improvements or report any issues in the repository.
| A simple classic Rock Paper Sciissor game | css,fun,game,html,javascript | 2024-02-10T05:15:33Z | 2024-03-07T10:16:10Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | HTML |
gmpsankalpa/Chat-Bot | main | # Chat Application
This is a simple chat application built using HTML, CSS, and JavaScript. It allows users to send messages and receive responses from a bot.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Demo](#demo)
- [Screenshots](#screenshots)
- [Contributing](#contributing)
- [License](#license)
## Features
- User-friendly interface
- Send messages and receive responses
- Bot replies based on user input
- Responsive design for various screen sizes
## Installation
1. Clone the repository:
```bash
git clone https://github.com/gmpsankalpa/chat-bot.git
2. Navigate to the project directory:
```bash
cd chat-bot
3. Open the `index.html` file in your web browser.
## Usage
1. Type a message in the input box at the bottom of the chat interface.
2. Press the "Send" button or hit Enter to send the message.
3. The bot will process the message and respond accordingly.
4. Messages are displayed in the chat area, with user messages aligned to the right and bot messages aligned to the left.
## Demo
You can view a live demo of the chat application [here](https://gmpsankalpa.github.io/Chat-Bot/).
## Screenshots

## Contributing
Contributions are welcome! If you have any improvements or features you'd like to add, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature: `git checkout -b feature-name`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin feature-name`
5. Submit a pull request.
## License
This project is licensed under the [MIT](LICENSE) License.
---
<div align="center">




</div>
| This is a simple chat application built using HTML, CSS, and JavaScript. It allows users to send messages and receive responses from a bot. | css,html,javascript | 2024-02-23T15:46:09Z | 2024-03-31T16:16:33Z | 2024-03-13T08:08:46Z | 1 | 0 | 18 | 0 | 0 | 3 | null | MIT | JavaScript |
Azzellz/pomelo | main | # pomelo (Yuzu)
Based on Bun/Nodejs, pomelo is a resource parsing tool with flexible configurations. It supports various types of resources. Most of the functionality is inspired by [Flexget](https://github.com/Flexget/Flexget).
A typical use case involves parsing RSS resources and sending them to aria2 for downloading. This process is particularly suitable when paired with [Aria2 Pro](https://github.com/P3TERX/Aria2-Pro-Docker).
# Migration
**This repository has been migrated to https://github.com/pomelo-js/pomelo.**
| Based on Bunjs/Nodejs and Aria2 resource download tool , flexible configuration , support for custom resource parsing and some built-in resource parsing such as RSS | rss,flexget,bunjs,javascript,node,typescript,anime,automation,download | 2024-03-06T02:42:33Z | 2024-04-11T09:59:44Z | 2024-04-10T06:20:12Z | 2 | 0 | 98 | 0 | 0 | 3 | null | AGPL-3.0 | TypeScript |
danvitoriano/danvitoriano.com.br | main | Início do projeto nesta quarta, 28 de fevereiro, 19h
# Projeto Learn in Public site danvitoriano.com.br
Atualmente, o meu site pessoal, "danvitoriano.com.br" é feito usando a plataforma de low-code Squarespace: eu pago pouco mais de R$100 por mês e tenho um site completamente acessível e personalizável sem escrever quase nenhum código. Sempre defendi o low-code e continuo defendendo com uma solução rápida e viável para a maioria dos casos, mas como em 2024 meus planos são ter ainda mais projetos (sites), manter o Squarespace torna-se iniviável. Quando você precisa ter dois, três ou mais contas na plataforma acaba saindo caro demais. Eu já tenho meu site, o do Devs 40+ e agora terá o da LGBTech Conf.
Sendo assim, pretendo fazer desse projeto algo colaborativo, já que as aulas de programação que eu daria em um curso no começo deste ano não viraram por falta de turma, terei mais tempo livre e quero ensinar programação para a comunidade gratuitamente enquanto vou reconstruindo o site, baseado no que eu tenho hoje no Squarespace, mas usando tecnologias gratuitas e de código aberto.
Para este projeto decidi usar o framework open-source Next.js, projeto idealizado pela Vercel, e que é minha especialidade. Na maioria das aulas que leciono acabo ensinando como usá-lo. Vou documentar toda a jornada no Discord da comunidade Devs 40+ e a linguagem principal será o JavaScript, tanto para o front-end para o back-end, a usando em conjunto com o Node.js, até porque é a única "stack" que utilizo há anos.
Quem quiser participar ajudando, pode fazer fork do projeto e mandar Pull Request quando houver tarefas. Lá pelo Discord, e no próprio GitHub do projeto, compartilharei o escopo do que precisa ser feito, as páginas que precisam ser recriadas, assim todo mundo poderá sugerir, participar e codar junto comigo, mesmo que seja revisando código, documentando.
Por enquanto eu só dei um "push" do projeto inicial com o Create Next App no GitHub, mas você já pode favoritá-lo ou forká-lo:
O canal do Discord do Devs 40+ onde serão as discussões: https://discord.com/invite/7RwVcFckGj
O live-coding vai rolar pela Twitch: https://www.twitch.tv/danvitoriano
No meu canal do YouTube você confere vídeos e cortes editados do que vai rolar, além de que tem muito vídeo já gravado por lá, e que vou usar pra rever o que preciso fazer: https://www.youtube.com/@danvitoriano
Vou utilizar como base de aprendizado os conteúdo da Alura, plataforma que tenho acesso e sempre disponibiliza vídeos, artigos, e cursos atualizados com o que o mercado tem usado em relação ao Next, JavaScript e milhares de outras tecnologias. Considere uma assinatura com meu desconto se você também deseja aprender tecnologia: https://www.alura.com.br/cursos-online-front-end/nextjs?c=danvitoriano
Me desejem sorte, e quem quiser acompanhar, é só chegar!
## About Next.js projects
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 `app/page.tsx`. The page auto-updates as you edit the file.
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.
| Recriando um site do Squarespace usando Next.js | nextjs,typescript,javascript,react,tailwindcss,vercel | 2024-02-12T02:55:20Z | 2024-04-19T01:25:26Z | null | 1 | 0 | 16 | 5 | 1 | 3 | null | null | TypeScript |
adilsarfraz02/drumKit | main | # drumKit
<img width="auto" height="auto" src="https://img.playbook.com/O9KD5WHxcR5-vPZHKOD4AB-Syw4rK2aeAfF-Jf-ESbk/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzk4NDEwNDE4/LWUxNTMtNGJiOS1i/ZTExLTYxMzZjNzE4/NGZlNg" alt="" />
| Drum Kit | drum-kit,drumkit,javascript,javascript-library,js | 2024-01-29T18:38:22Z | 2024-01-31T15:18:58Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | null | CSS |
lefelys/randomface | main | # Randomface
Randomface is JS/React package for generating vector face-like figures from SHA-256 hash.
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-2de32b9.svg">
<img src="assets/example-faces/randomface-2de32b9-dark.svg" width="13%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-4ebf310.svg">
<img src="assets/example-faces/randomface-4ebf310-dark.svg" width="13%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-4eabff7.svg">
<img src="assets/example-faces/randomface-4eabff7-dark.svg" width="13%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-5041747.svg">
<img src="assets/example-faces/randomface-5041747-dark.svg" width="13%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-9dbf383.svg">
<img src="assets/example-faces/randomface-9dbf383-dark.svg" width="13%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-f9ceb52.svg">
<img src="assets/example-faces/randomface-f9ceb52-dark.svg" width="13%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/example-faces/randomface-ba97117.svg">
<img src="assets/example-faces/randomface-ba97117-dark.svg" width="13%">
</picture>
</p>
## About
### Why?
Although various random face/avatar [generators](https://github.com/drhus/awesome-identicons) have existed for a long time, none of them provide genuine randomness in face generation. Many rely on pre-defined images of facial features combined with repetitive patterns, which diminishes the uniqueness and individuality of generated faces.
Randomface takes a different approach by keeping only the positions of facial features fixed while randomizing everything else. This results in a vast range of simple abstract facial expressions, making each face unique and easily distinguishable even in large groups.
And it is lightweight - it doesn't have any external dependencies and outputs a plain SVG. The only requirement is a SHA-256 hash for a face input, which should not be a problem to obtain on any modern platform.
### How it works?
1. Randomface expects a SHA-256 hash on input (_hashing algorithm is not included in the package_).
2. The hash in decimal form is split into pairs of two-digit numbers, representing coordinates:
```
10298733624955409702... => [10, 29], [87, 33], [62, 49], [55, 40], [97, 2]...
```
3. 100x100 square is divided into four sectors to accommodate various facial features:
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/algorithm/face-areas.svg">
<img src="assets/algorithm/face-areas-dark.svg" width="150px">
</picture>
4. Pairs of two-digit numbers are plotted on the square, sorted and connected in each sector:
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/algorithm/face-areas-with-dots-connected.svg">
<img src="assets/algorithm/face-areas-with-dots-connected-dark.svg" width="150px">
</picture>
### How to use it?
Refer to [JS/TS](packages/randomface/README.md) and [React](packages/randomface-react/README.md) packages documentation
### Where to use it?
Besides obvious use case of a generating random avatars, randomface was actually created as a variation of [Chernoff face](https://en.m.wikipedia.org/wiki/Chernoff_face) implementation for everyday uses.
Our brains are exceptionally proficient in recognizing faces, yet the same aptitude does not apply when it comes to processing textual data.
Verifying checksums, cryptographic keys, passwords, cryptocurrency addresses, UUIDs, bank accounts, etc., through visual inspection is cognitively demanding and prone to errors.
By giving the data a face, we can leverage the innate and effective process of facial recognition (enchanced with emotion detection) to handle visual verification tasks.
A real world example where Chernoff face can be useful - visual verification of payment details:
> Entering a bank account number manually for a money transfer can be both stressful and error-prone, particularly when dealing with payment details received via post or within copy-protected PDFs. A simple typographical error could lead to funds being mistakenly transferred to an incorrect account.
>
> By incorporating a visual reference, such as a Chernoff face, we can ensure the accuracy of entered data by cross-referencing it with the automatically generated information in the payment form. This additional layer of verification enhances the reliability of the transfer process and minimizes the risk of errors.
<p align="center">
<picture>
<img src="assets/example-usecases/bill.png" height="280px">
</picture>
<picture>
<img src="assets/example-usecases/form.png" height="280px">
</picture>
</p>
| Vector faces generator focused on uniqueness | avatar,avatar-generator,javascript,random-avatars,random-face,react,svg | 2024-02-02T14:30:30Z | 2024-05-07T19:34:13Z | null | 2 | 0 | 8 | 0 | 0 | 3 | null | MIT | TypeScript |
shovoalways/varFolio | main | # varFolio
[<img src='https://github.com/shovoalways/varFolio/blob/main/varFolio/img/bg.jpg?raw=true' alt='varFolio Image'>](https://www.facebook.com/shovoalways)
## 📝 Description
This repository provides the HTML, CSS, and JavaScript code used in a companion YouTube video offering a comprehensive guide to building vertical-scrolling websites. Follow along with the video and use the code as a foundation to build your site, while also accessing any additional project assets. Whether you're a beginner or want to learn the fundamentals of vertical scrolling implementation, this is a great place to get started!
## ⏳ Prerequisite
You need the following skills to start with
- HTML
- CSS
- JavaScript
## 🧑💻 Contributors
- [@Ali Hossain](https://github.com/shovoalways/)
## 🥰 Follow me
- [@Github](https://github.com/shovoalways/)
- [@Facebook](https://facebook.com/shovoalways/)
- [@Twitter](https://twitter.com/shovoalways/)
- [@Instagram](https://instagram.com/shovoalways/)
| This repository provides the complete HTML, CSS, and JavaScript code used in a companion YouTube video offering a comprehensive guide to building vertical-scrolling websites. Follow along with the video and use the code as a foundation to build your own site, while also accessing any additional project assets. | css,html,javascript,js | 2024-03-09T14:27:04Z | 2024-03-09T15:12:18Z | null | 1 | 0 | 7 | 0 | 1 | 3 | null | null | HTML |
jesielviana/livro-aprenda-programar-com-javascript | main |
Este repositório contém os exemplos de códigos e slides do livro **Aprenda a Programar com JavaScript**.
Baixe gratuitamente o livro no formato pdf ou epub: [https://leanpub.com/aprenda-programar-com-javascript](https://leanpub.com/aprenda-programar-com-javascript)
# Livro Aprenda a Programar com JavaScript
Este livro é uma obra cuidadosamente organizada, fruto da vasta experiência do autor no campo da programação. Com mais de 15 anos de experiência como programador e uma década ministrando aulas em cursos técnicos de informática e cursos superiores de computação, o autor consolidou seu conhecimento e expertise para desenvolver um recurso de aprendizado alinhado com as necessidades atuais.
Além disso, para enriquecer o conteúdo, o autor fez uso das tecnologias avançadas de inteligência artificial, como o GPT-3 da OpenAI e o Gemini do Google, para gerar e revisar partes do texto. Após o uso dessas ferramentas, o autor analisou, editou e revisou a linguagem a seu gosto, assumindo a responsabilidade final pelo conteúdo desta publicação.
Cada capítulo foi meticulosamente estruturado, não apenas em termos de conteúdo, mas também na ordenação de cada assunto, visando proporcionar uma experiência de aprendizado fluida e eficaz. A organização cuidadosa dos tópicos reflete a compreensão profunda do autor sobre os desafios enfrentados por estudantes e profissionais em sua jornada de aprendizado da programação.
Por fim, este livro oferece uma jornada de aprendizado acessível e estimulante, com uma abordagem prática e clara, acompanhada por exemplos e exercícios desafiadores, é uma escolha valiosa para explorar o mundo da programação, tanto para iniciantes quanto para educadores em busca de recursos para suas aulas.
## Professores
Caro colega professor,
Estou entusiasmado em compartilhar este livro, especialmente preparado para professores que buscam aprimorar suas aulas de programação.
Escrito por um professor com vasta experiência em desenvolvimento de software e ensino de programação, cada capítulo foi meticulosamente planejado para apresentar uma progressão lógica dos conceitos e fornecer material didático atualizado e alinhado com as demandas do mercado.
Os exercícios práticos incluídos ajudam os alunos a consolidar seu entendimento e aplicar os conceitos aprendidos. Além disso, materiais complementares, como slides para cada capítulo, estão disponíveis para facilitar ainda mais o trabalho dos professores.
Agradeço pelo seu compromisso com a educação e por seu interesse em promover o aprendizado de programação. Espero que este recurso seja útil e inspire seus alunos a alcançarem todo o seu potencial na área de tecnologia da informação.
Atenciosamente,
Prof. Jesiel Viana
## Autor
Jesiel é um profissional com mais de 15 anos de experiência em desenvolvimento de software, com amplo conhecimento em Java e JavaScript. Ele possui experiência em tecnologias Java EE e Spring Frameworks, além de atuar em desenvolvimento back-end com Node.js e front-end com Angular, Vue.js e React.js.
Atualmente, Jesiel é professor no Instituto Federal do Piauí (IFPI) e pesquisador no Instituto Brasileiro de Informação em Ciência e Tecnologia (IBICT), contribuindo para projetos de importância nacional.
Sua formação inclui mestrado em Engenharia de Software pela CESAR School, MBA em Tecnologia da Informação pela Anhanguera Educacional e graduação em Sistemas de Informação.
Com vasta experiência e um currículo diversificado, Jesiel é um profissional comprometido não apenas com a excelência no desenvolvimento de software, mas também com o compartilhamento do conhecimento.
| Materiais complementadores do Livro Aprenda a Programar com JavaScript | algoritmos,ifpi-ads-algoritmos,javascript,logica-de-programacao,programacao | 2024-02-27T12:11:47Z | 2024-05-13T17:15:16Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | null | JavaScript |
victormoreiraofc/nine-discord-bot | main | <h1 align="center">
<img src="assets/nine_mini_without_background.png" alt="NINE">
<br>Bot Discord NINE - Discord.js V14
</h1>





> In this repository, you will find a Discord bot developed in JavaScript using the [Discord.js](https://github.com/discordjs/discord.js) library in version 14. This project was created as part of a UNINOVE college project.
---
> * Supported Languages
- Brazilian Portuguese (pt_br)
---
> * BOT Initialization
- [Como inicializar o BOT](https://github.com/victormoreiraofc/nine-discord-bot/blob/main/docs/how-start-the-bot.md).
- [Como criar um novo comando para o BOT](https://github.com/victormoreiraofc/nine-discord-bot/blob/main/docs/how-create-new-command.md).
---
> * General Commands
* /lock - Blocks users from sending messages in the specified text channel.
* /unlock - Unblocks users from sending messages in the specified text channel.
* /automensagem - Sets and configures an automatic message to be sent in a specific channel.
* /setnick - Changes a user's nickname on the server.
* /say - Sends a message in the current channel as the BOT.
* /configsugerir - Configures the suggestion system to receive and manage user feedback.
* /slowmode - Sets a minimum interval between messages that users can send in a text channel.
* /ticket - Configures and manages the ticket support system.
* /verificar - Configures the verification system for new users on the server.
* /setstatus - Changes the BOT's status (online, away, busy, etc.) and sets a status message.
* /abracar - Sends a hug message to a specific user.
* /beijar - Sends a kiss message to a specific user.
* /tapear - Sends a slap message to a specific user.
* /avatar - Displays the profile picture (avatar) of a specific user.
* /botinfo - Shows detailed information about the BOT, such as version and developer.
* /help - Displays a list of available commands and their descriptions.
* /instagram - Configures the BOT's integration with Instagram for updates and notifications.
* /convidar - Generates an invite link to add the BOT to another Discord server.
* /morse - Converts a text message to Morse code or decodes a Morse code message to text.
* /reportarbug - Configures the system for users to report bugs and issues.
* /serverinfo - Shows detailed information about the Discord server.
* /sugerir - Allows users to send suggestions to the configured channel.
* /userinfo - Shows detailed information about a specific user.
* /ping - Checks the latency between the BOT and the Discord server.
* /clear - Clears a specified number of messages in a text channel.
* /ban - Bans a user from the server.
* /unban - Removes a user's ban, allowing them to rejoin the server.
---
> * Official Developer Project
<table>
<tr>
<td align="center">
<a href="https://github.com/victormoreiraofc">
<img src="https://avatars.githubusercontent.com/u/121199565?v=4" width="100px;" alt="Foto do Victor Moreira no GitHub"/><br>
<sub>
<b>Victor Moreira</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Mateus-Ebenezer">
<img src="https://avatars.githubusercontent.com/u/143097497?v=4" width="100px;" alt="Foto do Mateus Ebenezer da Silva Santos no GitHub"/><br>
<sub>
<b>Mateus Ebenezer</b>
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/GiovaneRocca03">
<img src="https://avatars.githubusercontent.com/u/108840776?v=4" width="100px;" alt="Foto do Giovane Rocca no GitHub"/><br>
<sub>
<b>Giovane Rocca</b>
</sub>
</a>
</td>
</tr>
<td align="center">
<a href="https://github.com/RuanAlvesz">
<img src="https://avatars.githubusercontent.com/u/126029084?v=4" width="100px;" alt="Foto do Ruan Alves no GitHub"/><br>
<sub>
<b>Ruan Alves</b>
</sub>
</a>
</td>
</tr>
</table>
---
> * Contributing
1. [Fork the repository](https://github.com/victormoreiraofc/nine-discord-bot/fork)
2. Clone your fork: `git clone https://github.com/victormoreiraofc/nine-discord-bot`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Stage changes `git add .`
5. Commit your changes: `cz` OR `npm run commit` do not use `git commit`
6. Push to the branch: `git push origin my-new-feature`
7. Submit a pull request
| Discord bot called nine developed in JavaScript using the Discord.js library in version 14. | bot,discord,discord-bot,discordjs,javascript,nodejs,discordapp,slash-commands | 2024-02-24T02:08:24Z | 2024-05-20T00:10:43Z | null | 5 | 1 | 72 | 0 | 0 | 3 | null | MIT | JavaScript |
WV-Wesley-Victor/Projeto-Click-Producoes | main | # Projeto Click Produções
Bem-vindo ao repositório do Projeto Click Produções Desktop - Aplicativo de Álbuns de Fotos de Casamentos. Este projeto é dedicado ao desenvolvimento do aplicativo de desktop para a plataforma Click Produções, oferecendo uma experiência mais robusta e rica para a criação, edição e visualização de álbuns de fotos de casamentos. Aqui, você encontrará informações sobre o desenvolvimento do aplicativo de desktop, funcionalidades destacadas e recursos relacionados ao universo dos casamentos.
<div align="center">

</div>
<p align="center">
<a href="https://github.com/WV-Wesley-Victor/Projeto-Click-Producoes?tab=readme-ov-file" target="_blank">Clique aqui para visualizar o repositório do projeto Click Produções.</a>
</p>
## Descrição do Projeto
O Projeto Click Produções Desktop - Aplicativo de Álbuns de Fotos de Casamentos é uma extensão do projeto frontend, proporcionando uma experiência mais avançada e personalizada para a criação de álbuns de fotos de casamentos. Este aplicativo é ideal para usuários que desejam recursos adicionais e uma interface mais robusta.
## Contribuição
Se você deseja contribuir com mais anotações, corrigir erros ou adicionar exemplos adicionais para este repositório, sinta-se à vontade para abrir uma issue ou enviar um pull request. Suas contribuições ajudarão a tornar este recurso de aprendizado ainda mais valioso.
## Licença
Este projeto está licenciado sob a Licença MIT - consulte o arquivo [LICENSE](LICENSE) para obter detalhes
| Crie, edite e visualize álbuns de fotos de casamentos com uma experiência robusta e rica. O aplicativo Click Produções oferece ferramentas avançadas para organizar e eternizar as memórias do seu grande dia. | analysis,asp-net,csharp,css,css3,data-access-layer,database,desktop,fotografia,fotos | 2024-01-25T13:51:05Z | 2024-02-19T15:01:45Z | null | 3 | 0 | 11 | 0 | 0 | 3 | null | MIT | JavaScript |
larascremin/larascremin.github.io | main | ### 💻 MY PORTFOLIO PAGE
This is my portfolio, where I showcase my work experiences and skills. <br>
A portfolio page serves as a digital showcase of one's work, skills, and accomplishments.
Click here to take a look -> https://larascremin.github.io/
##
### Development
I designed the site in **Figma**, taking care of responsive and accessibility details. For development, <br>
I used **HTML & CSS** skills for the structure and styling, and I used media queries to make the site <br>
responsive to different screen sizes. I also used **JavaScript** for the responsive navigation menu.
Feel free to improve the website or report any issues!
##
<div>
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white">
<img src="https://img.shields.io/badge/CSS-1572B6?style=for-the-badge&logo=css3&logoColor=white">
<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E">
</a>
</div>
| null | javascript,portfolio,webdesign | 2024-02-03T23:19:48Z | 2024-04-20T01:43:32Z | null | 1 | 0 | 33 | 0 | 0 | 3 | null | null | CSS |
Diary-workout-tracker/diary-workout-tracker-backend | develop | # diary-workout-tracker-backend


### Описание
Backend приложения "100 дней бега".
Возможности: функционал работы с пользователем(регистрация, авторизация, аутентификация), получение тренировок, ачивок, истории, сохранение истории.
### Технологии
[](https://nginx.org/)
[](https://www.postgresql.org/)
[](https://swagger.io/)
[](https://www.docker.com/)
-----
[](https://www.python.org/)
[](https://www.djangoproject.com/)
[](https://pypi.org/project/djangorestframework/)
---
[](https://pypi.org/project/ruff/)
[](https://pypi.org/project/pytest/)
## Запуск проекта
### Настройка и запуск локально для разработки
Проект использует [Poetry](https://python-poetry.org/) как инструмент управления зависимостями.
1. Клонировать репозиторий.
```bash
git clone git@github.com:Diary-workout-tracker/diary-workout-tracker-backend.git
cd diary-workout-tracker-backend
```
2. Создание и активация виртуального окружения при помощи [poetry](https://python-poetry.org/docs/#installation)
2.1 Создание отдельного окружения
```bash
python -m venv venv
source venv/Scripts/activate
```
для Linux и macOS
```bash
python3 -m venv venv
source venv/bin/activate
```
2.2 Использование poetry
```bash
pip install poetry
poetry shell
poetry install
```
> **Примечание:** версия python должна быть ^3.11.
3. Инициализация [pre-commit](#технологии).
```bash
poetry run pre-commit install
```
4. Создайте и заполните файл `.env` согласно шаблону [.env.example](https://github.com/Diary-workout-tracker/diary-workout-tracker-backend/blob/develop/infra/.env.example)
5. Выполнить команду Make в консоли.
```bash
make project-init-dev # при первом запуске
```
```bash
make project-start-dev # при последующих запусках
```
## Дополниельные сведения для разработчика
## Полезные материалы
<details>
<summary><h3>Команды poetry</h3></summary>
- Создание нового проекта: `poetry new new_project`
- Установка зависимостей: `poetry install`
- Запуск виртуального окружения: `poetry shell`
- Внедрение Poetry в уже имеющийся проект: `poetry init`
- Обновление зависимостей: `poetry update`
- Добавление новой библиотеки: `poetry add <имя_библиотеки>`
- Удаление зависимости: `poetry remove <имя_библиотеки>`
- Просмотр зависимостей: `poetry show`
- Запуск из виртуального окружения: `poetry run <команда>`
</details>
<details>
<summary><h3>Команды pre-commit</h3></summary>
**Важно** С использованием poetry, выполнение команд из виртуального окружения происходит через `poetry run <команда>`.
- Установить pre-commit в проекте: `pre-commit install`
- Запустить проверку всех хуков: `pre-commit run -a`
- Запустить конкретный хук: `poetry run pre-commit run <имя-хука>`
- Деактивировать автоматическое выполнение хуков перед коммитом: `poetry run pre-commit uninstall`
- Обновить pre-commit хуки: `poetry run pre-commit autoupdate`
</details>
<details>
<summary><h3>Команды make</h3></summary>
- Удаление Volumes: `make clear-volumes-dev`
- Запуск контейнеров: `make start-containers-dev`
- Выполнить миграции Django: `make migrate-dev`
- Собрать статику Django: `make collectstatic-dev`
- Создать супер пользователя: `make createsuperuser-dev`
- Загрузка фикстур достижений `make loadachievment-dev`
- Запуск сервера: `make start-server-dev`
- Инициализировать проект: `make project-init-dev`
- Запустить проект: `make project-start-dev`
- Остановить контейнеры: `make containers-stop-dev`
</details>
## Разработчики
[Струнникова Елизавета](https://github.com/Luna-luns)
[Оганин Петр](https://github.com/necroshizo)
[Шапиро Алексей](https://github.com/holohup)
[Яременко Владислав](https://github.com/VladislavYar)
[Ястребов Владислав](https://github.com/blakkheart)
| Backend приложения "100 дней бега" | celery,django,django-rest-framework,docker,javascript,makefile,nginx,posgresql,pre-commit,pytest | 2024-02-13T16:10:36Z | 2024-05-01T18:12:46Z | null | 5 | 73 | 241 | 5 | 0 | 3 | null | null | Python |
SamChenYu/SignSync | main | # SignSync
Creating a browser extension that converts auto-generated YouTube subtitles into real-time sign language!
CWA Signing Avatars Sourced from University of East Anglia
https://vhg.cmp.uea.ac.uk/tech/jas/vhg2021/
<div align="center">
<img width="600" alt="image" src="https://github.com/SamChenYu/SignSync/assets/150127006/e6dbb6d7-219e-4a03-93e4-41e0e0bfd555">
<img width="500" alt="image" src="https://github.com/SamChenYu/SignSync/assets/150127006/2f39bb76-96a0-4ed9-b289-e0ba9fc5ddfc">
</div>
Note: A Flask Python server must be locally hosted in order to call the Youtube subtitle API
| a browser extension that converts auto-generated YouTube subtitles into real-time sign language! | ai,extension-chrome,javascript,python,sign-language-translation | 2024-03-12T21:02:39Z | 2024-05-03T23:17:15Z | null | 6 | 0 | 54 | 0 | 1 | 3 | null | Apache-2.0 | Python |
JoelDeonDsouza/Next_Fitness_app | main | # 🚀 Next Fit
Welcome to Fitness Workout Next App! This application is designed to help you achieve your fitness goals by providing a variety of workouts.
## Tech Stack
**Client:** Next.js, Styled Components, Typescript.
**Code editor:** Zed(https://zed.dev/);
## Screenshots


| Mobile View | Mobile View 2 |
| :----------------------------------------: | :-----------------------------------------: |
|  |  |
## Installation
Go to the project directory
```bash
https://github.com/JoelDeonDsouza/Next_Fitness_app.git
```
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
## Features
- Refine muscle selection from SVG.
- Display workout sets and reps using placeholder data.
- Develop a responsive website with dynamic content.
| Next.js app with styled components and a dynamic SVG model coded in Zed. | nextjs,styled-components,svg,typescript,zed,javascript | 2024-02-18T15:52:02Z | 2024-02-18T16:35:49Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | TypeScript |
acuciureanu/js-maid | main | # js-maid 🕵️ - Your JavaScript Investigator
js-maid started off as an idea to break down JavaScript into an AST (something like a blueprint) and then run some smart checks on it. It's a handy little tool for folks diving into code, looking for bugs, or just trying to get a grip on what's happening under the hood.
## Usage
```sh
Usage: js-maid <target-folder-or-file> [--unpack] [--deobfuscate] [--unminify] [--unpackOutputDir <path>]
Options:
--unpack Unpack the code before analysis
--deobfuscate Deobfuscate the code before analysis
--unminify Unminify the code before analysis
--unpackOutputDir Specify the output directory for unpacked files (default: "unpacked")
Note: Use the flags to enable specific features as needed.
```
## Download latest compiled binaries
If you want to run the tool straight away, there are compiled binaries for you [here](https://github.com/acuciureanu/js-maid/releases/latest)
## Features 🌟
- **In-depth Analysis**: Thorough investigation of JavaScript code to identify patterns and potential vulnerabilities.
- **Debundling**: Debundling, deobfuscation, unminifying through [webcrack](https://github.com/j4k0xb/webcrack)
- **Custom Rules**: Utilize predefined rules to enhance your code investigation.
- **Regex Guide**: Leverage detailed regex patterns to pinpoint specific code structures.
## Install Bun.sh
Check this out: [Bun.sh installation instructions](https://bun.sh/docs/installation)
## Installation 🛠
Get started with js-maid by installing the necessary dependencies:
```bash
npm install
```
## Running js-maid 🏃
To start investigating your JavaScript code, run:
```bash
bun run App.ts
```
## Compilation 📦
Compile your findings with js-maid:
```bash
bun build App.ts --compile --outfile=js-maid
```
## Running Tests 🧪
Ensure your code's integrity by running tests:
```bash
bun test
```
## Developer Guide 📚
### Implemented Rules
- **LiteralRule**: Checks text inside quotes against patterns to find important info like secrets.
- **ReferenceResolverRule**: Tracks variable names to their values for deeper code analysis.
- **TemplateLiteralRule**: Builds and analyzes dynamic strings with variables for pattern matching.
- More rules to come. The tool is not perfect and there are corner cases that I didn't know about.
## MatchingRule Instances
In our application, we use the `MatchingRule` feature to create specific instances for different matching needs. Here are a couple of examples:
```typescript
const urlMatchingRule = new MatchingRule("endpoints", urlPattern);
const secretsMatchingRule = new MatchingRule("secrets", secretsPatterns);
```
In the above code:
- `urlMatchingRule` is a `MatchingRule` instance that matches URLs. It uses the pattern defined in `urlPattern`. The label "endpoints" is used to identify matches found with this rule.
- `secretsMatchingRule` is a `MatchingRule` instance that matches secrets. It uses the pattern defined in `secretsPatterns`. The label "secrets" is used to identify matches found with this rule.
These instances can then be used throughout the application to check if certain strings match their respective patterns. The labels ("endpoints" or "secrets") can be used to identify which rule a match was found with.
## Contributing 🤝
We welcome contributions to js-maid! Whether it's enhancing the rules, expanding the regex patterns, or improving documentation, your input is invaluable.
## License 📜
js-maid is open-source software licensed under the MIT license.
## Support 💖
Love js-maid? Star this on GitHub and spread the word! Your support motivates me to continuously improve.
Dive into your JavaScript investigations with js-maid and uncover the insights you need. Happy coding!
| A rule-driven engine designed for seamless extraction of data from JavaScript files. | data-extraction,javascript,static-code-analyzer,bugbounty-tool,bugbountytips,security-audit | 2024-01-27T18:22:43Z | 2024-05-18T09:48:47Z | 2024-05-18T09:48:47Z | 2 | 4 | 29 | 0 | 0 | 3 | null | MIT | TypeScript |
wumingaizhou/giser | main | 我来自湖南师范大学,2023级地理信息科学本科生,现在没有什么突出的人生简历。选择了gis这个行业,意味着需要学习无数的知识,gis行业真的是如果没有人指导就根本不知道怎么学,学校教给我们的只是些杂七杂八的。
写这些的目的就是想在github上记录我的学习过程,同时也给其他地信专业的人多一点看法,多一个角度
## 唠嗑
现在大一的课程排满,还要去总部跑来跑去,作业也有,时间实在紧张,想学只能晚上有时间来学,仓库的更新也需要时间和精力,我就尽力而为吧。
最近在准备那个测绘程序设计比赛,不知道非专业组行不行,而且才刚刚写完基础篇,时间也紧张。哈哈哈
## 见解
1.3S专业不分你我,不要觉得地信专业还安排了遥感和测绘的课程,觉得麻烦,又多又累,其实都是这么过来的,没有一成不变的专业,3S不分你我
2.本科期间还是拓宽视野为主,多了解测绘遥感地理信息的方向。先在3亩地上挖10cm,研究生往后再选择这3亩地上的某一寸挖10m。
我的CSDN博客:[wu有瑜](https://blog.csdn.net/zmlswmlp?type=blog) | 湖star地信人的学习之旅 | arcgis-js-api,javascript | 2024-01-27T06:03:26Z | 2024-05-23T15:55:13Z | null | 1 | 0 | 44 | 0 | 0 | 3 | null | null | C# |
ShlokGaikwad/variable-sculptress-6789 | main | # Project Title : Queezo Coding App




## Introduction
This project is a comprehensive quiz application designed to provide users with an engaging platform to test their knowledge across various subjects. It encompasses features for user authentication, quiz creation, management, and taking, as well as result tracking and performance analysis.
## Project Type
Fullstack
## Deployed App
- Frontend: [Link to deployed frontend](https://variable-sculptress-6789-zeta.vercel.app/)
- Backend: [Link to deployed backend](https://variable-sculptress-6789-e41a.onrender.com)
- Database: [Link to deployed database](mongodb+srv://masai:****@cluster0.rkxhwns.mongodb.net/quizApp?retryWrites=true&w=majority)
## Directory Structure
variable-sculptress-6789
├─ server/
├─ client/
## Features
List out the key features of your application.
- User authentication (signup, login, logout)
- Quiz creation, management, and taking
- Result tracking and analysis
- Multi-level sorting of users
- CRUD operations for questions and rooms
- Multi-level user access control
- Implemented role-based access control to differentiate between user roles.
## Technology Stack
- Node.js: Server-side JavaScript runtime environment.
- Express.js: Web application framework for Node.js.
- MongoDB: NoSQL database used for data storage.
- bcrypt: Library for hashing passwords.
- jwt: Library for generating JSON Web Tokens.
- multer: Middleware for handling file uploads.
## API Endpoints
### User Endpoints
- `GET /api/user/:userId` - Retrieve user details by user ID.
- `GET /api/user` - Retrieve list of users, with optional sorting and limiting.
- `POST /api/signup` - User signup with validation.
- `POST /api/login` - User login with authentication.
- `GET /api/logout` - User logout with token blacklisting.
### Question Endpoints
- `GET /api/questions` - Retrieve questions with optional filtering by level and language.
- `POST /api/questions/create` - Create a new question (requires admin access).
- `DELETE /api/questions/:id` - Delete a question by ID (requires admin access).
- `PATCH /api/questions/update/:id` - Update a question by ID (requires admin access).
### Room Endpoints
- `POST /api/rooms` - Create a new room.
- `GET /api/rooms` - Retrieve all rooms.
### Result Endpoints
- `GET /api/results/:userId` - Retrieve results by user ID.
- `GET /api/results` - Retrieve all results.
- `POST /api/results/add` - Add a new result.
- `DELETE /api/results/:resultId` - Delete a result by result ID.
- `PATCH /api/results/update` - Update a result.
### Language Endpoints
- `GET /api/languages` - Retrieve all languages.
- `GET /api/languages/:languageId` - Retrieve a language by ID.
- `POST /api/languages/add` - Add a new language.
## Installation & Getting Started
Detailed instructions on how to install, configure, and get the project running. For BE/FS projects, guide the reviewer on how to check MongoDB schema etc.
```bash
cd server
npm run server
| Quezzo is a quiz application designed to offer users an interactive platform to assess their knowledge in various subjects. It covers user authentication, quiz management, result tracking, and performance analysis features. | html-css-javascript,javascript,nodejs,express,mongodb,mongoose,socket-io | 2024-02-20T07:24:15Z | 2024-03-30T11:25:00Z | null | 5 | 140 | 438 | 0 | 2 | 3 | null | null | JavaScript |
autruonggiang/build-a-flappy-bird-clone-with-phaser | master | # Build a Flappy Bird Clone With Phaser
<div align="center">
<img src="assets/game.png" alt="Flappy Bird Clone game">
</div>
<div align="center">
Flappy Bird Clone
</div>
| Build a Flappy Bird Clone With Phaser. | codedex,flappy-bird-clone,flappy-bird-game,game,javascript | 2024-03-11T09:52:28Z | 2024-03-11T10:12:17Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | JavaScript |
Gubchik123/obsidian-game-search-plugin | master | 
_Easily create game notes._

[](https://github.com/Gubchik123/obsidian-game-search-plugin/actions/workflows/pages/pages-build-deployment)
<br>
## Features
- Flow:
- Create a new game note.
- Search for game by keywords.
- Select the game from the search results.
- Get the game information immediately in the Obsidian note.
- Settings:
- Set the folder location where the new file is created.
- Set the template file location.
- Set up the services that you use to search for game.
- Third-party plugins integration:
- Use the [Dataview plugin](https://obsidian.md/plugins?id=dataview) to render the game notes.
- Use the [Templater plugin](https://github.com/SilentVoid13/Templater) with.
- Advanced:
- Enables [Inline scripts](#inline-script) for templates.
<br>
## How to install
### From Community Plugins
Click the link to install the Game Search plugin: [Install Link](https://obsidian.md/plugins?id=game-search)
**OR**
Search in the Obsidian Community plugin. And install it.
<p align="center"><img src="./md_images/install.png" alt="Install image"/></p>
### Manually (from GitHub)
1. Clone the repository to your Obsidian plugins folder.
```bash
git clone https://github.com/Gubchik123/obsidian-game-search-plugin.git
```
2. Install the dependencies.
```bash
yarn install
```
3. Build the plugin.
```bash
yarn build
```
4. Reload Obsidian and enable the plugin in the settings.
<br>
## How to use
### 1. Click the ribbon icon (dice), or execute the command "Create new game note".
<p align="center"><img src="./md_images/use/1.png" alt="1 step image"/></p>
### 2. Search for game by keywords.
<p align="center"><img src="./md_images/use/2.png" alt="2 step image"/></p>
### 3. Select the game from the search results.
<p align="center"><img src="./md_images/use/3.png" alt="3 step image"/></p>
### 4. Voila! A note has been created.
<p align="center"><img src="./md_images/use/4.png" alt="4 step image"/></p>
<br>
## How to use settings
<p align="center"><img src="./md_images/settings.png" alt="Settings image"/></p>
### New file location
Set the folder location where the new file is created. Otherwise, a new file is created in the Obsidian Root folder.
### Template file
You can set the template file location. There is an example template at the bottom.
### Open new game note
Enable or disable the opening of the new game note after creation.
### Service Provider
You can set up the services that you use to search for game. Only RAWG are available now.
#### RAWG API Settings
##### RAWG API Key
Set the API key for RAWG.
> You can get an API key from [RAWG](https://developer.thegamedb.org/v3/reference/intro/authentication#api-key-quick-start).
> 🚧 **WARNING**
>
> API key is not 'Bearer' JSON Web Token (JWT).
##### Search precise
Enable or disable fuzziness for the search.
##### Search exact
Mark the search as exact.
<br>
## Example template
Personally I use the following template to create game notes ;)
> Please also find a definition of the variables used in this template below (look at: [Template variables definitions](#template-variables-definitions)).
```markdown
---
created: "{{date: DD.MM.YYYY}} {{time: HH:mm}}"
tags:
- Entertainment
- Game
status: TO PLAY
cover:: "{{background_image}}"
---
## 🎮 Game Review -> {{name}}

### ❓ Information
Title:: {{name}}
Release-date:: {{released}}
Rating:: {{rating}}
Genres:: {{genres}}
Tags:: {{tags}}
Parent-platforms:: {{parent_platforms}}
Stores:: {{stores}}
#### Screenshots
<%=game.short_screenshots.map(screenshot => ``).join("\n")%>
#### Clip

#### Simple quiz
1. Player Bases 1. [ ] Kids 2. [ ] Everyone
...
...
2. Score:: 0
```
> The idea of the template was taken from the [OB_Template](https://github.com/llZektorll/OB_Template/blob/main/0A_Templates/0A_8_Reviews/0A_8_1_GameReview.md). Look through the repository for more examples.
<br>
## Dataview rendering
<p align="center"><img src="./md_images/dataview.png" alt="Dataview image"/></p>
Here is the dataview query used in the demo
### List of played games
````
```dataview
TABLE WITHOUT ID
"" as Cover,
link(file.link, Title) as Title,
Release-date as "Released at",
Genres,
round(Rating + 5, 2) + " / 10" as Rating,
Score + " / 10" as "My rating"
FROM "My/Entertainments/Games" AND #Game
WHERE status = "PLAYED"
SORT Score DESC, Rating DESC, Title ASC
```
````
### List of games to play
````
```dataview
TABLE WITHOUT ID
"" as Cover,
link(file.link, Title) as Title,
Release-date as "Released at",
Genres,
Rating + " / 5" as Rating
FROM "My/Entertainments/Games" AND #Game
WHERE status = "TO PLAY"
SORT Score DESC, Rating DESC, Title ASC
```
````
<br>
## Template variables definitions
Please find here a definition of the possible variables to be used in your template. Simply write `{{name}}` in your template, and replace name by the desired game data, including:
| name | type | description |
| ----------------- | ---------------- | ---------------------------------------------- |
| name | string | The name of the game. |
| released | string | The release date of the game. |
| background_image | string | The cover image URL of the game. |
| rating | float | The average vote of the game. |
| parent_platforms | array of strings | The parent platforms of the game. |
| genres | array of strings | The genres of the game. |
| stores | array of strings | The stores of the game. |
| clip | string | The clip URL of the game. |
| tags | array of strings | The tags of the game. |
| short_screenshots | array of strings | The URLs of the short screenshots of the game. |
<br>
## Advanced
### Inline Script
#### To print out a game object:
````
```json
<%=game%>
```
````
or
````
```json
<%=JSON.stringify(game, null, 2)%>
```
````
#### When you want to list of tags:
```
---
Tags: <%=game.tags.map(tag_name =>`\n - ${tag_name}`).join('')%>
---
Tags: <%=game.tags.map(tag_name => `[[Tag/${tag_name}]]`).join(', ')%>
```
<br>
## License
[Obsidian Game Search Plugin](https://github.com/Gubchik123/obsidian-game-search-plugin) is licensed under the [MIT License](https://github.com/Gubchik123/obsidian-game-search-plugin/blob/master/LICENSE.md).
<br>
## Contributing
Feel free to contribute.
You can create an [issue](https://github.com/Gubchik123/obsidian-game-search-plugin/issues/new) to report a bug, suggest an improvement for this plugin, ask a question, etc.
You can make a [pull request](https://github.com/Gubchik123/obsidian-game-search-plugin/compare) to contribute to this plugin development.
<br>
## Support
If this plugin helped you and you wish to contribute :)
Buy me coffee on [buymeacoffee.com/Gubchik123](https://www.buymeacoffee.com/Gubchik123)
<a href="https://www.buymeacoffee.com/Gubchik123" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60"></a>
| Obsidian plugin to help you create game notes. | css,html,javascript,obsidian,obsidian-plugin,typescript | 2024-02-14T10:54:28Z | 2024-02-17T14:35:15Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | MIT | TypeScript |
YashBhalekar07/Portfolio | main | null | My portfolio | css,html,javascript,html-css-javascript | 2024-02-14T11:57:59Z | 2024-02-24T17:32:50Z | null | 1 | 0 | 21 | 0 | 0 | 3 | null | null | HTML |
Copyleaks/ng-web-report | master | # Copyleaks Web Report
<img align="center" src="./images/demo.gif" alt="Web Report Demo" width="600"/>
<br>
<br>
**Copyleaks Web Report** is an advanced Angular module designed to integrate plagiarism and AI detection reporting seamlessly. This module, developed by Copyleaks, offers a user-friendly, engaging, and flexible interface for presenting plagiarism and AI content reports; it is designed to showcase the authenticity and uniqueness of submitted files or text.
## Key Features
- **Customizable Layouts**: Various layout options for report display.
- **Responsive Design**: Adapts to different screen sizes for a consistent user experience.
- **API Integration**: Configurable endpoints for efficient data retrieval.
- **Accessibility Focused**: Inclusive design for a wider range of users.
- **Error Handling**: Effective management of data retrieval errors.
---
## Installation
To install, run:
`npm install @copyleaks/ng-web-report --save`
---
## Angular Version Support
This module is compatible with **Angular v13**. Ensure your application is using Angular version 13 to avoid compatibility issues.
## Peer Dependencies
The module has several peer dependencies that need to be installed in your project:
- `@angular/localize`: ^13.1.1
- `@angular/material`: ^13.1.1
- `@angular/flex-layout`: ^13.0.0-beta.36
- `scroll-into-view-if-needed`: ^2.2.28
- `ngx-skeleton-loader`: ^5.0.0
Ensure these dependencies are present in your project to guarantee optimal functionality.
---
## Integration
Import the module in your Angular app:
```typescript
import { CopyleaksWebReportModule } from '@copyleaks/ng-web-report';
@NgModule({
imports: [
CopyleaksWebReportModule,
// other imports
],
})
export class AppModule {}
```
## Using the Component
Add the component in your HTML templates:
```html
<copyleaks-web-report
[reportEndpointConfig]="endpointConfig"
[showDisabledProducts]="displayDisabledProducts"
(onReportRequestError)="handleError($event)"
(onCompleteResultUpdate)="handleUpdate($event)"></copyleaks-web-report>
```
### Inputs
- **`reportEndpointConfig` - Required**: (`IClsReportEndpointConfigModel`) Configures the data endpoints for fetching the report data, including URLs and headers.
- **`showDisabledProducts` - Optional**: (`boolean`) A flag determining whether to show disabled products in the report interface. The default value is `false`.
### Outputs
- **`onReportRequestError`**: (`EventEmitter<ReportHttpRequestErrorModel>`) Emits an event with HTTP request data when any request to update or fetch report data fails, allowing for custom error handling.
- **`onCompleteResultUpdate`**: (`EventEmitter<ICompleteResults>`) Emits an event when the complete report results data is successfully retrieved and also when there is an update in the filter options (which are part of the complete results model). This ensures users are appropriately informed about the availability of complete results and any changes in the filter dialog data.
### Note on Report View Parameters
The Copyleaks Web Report Module interprets several query parameters to tailor the report view:
- **`contentMode`** (string): Determines the content view type. It accepts 'text' or 'html', which will only change the content view mode **if the selected mode is available**
- **`sourcePage`** & **`suspectPage`** (number): Represent the page number in text view pagination, starting from 1.
- **`suspectId`** (string): The identifier of the selected matching result.
- **`alertCode`** (string): The code of the selected alert.
These parameters allow for the dynamic and contextual presentation of the plagiarism report, adapting to user-specific requirements.
---
## Configuration and Models
### IClsReportEndpointConfigModel
This model is used for configuring the API endpoints for the plagiarism report data:
- **`crawledVersion`**: Endpoint details for fetching the crawled version of scanned content.
- **`completeResults`**: Endpoint details for fetching complete scanning results.
- **`result`**: This specifies the endpoint for retrieving individual scan results. It's important to include `{RESULT_ID}` within the endpoint URL, which acts as a placeholder for the unique identifier of each result and ensures that the correct result is fetched based on its specific ID.
#### IEndpointDetails
A nested interface in `IClsReportEndpointConfigModel` that defines the structure of each endpoint detail object:
- **`url`**: The URL of the API endpoint.
- **`headers`**: A dictionary of headers for the API call.
**Example Usage:**
```typescript
import { IClsReportEndpointConfigModel, IEndpointDetails } from '@copyleaks/ng-web-report';
// Example endpoint details
const crawledVersionEndpoint: IEndpointDetails = {
url: 'https://api.yourservice.com/crawled-version',
headers: {
Authorization: 'Bearer your-auth-token',
'Content-Type': 'application/json',
},
};
const completeResultsEndpoint: IEndpointDetails = {
url: 'https://api.yourservice.com/complete-results',
headers: {
Authorization: 'Bearer your-auth-token',
'Content-Type': 'application/json',
},
};
const resultEndpoint: IEndpointDetails = {
url: 'https://api.yourservice.com/result/{RESULT_ID}',
headers: {
Authorization: 'Bearer your-auth-token',
'Content-Type': 'application/json',
},
};
// Configuring the IClsReportEndpointConfigModel
const reportEndpointConfig: IClsReportEndpointConfigModel = {
crawledVersion: crawledVersionEndpoint,
completeResults: completeResultsEndpoint,
result: resultEndpoint,
};
// Use `reportEndpointConfig` in your application where needed
```
## Event Handling
Implement the following event handling methods in your Angular component:
```typescript
import { ICompleteResults, ReportHttpRequestErrorModel } from '@copyleaks/ng-web-report';
...
handleError(error: ReportHttpRequestErrorModel): void {
// Your error handling logic here
}
handleUpdate(results: ICompleteResults): void {
// Your logic for processing report updates here
}
```
---
## Advanced Usage
For advanced users, the Copyleaks Web Report offers extensive customization and control over the plagiarism report presentation and data handling. Here are some advanced techniques:
### Custom Templates and Content Injection
Utilize Angular's powerful templating capabilities to create custom layouts and display components for your plagiarism reports, enhancing the user interface and experience.
- **Adding Custom Actions with `<cr-actions>`**:
Inject custom content directly into the Copyleaks report component. Use the `<cr-actions>` tag to insert fully custom report actions (both logic and style) into the report's interface.
Example Usage:
```html
<copyleaks-web-report ...>
<cr-actions>
<!-- Here, you can insert your custom actions, buttons, or any other interactive elements. -->
</cr-actions>
</copyleaks-web-report>
```
This feature allows for a high degree of customization, enabling users to tailor the report actions to their specific needs.
- **Adding Custom Tabs with `<cr-custom-tabs>`**:
Enhance your plagiarism report with additional information and features using custom tabs. The `<cr-custom-tabs>` component allows for the integration of custom tabs alongside the standard AI and plagiarism tabs. Each tab is represented by a `<cr-custom-tab-item>`, which includes a title and content area defined by `<cr-custom-tab-item-title>` and `<cr-custom-tab-item-content>`. This setup lets you present additional, tailored content within the report's interface.
Example Usage:
```html
<copyleaks-web-report ...>
<cr-custom-tabs>
<cr-custom-tab-item [flexGrow]="0.3">
<cr-custom-tab-item-title>Here the title goes</cr-custom-tab-item-title>
<cr-custom-tab-item-content>Here the content goes</cr-custom-tab-item-content>
</cr-custom-tab-item>
</cr-custom-tabs>
</copyleaks-web-report>
```
The `cr-custom-tab-item` component includes a `flexGrow` input, which sets the `flex-grow` CSS property for the tab. This property determines the tab's width relative to other tabs in the Copyleaks report:
**`[flexGrow]`**: A numeric value that defines the proportion of the available space inside the flex container that the tab should take up. For example, setting `[flexGrow]="0.3"` on a custom tab and `0.5` on each of the Plagiarism and AI tabs means the custom tab will take up 30% of the available space.
- **Adding Custom Results Section with `<cr-custom-results>`**:
The `<cr-custom-results>` component allows extensive customization of the results section in the Copyleaks plagiarism report. Depending on the use case, it can either complement the existing results or replace them entirely.
Example Usage:
```html
<copyleaks-web-report ...>
<cr-custom-results [reportView]="reportView">
<cr-custom-results-box-content>
<!-- Content for the custom results section goes here -->
</cr-custom-results-box-content>
</cr-custom-results>
</copyleaks-web-report>
```
The `reportView` input, tied to the `ECustomResultsReportView` enum, dictates the display mode of the custom results section:
- **`ECustomResultsReportView.Partial` (value `0`)**: When set to `Partial`, the custom results component appears beneath the standard report results.
- **`ECustomResultsReportView.Full` (value `1`)**: When set to `Full`, the custom results component replaces the entire standard results section
The `cr-custom-results-box-content` is used to define the content of the custom results section. Regardless if the `cr-custom-results-box-content` is added, this custom results component is displayed with a background animation, making it visually distinct and engaging.
- **Customizing Empty Results with `<cr-custom-empty-results>`**:
The `<cr-custom-empty-results>` component is designed to provide a custom view for cases where no results are found in the Copyleaks plagiarism report. This allows for a more tailored user experience, particularly when you want to provide specific information or guidance in the event of an empty result set.
```html
<copyleaks-web-report ...>
<cr-custom-empty-results>
<!-- Custom content for the empty results state goes here -->
</cr-custom-empty-results>
</copyleaks-web-report>
```
- **Customizing Locked Results with `lockedResultTemplateRef`**:
The `lockedResultTemplateRef` input of the `copyleaks-web-report` component enables the customization of locked result presentations within the plagiarism report. This feature is particularly useful for providing a tailored user experience for results that are not immediately accessible or require specific actions to unlock. Note that the default locked result view will be shown if the template reference isn't passed to the web report component.
##### **Usage**:
The `lockedResultTemplateRef` is a template reference variable you can define in your Angular templates. You can then pass this template to the `copyleaks-web-report` component to customize how locked results are displayed.
Example Usage:
```html
<ng-template #lockedResultTemplateRef let-result="result">
<!-- Custom content for locked results goes here -->
</ng-template>
<copyleaks-web-report ... [lockedResultTemplateRef]="lockedResultTemplateRef" ...></copyleaks-web-report>
```
### Adding Real-Time Results
The `CopyleaksWebReportModule` includes the `ReportRealtimeResultsService`, a powerful feature that enables the addition of new results to the real-time view of the plagiarism report. This capability benefits applications where plagiarism check results are received incrementally and must be displayed to the user as they arrive**.**
##### **Usage**:
The `ReportRealtimeResultsService` is instrumental when you have the real-time view enabled (which is available if the `progress` endpoint is included in your configuration model). It allows for a dynamic and interactive experience by updating the report with new results as they become available.
The key function in this service is `pushNewResults`, which takes an array of `ResultPreview` objects and adds them to the existing results in the real-time view. This function can be used to incrementally update the report, ensuring that the latest results are always displayed.
Example Usage:
```typescript
import { ReportRealtimeResultsService, ResultPreview } from '@copyleaks/ng-web-report';
@Component({...})
export class YourComponent {
constructor(private _realtimeResultsService: ReportRealtimeResultsService) {}
addNewResults(newResults: ResultPreview[]): void {
this._realtimeResultsService.pushNewResults(newResults);
}
}
```
## Accessibility
The [VPAT report (PDF)](https://copyleaks.com/accessibility/) can be downloaded from Copyleaks Commitment to Accessibility page
| Copyleaks Web Report is an easy-to-use Angular module from Copyleaks for quick plagiarism and AI detection. It offers a simple and adaptable way to show how original submitted texts or files are through clear reports. | ai,ai-detection,angular,content,copyleaks,copyleaks-api,html,javascript,originality,plagiarism | 2024-02-11T13:37:32Z | 2024-05-22T13:47:38Z | null | 4 | 21 | 649 | 0 | 1 | 3 | null | NOASSERTION | TypeScript |
oguzhan18/html-attribute-manager | main | # HTML Attribute Manager
`HtmlAttributeManager` is a JavaScript class for managing HTML elements with specific attributes.
## Installation
````bash
npm install html-attribute-manager
````
<a href="https://www.npmjs.com/package/html-attribute-manager" tagret="_blanl"> Click for npmJS.com URL </a> <br>
<a href="https://html-attribute-manager.vercel.app/#/" tagret="_blanl">Click for Documentation URL</a>
## Usage
First, import `HtmlAttributeManager` into your JavaScript file:
`````bash
const HtmlAttributeManager = require('html-attribute-manager');
`````
Then, create an instance of HtmlAttributeManager by providing an object containing attribute-function pairs:
````bash
const attributeManager = new HtmlAttributeManager({
"toggle-visibility": "toggleVisibility",
"change-color": "changeColor"
});
````
## Constructor
HtmlAttributeManager(attributeName, functionName)
Creates an instance of HtmlAttributeManager.
* attributeName (`string`): The name of the HTML attribute to search for.
* functionName (`string`): The name of the function to call for each matching element.
## Methods
`handleEvent()`
Finds HTML elements with the specified attribute and calls the corresponding function.
`destroy()`
Removes the event listener when the instance is no longer needed.
## Example
````javascript
// Define functions
window.toggleVisibility = function(element, value) {
if (value === 'true') {
element.style.display = 'block';
} else {
element.style.display = 'none';
}
};
window.changeColor = function(element, color) {
element.style.color = color;
};
// Create an instance of HtmlAttributeManager
const attributeManager = new HtmlAttributeManager({
"toggle-visibility": "toggleVisibility",
"change-color": "changeColor"
});
````
## Contributing
Contributions are welcome! Please feel free to submit issues or pull requests on <a href="https://github.com/oguzhan18/html-attribute-manager" target="_blank">Github</a>.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
| Html Attribute Manager is a JavaScript class for managing HTML elements with specific attributes. | attributes,html-attributes,javascript,javascript-library,npm-package,npmjs,package,html-attribute-manager | 2024-03-12T21:06:00Z | 2024-03-20T06:59:23Z | 2024-03-20T06:59:23Z | 1 | 5 | 13 | 0 | 0 | 3 | null | null | JavaScript |
rawpixel-vincent/string-literal-list | main | [](https://github.com/rawpixel-vincent/string-literal-list/actions/workflows/tests.yml)
[](https://www.npmjs.com/package/string-literal-list)
# Array for string literals
Array of string literals for the runtime.
_If you code in typescript, you probably don't need any of this._
## Overview
The StringList class extends the Array with new methods and supercharges the array interface to infer the string literals.
- Methods that mutate the array in place like push, pop, shift, unshift, splice should not be used, there is a strict export that enforce this restriction.
- no changes is made to the execution of the methods to minimize side effects and the interface is compatible with the native array to work with library expecting arrays.
- an `arr.enum` property is available to access the literals similar to the way an enum is accessed in typescript.
- then additional methods for string literals and type constructs are implemented:
- `without(...$)`: filter out the given values, accept string and StringList.
- `withPrefix($)` and `withSuffix($)`: add prefix/suffix to all the words.
- `value($)`: similar to enum but throws an error if the value doesn't exists.
- `enum[$]:$` Object is exposed as readonly.
- `withTrim()`: trim all the words.
- `withReplace(search, replacement)`: call the String.prototype.replace on all.
- `withReplaceAll(search, replacement)`: call the String.prototype.replaceAll on all.
- `to"Case"()` methods for case transform, uppercase, lowercase capitalize, etc...
- `toRecordValue/toRecordType` methods to create a type of `Record<literal, type | typeof value>` with initial value and builtin or infered types.
The array order is preserved in a Tuple to infer the types when possible, some methods like toSorted will cause the new instance to be flagged as unsorted and methods like join() will return a generic string type.
## Installation
```bash
npm install --save string-literal-list
```
```bash
yarn add string-literal-list
```
### Code
```js
import { stringList } from 'string-literal-list';
// Or for a shorter alias
import { sl } from 'string-literal-list';
// Or with a frozen array throwing error on mutation.
// import { stringList } or { sl } from 'string-literal-list/strict.js';
let v = sl('foo', 'bar');
// SL<"["foo","bar"]>;
v.enum.foo;
// "foo"
v.includes(any);
// boolean;
v.withPrefix('prefix.');
// SL<["prefix.foo","prefix.bar"]>
v.withSuffix('.suffix');
// SL<["foo.suffix","bar.suffix"]>
v.concat('zing', 'boom');
// SL<["foo","bar","zing","boom"]>;
v.concatList(sl('zig', 'zag'));
// SL<["foo","bar","zig","zag"]>;
v.value('foo') => 'foo';
v.value('not') => throws;
v.enum['not'] => undefined;
v.withTrim()
// SL<["foo","bar"]>;
v.withReplace('a', 'e')
// SL<["foo","ber"]>;
v.withReplaceAll('o', 'e')
// SL<["fee","bar"]>;
v.without('foo')
// SL<["bar"]>;
```
```js
import { sl } from 'string-literal-list';
const list = sl('foo', 'bar');
// SL<"foo" | "bar">;
list.enum;
// => { foo: "foo", bar: "bar" };
const prefixed = list.withPrefix('prefix.');
// SL<["prefix.foo","prefix.bar"]>;
const suffixed = list.withSuffix('.suffix');
// SL<["foo.suffix","bar.suffix"]>;
const concat = list.concat('bar', 'foo');
// SL<["foo","bar","bar","foo"]>
const concatList = prefixed.concatList(suffixed);
// SL<["prefix.foo","prefix.bar","foo.suffix","bar.suffix"]>;
concatList.join('::');
// "prefix.foo::prefix.bar::foo.suffix::bar.suffix"
const without = concatList.without('prefix.foo', 'bar.suffix');
const withoutList = concatList.without(sl('prefix.foo', 'bar.suffix'));
// SL<["prefix.bar","foo.suffix"]>;
const bothWay = list.withPrefix('data.').withSuffix('.ext');
// SL<["data.foo.ext",data.bar.ext"]>;
/** @type {any|unknown|'notInTheList'} */
let val;
list.includes(val); // No type error just boolean result.
// similar types fix for indexOf, lastIndexOf, filter, some, every, findIndex and find methods.
// Get a copy of the underlying array -> T[]
const arr = list.mutable(); // => ["foo","bar"]
// access a value in the list
list.value('foo'); // 'foo'
list.value('n'); // throws error
const scored = sl(' has ', 'spaces', ' between ', ' o r', 'in the words')
.withTrim()
.withReplaceAll(' ', '_');
// => SL<["has","spaces","between","o_r","in_the_words"]>
const Upper = sl('foo', 'bar').toUpperCase();
// SL<["FOO","BAR"]>
```
#### list.concat(...(string)[]) and list.concatList(sl)
`list.concat()` accept only string as arguments to enable inference.
If a native array is passed the string literals won't be inferred.
`list.concatList()` accept 1 list of string literals.
```js
// Inferred
sl('foo', 'bar').concat('zing', 'foo').concatList(sl('gurgle', 'doink'));
// SL<["foo","bar",'zing','foo','gurgle','doink']>
// Not Inferred.
list.concat(['boom', 'bar']);
```
### filter / map / reduce and other array methods
The results of those methods will result in type loose `string[]` or returned `U[]` for map / reduce.
### References
See ./types.d.ts and ./StringLiteralList.d.ts for more info on the methods which methods are available and specific type overrides.
## Why?
The javascript Array interface is not designed to work with constant string literal.
The methods like concat, or includes will expect only the constants as argument, which makes a method like includes() useless, and others build method annoying to type when constructing the constants.
### workarounds
- includes(): using mapped object in your code instead of the array, e.g. `!!MY_LIST_AS_unnecessary_MAP[val]`, but if you want type safety this means no .concat(), no .includes(), no iteration without creating new variables.
- concat(): just concatenate your workarounds into a single type. e.g. `/** @type {((keyof typeof MAP_A) | MAPPED_FROM_MAP_B)[]} */` not solving any issues with the underlying unusable array methods.
### Code showing the problem using typed array
```js
// Not typed.
const arr = ['foo', 'bar'];
/// const arr: string[]
arr.push('d'); // OK
arr.includes('zing'); // OK
arr.concat(['zing']); // OK
// Typed
const O = {
foo: 'foo',
bar: 'bar',
};
/** @type { (keyof typeof O)[] } */
// @ts-expect-error "Type 'string' is not assignable to type '"foo" | "bar"'
const lit = Object.keys(O);
// or just
/** @type {('foo' | 'bar')[]} */
const lit = new Array('foo', 'bar'); // OK
// const lit: ('foo' | 'bar')[]
// Then
lit.includes('asd');
// Argument of type '"asd"' is not assignable to parameter of type '"foo" | "bar"'.ts(2345)
let val = 'asd';
lit.includes(val);
// Argument of type 'string' is not assignable to parameter of type '"foo" | "bar"'.ts(2345)
lit.concat([val]);
// No overload matches this call.
// Overload 1 of 2, '(...items: ConcatArray<"foo" | "bar">[]): ("foo" | "bar")[]', gave the following error.
// Type 'string' is not assignable to type '"foo" | "bar"'.
// Overload 2 of 2, '(...items: ("foo" | "bar" | ConcatArray<"foo" | "bar">)[]): ("foo" | "bar")[]', gave the following error.
// Argument of type 'string[]' is not assignable to parameter of type '"foo" | "bar" | ConcatArray<"foo" | "bar">'.
// Type 'string[]' is not assignable to type 'ConcatArray<"foo" | "bar">'.
// The types returned by 'slice(...)' are incompatible between these types.
// Type 'string[]' is not assignable to type '("foo" | "bar")[]'.
// Type 'string' is not assignable to type '"foo" | "bar"'.ts(2769)
lit.concat(val);
// No overload matches this call.
// Overload 1 of 2, '(...items: ConcatArray<"foo" | "bar">[]): ("foo" | "bar")[]', gave the following error.
// Argument of type 'string' is not assignable to parameter of type 'ConcatArray<"foo" | "bar">'.
// Overload 2 of 2, '(...items: ("foo" | "bar" | ConcatArray<"foo" | "bar">)[]): ("foo" | "bar")[]', gave the following error.
// Argument of type 'string' is not assignable to parameter of type '"foo" | "bar" | ConcatArray<"foo" | "bar">'.ts(2769)
```
## Credits
Thanks to @gustavoguichard and his work on https://github.com/gustavoguichard/string-ts that taught me how to work with string literals.
| ArrayLike for string literals, useful to generate constants without typescript compilation. | javascript,array,list,string,literal,typescript | 2024-03-02T11:57:44Z | 2024-04-07T06:18:58Z | 2024-04-07T06:18:58Z | 3 | 3 | 80 | 0 | 0 | 3 | null | null | JavaScript |
gmpsankalpa/qr-code-generator | main | # QR Code Generator
A simple web application for generating QR codes from text input.
## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Features
- Generate QR codes from text input.
- Download generated QR codes as PNG images.
- User-friendly interface.
## Demo
You can see a live demo of the QR Code Generator [here](https://gmpsankalpa.github.io/qr-code-generator/).
## Installation
1. Clone the repository:
```bash
git clone https://github.com/gmpsankalpa/qr-code-generator.git
```
2. Open the project directory:
```bash
cd qr-code-generator
```
3. Open `index.html` in your preferred web browser.
## Usage
1. Enter the text for which you want to generate a QR code in the input field.
2. Click the "Generate QR Code" button to create the QR code.
3. Optionally, click the "Download PNG" button to save the generated QR code as a PNG image.
## Contributing
If you'd like to contribute to this project, follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature/your-feature-name
```
3. Commit your changes:
```bash
git commit -m "Add your feature description"
```
4. Push to the branch:
```bash
git push origin feature/your-feature-name
```
5. Open a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
<div align="center">




</div>
| 🚨 A simple web application for generating QR codes from text input.🎫 | css,html,javascript | 2024-03-04T03:07:41Z | 2024-04-10T18:09:44Z | 2024-03-04T03:16:18Z | 1 | 0 | 13 | 0 | 0 | 3 | null | MIT | HTML |
adlauncher-team/adlauncher-terminal | main | # ADLAUNCHER | MINECRAFT LAUNCHER WITH NODE.JS
This is a simple Minecraft Launcher made with Node.js. / Este es un Launcher de Minecraft creado con Node.js.
---
## Pasos a seguir para la instalación
1. Instalar [Node.js](https://nodejs.org/en/)
2. Descargar [Java](https://www.oracle.com/java/technologies/downloads/#java17)
3. Clonar este repositorio: `git clone https://github.com/adlauncher-team/adlauncher-terminal.git` o Descargar los archivos
4. Ingresar al directorio del proyecto: `cd adlauncher`
5. Ejecutar el comando `npm install` en la terminal (para instalar las dependencias necesarias)
6. Cambiar las opciones del lanzador (OPCIONAL)
7. Ejecutar `node .` y disfrutar del lanzador.
----
Project developed by: dani_adbg
| Minecraft Launcher with Node.js terminal version | adlauncher,batch-script,javascript | 2024-03-06T20:19:32Z | 2024-04-11T23:34:47Z | null | 2 | 0 | 10 | 0 | 0 | 3 | null | MIT | JavaScript |
hafsalodhi2023/rock-paper-scissor | master | # ROCK, PAPER & SCISSOR 🎉
### Author - Hafsa Khan Lodhi
Click Here to visit : https://hafsalodhi2023.github.io/rock-paper-scissor<br><br>
## Clone Repository ✌
### Step 1: Install Git (if not already installed)
Make sure you have Git installed on your machine. If not, download and install it from <a href="https://git-scm.com/" >Git's official website</a>.
### Step 2: Open Terminal or Command Prompt
Open your terminal or command prompt on your local machine.
### Step 3: Navigate to Your Desired Directory
Use the cd command to navigate to the directory where you want to clone the "rock-paper-scissor" repository.
```bash
cd path/to/your/directory
```
### Step 4: Clone the Repository
Run the following command to clone the "rock-paper-scissor" repository:
```bash
git clone https://github.com/hafsalodhi2023/rock-paper-scissor.git
```
### Step 5: Navigate to the Cloned Directory
Move into the cloned "rock-paper-scissor" directory using the cd command:
```bash
cd rock-paper-scissor
```
## You have successfully cloned the repository! Feel free to explore the contents !! 👍
| Rock, Paper & Scissor Game | css,css3,html,html5,images,javascript,js,music,rockpaper,rockpaperscissor | 2024-03-01T04:06:28Z | 2024-03-01T04:11:54Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
Okafor-Chiagozie/NerdFord | main | # School Website Template: NerdFord
[](LICENSE)
A professionally designed one-page school website template, perfect for showcasing courses, global campuses, facilities, testimonials, and contact details.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Preview](#preview)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
## Overview
This project serves as a flexible template for creating modern one-page school websites. Designed with a clean and intuitive interface, it provides a foundation for schools, educational institutions, or developers looking to create an engaging online presence.
## Features
- **Responsive Design:** Seamlessly adapts to various devices, ensuring an optimal viewing experience for all users.
- **Engaging Sections:** From the captivating hero section to the informative courses and facilities sections, every aspect of the template is meticulously crafted to captivate and inform.
- **Student Testimonials:** Placeholder for real feedback, adding authenticity and credibility to your institution.
- **Contact:** Easy-to-use contact section for inquiries and feedback, fostering interaction and communication with your audience.
- **About Us:** An adaptable section for providing insight into your institution's mission, values, and commitment to excellence.
## Preview



For a closer look, check out the [live demo](https://okafor-chiagozie.github.io/NerdFord) or download the project and open the `index.html` file in your web browser.
## Getting Started
1. Clone the repository
```bash
git clone https://github.com/Okafor-Chiagozie/NerdFord.git
```
2. Navigate to the project directory
```bash
cd project-directory
```
3. Open the `index.html` file in your preferred web browser.
## Usage
Explore the various sections of the template to visualize how it can be customized to represent your school or educational institution. Whether you're creating a new website or revamping an existing one, this template provides a solid starting point.
## Contributing
- Fork the repository
- Create a new branch
```bash
git checkout -b feature/your-feature
```
- Make changes and commit
```bash
git commit -m 'Add some feature'
```
- Push to the branch
```bash
git push origin feature/your-feature
```
- Open a pull request
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
Feel free to contact me at [ collincity111@gmail.com ] for any inquiries or feedback. | A professionally designed one-page school website template, perfect for showcasing courses, global campuses, facilities, testimonials, and contact details. | css,education,frontend,github-pages,html5,javascript,responsive-design,school-website,template,web-development | 2024-02-02T17:21:59Z | 2024-02-07T11:31:25Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | MIT | CSS |
CrazyProger1/Portfolio | master | # Portfolio
My Portfolio as a Python Developer.
I'm third year student of **Kharkiv National University of Economics**, majoring in **Computer Science**. I have always been
interested in technology and have spent **5 years studying programming**. I have tried many programming languages such as
**Python, C++, C#, JavaScript, Java, Kotlin and even NASM**. But my first and favorite language is Python, so my goal is a
**Python Developer role** on an interesting and challenging project.
| My Portfolio as a Python Developer. | bootstrap,portfolio,portfolio-site,react,site,javascript,opentowork,python | 2024-02-19T10:47:03Z | 2024-05-01T12:22:20Z | 2024-03-02T10:20:07Z | 1 | 9 | 60 | 0 | 0 | 3 | null | null | JavaScript |
canayter/geospatial-visualization-of-volcanic-activity | main | Our project develops an interactive web-based platform to visualize volcanic activity worldwide, leveraging dynamic maps to present data on the Volcanic Explosivity Index (VEI), casualties, and economic damages associated with volcanic events. Incorporating advanced features such as a dropdown menu for seamless navigation between different data visualizations and an MP4 video as the background enhances user engagement. This platform serves as an educational and analytical tool, offering insights into the impact of volcanoes over time through an immersive user experience.
| This project showcases an interactive web-based visualization of global volcanic activity, highlighting the Volcanic Explosivity Index, casualties, and economic impacts. It features dynamic maps with a dropdown menu and an engaging video background, providing a comprehensive yet immersive educational tool. | datavisualization,volcanoes,folium,javascript | 2024-02-22T02:48:06Z | 2024-03-11T22:40:00Z | null | 4 | 0 | 25 | 0 | 0 | 3 | null | MIT | Jupyter Notebook |
xdcode2/image-cropper | main | # Image Cropper
Build an Image Cropper using React JS & TailwindCSS

## 🛠️ Tools
- React JS
- TailwindCSS
- Framer Motion
- React Easy Crop
- React Icons
## 🔍 Features
- Drag And Drop File
- Crop Image
- Download Image
## 🚀 Getting Started
To get started follow these steps:
#### Cloning the Repository
Using CLI:
```bash
git clone https://github.com/xdcode2/image-cropper.git
```
**\*\*_Ensure you have installed [Git](https://git-scm.com) on your machine._**
Using GitHub:
- Go to the project [repository](https://github.com/xdcode2/image-cropper) on my GitHub page
- Click on the green button on the top 👆
- Click Download ZIP
#### Installation
Install the project dependencies using npm:
```bash
npm install
```
**\*\*_Ensure you have installed [NodeJS](https://nodejs.org/en) on your machine._**
#### Running the Project
```bash
npm run dev
```
**\*\*_This project uses [Vite](https://vitejs.dev)._**
## 💻 Code Snippets
`useFileReader.jsx`:
```js
import { useEffect, useState } from "react";
const bytesToMB = (bytes) => {
if (bytes === 0) return 0;
return Math.round((bytes / (1024 * 1024)) * 100) / 100;
};
export const useFileReader = (options) => {
const { method, accept, maxFileSize } = options;
const [file, setFile] = useState(null);
const [error, setError] = useState({ type: null, msg: null });
const [result, setResult] = useState(null);
const [progress, setProgress] = useState(0);
useEffect(() => {
if (!file) return;
const fileType = file.name.split(".").pop().toLowerCase(),
fileSizeMB = bytesToMB(file.size);
if (accept && !accept.includes(fileType)) {
setError({ type: "fileType", msg: `Invalid file type: ${fileType}. Accepted types: ${accept.join(", ")}` });
}
if (maxFileSize && fileSizeMB > maxFileSize) {
setError({ type: "fileSize", msg: `File size exceeds the maximum limit of ${maxFileSize} MB.` });
}
const fr = new FileReader();
fr.onprogress = (event) => {
if (event.lengthComputable) {
const percentLoaded = (event.loaded / event.total) * 100;
setProgress(percentLoaded);
}
};
fr.onload = () => {
setResult(fr.result);
setProgress(100);
};
fr.onerror = (err) => {
setError({ type: "fileRead", msg: `Error reading file: ${file.name}. ${err.message}` });
};
fr[method](file);
return () => {
setError({ type: null, msg: null });
setResult(null);
setProgress(0);
};
}, [file]);
return [{ result, error, file, progress }, setFile];
};
```
`tailwindcss.config.js`:
```js
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
fontFamily: {
poppins: ["Poppins", "sans-serif"],
},
extend: {
colors: {
primary: {
10: "#b6cef0",
20: "#94b7e9",
30: "#72a0e3",
40: "#5089dc",
50: "#2e72d5",
60: "#2760b4",
70: "#1f4e92",
80: "#183c71",
90: "#102a4f",
},
white: {
50: "#ebeff3",
100: "#ffffff",
},
gray: "#a9aeba",
},
},
},
important: true,
plugins: [],
};
```
`index.css`:
```css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.btn-primary-fill {
@apply h-10 px-4 bg-primary-50 rounded-lg text-white-100 hover:bg-primary-60 transition-colors duration-300;
}
.btn-primary-outlined {
@apply h-10 px-4 border border-solid border-primary-50 rounded-lg text-primary-50 hover:border-primary-60 hover:text-primary-60 transition-colors duration-300;
}
}
```
`.eslintrc.cjs`:
```js
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: ["plugin:react/jsx-runtime", "plugin:react-hooks/recommended"],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
settings: { react: { version: "18.2" } },
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": ["warn", { allowConstantExport: true }],
},
};
```
---
[](https://ko-fi.com/J3J1NMYT7)
Hey bro please don't forget to subscribe to [my channel](https://www.youtube.com/@_xdcode_ "XD Code") 😊😊.
| Build an Image Cropper in React JS | javascript,reactjs,xdcode,imagecropp | 2024-02-03T20:54:24Z | 2024-02-05T18:37:59Z | null | 3 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
anurag87204/Anime-Quote | main | # Anime Quote
Random Anime Generator used to generate random anime quotes
## About this project
Random Anime Quote Generator used to generate random quotes.Each time you click on the button, you'll get a new anime quote. You can also convert a quote to speech, copy a quote ,or share a quote on twitter by clicking the given button
## Technologies
* HTML
* CSS
* JAVASCRIPT
| Anime-Quote | anime,css,html,javascript,quotes | 2024-02-18T10:01:34Z | 2024-02-18T10:20:07Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | CSS |
AsmaJalal/my-online-shopping-hub | master | # This is a online-shopping-app
## A Ecommerce Website made with React.js Framework and configureStore @reduxjs/toolkit.
## Screenshots




## Gif Images



## Features
- Fully Responsive
## Product Listing:
- Fetch products from the API and display them in a grid or list format on the home page or a dedicated products page (Products component).
## Product Details:
- Implement a feature where users can click on a product to view its details. You can use the Product component to display detailed information about a specific product.
## Categories and Filtering:
- Allow users to filter products by categories such as electronics, clothing, etc. You can utilize the category information provided by the API to implement this feature.
## Search Functionality:
- Implement a search bar that allows users to search for products based on their titles or descriptions. You can use the search functionality provided by the API.
## Shopping Cart:
- Implement a shopping cart feature where users can add products to their cart and view the items they've added. Use the Cart component to display the cart contents.
## User Authentication:
- Implement user authentication using the Login and Register components. Allow users to create accounts, log in, and securely access their profile and order history.
## Checkout Process:
- Allow users to proceed to checkout once they've added items to their cart. Use the Checkout component to collect shipping and payment information before completing the purchase.
## Order History:
- Implement a feature where registered users can view their order history. You can use the fakestoreapi.com endpoints to simulate order placement and retrieval.
## Responsive Design:
- Ensure that your app is mobile-friendly and responsive across different devices and screen sizes to provide a seamless shopping experience.
## Loading Indicators:
- Display loading indicators or placeholders while fetching data from the API to provide feedback to users and improve the perceived performance of your app.
## Pagination:
- If the API supports pagination, implement pagination functionality to fetch and display products in smaller, more manageable chunks.
##📂 What's inside?
A quick look at the folder structure of this project.
.
├── public
│ ├───assets
│ │ ├───images
│ ├───index.html
│ ├───logo.png
│ ├───manifest.json
├── src
│ ├───components
│ │ ├───Footer.jsx
│ │ ├───index.js
│ │ ├───main.jsx
│ │ ├───Navbar.jsx
│ │ ├───Products.jsx
│ ├───pages
│ │ ├───AboutPage.jsx
│ │ ├───Cart.jsx
│ │ ├───Checkout.jsx
│ │ ├───ContactPage.jsx
│ │ ├───Home.jsx
│ │ ├───index.js
│ │ ├───Login.jsx
│ │ ├───PageNotFound.jsx
│ │ ├───Product.jsx
│ │ ├───Products.jsx
│ │ ├───Register.jsx
│ ├───redux
│ │ ├───action
│ │ │ ├───index.js
│ │ ├───reducer
│ │ │ ├───handleCart.js
│ │ │ ├───index.js
│ │ │ ├───store.js
│ └───index.js
* [React](https://reactjs.org/)
* [Redux](https://redux.js.org/)
* [Bootstrap](https://getbootstrap.com/)
* [Fake Store API](https://fakestoreapi.com/)
# 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)
| https://my-online-shopping-hub.vercel.app/ | ecommerce,onlineshopping,react,reactjs,axios,redux,reduxtoolkit,javascript,online-shopping-hub-with-react,api | 2024-02-11T13:14:30Z | 2024-02-11T15:00:48Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
AmanNegi/LPU-Internet-Assist | main | # LPU-Internet-Assist
> Comes in two flavours with UI and without UI.
### With UI (for normal people) 📱💻
1. Enter the creds in the extension (only needed the first time).
2. Once you are on the correct site just press `Login` in the extension and it does all for you.
3. Simply, open `chrome://extensions` and open the developer mode.
4. Use **Load Unpacked** and select the UI Folder.
<img src="Images/ui_preview.png" height="300px" />
### Without UI (for devs) 🧑💻
1. Simply download the code as zip and extract it.
2. Once extracted open the file `/NO-UI/background.js` in VSCode.
3. Add your `reg_no` and `internet_password` as mentioned in the `TODO's`.
```js
const userNameFields = document.getElementsByName("username");
if (userNameFields.length > 0) {
// TODO: 1 Enter your registration number
userNameFields[0].value = "your_reg_no";
}
const passwordFields = document.getElementsByName("password");
if (passwordFields.length > 0) {
// TODO: 2 Enter your Internet password
passwordFields[0].value = "your_password";
}
```
4. Simply, open `chrome://extensions` and open the developer mode.
5. Use **Load Unpacked** and select the No-UI Folder.
| Chrome Extension to resolve the issue of manually logging in into LPU's Local Internet. | chrome-extension,javascript | 2024-02-04T10:03:56Z | 2024-03-10T04:30:50Z | 2024-02-04T10:25:32Z | 1 | 0 | 8 | 0 | 0 | 3 | null | null | JavaScript |
heyasif/logic-alchemist-5678 | main | # [Epicbazaar](https://epicbazaar.vercel.app/)
## Introduction
Epicbazaar is an innovative e-commerce platform designed to revolutionize online shopping. With features like a real-time, cross-device shopping cart and a streamlined checkout process, it aims to enhance user experience by addressing common e-commerce frustrations, simplifying cart management, and ensuring secure transactions.
## Project Type
- **Frontend**
## Deployed App
[Epicbazaar](https://epicbazaar.vercel.app/)
## Directory Structure
```
my-app/
├─ src/
│ ├─ App.css
│ ├─ App.js
│ ├─ index.css
│ ├─ index.js
│ ├─ PrivateRoute.jsx
│ ├─ Assets/
│ │ └─ Screenshots/
│ ├─ Components/
│ │ ├─ Card/
│ │ ├─ Container/
│ │ ├─ Footer/
│ │ ├─ Navbar/
│ │ ├─ Orders/
│ │ ├─ Payment/
│ │ ├─ Profile/
│ │ └─ Spinner/
│ ├─ Config/
│ ├─ Context/
│ └─ Pages/
│ ├─ Auth/
│ ├─ Cart/
│ ├─ Error404/
│ ├─ Favorites/
│ ├─ ProductDetail/
│ └─ Products/
└─ ProtectedRoute.js
```
## Video Walkthrough
https://github.com/heyasif/logic-alchemist-5678/assets/79692865/e108bc9a-987e-46ae-b35e-22ee7a662abc.mp4
- **Codebase Walkthrough:** [1-5 minutes video link]
## Features
- **Dynamic Product Search:** Advanced search and filtering system for quick product discovery.
- **Responsive Design:** Mobile-first, responsive design for a consistent cross-device experience.
- **Streamlined Checkout:** Simplified one-page checkout process to enhance user satisfaction.
## Design Decisions and Assumptions
### Design Decisions
- **React and Context API for State Management:** Chose React for its component-based architecture, facilitating reusable UI components, and Context API to manage global state like the shopping cart, ensuring a seamless user experience across the application.
- **Integration of Payment Methods and Security Measures:** Implemented secure payment integration with options like credit cards and PayPal, prioritizing security through SSL encryption and compliance with PCI DSS standards to protect user transactions.
### Assumptions
- **User Preference for Simplified Checkout:** Assumed users prefer a fast and hassle-free checkout process, leading to the implementation of a one-page checkout system to reduce steps and potential friction points.
- **Expectation of Real-time Interaction:** Anticipated that users expect immediate feedback and updates within the shopping cart, influencing the decision to implement real-time cart synchronization across devices, enhancing the overall shopping experience.
## Installation & Getting Started
Quickly set up and start the project with these steps:
1. **Install the Project:**
Clone and install the project's dependencies:
```bash
git clone https://github.com/your-username/my-project.git
cd my-project
npm install
## Credentials
Provide user credentials for authenticated pages:
- **URL:** [https://epicbazaar.vercel.app/signin](https://epicbazaar.vercel.app/signin)
- **User Login:** john@gmail.com
- **Password:** m38rmF$
## APIs Used
If your application relies on external APIs, document them and include any necessary links or references.
- **API Base URL:** [https://epicbazaar.onrender.com/](https://epicbazaar.onrender.com/)
## API Endpoints
- `/products` - Access product listings.
- `/users` - User profiles and authentication.
- `/orders` - Order creation and management.
## Technology Stack
- **React:** For building the user interface.
- **Tailwind CSS:** For styling.
- **Rest API:** For the backend API.
## ScreenShots
## Home Page

## Login

## Cart

## Payment

## Order History

## Admin Dashboard

## Product Page

## Users/Traffic page

## Contributors
## [Md. Asif](https://www.linkedin.com/in/hellomohdasif/)
## [Rahul Kumar](https://epicbazaar.vercel.app/)
## [Rantu Bangal](https://www.linkedin.com/in/rantu-bangal/)
## [Sujeet Kumar](https://www.linkedin.com/in/sujeet-kumar-2b4750195/)
## [Raushan Kumar](https://epicbazaar.vercel.app/)
| Epicbazaar is an innovative e-commerce platform designed to revolutionize online shopping. With features like a real-time, cross-device shopping cart and a streamlined checkout process, it aims to enhance user experience by addressing common e-commerce frustrations, simplifying cart management, and ensuring secure transactions. | css,javascript,react,tailwind,rest-api,vercel | 2024-02-20T15:31:57Z | 2024-03-19T18:25:26Z | null | 5 | 27 | 81 | 0 | 2 | 3 | null | null | JavaScript |
ANDRIANALISOA-sylvere/web.dev | main | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| This is a landing page who list the all of my projects | javascript,react,tailwindcss | 2024-01-31T19:26:35Z | 2024-03-21T09:35:34Z | null | 1 | 0 | 9 | 0 | 0 | 3 | null | null | JavaScript |
KaSaNaa/CareBridge | main | # CareBridge [In Production]
2nd year final project to build a web platform for Sri Lankan people who lives overseas to gain access to SL medical advice at low-cost or for completely free (DEMO ONLY)
```java
This app is protected by O.R.K.M.M License which is a
self-made license which stands for ONA REDDAK KARAGANIN MATA MOKO
(in English - Do whatever the fuck you want to do with this,
I don't give a damn)
```
## Home Page

## Sign in Page

## Class Diagram

## Software Architecture

| 2nd year final project to build a web platform for Sri Lankan people who lives overseas to gain access to SL medical advice at low cost-or for completely free (DEMO ONLY)) | reactjs,javascript,styled-components | 2024-02-10T14:19:35Z | 2024-03-25T10:11:10Z | null | 3 | 5 | 57 | 1 | 0 | 3 | null | MIT | JavaScript |
blurwind/wumpus-store-express | main | <p align="center">
<img src="https://github.com/blurwind/wumpus-store-express/assets/96443442/bdf3f824-58b1-4fbb-b934-684c32a4c36e" alt="Wumpus.store">
</p>
<h1 align="center">Wumpus Store Express</h1>
<p align="center">Receive an embed by webhook when someone votes for your bot on <a href="https://wumpus.store">Wumpus.store</a></p>
<p align="center">
<img src="https://img.shields.io/badge/version-1.0.0-blue" alt="Version">
<img src="https://img.shields.io/github/stars/blurwind/wumpus-store-express" alt="Stars">
<img src="https://img.shields.io/github/forks/blurwind/wumpus-store-express" alt="Forks">
</p>
## 🤔 What is it?
This is an API made with [Express](https://expressjs.com/) for [Wumpus.store](https://wumpus.store), to allow bot developers to receive embeds via a [Discord webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks?__cf_chl_tk=ZS.jMt3z7KjacUMOl1Fy2HdD_aHYzRdZLLIAHogiB3w-1708138741-0.0-4434) when users vote for their bots on [Wumpus.store](https://wumpus.store).
<blockquote>
ℹ️ This can only be used if your bot is listed on Wumpus.store!
</blockquote>
## 🛠️ How to setup?
- Clone the repository
- Use `git clone https://github.com/blurwind/wumpus-store-express`
- Install the dependencies by using `npm install`
- Run `npm install` in the terminal
- Rename `.env.example` to `.env` and fill it with your data
- Make sure to choose a strong password for your authentification token, as it will be used to verify that requests are coming from Wumpus.store : paste it in the `AUTH_TOKEN` field
- Create a webhook on your Discord server, click [here](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks?__cf_chl_tk=ZS.jMt3z7KjacUMOl1Fy2HdD_aHYzRdZLLIAHogiB3w-1708138741-0.0-4434) for a guide : paste the URL in the `WEBHOOK_URL` field
- Adapt the code depending on where you want to host the API (especially the part for starting the server)
- Vercel can be a good solution, [here's a tutorial on how to do it](https://www.youtube.com/watch?v=B-T69_VP2Ls)
- Once your API is online, go to your bot's Wumpus.store page and click on the "[Edit Discord Bot](https://wumpus.store/bot/BOT_ID/edit)" button.
- On the left, you have a "Webhooks" section with two fields.
- In the first field, enter the URL of your API (for example https://x.com/vote | `/vote` need to be at the end of the URL)
- In the second field, enter the **EXACT** same authentification token that you choosed earlier in the `.env` file
- Save your changes, now you can test if everything is working by clicking on the "Send Webhook" button
## 👀 How it looks?
<img src="https://cdn.discordapp.com/attachments/1207046683360370730/1208254654279061575/image.png?ex=65e29dd5&is=65d028d5&hm=f2b8bcafc797401d92b447c61049a03c4cb3acd53f5896bf74fdc7597af599ff&" alt="Final"> | An API that uses Express to track when someone votes for your bot on Wumpus.store | api,express,javascript,wumpus-store | 2024-02-14T00:07:05Z | 2024-03-31T14:02:56Z | null | 1 | 1 | 31 | 0 | 0 | 3 | null | null | JavaScript |
AmulyaMachhan/book-my-show-clone | main | # BookMyShow Landing Page
Welcome to the BookMyShow Landing Page project! This project is a responsive web page inspired by the popular online ticketing platform BookMyShow. It features a sleek and modern design aimed at providing users with an immersive browsing experience for discovering and booking events, movies, and shows.
You can view the site [here](https://amulyamachhan.github.io/book-my-show-clone/).
## Screenshots

## Features
- **Responsive Design:** Enjoy a seamless experience across devices, from desktops to smartphones and tablets.
- **Event Listings:** Browse through a curated selection of upcoming events, movies, and shows.
- **Interactive Sidebar:** Access additional navigation options conveniently through the sidebar menu.
## Technologies Used
- HTML5
- CSS3 (with Flexbox and Grid for layout)
- JavaScript (for interactivity and sidebar functionality)
## Usage
1. Clone the repository:
- git clone https://github.com/AmulyaMachhan/book-my-show-clone.git
2. Open `index.html` in your preferred web browser.
3. Explore the landing page and sidebar to discover upcoming events and shows.
## Contributing
Contributions are welcome! If you have any suggestions for improvements or feature enhancements, feel free to open an issue or submit a pull request.
| This project is a responsive web page inspired by the popular online ticketing platform BookMyShow. It features a sleek and modern design aimed at providing users with an immersive browsing experience for discovering and booking events, movies, and shows. | css,dom-manipulation,git,html,javascript,responsive-design,ui,ux,ux-design,web-design | 2024-02-18T17:56:32Z | 2024-04-09T11:19:45Z | null | 1 | 0 | 7 | 0 | 0 | 3 | null | null | HTML |
SherlockGn/web-admx-tool | master | null | A powerful group policy editor tool (gpeditor.exe) written entirely in JavaScript, capable of running directly in your browser. | element-plus,gpo,group-policy,javascript,vue3,website | 2024-02-22T14:17:17Z | 2024-02-22T14:11:13Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | GPL-2.0 | Vue |
zahidrahimoon/Zara-Therapy | main | # Zara Therapy Clinic Website
## Introduction
Welcome to the Zara Therapy Clinic website project! This README provides an overview of our development process and the features of our fully responsive website.
## Objectives
Our goal is to create a professional website for Zara Therapy Clinic that showcases our services and attracts new clients. The website will be visually appealing, user-friendly, and optimized for all devices.
## Problem Statement
Zara Therapy Clinic needs a website to effectively communicate its services and attract potential clients. The website should include sections for therapy descriptions, therapist profiles, contact information, and testimonials.
## Technologies Used
- **HTML**: Structuring the content of the website.
- **CSS**: Styling the website for a visually appealing look.
- **JavaScript**: Adding interactivity and dynamic elements to the website.
## Hardware/Software Requirements
- **Hardware**: A minimum computer system with a Pentium 166 or better and 64 Megabytes of RAM or better.
- **Software**: Notepad/HTML editor/CoffeeCup, Angular/Angular JS/React/BootStrap, Dreamweaver/Figma, MS IE/Chrome/FireFox/Netscape/MS Edge.
## Website Features
1. **Home Page** : Includes sections with a suitable logo and header, showcasing images of therapies/demo sessions.
2. **Navigation** : Links to navigate through different categories for information.
3. **Menu**: Displays options for a brief introduction about therapists, contact details, and other relevant information.
4. **Products and Services**: Lists related products and services, including essential oils, lotions, and accessories.
5. **Services Categories**: Categorizes various services based on technique/medical aid/beauty aids.
6. **Additional Sections**:
- **Gallery**: High-quality images of therapies.
- **Client Testimonials/Reviews**: Text and video testimonials.
- **About Us**: Information about the clinic.
- **Educational Information**: About therapies.
7. **Contact Us Page**: Includes address using GeoLocation API and email address.
## Project View
Check out the live version of the website [here](https://zaratheraphy.netlify.app/)!
## Conclusion
The Zara Therapy Clinic website will be a comprehensive platform for showcasing our services and attracting new clients. By implementing the features mentioned above, the website will provide a user-friendly experience and help expand our online presence.
| "Therapy website featuring responsive design, soothing aesthetics, and interactive elements, built with HTML, CSS, and JavaScript." | css,css-animations,css-flexbox,css-grid,html,html-css-javascript,html5,javascript-library,medical,zara | 2024-02-14T15:42:26Z | 2024-04-22T23:15:51Z | null | 1 | 0 | 23 | 0 | 0 | 3 | null | null | HTML |
mdtanvirahamedshanto/mern-newspaper | main | null | this is a simple mern newspaper with admin dashborad and backend , | fullstack-development,javascript,mern-stack,newspaper | 2024-01-29T08:41:44Z | 2024-05-06T13:31:23Z | null | 1 | 1 | 35 | 0 | 1 | 3 | null | null | JavaScript |
miftahganzz/Dolers-Website | main | # Dolers Website
<p align="center">
<img src="https://raw.githubusercontent.com/miftahganzz/Dolers-Website/c32270df2dec8e64af89293fb422a64f126e5495/priview.png" alt="Example">
</p>
<p align="center">
<a href="https://dolers.miftah.xyz" target="_blank">Visit Now 🚀</a>
</p>
## Introduction
Welcome to Dolers Website, your go-to platform for downloading content from various social media platforms! Whether it's TikTok, YouTube, Facebook, Likee, CapCut, Spotify, Twitter, or Mediafire, Dolers Website has got you covered. Enjoy the convenience of offline access to your favorite content.
## Features
* Multi-Platform Support: Dolers Website supports a wide range of popular social media platforms, allowing users to download content from diverse sources.
* User-Friendly Interface: Our simple and intuitive user interface makes the content downloading process seamless and user-friendly.
* Support for Various Content Types: Dolers Website doesn't limit you to just videos. Download music, images, and documents with ease.
* Regular Updates: We are committed to providing regular updates to support changes and updates on social media platforms.
* Security and Privacy: Dolers Website prioritizes user security and privacy, adhering to the highest standards in data management.
## How To Use
* Select Platform What Do You Want Any:
- Tiktok
- Spotify
- Facebook
- Capcut
- Likee
- MediaFire
- Twitter
* Paste URL: Copy and paste the URL of the content you want to download from the supported social media platform.
* Download Content: Click the "Download" button to start the download process. Monitor the download status on the status page.
## Tech & Tools
<p align="left">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-original-wordmark.svg" height="40" alt="tailwindcss logo" />
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"/>
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/>
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/php/php-original.svg" height="40" alt="php logo" />
## Setup and Usage
1. Clone the Repository:
``` bash
git clone https://github.com/miftahganzz/Dolers-Website.git
cd Dolers-Website
```
2. Configure config.php:
``` bash
<?php
$apiKey = "your_apikey"; // Get apikey in https://api.miftahganzz.my.id
```
3. Configure Server:
* Set up a PHP server to run the application.
4. Open in Browser
5. Usage:
* Choose the platform using the dropdown.
* Paste Url.
* Click Details For Download.
## Development
* To modify or extend the functionality, edit the respective HTML, CSS, JavaScript, and PHP files.
* Make sure to follow the Tailwind CSS documentation for any style modifications.
## Contribution
If you wish to contribute to this project, you can fork this repository, make changes, and submit a pull request. We always appreciate contributions from the community.
## License
This project is licensed under the [MIT License](LICENSE).
# Thanks to
<a href="https://github.com/miftahganzz"><img src="https://github.com/miftahganzz.png?size=100" width="100" height="100"></a> |
---|
[Miftah GanzZ](https://github.com/miftahganzz) |
Developer |
| Dolers is a website to download content from supported social media, using PHP programming language, and Tailwind CSS frame work, and features download from rest api https://api.miftahganzz.my.id | javascript,miftahganzz,open-source,php,rest-api,tailwind-css,downloader-social-media | 2024-02-03T08:53:51Z | 2024-02-03T09:54:41Z | null | 1 | 0 | 7 | 0 | 1 | 3 | null | MIT | PHP |
NafisMahmudAyon/landing-page-ui | master |
<p align="center">
<a href="https://ui.nafisbd.com"><img src="https://ui.nafisbd.com/full-logo.svg" alt="Typesense" width="298" /></a>
</p>
<p align="center">
The Landing Page UI is a React component library with ready-to-use building blocks for creating beautiful and responsive landing pages. It's made specifically for React developers, offering a collection of pre-styled components that you can easily plug into your projects. Whether you're a beginner or an experienced developer, it helps you quickly put together professional-looking landing pages without all the hassle of starting from scratch.
</p>
<p align="center">






</p>

<!-- ## Features
- **Responsive Design**: All components are built with responsiveness in mind, ensuring that your landing page looks great on various devices and screen sizes.
- **Easy Customization**: Each component comes with customizable props, allowing you to tailor the appearance and behavior to suit your specific needs.
- **Modular and Reusable**: Components are designed to be modular and reusable, promoting code reuse and maintainability.
- **Modern Design**: The components feature modern and visually appealing designs, helping to create engaging landing pages that leave a lasting impression on visitors. -->
## Installation
To install the Landing Page UI package, simply run:
``` node
npm install landing-page-ui
```
## Components
<!-- ### 1. Block -->
<!-- The `Block` component is a container element that allows you to wrap other components or content within it. It provides flexibility in styling and layout, allowing you to apply custom styles or classes to encapsulate specific sections of your UI. -->
<!-- ```jsx
import { Block } from 'landing-page-ui'
<Block>
...
</Block>
``` -->
<!-- #### props:
| Prop | Type | Description |
|---|---|----------|
| tagName | String | It can be any HTML Tag name. `h1`, `h2`, `h3`, ...., `p`, `div` etc. Default value is `div`. |
| style | String | This props is like className for the `Block` component. |
|isLink| Boolean | Indicates whether the Block should behave as a link. |
| linkTo | String | The URL to which the Block should navigate if it is a link. |
| target | String | Specifies the target window or frame when the link is clicked. |
| variant | String | Specifies the variant of the `Block` component. This prop can be used to apply predefined styles or behavior variations to the Block. | -->
<!-- ### 2. Text -->
<!-- The `Text` component is used for displaying textual content such as headings, paragraphs, or any other text-based information. It supports various text formatting options like font size, color, weight, and alignment, allowing you to customize the appearance of text in your UI.
```jsx
import { Text } from 'landing-page-ui'
<Text>
...
</Text>
```
#### props:
| Prop | Type | Description |
|---|---|----------|
| tagName | String | It can be any HTML Tag name. ```h1```, ```h2```, ```h3```, ...., ```p```, ```div``` etc. Default value is ```div```. |
| style | String | This props is like className for the ```Wrapper``` component. |
|isLink| Boolean | Indicates whether the Wrapper should behave as a link. |
| linkTo | String | The URL to which the Wrapper should navigate if it is a link. |
| target | String | Specifies the target window or frame when the link is clicked. |
| variant | String | Specifies the variant of the `Text` component. This prop can be used to apply predefined styles or behavior variations to the wrapper. | -->
<!-- ### 3. Image -->
<!-- The `Image` component is used to display images within your application. It provides support for loading and displaying images from different sources, including local files or remote URLs. Additionally, it allows you to set attributes such as alt text, caption, lazyload, and styling properties to control the presentation of images.
Furthermore, the `Image` component supports a lightbox feature, allowing users to view larger versions of the image in a modal overlay when clicked. This feature enhances the user experience by providing a convenient way to inspect images in detail without navigating away from the current page.
```jsx
import { Image } from 'landing-page-ui'
<Image />
```
#### props:
| Prop | Type | Description |
|---|---|----------|
| tagName | String | It can be any HTML Tag name. ```h1```, ```h2```, ```h3```, ...., ```p```, ```div``` etc. Default value is ```div```. |
| style | String | This props is like className for the ```Wrapper``` component. |
| src | String | The URL or path to the image file. |
|isLink| Boolean | Indicates whether the Wrapper should behave as a link. |
| linkTo | String | The URL to which the Wrapper should navigate if it is a link. |
| target | String | Specifies the target window or frame when the link is clicked. |
| imageStyle | String | Additional styling applied to the image element. |
| altText | String | Alternative Text for the Image. |
|captionEnabled | Boolean | Indicates whether the image caption should be displayed. |
| imageCaption | String | The caption text for the image. |
| captionStyle | String | Styling applied to the image caption. |
| lightBox | Boolean | Specifies whether the lightbox feature is enabled for the image. |
| lightBoxStyle | String | Additional styling applied to the lightbox container. |
| lightBoxImageSrc | String | The URL or path to the larger image displayed in the lightbox. |
| lightBoxImageStyle | String | Additional styling applied to the image in the lightbox. |
| lightBoxCaption | String | The caption text displayed in the lightbox. |
| lightBoxCaptionEnabled | String | Indicates whether the caption is enabled in the lightbox. |
| lightBoxCaptionStyle | String | Styling applied to the caption in the lightbox. |
| closeButtonStyle | String | Styling applied to the close button in the lightbox. |
| lazyLoad | Boolean | Specifies whether lazy loading of the image is enabled. |
| variant | String | Specifies the variant of the `Image` component. This prop can be used to apply predefined styles or behavior variations to the wrapper. | -->
<!-- ### 4. Image Gallery -->
<!-- The `Image Gallery` component is a collection of images displayed in a gallery layout. It allows users to browse through multiple images with navigation controls such as arrows or thumbnails. This component is ideal for showcasing a collection of photos or visual content in a visually appealing manner. -->
<!-- ### 5. Grid -->
<!-- The `Grid` component is a layout container that arranges its child elements in a grid-like structure. It provides a flexible and responsive layout system, allowing you to define the number of columns, row spacing, and column spacing. Grids are commonly used for organizing content in a structured and orderly manner. -->
<!-- ### 6. Flex -->
<!-- The `Flex` component is a layout container that uses a flexible box model to arrange its child elements. It allows you to create flexible and dynamic layouts by specifying properties such as flex direction, alignment, and ordering. Flex layouts are well-suited for building responsive designs and complex UI arrangements. -->
<!-- ### 7. Accordion -->
<!-- The `Accordion` component is a collapsible content container that allows users to expand or collapse sections of content. It consists of a series of panels, each containing a header and a collapsible body. Accordion panels are commonly used for presenting information in a compact and organized manner, such as FAQs or product features. -->
<!-- ### 8. Tabs -->
<!-- The `Tabs` component is a navigational interface that organizes content into separate tabs. Each tab represents a distinct section of content, allowing users to switch between them easily. Tabs are useful for presenting multiple pieces of related information within a confined space while maintaining a clear and structured layout. -->
<!-- ### 9. Icon -->
<!-- This Icon component allows you to display an icon or image and supports various icon libraries like Material Icons, Bootstrap Icons, and Font Awesome. It also provides options for styling the icon and handling click events. Additionally, it dynamically loads the necessary stylesheet based on the specified icon library. -->
<!-- ### 9. Icon Button -->
<!-- The `Icon Button` component is a clickable button element that displays an icon or image. It is commonly used for triggering actions or functions within the application, such as submitting forms, navigating to different pages, or toggling menu items. Icon buttons provide a visually intuitive way to interact with the user interface. -->
<!-- ### 10. List -->
<!-- The `List` component is used for displaying a collection of items in a vertical or horizontal list format. It supports various list types, including ordered lists (numbered) and unordered lists (bulleted). Lists are versatile components that can be customized and styled to meet different design requirements. -->
<!-- ### 11. Avatar -->
<!-- ### 12. Badge -->
<!-- ### 13. Theme Switcher Hook -->
### 1. Accordion
### 2. Avatar
### 3. Badge
### 4. Block
### 5. Card
### 6. Checkbox
### 7. Circular Progress Bar
### 8. Divider
### 9. Flex
### 10. Grid
### 11. Icon Button
### 12. Image
### 13. Image Gallery
### 14. Input
### 15. Label
### 16. List
### 17. Progress Bar
### 18. Radio
### 19. Table
### 20. Tabs
### 21. Text
### 22. TextArea
## Hook
### 1. Theme Switcher | Landing Page UI | css,html,javascript,npm,npm-package,react,react-components,tailwindcss,typescript | 2024-02-25T13:08:16Z | 2024-05-22T15:05:52Z | null | 1 | 0 | 201 | 0 | 0 | 3 | null | null | TypeScript |
Kropanov/storycascade | main | # StoryCascade
This repository contains two projects: a client-side application built with Vue.js version 3 and a server-side application built with Nest.js. These projects collectively form StoryCascade, a service for writing and reading novels in English.
## Projects
### Vue3 Client
The Vue3 Client is a front-end application developed using Vue.js version 3. It provides an interactive interface for users to write, read, and manage novels. The client-side application utilizes modern technologies to ensure a seamless user experience.
#### Technologies Used:
- Vue.js 3
- Vuetify
- Pinia
- Vue Router
- Vite
### NestJS Server
The NestJS Server is a back-end application developed with Nest.js, a progressive Node.js framework. It serves as the backbone of the StoryCascade service, handling authentication, data storage, and providing an API for communication between the client and the database.
#### Technologies Used:
- Nest.js
- PostgreSQL
- JWT
- AWS SDK
- bcrypt
- TypeScript
## Getting Started
To run these projects locally, follow these steps:
1. Clone this repository to your local machine.
2. Navigate to the `client` directory and the `server` directory separately.
3. Install dependencies for both projects using `npm install`.
4. Configure environment variables for the server (e.g., PostgreSQL connection string, JWT secret).
5. Start the server by running `npm start:dev` in the `server` directory.
6. Start the client by running `npm run dev` in the `client` directory.
7. Access the application in your web browser at `http://localhost:3000` for the client and `http://localhost:4000` for the server.
## Contributing
Contributions to StoryCascade are welcome! If you have ideas for new features, find bugs, or want to improve the codebase, feel free to submit issues and pull requests.
## License
This project is licensed under the BSD 2-Clause License - see the [LICENSE](LICENSE.md) file for details.
| A client-server system for a novel writing service | javascript,pinia,vue3,vuetify,nestjs,typescript,vite,postgresql,bcrypt,aws-s3 | 2024-02-17T18:43:18Z | 2024-05-22T19:29:47Z | null | 1 | 36 | 104 | 4 | 0 | 3 | null | BSD-2-Clause | Vue |
dawidolko/Database-Project-ComputerStore | main | # Database project - Computer store
## Final database project
### Full application of a store selling computers and computer components, with a Frontend written in JavaScript, a Backend in PHP, and a PL/SQL database

# TechByte

## Introduction
Welcome to the GitHub repository of the TechByte computer store project. This store is a modern e-commerce platform, offering a wide selection of computer products, including laptops, desktop computers, and components and accessories.
## Project Structure
The repository is organized into several directories that are responsible for different parts of the web application and contain necessary files for the operation of the store. Here is a detailed description of each directory and file:
### Structure of the ComputerStore Project
The ComputerStore project contains several directories and files related to documentation, database design, and the application frontend.
### .github/workflows
- static.yml # Configuration file for GitHub Actions
### backend
### app
(Path to the main application logic, models, controllers)
### bootstrap
(Path to the application bootstrap files)
### config
- app.php
- auth.php
- cache.php
- database.php
- filesystems.php
- hashing.php
- logging.php
- mail.php
- oracle.php
- queue.php
- services.php
- session.php
(Configuration files for the application)
### database
(Path to database migrations and seeds)
### public
(Path to publicly accessible files)
### resources
(Path to view templates and language files)
### routes
(Path to route definitions)
### scripts
(Path to custom scripts)
### storage
(Path to storage files like logs, compiled views)
### tests
(Path to test files)
### vendor
(Path to Composer dependencies)
### docs
### jsDoc
- database-storage-and-limitation.docx
- project-description-v1.docx
- project-description-v2.docx
- suggestions-sopics.docx
- README.md # Project documentation
### entity-relationship-diagram
- DB-Diagram.pdf
- ERD_v3.pdf
- ERD_v3.png
- ERD-project-base-drawio.pdf
- ERD-Projekt-v2-drawio.pdf
- ERD-VERSION1.png
- ERD-VERSION2.png
- ERD-VERSION3.png
- ERD.pgerd
- README.md # ER diagram documentation
### frontend
### assets
(Path to resources like graphics, CSS, etc.)
### components
(Path to reusable components)
### computers
(Possible path to computer-specific components or pages)
### laptops
- account.html
- cart.html
- checkout.html
- CNAME # CNAME configuration file for the custom domain
- components.html
- computers.html
- contact.html
- dashboard.html
- faq.html
- favorite.html
- index.html # Main page of the store
- laptops.html
- login.html
- privacy.html
- sales.html
## plsql-oracle19c
### python-codes
- clear.sql
- delete.sql
- export_of_data.sql
- export.sql
- procedures.sql
(PL/SQL scripts for database management)
### Project root files
- .env.example
- .env
- .gitignore
- CONTRIBUTING.md
- LICENSE
- README.md # This file with instructions
### .github/workflows
Directory containing CI/CD system definitions for the project, including automatic testing and deployment of changes.
### docs
Directory with project documentation, including API specifications and user manuals.
### backend
Directory with PHP scripts responsible for the backend logic, data handling, session management, and interaction with the database.
### entity-relationship-diagram
Directory containing files documenting the Entity-Relationship Diagram (ERD) for the store database.

### frontend
Directory containing the frontend application, including HTML files, CSS, JavaScript, and other assets used to create an engaging user interface.
### plsql-oracle19c
Directory containing PL/SQL scripts for database management, including stored procedures, triggers, and data export/import scripts.
### Project root files
- Configuration and environment setup files.
- Contribution guidelines and license information.
- Main README file with project instructions.
## Getting started
Instructions on how to start working with this repository and launching the store can be found in the [README.md](https://github.com/dawidolko/Database-Project-ComputerStore/blob/main/README.md) file.
## License
The project is distributed under the MIT license. See the [LICENSE](https://github.com/dawidolko/Database-Project-ComputerStore/blob/main/LICENSE) file for more information.
## Collaborators
List of people involved in the development of the project:
- [dawidolko](https://github.com/dawidolko)
- [piotrsmola](https://github.com/piotrsmola)
## Contribution
If you want to contribute to this project, please see our contribution guidelines in the [CONTRIBUTING.md](https://github.com/dawidolko/Database-Project-ComputerStore/blob/main/CONTRIBUTING.md) file.
---
Feel free to explore the repository and provide feedback or contribute to the project. For any questions or issues, please contact the collaborators.
| Database project using gui and shopping cart based on php of use framework Laravel and Oracle19c. | base,computer-shop,css,data-base,database,html,js,php,project,javascript | 2024-03-08T10:26:28Z | 2024-05-19T11:25:29Z | 2024-05-19T11:22:04Z | 3 | 1 | 125 | 0 | 0 | 3 | null | MIT | HTML |
breatfr/Kindroid | main | # <img src="https://play-lh.googleusercontent.com/plaMooDMA0URmZGnfDJmn-v4DEP1SGMUXxC0grATSPuXQ8-HgAgijTXVvyU1y1ir_fRd=s30-rw" alt="Kindroid"> Kindroid: Website optimized for wide screens + new features [](https://ko-fi.com/breatfr) <a href="https://www.paypal.me/breat" target="_blank"><img src="https://github.com/andreostrovsky/donate-with-paypal/raw/master/blue.svg" alt="PayPal" height="30"></a>
Put [Kindroid](https://kindroid.ai/) on whole page for FHD (1920x1080) screens or more and add customizations (theme) + add new features (scripts).
## Preview theme v3.xx

<table>
<tr>
<th><h2>Preview Chat page script</h2></th>
<th><h2>Preview Selfies page script</h2></th>
</tr>
<tr>
<td><img src="https://raw.githubusercontent.com/breatfr/kindroid/main/docs/preview_chat_script.jpg" alt="Preview Chat page script"></td>
<td><img src="https://raw.githubusercontent.com/breatfr/kindroid/main/docs/preview_selfies_script.jpg" alt="Preview Selfies page script"></td>
</tr>
</table>
## Changelog
https://github.com/breatfr/Kindroid/blob/main/CHANGELOG.md or https://discord.com/channels/1116127115574779905/1195415564101886102
## FAQs
https://github.com/breatfr/Kindroid/blob/main/FAQs.md
## Help / comments / ask etc...
https://discord.com/channels/1116127115574779905/1145809654044176485
<details>
<summary><h2>Customizations available in the theme</h2></summary>
<h3>chat page</h3>
<ul>
<li>actions text style
<ul>
<li>default</li>
<li>asterisks</li>
<li>asterisks + bold</li>
<li>asterisks + Bold + no italic</li>
<li>asterisks + Bold + no italic + same color</li>
<li>bold</li>
<li>bold + no italic</li>
<li>bold + no italic + same color</li>
<li>no italic</li>
<li>same color</li>
</ul>
</li>
<li>actions text color choice</li>
<li>avatar choice</li>
<li>avatar position (choose regarding of the size you use, isn't automatic)
<ul>
<li>avatar position large middle</li>
<li>avatar position large top</li>
<li>avatar position large bottom</li>
<li>avatar position small middle</li>
<li>avatar position small top</li>
<li>avatar position small bottom</li>
<li>avatar custom position</li>
</ul>
</li>
<li> avatar chat style (require avatar choices)</li>
<li>avatar circle</li>
<li>avatar rectangle
<ul>
<li>avatar rectangle</li>
<li>avatar rectangle height customization</li>
</li>
<li>avatar size
<ul>
<li>large</li>
<li>small</li>
<li>hidden</li>
<li>custom</li>
</ul>
</li>
<li>avatar hoverzoom
<ul>
<li>enabled (default)</li>
<li>disabled</li>
</ul>
</li>
<li>background choice
<ul>
<li>hearts background (default)</li>
<li>no background</li>
<li>custom background</li>
</ul>
</li>
<li>background color choice (can be use with background choice too)</li>
<li>blur bubbles content and image you send to ai to share in privacy</li>
<li>bubbles font color of your choice</li>
<li>bubbles font size of your choice</li>
<li>hide or not names in bubbles (layout will change depending of this too)</li>
<li>kin's bubbles background color of your choice **OR** kin bubbles background image of your choice</li>
<li>our bubbles background color of your choice **OR** our bubbles background image of your choice</li>
<li>system bubbles style (layout will change depending of this too)
<ul>
<li>left (like v2)</li>
<li>dark (normal position but dark)</li>
</ul>
</li>
<li>textarea font size of your choice</li>
</ul>
<h3>selfies page</h3>
<ul>
<li>background choice
<ul>
<li>hearts background (default)</li>
<li>no background</li>
<li>custom background</li>
</ul>
</li>
<li>background color choice (can be use with background choice too)</li>
<li>blur feature on images</li>
<li>image border on hover
<ul>
<li>enabled (default)</li>
<li>disabled</li>
</ul>
</li>
</ul>
<h3>voicecall page</h3>
<ul>
<li>avatar choice</li>
<li>background choice
<ul>
<li>hearts background (default)</li>
<li>no background</li>
<li>custom background</li>
</ul>
</li>
<li>background color choice (can be use with background choice too)</li>
</ul>
<h3>faqs page</h3>
<ul>
<li>background choice
<ul>
<li>hearts background (default)</li>
<li>no background</li>
<li>custom background</li>
</ul>
</li>
<li>background color choice (can be use with background choice too)</li>
</ul>
<h3>legal page</h3>
<ul>
<li>background choice
<ul>
<li>hearts background (default)</li>
<li>no background</li>
<li>custom background</li>
</ul>
</li>
<li>background color choice (can be use with background choice too)</li>
</ul>
</details>
<details>
<summary><h2>Userscripts features</h2></summary>
<h3>chat page</h3>
<ul>
<li>auto confirm regenerate</li>
<li>add autofocus textarea (chat page only)</li>
<li>blur bubbles content and image you send to ai to share in privacy (chat page and mobile script version only)</li>
</ul>
<h3>selfies page</h3>
<ul>
<li>add a checkbox to open a prompt generator</li>
<li>add a checkbox to see all images</li>
<li>add a button to download all images (use it after enable see all images)</li>
</ul>
</details>
<details>
<summary><h2> How to install in few steps</h2></summary>
<ul>
<li><a href="https://github.com/breatfr/Kindroid/blob/main/docs/how_to_install_the_theme_in_few_steps.md" target="_blank">theme</a> (pc only)</li>
<li>scripts
<ul>
<li><a href="https://github.com/breatfr/Kindroid/blob/main/docs/how_to_install_the_userscripts_in_few_steps_on_pc.md" target="_blank">pc</a></li>
<li>mobile
<ul>
<li><a href="https://github.com/breatfr/Kindroid/blob/main/docs/how_to_install_the_userscripts_in_few_steps_on_android.md" target="_blank">android</a></li>
<li><a href="https://github.com/breatfr/Kindroid/blob/main/docs/how_to_install_the_userscripts_in_few_steps_on_ios.md" target="_blank">ios</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</details>
<a href="https://ko-fi.com/breatfr" target="_blank"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="PayPal" height="30"></a> <a href="https://www.paypal.me/breat" target="_blank"><img src="https://github.com/andreostrovsky/donate-with-paypal/raw/master/blue.svg" alt="PayPal" height="30"></a>
| Put Kindroid on whole page for FHD (1920x1080) screens or more and add customizations (theme) + add new features (scripts). | theme,css,css3,javascript,js,userscript,userstyle,android,css-theme,ios | 2024-01-30T18:55:53Z | 2024-05-20T19:10:00Z | null | 3 | 3 | 444 | 0 | 1 | 3 | null | GPL-3.0 | CSS |
ICEI-PUC-Minas-PMV-ADS/pmv-ads-2024-1-e3-proj-mov-t6-pmv-ads-2024-1-e3-proj-fitfocus | main | # FITFOCUS
`Análise e Desenvolvimento de Sistemas`
`Projeto: Desenvolvimento de uma Aplicação Móvel em um Ambiente de Negócio`
`Eixo 3 `

O projeto se trata da criação de um aplicativo que facilite o acesso do público a receitas e conhecimentos do mundo nutritivo voltados para aprimorar a qualidade de vida.
## Integrantes
* Enzo Bezerra Moura
* Ingrid da Rosa Santana de Barros
* Karina das Graças Barbosa
* Lorena Lopes Pimenta
* Rafael Gonçalves Vitolo
* Samuel Magalhaes Resende Ferreira
## Orientador
* Wesley Dias Maciel
## Instruções de utilização
Assim que a primeira versão do sistema estiver disponível, deverá complementar com as instruções de utilização. Descreva como instalar eventuais dependências e como executar a aplicação.
# Documentação
<ol>
<li><a href="docs/01-Documentação de Contexto.md"> Documentação de Contexto</a></li>
<li><a href="docs/02-Especificação do Projeto.md"> Especificação do Projeto</a></li>
<li><a href="docs/03-Metodologia.md"> Metodologia</a></li>
<li><a href="docs/04-Projeto de Interface.md"> Projeto de Interface</a></li>
<li><a href="docs/05-Arquitetura da Solução.md"> Arquitetura da Solução</a></li>
<li><a href="docs/06-Template Padrão da Aplicação.md"> Template Padrão da Aplicação</a></li>
<li><a href="docs/07-Programação de Funcionalidades.md"> Programação de Funcionalidades</a></li>
<li><a href="docs/08-Plano de Testes de Software.md"> Plano de Testes de Software</a></li>
<li><a href="docs/09-Registro de Testes de Software.md"> Registro de Testes de Software</a></li>
<li><a href="docs/10-Plano de Testes de Usabilidade.md"> Plano de Testes de Usabilidade</a></li>
<li><a href="docs/11-Registro de Testes de Usabilidade.md"> Registro de Testes de Usabilidade</a></li>
<li><a href="docs/12-Apresentação do Projeto.md"> Apresentação do Projeto</a></li>
<li><a href="docs/13-Referências.md"> Referências</a></li>
</ol>
# Código
<li><a href="src/README.md"> Código Fonte</a></li>
# Apresentação
<li><a href="presentation/README.md"> Apresentação da solução</a></li>
| Projeto Fit Focus | css,html,javascript,react-native,mobile | 2024-02-29T23:19:00Z | 2024-05-23T00:28:23Z | null | 41 | 0 | 82 | 12 | 0 | 3 | null | null | JavaScript |
VasuRohilla/Workout-Reps-Count | main | null | This is a simple yet useful web application that helps you to keep the count of the repetitions you have done for sets of exercise and provide you with the track of it. CHECK IT OUT <LINK BELOW> | css3,html5,javascript | 2024-02-12T06:04:41Z | 2024-03-03T01:49:41Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | CSS |
flaubert-dev/wp-api-starter-theme | main | # WP API Starter Theme (BETA VERSION 1.0.0)
WordPress starter theme with [WP API](https://developer.wordpress.org/rest-api/) components and templates, [Tailwind CSS](https://tailwindcss.com/blog/standalone-cli), and a modern development workflow. This WordPress theme is interesting for local testing, studies and code improvements. Please do not use this theme in production, use these themes for student purposes.
<br/>
## Sponsors
**WP API Starter Theme** is an open source project and completely free to use.
However, the amount of effort needed to maintain and develop new features and products within the ecosystem is not sustainable without proper financial backing. If you have the capability, please consider [sponsoring Flaubert Dev](https://github.com/sponsors/flaubert-dev).
## Features
- Harness the power of [WP API](https://developer.wordpress.org/rest-api/).
- Frontend development workflow with [Gulp](https://gulpjs.com/), [BrowserSync](https://browsersync.io/) and [Terser](https://github.com/terser/terser/).
- Support for use for [Tailwind CSS](https://tailwindcss.com/blog/standalone-cli).
## Requirements
Make sure all dependencies have been installed before moving on:
- [Git Bash](https://git-scm.com/download/win) (Windows Users)
- [WordPress](https://wordpress.org/) >= v6.0.0
- [PHP](https://www.php.net/) >= v8.2.0
- [Composer](https://getcomposer.org/download/) >= v2.7.1
- [Tailwind CSS](https://tailwindcss.com/blog/standalone-cli/) >= v3.3.3
- [Node.js](https://nodejs.org/en/download/) >= v20.11.1
- [Yarn](https://yarnpkg.com/) >= v1.22.22
- [Gulp CLI](https://gulpjs.com/) >= v3.0.0
- [BrowserSync](https://browsersync.io/) >= v3.0.2
- [Readable Stream](https://github.com/nodejs/readable-stream) >= v4.5.2
- [Terser](https://github.com/terser/terser/) >= v5.30.3
- [Advanced Custom Fields (ACF)](https://br.wordpress.org/plugins/advanced-custom-fields/) >= v6.2.9
## Theme installation
[Fork](https://github.com/flaubert-dev/wp-api-starter-theme/fork) or download this WordPress theme in your themes folder. If you download by git clone, don't forget to remove the `.git` folder:
```sh
git clone git@github.com:flaubert-dev/wp-api-starter-theme.git
```
If you don't know if Gulp CLI and Yarn are already installed globally, run the command below:
```sh
npm list -g --depth=0
```
If Gulp CLI and Yarn are not installed globally, run the command:
```sh
npm install gulp-cli -g && npm install yarn -g
```
With Gulp CLI and Yarn already installed, run the command below:
```sh
yarn cache clean && yarn install && npx update-browserslist-db@latest
```
Linux and MacOs Users
- If you are using Linux, remove tailwindcss.exe and download the [Linux version (Tailwind CLI)](https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.3/tailwindcss-linux-x64).
- Don't forget to rename it from tailwindcss-linux-x64 to tailwindcss, if in doubt, [check out more information](https://tailwindcss.com/blog/standalone-cli/).
- If you are using MacOS, remove tailwindcss.exe and download the [MacOs version (Tailwind CLI)](https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.3/tailwindcss-macos-x64).
- Don't forget to rename it from tailwindcss-macos-x64 to tailwindcss, if in doubt, [check out more information](https://tailwindcss.com/blog/standalone-cli/).
## Theme development
In the gulpfile.js file, modify the path of your development environment:
```js
browserSync.init({
proxy: 'http://localhost/success', // Change to your local development URL
open: true // true will automatically open the browser on port 3000
});
```
## Dev command
Log in as an Administrator on your WordPress. Use this command to watch at your php, css and js files:
```bash
yarn dev
```
## Build command
To build the project use the command below. If you are not logged into WordPress, you will see that the css and js files have been minified:
```bash
yarn build
```
## Theme structure
```sh
themes/wp-api-starter-theme/
├── app/
│ ├── AcfJson/ # -> https://www.advancedcustomfields.com/resources/local-json/
│ └── Templates/
├── config/
├── resources/
│ ├── fonts/
│ ├── images/
│ ├── scripts/
│ └── styles/
├── templates/
├── vendor/
├── .gitattributes
├── .gitignore
├── 404.php # -> Wait... News will come in this file
├── archive.php
├── category.php
├── composer.json
├── footer.php
├── functions.php
├── gulpfile.js
├── header.php
├── index.php
├── LICENSE
├── package.json
├── page.php # -> Wait... News will come in this file
├── README.md
├── readme.txt
├── screenshot.png
├── search.php # -> Wait... News will come in this file
├── single.php # -> Wait... News will come in this file
├── style.css
├── style.min.css
├── tailwind.config.js
├── tailwindcss.exe # -> https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3
├── template-wp-api-example-using-JS.php
└── template-wp-query-example-using-PHP.php
```
## Community
Keep track of development and community news.
- Follow me on [Linkedin](https://www.linkedin.com/in/flaubert-dev/)
- Also participate by collaborating with [this project](https://github.com/flaubert-dev/wp-api-starter-theme/issues)
- Sponsors: None, for now...
| WordPress starter theme with WP API components and templates, Tailwind CSS, and a modern development workflow | javascript,php,tailwindcss,wordpress,wordpress-starter-theme,wordpress-theme,wp-api,composer,gulp,nodejs | 2024-03-04T02:15:39Z | 2024-05-16T23:54:06Z | 2024-03-24T18:16:42Z | 1 | 0 | 71 | 0 | 0 | 3 | null | MIT | CSS |
ifulxploit/jembutfolio | main | # JembutFolio - Tailwind Minimal CSS Personal Portfolio HTML5 Template

Live Preview : [See Here](https://ifulxploit.github.io/jembutfolio/) <br/>
Author: [ifulxploit](saifulmiqdar.vercel.app)
Email: [ifulxploit@gmail.com](mailto:ifulxploit@gmail.com)
WhatsApp: [083871259489](https://wa.me/6283871259489)
---
Do you intend to create your own Portfolio website? You are in the right place. **JembutFolio Tailwind CSS Minimal Personal Portfolio Template** is designed for all kinds of Online Professionals such as Product Designers, UI UX Designers, CVs, Resumes, Web Developers, Programmers, Content Creators, Photographers, Marketers, Agencies, Startups, Small Business Owners, Tech Entrepreneurs, and many more.
**JembutFolio - Tailwind Personal Portfolio Template** comes with modern UI with 30+ Modern UI Components. Bentofolio is 100% responsive and looks stunning on all types of screens and devices. Bentofolio is a blend of modern, classic, creative and clean style with better UI UX and is the right choice for your needs. Users will love your site because it provides the best user experience (UX) and User Interface (UI).
Moreover, **JembutFolio** is a well-presented and documented HTML template built with the world's most popular CSS framework, TailwindCSS, HTML5, CSS3, SCSS, JS, and many other modern technology features. It offers a homepage along with other important pages with two different theme variations (dark/light).
**JembutFolio** is fully compatible with all major browsers, including Google Chrome, Microsoft Edge, Firefox, Safari, Brave (web browser), Vivaldi, and Internet Explorer 9+.
You can easily change text, content, Images, objects, and colour palettes. The file is very well organised.
## 😱 Template Features:
- Fully responsive template
- Tailwind CSS Framework
- Extensive Customisation Options
- Live UI Switcher Mode (Dark & Light)
- W3C validated code
- Smooth Animation
- 30+ Modern UI Components
- Creative, clean, unique and modern style
- Totally SEO optimised code
- Pixel-perfect design
- Retina ready (High quality design)
- Free and Custom-made Illustrations
- Free Images and Google fonts used
- Full Documentation & Support
- Regular Updates
- And much more
## 📂 Files Included:
- 7+ HTML Files
- 1 Documentation File
---
### How to Contribute 🚀
Thank you for considering contributing to **JembutFolio**! Here's how you can contribute:
0. give me a star on this repository 💫
1. Fork the repository and clone it locally.🍽️
2. Create a new branch for your feature, bug fix, or add your website here. 🌿
3. Make your changes and commit them with clear commit messages. 💌
4. Push your changes to your fork. 🫸
5. Submit a pull request, explaining the changes you made and why they should be merged. 💞
We welcome contributions from everyone, regardless of your level of experience! Let's make **JembutFolio** even better together.😹
| JembutFolio offers a sleek design and utilizes Tailwind CSS, making it an ideal choice for displaying professional portfolios with style and sophistication. | css,html,javascript,portofolio,responsive,seo-optimization,tailwindcss,template,smooth-animation | 2024-02-22T17:04:17Z | 2024-02-23T12:05:25Z | null | 1 | 0 | 8 | 0 | 1 | 3 | null | MIT | HTML |
onlyoneaman/minidev-tools | main | ## MiniDev Tools
minidev.tools is an open-source collection of mini dev tools to help you in your daily development.
You can checkout it here [Minidev.Tools](https://minidev.tools)
### Author
- [Aman](https://amankumar.ai)
### Run Locally
First, run the development server:
```bash
npm run dev
```
### Roadmap
- [ ] Maintain Favorties
- [ ] Tool Bread Path
- [ ] Share Button
- [X] Top / Recent Tools
- [ ] Related Tools
- [ ] Tool Categories
- [ ] Blogs
| Open Source Collection of Mini Dev tools | devtools,opensource,ai,javascript,tools,typescript | 2024-03-01T23:40:10Z | 2024-05-20T23:08:19Z | null | 1 | 0 | 130 | 0 | 1 | 3 | null | NOASSERTION | TypeScript |
MarvNC/japanese-furigana-normalize | master | null | Normalize Japanese Furigana | japanese,kana,kanji,katakana,tool,typescript,javascript,npm | 2024-02-09T23:43:55Z | 2024-02-11T04:48:05Z | 2024-02-11T04:48:06Z | 1 | 0 | 25 | 0 | 0 | 3 | null | null | TypeScript |
Tbjamie/project-tech-group | main | # GameSphere (Project Tech)
## About
### GameSphere
THE website to find all the games that you desire!
You can explore games right from the homepage. Already know what you're looking for? You can search any game right from the discover page! This website has all you need to find the perfect game!
Are you just trying to find people to play with? Our website has a matching system that can find the perfect gamebuddy for you, so that you'll never have to play alone again!
So don't hesitate and start right away!
### Technologies used
[](https://www.mongodb.com/)
[](https://expressjs.com/)
[](https://developer.mozilla.org/en-US/docs/Web/CSS)
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](https://www.json.org/json-en.html)
### Features and Challenges
#### Supported Features
The current features that this website has to offer are:
1. Homepage
* You can browse through a set of random games.
* New releases are easy to find under the "New Releases" heading.
* Discounted games are easy to find under the "Featured Discounts" heading.
2. Discover
* Search for any game with the searchbar at the top of this page.
* Explore all the games that we offer.
* Use filters to find games to your liking (e.g. FPS games).
3. Gamebuddy
* Fill in a short quiz to find users that match your energy.
* The questions are about: Preferred lagnuage, Platform (e.g. PC), Favorite Genre & Favorite Game.
4. Forum
* Scroll through posts or search for a specific post using the searchbar.
* Create a post yourself! Just add a title, description & game and you're set!
* You can see the title, amount of comments and the user that created the post.
5. Forum detailpage
* You can read the full post, title and the user that posted it.
* You can see what game the post is about.
* See all comments and the user that posted the comment
6. Account page
* See your information (username, email, account creation date & status)
* Add/Update your status
* Edit your profile (username, email, password)
* Logout
7. Login/Logout/Sign up
* It's possible to make an account with a unique username and email.
* Once you have an account you can login to your account and stay logged in for at least 1 hour.
* If you want to log out, you can go to the account page to simply log out and end your session.
#### Future Features
Features that we have in mind but are not yet available are:
1. Discover
* Add more filters to complete te filter menu
2. Gamebuddy
* Finish the page, so that you can actually find users that match your liking
* Give the quiz a rework
* Make the navigation active once on this page
3. Forum
* Show images next to the post
* Being able to upload your own images when you make a post
4. Forum detailpage
* Being able to post a comment
5. Account
* Uploading a custom profile image
* Customizing your profile design/colors
#### Challenges
Some of the challenges we faced during this project were:
1. Staying logged in
* Since this was the first time I (@Tbjamie) made a backend project I never heard of express-sessions, so I had to do quite some research into it before I managed to get it working. But even though it was one of the most challenging parts, it was also the most satisfying for me when I finally managed to make it work!
2. Filtering/Searching
* Since the frontend team never made any filtering system before it was quite hard at first to get the filters working. But step by step they worked very hard to overcome this struggle and they managed (especially @camil1404) to make the filters work!
* The searching was also something we had never done before but after a lot of research @KeyshaManucan found out how to make a working searchbar and these steps were a huge leap forward from making a very plain and static website to a website that actually feels interactive.
3. Forum
* Making the forum working was a big challenge and me (@Tbjamie) with the help of @sanderboompje (Made the "Make a post page" together with me) did quite some research and also brainstormed a lot. But in the end I managed to get the forum working! With making the forum I noticed I started getting a lot more comfortable with using the backend code, so this was also a great challenge!
## How to run the project
1. Download/Clone this repository
2. NPM install in the terminal
3. Node/Nodemon server.js
4. Server should be running
> NOTE: This project is using a .env file. To access the data you'll need to fill in the .env first!
| GameSphere. Whether you are trying to find the perfect game for you or the perfect teammate, we have it all! So explore our website right now for a better gaming experience! | css,expressjs,javascript,mongodb,nodejs | 2024-02-16T09:24:40Z | 2024-04-11T22:19:32Z | null | 5 | 1 | 226 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
akashdeep023/Netflix_Gpt | main | # Netflix-GPT: Your Ultimate Movie Companion! 🚀
<p align="center">
<b style="color: blue; ">Visitor count</b>
<br>
<a style="" href="https://github.com/akashdeep023">
<img src="https://profile-counter.glitch.me/netflix-gpt/count.svg" />
</a>
</p>
---
## Table of Contents
- [Project Overview](#project-overview)
- [Technologies & Packages Used](#technologies--packages-used)
- [Key Features](#key-features)
- [Behind the Scenes](#behind-the-scenes)
- [Getting Started](#getting-started)
- [Acknowledgments](#acknowledgments)
- [Author](#author)
- [Project Link](#project-link)
- [Thank You](#thank-you)
- [Creating a Netflix-gpt project involves several steps](#creating-a-netflix-gpt-project-involves-several-steps)
- [Ex- Image](#ex--image)
## Project Overview
Greetings, movie lovers! 👋 Welcome to Netflix-GPT, a state-of-the-art movie recommendation website powered by the GPT (Generative Pre-trained Transformer) model and Firebase.
## Technologies & Packages Used
- **React:** Powering the interactive and user-friendly interface.
- **Firebase:** Handling user authentication, data storage, and more.
- **OpenAI:** Leveraging the GPT model for sophisticated movie recommendations.
- **React Router DOM:** Enabling smooth navigation and user-friendly routing.
- **React-Redux:** Managing application state efficiently.
- **React-Toastify:** Adding beautiful notifications for enhanced user interaction.
- **Tailwind CSS:** Crafting a visually appealing and responsive design.
## Key Features
- **Dynamic Recommendations:** Leverage advanced machine learning for personalized movie suggestions based on your viewing history.
- **Account Management:** Seamlessly update your profile, delete your account, and reset your password.
- **Smart Search:** Effortlessly find movies by title, actor, or genre with real-time updates as you type.
- **Responsive Design:** Enjoy a seamless experience across all devices, from desktops to smartphones.
- **Login with Email or Password:** Securely access personalized movie recommendations by logging in with your email and password.
## Behind the Scenes
- **React:** Powering the interactive and user-friendly interface.
- **Firebase:** Managing user authentication, data storage, and more.
- **OpenAI:** Leveraging the GPT model for sophisticated movie recommendations.
- **React Parcel:** Streamlining bundling, fast refresh, JSX support, and code splitting.
- **React Router DOM:** Facilitating smooth navigation and user-friendly routing.
- **React-Toastify:** Incorporating beautiful notifications for enhanced user interaction.
## Getting Started
Follow these steps to get started with Netflix-GPT:
1. **Clone the Repository:**
```bash
git clone https://github.com/akashdeep023/Netflix_Gpt.git
cd Netflix_Gpt
```
2. **Install Dependencies:**
```bash
npm install
```
3. **Set Up Environment Variables:**
Configure the following environment variables by creating a .env file in the root of your project:
```bash
REACT_APP_MOVIES_OPTIONS=
REACT_APP_OPENAI_KEY=
REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=
```
Replace the values with your specific configurations.
4. **Run the Application:**
```bash
npm start
```
5. **Open in Your Browser:**
Open http://localhost:3000 in your web browser.
## Acknowledgments
Special thanks to Akshay Saini 🚀 for his invaluable guidance. His teaching approach, fostering curiosity and a deep understanding of each line of code, has played a pivotal role in my learning experience. Kudos! 🙌🌈
## Author
Akash Deep \
Email: ad3500476@gmail.com \
LinkedIn : https://www.linkedin.com/in/akashdeep023/
## Project Link
- [1st Live Link](https://netflix-gpt-jack.onrender.com/)
- [2st Live Link](https://netflix-gpt-jack.netlify.app/)
- [3st Live Link](https://netflix-gpt-jack.firebaseapp.com/)
## Thank You
Thank you for exploring Netflix-GPT! Your feedback is valuable. If you have any suggestions or thoughts, feel free to share them with us. 😊
---
---
## Creating a Netflix-gpt project involves several steps
- Create React App
- Configured TailwindCSS
- Header
- Routing of App
- Login Form
- Sign up Form
- Form Validation
- useRef Hook
- Firebase Setup
- Deploying our app to production
- Create SignUp/SignIn User Account
- Implement Sign In user Api
- Created Redux Store with userslice
- Implemented Sign out
- Update Profile
- BugFix: Sign up user displayName and profile picture update
- BugFix: if the user is not logged in Redirect /browse to Login Page and vice-versa
- Unsubscibed to the onAuthStateChanged callback
- Add hardcoded values to the constants file
- Regiter TMDB API & create an app & get access token
- Get Data from TMDB now playing movies List API
- Custom Hook for Now Playing Movies
- Create movieSlice
- Update Store with movies Data
- Planning for MainContauiner & secondary container
- Fetch Data for Trailer Video
- Update Store with Trailer Video Data
- Embedded the Yotube video and make it autoplay and mute
- Tailwind Classes to make Main Container Look awesome
- Create Some Custom Hook for Movies
- Update moviesSlice
- Update Store with new movies Data
- Create Secondary container
- Add some styles
---
## Ex- Image
**SignUp Page**

**LogIn Page**

**Footer Page**

**Multilanguage Feature**



**Home Page**





**Search Page**

**Movie InfoBox**

**Movie Trailer**

**Confirmation Box**

**Forgot Password Box**

**Alert Msg**


**Shimmer**

### Thanks for visit... 😊😊😊
| Netflix_Gpt: Your Ultimate Movie Companion! | ai,api,css,firebase,html,javascript,react,redux,tailwindcss,tmdb-movie | 2024-02-29T16:32:40Z | 2024-03-12T12:09:10Z | null | 1 | 0 | 12 | 0 | 1 | 3 | null | null | JavaScript |
RajeshTechForge/PINAC_Workspace | main |
## ⚠️ Repository Notice ⚠️
**Important Update**: This repository for `PINAC_Workspace` is no longer being actively maintained. We are excited to announce that development is continuing in our new repository, **PINAC_Workspace-2.0** from @pinacai
## ✨ Development to get better: visit [PINAC Workspace 2.0](https://github.com/pinacai/PINAC_Workspace-2.0)
As we continue to innovate and improve, we've realized that the **Eel framework**, while robust, offers limited features for our ambitious goals. That's why we're thrilled to introduce **PINAC_Workspace-2.0** —a leap forward into a more dynamic and expansive development environment.
Here's what new to expect:
- Introduced Next Gen Chat feature, you just need one chat for all your task. Say goodbye to window switching !
- A seamless integration of **Electron JS** for a robust core and **React JS** for a responsive frontend, complemented by the power of Python in the backend.
- Enhanced optimization for **multiplatform compatibility**, ensuring a smooth and consistent experience across all devices.
- A commitment to **code clarity** and maintainability, making it easier for developers to contribute and collaborate.
- Recognition and incorporation of **community contributions**—your valuable code from PINAC-Workspace will be part of this new chapter.
***Thanks to all our contributors for their support, we're excited for you to join us on this journey to a more versatile and powerful workspace***
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
<br>
<br>
<img src="https://github.com/rajeshtechforge/PINAC_Workspace/blob/main/img/readme_header.png" alt="">
<div align="middle">


[](https://github.com/rajeshtechforge)
[](https://github.com/rajeshtechforge?tab=repositories)
[](https://forthebadge.com)
[](https://forthebadge.com)
🚀 Welcome to PINAC-Workspace, your dynamic AI ally on the Google Workspace journey! Say hello to a world where tasks transform into adventures and productivity gets a makeover with a splash of charm! 🌟
</div>
## 🌟 Features
- **Effortless Gmail Integration:** Tired of typing? Delegate your email tasks to AI. Provide the details, and watch as AI swiftly composes and organizes your drafts.
- **Google Calendar Sync:** Your schedule, streamlined. Glance through today's agenda or peek into upcoming events with our intuitive Google Calendar integration.
- **Smart Contacts Access:** Need to Connect someone? Look no further! Connect with your contacts directly through PINAC. Your digital rolodex is now at your fingertips.
- **Google Task Tornado:** Keep your productivity soaring with seamless access to your Google Tasks. PINAC makes sure you're always ahead of your to-dos.
- **Instant AI Assistance:** Queries? Concerns? Curiosities? Pose any question and receive instant, AI-powered responses.
- **Stylish Interface:** Who says productivity tools can't be stylish? Dive into a world of sleek design and intuitive interaction with PINAC's visually stunning GUI. Engage in lively conversations, pose questions, and bask in the beauty of productivity reimagined! 🎨
<br>
<img src="https://github.com/RajeshTechForge/PINAC_Workspace/blob/main/img/intergace%20image.png" alt="app screenshot">
## 🚀 Getting Started
This tool is tested on Python `3.10.12`. But this will work very well with other Python versions. But once search on Google for the Python version compatibility with google python modules. But still, if you face any error report it in the `Issues` section.
- **Clone the repository:** Get the masterpiece in your local system by running
- **Activate Google API:** Unlock the power of Google API by following <a href="https://github.com/rajeshtechforge/PINAC_Workspace/blob/main/Google%20API%20Guide.md">our Google API Guide</a>. Don't worry; we've got your back! Dive into the Google API Guide for a smooth setup.
- **Navigate to the Project:** Step into the heart of PINAC-Workspace by navigating to the project directory: `cd PINAC-Workspace`
- **Obtain Your OpenAI API Key:** Once logged in navigate to <a href="https://platform.openai.com/api-keys">the API Keys section </a> and generate a new key.
- **Create the .env File** Inside your project's /src/configs directory, create a new file named .env. It's important to note that this file is typically ignored by version control systems (like Git) to prevent accidental exposure of your secret key.
- **Set the Environment Variable:** Open the .env file in a text editor and add the following line, replacing **<YOUR_OPENAI_API_KEY>** with your actual key:
**OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>**
- **Prepare Your Machine**: Create the **Virtual Environment** by the name `venv` and activate it by running
```
source venv/bin/activate
```
Hey, your workspace is ready! Now just install dependencies by running the command
```
pip install -r requirements.txt
```
- **Launch Your Experience**: Once you've embarked on this exciting journey, run the `main.py` file and let the adventure begin! Connect to your Google Apps by clicking the **Sign Up** Button.
## 📄 License
This project is licensed under the <a href="https://github.com/RajeshTechForge/PINAC_Workspace/blob/main/LICENSE">**GPL-3.0 license**</a>
## 🤖 Contributors
PINAC-Workspace is flourishing under the care and contribution of a GitHub Community. Thanks to all our contributors
| Automate Google Apps with AI | Using LangChain | Refreshing Interface | python,api,desktop,awesome,google,automation,app,tools,ai,pinac | 2024-02-24T12:53:42Z | 2024-05-19T18:43:34Z | 2024-04-29T16:45:38Z | 9 | 13 | 103 | 0 | 8 | 3 | null | GPL-3.0 | Python |
Soumya-0x000/SSDtube | main | # PewTube Readme
Welcome to PewTube, a YouTube clone built with React JS and other exciting technologies! PewTube aims to provide a familiar user experience while showcasing various features commonly found in popular video-sharing platforms.
## Demo
You can check out the live demo of PewTube [here](https://ssdtube.vercel.app/ "PewTube").
## Technologies Used
PewTube utilizes the following technologies:
1. **React JS**
2. **Tailwind CSS**
3. **React Router DOM**
4. **Emoji mart**
5. **Redux Toolkit**
6. **Youtube Data API V3**
7. **Day JS**
8. **React Icons**
9. **React Circular Progressbar**
10. **React Player**
11. **Lazy Load Image**
12. **Infinite Scroll**
13. **React Skeleton**
14. **Axios**
## How to Run Locally
To run PewTube locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Soumya-0x000/SSDtube.git
```
2. Navigate to the project directory:
```bash
cd SSDtube
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```
5. Open your browser and visit `http://localhost:5173/` to view PewTube.
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to help improve PewTube.
## Disclaimer
PewTube is a project for educational purposes and does not intend to infringe on any copyrights or trademarks held by YouTube or any other entity.
| null | axios-react,javascript,react-infinite-scroll-component,react-lazy-load-image-component,reactjs,skeleton-loading,youtube-data-api-v3,dayjs,react-router-v6,redux-toolkit | 2024-03-06T17:45:36Z | 2024-05-06T06:07:22Z | null | 1 | 0 | 65 | 0 | 0 | 3 | null | null | JavaScript |
nivindulakshitha/Tripster | Desktop | null | AdminPro: Simplify your administrative tasks with intuitive features and streamlined workflows for efficient management. | bootstrap,css,electron,html,javascript,mongodb | 2024-01-30T06:08:19Z | 2024-02-10T12:52:28Z | null | 2 | 1 | 25 | 0 | 2 | 3 | null | null | HTML |
nikhil25803/blogging-platform | main | ## Blogging Platform API
The Blogging Platform API utilizes a microservices architecture with NodeJS, Express.js, Postgres, and Redis, facilitating CRUD operations, authentication, keyword search, and recommendation features. It emphasizes performance optimization, security measures, and scalability via Docker orchestration and thorough unit testing.
## Tech Stacks
      
## Microservices Architecture
A microservices architecture leveraging Docker containers orchestrates `PostgreSQL`, `Node.js API`, and `Redis` instances for scalable and modular application development.
<div style="display: flex; justify-content: center;">
<img src="https://github.com/nikhil25803/blogging-platform/assets/93156825/ba56ffb9-e7a8-4a13-bc70-aa05fcfa498b" alt="Project Architecture">
</div>
## Features
- Token-based authentication and authorization for users.
- CRUD operation on blogs.
- Endpoint to retrieve the **latest N blog posts**, with N being a configurable parameter.
- A search functionality that allows users to **search** for blog posts based on **keywords in the title or content**.
- A feature to track and return the **most popular blog posts** based on the number of views.
- Implemented a feature that **recommends related blog** posts based on the content of the currently viewed post based on the `cosine similarity` concept.
- Added middleware to **compress API responses** for improved performance.
- Optimized database queries for efficiency and considered **asynchronous processing** where applicable.
- Wrote **comprehensive unit tests** covering the new features and algorithms
- Implemented advanced security measures such as **rate limiting**, **request validation**, and protection against common web vulnerabilities.
## Project setup
### Clone the repository
```bash
https://github.com/nikhil25803/blogging-platform
```
### Configure environment variables
Add a `.env` and add values mentioned in `.env.template`
```bash
PORT=...
JWT_ACCESS_TOKEN=...
REDIS_HOST=...
REDIS_PORT=...
POSTGRESDB_USER=...
POSTGRESDB_ROOT_PASSWORD=...
POSTGRESDB_DATABASE=...
POSTGRESDB_LOCAL_PORT=...
POSTGRESDB_DOCKER_PORT=...
DATABASE_URL=postgresql://{USER}:{PASSWORD}@{HOST}:{PORT}/{DATABASE}
```
### Using Docker
- Start up the services
```bash
docker-compose up
```
- Stop and remove the containers created
```bash
docker-compose down --rmi all
```
- You can now access the server on `localhost:8000`
### Manual
- Install dependencies
```bash
npm i
```
- Migrate schema to database using prisma
```bash
npx prisma migrate dev --name init
```
- **Note** - Make sure the DB and Redis are running properly, and make changes in the `.env` file properly.
- Run test
This command will run and test all the API endpoints. Will clear and reset the database
```bash
npm run test
```
- Run the server
```
npm run dev
```
## Recommendation Engine
A simplified approach using TF-IDF (Term Frequency-Inverse Document Frequency) for content analysis and **cosine similarity** for finding related posts. This approach is a common and relatively straightforward method for content-based recommendation.
A glimpse into code used to generate content-based recommendations.
```js
// Function to calculate cosine similarity between two vectors
const cosineSimilarity = (vectorA, vectorB) => {
// Calculate dot product
const dotProduct = Object.keys(vectorA).reduce((acc, term) => {
if (vectorB[term]) {
acc += vectorA[term] * vectorB[term];
}
return acc;
}, 0);
// Calculate Euclidean norms
const normA = Math.sqrt(
Object.values(vectorA).reduce((acc, val) => acc + val ** 2, 0)
);
const normB = Math.sqrt(
Object.values(vectorB).reduce((acc, val) => acc + val ** 2, 0)
);
// Calculate cosine similarity
const similarity = dotProduct / (normA * normB);
return similarity;
};
const blogsRecommendation = async (blogid) => {
// Fetch content of current blogs
const blogData = await prisma.blog.findFirst({
where: {
bid: blogid,
},
});
// Get content of the blog
const blogContent = blogData.content.toLowerCase();
// Current post vector data
tfidf.addDocument(blogContent, -1);
const cuurentBlogVector = tfidf.documents[0];
// Get content of all existing blogs except current blog
const existingBLogsData = await prisma.blog.findMany({
where: {
bid: {
not: blogid,
},
},
});
// List to store recommended blogs based on cosine similarity calculation
const recommendedBLogs = [];
existingBLogsData.forEach((blog, index) => {
tfidf.addDocument(blog.content, index);
const currentDocumentVector = tfidf.documents[index + 1];
// Calculate cosine similarity
const cosineSimilarityValue = cosineSimilarity(
cuurentBlogVector,
currentDocumentVector
);
// Add blog in recommendation blog in this list if cosine score is > 0.2
if (cosineSimilarityValue >= 0.2) {
recommendedBLogs.push(blog);
}
});
return recommendedBLogs;
};
```
| The Blogging Platform API utilizes a microservices architecture with NodeJS, Express.js, Postgres, and Redis, facilitating CRUD operations, authentication, keyword search, and recommendation features. It emphasizes performance optimization, security measures, and scalability via Docker orchestration and thorough unit testing. | expressjs,javascript,nodejs,postgresql,prisma,redis,docker,docker-compose,makefile | 2024-01-25T05:59:00Z | 2024-03-17T06:29:56Z | null | 2 | 9 | 36 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
VKoder/AstroGPT | main | <div align="center">
<img src="https://astro-gpt-eta.vercel.app/static/media/Logo%20text.f6597f7e623631bb4827.png" style="width:310px"></img>
</div>
<!-- PROJECT DESCRIPTION -->
> ## Introducing AstroGPT, your ultimate astrology app featuring personalized Kundli, daily horoscope, live chat with astrologers, and an intuitive chatbot powered by ChatGPT. Follow your favorite astrologers, receive personalized insights, and explore the cosmos like never before. Discover the universe's secrets with AstroGPT! Welcome to AstroGPT, the pinnacle of astrology applications, boasting a high-performance and scalable architecture, enriched with the extraordinary capabilities of ChatGPT.
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; width:100%;">
<img width="400px" src="https://github.com/VKoder/AstroGPT/blob/main/src/image/Snapshots/Home.png" />
<img width="400px" src="https://github.com/VKoder/AstroGPT/blob/main/src/image/Snapshots/Kundli.png" />
<img width="400px" src="https://github.com/VKoder/AstroGPT/blob/main/src/image/Snapshots/AstroBot.png" />
<img width="400px" src="https://github.com/VKoder/AstroGPT/blob/main/src/image/Snapshots/Horoscope.png" />
<img width="400px" src="https://github.com/VKoder/AstroGPT/blob/main/src/image/Snapshots/List.png" />
<img width="400px" src="https://github.com/VKoder/AstroGPT/blob/main/src/image/Snapshots/Profile.png" />
</div>
<!-- Features -->
<br></br>
## 🎯 Key Features
> ### 🌏 Real-time AstroTalk API Integration: Connect with real-life astrologers, engage in live chats, and receive personalized guidance and insights for your cosmic journey.<br></br>
> ### 🌟 Personalized Kundli: Unlock the secrets of the stars with personalized Kundli readings tailored to your birth details, providing deep insights into your destiny and potential.<br></br>
> ### 🌌 Daily Horoscope: Stay updated with daily horoscope predictions based on your zodiac sign, offering guidance and advice for navigating life's challenges and opportunities.<br></br>
> ### 💬 Astrobot Assistance: Meet Astrobot, your astrological assistant powered by ChatGPT, providing personalized insights, predictions, and advice through interactive chat.<br></br>
> ### 🔍 Follow/Unfollow Astrologers: Stay connected with your favorite astrologers, receive updates on their latest insights, and unfollow them at any time for a tailored experience.<br></br>
> ### 🎯 Multi-Language Support: Explore AstroGPT in your preferred language, with support for 7 different languages covering up to 90% of the app's content.<br></br>
> ### 🔐 Secure Authentication: Enjoy a safe and private experience with Firebase authentication, ensuring your personal data and interactions are protected.<br></br>
> ### ✨ Fully Responsive Design: Experience AstroGPT seamlessly across devices, with a fully responsive design that adapts to different screen sizes and resolutions.<br></br>
> ### 🚀 Lazy Loading & Memoization: Optimize performance with lazy loading and memoization techniques, ensuring fast load times and efficient data retrieval.<br></br>
---
<br></br>
## 🚀 Live Demo
- Click Below
<a href="https://astro-gpt-eta.vercel.app/" target="_blank">
<img src="https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white">
</a>
---
<br></br>
## 🔧 AstroGPT's Tech Stack:
- React: Powering the dynamic and interactive user interface.
- Redux Toolkit: Managing application state for a scalable and organized architecture.
- Firebase: Ensuring secure authentication and data management.
- ChatGPT: Enabling personalized astrological insights and guidance through interactive chat.
- Tailwind CSS: Crafting a visually appealing and responsive design.
- React Router: Enabling seamless navigation within the application.
---
<br></br>
## ⭐️ Show your support
> "If you find value in this project, I would sincerely appreciate your support. Feel free to share it with others who may benefit from it. Your contribution is crucial for my growth and enhancement. 🚀, Please don't hesitate to star this GitHub repository!"
---
<br></br>
<div align="center"><h1>AstroGPT is made with ❤️ (An Idea into Reality)</h1> </div>
| Ongoing - AstroGPT revolutionizes astrology with features like Kundli, daily horoscope, live chat, and a ChatGPT-powered bot. 🚀 Achieved 20% faster loading and 15% better responsiveness, supporting 7 languages and managing 10+ APIs efficiently. 💻 Tailwind CSS for sleek UI, upcoming dynamic search. 🔍 And a lot more ! | astrogpt,astrology,chunking,firebase,javascript,javascript-library,lazy-loading,namaste-react,openai-api,react | 2024-02-07T15:51:13Z | 2024-05-13T18:03:10Z | null | 1 | 0 | 51 | 0 | 0 | 3 | null | null | JavaScript |
lifeisfoo/node-js | master | # Node.js - Guida per creare API e applicazioni in JavaScript
<a href="https://node-js.miliucci.org"><img width="240" align="right" src="https://www.apogeonline.com/contrib/uploads/node-js-copertina.jpg"></a>
Questo è il repository di <a href="https://node-js.miliucci.org">Node.js - Guida per creare API e applicazioni in JavaScript</a> pubblicato da <a href="https://www.apogeonline.com/libri/node-js-alessandro-miliucci/">Apogeo Editore</a>. All'interno trovate il codice sviluppato in tutti i capitoli del libro.
**Un percorso alla scoperta di Node.js un passo alla volta, partendo dal basso e dalle sue funzioni più semplici fino ad arrivare a quelle più complesse.**.
### [🔗 Sito ufficiale](https://node-js.miliucci.org)
### [🐞 Errata](https://github.com/lifeisfoo/node-js/discussions/categories/errori-e-refusi)
## Spazio per i lettori
È disponibile uno spazio [Discussions su Github](https://github.com/lifeisfoo/node-js/discussions) per fare domande e discutere con gli altri lettori. In caso di problemi con i passaggi descritti nel libro è possibile chiedere aiuto.
## Supporta il libro
Scrivere un libro è un'attività che richiede molto tempo e lavoro. Se grazie a questo libro avete imparato qualcosa di nuovo, o se l'avete trovato utile, potete supportarlo **lasciando una recensione online su Amazon o sul social network che utilizzate**.
## Acquista il libro
È possibile acquistare il libro:
- direttamente dal sito dell'editore [Apogeo](https://www.apogeonline.com/libri/node-js-alessandro-miliucci/)
- su [Amazon.it](https://www.amazon.it/dp/8850336829/)
- su [IBS.it](https://www.ibs.it/nodejs-guida-per-creare-api-libro-alessandro-miliucci/e/9788850336821)
- su [la Feltrinelli.it](https://www.lafeltrinelli.it/nodejs-guida-per-creare-api-libro-alessandro-miliucci/e/9788850336821)
- nelle principali librerie fisiche e virtuali
---
Alessandro Miliucci [🔗Linkedin](https://www.linkedin.com/in/alessandro-miliucci/) [🔗 Web](https://miliucci.org)
| Codice del libro "Node.js" di Alessandro Miliucci (Apogeo 2024) | book,javascript,libro,node,node-js,nodejs | 2024-03-04T08:18:08Z | 2024-04-21T20:50:42Z | null | 1 | 0 | 2 | 0 | 1 | 3 | null | null | JavaScript |
ViktorSvertoka/goit-react-woolf-hw-03-image-finder | main | # Критерії приймання
- Створений репозиторій `goit-react-woolf-hw-03-image-finder`
- При здачі домашньої роботи є посилання: на вихідні файли та робочу сторінку
проектів на `GitHub Pages`.
- У стані компонентів зберігається мінімально необхідний набір даних, решта
обчислюється
- Під час запуску коду завдання в консолі відсутні помилки та попередження.
- Для кожного компонента є окрема папка з файлом React-компонента та файлом
стилів
- Все, що компонент очікує у вигляді пропсів, передається йому під час виклику.
- Імена компонентів зрозумілі та описові
- JS-код чистий і зрозумілий, використовується `Prettier`.
- Стилізація виконана `CSS-модулями` або `Styled Components`.
## Пошук зображень
Напиши застосунок пошуку зображень за ключовим словом. Прев'ю робочого
застосунку
[дивись за посиланням](https://drive.google.com/file/d/1oXCGyiq4uKwW0zzraZLKk4lh3voBlBzZ/view?usp=sharing).
Створи компоненти `<Searchbar>`, `<ImageGallery>`, `<ImageGalleryItem>`,
`<Loader>`, `<Button>` і `<Modal>`. Готові стилі компонентів можна взяти у файлі
[styles.css](./assets/styles.css) і підправити під себе, якщо потрібно.

### Інструкція Pixabay API
Для HTTP-запитів використовуй публічний сервіс пошуку зображень
[Pixabay](https://pixabay.com/api/docs/). Зареєструйся та отримай приватний ключ
доступу.
URL-рядок HTTP-запиту.
```bash
https://pixabay.com/api/?q=cat&page=1&key=your_key&image_type=photo&orientation=horizontal&per_page=12
```
Pixabay API підтримує пагінацію, за замовчуванням параметр `page` дорівнює `1`.
Нехай у відповіді надходить по 12 об'єктів, встановлено в параметрі `per_page`.
Не забудь, що під час пошуку за новим ключовим словом, необхідно скидати
значення `page` до `1`.
У відповіді від апі приходить масив об'єктів, в яких тобі цікаві лише наступні
властивості.
- `id` – унікальний ідентифікатор
- `webformatURL` – посилання на маленьке зображення для списку карток
- `largeImageURL` – посилання на велике зображення для модального вікна
### Опис компонента `<Searchbar>`
Компонент приймає один проп `onSubmit` – функцію для передачі значення інпута
під час сабміту форми. Створює DOM-елемент наступної структури.
```html
<header class="searchbar">
<form class="form">
<button type="submit" class="button">
<span class="button-label">Search</span>
</button>
<input
class="input"
type="text"
autocomplete="off"
autofocus
placeholder="Search images and photos"
/>
</form>
</header>
```
### Опис компонента `<ImageGallery>`
Список карток зображень. Створює DOM-елемент наступної структури.
```html
<ul class="gallery">
<!-- Набір <li> із зображеннями -->
</ul>
```
### Опис компонента `<ImageGalleryItem>`
Компонент елемента списку із зображенням. Створює DOM-елемент наступної
структури.
```html
<li class="gallery-item">
<img src="" alt="" />
</li>
```
### Опис компонента `<Button>`
При натисканні на кнопку `Load more` повинна довантажуватись наступна порція
зображень і рендеритися разом із попередніми. Кнопка повинна рендеритися лише
тоді, коли є якісь завантажені зображення. Якщо масив зображень порожній, кнопка
не рендериться.
### Опис компонента `<Loader>`
Компонент спінера відображається, доки відбувається завантаження зображень.
Використовуйте будь-який готовий компонент, наприклад
[react-loader-spinner](https://github.com/mhnpd/react-loader-spinner) або
будь-який інший.
### Опис компонента `<Modal>`
Під час кліку на елемент галереї повинно відкриватися модальне вікно з темним
оверлеєм і відображатися велика версія зображення. Модальне вікно повинно
закриватися по натисканню клавіші `ESC` або по кліку на оверлеї.
Зовнішній вигляд схожий на функціонал цього
[VanillaJS-плагіна](https://basiclightbox.electerious.com/), тільки замість
білого модального вікна рендериться зображення (у прикладі натисніть `Run`).
Анімацію робити не потрібно!
```html
<div class="overlay">
<div class="modal">
<img src="" alt="" />
</div>
</div>
```
#### Фінальний результат

| Home task for React course📘 | emotion,goit,javascript,react,goit-react-woolf-hw-03-image-finder | 2024-02-11T12:49:15Z | 2024-02-11T15:23:48Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | null | JavaScript |
Haehnchen/idea-vuejs-plugin | master | # IntelliJ IDEA / PhpStorm Vue.js Toolbox Plugin
[](https://github.com/Haehnchen/idea-vuejs-plugin/actions/workflows/gradle.yml)
[](https://plugins.jetbrains.com/plugin/23832)
[](https://plugins.jetbrains.com/plugin/23832)
[](https://plugins.jetbrains.com/plugin/23832)
| Key | Value |
|---------------|-----------------------------------------------------------|
| Plugin Url | https://plugins.jetbrains.com/plugin/23832-vue-js-toolbox |
| ID | de.espend.idea.vuejs |
| Documentation | https://espend.de/phpstorm/plugin/vuejs-toolbox |
| Changelog | [CHANGELOG](CHANGELOG.md) |
## Install
* Install the plugin by going to `Settings -> Plugins -> Browse repositories` and then search for `Vue.js Toolbox`.
## Component Usages
### Navigation to component usages
```vue
<-- ButtonCounter.vue -->
<template/>
```
#### Target
```vue
<-- AnotherFile.vue -->
<script>
import ButtonCounter from './ButtonCounter.vue'
</script>
<template>
<ButtonCounter />
<button-counter />
</template>
```
### Infile navigation via LineMarker
```vue
<template>
<ButtonCounter />
<button-counter />
</template>
```
#### Targets
```vue
<script setup>
import ButtonCounter from './ButtonCounter.vue'
</script>
```
```javascript
export default {
components: {
ButtonCounter
}
}
```
```javascript
@Component({
components: {
ButtonCounter,
},
})
export default {}
```
Entrypoint
---------------------
# Linemarker for vue.js targeting its creation
```javascript
import App from './App.vue'
const app = createApp(App)
```
```javascript
import Vue from 'vue'
import App from './App.vue'
const app = new Vue({
render: (createElement) => createElement(App)
});
```
```javascript
import App from './App.vue';
new App().$mount(el);
``` | Vue.js 3 Toolbox Plugin for PhpStorm / Intellij | intelij,phpstorm,vuejs,java,javascript,typescript,vuejs3,intellij-plugin | 2024-02-23T16:53:23Z | 2024-02-27T18:48:21Z | null | 1 | 0 | 30 | 0 | 0 | 3 | null | null | Java |
ttamalito/instagram_clone_front-end | main | # Instagram Clone Front-end
This is a simple UI built with React.js, for the "main" project, that is the
[instagram_clone backend server](https://github.com/ttamalito/Instagram_Clone)
I built this just to have some visual and using the backend server
The backend server, has a lot of functionalities, that together with this UI,
they can be used and observed
## Features
In summary this project has a lot of features, almost every single one
of the main features that can be found in the real instagram
* Live In-App notifications using Server-Sent-Events
* Live chatting functionality with WebSockets
* Account creation and session storage in order to stay logged in
* Posting a picture or video (just like instagram)
* Liking and disliking a post, and the user receiving the like receives a notification
* Comment a post, the user receiving the comment gets a notification instantly
* Posting a Story for 24 hours, (after 24 hours the story will be deleted automatically)
* Follow/Unfollow users
* Being able to only chat with users the the client is following
* In terms of security all posts containing a form need a CSRF token, that is validated by the server
* Functionality to reject the follow request of a user
* Functionality to delete the notifications
## Run locally
In order to run locally you will need to clone the repository, as well as the
[backend repository](https://github.com/ttamalito/Instagram_Clone) (follow the instructions to get the backend running in that repository)
Install all the dependencies using npm install, in your terminal
After that execute npm start go to http://localhost:8080 in the browser of your choice to star using the project
Make sure that the backend server is running, otherwise this will not work.
There are more things to come, I have worked for months in this project and I have learned a lot.
Thank you for reading! | null | front-end,javascript,reactjs | 2024-02-03T10:49:43Z | 2024-02-21T12:48:51Z | null | 1 | 0 | 44 | 1 | 0 | 3 | null | null | JavaScript |
yasinsametkaraca/nextjs-saas-chat-translation-app | master | See how a minor change to your commit message style can make you a better programmer.
Format: `<type>(<scope>): <subject>`
`<scope>` is optional
## Example
```
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.
```
More Examples:
- `feat`: (new feature for the user, not a new feature for build script)
- `fix`: (bug fix for the user, not a fix to a build script)
- `docs`: (changes to the documentation)
- `style`: (formatting, missing semi colons, etc; no production code change)
- `refactor`: (refactoring production code, eg. renaming a variable)
- `test`: (adding missing tests, refactoring tests; no production code change)
- `chore`: (updating grunt tasks etc; no production code change)
## Getting Started
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).
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
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.
| Complete SaaS with NEXT.JS (Stripe Payments, Shadcn, Firestore, Zod, Zustand, Firebase, TS, NextAuth) | artificial-intelligence,chat-application,firebase,firestore,javascript,next-auth,nextjs,reactjs,shadcn-ui,stripe | 2024-02-05T07:52:46Z | 2024-03-15T15:29:49Z | null | 1 | 0 | 32 | 0 | 0 | 3 | null | Apache-2.0 | TypeScript |
gracemann365/HIDS-vBleedingEdge | main | # HIDS - Home Intrusion Detection System
## Overview:
HIDS is a locally deployed Home Intrusion Detection System designed to enhance home security through real-time monitoring and alerting. Leveraging cutting-edge technologies like YOLO (You Only Look Once) object detection and Flask web framework, this system detects intruders and provides immediate notifications to homeowners via email.
## Key Features:
- **Real-time Object Detection:**
- Utilizes YOLO object detection model to identify intruders in real-time from webcam footage.
- Utilizes YOLO (You Only Look Once) object detection model, a state-of-the-art deep learning framework.
- YOLO employs a single neural network to simultaneously predict bounding boxes and class probabilities.
- It divides the image into a grid and predicts bounding boxes and probabilities for each grid cell, enabling efficient detection.
- YOLOv3, the version implemented in HIDS, enhances accuracy and speed by integrating multiple detection scales and advanced feature extraction techniques.
- **Email Alerting:**
- Sends instant email notifications to homeowners upon detecting suspicious activity, enabling rapid response.
- Utilizes Simple Mail Transfer Protocol (SMTP) for sending emails securely over the internet.
- Implements two-factor authentication (2FA) architecture of Google Workspace for enhanced email security.
- Google Workspace 2FA adds an extra layer of protection by requiring users to verify their identity through a secondary method, such as a mobile device or authenticator app.
- This ensures that only authorized users can access the email alerting system, preventing unauthorized access and enhancing overall system security.
- **Flask Web Interface:**
- Offers a user-friendly web interface powered by Flask for easy monitoring of detected intrusions and system status.
- Utilizes the lightweight and flexible architecture of Flask, a micro web framework for Python, to create dynamic web applications.
- Flask follows a modular design, allowing developers to build scalable and maintainable web interfaces by organizing code into smaller, reusable components.
- This modular approach enhances performance by reducing overhead and improving code maintainability, resulting in faster response times and better overall user experience.
## Installation:
1. Clone the HIDS repository to your local machine:
```bash
git clone <repository-url>
```
2. Install required dependencies:
```bash
pip install -r requirements.txt
```
3. Configure email settings in `config.py` to enable email alerting.
4. Run the application:
```bash
python app.py
```
5. Access the web interface at [http://localhost:5000](http://localhost:5000) to monitor intrusions and system status.
## Usage:
- Launch the HIDS system by running `app.py`.
- Navigate to the web interface to view live camera feed and intrusion alerts.
- Receive email notifications upon detecting intruders for immediate action.
## Contributing:
Contributors to HIDS are valued and appreciated! Special thanks to all those who have contributed to this project:
1. David Grace - Tech Lead & Project Manager
2. Adersh S Thomas - Developer (Python)
3. Akshay S P - Developer (UI/UX)
4. Jayasurya - Intern
## Version History:
### v1.0 (Genesis - YOLO Person Detection):
- Initial release featuring basic YOLO person-class detection with Alarm Trigger functionality.
- Capable of distinguishing humans from other animate and inanimate objects.
- Implemented real-time detection and alerting system.
### v2.0 (Enhanced Control Interface - Flask Dashboard):
- Introduced Flask Dashboard Interface.
- Provided clients with initial intruder detection alerts and administrative control.
- Enhanced user experience with interactive controls and customizable settings.
### v3.0 (Advanced Alerting and Classification - SMTP Email Integration):
- Integrated SMTP email alerting system.
- Delivered notifications to client email addresses with precise timestamps.
- Implemented classification of humanoids as daytime humanoids or intruders based on predefined curfew times.
- Enhanced alerting system with customizable email templates and recipient lists.
### v3.5 (Performance Optimization and UI Refinement - Cyberpunk Theme):
- Enhanced overall system performance and responsiveness.
- Revamped user interface with a cyberpunk-themed design.
- Provided a visually appealing and immersive environment for monitoring and control.
- Improved system stability and reliability through optimized code architecture.
- Streamlined user workflows with intuitive navigation and enhanced usability features.
## BleedingEdge Development Model:
- The term "BleedingEdge" denotes the primary development branch.
- It houses the latest updates and experimental features.
- New updates and features are developed as deviations from the BleedingEdge branch, ensuring a continuous cycle of innovation and improvement.
## Disclaimer:
This software is provided as-is and without warranty. Use at your own risk.
## Contact:
For any inquiries or support, please contact [maintainer-email](mailto:gecbhsender@gmail.com).
## License:
This project is licensed under the MIT License - see the LICENSE file for details.
| HIDS is a locally deployed Home Intrusion Detection System designed to enhance home security through real-time monitoring and alerting. Leveraging cutting-edge technologies like YOLO (You Only Look Once) object detection and Flask web framework, this system detects intruders and provides immediate notifications to homeowners via email. | audrino,flask,flutter,javascript,machine-learning,opencv,python,smtp-mail,yolov8 | 2024-03-08T09:30:01Z | 2024-03-08T10:19:48Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | MIT | Python |
react18-tools/react18-global-store | main | # React18GlobalStore
[](https://github.com/react18-tools/react18-global-store/actions/workflows/test.yml) [](https://codeclimate.com/github/react18-tools/react18-global-store/maintainability) [](https://codecov.io/gh/react18-tools/react18-global-store) [](https://www.npmjs.com/package/r18gs) [](https://www.npmjs.com/package/r18gs)  [](https://gitpod.io/from-referrer/)
## Motivation
I've developed fantastic libraries leveraging React18 features using Zustand, and they performed admirably. However, when attempting to import from specific folders for better tree-shaking, the libraries encountered issues. Each import resulted in a separate Zustand store being created, leading to increased package size.
As a solution, I set out to create a lightweight, bare minimum store that facilitates shared state even when importing components from separate files, optimizing tree-shaking.
## Features
✅ Full TypeScript Support
✅ Unleash the full power of React18 Server components
✅ Compatible with all build systems/tools/frameworks for React18
✅ Documented with [Typedoc](https://react18-tools.github.io/react18-global-store) ([Docs](https://react18-tools.github.io/react18-global-store))
✅ Examples for Next.js, Vite, and Remix
## Simple Global State Shared Across Multiple Components
Utilize this hook similarly to the `useState` hook. However, ensure to pass a unique key, unique across the app, to identify and make this state accessible to all client components.
```tsx
const [state, setState] = useRGS<number>("counter", 1);
```
> For detailed instructions, see [Getting Started](./md-docs/1.getting-started.md)
## Using Plugins
Enhance the functionality of the store by leveraging either the `create` function, `withPlugins` function, or the `useRGSWithPlugins` hook from `r18gs/dist/with-plugins`, enabling features such as storing to local storage, among others.
```tsx
// store.ts
import { create } from "r18gs/dist/with-plugins";
import { persist } from "r18gs/dist/plugins"; /** You can create your own plugin or import third-party plugins */
export const useMyPersistentCounterStore = create<number>("persistent-counter", 0, [persist()]);
```
Now, you can utilize `useMyPersistentCounterStore` similarly to `useState` without specifying an initial value.
```tsx
const [persistedCount, setPersistedCount] = useMyPersistentCounterStore();
```
> For detailed instructions, see [Leveraging Plugins](./md-docs/2.leveraging-plugins.md)
## Contributing
See [contributing.md](/contributing.md)
### 🤩 Don't forget to star [this repo](https://github.com/mayank1513/react18-global-store)!
Interested in hands-on courses for getting started with Turborepo? Check out [React and Next.js with TypeScript](https://mayank-chaudhari.vercel.app/courses/react-and-next-js-with-typescript) and [The Game of Chess with Next.js, React and TypeScript](https://www.udemy.com/course/game-of-chess-with-nextjs-react-and-typescript/?referralCode=851A28F10B254A8523FE)

## License
Licensed under the MPL 2.0 open source license.
<hr />
<p align="center" style="text-align:center">with 💖 by <a href="https://mayank-chaudhari.vercel.app" target="_blank">Mayank Kumar Chaudhari</a></p>
| A simple yet elegant, light weight, react18 global store to replace Zustand for better tree shaking. | javascript,mayank1513,nextjs,nextjs14,react,react-library,react18,typescript,zustand,react18-global-store | 2024-02-21T09:15:49Z | 2024-05-23T16:18:44Z | 2024-05-02T20:08:31Z | 1 | 20 | 427 | 2 | 1 | 3 | null | MPL-2.0 | TypeScript |
jivkovaviktoria/L-Angolo-Toscano | main | # L'Angolo Toscano - Italian Restaurant Website
Simple and elegant Italian restaurant website. Features include a menu page, contact information, about us and reservation form.
Built with:
- HTML
- CSS
- TailwindCSS
- JavaScript
## Sections
### Home
<p align="center">
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/4af114f2-0089-42b1-a439-c47062b42742" width="300px" height="150px"/>
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/65647414-1f4e-4067-8c2c-cc3879ddfcc5" width="300px" height="150px"/>
</p>
<p align="center">
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/13b6933c-b8d1-4010-a206-8e24f29adcb4" width="300px" height="150px"/>
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/d8924b52-31cb-4716-b04e-e7099d9e1457" width="300px" height="150px"/>
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/58ae5c11-9b3f-49bc-a3f4-6df40b0c9edc" width="300px" height="150px"/>
</p>
### Menu
<p align="center">
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/a941fef8-8d5e-4813-b736-010486ea6d4f" width="300px" height="150px"/>
<img src="https://github.com/jivkovaviktoria/L-Angolo-Toscano/assets/85957657/405e591c-d643-4a9a-a633-6e56e58adf45" width="300px" height="150px"/>
</p>
| Simple and elegant Italian restaurant website built using HTML, CSS, Tailwind CSS and JavaScript. | ccs3,design,html5,javascript,tailwindcss,restaurant | 2024-02-02T21:12:41Z | 2024-02-03T15:39:00Z | null | 1 | 0 | 21 | 0 | 0 | 2 | null | MIT | HTML |
Neves-Rafael/Tasks-Responsive | main | <h1 align="center">📱 Tasks Responsive</h1>

<p align="center">Projeto utilizado para estudos de Responsividade e Acessibilidade, é um projeto simples que exibe um layout de um aplicativo para salvar tarefas.
<br/>
<p align="center">Foi utilizado Styled-components juntamente com React.</p>
<br/>
<br/>
<p align="center">Projeto desenvolvido durante o curso <strong>Explorer</strong> oferecida pela <a href="https://app.rocketseat.com.br/">RocketSeat</a>.<br/>
<br/>
<br/>
<h1 align="center">⭐ Layout</h1>
<p align="center">Foi desenvolvido utilizando os principais BreakPoints permitindo uma boa experiência em qualquer tamanho de tela. Para melhor experiência também existe um menu hamburguer que foi adicionado somente para telas menores o que permite um melhor uso do espaço de tela</p>
<br/>
<br/>
<p align="center">
<img height="500px" src="https://github.com/Neves-Rafael/Tasks-Responsive/assets/136202919/dc7735a9-e48a-4d0a-a7c2-d5a6324586f8">
<img height="500px" src="https://github.com/Neves-Rafael/Tasks-Responsive/assets/136202919/ddbc9796-1506-4b4f-9c5c-23e145d6bb2c">
<img height="500px" src="https://github.com/Neves-Rafael/Tasks-Responsive/assets/136202919/2c7d1286-c8a2-415a-84a5-5381363d80f1">
</p>
<h2 align="center">🧱 Pré-requisitos</h2>
<br/>
<p align="center">Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas: <a href="https://git-scm.com">Git</a><br/>
Além disto é bom ter um editor para trabalhar com o código como <a href="https://code.visualstudio.com/">VSCode</a></p>
<br/>
<br/>
<h2 align="center">🎲 Rodando a aplicação</h2>
<br/>
<p align="center">
```bash
# Clone este repositório
$ git clone https://github.com/Neves-Rafael/Tasks-Responsive
$ npm install
# Execute
$ npm run dev
```
</p>
<br/>
<br/>
<h2 align="center">🛠 Tecnologias</h2>
<br/>
<p align="center">As seguintes ferramentas foram usadas na construção do projeto:<br/>
<br/>
JavaScript - React - StyledComponents
<br/>
Vite - PhosporIcons
<br/>
<br/>
<h1 align="center">📝 Licença</h1>
<p align="center">Este projeto esta sobe a licença MIT.</p>
<p align="center">Feito com ❤️ por Rafael Neves 👋🏽 <a href="https://www.linkedin.com/in/rafael-neves-profile/">Entre em Contato</a></p>
| Projeto desenvolvido com o objetivo de aplicar e estudar conceitos de responsividade e acessibilidade utilizando React e Styled-Components. | javascript,mobile-first,react,responsive,styled-components | 2024-01-28T23:22:08Z | 2024-01-30T20:16:32Z | null | 1 | 0 | 14 | 0 | 0 | 2 | null | null | JavaScript |
SerhatPolat/crudizer-core-server | main | # crudizer-core
crudizer-core is a fullstack CRUD web app kickstarter which one is includes common essentials:
- E2E data listing (w/ pagination) (Mongo database => Node.js backend => Nuxt 3 & Axios API requests => UI)
- Ready to use E2E base64 image dataflow
- Create/Update/Delete transactions for items
- Item detail page & related logics
- Ready to use UI for essentials (w/ responsive styling and config based color usage)
<br>
<hr>
<br>
### Set up environment variables
Set `MONGODB_URI` variable on `.env` file (which one is included in .gitignore):
- `MONGODB_URI` - Your MongoDB connection string. If you are using [MongoDB Atlas](https://mongodb.com/atlas) you can find this by clicking the "Connect" button for your cluster.
<br>
<hr>
<br>
### Set up dynamic parts
```js
// In my Mongo database, 'company' is my db name and 'products' is my collection name. You should update that parts with your db and collection namings.
const itemsCollection = client.db("company").collection("products");
```
```js
// When you adding new endpoints you just need to change endpoint itself ("/api/items") and itemsCollection value.
// NOTE: If you want to add a different behavior to your new endpoint of course you should change other things
app.post("/api/items", async (req, res) => {
try {
const newItem = req.body;
const result = await itemsCollection.insertOne(newItem);
res.status(201).json({ message: "Item created successfully" });
} catch (error) {
res.status(500).json({ error: error.message });
}
});
```
<br>
<hr>
<br>
### About get requests
There is 3 options for read transactions of items. You can use the right one according to your needs for different situations.
- Get all items together
- Get items with a pagination structure
- Just get one item with id
<br>
<hr>
<br>
_This is **backend** repo of crudizer-core, you can reach to **frontend** from here:_ [crudizer-core-client](https://github.com/SerhatPolat/crudizer-core-client)
<br>
<hr>
<br>
Install dependencies:
```bash
npm install
```
Run server:
```bash
node app.js
```
| Backend of crudizer-core (Node.js, Express.js, MongoDB, cors, dotenv) | api,backend,cors,dotenv,expressjs,javascript,mongodb,nodejs | 2024-02-03T21:03:30Z | 2024-02-08T10:13:28Z | null | 1 | 0 | 9 | 1 | 0 | 2 | null | MIT | JavaScript |
fernanda-avila/clone-netflix | main | # 🍿 Netflix Clone
Projeto de clonagem da página da Netflix desenvolvido no projeto #7DaysOfCode da Alura.
As lista de filmes e séries tem sliders que funciona com os botões e também com touch.
## 🛠️ Clone construído usando:
- HTML
- CSS
- JavaScript


| Clone da página da Netflix feito com HTML, CSS e JavaScript | clones,css,html,javascript | 2024-02-07T18:49:53Z | 2024-02-15T15:46:34Z | null | 1 | 0 | 13 | 0 | 0 | 2 | null | null | HTML |
mp2003/Tic-tac-toe | main | # React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
# Tic-tac-toe
| null | javascript,javascriptgames,plain-css,reactjs | 2024-02-15T12:06:29Z | 2024-02-16T13:20:52Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | JavaScript |
mthirumalai2905/chart-js-with-darkmode-support | main | # Chart.js Dashboard
This project is a dashboard created using Chart.js library to visualize data in various chart formats.
[screen.webm](https://github.com/mthirumalai2905/chart-js-with-darkmode-support/assets/98790479/3960ee75-5652-4f27-bc60-c8f6da8ec54e)
## Technologies Used
- React.js
- Chart.js
- CSS
## Features
- Bar charts
- Radar charts
- Pie charts
- Scatter plots
- Polar area charts
- Area charts
- Bubble charts
- Toggle background color functionality
## Installation
1. Clone the repository:
```bash
https://github.com/mthirumalai2905/chart-js-with-darkmode-support.git
| I employ Chart.js within React to craft engaging visualizations, presenting an array of graphs and patterns with seamless interactivity. 📊✨ | chartjs,javascript,reactjs,vite | 2024-02-11T12:46:00Z | 2024-02-13T09:39:15Z | null | 1 | 0 | 7 | 0 | 0 | 2 | null | null | JavaScript |
fe-interview-record/FE-Interview-Record | main | # FE-Interview-Record
프론트엔드 기술면접 스터디
<table>
<tr>
<td align="center" width="92px">
<a href="https://github.com/azure-553" target="_blank">
<img src="https://avatars.githubusercontent.com/u/80371353?v=4" alt="진 프로필"/>
</a>
</td>
<td align="center" width="92px">
<a href="https://github.com/chldmswnl" target="_blank">
<img src="https://github.com/chldmswnl/chldmswnl/assets/63483751/51a34abc-c66f-4cbe-aaa8-853d0c1a0b9a" alt="앤지 프로필" />
</a>
</td>
<td align="center" width="92px">
<a href="https://github.com/jutrong" target="_blank">
<img src="https://github.com/jutrong/jutrong/assets/113658811/3f527346-2d16-4395-bd1b-7eba9ac506e3" alt="주트롱 프로필" />
</a>
</td>
<td align="center" width="92px">
<a href="https://github.com/coddingyun" target="_blank">
<img src="https://avatars.githubusercontent.com/u/81891345?s=400&u=2d640fd3563793299b45ac0f8d30fc8a1815985f&v=4" alt="coddingyun 프로필" />
</a>
</td>
</tr>
<tr>
<td align="center">
진
</td>
<td align="center">
앤지
</td>
<td align="center">
주트롱
</td>
<td align="center">
coddingyun
</td>
</tr>
</table>
- 2024년 3월 07일 ~
- 주 1회 목요일 22시
- 랜덤 번호 추첨 후 한 명씩 답변
- 다음 스터디까지 README에 정리된 답변 PR
## 1주차
### 💻 CS
</br>
- [CDN에 대해 설명해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/CS/cdn.md)
- [CSR과 SSR의 차이점에 대해 말씀해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/CS/csr-ssr.md)
- [주소창에 www.google.com을 치면 일어나는 일련의 과정에 대해 설명해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/jin/1week/CS/process-www.google.com-browser.md)
- [라이브러리, 프레임워크의 정의를 간단하게 해보고 차이점 말씀해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/CS/library-framework.md)
- [REST API에 대해 설명해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/CS/rest-api.md)
- [CORS에러 발생시 클라이언트 쪽에서 해결할 수 있는 방법이 뭐라고 생각하시나요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/CS/cors.md)
- [HTTP 상태코드에 대해서 이야기해주세요](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/CS/http-status-code.md)
- [브라우저 렌더링 원리에 대해 설명 부탁드립니다.](https://github.com/fe-interview-record/FE-Interview-Record/blob/jin/1week/CS/proceess-rendering-browser.md)
## 2주차
### Javascript
</br>
- [클로저란 무엇인가 설명해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/JS/closure.md)
- this가 동적으로 바인딩되는 상황에 대해 설명해주세요.
- Promise의 후속처리 메서드와 상태를 각각 설명해주세요.
- [콜백지옥을 해결할 수 있는 방법을 설명해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/JS/handle-callback-hell.md)
- ES6와 CommonJS는 무엇이고, 이것들에 대해 어떻게 생각하시나요?
- [AJAX에 관해 가능한 한 자세히 설명하세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/JS/ajax.md)
- .call과 .apply의 차이점은 무엇인가요?
- [싱글스레드 언어인 자바스크립트가 비동기처리가 될 수 있는 그 배경을 설명해주세요.](https://github.com/fe-interview-record/FE-Interview-Record/blob/main/JS/js-async.md)
| 프론트엔드 기술면접 기록 | front-end,frontend,javascript,react | 2024-03-07T14:33:04Z | 2024-04-04T09:53:28Z | null | 4 | 6 | 30 | 0 | 1 | 2 | null | null | null |
amuuo-dev/cat-meme-picker | main | null | A project featuring cat images categorized by emotions. Users can select emotions via radio buttons, opt for GIFs only, and click a button to display a corresponding cat image. The project employs JavaScript to dynamically update the UI based on user input | javascript | 2024-03-03T04:02:41Z | 2024-03-03T04:05:36Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | JavaScript |
atieh-mir/snappFood | main | This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
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.
| null | axios,bootstrap,css,javascript,json-server,nextjs,redux-toolkit,swiper | 2024-01-28T18:35:51Z | 2024-01-28T18:35:55Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | JavaScript |
abdulrahim-ramadan/Clean-Firma-Webseite | main | # Clean-Firma-Webseite 🧹🌟
Clean-Firma-Webseite is a project aimed at developing a sleek and organized website for a specific company or organization. The project utilizes HTML, CSS, and JavaScript to create a responsive and user-friendly web experience.
## Features
- *Sleek Design*: Clean and attractive user interface design for easy navigation.
- *Responsive*: The website is designed to be responsive and adapt to various screen sizes.
- *Dynamic Content*: Utilizes JavaScript to add dynamic and interactive elements to the website.
- *Customizable*: Easily customizable to meet the specific needs and branding of any company or organization.
### Demo

## Getting Started
To get started with Clean-Firma-Webseite, simply clone the repository to your local machine:
```bash
git clone https://github.com/abdulrahim-ramadan/Clean-Firma-Webseite.git
| Clean-Firma-Webseite" is a project aimed at developing a sleek and organized website for a specific company or organization, using HTML, CSS, and JavaScript. It features responsive design for various screen sizes, offering a simple yet attractive user experience. | bootstrap,css,github,html,javascript,photoshop | 2024-03-11T22:13:39Z | 2024-03-13T17:53:18Z | null | 1 | 0 | 9 | 0 | 0 | 2 | null | null | HTML |
SreeHarsha-Kamisetty/TeamConnect | main | null | TeamConnect is a powerful team collaboration platform that allows you to communicate and collaborate with your team members in real-time. Whether you're working remotely or in the same office, our application provides a seamless and efficient way to stay connected. | css,expressjs,html,javascript,mongodb,nodejs,socket-io | 2024-02-20T14:35:04Z | 2024-03-04T14:15:26Z | null | 4 | 68 | 207 | 0 | 3 | 2 | null | null | HTML |
MohamedBoukthir/PhotoCapture | main | null | A simple web application built with Flask for capturing photos using your device's camera. Photos are stored in a local directory, and the application uses MySQL for image metadata storage. | css,flask,html,javascript,mysql,python | 2024-02-24T19:00:08Z | 2024-02-24T19:21:50Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | Python |
Siddharth-Dagar-25/Geet-Music-Player | main | # Geet Music Player
## Description
Introducing a music player, sleek and intuitive web-based music player designed to bring your favorite tunes to life with ease and style. Crafted meticulously using the foundational web technologies HTML, CSS, and JavaScript, It offers a seamless and engaging music listening experience right in your web browser.
At its core, Geet is built to cater to music lovers who appreciate simplicity without sacrificing functionality. The user interface is straightforward, featuring an elegant design that highlights album artwork and song information, ensuring you're always in tune with the music you love. With its responsive design, Geet ensures a consistent experience across all devices, whether you're enjoying music on your desktop, tablet, or mobile phone.
## Features
- Play/Pause Functionality: At the heart of Geet is a robust play/pause feature, allowing you to control your music playback with a simple click. Whether you need to take a quick break or you're ready to dive back into your tunes, Geet responds instantly to your commands.
- Backward/Forward Controls: Navigate through your playlist effortlessly with it's backward and forward buttons. Whether you're in the mood to revisit a previous song or you're looking forward to discovering your next favorite track, these controls provide you with the power to curate your listening experience on the fly.
## Technologies
- **Frontend**: Reactjs
- **Styling**: TailwindCSS
## Getting Started
### Prerequisites
- JavaScript
- HTML
- CSS
### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/Siddharth-Dagar-25/MusicPlayer
2. **Install dependencies for the app:**
```bash
npm install
3. **Start the app:**
```bash
npm start
## Contributing
I welcome any and all contributions! Here are some ways you can get started:
- Report bugs: If you encounter any bugs, please let us know. Open up an issue and let us know the problem.
- Contribute code: If you are a developer and want to contribute, follow the instructions below to get started!
- Suggestions: If you don't want to code but have some awesome ideas, open up an issue explaining some updates or imporvements you would like to see!
- Documentation: If you see the need for some additional documentation, feel free to add some!
## Instructions
- Fork this repository
- Clone the forked repository
- Add your contributions (code or documentation)
- Commit and push
- Wait for pull request to be merged
| Introducing a music player, sleek and intuitive web-based music player designed to bring your favorite tunes to life with ease and style. | css,html,javascript | 2024-02-10T16:30:21Z | 2024-03-07T07:51:08Z | null | 3 | 9 | 57 | 2 | 2 | 2 | null | null | JavaScript |
uhmpasterig/react-orbit-component | main | # React Orbit Component

# Usage
```bash
npm install react-orbit-component
```
```bash
yarn add react-orbit-component
```
```bash
pnpm install react-orbit-component
```
```bash
bun add react-orbit-component
```
Now import the Components.
```diff
+"use client";
+import { OrbitPath, OrbitItem } from 'react-orbit-component';
function Component() {
<main className="relative w-screen h-screen bg-gray-100">
+ <OrbitPath type="circle" className="absolute w-[45vh] h-[45vh] rounded-full">
+ <OrbitItem className="w-10 h-10 bg-red-500 rounded-full" />
+ <OrbitItem className="w-10 h-10 bg-red-500 rounded-full" />
+ <OrbitItem className="w-10 h-10 bg-red-500 rounded-full" />
+ <OrbitItem className="w-10 h-10 bg-red-500 rounded-full" />
+ </OrbitPath>
</main>
}
```
# Full Example
This example is using [Next.js](https://nextjs.org/) and [useful-react-types](https://www.npmjs.com/package/useful-react-types) and [tailwindcss](https://tailwindcss.com/).
```tsx
'use client';
import { OrbitPath, OrbitItem } from 'react-orbit-component';
import Image from 'next/image';
import React from 'react';
import { Props } from 'useful-react-types';
const SHARED_CLASSNAME = 'w-10 h-10 bg-zinc-800 border-white/20 border-2 rounded-full flex items-center justify-center text-lg';
const OrbitItemFreezeOnMouseOver = ({ children, radius }: Props.ForceChildren & {radius?: number}) => {
const [isFreeze, setIsFreeze] = React.useState(false);
return (
<OrbitItem
direction="clockwise"
className="w-10 h-10 bg-zinc-800 border-white/20 border-2 rounded-full flex items-center justify-center text-lg cursor-pointer hover:scale-110"
step={isFreeze ? 0 : 0.2}
delay={0.1}
radius={radius}
style={{
transition: 'transform 0.1s ease-in-out',
}}
onMouseOver={(e) => {
setIsFreeze(true);
}}
onMouseOut={(e) => {
setIsFreeze(false);
}}
>
{children}
</OrbitItem>
);
}
export default function Page(): JSX.Element {
return (
<main>
<div className="flex items-center justify-center min-h-screen">
<OrbitPath type="circle" className="absolute w-[25vh] h-[25vh] bg-transparent rounded-full border-2 border-white/10">
<OrbitItemFreezeOnMouseOver>🐒</OrbitItemFreezeOnMouseOver>
</OrbitPath>
<OrbitPath type="circle" className="absolute w-[45vh] h-[45vh] bg-transparent rounded-full border-2 border-white/10">
<OrbitItem direction="clockwise" startAngle={120} step={0.2} className={SHARED_CLASSNAME}>
😀
</OrbitItem>
<OrbitItem direction="clockwise" startAngle={240} step={0.2} className={SHARED_CLASSNAME}>
🐒
</OrbitItem>
<OrbitItem direction="clockwise" startAngle={360} step={0.2} className={SHARED_CLASSNAME}>
🪐
</OrbitItem>
</OrbitPath>
<OrbitPath type="circle" className="absolute w-[65vh] h-[65vh] bg-transparent rounded-full border-2 border-white/10">
<OrbitItem direction="counter-clockwise" startAngle={240} step={0.3} className={SHARED_CLASSNAME}>
🚀
</OrbitItem>
</OrbitPath>
<div>
<Image
src="https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg"
alt="logo"
width={100}
height={100}
className="absolute inset-0 m-auto w-20 h-20"
/>
<div className="w-36 h-36 bg-cyan-400/10 rounded-full blur-3xl"></div>
</div>
</div>
</main>
);
}
``` | A simple Orbit component for React | component-library,javascript,nextjs,orbit,react,typescript,ui | 2024-03-01T20:21:44Z | 2024-03-13T14:51:13Z | null | 3 | 13 | 46 | 0 | 1 | 2 | null | MIT | TypeScript |
gmpsankalpa/interactive-timetable | main | # Interactive Timetable
Welcome to the Interactive Timetable project! This web application allows you to create and manage a weekly timetable with ease. You can add, edit, and delete classes for each day of the week.


## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Toggle Edit Mode](#toggle-edit-mode)
- [Add Row](#add-row)
- [Edit Row](#edit-row)
- [Delete Row](#delete-row)
- [Clear All](#clear-all)
- [Customization](#customization)
- [Contributing](#contributing)
- [License](#license)
## Features
- Interactive and user-friendly interface.
- Edit and delete classes easily.
- Save timetable data locally for future reference.
- Responsive design for various screen sizes.
## Demo
Check out the [live demo](https://gmpsankalpa.github.io/interactive-timetable/) to play the game.
## Getting Started
### Prerequisites
Make sure you have the following installed on your machine:
- Web browser (Google Chrome, Firefox, Safari, etc.)
### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/gmpsankalpa/interactive-timetable.git
2. Open the `index.html` file in your preferred web browser.
## Usage
### Toggle Edit Mode
Click the "Toggle Edit Mode" button to switch between viewing the timetable and editing mode. In edit mode, you can add, edit, and delete classes.
### Add Row
1. In edit mode, fill in the "Time" and class information for each day of the week.
2. Click the "Add Row" button to add the class to the timetable.
### Edit Row
1. In edit mode, click on the row you want to edit. The row will be highlighted.
2. Modify the class information in the form.
3. Click the "Edit Row" button to save the changes.
### Delete Row
1. In edit mode, click on the row you want to delete. The row will be highlighted.
2. Click the "Delete Row" button to remove the selected class.
### Clear All
Click the "Clear All" button to remove all classes from the timetable.
## Customization
Feel free to customize the styles and layout by modifying the HTML, CSS, and JavaScript files. Add your own colors, fonts, or additional features to suit your preferences.
## Contributing
Contributions are welcome! If you have suggestions, bug reports, or want to add new features, please open an issue or create a pull request.
## License
This project is licensed under the [MIT](LICENSE) License.
---
<div align="center">




</div>
| This web application allows you to create and manage a weekly timetable with ease. You can add, edit, and delete classes for each day of the week. | css,html,javascript | 2024-03-09T03:59:44Z | 2024-03-09T04:05:54Z | 2024-03-09T04:05:54Z | 1 | 0 | 3 | 0 | 0 | 2 | null | MIT | JavaScript |
yulia-shem/Three-letters | main | # Игра "3 буквы"
## Правила:
Загадано существительное из трех букв в единственном числе.
На разгадку шесть попыток. После каждой попытки цвет букв меняется.
### Что означают цвета:
Буквы зеленые - они есть в загаданном слове, стоят на правильных местах.
Желтые буквы - есть в загаданном слове, но стоят на других местах.
Серых букв нет в слове.
Если слово угадано, все буквы окрасятся в зеленый.
#### Буквы "Ё" в игре нет, вместо нее используйте "Е"!
В загаданном слове могут встретиться и повторяющиеся буквы.
| null | css,html,javascript | 2024-02-13T16:41:57Z | 2024-03-30T15:08:09Z | null | 1 | 0 | 8 | 0 | 0 | 2 | null | null | JavaScript |
fransilva0/FilmTalk | main | <!--<div align='center' id='top'>
<img src='./.github/design.png' alt='FilmTalk, design' />
 
</div>-->
<h1 align='center'>FilmTalk</h1>
<p align='center'>
<img alt='Principal linguagem do projeto' src='https://img.shields.io/github/languages/top/fransilva0/FilmTalk?color=56BEB8'>
<img alt='Quantidade de linguagens utilizadas' src='https://img.shields.io/github/languages/count/fransilva0/FilmTalk?color=56BEB8'>
<img alt='Tamanho do repositório' src='https://img.shields.io/github/repo-size/fransilva0/FilmTalk?color=56BEB8'>
<img alt='Licença' src='https://img.shields.io/github/license/fransilva0/FilmTalk?color=56BEB8'>
</p>
<p align='center'>
<a href='#dart-sobre'>Sobre</a>   |  
<a href='#sparkles-funcionalidades'>Planejamento</a>   |  
<a href='#memo-licença'>Licença</a>   |  
</p>
<br>
## :dart: Sobre ##
<p>
O FilmTalk foi desenvolvido com o objetivo de criar um espaço online onde entusiastas de cinema podem se reunir, discutir seus filmes favoritos, recomendar novas descobertas e compartilhar insights.
</p>
<p>
O design do projeto foi proposto como sendo da seguinte maneira: <a href="https://www.figma.com/file/qr6CObffx3WshklRZJNhxA/MyHO?type=design&node-id=0%3A1&mode=design&t=KPYvb7nQ9y6afTWW-1">Design no Figma</a>, tendo como prioridade de desenvolvimento o mobile first com ajustes de responsividade para telas maiores após a conclusão das funcionalidades iniciais.
</p>
### Recursos Principais:
- Discussões Temáticas: Crie e participe de discussões sobre uma variedade de tópicos relacionados a filmes, desde clássicos cult até lançamentos mais recentes.
- Avaliações e Críticas: Compartilhe suas opiniões sobre filmes, dando avaliações e críticas que podem ajudar outros usuários a decidir o que assistir a seguir.
### Recursos a serem pensados:
- Listas de favoritos: Crie listas com seus filmes favoritos e adicione ao seu perfil.
- Notícias e Atualizações: Mantenha-se atualizado com as últimas notícias da indústria cinematográfica e descubra eventos importantes relacionados ao cinema.
## :sparkles: Planejamento ##
- [ ] Sistema de Registro/login funcional;<br />
- [ ] Página inicial de postagens do forum;<br />
- [ ] Página de usuário para criação e visualização de suas postagens;<br />
## :memo: Licença ##
Este projeto está sob licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.
| O FilmTalk foi desenvolvido com o objetivo de criar um espaço online onde entusiastas de cinema podem se reunir, discutir seus filmes favoritos, recomendar novas descobertas e compartilhar insights. | flask,javascript,nextjs,postgresql,python3,reactjs,styled-components | 2024-03-05T18:55:04Z | 2024-04-18T16:58:34Z | null | 2 | 28 | 6 | 0 | 1 | 2 | null | MIT | JavaScript |
Nurbek-web/quizify | main | null | Quizify is a platform for practicing your knowledge. You can give your study material, then quizify will create awesome questions for consolidation of knowledge | generative-ai,javascript,react,semantic-ui,storybook | 2024-03-09T19:17:51Z | 2024-03-31T09:53:52Z | null | 1 | 0 | 20 | 0 | 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.