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
VladimirAlbrekht/Weather-forecast-app
main
# Weather-forecast-app Приложение прогноза погоды ## Цель: Создать приложение прогноза погоды с использованием API стороннего сервиса, адаптированное под различные типы устройств. ## Использованныe технологии: * HTML * CSS * JS * API / Fetch * Local Storage | Desktop | Mobile | |-------------|-------------| |![Скриншот приложения прогноза погоды](./images/screen-app.png)|![Скриншот адаптивной формы приложения](./images/screen-adaptive.png)| ## Реализованный функционал: * Адаптивность под все типы устройств (desktop и mobile) * Приложение изменяет внешний дизайн в зависимости от времени суток * Приложение проверено через онлайн валидатор * Приложение сохраняет последний выбранный город в local storage * Настроена валидация для формы ввода данных | Night time | Validation HTML |Form validation | |-------------|-------------|-------------| |![Скриншот темной версии дизайна](./images/screen-dark.png)|![Скриншот проверки валиадности html](./images/screen-html-validation.png)|![Скриншот валидации формы](./images/screen-form-validation.png)|
Pet-проект: Приложение для получения прогноза погоды по всему миру
api,css,html,javascript,localstorage,adaptive
2023-07-27T06:24:47Z
2023-07-28T09:40:45Z
null
1
0
13
0
0
4
null
null
CSS
JashandeepSidhu712/Web-Development
main
# WEB DEVELOPMENT Welcome to the Web Development Wonderland! 🚀 In this repository, you'll find a comprehensive collection of web development concepts and technologies. From HTML and CSS for beautiful designs, to JavaScript, jQuery, and Node.js for interactive and dynamic web experiences, I've got it all covered! Happy coding! 💡 ## 1. Create New Folder in DropBox ## 2. Open Folder in VS Code ## 3. Create New Terminal ## 4. Run 'npm init -y' command is a shortcut for **initializing a new Node.js project** using npm (Node Package Manager) with default settings. <br> So, when you run npm init -y, it will **quickly generate a package.json file** in the current directory with default values. ## 5. Create 'server.js' in folder ## 6. Run 'npm install express' command is used to **install the Express.js framework in a Node.js project**. Express.js is a popular web application framework for Node.js that simplifies the process of building web applications and APIs. When you run this command, npm will fetch the Express package from the npm registry and install it in your project's **node_modules directory**. Additionally, it will update the dependencies section of your project's package.json file to include Express as a dependency. ## 7. In server.js file ad requirements 1. express 2. mysql 3. database connectivity
Welcome to the Web Development Wonderland! 🚀 In this repository, you'll find a comprehensive collection of web development concepts and technologies. From HTML and CSS for beautiful designs, to JavaScript, jQuery, and Node.js for interactive and dynamic web experiences, I've got it all covered! 📚 Happy coding! 💡
ajax,angularjs,bootstrap,css,css3,database,html,html5,javascript,jquery
2023-07-27T04:54:07Z
2023-09-04T00:17:01Z
null
1
0
18
0
1
3
null
null
HTML
AlirezaAbd-dev/Nest-Realtor-Api
master
<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a> </p> [circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest <p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p> <p align="center"> <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a> <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a> <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a> <a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a> <a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a> <a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a> <a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a> <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a> <a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a> <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a> <a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a> </p> <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer) [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)--> ## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). ## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework](https://twitter.com/nestframework) ## License Nest is [MIT licensed](LICENSE).
null
javascript,jwt,nest,nestjs,nodejs,prisma,typescript
2023-08-01T15:12:08Z
2023-08-02T19:06:40Z
null
1
0
92
0
0
3
null
null
TypeScript
Mike111222/my-currencies
dev
<a name="readme-top"></a> <div align="center"> <h3><b>React Capstone Project</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 \[crypto-currencies\] ](#-crypto-currencies-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment ](#deployment-) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [❓ FAQ ](#-faq-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 [crypto-currencies] <a name="about-project"></a> **[crypto-currencies]** this project displays a list of crypto currencies. A user can select a crypto currency to see its details or user can find required currency by name, by putting the name in the search field. ## 🛠 Built With <a name="built-with"></a> JavaScript React Redux Jest HTML CSS APIs ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li>HTML, CSS, JavaScript, React, Redux, Jest, APIs</li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="https://localhost:3000/">Dev Server</a></li> </ul> </details> <details> <summary>Pakage Manager</summary> <ul> <li><a href="https://www.npmjs.com">NPM</a></li> </ul> </details> <details> <summary>API</summary> <ul> <li><a href="https://api.coincap.io/v2/assets?limit=100">External API</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Allows users to check crypto currencies details]** - **[Users can find crypto currency by name in the search field]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [React Redux Capstone Project Live Link(Crypto Currencies)](https://my-currencies-111222.netlify.app/) - [React Redux Capstone Project Live Demo(Crypto Currencies)](https://youtu.be/RY-1ZpnrTQw) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/). - An IDE e.g [Visual studio code](https://code.visualstudio.com/). - `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/). - Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). - [A terminal](https://code.visualstudio.com/docs/terminal/basics). ### Setup Clone this repository to your desired folder or download the Zip folder: ``` https://github.com/Mike111222/crypto-currencies ``` - Navigate to the location of the folder in your machine: **``you@your-Pc-name:~$ cd crypto-currencies``** ### Install To install all dependencies, run: ``` npm install ``` ### Usage To run the project, follow these instructions: - After Cloning this repo to your local machine. - Open the `index.html` in your browser. - You can also use `npm start` command in terminal to run this at localhost:3000 ### Run tests To run tests, run the following command: - Track HTML linter errors run: ``` npx hint . ``` - Track CSS linter errors run: ``` npx stylelint "**/*.{css,scss}" ``` - Track JavaScript linter errors run: ``` npx eslint . ``` - run test: ``` npm test ``` ### Deployment <a name="deployment"></a> You can deploy this project using: GitHub Pages, - I used GitHub Pages to deploy my website. - For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)". <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Muhammad Amran Khan (Mike)** - GitHub: [@Mike111222](https://github.com/Mike111222) - Twitter: [@iMike111222](https://twitter.com/iMike111222) - LinkedIn: [@iMikeKhan](https://linkedin.com/in/iMikeKhan) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[we will add styles to make this project impressive]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project, please give me a star ⭐️ <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Original design idea by Nelson Sakwa on Behance. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ --> ## ❓ FAQ <a name="faq"></a> - **[How this project works]** - [This project displays a list of crypto currencies. User can select a currency to see its details] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This project gets crypto currencies data from an API and displays it. You can also search crypto by name and see its details.
api,create-react-app,npm,react,react-hooks,react-router,redux,redux-thunk,redux-toolkit,javascript
2023-07-31T06:18:49Z
2023-08-13T04:33:24Z
null
1
6
63
0
0
3
null
MIT
JavaScript
zhaowei-0-1/vue3-admin-js-master
master
<h1 align="center"> Vue3后台管理系统 </h1> ## 项目介绍 本项目使用Vue 3 + Vite 搭建后台管理系统,基于vue3+Element-plus实现。本项目旨在对所学进行使用,如:mook、echarts、less等的使用;会涉及后台管理常见功能,项目还在持续中,后面会进行优化、完善。 *** ## 项目核心 ``` 技术栈 : vuex、vue-router、axios、element-plus、echarts。 项目搭建 : 项目模块搭建、脚手架搭建配置、组件初始化、路由初始化。 模块分配 :登录页、后台首页、用户管理页、分页处理、路由守卫、权限管理。 ``` *** ### 实现详情 - Vue 3 + Vite 搭建项目 - Element-plus 页面布局 - 路由配置 - Less.js 使用 - 基础reset.less - mookjs 使用 - 本地mock使用 - 线上fastmock的使用 - axios 二次封装 - Echarts 使用 - 折线图 - 饼状图 - 柱状图 - 权限管理 ### 运行 - cd my-vue - npm run dev #### 实现效果 ![登录页](https://github.com/zhaowei-0-1/vue3-admin-js-master/blob/d6d23dd9a0500692c90183472946afe245c32746/src/assets/images/demo/login.png) ![首页](https://github.com/zhaowei-0-1/vue3-admin-js-master/blob/d6d23dd9a0500692c90183472946afe245c32746/src/assets/images/demo/home.png) ![用户管理](https://github.com/zhaowei-0-1/vue3-admin-js-master/blob/d6d23dd9a0500692c90183472946afe245c32746/src/assets/images/demo/userManage.png)
Vue3-admin-js 是Vue3后台管理系统项目,基于vue3+Element-plus实现。
axios-vue,echarts,element-plus,javascript,js-cookie,vue-cli,vue-router,vue3-admin,vuex
2023-08-08T13:47:31Z
2023-11-22T15:10:41Z
null
1
1
22
0
0
3
null
null
Vue
Vital-Vuillaume/Text-Meter
main
# Text-Meter **Text-Meter is an online tool that counts the number of characters in a given text. It provides a simple and convenient way to determine the character count in real-time. The tool features an input box for entering the text and an output box for displaying the character count instantly.** ## Technologies Used **This site was developed using the following technologies:** [![My Skills](https://skillicons.dev/icons?i=html,css,js)](https://github.com/Vital-Vuillaume) ## How to Use the Tool ### You can access the Text-Meter tool by visiting the following link: [***Text-Meter***](https://rmbi.ch/vital/text-meter/) - **1. Enter your text into the input box provided on the page.** - **2. The character count will be instantly displayed in the output box as you type.** - **3. You can edit the text in the input box, and the character count will be updated automatically in the output box.** ## Contribution - ### I am open to contributions and suggestions to improve this site: **1. You can fork the site.** ## Acknowledgments **Feel free to explore the site and share your feedback. I hope you enjoy your visit!**
Text-Meter: Count characters effortlessly and accurately. An essential tool for writers, students, and professionals. Simplify your editing tasks in a snap.
caracter-counter,css,html,html-css-javascript,javascript,site,website,box-shadow,caracteres,html-site
2023-07-28T12:47:56Z
2024-03-24T19:40:56Z
null
1
0
21
0
0
3
null
null
CSS
hlpyco/crumbs
main
# Crumbs An enterprise-oriented design system, built on top of an open core which is pluggable in any framework. ## Contents - [Installation](#installation) - [Usage](#usage) - [Resources](#resources) - [Contributing](#contributing) - [Support](#support) - [License](#license) ## Installation 404 ## Usage 404 ## Resources 404 ## Contributing Contributions and suggestions about how to improve this project are welcome! Please follow [our contribution guidelines](https://github.com/hlpyco/crumbs/blob/main/CONTRIBUTING.md). ## Support 404 ## License 404
An enterprise-oriented design system, built on top of an open core which is pluggable in any framework.
crumbs,design-system,framework,hlpy,javascript,nodejs
2023-08-04T17:00:57Z
2024-05-03T15:25:27Z
null
5
4
25
10
0
3
null
null
TypeScript
charlescbostwick/Streamers-Stash
main
null
A comprehensive Inventory and Amazon Trend Analysis System crafted for social media influencers on Amazon and other platforms. Features a Django backend, React frontend, React Native cross-platform mobile app, and interfaces with Amazon's Product Advertising API.
self-hosted,amazon-api,django,javascript,postgres,postgresql,python,react-native
2023-08-01T17:30:33Z
2024-03-20T12:09:30Z
null
2
0
33
0
1
3
null
NOASSERTION
JavaScript
remscodes/drino
main
<div align="center"> <h1>Drino</h1> <p>Modern and Reactive HTTP Client</p> </div> <div align="center"> [![github ci](https://img.shields.io/github/actions/workflow/status/remscodes/drino/npm-ci.yml.svg?&logo=github&label=CI&style=for-the-badge)](https://github.com/remscodes/drino/actions/workflows/npm-ci.yml) [![codecov coverage](https://img.shields.io/codecov/c/github/remscodes/drino/main.svg?style=for-the-badge&logo=codecov)](https://codecov.io/gh/remscodes/drino) [![npm version](https://img.shields.io/npm/v/drino.svg?&style=for-the-badge&logo=npm)](https://www.npmjs.org/package/drino) [![bundle size](https://img.shields.io/bundlephobia/minzip/drino.svg?style=for-the-badge)](https://bundlephobia.com/package/drino) [![license](https://img.shields.io/github/license/remscodes/drino.svg?style=for-the-badge)](LICENSE) </div> ## Installation ```shell npm install drino ``` ## Table of contents - [Basic Usage](#basic-usage) - [Example](#example) - [Request Methods](#request-methods) - [Request Config](#request-config) - [Instance](#instance) - [Plugin](#plugin) - [Advanced Usage](#advanced-usage) - [Interceptors](#interceptors) - [Progress Capturing](#progress-capturing) - [Pipe Methods](#pipe-methods) - [Request Annulation](#request-annulation) - [Request Retry](#request-retry) - [React Native support](#react-native-support) ## Basic Usage ### Example ```ts import drino from 'drino'; // With Observer's callbacks drino.get('/cat/meow').consume({ result: (res) => { // handle result }, error: (err) => { // handle error }, finish: () => { // after result or error } }); // With Promise async/await async function getCatInfo() { try { const res = await drino.get('/cat/meow').consume(); // handle result } catch (err) { // handle error } finally { // after result or error } } ``` ### Request Methods drino.get(url, config?) drino.head(url, config?) drino.delete(url, config?) drino.post(url, body, config?) drino.put(url, body, config?) drino.patch(url, body, config?) ### Request Config ```ts interface RequestConfig { // Prefix URL // Example : 'https://example.com' OR '/api' prefix?: string; // HTTP Headers headers?: Headers | Record<string, any>; // HTTP Parameters queryParams?: URLSearchParams | Record<string, any>; // Response type that will be passed into : // - `result` callback when using Observer // - `then` callback when using Promise // // If 'auto' is specified, the response type will be inferred from "content-type" response header. // // default: 'auto' read?: 'auto' | 'object' | 'string' | 'blob' | 'arrayBuffer' | 'formData' | 'none'; // Wrap response body into a specific Object. // - 'response' : HttpResponse // - 'none' : nothing // // default: 'none' wrapper?: 'none' | 'response'; // AbortSignal to cancel HTTP Request with an AbortController. // See below in section 'Abort Request'. signal?: AbortSignal; // Time limit from which the request is aborted. // // default: 0 (= meaning disabled) // // See below in section 'Timeout'. timeoutMs?: number; // Retry a failed request a certain number of times on a specific http status. // See below in section 'Request retry'. retry?: RetryConfig; // Config to inspect download progress. // See below in section 'Progress capturing'. progress?: ProgressConfig; } ``` ### Instance Instance can be created to embded common configuration to all requests produced from this instance. ```ts import drino from 'drino'; const instance = drino.create({ baseUrl: 'http://localhost:8080' }); instance.get('/cat/meow').consume() // GET -> http://localhost:8080/cat/meow ``` You can create another instance from a parent instance to inherit its config by using `child` method : ```ts const child = instance.child({ requestsConfig: { prefix: '/cat' } }); child.get('/meow').consume() // GET -> http://localhost:8080/cat/meow ``` #### Instance Config ```ts interface DrinoDefaultConfig { // Base URL // Example : 'https://example.com/v1/api' // // default: 'http://localhost' baseUrl?: string | URL; // Interceptors in order to take action during http request lifecyle. // // See below in section 'Interceptors' interceptors?: { beforeConsume?: (req: HttpRequest) => void; afterConsume?: (req: HttpRequest) => void; beforeResult?: (res: any) => void; beforeError?: (errRes: HttpErrorResponse) => void; beforeFinish?: () => void; }; // Default requestConfig applied to all requests hosted by the instance // See above in section 'Request Config' requestsConfig?: RequestConfig; } ``` You can override config applied to a `drino` instance (default import or created instance). ```ts drino.default.baseUrl = 'https://example.com'; drino.default.requestsConfig.headers.set('Custom-Header', 'Cat'); drino.get('/cat/meow').consume(); // GET -> https://example.com/cat/meow (headers = { "Custom-Header", "Cat" }) ``` ### Plugin You can use third-party plugin to add more features. ```ts drino.use(myPlugin); ``` Plugin example : [drino-rx](https://github.com/remscodes/drino-rx) ## Advanced Usage ### Interceptors You can intercept request, result or error throughout the http request lifecycle. Interceptors can be passed into instance config . ```ts const instance = drino.create({ interceptors: { // ... } }); ``` #### Before consume Intercept a `HttpRequest` before the request is launched. Example : ```ts const instance = drino.create({ interceptors: { beforeConsume: (req) => { const token = myService.getToken(); req.headers.set('Authorization', `Bearer ${token}`); } } }); ``` #### After consume Intercept a `HttpRequest` just after the response has been received. Example : ```ts const instance = drino.create({ interceptors: { afterConsume: (req) => { console.info(`Response received from ${req.url}`); } } }); ``` #### Before result Intercept a result before being passed into `result` callback (Observer) or into `then()` arg callback (Promise). Example : ```ts const instance = drino.create({ interceptors: { beforeResult: (res) => { console.info(`Result : ${res}`); } } }); ``` #### Before error Intercept an error before being passed into `error` callback (Observer) or into `catch()` arg callback (Promise). Example : ```ts const instance = drino.create({ interceptors: { beforeError: (errorResponse) => { if (errorResponse.status === 401) { myService.clearToken(); myService.navigateToLogin(); } else { console.error(`Error ${errorResponse.status} from ${errorResponse.url} : ${errorResponse.error}`); } } } }); ``` #### Before finish Intercept before being passed into `finish` callback (Observer) or into `finally()` arg callback (Promise). Example : ```ts const instance = drino.create({ interceptors: { beforeFinish: () => { console.info('Finished'); } } }); ``` ### Progress Capturing #### Download You can inspect download progress with `downloadProgress` observer's callback. Progress capturing can be disabled for the instance or for the request by set `inspect: false` into ProgressConfig in RequestConfig. ```ts interface ProgressConfig { download?: { // Enable download progress. // // default : true inspect?: boolean; }; } ``` A `StreamProgressEvent` is passed to `downloadProgress` callback for each progress iteration. ```ts export interface StreamProgressEvent { // Total bytes to be received or to be sent; total: number; // Total bytes received or sent. loaded: number; // Current percentage received or sent. // Between 0 and 1. percent: number; // Current speed in bytes/ms. // Equals to `0` for the first `iteration`. speed: number; // Estimated remaining time in milliseconds to complete the progress. // Equals to `0` for the first `iteration`. remainingMs: number; // Current chunk received or sent. chunk: Uint8Array; // Current iteration number of the progress. iteration: number; } ``` Example : ```ts drino.get('/cat/image').consume({ downloadProgress: ({ loaded, total, percent, speed, remainingTimeMs }) => { const remainingSeconds = remainingTimeMs / 1000; const speedKBs = speed / 1024 * 1000; console.info(`Received ${loaded} of ${total} bytes (${Math.floor(percent * 100)} %).`); console.info(`Speed ${speedKBs.toFixed(1)} KB/s | ${remainingSeconds.toFixed(2)} seconds remaining.`); if (loaded === total) console.info('Download completed.'); }, result: (res) => { // handle result } }); ``` ### Pipe Methods Before calling `consume()` method, you can chain call methods to modify or inspect the current value before being passed into final callbacks. #### Transform Change the result value. Example : ```ts drino.get('/cat/meow') .transform((res) => res.name) .consume({ result: (name) => { // handle value }, }); ``` #### Check Read the result value without changing it. Example : ```ts drino.get('/cat/meow') .check((res) => console.log(res)) // { name: "Gaïa" } .consume({ result: (res) => { // handle value } }); ``` #### Report Read the error value without changing it. Example : ```ts drino.get('/cat/meow') .report((err) => console.error(err.name)) // "ErrorName" .consume({ result: (res) => { // handle value } }); ``` #### Finalize Finalize when controller finished. Example : ```ts drino.get('/cat/meow') .finalize(() => console.log('Finished')) // "Finished" .consume({ result: (res) => { // handle value } }); ``` #### Follow Make another http request sequentially that depends on previous one. Example : ```ts drino.get('/cat/meow') .follow((cat) => drino.get(`/dog/wouaf/cat-friend/${cat.name}`)) .consume({ result: (res) => { // handle value } }); ``` #### Methods combination Pipe methods can be combined. Example : ```ts drino.get('/cat/meow') .check((cat) => console.log(cat)) // { name: "Gaïa" } .transform((cat) => cat.name) .check((name) => console.log(name)) // "Gaïa" .consume({ result: (name) => { // handle value } }); ``` ### Request Annulation #### AbortController You can cancel a send request (before receive response) by using `AbortSignal` and `AbortController`. Example : ```ts const controller = new AbortController(); const signal = controller.signal; setTimeout(() => controller.abort('Too Long'), 2_000); // With Observer drino.get('/cat/meow', { signal }).consume({ result: (res) => { // handle result }, abort: (reason) => { console.error(reason); // "Too Long" // handle abort reason } }); // With Promise async/await async function getCatInfo() { try { const result = await drino.get('/cat/meow', { signal }).consume(); // handle result } catch (err) { if (signal.aborted) { const reason = signal.reason; console.error(reason); // "Too Long" // handle abort reason } } } ``` #### Timeout You can cancel a send request after a certain time using a `timeoutMs` (timeout in milliseconds). Example : ```ts // With Observer drino.get('/cat/meow', { timeoutMs: 2_000 }).consume({ result: (res) => { // handle result }, error: (err) => { console.error(err.message); // "The operation timed out." // handle timeout error }, }); // With Promise async/await async function getCatInfo() { try { const res = await drino.get('/cat/meow', { timeoutMs: 2_000 }).consume(); // handle result } catch (err) { const message = err.message; console.error(message); // "The operation timed out." // handle timeout error } } ``` ### Request Retry You can automatically retry failed request on conditions. ```ts interface RetryConfig { // Maximum retries to do on failed request. // // default: 0 max: number; // Use the "Retry-After" response Header to know how much time it waits before retry. // // default: true withRetryAfter?: boolean; // Specify the time in millisecond to wait before retry. // // Work only if `withRetryAfter` is `false` or if "Retry-After" response header is not present. // // default: 0 withDelayMs?: number; // HTTP response status code to filter which request should be retried on failure. // // default: [408, 429, 503, 504] onStatus?: number[] | { start: number, end: number } | { start: number, end: number }[]; // Http method to filter which request should be retried on failure. // Can only be used for instance configuration. // // "*" means all methods. // // Example: ["GET", "POST"] // // default: "*" onMethods?: '*' | string[]; } ``` Example : ```ts const instance = drino.create({ requestsConfig: { retry: { max: 2, onMethods: ['GET'] } } }); instance.get('/my-failed-api', { retry: { max: 1 } }); ``` When using Observer you can use the `retry` callback to get info about current retry via `RetryEvent`. ```ts export interface RetryEvent { // Current retry count. count: number; // Error that causes the retry. error: any; // Function to abort retrying. abort: (reason?: any) => void; // Current retry delay. delay: number; } ``` Example : ```ts instance.get('/my-failed-api').consume({ retry: ({ count, error, abort }) => { console.log(`Will retry for the ${count} time caused by the error : ${error}.`); if (count > 2) abort('Too many retries.'); }, abort: (reason) => { console.log(reason); // "Too many retries." } }); ``` ## React Native support Install `react-native-url-polyfill` and add the following line at the top of your `index.js` file : ```js import 'react-native-url-polyfill/auto'; ``` ## License [MIT](LICENSE) © Rémy Abitbol.
🌐 Modern and Reactive HTTP Client
fetch,http-client,javascript,request,typescript,react-native,interceptors,drino
2023-07-30T18:52:18Z
2024-05-22T21:30:48Z
2024-03-22T22:50:11Z
1
204
345
0
0
3
null
MIT
TypeScript
Manikanta528/CampusReuseHub
main
# React + TypeScript + 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 ## Expanding the ESLint configuration If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: - Configure the top-level `parserOptions` property like this: ```js parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: ['./tsconfig.json', './tsconfig.node.json'], tsconfigRootDir: __dirname, }, ``` - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` - Optionally add `plugin:@typescript-eslint/stylistic-type-checked` - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
The ultimate online platform designed exclusively for college students to easily buy and sell their used books, lab stationary, lab coats and many more within the campus community!
firebase,reactjs,tailwindcss,javascript
2023-07-21T07:35:37Z
2023-09-10T15:41:15Z
null
2
16
79
2
1
3
null
MIT
TypeScript
DeepikaChauhan2403/Crypto_Project
main
A comprehensive crypto tracker developed with React, Axios, Framer Motion, and Chart JS, supporting customizable watchlists.
css,html5,javascript,reactjs,axios,chartjs,material-ui,framer-motion
2023-07-24T10:24:09Z
2023-09-20T04:00:37Z
null
1
0
4
0
0
3
null
null
JavaScript
salmandotweb/career-sync
main
# <p align="center">Career Sync</p> Welcome to Career Sync – where simplicity meets success. We believe in the power of your story, and we're here to help you tell it. With modern templates that captivate, a hassle-free experience that empowers, and the freedom to craft without constraints, we're revolutionizing the way you build your resume. No sign-ups, no barriers – just seamless, innovative tools that sync with your ambition. Unleash your potential with Career Sync and step confidently toward a brighter, bolder future. ![Image](https://scontent.flhe5-1.fna.fbcdn.net/v/t39.30808-6/367444195_122098109354016123_6483869506860750574_n.png?_nc_cat=111&ccb=1-7&_nc_sid=300f58&_nc_eui2=AeHIgfeuIJnIPqu35czlVzV5axSiq2NcAKFrFKKrY1wAoRhw_3oXAm88EqTruSM5B320rC5KIIyJEN3cKWj2dQ9z&_nc_ohc=f9iD2VWtNmoAX-qjvEx&_nc_ht=scontent.flhe5-1.fna&oh=00_AfAdFxc_3gFCmr_F6mkNPJt2F5JiCJhSl0l8qzPvfdt6NA&oe=64DFCEDE) ## 🧐 Features - No Signups - Modern Templates - Hassle-Free Downloads ## 🍰 Contributing Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md) & [contributing guidelines](CONTRIBUTING.md). ## ❤️ Support A simple star to this project repo is enough to keep me motivated for this project for days. If you find your self very much excited about this project let me know with a tweet. If you have any questions, feel free to reach out to me on [Twitter](https://twitter.com/salmandotweb ## 🙇 Author #### Salmandotweb - Twitter: [@salmandotweb](https://twitter.com/salmandotweb) - Github: [@salmandotweb](https://github.com/salmandotweb) ## ➤ License Distributed under the MIT License. See [LICENSE](LICENSE) for more information!
An open source resume builder with modern templates, no signups, hassle-free downloads.
career,javascript,nextjs,open-source,react,reactjs,resume,resume-builder,typescript,css
2023-08-08T20:41:48Z
2023-10-01T15:49:05Z
null
1
29
94
0
0
3
null
null
TypeScript
sachin492002/musebox
master
# Musebox Musebox is a simple and user-friendly music streaming application where users can explore, discover, and listen to their favorite songs. It offers a wide range of features such as searching for songs, playlist,artists, and saving favorite songs for offline listening. ## Features - Song search: Users can search for songs by title, artist, or album. - Song playback: Users can play songs directly from the application. - Playlist search: Users can search playlists here. - Favorite songs: Users can save their favourite songs. ## Technologies Used RecatJs, Tailwind Css, JavaScript, NextJs, Redux ## Setup To set up the application, follow these steps: 1. Clone the repository: ``` git clone https://github.com/sachin492002/musebox.git ``` 2. Install the dependencies: ``` cd musebox npm install ``` 3. Configure the application: Create a `.env` file in the root directory of the project and add the following environment variables: ``` REACT_APP_API=Api url for getting songs ``` 4. Run the application: ```bash npm run dev # or yarn dev # or pnpm dev ``` The application should now be running on `http://localhost:3000`. ## Contributing Contributions are always welcome! If you would like to contribute to Musebox, please follow these guidelines: 1. Fork the repository. 2. Create a new branch. 3. Make your changes and commit them. 4. Push your changes to your forked repository. 5. Submit a pull request. Please ensure that your code follows the existing coding style and includes appropriate tests. ## Getting Started First, run the development server: Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
A music streaming web-app in next Js
javascript,jiosaavn,music,music-player,nextjs,react,tailwindcss,redux,redux-toolkit
2023-07-27T09:39:49Z
2024-02-16T05:54:04Z
null
1
0
19
1
2
3
null
null
JavaScript
autodesk-tandem/tutorial-rest
main
# Autodesk Tandem Data REST API - Tutorials This repository contains various examples of how to use the Autodesk Tandem Data REST API to achieve certain workflows. These are reference implementations that can be adopted for specific scenarios. ## Prerequisites The examples are written in JavaScript and require [Node.js](https://nodejs.org/en). ### Dependencies Use `npm` to install required dependencies ```sh npm i ``` ## Configuration The examples use 2-legged authentication in cases where authentication is needed. This requires that an application be added to a facility as a service: 1. Create new application using the [APS Portal](https://aps.autodesk.com/myapps/). 2. Open the facility in Autodesk Tandem. 3. Navigate to the "Users" tab on the left panel, then select "Service" and enter the *Client ID* of the application from step 1 above. Make sure to specify the correct permissions. 4. After this, the application should be able to use a 2-legged token when interacting with the facility. **NOTE:** As an alternative,the application can be added to your Tandem account. In this case the application will have access to all facilities owned by the account. ## Usage Most of the examples are self-contained. To run a specific example, use the following steps: 1. Open the folder using your code editor. 2. Locate the example you want to run and open it. 3. At the top of the source file there is a block of source code with global variables. Replace those variables according to your environment: ``` js // update values below according to your environment const APS_CLIENT_ID = 'YOUR_CLIENT_ID'; const APS_CLIENT_SECRET = 'YOUR_CLIENT_SECRET'; const FACILITY_URN = 'YOUR_FACILITY_URN'; ``` 4. Check `main` function and place breakpoints as needed. 5. Start debugger. During debugging use the debuger windows to inspect values of variables. ### How to use in the browser environment? The examples can be executed using Node.js runtime. When using in the browser environment it's necessary to use polyfill for Node.js [Buffer](https://nodejs.org/api/buffer.html) - i.e. [this one](https://github.com/feross/buffer). ## Examples The examples are organized into multiple folders based on topic: * **assets** - asset related examples * **classification** - classification related examples * **documents** - document related examples * **facility** - facility related examples * **groups** - group related examples * **history** - history related examples * **streams** - streams related examples * **systems** - system related examples * **views** - view related examples
Code examples for Autodesk Tandem REST API
javascript,nodejs
2023-07-25T12:22:10Z
2024-05-21T10:36:26Z
null
3
34
73
0
2
3
null
Apache-2.0
JavaScript
GabrielHenB/bentricode
main
# Bentricode Project A web application project written in PHP Laravel and Bootstrap for a fictional development company called Bentricode. We aim to practice front-end and back-end development using this project. ## What we are using here: ![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white) ![Laravel](https://img.shields.io/badge/laravel-%23FF2D20.svg?style=for-the-badge&logo=laravel&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white) ![MariaDB](https://img.shields.io/badge/MariaDB-003545?style=for-the-badge&logo=mariadb&logoColor=white) ![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white) ![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white) ## Developers: Gabriel B <br> <a href="https://github.com/GabrielHenB"> ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) </a> <a href='https://br.linkedin.com/in/gabriel-braz-4a6b06224?trk=people-guest_people_search-card' > ![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white) </a><br> Márlon <br> <a href="https://github.com/marlon-bento"> ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) </a> <a href='https://www.linkedin.com/in/marlon-bento-461ba755?trk=people-guest_people_search-card'> ![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white) </a> ## Alguns prints do projeto <img src="./illustrational/la1.JPG" /> <img src="./illustrational/la2.JPG" /> <img src="./illustrational/la3.JPG" /> <img src="./illustrational/la4.JPG" /> <img src="./illustrational/la5.JPG" /> <img src="./illustrational/la6.JPG" /> <img src="./illustrational/la7.JPG" />
A web application project written in PHP Laravel and Bootstrap for a fictional development company called Bentricode.
blade,bootstrap5,javascript,laravel,php
2023-07-28T18:24:23Z
2023-10-01T21:18:03Z
null
2
3
92
0
0
3
null
null
PHP
ocdbytes/IPFS_DUMP_REPO
main
null
This repository contains all the feature examples with IPFS using helia and ipfs-js. This repository contains the documentation of all the components in IPFS and how they are used by the infrastructure
helia,ipfs,ipfs-js,javascript,merkle-dag,unixfs
2023-07-29T16:39:31Z
2023-09-26T15:49:08Z
null
1
0
7
0
0
3
null
null
JavaScript
workray/react-18-composition-design-pattern
main
# React-18-composition-design-pattern how to make components communicate with each other effectively, which is a crucial part of building complex React applications using small, testable, and maintainable components. ## react-container-presentational-pattern React components typically contain a mix of logic and presentation. By logic, we refer to anything that is unrelated to the UI, such as API calls, data manipulation, and event handlers. The presentation is the part of the render where we create the elements to be displayed on the UI. In React, there are simple and powerful patterns, known as container and presentational, which we can apply when creating components that help us to separate those two concerns. Creating well-defined boundaries between logic and presentation not only makes components more reusable. This pattern is simple but very powerful, and when applied to big applications, it can make a difference when it comes to the speed of development and the maintainability of the project. On the other hand, applying this pattern without a real reason can give us the opposite problem and make the code base less useful as it involves the creation of more files and components. So, we should think carefully when we decide that a component has to be refactored following the container and presentational patterns. In general, the right path to follow is starting with a single component and splitting it only when the logic and the presentation become too coupled where they shouldn’t be. Deciding what to put in the container and what goes into the presentation is not always straightforward; the following points should help you make that decision: **The following are the characteristics of container components:** - They are more concerned with behavior. - They render their presentational components. - They make API calls and manipulate data. - They define event handlers. **The following are the characteristics of presentational components:** - They are more concerned with the visual representation. - They render the HTML markup (or other components). - They receive data from the parents in the form of props. - They are often written as stateless functional components. As you can see, these patterns form a really powerful tool that will help you to develop your web applications faster. ## Higher-Order Functions(HoFs) HoFs are functions that take a function as a parameter, and optionally some other parameters, and return a function. The returned function is usually enhanced with some special behaviors. ## Higher-order Component(HOCs) Applying the idea of HOFs to components results in higher-order components (HOCs). An HOC looks like this: ```javascript const HoC = Component => EnhancedComponent ``` In the React community, it’s common to use the with prefix for HOCs. HOCs are functions that take a component as input and return an enhanced component as output. HOCs typically spread the props they receive on the component because they aim to be transparent and only add new behavior. By using HOCs, we avoid polluting any state and don’t require the component to implement any function. This means the component and HOC are not coupled, and both can be reused throughout the application. Using props instead of state allows us to create a “dumb” component that can be used in style guide, ignoring complex logic and just passing down the props. ## FunctionAsChild The FunctionAsChild pattern is gaining consensus within the React community. It is widely used in popular libraries like react-motion. The main concept is that instead of passing a child as a component, we define a function that can receive parameters from the parent. As you can see, FunctionAsChild is a component with a children property defined as a function. Instead of being used as a JSX expression, it gets called. **Advantages of this approach:** - The primary advantage is the ability to encapsulate components, delivering variables dynamically, as opposed to utilizing static properties, which is a common practice with HOCs. An excellent illustration of this is a Fetch component, designed to retrieve data from a specific API endpoint and subsequently return it to its child function: ```javascript <Fetch url="...">{data => <List data={data} />}</Fetch> ``` - Secondly, composing components with this approach does not force children to use predefined prop names. Since the function receives variables, developers who use the component can decide on their names. This flexibility makes the Function as Child solution more versatile. - Lastly, the wrapper is highly reusable because it does not make any assumptions about the children it receives—it just expects a function. Due to this, the same FunctionAsChild component can be used in different parts of the application to serve various children components. By adopting the Function as Child pattern, you can create more flexible, versatile, and reusable components in your React applications.
how to make components communicate with each other effectively, which is a crucial part of building complex React applications using small, testable, and maintainable components.
babel,eslint,husky,javascript,prettier,react,reactjs,typescript,vite
2023-08-07T16:36:30Z
2023-08-13T23:28:51Z
null
1
0
13
0
0
3
null
GPL-3.0
TypeScript
gyanqui/cse121B-projects
main
# Repository Name: CSE-121B Projects ## CSE-121B JavaScript Projects Welcome to the CSE-121B JavaScript Algorithms Repository! This repository contains my coursework, assignments, and projects for the CSE-121B course, where we explore the principles of programming using JavaScript to solve problems specific to my major discipline. The goal of this repository is to showcase my understanding and proficiency in JavaScript programming and algorithm design. ## Course Overview CSE-121B is an advanced course building upon the principles of programming learned in CSE 110 and 111. Throughout this course, we will learn how to translate simple, discipline-specific algorithms into JavaScript, create functions from well-defined descriptions, and use JavaScript-specific syntax and style. We will also set up and become familiar with the development environment for JavaScript, including Visual Studio Code, which will be our primary code editor. ## Table of Contents - **Week 1 - Introduction to JavaScript** - Assignment: JavaScript Basics and Syntax - Support Forum: Icebreaker Discussion - **Week 2 - Functions and Control Structures** - Assignment: Solving Problems with Functions - Support Forum: Weekly Questions and Discussions - **Week 3 - Arrays and Loops** - Assignment: Manipulating Arrays with Loops - Support Forum: Seeking and Providing Help - **Week 4 - Objects and Classes** - Assignment: Object-Oriented JavaScript - Support Forum: Collaborative Learning - **Week 5 - Advanced Concepts** - Assignment: Complex Algorithms in JavaScript - Support Forum: Sharing Project Ideas - **Week 6 - Course Project** - Assignment: Implementing a Discipline-Specific Project - Support Forum: Project Progress and Updates - **Week 7 - Course Reflection** - Assignment: End-of-Course Evaluation and Reflection - Support Forum: Final Questions and Farewell ## Getting Started To explore the contents of this repository, you can navigate through the folders corresponding to each week of the course. Each week's folder contains the related assignments, discussions, and any additional resources that might be helpful for that particular topic. ## Technology Used - JavaScript (ES6+) - Visual Studio Code (as our code editor) - Git for version control ## Contributions and Feedback While this repository primarily represents my coursework, I am open to constructive feedback and suggestions from fellow developers, classmates, and instructors. If you notice any errors, have suggestions for improvement, or wish to collaborate on a project related to this course, feel free to reach out through the GitHub issues or by contacting me directly. Thank you for visiting my CSE-121B JavaScript Algorithms Repository. Happy coding!
JS projects
css,html,javascript
2023-07-22T17:10:29Z
2023-07-26T02:07:31Z
null
1
0
6
0
0
3
null
null
JavaScript
maddox05/wpm-game
main
# Word Per Minute (WPM) Typing Test Game This is a simple typing test application that allows you to measure your typing speed in words per minute (WPM). The application fetches a list of 100 random words from a text file and presents them to you for typing. As you type, the words you enter will be compared to the expected words from the list, and your accuracy and typing speed will be calculated and displayed. ## Features - Fetches a random list of 100 words from an external source. - Highlights the words you type according to their correctness. - Calculates and displays your typing speed in WPM based on your accuracy and time taken. ## Getting Started 1. Clone this repository to your local machine. 2. Open the `index.html` file in a web browser. 3. The typing test will start automatically. Begin typing in the search bar as soon as the test starts. ## Usage 1. As the test starts, the application will display a list of 100 random words for you to type. 2. Begin typing the words in the search bar. 3. Words you type correctly will turn green, while incorrect words will turn red. 4. Your typing speed and accuracy will be calculated and displayed as you type. 5. The test lasts for a fixed duration. When the time is up, your final score will be displayed. ## Keyboard Shortcuts - Use the "Backspace" key to correct mistakes in your typing. ## Note - This application is intended for practice and entertainment purposes and may not provide precise measurements of typing speed. - The list of words used in the test is fetched from an external source and may vary each time the application is run. - Starting and stopping is broken, I need to fix it. Restart the page to start again. I may fully rework the application. - note for me (fix by force reloading window) ## Credits - The list of 1000 words used in this application is sourced from [this GitHub Gist](https://gist.githubusercontent.com/deekayen/4148741/raw/98d35708fa344717d8eee15d11987de6c8e26d7d/1-1000.txt), and credit goes to its author. - Thank you [@PPraneesh](https://github.com/PPraneesh) for fixing and rewriting basically all the code! ## License This project is licensed under the [MIT License](LICENSE).
Words Per Minute typing speed test. Like Monkey Type
game,javascript,wpm,hacktoberfest,typing,typing-game,typing-practice,typingspeedtest,codescene,collaborate
2023-07-31T12:36:19Z
2023-10-04T21:05:32Z
null
4
10
74
2
3
3
null
MIT
JavaScript
DeepakKumarDKN/Chai-Aur-Code-Javascript
main
## Javascript Series By Hitesh Sir (Chai aur Code) :rocket:
Javascript Chai Aur Code Series
javascript
2023-07-27T10:12:48Z
2023-10-13T02:54:50Z
null
1
0
36
0
2
3
null
null
JavaScript
MostafaRastegar/mr-frontend-interview
main
# mr-frontend-interview Useful FrontEnd interview questions that cover various aspects of the language, ranging from basic to advanced topics
useful Front-End interview questions that cover various aspects of the language, ranging from basic to advanced topics
algorithms,algorithms-and-data-structures,css,data-structures,dom,html,interview-practice,interview-questions,javascript
2023-08-07T02:20:14Z
2023-08-10T03:31:59Z
null
1
0
10
0
0
3
null
null
null
Vital-Vuillaume/Uppercase-Converter
main
# Uppercase-Converter **The Uppercase-Converter project is an online tool that allows you to convert text into uppercase letters. It consists of two squares: one for entering the text and the other for displaying the converted text in real-time.** ## Technologies Used **This site was developed using the following technologies:** [![My Skills](https://skillicons.dev/icons?i=html,css,js)](https://github.com/Vital-Vuillaume) ## How to Use the Tool ### To access the tool, you can follow this link: [***Uppercase-Converter***](https://rmbi.ch/vital/uppercase-Cconverter/) - **1. Enter the text you want to convert in the first input square.** - **2. The entered text will automatically be converted to uppercase and displayed in real-time in the second square.** - **3. You can modify the text in the first square at any time, and the uppercase conversion will be done automatically in the second square.** ## Contribution - ### I am open to contributions and suggestions to improve this site: **1. You can fork the site.** ## Acknowledgments **Feel free to explore the site and share your feedback. I hope you enjoy your visit!**
Uppercase-Converter: An online tool for converting text to uppercase in real-time. Simply enter your text and see it instantly transformed into uppercase letters. Easy and efficient!
converter,html-css-javascript,javascript,site,website,box-shadow,css,html,internet,siteweb
2023-07-22T16:50:17Z
2024-03-20T17:38:08Z
null
1
0
34
0
0
3
null
null
CSS
anburocky3/modern-javascript-in-tamil
main
# Modern-Javascript-in-Tamil-(ES+) (தமிழில்) [![Stars](https://img.shields.io/github/stars/anburocky3/modern-javascript-in-tamil)](https://github.com/anburocky3/modern-javascript-in-tamil) [![Forks](https://img.shields.io/github/forks/anburocky3/modern-javascript-in-tamil)](https://github.com/anburocky3/modern-javascript-in-tamil) [![GitHub license](https://img.shields.io/github/license/anburocky3/modern-javascript-in-tamil)](https://github.com/anburocky3/modern-javascript-in-tamil) ![Anbuselvan Rocky Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fanburocky3%2Fmodern-javascript-in-tamil) [![Support Server](https://img.shields.io/discord/742347296091537448.svg?label=Discord&logo=Discord&colorB=7289da)](https://bit.ly/cyberdudeDiscord) [![Cyberdude youtube](https://img.shields.io/youtube/channel/subscribers/UCteUj8bL1ppZcS70UCWrVfw?style=social)](https://bit.ly/cyberdudeYT) Learn about Modern Javascript and Ecmascript features starting from ES6 to latest. Learn all this in Tamil Language 😊👍 <a href="https://bit.ly/modern-js-tamil" target="_blank"><img src="./supports/header.svg" alt="Learn more from cyberdude networks."/></a> ### Links to Learn & Practice: | No. | Topic/Source | Source code | Video Link | | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | | #01 | [ES6+ Javascript Variables (let vs const) (Scopes)](https://youtu.be/UlkK-vWX7y8) | N/A | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/0Q8eftj5OA0) | | #02 | [ES6+ Javascript Objects (Properties & Methods)](https://github.com/anburocky3/modern-javascript-in-tamil/tree/02-javascript-objects) | [<img width="100px" src="./supports/code-btn.png" />](https://github.com/anburocky3/modern-javascript-in-tamil/tree/02-javascript-objects) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/-IWA5e9CNis) | | #03 | [ES6+ Javascript Object Destructuring (Properties & Methods)](https://github.com/anburocky3/modern-javascript-in-tamil/tree/02-javascript-objects) | [<img width="100px" src="./supports/code-btn.png" />](https://github.com/anburocky3/modern-javascript-in-tamil/tree/02-javascript-objects) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/pzcCVwuzifI?si=mhkmBOzxzlVXbQb8) | | #04 | [ES6+ Javascript Arrays](https://github.com/anburocky3/modern-javascript-in-tamil/tree/02-javascript-objects) | [<img width="100px" src="./supports/code-btn.png" />](https://github.com/anburocky3/modern-javascript-in-tamil/tree/02-javascript-objects) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/369s20mJmho) | | #05 | [ES6+ Javascript Map Object in Tamil](#) | [<img width="100px" src="./supports/code-btn.png" />](#) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/zOgSOZrRoHU) | | #06 | [ES6+ Javascript Set Object in Tamil](https://github.com/anburocky3/modern-javascript-in-tamil/tree/06-javascript-set) | [<img width="100px" src="./supports/code-btn.png" />](#) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/KnYrC6Zped0) | | #07 | [ES6+ Javascript Array methods in Tamil (Part 1)](https://github.com/anburocky3/modern-javascript-in-tamil/tree/07-javascript-array-methods) | [<img width="100px" src="./supports/code-btn.png" />](#) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/NRNEwebmWXs) | | #08 | [ES6+ Javascript Array methods in Tamil (Part 2)](https://github.com/anburocky3/modern-javascript-in-tamil/tree/07-javascript-array-methods-es6) | [<img width="100px" src="./supports/code-btn.png" />](#) | [<img width="100px" src="./supports/video-btn.png" />](https://youtu.be/HgRdVr9nZbk) | | #09 | [ES6+ Javascript Array Destructuring](#) | [<img width="100px" src="./supports/code-btn.png" />](https://github.com/anburocky3/modern-javascript-in-tamil/tree/09-array-destructuring) | [<img width="100px" src="./supports/video-btn.png" />](#) | | #10 | [ES6+ Javascript Arrow Functions](#) | [<img width="100px" src="./supports/code-btn.png" />](https://github.com/anburocky3/modern-javascript-in-tamil/tree/10-javascript-arrow-functions) | [<img width="100px" src="./supports/video-btn.png" />](#) | --- ### 📝 For Discussion: Join our Facebook Group: https://www.facebook.com/groups/cyberdudetraining/ ### ✨ For Updates: Discord: https://bit.ly/cyberdudeDiscord YouTube: https://www.youtube.com/user/CyberDudeNetworks/ Telegram: https://t.me/cyberdudechannel ### 😎 Instructor: [Anbuselvan](https://www.facebook.com/anburocky3) ### ⚖️ License: [MIT License](./LICENSE.md)
Learn Modern Javascript in Tamil. Watch the entire series on YouTube.
cyberdude,ecmascript6,javascript,tutorials
2023-08-07T13:13:40Z
2024-03-18T01:06:31Z
null
1
0
16
0
111
3
null
MIT
HTML
PlayForm/Pipe
Current
# 🧪 [Pipe] `Pipe` allows you to process files in a pipeline, making it easy to perform various operations on them. ### Installation To get started with `Pipe`, follow these steps: Install the `Pipe` package using `npm`: ```sh npm install -D -E @playform/pipe ``` Create a new pipe instance using the following code in your Index.ts file: **`Index.ts`** ```ts await new (await import("@playform/pipe")).default().In("./Input"); ``` ### Getting started With `Pipe`, you can use the Pipe method to perform operations on files within the pipe. Here's an example of how to use it in your Index.ts: **`Index.ts`** ```ts await( await( await new (await import("@playform/pipe")).default().In("./Input") ).By("**/*.md") ).Pipe({ // Append some content to all of the text files Wrote: (On) => (On.Buffer += "LICENSE [MIT]"), }); ``` ### Default Callbacks `Pipe` provides default callbacks for file processing. These callbacks can be customized to suit your specific needs. Here are the default callbacks: ```ts await new (await import("@playform/pipe")).default().Pipe({ // Read the file into a buffer Read: async ({ Input }) => await fs.promises.readFile(Input, "utf-8"), // Wrote the buffer into a file Wrote: async ({ Buffer }) => Buffer, // Passed the file through a check Passed: async (On) => On && true, // Failed processing the file Failed: async ({ Input }) => `Error: Cannot process file ${Input}!`, // Accomplished processing the file Accomplished: async ({ Input, Output }) => `Processed ${Input} in ${Output}.`, // Fulfilled the whole plan Fulfilled: async ({ File }) => `Successfully processed a total of ${File} ${ File === 1 ? "file" : "files" }.`, // Changed the plan Changed: async (Plan) => Plan, }); ``` ### Add Multiple Paths You can add multiple paths to your pipe by specifying an array as the `Path` variable: **`Index.ts`** ```ts await new (await import("@playform/pipe")).default().In([ "./Input", "./Input2", ]); ``` ### Input-Output Mapping `Pipe` will allow you to provide a map of paths for different input and output directories, making it easy to control where files are read from and written to: **`Index.ts`** ```ts await new (await import("@playform/pipe")).default().In( new Map([["./Input", "./Output"]]) ); ``` ### File Filtering You can filter files to exclude specific ones from your `Pipe`. Filters can be an array of regular expressions or a single match. You can also use functions to match on file names: **`Index.ts`** ```ts await new (await import("@playform/pipe")).default().Not([ "File.txt", (File: string) => File === "./Input/File.txt", ]); ``` ### Controlling Logging You can control the logging level by setting the `Logger` parameter. The default value is `2`, but you can set it to `0` if you don't want to see debug messages: **`Index.ts`** ```ts new (await import("@playform/pipe")).default(0); ``` [Pipe]: HTTPS://NPMJS.Org/@playform/pipe ## Changelog See [CHANGELOG.md](CHANGELOG.md) for a history of changes to this component.
🧪 Pipe —
files,javascript,typescript,pipe,playform,file,processing
2023-08-08T03:09:48Z
2024-05-22T17:41:07Z
2024-05-09T16:30:57Z
1
58
620
0
1
3
null
MIT
TypeScript
thinessGit/apicucumbertest
main
# API Cucumber Testing in JavaScript This repository contains a set of API tests written in JavaScript using the Cucumber testing framework. The tests are designed to validate the functionality and behavior of various API endpoints for your application. By using Cucumber, you can create easily readable and maintainable test scenarios written in Gherkin syntax. ## Prerequisites Before running the tests, ensure you have the following installed: - Node.js (version X.X.X or higher) - npm (Node Package Manager) - Your API server should be up and running ## Getting Started Follow the steps below to set up the project and run the API tests: 1. Clone this repository to your local machine: ```bash git clone https://github.com/thinessGit/apicucumbertest.git cd apicucumbertest ``` ## Setup ```bash npm i install ``` ## Features place or create all feature file for testing in below path ```bash \features ``` ## Step Definitions place or create all step definitions file for testing in below path ```bash \step-definitions ``` ## Run all feature files in test suite ```bash npm run test ``` >By<br/> **Thiness Babu**<br/> Automation Test Architect<br/> https://github.com/thinessGit/ <br/>
repository contains a set of API tests written in JavaScript using the Cucumber testing framework
apitesting,atdd,bdd-framework,cucumber-js,gherkin,gherkin-language,javascript,rest-api,soap,testing-framework
2023-07-30T13:52:52Z
2023-08-04T15:45:08Z
null
1
0
11
0
0
3
null
null
JavaScript
MelihKrts/MacOS-Simulator
main
# MacOS-Simulator Simulator of Apple's Macintosh (MacOs) operating system ![Project image](img/README.gif) # Setup **Step 1)** Install Bootstrap package `npm install bootstrap@5.3.1` <br> **Step 2)** Run package `npm run bootstrap`
Macintosh (MacOS) simulator from Apple. MacOS simulator. HTML, CSS, JavaScript
apple,bootstrap,css,html,html-css-javascript,javascript,macos
2023-08-07T14:07:57Z
2023-08-07T14:27:27Z
null
1
1
3
0
1
3
null
null
HTML
petya0927/screen-recorder-app
main
![Screenshot](https://raw.githubusercontent.com/petya0927/screen-recorder-app/main/screenshot.png) # screen-recorder-app A simple screen recorder application, built with Electron and Tailwindcss. [Download](https://github.com/petya0927/screen-recorder-app/releases) After downloading and running the executable, it will autorun, so relax and enjoy the app! ## Stack - Electron (and electron-forge) - Tailwindcss (with CDN, tho it's not recommended in production) ## Limitations The application can only export as a .webm file for the time being. You can try and solve this issue, by contributing. ## Contributing Contributions are always welcome! You can create Issues or start a Discussion about bugs or new features, or if you're feeling bold, you can start making those features and fixes. 1. Fork the epo 2. Create a branch: ```feature/your-feature-name``` or ```fix/your-bug-fix``` 3. Commit and create a Pull Request 4. You're done! We will review and merge your feature or fix. ## Show support Give a ⭐️ if you like this project or [download](https://github.com/petya0927/screen-recorder-app/releases) and try the executable! ## License [MIT](https://choosealicense.com/licenses/mit/)
A small video recorder application, built with Electron and tailwindcss.
electron,javascript,tailwindcss,desktop-application,screen-recorder,windows
2023-07-28T13:05:53Z
2023-11-05T17:09:57Z
2023-07-29T10:32:11Z
1
0
14
1
0
3
null
MIT
JavaScript
Kidd254/My-Portfolio-with-React-and-Bootstrap
dev
<a name="readme-top"></a> <a name="readme-top"></a> # 📗 Table of Contents ## 📑 Table of Contents - [📊 WebMatrics ](#-WebMatrics-) - [🛠 Built With ](#-built-with-) - [🧰 Tech Stack ](#-tech-stack-) - [💎 Key Features ](#-key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Deployment](#deployment) - [📧 Contact ](#-contact-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [💖 Show your support ](#-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📊 WebMatrics <a name="about-project"></a> A web-based application for my portfolio ## 🛠 Built With <a name="built-with"></a> ### 🧰 Tech Stack <a name="tech-stack"></a> - ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) - ![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white) - ![Render](https://img.shields.io/badge/Render-%46E3B7.svg?style=for-the-badge&logo=render&logoColor=white) <!-- Features --> ### 💎 Key Features <a name="key-features"></a> - Generate a comprehensive Folder Structure for React App 💻 - Understand the concept of setting up a project with redux 📈 - Beautifully designed and easy-to-use 🎨 - Continuous Monitoring 📸 - Development Tools : Auto refresh and Hot Reload 🔗 <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - See it live by clicking [Live Demo Link](https://lawrences-portfolio.onrender.com) - A link to presentation [here]() <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need [Node.js](https://nodejs.org/en/) installed on your machine. ### Setup Clone this repository to your desired folder: ```sh cd my-project git clone https://github.com/Kidd254/My-Portfolio-with-React-and-Bootstrap.git ``` ### Install Install the dependencies with: ```sh npm install ``` ### Usage To run the project, execute the following command: ```sh npm start ``` <!-- ### Run tests To run tests, run the following command: ```sh npm run test ``` --> ### Deployment You can deploy this project using: ```sh npm run build ``` This will create a production-ready build of your website in `build/` folder, which you can use to deploy on a static site server. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 📧 Contact <a name="authors"></a> I am always looking for ways to improve my project. If you have any suggestions or ideas, I would love to hear from you. [![Github](https://img.shields.io/badge/GitHub-673AB7?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Kidd254) [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/lawrenc98789206) [![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/lawrence-muema-kioko) [![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:lorenkioko@gmail.com) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [x] **Desktop User Interface** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 📧 Authors <a name="authors"></a> - ***[Lawrence Muema Kioko](https://github.com/Kidd254)*** ## 🤝 Contributing <a name="contributing"></a> I welcome any and all contributions to my website! If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request. Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## 💖 Show your support <a name="support"></a> If you like this project, please consider giving it a ⭐. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Vote of thanks to Microverse <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is my portfolio. The portfolio has different pages; home, projects, about myself, and contacts page. The home page contains information about social media presence, the projects page has information about my main projects as well as links to those projects. About myself has a short description about myself and a link to my resume.
bootstrap5,css3,html5,javascript,reactjs
2023-08-06T12:16:13Z
2024-01-30T20:40:13Z
null
1
12
82
0
0
3
null
null
JavaScript
SomyaRanjanSahu/Digital-Agency-Landing-Page
master
![](https://img.shields.io/badge/Project-Landing_Page-yellow.svg) ![](https://img.shields.io/badge/Tools-REACT-skyblue.svg) ![](https://img.shields.io/badge/Level-Basic-green.svg) ![](https://img.shields.io/badge/Status-Complete-green.svg) ### Hosted link : [Digital Agency](https://digitalaagency.vercel.app/) <br> ## Dribble design : <img src="src/assets/dribble.png" /> Dribble link : [By Jawadd](https://dribbble.com/shots/18670091-Digital-Agency-Website) <br> ## My design : <img src="src/assets/design.png" /> <hr> # 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)
Frontend design of a dribble digital agency template.
reactjs,css,html5,javascript,react
2023-08-02T14:25:40Z
2023-08-14T14:29:04Z
2023-08-02T14:28:55Z
1
0
4
0
0
3
null
null
CSS
sloanelybutsurely/obsidianrc
main
# obsidianrc _A bespoke Obsidian plugin for my specific needs_ My Obsidian "run commands" ## Threaded Notes A note name/title [DSL](https://en.wikipedia.org/wiki/Domain-specific_language) for quickly creating atomic notes with certain links and an optional alias <details> <summary>📽 demo</summary> https://github.com/sloanelybutsurely/obsidianrc/assets/1699281/6abd1739-3285-45c1-8ca2-dc0175c673ff </details>
💎 My Obsidian "Run Commands" - a bespoke Obsidian plugin for my specific needs
dotfiles,javascript,obsidian,obsidian-md,obsidian-plugin,pkm,typescript,obsidianrc
2023-07-23T12:10:15Z
2023-08-04T20:25:25Z
2023-08-04T20:25:25Z
1
0
17
0
0
3
null
null
TypeScript
shashankvish0010/freshfood
develop
# Fresh Food ![20230715_022025](https://github.com/shashankvish0010/freshfood/assets/140178357/2d1d6611-79e2-475e-b7a0-53e8e1141ee7) Fresh Food is a full-stack project developed using the MERN (MongoDB, Express.js, React.js, Node.js) stack, along with React.js for the front end and Tailwind CSS for styling. It leverages modern technologies to create a seamless platform for customers, food partners, and the admin team. ![20230715_022838](https://github.com/shashankvish0010/freshfood/assets/140178357/78988288-b02d-44bb-9aea-8cd7fe3eda7b) ## Features - Acts as a technology platform connecting customers and food partners. - Offers multiple roles: Customers, Fresh Food Admin, and Food Partners Admin. - Implements authentication using JWT (JSON Web Tokens) for secure access to admin functionalities. - Preserving cookies for future data collection and secure requests to confirm users' identities at the backend. - Does not rely on third-party APIs; all data is stored within the application. - Fresh Food Admin can manage coupon codes for promotional offers and discounts. - Utilizes REST APIs for data retrieval and manipulation from the database via backend routes. No additional third-party API is used. - Enables food partners to easily add, edit, or remove dishes from their menus with CRUD operations. - Provides comprehensive analytics for Fresh Food Admin, including sales tracking, customer count, and more. - Integration of a payment gateway using the Razorpay API to collect payments from customers. - The admin panel includes promotional offers and vouchers to lower consumers' expenses. - Customers can sort dishes by new, best-selling, most popular, today's special, duration, and price. ![20230715_023314](https://github.com/shashankvish0010/freshfood/assets/140178357/e769f44c-216e-45d4-9f69-263421211045) ## Technologies Used![20230715_023759](https://github.com/shashankvish0010/freshfood/assets/140178357/f321a630-7716-4136-ad2a-4e4386aedd16) - MongoDB: Database for storing data - Express.js: Backend framework for handling server-side logic - Vite + React.js: Frontend library for building user interfaces - Node.js: JavaScript runtime environment for server-side development - Tailwind CSS: Utility-first CSS framework for styling ![20230715_024212](https://github.com/shashankvish0010/freshfood/assets/140178357/bcf33122-fd15-4a04-9a8c-d7043e06bcad) ![20230715_024523](https://github.com/shashankvish0010/freshfood/assets/140178357/59d85be0-2593-44e0-a002-af2b68291156) ## Getting Started 1. Clone the repository. 2. Install the necessary dependencies using "npm install" 3. Set up environment variables, such as MongoDB connection URL and API keys. To run the project, you'll need to set up the following environment variables: - `PORT`: Port number for the server (e.g., 8000). - `CUSTOMER_SECRET`: Secret key for customer authentication. - `PARTNER_SECRET`: Secret key for food partners authentication. - `ADMIN_SECRET`: Secret key for admin authentication. - `RAZORPAY_KEY`: API key for integrating with the Razorpay payment gateway. - `RAZORPAY_KEY_SECRET`: Secret key for the Razorpay API. - `MONGODB_URI`: MongoDB connection URL. 4. Run the development server using the provided scripts. For Client side : - 1> cd client - 2> cd "Fresh Food" - 3> npm run dev For Server side : - 1> cd server - 2> npm run dev 5. Access the application in your browser. Front end of Fresh Food will run on - http://localhost:5173/ Back end of Fresh Food will run on - http://localhost:8000/ ![20230715_025734](https://github.com/shashankvish0010/freshfood/assets/140178357/1744b4f8-4333-43ab-91a1-89bdadc5775b) ![20230715_025226](https://github.com/shashankvish0010/freshfood/assets/140178357/d0101a0d-87a7-497a-974f-d55351614a58) ## Usage ## Instructions for Customers: 1. Register or log in: As a customer, you can register a new account or log in using your credentials. 2. Browse available dishes: Once logged in, you can browse the available dishes. Use the search or filtering options to find specific types of dishes or explore the entire menu. 3. Place an order: Select the desired dishes and add them to your cart. Proceed to the checkout process and provide any necessary details such as coupon code and payment information. 4. Track your order: After placing an order, you can track its status through your profile whether your order is completed or not. ## Instructions for Food Partners: 1. Register as a food partner: Food partners can register their restaurants or food businesses through the registration process provided in the application. 2. Manage menu items: Once registered and logged in, food partners can manage their menu items. They can add new dishes, edit existing ones, and update their tags when necessary. 3. Track orders: Food partners can track and manage incoming orders through a dedicated dashboard. They can view order details, update the status (completed). 4. Manage account settings: Food partners can update their account information, including contact details, menu. 5. Manage customer data & balance: Food Partners can access their customers and check their revenue. ## Instructions for the Admin Team: 1. Access the admin panel: The admin team can access a separate admin panel with enhanced functionalities and privileges. 2. Manage food partners: The admin team can manage the list of food partners, approving new registrations, or suspending/deleting existing accounts when necessary. 3. Analyze sales and customer data: The admin panel provides comprehensive analytics and reports. The team can track sales, customer count, popular dishes, and other key performance indicators to gain insights and make data-driven decisions. 4. Manage promotional offers: The admin team can create and manage promotional offers, including coupon codes, discounts, and special deals, to attract customers and encourage orders. 5. Monitor and resolve issues: The admin team can monitor the platform for any issues, such as customer complaints or technical glitches, and take appropriate actions to resolve them promptly. In summary, Fresh Food is a feature-rich project that leverages modern technologies to create a seamless platform for customers, food partners, and the admin team. It enables efficient management of food-related operations while providing valuable insights for business growth and optimization. # freshfood Fresh Food is a feature-rich project that leverages modern technologies to create a seamless platform for customers, food partners, and the admin team. It enables efficient management of food-related operations while providing valuable insights for business growth and optimization.
Fresh Food is a full-stack project developed using the MERN (MongoDB, Express.js, React.js, Node.js) stack, along with React.js for the front end and Tailwind CSS for styling. It leverages modern technologies to create a seamless platform for customers, food partners, and the admin team.
expressjs,food-delivery-application,fullstack-development,fullstack-javascript,javascript,mern-stack,mongodb,nodejs,reactjs,tailwindcss
2023-07-30T09:42:16Z
2024-02-06T14:34:07Z
null
1
0
30
0
3
3
null
null
JavaScript
necmettindev/hortu
main
# Hortu A micro-performance focused alternative to Lodash, fully compatible with TypeScript and modular structure.
Hortu is a micro-performance focused alternative to Lodash, fully compatible with TypeScript and modular structure.
javascript,lodash,modules,typescript,utilities,hortu
2023-08-06T09:25:33Z
2023-08-26T14:36:24Z
null
1
0
44
0
0
3
null
MIT
TypeScript
Paulo-Ricard0/Quiz-Baleias
main
<h1 align="center"> <a href="https://quiz-baleias.web.app/"><img alt="Banner quiz sobre Baleias" title="Quiz sobre Baleias" src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/QuizBaleias.png?alt=media&token=a06493a7-97f3-4da6-9215-d9813d5ee7d1" /></a> </h1> <h1 align="center">🐳 Quiz sobre Baleias</h1> <h3 align="center">Teste os seus conhecimentos e aprenda mais sobre esses majestosos mamíferos marinhos com nosso divertido quiz desenvolvido em HTML, CSS e JavaScript!</h3> <div align="center"> <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/Paulo-Ricard0/Quiz-Baleias?color=0e7fc0"> <img alt="Repository size" src="https://img.shields.io/github/repo-size/Paulo-Ricard0/Quiz-Baleias?color=0e7fc0"> <a href="https://github.com/Paulo-Ricard0/Quiz-Baleias/commits/main"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Paulo-Ricard0/Quiz-Baleias?color=0e7fc0"> </a> <img alt="License" src="https://img.shields.io/badge/license-MIT-00a6ed"> <a href="https://github.com/Paulo-Ricard0/Quiz-Baleias/stargazers"> <img alt="Stargazers" src="https://img.shields.io/github/stars/Paulo-Ricard0/Quiz-Baleias?style=social"> </a> </div> <h4 align="center"> Status: Concluído 🚀 </h4> --- ## 📋 Tabela de Conteúdos - [Sobre o projeto](#-sobre-o-projeto) - [Funcionalidades](#️-funcionalidades) - [Layout](#-layout) - [Mobile](#-mobile) - [Web](#️-web) - [Como Jogar](#-como-jogar) - [Tecnologias utilizadas](#%EF%B8%8F-tecnologias-utilizadas) - [Como executar localmente](#-como-executar-localmente) - [Pré-requisitos](#pré-requisitos) - [Rodando a aplicação](#-rodando-a-aplica%C3%A7%C3%A3o) - [Colaboradores](#-colaboradores) - [Como contribuir para o projeto](#-como-contribuir-para-o-projeto) - [Licença](#-licença) --- ## 💻 Sobre o projeto 🐋 Esse quiz é um projeto de final de módulo desenvolvido para aplicar o conhecimento adquirido durante o Módulo 1 do [Programadores do Amanhã](https://programadoresdoamanha.org/). Nosso objetivo é fornecer um meio divertido e educativo para as pessoas aprenderem sobre esses magníficos animais e conscientizar sobre a importância da preservação das baleias e dos oceanos. O quiz consiste em cinco perguntas de múltipla escolha, abordando diversos aspectos das baleias, como sua biologia, ecologia, comportamento e cultura. Cada pergunta apresenta quatro alternativas, sendo apenas uma a resposta correta. O participante avança para a próxima pergunta ao responder corretamente e retorna ao início em caso de resposta incorreta. Portanto, o objetivo é completar o quiz sem cometer erros. Através deste projeto, esperamos transmitir informações valiosas de forma envolvente e desafiadora, assim despertando um interesse duradouro pela preservação desses seres incríveis e do meio ambiente marinho, além de testar os conhecimentos dos usuários sobre as baleias e ensinar novas curiosidades e fatos sobre elas. --- ## ⚙️ Funcionalidades - [x] **Tela inicial:** Ao clicar no botão "Começar", os usuários devem inserir um nome válido para iniciar o quiz. - [x] **Progressão do Quiz:** Os usuários avançam pelas perguntas, respondendo corretamente ou retornando à tela "tente novamente" ao responderem incorretamente. - [x] **Verificação de Respostas:** Quando uma resposta é selecionada, o sistema verifica se está correta. Se a resposta estiver correta, a contagem de respostas corretas aumenta e o usuário avança para a próxima pergunta. Caso contrário, um feedback de erro é exibido. - [x] **Tente novamente:** Ao errar uma pergunta é exibido um feedback de erro, com a contagem de respostas corretas e erradas, juntamente com a opção de tentar novamente. - [x] **Tela final:** Completar todas as perguntas com sucesso resulta em uma mensagem de vitória, exibindo o número total de respostas corretas e a uma opção para reiniciar o quiz. - [x] **Sistema de pontuação:** O usuário recebe um ponto por cada resposta certa e perde todos os pontos se errar alguma resposta. - [x] **Design responsivo:** O layout do site se ajusta de acordo com o tamanho da tela do dispositivo. --- ## 🎨 Layout ### 📱 Mobile <p align="center"> <img alt="layoutMobile" title="#layoutMobile" src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/mobile%20(3).png?alt=media&token=a6f14294-3bee-4bd7-9c14-fb3d74a79fcb" width="200px"> <img alt="layoutMobile" title="#layoutMobile" src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/mobile%20(4).png?alt=media&token=218b9156-d764-4657-80a0-d9d478780538" width="200px"> </p> ### 🖥️ Web <p align="center" style="display: flex; align-items: flex-start; justify-content: center;"> <img alt="NextLevelWeek" title="#NextLevelWeek" src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/ultimaDesktop.png?alt=media&token=7cfbf612-e1df-4836-99dd-b9199e3cb331" width="600px"> </p> --- ## 🎮 Como Jogar 1. Acesse o [link](https://quiz-baleias.web.app/) do site para iniciar o quiz. 2. Digite seu nome para começar. 3. Responda as perguntas de múltipla escolha que aparecerão na tela. Cada pergunta tem quatro alternativas, mas apenas uma é a correta. 4. Se você acertar a resposta, você ganha um ponto e avança para a próxima pergunta. Se você errar, você perde todos os pontos e volta para o início. 5. O jogo termina quando você responder corretamente as cinco perguntas. 6. Você pode jogar quantas vezes quiser, basta clicar em "Reiniciar" na tela final. > Será se você consegue chegar até o final sem errar? 💯 --- ## 🛠️ Tecnologias utilizadas <a href="https://developer.mozilla.org/pt-BR/docs/Web/HTML"><img alt="HTML" src="https://img.shields.io/badge/HTML5-0e7fc0?style=for-the-badge&logo=html5&logoColor=white"></a> <a href="https://developer.mozilla.org/pt-BR/docs/Web/CSS"><img alt="CSS" src="https://img.shields.io/badge/CSS3-0e7fc0?style=for-the-badge&logo=css3&logoColor=white"></a> <a href="https://developer.mozilla.org/pt-BR/docs/Web/JavaScript"><img alt="JavaScript" src="https://img.shields.io/badge/JavaScript-0e7fc0?style=for-the-badge&logo=javascript&logoColor=white"></a> <a href="https://firebase.google.com/?hl=pt"><img alt="Firebase" src="https://img.shields.io/badge/Firebase-0e7fc0?style=for-the-badge&logo=firebase&logoColor=white"></a> --- ## 🚀 Como executar localmente ### Pré-requisitos Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas: [Git](https://git-scm.com) e [Node.js](https://nodejs.org/en/). Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/). #### 👨‍💻 Rodando a aplicação: ```bash # 1. Instale o Git no seu computador, caso ainda não tenha. # 2. Abra o terminal ou o prompt de comando e clone este repositório. git clone https://github.com/Paulo-Ricard0/Quiz-Baleias.git # 3. Acesse a pasta do projeto no seu terminal/cmd. cd Quiz-Baleias # 4. Instale o Node.js no seu computador, caso ainda não tenha. # 5. Acesse a pasta public do projeto no seu terminal/cmd. cd public # 6. Execute o comando. npx http-server # 7. Isso vai iniciar o servidor local na porta 8080 e mostrar o endereço no terminal. # 8. Acesse o site localmente digitando http://localhost:8080 ou http://127.0.0.1:8080 no seu navegador. # 9. Ou se preferir pode executar usando a extensão "Live server" no VSCODE. ``` > Pronto! Agora você pode ver e modificar o projeto na sua máquina. --- ## 🤝 Colaboradores Este projeto foi desenvolvido com a colaboração de: <table> <tr> <td align="center"><a href="https://github.com/Paulo-Ricard0"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/ultima2.jpg?alt=media&token=68c74a20-9738-4d63-9aaf-b02608678c93" width="80px" alt="Foto Paulo Ricardo"/><br /><sub><b>Paulo Ricardo</b></sub></a><br /></td> <td align="center"><a href="https://github.com/wagnerg7"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/wagner2.jpg?alt=media&token=d0257df3-897a-48fb-92f1-549b345e0c76" width="80px;" alt="Foto Wagner Gomes"/><br /><sub><b>Wagner Gomes</b></sub></a><br /></td> <td align="center"><a href="https://github.com/gvmckl"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/geovanna.jpg?alt=media&token=f2cb4d95-e648-476f-bddc-8d8c43c5fec0" width="80px" alt="Foto Geovanna Mickaella"/><br /><sub><b>Geovanna Mickaella</b></sub></a><br /></td> <td align="center"><a href="https://github.com/Fladeveras"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/Flavia.jpg?alt=media&token=2db324ba-96bb-4829-8262-e51323d68fb4" width="80px" alt="Foto Flavya Devereas"/><br /><sub><b>Flavya Devereas</b></sub></a><br /></td> <td align="center"><a href="https://github.com/Thami078"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/thamires.jpg?alt=media&token=0d7b32cd-d71a-4501-bbab-4886a6c967ee" width="80px" alt="Foto Thamires Alves"/><br /><sub><b>Thamires Alves </b></sub></a><br /></td> <td align="center"><a href="https://github.com/iingridliveira"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/ingrid.jpg?alt=media&token=189735ff-4d08-442d-b4aa-b5a2c5cfc9a5" width="80px" alt="Foto Ingrid Oliveira"/><br /><sub><b>Ingrid Oliveira</b></sub></a><br /></td> </tr> </table> > Obrigado a todos os membros da equipe por suas contribuições! 💙 --- ## 💪 Como contribuir para o projeto 1. Faça um **fork** deste repositório e clone o seu fork localmente. 2. Crie um branch para as suas alterações usando o comando `git checkout -b nome-do-branch`. 3. Salve as alterações e crie uma mensagem de commit contando o que você fez: `git commit -m "feature: My new feature"`. Siga as [convenções de commit](https://dev.to/mestredosmagos/como-colaborar-em-projetos-no-github-um-guia-para-iniciantes-1aao) 4. Faça um push do seu branch para o seu fork usando o comando `git push origin nome-do-branch`. 5. Abra um pull request para este repositório e descreva as suas alterações. > Se você deseja contribuir para este projeto, fique à vontade para enviar pull requests. Toda contribuição é bem-vinda! --- ## 📝 Licença Este projeto esta sobe a licença [MIT](./LICENSE). --- Divirta-se jogando o quiz e aprendendo sobre as maravilhas das baleias! 🐋 <p align="right"><a href="#top"><img src="https://img.shields.io/static/v1?label&message=voltar+ao+topo&color=30363d&style=flat&logo" alt="voltar ao topo" /></a></p>
Um quiz para você testar seus conhecimentos e aprender mais sobre esses magníficos mamíferos marinhos! 🐳
css3,html5,javascript
2023-08-02T21:55:59Z
2023-11-17T03:35:39Z
null
6
0
100
0
4
3
null
MIT
CSS
Seromitschu/terminal-portfolio
main
<h1>Seromitschu Terminal Portfolio</h1> <img style="border-radius: 8px;" src="src/assets/readme/welcomeGIF.gif" alt="Welcome"/> > - This website made by **Seromitschu**. <br> > - Click to see the current trial site. <a target="_blank" href="https://seromitschu.vercel.app">Live Demo<a> <h1>Build With</h1> **This project was built using these technologies.** <br><br> > - JavaScript > - HTML > - CSS <br> **Languages ​​were used while making this website.** > - Vercel <br>**Deploying service.** > - Visual Studio Code <br>**Code Editor** > - Font Awesome <br> **Icons** <h1>Getting Started</h1> > - Download project and open in your code editor. > - Run ``index.html``. **Now you can customize and use the website according to you!** > - If you want, you can activate your website using vercel. <h1>Customize</h1> **Below I will tell you some things so that you do not have any difficulties while customizing your website.** <h2>Commands</h2> _**Command Template:**_ > - The current scheme of commands is as follows. ```javascript if(value === "Command Usage"){ //// Maintenance Mod if(config.seromitschu.system.mods.maintenance === true){ return; } trueValue(value); consoleSucess(value); createText("Text Reply"); createCode("Text Title", "Text Description"); //// Command History saveHistory(document.querySelector("input").value.trim().toLowerCase()); } //// Command Not Found else{ if(config.seromitschu.system.mods.maintenance === true){ return; } falseValue(value); consoleError(value); createText(`<i class="fa-solid fa-square-xmark error"></i> "<span class="error">${value}</span>" ${config.seromitschu.commands.commandNotFound}`); //// Command History saveHistory(document.querySelector("input").value + `&nbsp; <i class="fa-solid fa-square-xmark error"></i>`.trim().toLowerCase()); } } ``` _**True & False Value:**_ > - This feature allows the command entered by the visitor to be painted in the color with the valid meaning while it is running, and change it to the color with the invalid meaning when it is not running. ```javascript function trueValue(value){ const div = document.createElement("section"); div.setAttribute("class", "type2"); const i = document.createElement("i"); i.setAttribute("class", "fas fa-angle-right icone"); const mensagem = document.createElement("h2"); mensagem.setAttribute("class", "sucess"); mensagem.textContent = `${value}`; div.appendChild(i); div.appendChild(mensagem); app.appendChild(div); } function falseValue(value){ const div = document.createElement("section"); div.setAttribute("class", "type2"); const i = document.createElement("i"); i.setAttribute("class", "fas fa-angle-right icone error"); const mensagem = document.createElement("h2"); mensagem.setAttribute("class", "error") mensagem.textContent = `${value}`; div.appendChild(i); div.appendChild(mensagem); app.appendChild(div); } ``` <div style="float: left;"> > - **True Value:**<br> <img style="border-radius: 8px; height: 40px" src="src/assets/readme/trueValueIMG.jpg" alt="True Value"> > - **False Value:**<br> <img style="border-radius: 8px; height: 40px" src="src/assets/readme/falseValueIMG.jpg" alt="False Value"> _**Console Sucess, Warn, Error:**_ > - It allows you to monitor command statuses from the console in a simple way. ```javascript function consoleSucess(value){ console.log(`%c Sucess: ${value} - Date & Time: ${Date()}`, `color: #5AD786`); } function consoleError(value){ console.log(`%c Error: ${value} - Date & Time: ${Date()}`, `color: #F78F85`); } function consoleWarn(value){ console.log(`%c Warn: ${value} - Date & Time: ${Date()}`, `color: #FABD2F`); } ``` > - Console:<br> <img style="border-radius: 8px" src="src/assets/readme/consoleLogIMG.jpg" alt="Console Log"> _**Create Text and Create Code:**_ > - Styles of response to the command typed by the visitor. ```javascript function createText(text, classname){ const p = document.createElement("p"); p.innerHTML = text; app.appendChild(p); } function createCode(code, text){ const p = document.createElement("p"); p.setAttribute("class", "code"); p.innerHTML = `${code}: <span class='text'> ${text} </span>`; app.appendChild(p); } ``` > - **Create Text:**<br> <img style="border-radius: 8px; height: 40px" src="src/assets/readme/createTextIMG.jpg" alt="Create Text"> > - **Create Code:**<br> <img style="border-radius: 8px; height: 40px" src="src/assets/readme/createCodeIMG.jpg" alt="Create Code"> _**Open Terminal:**_ > - Texts that will be reflected on the screen when the terminal is opened. ```javascript async function openTerminal(){ createText(config.seromitschu.welcome.first); await delay(config.seromitschu.delays.welcome.first); createText(config.seromitschu.welcome.second); await delay(config.seromitschu.delays.welcome.second); createText(config.seromitschu.welcome.commands); newLine(); } ``` > - **Open Terminal:**<br> <img style="border-radius: 8px;" src="src/assets/readme/welcomeGIF.gif" alt="Welcome"/> _**New Line:**_ > - Simple new line. ```javascript function newLine(){ const p = document.createElement("p"); const span1 = document.createElement("span"); const span2 = document.createElement("span"); p.setAttribute("class", "path"); p.textContent = config.seromitschu.path.who; span1.textContent = config.seromitschu.path.preposition; span2.textContent = config.seromitschu.path.file; p.appendChild(span1); p.appendChild(span2); app.appendChild(p); const div = document.createElement("div"); div.setAttribute("class", "type"); const i = document.createElement("i"); i.setAttribute("class", "fas fa-angle-right icone"); const input = document.createElement("input"); div.appendChild(i); div.appendChild(input); app.appendChild(div); input.focus(); } ``` > - **New Line:**<br> <img style="border-radius: 8px;" src="src/assets/readme/newLineIMG.jpg" alt="New Line"/> <h2>Colors</h2> > - Color chart. ```css :root { --white: #FFFFFF; --black: #000000; --blue: #9CEAF3; --pink: #F78F85; --red: #F5544D; --yellow: #FABD2F; --green: #47D043; --wheat: #F0D098; --navyBlue: #6A77D2; --turquoise: #9CEAF3; --sucessGreen: #5AD786; --errorRed: #F78F85; } ``` <h2>Don't forget to give a ⭐ if you like the project!</h2>
🌄 Terminal portfolio website.
portfolio,portfolio-website,terminal,terminal-portfolio,html,css,javascript
2023-07-31T14:38:11Z
2023-11-04T16:52:34Z
null
1
0
17
0
2
3
null
MIT
JavaScript
daveknights/cre8bit
main
# Cre8bitJS Cre8bitJS is a lightweight Javascript library that adds 8bit style retro video game characters to your web page as svgs. These are created dynamically allowing for customisation. **Note:** This library is a Javascript class containing private fields and methods which may not work with your chosen minifier. For a minified* version of the library, install [cre8bit-minified](https://www.npmjs.com/package/cre8bitjs-minified). ## Setup Via npm for use with a bundler. ``` $ npm install cre8bitjs --save ``` ```javascript import cre8bit from 'cre8bitjs'; ``` ## Usage ```javascript // The most basic usage of the library new cre8bit().create('space invader'); ``` ### Examples ```javascript // Create an svg with custom options new cre8bit().create('pacman', {size: 12, parentClass: 'container'}); // Some helper methods are available if you need to modify the svg after creation const pacman = new cre8bit().create('pacman'); pacman.setSize(20); // Methods can be chained pacman .setColour('#f9eb06') .setFlip(true); // Animation option available for certain characters const ghost = new cre8bit().create('ghost', {animate: true}); // Cancel animation ghost.stop(); ``` ### Character names Pass one as the first argument to the **create** method. - `'space invader'` - `'ufo'` - `'pacman'` - `'ghost'` - `'poke ball'` - `'pikachu'` - `'mario'` - `'mushroom'` - `'kirby'` Look out for new characters. ### Options Optional object passed as the second argument to the **create** method. `(string) colour` - Any valid CSS colour name or hex value e.g: `red` or `#c8b`. Characters have a default colour. `(number) size` - Up to a maximum size of **70**. The default is `5`. `(boolean) flip` - The default is **false**. `(boolean) animate` - Only available currently with **space invader**, **pacman** & **ghost**. `(boolean) reflection` - The default is **false**. `(string) parentClass` - Use this to add the svg to an existing DOM element by providing the class name. If none is provided they are added to the document body. `(string) wrapperClass` - Use this to wrap the svg in a div with the class name provided. `(boolean) outline` - Add an outline to all paths of a character. Useful if there is not enough contrast between the character colour and your page background, or the character (parts of the character) are the same colour as your page. `(array) responsive` - Pass an array of exactly 3 numbers for the size you want to display the character on mobile, tablet(768px) and desktop(1000px). E.g: `[6, 8, 12]`. All 3 values don't need to be different if, for example, you want to use the same size at tablet and desktop but you do still need to pass 3 values. E.g: `[6, 12, 12]`. ### Helper methods `setColour(string)` - Any valid CSS colour name or hex value e.g: `red` or `#c8b`. Characters have a default colour. `setSize(number)` - Up to a maximum size of **70**. The default is `5`. `setFlip(boolean)` - The default is **false**. `stop()` - Stop a currently animating character. ## In action See some [examples](https://daveknights.github.io/cre8bit/examples/) of the library in use. Try out the library in the [Cre8bitJS Playground](https://daveknights.github.io/cre8bit/playground/). ## Browser support Works in latest version of all major desktop browsers and latest version of major Android & IOS browsers. _* At the time of writing, a minifier that could handle private properties & methods could not be found, so a [custom node minifying script](https://gist.github.com/daveknights/7e6124184c5d49f8498d6fa91fb21181) was created, shaving nearly 40% off the unminified version._
JS library for adding 8bit retro style video game characters to a web page.
8bit,js-library,video-game-characters,svg,pacman,space-invaders,fun-library,animated-svg,javascript
2023-08-04T11:44:14Z
2024-02-12T21:29:38Z
2024-02-12T21:02:56Z
1
0
109
0
0
3
null
MIT
JavaScript
MauvG/shoe-store
main
Developed with Next js 13. Link: https://mg-footwear.vercel.app/ Name: MG-Footwear Disclaimer: All images are from nike.com. I do not own any of them! ![main](https://github.com/MauvG/shoe-store/assets/98029535/d9f04920-231b-4d17-a38d-3ebf6b65e28e) ![category](https://github.com/MauvG/shoe-store/assets/98029535/25926dc8-bb34-4943-afb8-dae325cabc7c) ![cart](https://github.com/MauvG/shoe-store/assets/98029535/8d5b00df-9578-4566-bbf7-77d05e8c3ce3) ![shoe](https://github.com/MauvG/shoe-store/assets/98029535/d96cd7e9-18e7-4d40-8bfe-a5026012e07b) Project Details: • Designed and developed a dynamic e-commerce shoe store website. • Utilized Next.js to build a responsive and performant frontend. Leveraged React components to create a user-friendlyinterface, featuring product listings, detailed product pages, and a shopping cart. • Developed user authentication functionality to allow customers to create accounts, log in, and manage their cart. • Established a connection to a MongoDB database to store product information and customer data. Employed Mongoose, to simplify database operations. • Designed a dynamic shopping cart that allows users to add and remove items, view cart contents, and calculate the total cost. Cart data is synchronized with the backend for a seamless shopping experience.
An online shoe store, developed with Next js 13.
javascript,mongodb,nextjs13
2023-07-28T17:25:47Z
2023-09-22T14:46:33Z
null
1
0
58
0
0
3
null
null
JavaScript
Faisal25DEC/Alcazar-Travel-Agency
main
# Alcazar-Travel-Agency A Dynamic Website built on HTML, CSS and JS that lets you book travel destinations. ##Features User Specificity and Personalized user experience Debouncing search feature Firebase Authentication Search Functionality througout Filter functionality In the product page. Integrated Razorpay payment gateway. ## Solution Approach ### Waterfall Model - Requirements - Design - Implementation - Verification - Maintenance ## 🛠 Tech Stack **Tech stack:** Html CSS Javascript Firebase APIs **Server:** Json Server (Npm) **Apis:** - unsplash **Others:** Local Storage, Google Map Embeded link ## Website flow for **_User_** - Home page (index.html) - Destinations List - Destination Details - Payment - My Bookings -Saved <h3>Team Members</h3> <ul> <li>Muhammad Faisal</li> <li>Nikita Rathee</li> <li>Shubham Agdari</li> <li>Sneha Raj</li> </ul> <p>Login Page</p> <img src="./login.png" alt="" /> <p>Home Page</p> <img src="./home.png" alt="" /> <p>Product Page</p> <img src="./product1.png" alt="" /> <img src="product2.png" alt="" /> <p>Product Details Page</p> <img src="productDetails.png" alt="" /> <p>payment page</p> <img src="payment.png" alt="" /> <p>Bookings page</p> <img src="bookings.png" alt="" /> <p>Saved Destinations</p> <img src="saved.png" alt="" /> ## Thank you note Thank you all who is giving precious time to visit our little creative project which is made with lot of efforts.
A User-Specific destination booking website built on vanialla Javascript with the help of firebase for authentication and json-server to store the database. It facilitates all features of a booking website with beautiful visually appealing UI
css,html5,javascript,json-server
2023-08-05T11:20:19Z
2024-02-13T07:24:45Z
null
4
6
87
0
0
3
null
null
HTML
sena-proyectos/Siscomite
master
null
Proyecto educativo destinado al Centro Tecnológico del Mobiliario, dirigido de manera directa a los comités de evaluación y seguimiento.
javascript,mysql,nodejs,reactjs,nextui-template
2023-07-27T18:13:20Z
2023-11-10T14:47:34Z
null
10
19
468
0
0
3
null
null
JavaScript
Web3Arabs/NFTs-Course
main
# NFTs-Course محتوى الدورة التدريبية **بناء مشاريع NFTs** في **[Web3Arabs](https://www.web3arabs.com)** - الأفضل للمطورين للتعرف على الرموز من النوع ERC20 و ERC721 و ERC1155 وبناء مشاريع NFT
محتوى الدورة التدريبية بناء مشاريع NFTs في Web3Arabs - الأفضل للمطورين للتعرف على الرموز من النوع ERC20 و ERC721 و ERC1155 وبناء مشاريع NFT
erc1155,erc20,erc721,ethersjs,hardhat,ipfs,javascript,nfts,reactjs,smart-contracts
2023-08-01T14:21:48Z
2024-02-21T00:26:43Z
null
1
4
9
0
1
3
null
null
null
bagussatoto/kode-mabar
main
<h1 align="center">Baca Kode</h1> <!-- Garis Lurus --> <img align="center" src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif" alt="javascript" width="1000"/> <!-- End --> <img align="center" src="https://github.com/bagussatoto/bacakode/blob/main/doc/Screenshot%202023-07-24%20142304.png" alt="Aplikasi" /> <!-- Garis Lurus --> <img align="center" src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif" alt="javascript" width="1000"/> <!-- End --> <img align="center" alt="mabarin" src="https://github.com/bagussatoto/kode-mabar/assets/87259393/f0cf9029-2aa8-4d27-a983-885d01d2ce0b"> <!-- Garis Lurus --> <img align="center" src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif" alt="javascript" width="1000"/> <!-- End --> ## ✅ About > ### Aplikasi Baca Kode. merupakan aplikasi platform mobile untuk Top Up game <!-- Garis Lurus --> <img align="center" src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif" alt="javascript" width="1000"/> <!-- End --> # Create T3 App This is an app bootstrapped according to the [init.tips](https://init.tips) stack, also known as the T3-Stack. ## What's next? How do I make an app with this? We try to keep this project as simple as possible, so you can start with the most basic configuration and then move on to more advanced configuration. If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help. - [Next-Auth.js](https://next-auth.js.org) - [Prisma](https://prisma.io) - [TailwindCSS](https://tailwindcss.com) - [tRPC](https://trpc.io) We also [roll our own docs](https://beta.create.t3.gg) with some summary information and links to the respective documentation. Also checkout these awesome tutorials on `create-t3-app`. - [Build a Blog With the T3 Stack - tRPC, TypeScript, Next.js, Prisma & Zod](https://www.youtube.com/watch?v=syEWlxVFUrY) - [Build a Live Chat Application with the T3 Stack - TypeScript, Tailwind, tRPC](https://www.youtube.com/watch?v=dXRRY37MPuk) - [Build a full stack app with create-t3-app](https://www.nexxel.dev/blog/ct3a-guestbook) - [A first look at create-t3-app](https://dev.to/ajcwebdev/a-first-look-at-create-t3-app-1i8f) ## How do I deploy this? Follow our deployment guides for [Vercel](https://beta.create.t3.gg/en/deployment/vercel) and [Docker](https://beta.create.t3.gg/en/deployment/docker) for more information.
Mabarin
java,javascript,typescript
2023-07-23T02:07:59Z
2024-01-12T09:04:42Z
2023-07-23T02:27:44Z
1
52
66
1
0
3
null
null
Java
gevendra2004/minimal-Portfolio-design
main
# 💼 Responsive Personal Portfolio Website ### 💼 Responsive Personal Portfolio Website - Responsive Personal Portfolio Website Design Using HTML CSS & JavaScript - Includes a light and dark theme. - Contains animations when scrolling. - Includes a form to send emails. - Developed first with the Mobile First methodology, then for desktop. - Compatible with all mobile devices and with a beautiful and pleasant user interface. 💙 Lets connect on Linkedin
Responsive Personal Portfolio Website
animation,css,emailjs,html5,javascript,remixicons,scrollrevealjs
2023-07-27T05:54:40Z
2023-07-30T17:08:38Z
null
1
0
14
0
1
3
null
MIT
HTML
wisamosman/Youtube-Frontend-and-Backend-Project
main
# taskvideos5050 I designed a simple project like YouTube on the frontend and implemented the backend for this project using Python and Django. I designed a simple project like YouTube on the frontend and implemented the backend for this project using Python and Django. On the frontend, I focused on creating an engaging user interface with features similar to YouTube, ensuring an excellent user experience. Meanwhile, in the backend, I leveraged Python and Django to build a robust system that handles data storage, user authentication, and content management. This project not only highlights my proficiency in frontend technologies such as HTML, CSS, and JavaScript but also underscores my expertise in developing backend solutions with Python and Django. I'm excited to continue expanding my skills and applying them to innovative web development projects. ![screencapture-127-0-0-1-5050-viedeos-2023-10-14-14_06_04](https://github.com/wisamosman/taskvideos5050/assets/121224893/b798fca3-5a1f-4132-9577-22395f57de07)
I designed a simple project like YouTube on the frontend and implemented the backend for this project using Python and Django.
bootstrap,css3,django,html5,javascript,python
2023-07-30T13:07:36Z
2023-10-15T10:30:54Z
null
1
0
20
0
0
3
null
null
Python
Engineering-Excellence/CineVerse
main
null
KOSA
docker,html,java,javaannotation,javascript,jenkins,maven,mybatis,oracle,scss
2023-07-30T16:13:30Z
2023-09-24T00:54:57Z
null
4
109
258
0
2
3
null
null
Java
modsLabs/MOD-CSS-2.0.2
main
[![MOD-CSS's GitHub Banner](./static/img/Responsive-website.jpg)](https://mod-css.com) [![Website](https://img.shields.io/badge/Website-informational?style=flat&logo=html5&logoColor=white&color=1CA2F1)](https://mod-css.com/) [![CodePen Badge](https://img.shields.io/badge/CodePen-Profile-informational?style=flat&logo=codepen&logoColor=white&color=white)](https://codepen.io/mod-css/) [![Youtube Badge](https://img.shields.io/badge/Youtube-Profile-informational?style=flat&logo=youtube&logoColor=white&color=red)](https://youtube.com/mod-css) [![Demo Page](https://img.shields.io/badge/Demo-Page-informational?style=flat&logo=html&logoColor=white&color=1CA2F1)](https://mod-css.com/demo) [![Javascript Badge](https://img.shields.io/badge/Single-file-informational?style=flat&logo=javascript&logoColor=yellow&color=1CA2F1)]() [![Javascript Badge](https://img.shields.io/badge/Lightweight-10kb-informational?style=flat&logo=javascript&logoColor=yellow&color=4AB197)]() MOD-CSS is a free utility CSS framework for front-end development. It's can be used to design web page or any website. We support setting of Selector, breakpoints, flexgrid, states, any CSS properties. It's very lightweight (only 10k), single file and only built with javascript. > ### Our inspiration :heart: > We want to go fast when we prototype or build a webpage from scratch. > > We don't switch between template and stylesheet while creation processing. > > Sometimes, we got to use arbitrary value because predefined class don't macth with our needs. > > We want to extends our possibilities/design when we use ready-to-use Bootstrap, Bulma or Materialize components. ## Installation Only add CDN to an a script tag and let's go ! ```html <head> <script src="https://cdn.jsdelivr.net/gh/modsLabs/MOD-CSS-2.0.2@main/MODCSS_2.0.2.min.js"> </head> ``` ## How to use it 1. MOD-CSS uses custom properties to call original css properties. These are abbreviated and named intuitively. To set a properties, call his equivalent MOD abbreviation followed by its value in square brackets. ```css w[10px] /* ==> width: 10px */ co[blue] /* ==> color: blue */ p[var(--px)] /* ==> padding: var(--px) */ ``` 2. We use custom attributes which start with ***:*** , main attributes are ***:mod*** and ***:box*** . ```html <div :mod="col[100px]"><div> <!-- Use :mod to set only flexgrid props--> <div :box="w[100px] p[9px]"><div> <!-- Use :box for any properties --> <div :box="fo.sz[10px] co[#f4f4f4]"><div> <!-- Use :box typography properties --> <div :box="trn[all .3s ease] && hover: m.lf[6px]"><div> <!-- Use for special effects or animations --> ``` 3. Cheatsheet and almost supported properties can be found [here](https://mod-css.com/documentation/cheatsheet/#Cheatsheet) --- --- <h2 style="margin-bottom:10px">Summary </h2> * [1. Define quickly any selector](#sel) * [2. Standards breakpoints for reponsiveness](#brkp) * [3. Fully customizable Flexgrid](#flex) * [4. Set States on any component](#sta) * [5. Call any style](#prop) * [6. Tips](#tip) ### Selector <div id="sel"><div> In MOD-CSS, you can quickly define any selector(s) directly in your template by using our custom styles, like below : *1. With single tag* ```html <div :var="pre { w[100%] wsp[pre-line] }"></div> ``` ```css /*CSS equivalent*/ pre { width:100%; white-space:pre-line; } ``` *2. With an id* ```html <div :var="#dialog { h[100px] w[100vw] bg[#10101020] }"></div> ``` ```css /*CSS equivalent*/ #dialog { height:100px; width:100vw; background:#10101020; } ``` *3. With class* ```html <div :var=".link { bg.co[#f8f8f850] m[1px 0px] p[4px 3px] br[3px] && hover:bg.co[#f8f8f8] }"></div> ``` ```css /*CSS equivalent*/ .link { background-color:#f8f8f850; margin: 1px 0px; padding: 4px 3px; border-radius: 3px; } .link:hover { background-color:#f8f8f8; } ``` *4. Mixed types* ```html <div :var="pre, #dialog, .link:hover, [data-id='4'] { bg[white] bd[.25px solid #eee] p[4px 3px] fo.sz[13px] fo.wg[600] }"></div> ``` ```css /*CSS equivalent*/ .pre, #dialog, .link:hover, [data-id='4'] { background: white; border: 0.25px solid #eee; padding: 4px 3px; font-size: 13px; font-weight: 600; } ``` --- --- ### Breakpoints <div id="brkp"><div> We have a breakpoint management feature that allows you to create specific styles for different screen sizes. So, you can easily adapt your design for smartphone, tablet, laptop and more... We support six breakpoints : | breakpoints | size | | :-----: | :----: | | xs | Extra small < 575.98px | | sm | Small ≥ 576px | | md | Medium ≥ 768px | | lg | Large ≥ 992px | | xl | Extra Large ≥ 1200px | | xxl | Very Extra Large ≥ 1400px | For calling, use [breakpoint] followed by **?** . Ex: *md?* , *lg?* #### Practice > Noticed, when you don't set a breakpoint, value works on any screen. > It is on this principle that we will define the others breakpoints while maintaining a default behavior. *a. We've set default values and added a custom width on medium screen.* ```html <div :box="w[100%] p[6px] || md? w[80%]"></div> ``` ```css /*CSS equivalent*/ div { width: 100%; padding: 6px; } @media only screen and (min-width: 768px) { div { width: 80%; } } ``` *b. You can use many breakpoints in same time and many more combinaisons...* ```html <div :box="md? hover: w[80%] || lg? hover: w[76%] || xxl? w[72%]"></div> ``` ```css /*CSS equivalent*/ @media only screen and (min-width: 768px) { div:hover { width: 80%; } @media only screen and (min-width: 992px) { div:hover { width: 76%; } @media only screen and (min-width: 1400px) { div { width: 72%; } } ``` [Read more >](https://mod-css.com/documentation/breakpoints/) ---- ---- ### Flexgrid MOD features a revolutionary n-columns grid system that allows you to create flexible and responsive with n size. It support natively automatique sizing, fit-content, precise sizing, gap and offseting. You can use any css unit to set them, call many flexbox properties to align, evenly distribute and precisely manage element dimensions. #### Practice *a. Set a basic grid with a container, one row and two columns* ```html <div :mod="container[95%]"> <div :mod="row[100%]"> <div :mod="col[45%]"></div> <div :mod="col[55%]"></div> </div> </div> ``` *b. Grid with auto sizing columns* > Noticed > **Auto** values try to get all remaining space ```html <div :mod="container[95%]"> <div :mod="row[100%]"> <div :mod="col[auto]"></div> <div :mod="col[auto]"></div> </div> </div> ``` *c. Grid with fit content* > Noticed > **fit** values try to limit the width to the space used by its content. It's also can be used on row (to respect design system prerequisite, don't use). ```html <div :mod="container[95%]"> <div :mod="row[100%]"> <div :mod="col[fit]"></div> <div :mod="col[auto]"></div> </div> </div> ``` *d. grid with custom units, one row and three columns* > Noticed > **Arbitray values** define the real size of these elements. For best layout, use them sparingly because in most cases percentage values gives better responsive design. ```html <div :mod="container[100vmax]"> <div :mod="row[100%]"> <div :mod="col[100px]"></div> <div :mod="col[55%]"></div> <div :mod="col[auto]"></div> </div> </div> ``` *e. Grid with gap between columns* > Noticed > You can defined gap with any css units. If you work with percentages, use gap in percentage to avoid ugly layout. > Gap take a part in total row size, keep in mind this before you set size of columns to avoid overflowing. > Gap can be set on X and Y in once, Y only or X only. ```html <!--same value on X and Y--> <div :mod="row[100% 1%]"> <div :mod="col[48%]"></div> <div :mod="col[48%]"></div> </div> ``` ```html <!--different values - X: 2% and Y: 1%--> <div :mod="row[100% 2% 10px]"> <div :mod="col[100px]"></div> <div :mod="col[auto]"></div> </div> ``` *f. Grid with offset in columns* > Noticed > You can defined offset with any css units. > Offset is a left-margin and take a part in total row size. > Offseting can also be used to simulate a gap between columns (if you don't want to use regular gap) ```html <!--We define offseting 25px on both columns--> <div :mod="row[100%]"> <div :mod="col[25% 25px]"></div> <div :mod="col[auto 25px]"></div> </div> ``` *g. Grid columns with centered content* > Noticed > We combine flexbox habilities of row with justify-content property. ```html <div :mod="row[100%]" :box="ju.co[space-evenly]"> <div :mod="col[auto]"></div> <div :mod="col[auto]"></div> </div> ``` [Read more >](https://mod-css.com/documentation/core-concepts/#FlexGrid) ---- ---- ### States <div id="sta"><div> Theoretically, all pseudo-classes/states are supported. We haven't tested them all but in principle they should all work fine. a. *Easy simple calling* ```html <div :box="hover: bg[lightblue]"></div> <div :box="focus: fo.wg[bold] co[lightblue]"></div> <div :box="nth-child(even):bg[lightgray]"></div> ``` b. *Calling before else* In this case, setting of states always ends by ***&&*** to add another pseudo or properties outside of it ```html <div :box="hover: bg[lightblue] && bg[blue]"></div> <tr :box="hover:fo.wg[700] co[#198754] bg[#0bcf8466] && bg[lightgray]"></tr> ``` c. *Calling after else* In this case, states always start by ***&&*** to add it outside of properties already set ```html <div :box="bg[blue] && hover: bg[lightblue]"></div> <tr :box="bg[lightgray] && hover:fo.wg[700] co[#198754] bg[#0bcf8466]"></tr> ``` d. *Multi states and Multi-affect* [In the first example, we are using a special MOD option](#multi) With Multi states, just call ***&&*** to separe them. ```html <div :box="hover*checked: bg[lightblue]"></div> <tr :box="hover: fo.wg[700] co[#198754] bg[#0bcf8466] && nth-child(even): bg[lightgray]"></tr> ``` [Read more >](https://mod-css.com/documentation/states/) ------ ------ ### Multi setting <div id="multi"><div> MOD has an option that allows you to assign to several properties with the same value at once. This one can be used on any property. ```html <button :box="w*h[100%] m*p[6px]"></button> ``` ```css /* Css equivalent */ button { width: 100%; height: 100%; margin: 6px; padding: 6px } ``` -------------- -------------- ### Properties <div id="prop"><div> All supported properties, can be found : - [Here](https://mod-css.com/documentation/core-concepts/#All%20CSS) - [Cheatsheet](https://mod-css.com/documentation/cheatsheet/#Cheatsheet) --------------- ### If you like, give us a star. We'll appreciate it.
MOD-CSS is a free utility-first CSS framework for front-end development. It's build only with javascript and supports breakpoints, flexgrid, states and CSS properties.
css,html,javascript,js,modcss
2023-07-23T08:44:43Z
2023-11-07T21:04:19Z
null
1
0
23
0
0
3
null
MIT
HTML
sachindsilva16/MongoDB-ToDoApp
main
null
Unleash the Power of To-Do
ejs-templates,javascript,lodash,mongodb,mongoose,nodejs
2023-07-28T09:48:09Z
2023-07-29T06:25:11Z
null
1
0
13
0
0
3
null
null
JavaScript
nitin-pandita/Photon
main
<p align="center"> <img src="https://github.com/nitin-pandita/Photon/assets/91310284/bcd97bd0-281c-41f0-a165-9486782424b6" alt="Project Logo"> </p> # Photon Gallery Photon Gallery is a stunning photo showcase website that leverages the power of the Pixabay API to fetch and display high-quality images. It's perfect for discovering and exploring a vast collection of captivating visuals. --- ## Features - **Sleek Design:** Enjoy a visually appealing interface designed to showcase photos in all their glory. - **Dynamic Content:** Fetch and display an array of beautiful photos from the Pixabay API. - **Search and Explore:** Effortlessly search for specific images or explore a diverse range of categories. - **Responsive:** Experience a seamless browsing experience on various devices and screen sizes. - **User-Friendly:** Intuitive navigation and easy-to-use controls make browsing a breeze. --- ## Screenshots <!-- Add screenshots of your website in action --> ![image](https://github.com/nitin-pandita/Photon/assets/91310284/ae57713a-2d1c-4ce9-996d-0ecfd9c24e78) ![image](https://github.com/nitin-pandita/Photon/assets/91310284/471432be-34ef-45ee-a9df-0e99ea324dda) --- ## Installation and Usage 1. Clone the repository: `git clone https://github.com/nitin-pandita/photon.git` 2. Navigate to the project directory: `cd photon-gallery` 3. Open `index.html` in your preferred web browser. 4. Start exploring and enjoying the stunning photos! --- ## Technologies Used - HTML - CSS - JavaScript - Pixabay API --- ## Contribution Contributions are always welcome! If you'd like to contribute, please follow these steps: 1. Fork the repository. 2. Create a new branch: `git checkout -b feature/your-feature-name` 3. Make your changes and commit them: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin feature/your-feature-name` 5. Create a pull request explaining your changes. --- ## License This project is licensed under the [MIT License](LICENSE). --- ## Acknowledgements - Pixabay API: https://pixabay.com/api/docs/ - Some UI inspiration was drawn from various sources to create a visually pleasing experience. --- ## Contact For any questions or feedback, feel free to reach out to us at mr.nitinpandita@email.com. --- <p align="center"> <a href="https://github.com/nitin-pandita" target="_blank"><img alt="GitHub Followers" src="https://img.shields.io/github/followers/nitin-pandita?style=social"></a> <a href="https://twitter.com/nitintwts" target="_blank"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/nitintwts?style=social"></a> </p>
A simple HTML , CSS and JavaScript proejct which fetches the images from the pexcel api and full reponsive for the mobile view
beginner-friendly,css,good-first-issue,html,javascript,project
2023-08-07T12:54:53Z
2023-08-15T06:02:15Z
null
2
3
17
1
1
3
null
MIT
JavaScript
Mustapha-Nkhili/newsletter-sign-up
main
# Frontend Mentor - Newsletter sign-up form with success message solution This is a solution to the [Newsletter sign-up form with success message challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/newsletter-signup-form-with-success-message-3FC1AZbNrv). ## Welcome! 👋 ## Table of contents - [Overview](#overview) - [Screenshot](#screenshot) - [Links](#links) - [My process](#my-process) - [Built with](#built-with) - [Continued development](#continued-development) - [Useful resources](#useful-resources) - [Author](#author) - [Acknowledgments](#acknowledgments) ## Overview ### Screenshot ![Screenshot](https://github.com/Mustapha-Nkhili/newsletter-sign-up/assets/127800851/92d41fe1-f4ae-4603-b5c7-0823144852cc) ### Links - Solution URL: [the solution in front end mentor](https://www.frontendmentor.io/solutions/responsive-newsletter-sign-up-using-js-css-html-Glkgj7MDJA) - Live Site URL: [newsletter sign up](https://news-letter-sign.netlify.app/) ## My process ### Built with - Semantic HTML5 markup - CSS custom properties - Flexbox - CSS Grid - Mobile-first workflow - js ### Continued development In future projects, there are several areas I want to continue focusing on and improving: 1. **JavaScript Interactivity:** I would like to deepen my knowledge of JavaScript to create more interactive and dynamic components. This includes exploring frameworks like React or Vue.js to build robust and efficient user interfaces. 1. **Accessibility:** I want to enhance my understanding of accessibility principles and techniques to ensure that my projects are usable by a wide range of users, including those with disabilities. I will strive to implement proper semantic HTML, ARIA attributes, and consider keyboard navigation and screen reader compatibility. 1. **Performance Optimization:** I aim to further optimize the performance of my projects by implementing best practices such as lazy loading images, minifying and compressing assets, and utilizing caching strategies. I want to explore tools like Webpack or Gulp to automate these optimization processes. 1. **Responsive Design Patterns:** While I have gained experience in responsive design, I want to explore more advanced techniques and design patterns. This includes mastering CSS Grid and Flexbox, as well as learning about newer layout approaches like CSS Grid Level 2 (subgrid) and CSS Container Queries. 1. **Testing and Debugging:** I plan to enhance my skills in testing and debugging to ensure the reliability and stability of my projects. This involves learning testing frameworks like Jest or Cypress and using browser developer tools effectively for debugging purposes. 1. **Design Principles:** I believe that improving my understanding of design principles will enhance my ability to create visually appealing and user-friendly interfaces. I will study color theory, typography, and layout principles to develop a better eye for design. By focusing on these areas, I aim to continually improve my skills and deliver better quality projects in the future. Remember to remove this instructional note and replace it with your own plans for continued development. ## Author - Frontend Mentor - [Mustapha Nkhili](https://www.frontendmentor.io/profile/Mustapha-Nkhili) - Twitter - [Mustapha Nkhili](https://www.twitter.com/Mustapha_nkhili) - Instagram - [software_flow](https://www.instagram.com/software_flow/)
This is a simple newsletter sign up form buil with html, css, and javaScript
css,form,html,javascript,signin-page
2023-07-24T11:53:53Z
2023-07-24T12:56:35Z
null
1
0
3
0
0
3
null
null
CSS
ofmxtheuuz/neptune
master
 # Neptune ### <b>"Security, queues, simplicity"</b><br> Neptune is an innovative project for sending email messages. It is capable of storing messages in what we call <b>"queues"</b>, so you can be sure that your emails will be sent. We noticed the security flaws in other mailers for JavaScript, and it was with that in mind that we created a <b>different style of authentication</b>. The project is fully developed with TypeScript, which provides full typing for your project, all for your code to be more cozy ## How to install Install Neptune is so easy! Just use: #### Using NPM ``` npm i neptune-mail ``` #### Using Yarn ``` yarn neptune-mail ``` ## How to use "config.nep" file Neptune uses a security-focused configuration style. After installing the package, you need to create a file called config.nep at the root of your project (level where package.json is located) with the following content. ``` main { host: smtp.gmail.com port: 465 secure_ssl: true auth { user: example@gmail.com password: env('PASSWORD_FROM_DOTENV') } sender { email: example@gmail.com } } ``` ### IMPORTANT It is extremely important that you follow the same model as it was represented. For example, the "spaces" between the braces, in the case of env(), use single quotes etc... at the beginning of the file there is a "main", that means that the name of the configuration is "main" (this is changeable, as long as the name of the configuration is in all lowercase, without accents, without spaces and without special signs), this will be set in the code later.<br> it's worth remembering that you can have several configurations, just re-copy the model and change its name. ## Sending emails Sending emails with Netpune is simple, you just need to instantiate the NeptuneMail class passing an object with the "config" property as a parameter, which tells which configuration to use (configuration can be defined in the config.nep file). After that, you can use the sendMail method, passing an array of strings that are emails (recipients), the email title and the content in the body of the email. ```typescript import NeptuneMail from "../dist/src/NeptuneMail"; const mailer = new NeptuneMail({ // configFilePath: "/configuration/", This parameter is optional and is used in case you want to leave config.nep in another folder. config: "main" // "main" is the name of the configuration from config.nep file }) mailer.sendMail(["example@gmail.com"], 'Hello, World!', 'Hellooooooooo') ``` <hr> Could you follow me? ❤
Security, queues, simplicity. Neptune is an innovative project for sending email messages. It had its codes started in 2022, and finished in 2023. The project is fully developed with TypeScript, which provides full typing for your project, all for your code to be more cozy.
email,emails,fast,javascript,mailer,queue,security,smtp,typescript
2023-07-28T03:33:51Z
2023-08-01T19:38:05Z
null
1
0
42
0
0
3
null
MIT
TypeScript
rmonet1203/docker_nginx
master
null
This is one kind of docker package
docker,html,javascript,nginx
2023-08-02T12:57:52Z
2020-12-09T08:48:42Z
null
1
0
7
0
0
3
null
null
Dockerfile
Malberee/dragon-eye
main
![banner](./public/images/cover.png) <div align="center"> # 🐲 Dragon eye ### Just a little project on the **How To Train Your Dragon** universe Thanks to [Statikin](https://www.instagram.com/statikinn/) for providing the sources --- ## ⚡ Technologies ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) ![Adobe Photoshop](https://img.shields.io/badge/adobe%20photoshop-%2331A8FF.svg?style=for-the-badge&logo=adobe%20photoshop&logoColor=white) ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white) ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white) ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white) ![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white) ![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white) </div>
🐲 Just a little project on the HTTYD universe
dragons,javascript,react,how-to-train-your-dragon,httyd
2023-08-05T10:33:03Z
2023-09-24T11:35:11Z
null
1
2
125
0
0
3
null
null
JavaScript
bensonruan/Youtube-Sentiment-Analysis
main
# Youtube-Sentiment-Analysis Sentiment analysis on Youtube comments and how well the number of comments classified as positive, neutral and negative ## Live Demo **[https://bensonruan.com/youtube-sentiment-analysis/](https://bensonruan.com/youtube-sentiment-analysis/)** ![sentiment](https://bensonruan.com/wp-content/uploads/2023/09/YouTube-Sentiment-Analysis.png) ## Installing 1. Clone this repository to your local computer ``` bash git https://github.com/bensonruan/Youtube-Sentiment-Analysis.git ``` 2. On Google developer platform https://console.cloud.google.com/ * Register a Google dev account * Create a Project * Enable YouTube Data API v3 * Create an API key * Replace your API key in youtubeGetComments.php 3. Install Google APIs Client Library ``` bash composer require google/apiclient:^2.0 ``` 4. Config your path to the youtubeGetComments.php inside sentiment-analysis.js ``` bash ytGetComments: window.location.protocol + '//'+ window.location.hostname + 'php/youtubeGetComments.php?v=' ``` 5. Point your localhost to the cloned root directory. Browse to http://localhost/index.html ## Note If you are on Windows, you would need to install PHP via Web Platform Installer ## Library * [youtube-data-api-v3](https://developers.google.com/youtube/v3/quickstart/php) - YouTube Data API v3 PHP Client Library * [jquery](https://code.jquery.com/jquery-3.3.1.min.js) - JQuery * [tensorflow.js sentiment](https://github.com/tensorflow/tfjs-examples/tree/master/sentiment) - Perform text sentiment analysis on text using the Layers API of TensorFlow.js * [canvasjs](https://canvasjs.com/jquery-charts/) - JQuery chart library ## Support me [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W6METMY)
Sentiment Analysis on YouTube comments, connect to YouTube API, fetch video comments, classify comments as positive, neutral and negative, and build a dashboard.
ai,javascript,machine-learning,nlp,sentiment-analysis,tensorflowjs,youtube-api
2023-07-31T09:35:15Z
2023-09-21T11:29:03Z
null
1
0
4
0
1
3
null
null
JavaScript
ioannischtz/harmonic-motion-symphony
main
# harmonic-motion-symphony A JavaScript and Canvas app, that combines simple pendulum physics with Sound. It simulates the pendulum motion using a modified [SHM (Simple Harmonic Motion) model](https://en.wikipedia.org/wiki/Simple_harmonic_motion), that includes `weight` and `dumping` in the equation. Each time the Pendulum crosses the middle point (aka the `x` coordinate of the origin) a note is played. This creates interesting possibilities for music generation. The goal of the project was to be as minimal as possible, hence the use of pure JavaScript with no dependencies, the Web Audio Api, and HTML5 Canvas. In order to keep the code clean, I separated into es6-modules, which unfortunately means that I needed to add a `build` step, using `rollup` and `swc`. In order to run the app, download or `clone` the project, run the commands: ``` npm install npm run build ``` , and then, open up `index.html` with a web browser of your choice. (The audio might have some glitches when a note finishes on the FireFox browser) Inspiration Credits: [Lucid Rhythms - "Space Pendulum"](https://www.youtube.com/watch?v=JhUcHtbDOWE) When I watched that video I knew I HAD to implement it. ## TODO - [x] Create a functional prototype - [x] Implement a game menu - [x] NEW GAME - [x] RESUME - [x] RESET - [x] SETTINGS - [ ] Add user interactivity - [ ] Select a pendulum - [ ] Change properties of the pendulum - [x] Add pendulums - [ ] Remove pendulums - [ ] Drag a pendulum while the simulation is running - [x] Implement the `AudioSource` class: - host multiple oscillators, - add ADSR envelop - add detuning - [ ] Update the classes docs - [ ] Implement a glow halo effect for the pendulum weight, when it plays a note
A JavaScript and Canvas app, that combines simple pendulum physics with Sound.
canvas2d,javascript,pendulum-simulation,web-audio-api
2023-08-04T16:22:05Z
2023-10-25T10:20:49Z
null
1
0
50
0
0
3
null
GPL-3.0
JavaScript
wissemzidi/online-video-player
main
# Read Me ## [👀 Live-Server](https://.netlify.app) <img src="./preview.png" alt=""> --- ### Table of Contents 👋 - [Description 📄](#description) - [How To Use 📙](#how-to-use) - [References <img src="https://github.com/Wissem-Zidi/icons/blob/main/reference.svg" height="15" alt="">](#references) - [License <img src="https://github.com/Wissem-Zidi/icons/blob/main/licence.svg" height="15" alt="">](#license) - [Author Info ✆](#author-info) --- ## Description This project is an online video player with a lot of advances features. #### Technologies <img src="https://github.com/Wissem-Zidi/icons/blob/main/technologies.svg" alt="🛠️" height="20"> - HTML 5 - CSS 3 - Javascript + video api [Back To The Top](#read-me) --- ## How To Use pass the video url in a get request (url=test.mp4) (optional) pass the video title in a get request (tl=testingtitle) pass the video start point in seconds (t=20) example ```html https://cimatn.rf.gd/p.html?url=video.mp4&tl=TestingVideo&t=12 ``` #### Installation <img src="https://github.com/Wissem-Zidi/icons/blob/main/settings.svg" alt="" height="25"> #### API Reference <img src="https://github.com/Wissem-Zidi/icons/blob/main/api.svg" alt="" height="25"> ```html ``` [Back To The Top](#read-me) --- ## References [Back To The Top](#read-me) --- ## License MIT License <img src="https://github.com/Wissem-Zidi/icons/blob/main/licence.svg" height="20" alt=""> Copyright (c) 2022 Wissem Zidi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [Back To The Top](#read-me) --- ## Author Info ### Created By Wissem Zidi <img src="https://github.com/Wissem-Zidi/icons/blob/main/wissem-zidi-logo.jpg" alt="" height="25"> - [Website <img src="https://github.com/Wissem-Zidi/icons/blob/main/home.svg" alt="" height="15">](https://wissem-zidi-ofc.netlify.com) - [Email <img src="https://github.com/Wissem-Zidi/icons/blob/main/Email.svg" alt="" height="15">](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=wissem.zidi.contact@gmail.com) - [Github <img src="https://github.com/Wissem-Zidi/icons/blob/main/github.svg" alt="" height="15">](https://github.com/wissemzidi/) [Back To The Top](#read-me) **Have a nice day!** 🚀
null
css3,html5,javascript,jquery,online-video-player,video-player,web-video-player,web-video-player-js-jquery-html
2023-07-23T17:29:28Z
2023-12-19T13:51:40Z
null
1
0
35
0
1
3
null
MIT
JavaScript
SumatM/web_resume
main
# Web Resume ![Web Resume](https://raw.githubusercontent.com/SumatM/web_resume/main/public/Screenshot%20(747).png) ## Table of Contents - [Introduction](#introduction) - [Demo](#demo) - [Features](#features) - [Technologies Used](#technologies-used) - [Installation](#installation) - [Usage](#usage) - [Deployment](#deployment) - [Contributing](#contributing) - [Contact](#contact) ## Introduction Web Resume is a personal portfolio website showcasing my skills, experience, and projects. This website is designed to provide a clean and professional interface for potential employers or clients to learn more about me and my work. ## Demo You can see a live demo of the project [here](https://web-resume-six.vercel.app/resume). ## Features - A visually appealing and responsive design suitable for different devices. - Displaying essential contact information, skills, and professional experience. - Showcasing a list of technical skills and soft skills. - Providing details about my educational background. - A project section to showcase my latest work or personal projects. - Ability to toggle between colorful themes for a better user experience. ## Technologies Used - HTML5 - CSS3 - JavaScript (ES6+) - React.js - Next.js - Redux - React Icons - Tailwind CSS ## Installation 1. Clone the repository: `git clone https://github.com/SumatM/web_resume.git` 2. Navigate to the project directory: `cd web_resume` 3. Install dependencies: `npm install` ## Usage 1. Start the development server: `npm run dev` 2. Open your browser and visit: `http://localhost:3000` ## Deployment To deploy the project to a live server, follow these steps: 1. Build the production-ready code: `npm run build` 2. Start the production server: `npm run start` You can now access your deployed project on the specified port. ## Like this project? If you find this project helpful or interesting, consider giving it a ⭐️ on GitHub to show your appreciation and support. ## Fork this project Want to build your own resume website or personalize this one? You can fork this repository to get started with your own version. Click the "Fork" button at the top right of this repository to create your own copy. ## Contributing Contributions to this project are welcome. If you find any bugs or want to add new features, feel free to submit a pull request. ## Contact If you have any questions or want to connect, feel free to reach out to me: - Email: sumatmallick@gmail.com - LinkedIn: [Sumat Mallick](https://www.linkedin.com/in/sumat-mallick-65b966227/) - GitHub: [SumatM](https://github.com/SumatM)
"Introducing my Web Resume, a professionally designed interactive platform that presents my skills and illustrious professional journey. With multi-theme support and captivating animations, it offers a compelling showcase of my expertise."
full-stack-web-developer,javascript,nextjs,tailwindcss,web-resume,html-resume,professional-portfolio-template,resume
2023-07-26T13:50:45Z
2023-08-11T15:14:40Z
null
1
0
22
0
0
3
null
null
JavaScript
ecryptoguru/RandomWinnerGame
main
# RandomWinnerGame Full-stack Nextjs dapp RandomWinner made using LinkVRF and GraphQL # Random winner using Chainlink VRF Requirements We will build a lottery game today Each game will have a max number of players and an entry fee After max number of players have entered the game, one winner is chosen at random The winner will get maxplayers*entryfee amount of ether for winning the game Openzeppelin libraries and chainlink contracts have been used in a Hardhat Development Environment. Try running some of the following tasks: ```shell mkdir hardhat-tutorial cd hardhat-tutorial npm init --yes npm install --save-dev hardhat npx hardhat npm install --save-dev @nomicfoundation/hardhat-toolbox npm install @openzeppelin/contracts npm install --save @chainlink/contracts npm install dotenv npx hardhat compile npx hardhat run scripts/deploy.js --network mumbai ``` # Frontend using Next.js version 12 Web3modal, ethersV5 and axios have been used ```bash npx create-next-app@12 cd my-app npm run dev npm install web3modal npm i ethers@5 npm i axios npm run dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Full-stack Nextjs dapp RandomWinner made using LinkVRF and GraphQL
full-stack,graphql,javascript,nextjs,solidity,solidity-dapps,vrf,web3
2023-08-08T10:44:58Z
2023-09-02T16:10:24Z
null
1
0
11
0
0
3
null
null
JavaScript
Winipolarbear/WeNotes
main
# README # WeNotes — Desktop Note-Taking App ## Project Overview This repository contains the code for a desktop note-taking application, designed and built for student to take study notes or jot down inspires. ## Features Our note-taking application comes with a host of features designed for an efficient and comprehensive note-taking experience: 1. **Side-by-side Markdown Editing**: The application allows for real-time markdown editing. With this feature, you can instantly preview your markdown syntax as you type. 2. **Comprehensive Set of Formatting Tools**: Make your notes lively with our rich formatting tools. Enrich your content with headers, bold/italic text, lists, checkboxes, hyperlinks, images, code blocks, and more. 3. **Webpage snapshot**: Automatically creates snapshots for pasted webpage links. ![Image.png](README.assets/Image.png) 4. **Tree-like Folder Structure with Tags**: Organize your notes effectively using our tree-like folder structure. You can also tag/pin or move your notes across folders for quick access and efficient categorization. The tags can be chosen from a spectrum of color. ![Image.png](README.assets/Image%20(2).png) ![Image.png](README.assets/Image%20(3).png) 5. **Document Searching**: Quickly find the notes you need with our intuitive document search feature. 6. **Export Functionality**: The application supports both HTML and PDF output options. This feature makes it easy for you to export and share your notes. 7. **Light and Dark Themes**: Choose between light and dark themes based on your preference or working environment. ![Image.png](README.assets/Image%20(4).png) ## Build with - Typescript - JS Framework: [Vue 3](https://github.com/vuejs/vue) - State Management: [Pinia](craftdocs://open?blockId=9A590392-0F27-4DC8-A9FE-9A9E6E7D33F4&spaceId=0e145b65-0e8c-4824-ffbd-f5419c7aad9e) - Bundle Tooling: [Vite](https://github.com/vitejs/vite) - UI Library & Components: [Element Plus](https://github.com/element-plus/element-plus) - Icons: [Element Plus Icons](https://github.com/element-plus/element-plus-icons) - Database: Sqlite3 - Query Builder: [Knex](https://github.com/knex/knex) - Logging: [Winston](https://github.com/winstonjs/winston) - DateTime library: [dayjs](https://github.com/iamkun/dayjs) - Font (Google font Inter) using [vfonts](https://github.com/07akioni/vfonts) - Application Builder: [Electron-builder](https://github.com/electron-userland/electron-builder) ## Getting Started For mac users, double-click on the DMG file. Mac OS X will automatically mount it. We welcome feedback and contributions from the community. Feel free to raise issues or submit pull requests.
Deaktop note-taking app with markdown for students
javascript
2023-08-04T05:17:36Z
2023-08-04T05:21:08Z
null
1
0
2
0
0
3
null
MIT
Vue
Khojiakbar07/LaravelCrud
main
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p> <p align="center"> <a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a> </p> ## About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: - [Simple, fast routing engine](https://laravel.com/docs/routing). - [Powerful dependency injection container](https://laravel.com/docs/container). - Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. - Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). - Database agnostic [schema migrations](https://laravel.com/docs/migrations). - [Robust background job processing](https://laravel.com/docs/queues). - [Real-time event broadcasting](https://laravel.com/docs/broadcasting). Laravel is accessible, powerful, and provides tools required for large, robust applications. ## Learning Laravel Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch. If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. ## Laravel Sponsors We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell). ### Premium Partners - **[Vehikl](https://vehikl.com/)** - **[Tighten Co.](https://tighten.co)** - **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** - **[64 Robots](https://64robots.com)** - **[Cubet Techno Labs](https://cubettech.com)** - **[Cyber-Duck](https://cyber-duck.co.uk)** - **[Many](https://www.many.co.uk)** - **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)** - **[DevSquad](https://devsquad.com)** - **[Curotec](https://www.curotec.com/services/technologies/laravel/)** - **[OP.GG](https://op.gg)** - **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)** - **[Lendio](https://lendio.com)** ## Contributing Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). ## Code of Conduct In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). ## Security Vulnerabilities If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. ## License The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
Udemy course.Laravel 9 Relationship CRUD with Bootstrap style
javascript,laravel,php
2023-07-29T18:48:27Z
2023-07-29T19:04:03Z
null
1
0
2
0
0
3
null
null
PHP
lesskop/data-react-tailwind
main
# Landing page using React JS and Tailwind CSS #### Hero with `Typewriter` React component from `react-simple-typewriter` [npm package](https://www.npmjs.com/package/react-simple-typewriter) ![hero typewriter](demo/hero_typewriter.gif) #### Responsive layout ![responsive layout 1](demo/responsive_layout_1.gif) ![responsive layout 2](demo/responsive_layout_2.gif) #### Sticky left side navbar ![sticky left side navbar](demo/sticky_left_side_navbar.gif) --- Inspired by: https://github.com/fireclint/data-finance-react-tailwind
Landing page using React JS and Tailwind CSS
javascript,landing,landing-page,react,reactjs,tailwind,tailwindcss,typewriter
2023-08-05T14:14:50Z
2023-08-05T14:15:05Z
null
1
0
1
0
0
3
null
null
JavaScript
imgesalci/product-management
main
# PRODUCT MANAGEMENT SYSTEM The Product Management System is a web application designed for basic product management tasks. It allows users to perform CRUD (Create, Read, Update, Delete) operations on product records. This README provides an overview of the project's features, files, and how to set it up. ### FEATURES -Add new products with various details, including product name, prices, taxes, stock status, and an optional image. -View the list of existing products along with their details. -Edit product information, including updating prices, taxes, stock status, and images. -Delete unwanted product records without losing all the data from the database. ### FILES The project consists of the following main files and functionalities: -database.php: This file handles with database connection. -inserting.php: This file contains the HTML form to add new products and PHP code to insert the product information into the database. -listing.php: This file displays the list of the products and provides options to edit and delete each product. It fetches product data from the database and uses AJAX requests to update and delete products. -deleting.php: This file handles the deletion of product records. It verifies the ID of the product to delete and sets the isDeleted flag in the database to mark the product as deleted. -update.php: This file handles the update of product information. It receives the updated product data from the AJAX request and updates the corresponding record in the database. -update_photo.php: Manages the update of product photos. It accepts the desired photo's file name and updates the `productImage` field in the database. Security measures include: - Checking for file upload errors and handling them appropriately. - Storing uploaded files in a secure directory. -delete.js: This JavaScript file contains the AJAX code to send the id of the data to deleting.php file in order to delete the data according the id. -update.js: This JavaScript file contains the AJAX code to handle the update operation for product records without a page refresh. ## IMPORTANT NOTES - Security: The project includes several security measures such as input validation, data sanitization, handling file uploads securely, and using prepared statements for database queries. However, for production use, consider additional security audits and implementing user authentication. - Database Structure: The provided MySQL table structure is an example for understanding the structure of the database. - Improvements: This project serves as a basic example of CRUD functionality. Depending on your use case, consider adding user authentication, input validation, and error handling to create a robust and secure application.
A PRODUCT MANAGEMENT SYSTEM WITH CRUD OPERATIONS
css,database-management,html,javascript,mysql-database,mysqli,php,webdevelopment
2023-07-21T12:13:02Z
2023-08-12T20:22:47Z
null
1
0
22
0
0
3
null
null
PHP
lxmn22nov/Leetcode-Questions
main
# Leetcode-Questions Leetcode problems solution. ✅ ![Untitled (1)](https://github.com/lxmn22nov/Leetcode-Questions/assets/126524753/bd18118d-f78b-4f1c-b1aa-2ec1feead6c6)
Used JAVA Language to solve problems.
data-structures,java,javascript,pandas-python,mysql
2023-07-28T15:41:40Z
2024-05-20T07:34:51Z
null
3
3
456
0
2
3
null
null
Java
ZiAzusa/character-relation-questionnaire
main
# 亲友二人问卷生成器 ![maven](https://img.shields.io/badge/Python-blue) ![maven](https://img.shields.io/badge/JavaScript-yellow) ![maven](https://img.shields.io/badge/Redis-red) ![maven](https://img.shields.io/badge/Vercel-black)<br> 一个简单的亲友二人问卷生成器,使用HTML5 Canvas绘图,使用Vercel提供服务,使用Redis数据库<br> ### 简介 本项目支持使用Vercel搭建,您可以Fork本仓库后访问 [Vercel](https://vercel.com) 使用GitHub登录并导入您的Fork仓库在根目录创建Project。<br> 一个简单的 [示例页面](https://cnfq.lie.moe/) 和 [问卷原图](https://github.com/ZiAzusa/character-relation-questionnaire/blob/main/assets/demo.jpg)<br> <br> 本项目支持速率限制,您可以打开 [api/handle.py](https://github.com/ZiAzusa/character-relation-questionnaire/blob/main/api/handle.py) 进行相关配置<br> 注意!本项目需要使用Redis数据库,请在Vercel的环境变量配置以下信息:<br> | 键 | 值 | | --- | --- | |REDIS_HOST|您的Redis数据库地址| |REDIS_PORT|您的Redis数据库端口| |REDIS_PWD|您的Redis数据库密码| 若您的Redis数据库空间极为有限,建议设置<b>Data eviction policy</b>为<b>volatile-lru</b><br> ### 特别说明 项目参考了腾讯文档收集表的一部分CSS样式,问卷原图由朋友友情提供,项目使用MIT许可证。 --- Made with ♡ by [梓漪(ZiAzusa)](https://intro.lie.moe/)
一个简单的亲友二人问卷生成器,使用HTML5 Canvas绘图,使用Vercel提供服务,使用Redis数据库
javascript,original-character,python,redis,relationship,vercel-serverless,html5-canvas,questionnaire
2023-07-30T07:01:25Z
2023-11-08T19:08:32Z
null
1
0
15
0
1
3
null
MIT
HTML
Rashmi7205/Learning-Management-System
main
null
null
expressjs,full-stack-web-development,fullstack-development,javascript,lms,mern-stack,mongodb,nodejs,reactjs
2023-08-03T17:48:35Z
2023-08-03T17:55:43Z
null
1
0
1
0
0
3
null
null
JavaScript
lonelyraider/tab-map
main
# tab-map The tab map structure adds nodes dynamically as the user navigates to a new tab. <img width="600" alt="" src="https://github.com/lonelyraider/tab-map/assets/118554327/23966285-d501-407b-95be-e3666a963de2"> This is how it looks finally, you can upload json based file and can edit. This can be used to record your daily usage of internet.Can help developers in visualising the links they visited. Clicking on any one of these nodes will take you corresponding web-page. <img width="600" alt="" src="https://github.com/lonelyraider/tab-map/assets/118554327/a63b42bd-c453-4d58-8699-d881f051813e">
A novel way of approaching tabs
firefox-addon,firefox-extensions,javascript,mindmaps,tabs,tabs-management
2023-08-02T10:20:08Z
2023-08-02T11:58:03Z
null
1
1
8
1
0
3
null
MIT
HTML
ShahabAthar25/twitter-api
main
# twitter-api
A meticulously crafted Twitter API replica with features like CRUD operations, post retrieval, trends, private messaging, and JWT user authentication. Ideal for authentic project showcases.
express,javascript,jwt,mongodb,nodejs
2023-08-06T11:23:45Z
2023-08-11T08:18:38Z
null
1
0
38
0
0
3
null
MIT
JavaScript
aaronxyliu/PTdetector
main
### PTdetector #### What is this? PTdetector is a Chrome extension which can detect all JavaScript libraries runs behind the web. LibDetector collects over 4,000 libraries information from [cdnjs](https://cdnjs.com/). The library detection ability has academic research support. More information please refer to the ASE 2023 paper [PTdetector: An Automated JavaScript Front-end Library Detector](https://www.researchgate.net/publication/373638073_PTDETECTOR_An_Automated_JavaScript_Front-end_Library_Detector). #### How to use? Considering that there is still a lot of room for improvement in this tool, we are not in a hurry to publish it on the chrome web store. Currently this tool can only be used by importing from local file system. For developers: open the Chrome browser, navigate to `chrome://extensions/` site, , click the "Load Unpacked" button to load this whole folder. Then, pin it in the browser extensions menu. In the popup, click the "detect" button. The detection result will show in the browser console (red block in the following picture). The library with higher score has larger possibility to exist (full score is 100). ![example](img/example.png)
A chrome extension used for library detection. ASE 2023 paper artifact.
chrome,chrome-extension,javascript,research-paper
2023-07-27T02:33:22Z
2023-10-16T17:42:39Z
null
1
0
2
0
0
3
null
null
JavaScript
ngcuongzth/JavaScript-Pixstock
main
null
Pixstock is a stock photo and video product based on the API provided by Pexels.
css3,html5,javascript
2023-08-08T12:36:15Z
2023-08-08T15:27:14Z
null
1
0
3
0
0
3
null
null
HTML
itsmdshahin/carselleronline
main
# React + Vite [carselleronline.com](https://carselleronline.com/) Install some of command npm install react-bootstrap bootstrap@4.6.0 add sass react-native-vector-icons react axios add recharts @mui/x-data-grid npm install mdbreact npm install react-icons --save npm i react-router-dom npm install react-slick --save npm install slick-carousel --save npm install react-dropdown --save npm install react-bootstrap bootstrap https://recharts.org/en-US/examples/LineChartAxisInterval https://mui.com/x/react-data-grid/ 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
carselleronline.com
axios,javascript,react,react-hooks,react-router,scss
2023-07-31T10:54:02Z
2024-05-03T06:11:20Z
null
3
0
85
0
0
3
null
null
JavaScript
pabloyucragutierrez/pablogutierrez
pablogutierrez
Bienvenido a mi página web 😀. Aquí encontrarás información sobre mí y mucho más.
null
aws,css,frontend,git,html,javascript,laravel,portafolio-web,portfolio,react
2023-07-23T16:26:55Z
2024-05-06T16:39:41Z
null
2
0
63
0
0
3
null
null
JavaScript
Ishu070303/tickete
master
# Tickete FrontEnd Task This Task need Primary focus area would be to match the final page as closely as possible to Figma linked above, additionally focusing on maintaining code quality. The figma file: [https://www.figma.com/file/g2dLOCjx050dKXg6M4OmDr/Checkout-Page?type=design&mode=design](https://www.figma.com/file/g2dLOCjx050dKXg6M4OmDr/Checkout-Page?type=design&mode=design) ## Technologies Used: - NextJS - TailwindCSS - Material UI - Chakra UI ## deployed link [Demo Link](https://precious-fudge-2d429b.netlify.app/) ## Final Image for big Screens : ![sample screenshots](https://github.com/Ishu070303/tickete/blob/master/screencapture-localhost-3000-2023-07-27-19_07_04.png?raw=true) ## Final Image for small screens : ![sample Image](https://github.com/Ishu070303/tickete/blob/master/screencapture-localhost-3000-2023-07-27-19_07_31.png?raw=true) ## Installation To run the project locally on your machine, follow these steps: 1. Clone the repository: ```bash git clone https://github.com/your-username/tickete.git cd tickete ``` 2. Install dependencies: ```bash npm install ``` 3. Run the development server: ```bash npm run dev ``` 4. The app will be available at http://localhost:3000 in your browser.
null
chakra-ui,javascript,material-ui,nextjs,taiwindcss
2023-07-25T06:05:45Z
2024-04-22T15:25:11Z
null
1
0
45
0
0
3
null
null
JavaScript
siMobin/Project_AirlineManagement
main
![MasterHead](https://drive.google.com/uc?export=view&id=1rHg9ZzHpvty_muZF8Z_IaXjSNAYv4Q60) <!-- <h3 align=center>Airline Management System</h3> --> <h3 align=center>Airline Management System (A private jet hiring concept) – php, JS, scss, Microsoft SQL Server.</h3> ### _See_ 👀 - User [README.md](./user/README.md) - Driver [README.md](./drivers/README.md) - Admin [README.md](./admin/README.md) - ERD [README.md](./database/README.md) _OR_ 👉 Download **[Report sheet](https://1drv.ms/b/s!Anra9StYV1r-gw2xm8fBy5s8ZNbA?e=SshHLm)** ### ### <hr> 🎉🍾 Desktop app is Available. **_[Download](https://github.com/siMobin/Project_AirlineManagement/releases/latest)_** the latest version now. <div align="center"> | Device | User | Driver | Admin | | --------------: | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | Windows _(x64)_ | [![User](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![Driver](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![Admin](https://img.shields.io/badge/Latest-1.2.130-blue)](https://github.com/siMobin/Project_AirlineManagement/releases/latest) | | Linux | [![Linux](https://img.shields.io/badge/no%20information%20available-red)](#) | [![Linux](https://img.shields.io/badge/no%20information%20available-red)](#) | [![Linux](https://img.shields.io/badge/coming%20soon-yellow)](#) | | Mac | [![Mac](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![Mac](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![Mac](https://img.shields.io/badge/coming%20soon-yellow)](#) | | Android | [![Android](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![Android](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![Android](https://img.shields.io/badge/no%20information%20available-red)](#) | | iOS | [![iOS](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![iOS](https://img.shields.io/badge/coming%20soon-yellow)](#) | [![iOS](https://img.shields.io/badge/no%20information%20available-red)](#) | </div> ### ### <h1 align=center>Technologies Used</h1> | **LIST** | <!-- --> | 1 | 2 | 3 | 4 | 5 | | --------: | :-------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | Programs | **~** | <img src="https://img.shields.io/badge/PHP-777BB4?logo=php&logoColor=black&style=for-the-badge" height="25" alt="php logo" /> | <img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=black&style=for-the-badge" height="25" alt="javascript logo" /> | <img src="https://img.shields.io/badge/Sass-CC6699?logo=sass&logoColor=black&style=for-the-badge" height="25" alt="sass logo" /> | <img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white&style=for-the-badge" height="25" alt="html5 logo" /> | <img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white&style=for-the-badge" height="25" alt="css3 logo" /> | | Library | **~** | <img src="https://img.shields.io/badge/Chart.js-1572B6?logo=chart.js&logoColor=pink&style=for-the-badge" height="25" alt="chart js logo" /> | <img src="https://img.shields.io/badge/Swiper.js-2B2E3A?logo=swiper&logoColor=1572B6&style=for-the-badge" height="25" alt="Swiper js" /> | <img src="https://img.shields.io/badge/FPDF-ffbf74?logo=php&logoColor=2B2E3A&style=for-the-badge" height="25" alt="FPDF logo" /> | <img src="https://img.shields.io/badge/%F0%9F%93%85%20FullCalendar-1976d2?style=for-the-badge" height="25" alt="FullCalendar logo" /> | <img src="https://img.shields.io/badge/Font%20Awesome-339AF0?logo=font-awesome&logoColor=white&style=for-the-badge" height="25" alt="Font Awesome logo" /> | | Framework | **~** | <img src="https://img.shields.io/badge/Node.js-339933?logo=nodedotjs&logoColor=white&style=for-the-badge" height="25" alt="nodejs logo" /> | <img src="https://img.shields.io/badge/Nativefire-47848F?logo=electron&logoColor=white&style=for-the-badge" height="25" alt="electron logo" /> | | | | | Database | **~** | <img src="https://img.shields.io/badge/Microsoft SQL Server 2022-CC2927?logo=microsoftsqlserver&logoColor=white&style=for-the-badge" height="25" alt="microsoftsqlserver logo" /> | | | | | ## <h3 align=center>Contributors</h3> <div align="center"> <img src="https://avatars.githubusercontent.com/u/102217786?v=4" height="50" alt="siMobin" style="border-radius: 50%;" /> <img src="https://avatars.githubusercontent.com/u/102604008?v=4" height="50" alt="Rahul" style="border-radius: 50%;"/> <!-- <hr style="width:350px"> <img src="https://drive.google.com/uc?export=view&id=14Up1XvM1xxjHVX0gxdK5_58cOmNiD6QY" style="width:350px" align=center alt="special-partner"> --> </div>
Data Structure & Algorithm project. Airline Management System (A private jet hiring concept) – php, scss, Microsoft SQL.
airline-management-system,airline-reservation,data-structure-and-algorithm,microsoft-sql-server,php,project,sass,scss,dsa-project,chartjs
2023-07-29T15:33:41Z
2023-12-12T18:04:50Z
2023-10-23T10:46:28Z
2
2
139
0
0
3
null
null
PHP
asheshmandal2003/CareData
main
# CareData CareData is a blockchain-based decentralized web application where patients can store their medical records securely and access them easily. We are also providing many other features, like booking appointments with doctors online, online video consultations with doctors, booking appointments for lab tests, and a medical blog page that will instruct patients on how to stay healthy. Here we are using the Ethereum blockchain, and every smart contract is written on Solidity. For the frontend part, we are using EJS and Bootstrap, and for the backend part, Node.js and Express.js are used. For the database part, we are using MongoDB, and we are using EtherJS for connecting the web 2.0 part with blockchain. ## Prerequisites - Make sure that you have already installed Node.js Shell and MongoDB Compass. - Create a `.env` file and initialize your `PORT` and `SESSION_SECRET`. - Set up your cloudinary account and store your cloudinary credentials in the `.env` file. - Create a file named `ethers-5.6.esm.min.js` in the public folder, then follow the link [ether js installation](https://cdn.ethers.io/lib/ethers-5.1.esm.min.js), copy everything from that page, and paste it on that file. - Enable your cloudinary account's unsigned uploading. Because our blockchain part doesn't have any backend parts, we have to store our files on the frontend part. [To do this, please follow this article.](https://medium.com/@aalam-info-solutions-llp/how-to-upload-images-to-cloudinary-with-react-js-ad402f775818) - Create a file named `cloudinaryCredentials.js` in the public folder and make two constant variables called `cloudinary_url` and `cloudinary_upload_preset` and export them. Now your local environment is ready to run the project. ## Installation ``` cd caredata npm install node index.js ``` After that, check the console where your application is running, open a browser, and write, `http://localhost:PORT/caredata` ## Usage For getting those Web 3.0 features Metamask should be installed in your browser. If it is, then go to the file upload page, and you will see Metamask pop up to connect it with the application. Connect it with your application, and then you can upload your files. Remember, you need to have some test ethers for the transactions. If you don't have one, then change your metamask network to Sepolia Network and then go to [Sepolia Faucet](https://sepoliafaucet.com/) and collect your free Sepolia test ethers. (To get free ethers from the Sepolia faucet, you have to sign up on alchemy.) Now you are ready to use those features. ## Credits - [Ashesh Mandal](https://github.com/asheshmandal2003) - [Devayan Mandal](https://github.com/devayanm)
CareData is a platform where patients can store their medical records with blockchain security, book their appointments, and take video consultations with doctors online.
bootstrap5,ejs,expressjs,mongodb,nodejs,solidity,etherjs,javascript,mongoose,peerjs
2023-08-04T19:15:41Z
2023-08-30T18:10:05Z
null
3
3
61
0
2
3
null
null
EJS
Walker30263/dumpygif
main
# [DumpyGif](https://dumpygif.me/) ![Logo](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/logo.gif) Hosted for free on [https://dumpygif.me/](https://dumpygif.me) thanks to repl.it! (And thanks to NameCheap for the free domain!) Heavily inspired by @ThatOneCalculator's [Among Us Dumpy Gif Maker](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker) Discord bot. # How to use 1. Upload the image file that you wish to create a gif from 2. Adjust controls (more details in the next section) 3. Click the "Generate" button 4. Wait 5. Download your gif to share with your friends! # Settings ### Lines of Sussy Bakas This lets you control the resolution / contrast of your image. For example, images like flags require less contrast, as they have a lower number of unique colors and rarely have gradients: ![Pride](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/pride-15lsb-150ms-1x-nc.gif) (created with 15 lines of sussy bakas) However, more sophisticated images with a higher number of unique colors/gradients require more contrast to be intelligible: ![Walter White](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/walter-60lsb-150ms-1x-nc.gif) (created with 60 lines of sussy bakas) Just a warning, the more lines of sussy bakas you want in your gif, the longer it's going to take to generate the gif, and the more we recommend that you turn Color Collapse on. ### Gif speed Self-explanatory.. Lower delay in ms = faster gif Higher delay = slower gif ### Enlarge Output By default, the dimensions of the gif produced will be exactly the same as the dimensions of the input image. If the input image is small, and you'd like your gif to be larger, you can use the "Enlarge Output" slider to increase the output dimensions by a multiplier. Here's a case where this would be useful: Starting image: ![red impostor](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/red-impostor.jpg) Gif with default dimensions (same dimensions as starting image): ![red impostor default size](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/red-30lsb-150ms-1x-nc.gif) Gif with "Enlarged Output" of 2.00x: ![red impostor 2.00x](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/red-30lsb-150ms-2x-nc.gif) ### Choreographed If this is unchecked/turned off, impostors will be in random positions at any given time. If this is checked/turned on, you will be given access to more choreography options, which will determine the positions of the impostors at random times. As of 07/22/2023, we have 3 choreography options: basic, ripple, and wave: No choreography: ![Pride-nc](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/pride-15lsb-150ms-1x-nc.gif) Basic choreography: ![Pride-c](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/pride-15lsb-150ms-1x-c.gif) Ripple choreography (works better with higher lines of sussy bakas): ![Pride-rc](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/pride-40lsb-150ms-1x-rc.gif) Wave choreography (works better with higher lines of sussy bakas): ![Pride-wc](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/pride-40lsb-150ms-1x-wc.gif) (For wave choreography, you can choose whether you want the waves to go in the horizontal or vertical direction.) ### Color Collapse™ To make a DumpyGif, we have to create a different impostor for each unique color in the image, which might take a lot of time with certain images. If this is turned on, then the same impostor will be used for similar colors (colors that would have appeared the same to the average human, although they might have been a few RGB values apart from each other). This will drastically speed up generation time for images that have thousands of different colors. If this is turned off, different impostors will be created for colors that appear almost the same to the human eye. For example: Original Image: ![original-image](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/zhongli.png) Gif created without Color Collapse (5783 unique colors): ![without-cc](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/zhongli-100lsb-150ms.gif) Gif created with Color Collapse (2123 unique colors) took **65% less time** to generate: ![with-cc](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/zhongli-100lsb-150ms-cc.gif) (We use [this](http://www.compuphase.com/cmetric.htm) algorithm to evaluate how "close" colors are to each other. Interesting read if you're into Color Perception Theory.) ### Advanced Settings Warning: Before dabbling into Advanced Settings, please experiment with the website a bit to know the limits of your hardware. If you choose to toggle Advanced Settings on, you will have direct control over certain variables, such as Lines of Sussy Bakas, Gif Speed, Enlarge Output Multiplier, and more. You won't be limited by the ranges anymore, you can directly type in the numbers that you want. You will also have access to certain additional variables, such as "Number of Workers" and "Pixel Sample Interval." Increasing the "Number of Workers" setting will speed up the GIF rendering process, but will consume more RAM, which might be a bad idea and lead to slowdowns if you're on a device with low RAM. The "Pixel Sample Interval" determines the level of detail and accuracy in the resulting GIF image. A smaller pixel sample interval means more frequent sampling, resulting in a higher level of detail but potentially larger file size. We plan on adding more Advanced Settings in the future to allow you to customize your DumpyGif experience to your heart's content! For example, gif created using the example image from the Color Collapse™ section with 350 lines of sussy bakas and 5x enlargement (using 70% color collapse and 20 workers): ![350lsb](https://raw.githubusercontent.com/Walker30263/dumpygif/main/assets/examples/zhongli_350lsb.gif) As you can see, Advanced Settings are helpful if you want to create a DumpyGif with high contrast. # Algorithm (you can stop reading now if you're not a nerd and came here just to learn how to use this website) The basic algorithm is 1. Calculate the dimensions of the gif we want to generate based on user input ("Lines of Sussy Bakas") 2. Resize the inputted image into those dimensions 3. Parse the resized image to get an array of all the pixels in the image 4. There are 6 "original" images of impostors in different "positions" in the assets/gif-images folder. These original impostors are colored in two shades of red: one brighter than the other (which represents a shadow). 5. An original impostor from the assets/gif-images folder can be colored by looping through the image data and replacing rgb values of the original pixels with the desired ones. (Use [pSBC.js](https://github.com/PimpTrizkit/PJs/wiki/12.-Shade,-Blend-and-Convert-a-Web-Color-%28pSBC.js%29) to generate a darker color to represent the shadow of the pixel's color.) Check function colorImpostor(impostor, pixel) for my implementation. 6. Loop through the array of pixels created in Step 3. For every pixel, check if impostors of its color have already been created. If not, use the algorithm in Step 5 to create them (all 6), and store their data URLs in an object with the key being the pixel (JSON-stringified). Let's call this object "impostorsOfDifferentColors." Checkpoint: we now have an array of pixels that we will replace with impostors and a dictionary-like object called "impostorsOfDifferentColors" that holds data URLs of 6 different impostors for each unique color in the array of pixels. Now we generate frames for the gif. 7. We can generate an image using a seed using this basic algorithm: For every pixel in the array of pixels, draw an impostor with the pixel's color on a grid. The seed is an array containing numbers from 1-6 to represent the position that each impostor is in during its "dance routine." To generate the next image, we simply increment every value in the seed (and reroll 6s over to 1s) until we have 6 frames. A user can also choose to start with a seed that's all 1s, if they want a basic "choreographed" gif. Other seed generation methods can be found in seedBaker.js 8. Use [gif.js](https://jnordberg.github.io/gif.js/) to create a gif from these frames, and display it to the user and let them download it if they wish! # If you have any questions or have any suggestions, please feel free to create an issue here on GitHub or contact me on Discord: @sky3.142
Upload an image to generate an among us gif based on it!
among-us,amongus,dumpy,gif,gif-animation,html-css-javascript,image-processing,impostor,javascript,sus
2023-07-21T02:51:19Z
2023-08-13T01:54:00Z
null
2
0
47
0
0
3
null
MIT
JavaScript
stormode/stormode
main
![Stormode](./assets/images/banner.png "Stormode") # Stormode Stormode, a build tool for Node that offers a range of features to simplify your development process. - Simplify Setup - Colorful Terminal - TypeScript Support - Environment Variables - Fast Transpiling & Bundling # Getting Started with Stormode You can use the following commands to begin your journey: ```bash # npm npm create stormode # pnpm pnpm create stormode ``` After project created successfully, you can access into your project to install dependencies and run it. ```bash # npm npm install npm run dev # pnpm pnpm install pnpm run dev ``` For more information, visit <a href="https://stormode.dev" target="_blank" rel="noreferrer noopener">stormode.dev</a>. ## License This project is MIT licensed, you can find the license file <a href="https://github.com/stormode/stormode/blob/main/LICENSE" target="_blank" rel="noreferrer noopener" >here</a>.
A build tool for Node
backend,build-tool,esbuild,javascript,node,typescript,stormode,express,js,koa
2023-08-06T16:12:29Z
2024-05-22T09:52:37Z
2024-03-26T06:20:28Z
1
22
123
0
0
3
null
MIT
TypeScript
codestates-seb/seb45_pre_025
main
## 프로젝트_코딩해'조' <img width="300px" height="300px" src="clientes/public/images/코딩해조_로고.png"> > 프로젝트 기간 : 08.04 ~ 08.23 >> - **[배포사이트](http://pre-project-deploy.s3-website.ap-northeast-2.amazonaws.com)** <br> ## 프로젝트팀 소개 ### FE |<center>윤 예빈</center>|<center>최 유리</center>|<center>최 민서</center>| |---|---|---| |<img width="150px" height="150px" src ="clientes/public/images/ye-bin.jpg" />|<img width="150px" height="150px" src ="clientes/public/images/you-ri.jpg" />|<img width="150px" height="150px" src ="clientes/public/images/min-seo.jpg" />| |<center>[@YebinYun](https://github.com/YebinYun)</center>|<center>[@greatjobcat](https://github.com/greatjobcat)</center>|<center>[@minseowo](https://github.com/minseowo)</center>| ### BE |<center>박 찬우</center>|<center>강 석완</center>|<center>양 진호</center>| |---|---|---| |<img width="150px" height="150px" src ="clientes/public/images/chan-woo.jpg" />|<img width="150px" height="150px" src ="clientes/public/images/seok-wan.jpg" />|<img width="150px" height="150px" src ="clientes/public/images/jin-ho.jpg" />| |<center>[@chanwoopark9301](https://github.com/chanwoopark9301)</center>|<center>[@blacksg](https://github.com/blacksg)</center>|<center>[@yang-jin-ho](https://github.com/yang-jin-ho)</center>| <br> ## Stack ### **Environment** <img src="https://img.shields.io/badge/visual studio code-007ACC?style=flat&logo=visualstudiocode&logoColor=white"/> <img src="https://img.shields.io/badge/discord-5865F2?style=flat&logo=discord&logoColor=white"/> <img src="https://img.shields.io/badge/git-F05032?style=flat&logo=git&logoColor=white"/> <img src="https://img.shields.io/badge/git hub-181717?style=flat&logo=github&logoColor=white"/> <img src="https://img.shields.io/badge/notion-000000?style=flat&logo=notion&logoColor=white"/> ### **Front-End** <img src="https://img.shields.io/badge/npm-CB3837?style=flat&logo=npm&logoColor=white"/> <img src="https://img.shields.io/badge/prettier-F7B93E?style=flat&logo=prettier&logoColor=white"/> <img src="https://img.shields.io/badge/eslint-4B32C3?style=flat&logo=eslint&logoColor=white"/> <img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat&logo=JavaScript&logoColor=white"/> <img src="https://img.shields.io/badge/React-61DAFB?style=flat&logo=React&logoColor=white"/> <img src="https://img.shields.io/badge/Tailwind CSS-06B6D4?style=flat&logo=Tailwind CSS&logoColor=white"/> <img src="https://img.shields.io/badge/react router-CA4245?style=flat&logo=reactrouter&logoColor=white"/> <img src="https://img.shields.io/badge/axios-5A29E4?style=flat&logo=axios&logoColor=white"/> ### **Back-End** <img src="https://img.shields.io/badge/Java-007396?style=flat&logo=Java&logoColor=white"/> <img src="https://img.shields.io/badge/mysql-4479A1?style=flat&logo=mysql&logoColor=white"/> <img src="https://img.shields.io/badge/Spring -6DB33F?style=flat&logo=spring&logoColor=white"/> <img src="https://img.shields.io/badge/Spring Boot-6DB33F?style=flat&logo=springboot&logoColor=white"/> <img src="https://img.shields.io/badge/Spring Security-6DB33F?style=flat&logo=springsecurity&logoColor=white"/> <img src="https://img.shields.io/badge/Spring Data JPA-6DB33F?style=flat&logo=SpringDataJPA&logoColor=white"/> <img src="https://img.shields.io/badge/JWT-000000?style=flat&logo=jsonwebtokens&logoColor=white"/> <img src="https://img.shields.io/badge/AWS-232F3E?style=flat&logo=amazonaws&logoColor=white"/> <br> ## 📝 Documents <details> <summary> 사용자 요구사항 정의서</summary> <div markdown="1"> <img src="clientes/public/images/사용자 요구사항 정의서_25조_코딩해조.png"> </div> </details> <br> <details> <summary> User Flow </summary> <div markdown="1"> <img src="clientes/public/images/[코딩해조] User Flow.png"> </div> </details> <br> <details> <summary> 테이블 설계도 </summary> <div markdown="1"> <img src="clientes/public/images/table.png"> </div> </details> <br> ## 🍵Team Culture ### 회의 시간 - **10시 ~ 10시 30분 회의** : 구현할 내용/ 업무 분담/ 역할 분배 - **10시 30분 ~ 11시 회의** : 각 파트(FE/BE)에서 피드백 시간 (이슈 공유) - **5시 ~ 6시 통합 회의** : 그날 진행 정도 확인 및 평가(브리핑) / merge 종합하는 시간 ### 개발 관련 규칙 - 칸반 보드는 각 팀에서 찬우(BE) / 예빈(FE) 추가 - 쿠션어 사용 - 호칭 : (○○님) - 질문은 명확하게, 피드백은 존중을 담아서 - 불참, 혹은 개인적인 이슈 생길 시 [팀장님 or 디스코드채널] 공유 <br> ## ✨ Git Commit Type ### [태그] 제목 <br> |태그|설명| |---|---| |Feat|새로운 기능 추가| |Fix|버그 수정| |Docs|문서 수정| |Style|UI / style 개선| |Refactor|코드 리팩토링| |Test|테스트 코드, 리팩토링 테스트 코드 추가| |Chore|빌드 업무 수정, 패키지 매니저 수정| <br> ## 디렉토리 구조 ``` . │ .gitignore │ package-lock.json │ package.json │ README.md │ tailwind.config.js │ │ ├─ clientes │ │ .eslintrc.json │ │ .gitignore │ │ .prettierrc.json │ │ package-lock.json │ │ package.json │ │ tailwind.config.js │ │ │ ├─public │ │ │ index.html │ │ │ │ │ └─images │ │ │ └─src │ │ App.css │ │ App.js │ │ Auth.js │ │ index.css │ │ index.js │ │ │ ├─components │ │ Category.js │ │ Footer.js │ │ Header.js │ │ HeaderOn.js │ │ Sidebar.js │ │ SideCartegory.js │ │ │ └─pages │ Home.js │ Login.js │ Main.js │ Questions.js │ QuestionsAsk.js │ QuestionsId.js │ Signup.js │ Users.js │ │ │ └─server │ └─src ├─main │ │ main.iml │ │ │ ├─java │ │ └─com │ │ └─codinghaezo │ │ └─stackOverFlow │ │ │ StackOverFlowApplication.java │ │ │ │ │ ├─advice │ │ │ GlobalExceptionAdvice.java │ │ │ │ │ ├─answer │ │ │ │ Answer.java │ │ │ │ AnswerController.java │ │ │ │ AnswerDto.java │ │ │ │ AnswerMapper.java │ │ │ │ AnswerRepository.java │ │ │ │ AnswerService.java │ │ │ │ PageInfo.java │ │ │ │ │ │ │ └─comment │ │ │ Comment.java │ │ │ CommentController.java │ │ │ CommentDto.java │ │ │ CommentMapper.java │ │ │ CommentRepository.java │ │ │ CommentService.java │ │ │ │ │ ├─audit │ │ │ Auditable.java │ │ │ │ │ ├─bookmark │ │ │ Bookmark.java │ │ │ BookmarkController.java │ │ │ BookmarkDto.java │ │ │ BookmarkMapper.java │ │ │ BookmarkRepository.java │ │ │ BookmarkService.java │ │ │ │ │ ├─domain │ │ │ └─question │ │ │ ├─controller │ │ │ │ QuestionController.java │ │ │ │ │ │ │ ├─dto │ │ │ │ PaginatedResponseDto.java │ │ │ │ QuestionDto.java │ │ │ │ │ │ │ ├─entity │ │ │ │ Question.java │ │ │ │ │ │ │ ├─repository │ │ │ │ QuestionRepository.java │ │ │ │ │ │ │ └─service │ │ │ QuestionService.java │ │ │ │ │ ├─exception │ │ │ BusinessLogicException.java │ │ │ ExceptionCode.java │ │ │ │ │ ├─logIn │ │ │ ├─controller │ │ │ │ AuthController.java │ │ │ │ │ │ │ ├─jwt │ │ │ │ ├─config │ │ │ │ │ SecurityConfiguration.java │ │ │ │ │ │ │ │ │ ├─dto │ │ │ │ │ LoginDto.java │ │ │ │ │ │ │ │ │ ├─filter │ │ │ │ │ JwtAuthenticationFilter.java │ │ │ │ │ JwtVerificationFilter.java │ │ │ │ │ │ │ │ │ ├─handler │ │ │ │ │ MemberAccessDeniedHandler.java │ │ │ │ │ MemberAuthenticationEntryPoint.java │ │ │ │ │ MemberAuthenticationFailureHandler.java │ │ │ │ │ MemberAuthenticationSuccessHandler.java │ │ │ │ │ │ │ │ │ ├─jwt │ │ │ │ │ JwtTokenizer.java │ │ │ │ │ │ │ │ │ └─userDetails │ │ │ │ CustomUserDetails.java │ │ │ │ MemberDetailsService.java │ │ │ │ │ │ │ ├─OAuth2 │ │ │ │ └─handler │ │ │ │ OAuth2MemberSuccessHandler.java │ │ │ │ │ │ │ └─utils │ │ │ CustomAuthorityUtils.java │ │ │ ErrorResponder.java │ │ │ MyController.java │ │ │ UserAuthService.java │ │ │ UserController.java │ │ │ │ │ ├─member │ │ │ Member.java │ │ │ MemberController.java │ │ │ MemberDto.java │ │ │ MemberMapper.java │ │ │ MemberRepository.java │ │ │ MemberService.java │ │ │ │ │ ├─response │ │ │ ErrorResponse.java │ │ │ │ │ └─Utils │ │ UriCreator.java │ │ │ └─resources │ application.yml │ └─test ```
⚙️@codinghaezo_project⚙️
java,javascript,react,spring
2023-08-02T04:47:26Z
2023-08-23T03:02:33Z
null
46
45
268
25
6
3
null
null
JavaScript
eunjios/todo-list
main
# Todo List > 아직 미완성인 프로젝트 입니다. 목표는 투두메이트 비슷하게 만들기! 🚀 https://github.com/eunjios/todo-list/assets/77034159/dbb73d43-4319-4985-82ad-6b4682a97352 ## Architecture ``` ├── App.js ├── TodoContext.js ├── store │   └── data.js ├── components │   ├── Calendar.js │   ├── TodoCalendar.js │   ├── TodoItemCustom.js │   ├── TodoListCustom.js │   └── TodoProfile.js └── ... (중략) ... ``` ## data ```js const categories: { id: number; name: string; color: string; }[] ``` ```js const todoData: { date: string; todos: { id: number; cateId: number; text: string; done: boolean; }[]; }[] ``` ## TodoContextCustom > TODO list의 상태 관리를 위한 context ### Toggle ```js // 리듀서 정의 // ... case 'TOGGLE': const { id } = action; return state.map(data => ({ ...data, todos: data.todos.map(todo => ( todo.id === id ? {...todo, done: !todo.done} : todo )) })) ``` ### Context - `DateProvider`: 선택한 날짜 관련 컨텍스트 제공 - `TodoProvider`: 투두리스트 관련 컨텍스트 제공 ```javascript // DateProvider const today = new Date().toLocaleDateString(); const [selectedDate, setSelectedDate] = useState(today); const setDate = (date) => { setSelectedDate(date); } ``` ```javascript // TodoProvider const [state, dispatch] = useReducer(TodoReducer, todoData); const nextId = useRef(15); ``` ### Custom Hook - `useDateState`: selectedDate의 context 값 추출 - `useDateUpdate`: setDate의 context 값 추출 - `useTodoState`: state의 context 값 추출 - `useTodoDispatch`: dispatch의 context 값 추출 - `useTodoNextId`: nextId의 context 값 추출 <br /> <br /> ## Components ### TodoProfile <img width="480" alt="TodoProfile" src="https://github.com/eunjios/todo-list/assets/77034159/ee7b416a-b183-461f-a44d-e1bebd873929"> > 유저 정보를 보여주는 컴포넌트 - 아직 하드 코딩되어 있지만 추후 업데이트 예정 ```javascript return ( <ProfileContainer> <PictureCircle /> <ProfileInfo> <UserName>은지</UserName> <UserMessage>프로필에 자기소개를 입력해보세요</UserMessage> </ProfileInfo> </ProfileContainer> ); ``` ### TodoCalendar <img width="480" alt="TodoCalendar" src="https://github.com/eunjios/todo-list/assets/77034159/76bc7807-3ab0-4982-af45-2880efd8f384"> > 달력 전체 부분 ```javascript return ( <> <CalendarHeadContainer> // ... 중략 </CalendarHeadContainer> <Calendar /> </> ); ``` - `CalendarHeadContainer` : 이번 달 done의 개수 (지금은 하드 코딩된 상태) - `Calendar` : 달력 레이아웃 ### Calendar ```js <TodoDayCheck $remains={remains} $length={length} onClick={onDayClick} > {remains === 0 && length > 0 ? <FaCheck /> : `${length !== 0 ? remains : ''}` } </TodoDayCheck> <TodoDayDate>{date}</TodoDayDate> ``` - `length` : 해당 날짜의 총 할 일 개수 - `remains` : 해당 날짜의 남아있는 할 일 개수 ### TodoListCustom <img width="480" alt="preview" src="https://github.com/eunjios/todo-list/assets/77034159/7d1f4757-4cb1-4ea4-b930-a0fa2f2d510d"> > TODO list item의 레이아웃 설정하는 컴포넌트 ```javascript {categories.map(category => { return ( <> <TodoCategoryButton key={category.id} title={category.name} color={category.color} /> {targetDatas && targetDatas.todos .filter(todo => todo.cateId === category.id) .map(todo => ( <TodoItemCustom key={todo.id} id={todo.id} text={todo.text} done={todo.done} color={category.color} /> )) } </> ); })} ``` - 카테고리 별로 투두리스트 렌더링 - 아이템 클릭시 `TOGGLE`을 통해 done 상태 변경 - 카테고리 버튼 클릭시 투두리스트 추가 예정 ### TodoCreate > TODO list item을 추가하는 컴포넌트 - 아직 미완성 상태
투두메이트 비슷하게 만들어 보기
react,todolist,javascript
2023-08-07T01:53:53Z
2024-01-06T02:00:21Z
null
1
2
45
0
0
3
null
null
TypeScript
vaibhavgaikwad8476/Web_Dev-Practice
master
# Web_Dev-Practice • The Basic Assignments Of Web devlopment's . <BR> • HTML <br> • CSS <br> • JAVASCRIPT <br> • REACT •
Assignments of HTML , CSS and JAVASCRIPT
basic-programming,bootstrap,css,frentend,git,github,html5,javascript
2023-07-23T14:07:14Z
2023-09-26T10:13:23Z
null
2
7
26
0
2
3
null
null
HTML
BeanyTheCoder/react-todo-app
main
# React Todo App 🚀 A simple todo app made using React.js ## Features ✨ - Ability to add, remove and check-off todos. - Ability to _remove all_ and _complete all_ todos at once. - Cool design from [this website](https://www.codingnepalweb.com/create-todo-list-app-html-javascript/). ## Installation & Usage 🛠️ 1. Clone the repository using `git clone https://github.com/BeanyTheCoder/react-todo-app.git`. 2. Navigate to the project directory using `cd react-todo-app`. 3. Install dependencies with `npm install`. 4. Run the app with `npm run dev`. ## Screenshots 📷 ### Desktop: ![image of the desktop view](readme-images/desktop.png) ### Mobile: ![image of mobile view](readme-images/mobile.png) ## Links 🔗 Live site link: [here](https://beanythecoder.github.io/react-todo-app/) ## Technologies Used 🛠️ - React.js - HTML & CSS ## License 📝 This project is licensed under the [License Name](link-to-license-file). ## Acknowledgments 🙏 Inspiration for the design from [this website](https://www.codingnepalweb.com/create-todo-list-app-html-javascript/). ## Contact 📧 For any questions or feedback, feel free to reach out to me at alexanderafoko@gmail.com.
A simple todo app made using React.js
javascript,react,webapp
2023-08-02T20:59:23Z
2023-10-06T18:07:53Z
null
1
0
16
0
0
3
null
null
JavaScript
David-Lazaro-Fernandez/Tech-Stocks
main
# GHW Data: Tech Stock Tracker ![image](https://github.com/David-Lazaro-Fernandez/Tech-Stocks/assets/57787993/03a90c4a-c86f-407a-848b-f405783389f1) ## Description The Stock Tracker application allows users to view real-time stock data from various prominent companies. Users can select a company and see its current price in a line chart. The app displays detailed information about the stocks, including a visual representation of whether the price has gone up or down. ## Features - **Real-Time Visualization**: The app fetches real-time stock data for companies like Apple, Google, Microsoft, Meta, and Amazon. - **Line Chart**: Stock data is plotted in a line chart, enabling an easy understanding of price trends. - **Intuitive Interface**: Users can easily select different companies through buttons with logos, and the app responds by displaying relevant information. - **Loading Effect**: The app shows a loading (skeleton) animation while fetching information, enhancing the user experience. ![image](https://github.com/David-Lazaro-Fernandez/Tech-Stocks/assets/57787993/41ee47a8-173f-450c-a8b5-dfc3c8955687) ## Technologies Used - **React**: The application uses React for component building and state management. - **Next.js**: Next.js is utilized for server-side rendering and performance optimization. - **ApexCharts**: For data visualization in chart form. ## Installation and Usage 1. **Clone the Repository**: ``` git clone https://github.com/yourusername/stock-tracker.git ``` 2. **Install Dependencies**: ``` cd real-time-currencies npm install ``` 3. **Run the Application**: ``` npm run dev ``` The application will be available at `http://localhost:3000`. ## Contribution If you would like to contribute to the project, please open an Issue or a Pull Request. ## License This project is licensed under the MIT License ## GHW This project was part of the Data Visualization Apps in the Global Hack Week Data ![image](https://github.com/David-Lazaro-Fernandez/Tech-Stocks/assets/57787993/52b7e6da-aa73-4ebb-914d-ea22df58acd4)
GHW August Data: Realtime Data App
javascript,react,stocks,stocks-api,learn
2023-07-31T22:22:48Z
2023-08-07T07:27:53Z
null
1
0
16
0
8
3
null
null
CSS
AmlrSF/FirebaseChat-app
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 ``` 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.
Firebase-powered messaging app with integrated Firebase Authentication. Users can securely .ign in, chat in real-time, and enjoy a seamless messaging experience with the power of Firebase behind it
authentication,authorization,firebasechat,javascript,nextjs,nextjs13,chatengine,tailwindcss
2023-07-31T13:00:14Z
2023-08-02T22:32:46Z
null
1
0
7
0
0
3
null
null
JavaScript
pooulad/simple-redux-app
main
# SIMPLE REDUX APP WITH JS(javascript_example source code) create a simple redux app with javascript ## Setup Source Use the package manager [npm](https://www.npmjs.com/) to install all packages in this program. ```bash npm install ``` ## Call files from terminal ```bash node index or node .\asyncAction.js ``` # React + Vite(react-redux-example source code) 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
🚨make todo-app using react-redux
html-css-javascript,javascript,react-redux,reactjs,redux,redux-thunk
2023-08-03T13:21:27Z
2024-01-21T15:58:07Z
null
1
1
72
0
0
3
null
null
JavaScript
99dino/keyboard-simulator
master
# Keyboard Simulator - [Live_demo](https://99dino.github.io/keyboard-simulator/) ![Landing Page](img/Landing.png) Keyboard Simulator that simulates typing on a variety of custom keyswitches and offers a simple typing test. Currently, it supports single switch and keyboard layouts, and colors for an customizable, satisfying typing experience. ## Features - Unique sounds for specific keys - 1 minute English typing test ( with proper differentiation b/w correctly and incorrectly typed characters ) ![Typing](img/Typing.png) - Wide selection of case colors and layouts - Mute/Unmute to disable the audio effect ![Mute/Unmute](img/Mute.png) - (Dark mode) - to be implemented soon ## Currently Supported Switches ![Switch Options](img/Switches.png) - NovelKeys Creams - Holy Pandas - Turqoise Tealios - Gateron Black Inks - Cherry MX Blacks - Cherry MX Browns - Kailh Box Navies - Buckling Spring - SKCM Blue Alps - Topre ## Currently Supported Layouts ![Layout Looks](/img/Layouts.png) - Tenkeyless - 75% - 65% - HHKB - (full size layout) - to be implemented soon ## Setup To run this application locally, use: ```bash npm install npm start ```
Mechanical Keyboard Simulator... Use of Flexbox, added Eventlistener on key hit and mouse click... One Minute of typing test with difficulty level and time limit and results includes of ACCURACY ,WPM, CPM and KEYSTROKES.
css3,html5,javascript,keyboard-layout,keyboard-simulator
2023-07-22T10:58:40Z
2023-08-13T20:29:42Z
null
1
0
43
0
0
3
null
null
JavaScript
seifhassan89/CinemaReservation
main
# Cinema Reservation Web API using NestJS and Postgresql, ReactJs, Translation(En,Ar) This is a simple Cinema Reservation Web API that allows you to perform ## Features - CRUD operations on Movies records. - CRUD operations on Halls records. - CRUD operations on party-time records. - CRUD operations on Reservation records. - CRUD operations on seats records. ## Technologies Used in Backend - NodeJs - Typescript - NestJs - postgresql ## Technologies Used in Frontend - JavaScript - ReactJS framework - MUI Framework - Redux toolkit - Redux-saga - Rxjs - Sass - Axios - Formik - Yup - Translation (EN + AR) ## Prerequisites Before you can run this Web API, you need to have the following installed on your machine: - Node.js (version 16 or later) - npm (version 8 or later) - postgresql (version 4 or later) - ReactJs (Version 18 or later) - MUI (Version 5 or later) ## Getting Started To get started with this project, follow these steps: ## Database Connection 1.to create the database: ``` go to pgAdmin4 and create new DB called cima as in the .env file ``` 2.to run the database migrations run: ``` npm run db:run ``` ## Installing 1. Clone the repository to your local machine. ``` git clone https://github.com/seifhassan89/CinemaReservation ``` 2. Install NodeJs if you haven't already ``` Please visit https://nodejs.org/en and follow the instractions ``` 3. Install Nestjs if you haven't already ``` npm install -g @nestjs/cli ``` 4. open terminal and change directory to server ``` cd server ``` 5. Run bundle install to install all required node module for BE project ``` npm install ``` 6. create a new terminal and change directory to client ``` cd client ``` 7. Run bundle install to install all required node module for FE project ``` npm install ``` ## Run the application 1. Here is command to run your FE application: ``` npm start ``` 2. Here is command to run your BE application: ``` npm run start:dev ``` ## Usage The API endpoints can be tested using a tool such as Swagger. The following endpoints are available: as we go to http://localhost:3001/Api/#/ ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/0d8525e8-cbd1-463b-bb8d-fbfbb0f9959e) ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/0ddfa92e-c3b2-469b-a4cb-88ef8541ec60) ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/2248a7b5-5eff-4817-8e81-2f242fdcb35c) ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/822b753e-0f80-4301-8db1-2d86ccfbff66) ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/41162388-bde9-4844-80d5-a9002d93eb05) ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/d72913cf-16bc-47ad-8cdf-9297108caa3b) ## Usage The API endpoints used in FE Portal. The following endpoints are available: as we go to http://localhost:3000 ![image](https://github.com/seifhassan89/CinemaReservation/assets/64795421/a3888aee-7863-48f5-92d5-30cc14c11a50) ## type any email: to get pass from login (test@test.com) this is demo for authentication and authorization. ## Database ERD ![CimaERD](https://github.com/seifhassan89/CinemaReservation/assets/64795421/71c858c4-2e3e-4074-a83c-86b5403d9262) ## Contributing Contributions to this project are welcome! To contribute, follow these steps: 1. Fork this repository. 2. Create a new branch for your feature or bug fix. 3. Make your changes and commit them with descriptive commit messages. 4. Push your changes to your fork. 5. Create a pull request from your fork to this repository.
This is a simple Cinema Reservation Web API that allows you to perform
authentication,authorization,axios,formik,i18n,javascript,matrial-ui,multilanguage-support,nestjs,nodejs
2023-08-06T12:47:03Z
2023-08-06T21:16:25Z
null
1
10
22
0
1
3
null
null
JavaScript
ashsajal1/react-quiz
main
# React + TypeScript + 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 ## Expanding the ESLint configuration If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: - Configure the top-level `parserOptions` property like this: ```js parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: ['./tsconfig.json', './tsconfig.node.json'], tsconfigRootDir: __dirname, }, ``` - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` - Optionally add `plugin:@typescript-eslint/stylistic-type-checked` - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
This is a simple React quiz app that allows users to answer multiple-choice questions and get a score at the end.
css,html,javascript,react,reactjs,typescript
2023-08-03T09:36:54Z
2024-04-03T04:19:04Z
null
1
0
11
0
0
3
null
MIT
TypeScript
mooncy0809/teamhs_community
main
# Team Hs `개발자 면접 문제 은행` 웹 애플리케이션 프로젝트 입니다. <br/><br/> `2023.08.04 ~ 2023.09.30` 동안 `Spring Boot` 와 `React` 를 사용해 구현했습니다. 이 프로젝트를 통해 이루고자 한 목표는 `Spring에서 제공하는 프레임워크를 직접 사용해 보기` 였습니다. 프로젝트 구현 과정 동안 회원 인증/인가, 예외처리를 고민하며 코드를 작성했습니다. # 📚 목차 * [프로젝트 구조](#-프로젝트-구조) * [사용 기술](#-사용-기술) * [구현 기능](#-구현-기능) * [기능 실행화면](#-기능-실행화면) * [API 명세서](#-API-명세서) * [ERD 설계](#-ERD-설계) * [트러블슈팅](#-트러블슈팅) # 🎃 프로젝트 구조 ### 📌 Backend <img width="575" alt="backend-project-structure" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/8ee32012-5026-4218-bfa3-9758e7f90abf"> ### 🥕 Frontend <img width="574" alt="frontend-project-structure" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/ed2d5b26-1e92-4a08-a92b-585dfdaaaaab"> # 🕹 사용 기술 ### 📌 Backend |기술|버전| |----|----| |Spring Boot|3.1.2| |Spring Security|6.1.2| |Bean Validation|3.0.2| |JSON Web Token|0.9.1| |JPA|3.1.2| |jdk|17.0.2| |thymeleaf|3.1.2| |MySQL Connector J|8.0.33| |Swagger|3.0.0| ### 🥕 Frontend |기술|버전| |----|----| |NodeJS|18.17.0| |React|18.2.0| |axios|1.5.0| |react-axios|2.0.6| |react-dom|18.2.0| |react-router|6.3.0| |react-router-dom|6.3.0| |react-redux|8.1.2| |redux|4.2.1| |react-scripts|5.0.1| |react-quill|2.0.0| |react-cookie|6.1.0| |quill-image-resize|3.0.9| |sweetalert2|11.7.31| # 🎢 구현 기능 * 게시판 기능 * 모든 게시글 및 특정 게시글 조회 * 게시글 검색 (전체, 제목, 내용) * 게시글 작성 [회원] * 게시글 수정 [게시글 작성자] * 게시글 삭제 [게시글 작성자] * 게시글 좋아요와 조회수[회원] * 댓글 조회 [회원] * 댓글 작성 [회원] * 댓글 수정 [댓글 작성자] * 댓글 삭제 [댓글 작성자] * 답글 작성 [회원] * 답글 조회 [회원] * 답글 삭제 [답글 작성자] * 문제 기능 * 문제 작성 [관리자] * 문제 조회 [관리자] * 문제 수정 [관리자] * 문제 삭제 [관리자] * 답안 작성 [회원] * 답안 조회 [회원] * 답안 수정 [회원] * 답안 삭제 [회원] * 정답 작성 [관리자] * 정답 수정 [관리자] * 정답 확인 [회원] * 채점 기능 [관리자] (-ing) * 회원 기능 * 회원가입 * 로그인/로그아웃 * 마이페이지 # 🍭 기능 실행화면 ## 게시판 기능 ### 모든 게시글 및 특정 게시글 조회 * 모든 게시글을 조회할 수 있습니다. * 페이징 기능을 통해 한 페이지에 최대 15개의 게시글이 조회됩니다. * 카테고리 별 조회가 가능합니다(전체, 자유게시판, 뉴스) <img width="1724" alt="boardlist" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/7acb6715-457b-4f09-9b8a-5e371cae756e"> <img width="1724" alt="bbslist2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/53a4e632-85e1-4abc-8b6c-adb44595f33c"> <img width="1724" alt="bbslist3" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/b5fb450e-733b-43f6-9bbd-7abd16e3ceef"> * 게시글 리스트를 클릭하면, 게시글의 상세 내용을 조회할 수 있습니다. <img width="1724" alt="board-detail1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/e7e888c3-6dfb-4eac-aa60-9ba009bd2af5"> <img width="1724" alt="board-detail2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/45553333-c029-4848-a92b-5990a2834ee0"> ### 게시글 검색 * 게시글 전체(제목 + 내용)와 제목과 내용으로 게시글을 검색할 수 있습니다. <img width="1724" alt="board-search" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/3fe0b55d-ebc1-41ff-86c0-1406cda5573a"> ### 게시글 작성 * 로그인한 사용자는 게시글을 작성할 수 있습니다. * 게시글 제목과 내용에 내용이 없을 시, 저장 버튼이 활성화 되지 않습니다. * 이미지 첨부가 가능합니다. <img width="1724" alt="bbs-write" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/0edcc6e6-ca0c-467f-85e1-a7045030e5c4"> <img width="1724" alt="bbs-write-success" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/fdfae106-524b-4b3f-ba88-e8e65adff109"> <img width="1724" alt="bbs-write-result" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/dfca4abb-34a3-4f3b-b63a-671080a2820c"> * 로그인하지 않았을 경우 게시글 작성 버튼이 표시되지 않습니다. <img width="1724" alt="bbs-write-auth" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/dc25504d-4041-49c4-bfa6-999dad5b2013"> ### 게시글 수정 * 게시글 작성자는 게시글을 수정할 수 있습니다. <img width="1724" alt="bbs-update" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/3dd14e36-6580-4afd-b93e-daab05ecf835"> <img width="1724" alt="bbs-update2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/3ac62788-e6a0-4f63-b132-05fc2498a7be"> <img width="1724" alt="bbs-update3" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/fb0d7e9f-bd15-41b3-9bb6-2f9daca69554"> <img width="1724" alt="bbs-update2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/3f9edefc-f0de-4bb3-9076-be3ffa5486ed"> <img width="1724" alt="bbs-update-success" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/60e62922-3f92-4962-b298-1858ab9e9747"> * 자신이 작성한 게시글에만 수정, 삭제 버튼이 활성화됩니다. <img width="1724" alt="bbs-update-delete-btn-active" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/76e3695a-2af1-4cc1-9f64-7846045f1bef"> ### 게시글 삭제 * 게시글 작성자는 게시글을 삭제할 수 있습니다. <img width="1724" alt="bbs-delete" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/9451d85e-50d8-4d27-8680-05148175b29c"> <img width="1724" alt="bbs-delete2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/d47e5015-378a-4149-ac38-4997d50c513f"> <img width="1724" alt="bbs-delete-result" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/237f4195-4980-43a8-9c51-82f6fc3f0160"> ### 게시글 좋아요 & 조회수 * 게시글에 좋아요를 누를 수 있습니다. * 각 계정 당 게시글 좋아요 하나씩 누를 수 있고, 좋아요가 되어있는 상태에서 누르면 좋아요가 취소됩니다. <img width="1724" alt="board_like1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/e2900ea6-7bc9-46bb-b133-e44e60ccee92"> <img width="1724" alt="board_like2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/096da14a-0aae-4594-ab5a-ec178fefd74b"> <img width="1724" alt="board_like3" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/8f491787-f5b0-4983-91ca-0232f44cad95"> * 게시글을 보면 조회수가 추가됩니다. <img width="1724" alt="board_view" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/7e5c6993-04ac-42fa-bb4a-c6f7381daf0b"> * 게시글 리스트에서 각 게시글의 좋아요와 조회수가 표시됩니다. <img width="1724" alt="board_like_view_result" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/4e36d84b-aeab-4629-8b72-2f0480a48597"> ## 댓글 기능 ### 댓글 조회 * `게시글 상세 페이지` 에서 관련된 댓글을 조회할 수 있습니다. * 게시글의 달린 전체 댓글 갯수를 조회할 수 있습니다. <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/3a7d0a51-424b-498d-acd6-58f489eaed77"> * 현재 접속자를 표시해줍니다. 댓글의 내용이 없으면 작성 버튼이 비활성화됩니다. <img width="1724" alt="comment2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/28c2a9ec-3697-4776-a636-ed9a4d3e6665"> * 댓글 작성자가 아니면 수정/삭제가 불가합니다. <img width="1724" alt="comment3" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/7ae19a0a-4ac5-4294-ba2d-732f34c329c9"> * 로그인 하지 않으면 댓글을 작성할 수 없습니다. <img width="1724" alt="comment-can't" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/7396a824-cef4-4b9d-b7f9-073cd144cbe3"> ### 댓글 작성 * 로그인한 사용자는 댓글을 작성할 수 있습니다. <img width="1680" alt="comment-write1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/e5724e07-c8d8-46ef-a961-d46df5410f75"> <img width="1724" alt="comment-write2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/822fbfe6-aef9-42bf-963c-3e619aa4ffe7"> ### 댓글 수정 * 자신이 작성한 댓글을 수정할 수 있습니다. <img width="1724" alt="comment-update1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/02a993cc-fa8f-4369-a868-b9220902436d"> <img width="1724" alt="comment-update2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/6d1f62fb-e098-41ff-b03b-43cfd59cce42"> * 수정된 댓글은 수정된 시간으로 업데이트되고, (수정됨)으로 표시됩니다. <img width="1724" alt="comment-update3" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/6767e1ae-dd92-4688-a0f8-35fc0c09dd3f"> ### 댓글 삭제 * 자신이 작성한 댓글을 삭제할 수 있습니다. <img width="1724" alt="comment-delete" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/d3900b21-a1dd-4309-be9a-77475c12e52b"> <img width="1680" alt="comment-delete2" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/e4696bc7-84b1-4079-9625-585449d8c1f0"> ## 답글 기능 ### 답글 조회 * 댓글에 달린 답글 갯수를 표시합니다.클릭하면 해당 댓글의 답글을 조회할 수 있습니다. <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/0ee60e29-8afe-4c98-9e24-cf57659c63ae"> * 닫기를 클릭하면 해당 답글창이 닫힙니다. <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/e63ce993-1c6c-4306-92ef-a09cab396dd2"> * 답글이 5개 이상이면 "답글 더보기" 버튼이 생성되고, 답글 더보기 버튼을 클릭하면 나머지 답글이 표시됩니다. <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/1d18cd37-8440-4aee-b38a-1c7a7090f354"> * 숨기기를 클릭하면 답글이 다시 5개만 보이게 됩니다. <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/5a04db38-0c97-43bf-a0b3-5e78d96ae4e2"> * 로그인을 하지 않으면 답글을 작성할 수 없습니다. <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/0ea68ef5-b43f-4dce-a97e-1bb80ed867cf"> ### 답글 작성 <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/c8d9161c-15b1-4175-b85e-f0518093598c"> <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/7426d16c-21e2-43a1-b761-244cead5909d"> ### 답글 삭제 <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/729ebd3c-861c-40a0-b461-3e16b0ed531f"> <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/f00ae18e-5a7a-4740-a2f8-21d576be7e2b"> <img width="1724" alt="comment1" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/24bb4e04-d22d-4201-a516-243c95a23a7d"> <br><br><br><br> ## 문제 기능 ### 문제 작성 * 관리자 아이디로 로그인 했을 경우 문제를 작성할 수 있습니다. * 필수 항목을 입력하지 않으면 저장 버튼이 활성화 되지 않습니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/d850623c-aa8e-46a4-a9e4-71220fb30e59) <br><br><br><br> * 모든 항목을 입력하면 저장 버튼이 활성화 됩니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/89c9c7c6-eee2-4505-82df-cd33d0f96ec6) <br><br><br><br> ### 문제 조회 * 전체 문제를 조회할 수 있습니다. * 페이징 기능을 통해 한 페이지에 최대 10개의 문제가 조회됩니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/3bf49fe6-87f2-49d5-8cf4-4835c71ca17d) <br><br><br><br> * 관리자는 문제 목록에서 정답을 추가할 수 있습니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/67e88d54-9b94-4469-bf7a-b08937184cb8) <br><br><br><br> * 카테고리별로 문제유형별로 필터링하여 조회가 가능합니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/f10522f8-eadc-4e65-985d-a57748f01e71) ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/a15c0b62-7cd6-43bb-a629-e22d82c57cf6) <br><br><br><br> * 문제의 제목을 클릭하면 문제 조회가 가능합니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/05ace339-6dfc-4470-9768-e93e5c39b32c) <br><br><br><br> ### 문제 수정 * 문제 작성자인 경우 문제 수정이 가능합니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/05ace339-6dfc-4470-9768-e93e5c39b32c) ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/c410793f-c3bd-4132-8fc1-da7dd18ab76f) <br><br><br><br> * 수정을 클릭하면 문제 수정 페이지로 넘어가고 이전의 문제 내용을 불러옵니다. 여기서 자유롭게 수정하여 변경된 내용으로 저장이 가능합니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/4a40233d-d2df-4ed7-858e-0ecf700279b3) ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/23c08938-4909-45f3-8f4f-a1fff150003c) <br><br><br><br> ### 문제 삭제 * 문제 작성자인 경우 문제 삭제가 가능합니다. * 삭제를 클릭하면 확인 메시지창의 띄운 후 삭제됩니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/71b584ba-154b-40e2-9978-81b9e77c08fc) <br><br><br><br> ### 답안 작성 * 문제 페이지에서 `문제풀기` 버튼을 클릭하면 답안 작성 페이지로 이동합니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/627354ab-ceb7-404d-8a07-2ce5a77988af) <br><br><br><br> * 답안 작성 페이지로 이동하면 좌측에 문제가 출력되고 우측에 답안 작성 폼이 출력됩니다. * 객관식의 경우 MenuItem이 출력되고 단답식과 주관식의 경우 입력 폼이 나오게 됩니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/6d4d8b9e-630e-485b-8ea6-8811abada633) ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/0c7f89dc-8cf4-43ac-a17e-29024b94576a) <br><br><br><br> ### 답안 조회 * 문제 페이지에서 답안을 작성한 사람들의 리스트를 확인할 수 있습니다. * 리스트에서 답변내용은 10자 이내로 출력됩니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/ecf67a3a-48c8-477c-800c-ad57d4e053f3) <br><br><br><br> * 리스트의 답변을 클릭하면 답변 상세페이지로 이동하고 답변 내용을 문제와 함께 확인할 수 있습니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/8044f55b-ae52-4f18-b39e-1229127363a5) <br><br><br><br> ### 답안 수정 * 답안 수정은 문제 수정과 동일하게 수행됩니다. ### 답안 삭제 * 답안 삭제는 문제 삭제와 동일하게 수행됩니다. <br><br><br><br> ### 정답 작성 * 정답 작성은 관리자로 로그인한 경우에만 가능합니다 * 문제 리스트에서 정답 버튼 클릭시 정답 목록 확인과 함께 정답 추가가 가능합니다. ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/2c6b1766-2a1f-4c10-a5f5-acadf45da29a) ![image](https://github.com/mooncy0809/teamhs_community/assets/84116509/30edbc0d-c5bc-4c5b-bd2f-19bcae07700c) <br><br><br><br> ### 정답 수정 * 정답 수정은 문제 수정과 동일하게 수행됩니다. ### 정답 삭제 * 정답 삭제는 문제 삭제와 동일하게 수행됩니다. <br><br><br><br> ## 회원 기능 ### 영호가 수정해야 하는 부분 ### 회원가입 * 회원가입 시 아이디 중복을 체크합니다. * 회원가입을 통해 서비스에 사용자 정보를 저장합니다. ### 로그인/로그아웃 * 로그인 * 로그인을 완료하면 브라우저의 `Local Storage` 에 사용자 `id` 와 `JWT` 토큰 정보를 저장합니다. * 로그아웃 * 로그아웃을 완료하면 브라우저의 `Local Storage` 의 내용도 삭제합니다. 여기까지 # 🤙🏻 API 명세서 HTTP 메서드를 통해 행위를 명시할 수 있도록 RESTful 방식으로 설계했습니다. <br/><br/> <img width="997" alt="api-definition" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/682655cb-3579-4a81-843c-79094803dbca"> # 🕸 ERD 설계 <img width="997" alt="erd" src="https://github.com/mooncy0809/teamhs_community/assets/57522230/35128a2e-92cf-41e9-8cf3-b63a02680950"/> # 👾 트러블슈팅
IT 문제 은행 웹 애플리케이션 프로젝트
java,javascript,react,spring-boot
2023-07-27T09:30:13Z
2023-10-30T16:25:57Z
null
3
0
211
0
0
3
null
null
JavaScript
Shahriyar-Hosen/progress-bar-page-topside-animation
main
<h1 align="center">Reading Progress Bar Animation <br/> with <br/> HTML CSS JavaScript</h1> ### JavaScript ```js // progressBar main div const progressBar = document.querySelector("#progress-bar"); //Whichever div will work based const mainBlogSection = document.querySelector("main"); const animateProgressBar = () => { let scrollDistance = -mainBlogSection.getBoundingClientRect().top; let progressWidth = (scrollDistance / (mainBlogSection.getBoundingClientRect().height - document.documentElement.clientHeight)) * 100; let value = Math.floor(progressWidth); progressBar.style.width = value + "%"; if (value < 0) { progressBar.style.width = "0%"; } }; window.addEventListener("scroll", animateProgressBar); ``` <hr/> ## Video Preview [![Reading Progress Bar Animation with HTML CSS JavaScript](https://github.com/Shahriyar-Hosen/progress-bar-page-topside-animation/assets/96829173/58ab4ff0-185c-4a24-8818-c1d2d4fa7620)](https://github.com/Shahriyar-Hosen/progress-bar-page-topside-animation/assets/96829173/49e81bac-ff96-4fc4-a31e-d79d1e3d29f1)
Create a dynamic Reading Progress Bar with HTML, CSS, and JavaScript to visually track reading progress on web pages.
css,css3,html,javascript,js
2023-07-26T15:54:38Z
2023-08-01T17:08:35Z
null
1
1
84
0
0
3
null
null
HTML
atinder11/Youtube-Clone
main
# Youtube Clone ## Introduction This project is a YouTube clone implemented using HTML, CSS, and JavaScript. The goal of this project is to recreate the basic functionality and design of the popular video-sharing platform YouTube. This clone will allow users to view videos, search for videos, play videos, and interact with the user interface. ## Features - Browse and watch videos - Play videos in a video player - Display video information (title, description, uploader, views, likes, etc.) - Responsive design for various devices Website Link: https://atinder11.github.io/Youtube-Clone/ ## Demo Video: https://github.com/atinder11/Youtube-Clone/assets/111070211/e8ecdcc1-a761-4bb7-a0ea-92c600688548 ## ScreenShot: 1.Landing Page: <br> ![image](https://github.com/atinder11/Youtube-Clone/assets/111070211/de33f88c-424d-4fb1-8c82-5e330ad9cf64) ![image](https://github.com/atinder11/Youtube-Clone/assets/111070211/8700fa58-88b9-4414-a25a-048995caf247) <br> 2.Hiding the sidebar ![image](https://github.com/atinder11/Youtube-Clone/assets/111070211/47b98e09-15e1-464f-b82d-2ab632162a4d) <br> 3.Playing Video ![image](https://github.com/atinder11/Youtube-Clone/assets/111070211/917e5953-9db7-43f4-bcb4-3b9509a6e0e7) 4.Comment Section ![image](https://github.com/atinder11/Youtube-Clone/assets/111070211/dcbdd3bd-f411-4c4d-956f-95d90bc37db6) ## Technologies Used - HTML: For creating the structure of the web pages. - CSS: For styling the web pages and making them visually appealing. - JavaScript: For adding interactivity and functionality to the website. ## Usage 1. Open the `index.html` file in your web browser. 2. The homepage will display a list of videos from the YouTube Data API. 3. You can click on any video to watch it. The video will be played in a video player. 4. Use the search bar to search for specific videos. The search results will be displayed below the search bar. ## Configuration You may need to obtain a YouTube Data API key to fetch real video data. Follow these steps: 1. Go to the Google Developer Console: https://console.developers.google.com/. 2. Create a new project (if you haven't already) and enable the YouTube Data API. 3. Generate an API key for the project. 4. Replace the `YOUR_API_KEY` placeholder in the JavaScript file with your actual API key. ## Contributing Contributions to this project are welcome! If you find any bugs or want to add new features, please create a pull request. For major changes, please open an issue first to discuss the changes.
This project is a YouTube clone implemented using HTML, CSS, and JavaScript. The goal of this project is to recreate the basic functionality and design of the popular video-sharing platform YouTube
css,html,javascript,youtube,youtube-clone
2023-07-27T06:03:16Z
2023-07-27T08:59:34Z
null
1
1
4
0
3
3
null
null
HTML
GhostEsso/Math-Magician
dev
<a name="readme-top"></a> <h3><b>Calculator README Template</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 \[Calculator\] ](#-calculator-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Run test](#run-test) - [Run App](#run-app) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 [Calculator] <a name="about-project"></a> > Hello , This is a Calculator application. **[Calculator]** is a simple app where you can do all your math stuffs. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML</summary> </details> <details> <summary>CSS</summary> </details> <details> <summary>JAVASCRIPT</summary> </details> <details> <summary>React</summary> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Setup]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> [https://math-magician-htg1.onrender.com] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: -Commands: npm install ### Setup * git clone git@github.com:GhostEsso/Math-Magician.git * cd math-app * git checkout setup ### Install -Command: npm install ### Run test -Command: npm test ### Run App -Command: npm start <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Author1** 👤 **Essohanam TAMBANA** - GitHub: [@GhostEsso](https://github.com/GhostEsso) - Twitter: [@TambanaEssohanam](https://twitter.com/TambanaEssohana) - LinkedIn: [@TambanaEssohanam](https://www.linkedin.com/in/essohanam-tambana-62aa081a1/) - <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Functionallities]** - [ ] **[Interface]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like my Todo statup project kindly comment or Follow me on LinkedIn, Twitter & twitter and always Your feedback will be really appreciated I have created issue if you want to share. Thanks. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank you All Microverse community. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](/MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
The Math Magicians Project is a single-page application (SPA) that allows users to make simple calculations and read random math-related quotes. It is built with React, CSS3, and consumes an API.
css,javascript,react
2023-08-07T18:00:09Z
2023-08-17T08:58:42Z
null
1
6
39
0
0
3
null
MIT
JavaScript
GhostEsso/Leaderboard
dev
<a name="readme-top"></a> <div align="center"> <h3><b>Leaderboard</b></h3> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Author](#author) - [Deployment](#triangular_flag_on_post-deployment) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) # 📖 Leaderboard list <a name="about-project"></a> **Leaderboard** is a simple webpack project build with HTML, CSS and Javascript using techs like linters, and Gitflow. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">Webpack</a></li> <li><a href="#">Linters</a></li> <li><a href="#">Gitflow</a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **Add a task to complete** - **Check out if the task has been completed** - **Remove all completed tasks** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [Link](https://ghostesso.github.io/Leaderboard/dist/) ## 💻 Getting Started <a name="getting-started"></a> Obtaining API Keys: Explain which APIs the application consumes and direct users to the respective API documentation or websites where they can register for an API key. Provide clear steps on how to sign up, obtain the key, and ensure they understand any limitations or restrictions. Securing API Keys: Emphasize the importance of securing API keys to prevent unauthorized access. Provide guidelines on storing these keys securely, such as using environment variables or configuration files outside the version control system. Integration into the App: Walk users through the process of integrating the obtained API key into the application. This may involve adding the key to a configuration file or using a specific method to access it during runtime. API Usage: Include examples or code snippets that demonstrate how to make API requests using the keys. This will help users understand the syntax and usage of the APIs in the context of the application. ### Prerequisites In order to run this project you need: - Linters - Webpack configuration ### Setup Clone this repository to your desired folder: ### Install Install this project with: ### Usage To run the project, execute the following command: ### Run tests To run tests, run the following command: - npx hint . ### Author 👤 **Author** - GitHub: [@GhostEsso](https://github.com/GhostEsso) - Twitter: [@TambanaEssohanam](https://twitter.com/TambanaEssohana) - LinkedIn: [@TambanaEssohanam](https://www.linkedin.com/in/essohanam-tambana-62aa081a1/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Adding category to a task** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> If you like this project... <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank... <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> - **How can I use this project** - It's a project creative commons, you can use if you give back the credit to the developers <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
A basic leaderboard application has been created using JavaScript. This application showcases scores contributed by various players and provides a means for users to submit their own scores
api,async,javascript
2023-07-25T07:52:07Z
2023-08-04T20:50:05Z
null
1
4
23
0
0
3
null
MIT
JavaScript
GabrielAlonsoCabral/localstorage-js
master
# @gabrielalonsocabral/localstorage-js A simple and lightweight library for managing and interacting with LocalStorage in JavaScript applications. ## Installation To use this library, you can install it via npm or yarn: ```bash npm install @gabrielalonsocabral/localstorage-js ``` or ```bash yarn add @gabrielalonsocabral/localstorage-js ``` ## Usage To use the LocalStorage functionality, import the `LocalStorage` class from the library: ```typescript import { LocalStorage } from '@gabrielalonsocabral/localstorage-js'; // Create an instance of the LocalStorage class const localStorage = new LocalStorage(); // Set a value in LocalStorage localStorage.set('myKey', 'myValue', 3600); // Store 'myValue' with key 'myKey' for 3600 seconds (1 hour) // Get a value from LocalStorage const value = localStorage.get('myKey'); console.log(value); // Output: 'myValue' // Check if a key exists in LocalStorage const exists = localStorage.has('myKey'); console.log(exists); // Output: true // Delete a value from LocalStorage localStorage.delete('myKey'); // Push a value to an existing array stored in LocalStorage localStorage.set('myArray', JSON.stringify([1, 2, 3]), 3600); // Store an array in LocalStorage localStorage.push('myArray', '4'); // Append '4' to the array const updatedArray = localStorage.get('myArray'); console.log(updatedArray); // Output: '[1, 2, 3, 4]' ``` ## API ### `set(key: string, value: string, ttl: number): boolean` Storage key value on LocalStorage. - `key`: Identifier key. - `value`: Store value. - `ttl`: Expiration date in seconds. Returns `true` if the operation was successful; otherwise, an error is thrown. ### `get(key: string): string | null` Return the localStorage value based on the key. - `key`: Identifier key. Returns the key value if it is not expired, otherwise, it returns `null`. ### `has(key: string): boolean` Verify if the key exists on LocalStorage. - `key`: Identifier key. Returns `true` if the key already exists; otherwise, `false`. ### `delete(key: string): void` Delete the key from LocalStorage. - `key`: Identifier key. There is no return value. ### `push(key: string, value: string): boolean` Append a new item to a localStorage key in case the value is an array. - `key`: Identifier key. - `value`: Store value. Returns `true` if the value was successfully added to the array; otherwise, it returns `false`. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. --- Note: This library is designed to work with `dayjs` for handling time and dates. Make sure to have `dayjs` installed in your project before using this library.
A simple and lightweight library for managing and interacting with LocalStorage in JavaScript applications.
javascript,localstorage,ts,typescript
2023-07-23T20:11:29Z
2023-07-23T22:22:38Z
null
1
0
1
0
0
3
null
null
TypeScript
rbhomale17/TechSphere
main
# TechSphere # Project Name:- TechSphere - Interview Assessment System <!-- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) --> # Interview Assessment System This project is a collaborative web-based Interview Assessment System built with React.js, React-Router, Chart.js, and React-Chartjs-2. The team of five members worked diligently to develop this application in just two days. The system allows users to select a course, answer interview questions via speech recognition, and provides feedback based on the responses. ## Description TechSphere is a collaborative web-based Interview Assessment System that revolutionizes the interview process. Built with cutting-edge technologies such as React.js, React-Router, Chart.js, and React-Chartjs-2, our team of five talented developers passionately crafted this application in just two days. The system empowers users to effortlessly select a course, provide interview responses through speech recognition, and receive comprehensive feedback based on their performance. ## Tech Stacks - **Frontend:** - React.js, - React-Router, . - Chart.js, - React-Chartjs-2 - WebRTC (for video streaming) - **GPT API:** - Chat GPT-3.5 API by OpenAI - **Speech Recognition:** - react-speech-recognition - **Other Tools:** - NPM ## Team Members ***Team Member-1 & Student Code*** : ***Rushikesh Diliprao Bhomale https://github.com/rbhomale17*** ***Team Member-2 & Student Code*** : ***Lakxya Rupeja https://github.com/LaxyaRupeja*** ***Team Member-3 & Student Code*** : ***Goutham V https://github.com/vgoutham786*** ***Team Member-4 & Student Code*** : ***Abhishek Raskar https://github.com/AbhishekRaskar*** ***Team Member-5 & Student Code*** : ***Ashish Meel https://github.com/Ashishmeel007*** ## Deployed Links - [Project Live Link Click Here](https://techsphere-ai-interview.vercel.app) ## Getting Started To experience TechSphere on your local machine, follow these simple steps: 1. Clone this repository to your local machine. ```bash https://github.com/rbhomale17/TechSphere.git ``` ## Prerequisites Make sure you have the following software installed: - Node.js - npm ## Installation Install the project dependencies by running: ``` npm install ``` Start the development server: ``` npm start ``` The application should now be running at http://localhost:3000. Access it in your web browser to get started. ## Usage TechSphere offers a seamless user experience through its intuitive interface: 1. **Homepage:** Begin by navigating to the homepage. Here, you can select a course from the dropdown list and choose additional options based on your preferences. If needed, you can provide custom text by selecting the "OTHER INFO" option. Once you've made your selections, click the "Start Interview" button to proceed. 2. **Interview Page:** The Interview page enables you to answer a series of interview questions in a conversational format. Utilizing advanced speech recognition technology, you can verbally provide your responses. As you answer each question, the system saves your responses in the local state. 3. **Feedback Generation:** After answering all the interview questions, TechSphere leverages the power of the GPT-3.5 API to generate detailed feedback on your performance. The feedback is stored in local storage for your reference. 4. **ChartPage:** The ChartPage component displays a visually appealing pie chart that represents your feedback scores. It fetches the feedback data from local storage and uses the React Chart.js library to create an informative chart. The chart displays scores for "Conceptual Understanding," "Communication Skill," "Accuracy," and "Clarity." Additionally, a table with the same scores is presented for quick reference. <!-- To use the application, first, navigate to the homepage. Here, select a course from the dropdown list and choose additional options if applicable. Once you have made your selections, click the "Start Interview" button to proceed to the interview page. Here, you will be asked a series of questions. You can answer the questions by speaking into your microphone. After answering all the questions, the application will send your answers to the GPT-3.5 API to generate feedback. The feedback will be stored in local storage and can be viewed on the Question page. --> ## Features TechSphere comes equipped with an array of powerful features: - **Home Page:** An inviting and user-friendly form for course selection and additional options. - **Interview Page:** A conversational interview experience with speech recognition for seamless responses. - **Feedback Generation:** Utilization of GPT-3.5 API to provide comprehensive feedback based on interview responses. - **Video Streaming:** Live streaming of the user's video for enhanced interaction during the interview process. - **Navbar:** A sleek navigation bar with the TechSphere logo for easy access to the home page. - **Question Page:** A dedicated page to view feedback questions and responses for personal evaluation. ## Navbar The Navbar.jsx component is a simple navigation bar that contains the project logo. By clicking on the logo, users can easily navigate back to the home page. ## HomePage The HomePage.jsx component serves as the initial landing page for the Interview Assessment System. It presents users with a form containing a dropdown list of courses to choose from. Depending on the selected course, relevant checkboxes are displayed to allow users to choose additional options. If the user selects the "OTHER INFO" option, they can input custom text. After selecting the course and options, users can click the "Start Interview" button to proceed to the interview page. ## Interview The Interview.jsx component is responsible for conducting the interview. It fetches interview questions from GPT-3.5 API and utilizes the react-speech-recognition library to enable speech recognition functionality. This enables users to provide verbal responses to the interview questions, and their answers are saved in the local state. Once users have answered all the questions, both their responses and the questions are sent to the GPT-3.5 API to generate feedback. ## VideoComp The VideoComp.jsx component grants access to the user's media stream, which is then used to display their video using the navigator.mediaDevices.getUserMedia method. The component renders the user's video, enhancing the interactive nature of the assessment process. ## Question The Question.jsx component receives feedback data as props and displays the feedback questions along with the user's responses in a table format. This allows users to review their interview performance and the generated feedback. ### ChartPage The ChartPage.jsx component displays a pie chart representing feedback scores. It fetches the feedback data from local storage and uses React Chart.js library to display the data in a pie chart. The feedback data is converted from an object to an array using the useState and useEffect hooks. The chart displays scores for "Conceptual Understanding," "Communication Skill," "Accuracy," and "Clarity." It also shows a table with the same scores. ## Home Page View <img width="1069" alt="Screenshot 2023-07-29 234858" src="https://github.com/rbhomale17/TechSphere/assets/121092445/d9784637-dfc3-487d-bf49-41dc862bf192"> ## Interview Page View <img width="1068" alt="Screenshot 2023-07-29 235150" src="https://github.com/rbhomale17/TechSphere/assets/121092445/baf69651-0c07-4652-b350-87049572ab35"> <img width="1062" alt="Screenshot 2023-07-29 235403" src="https://github.com/rbhomale17/TechSphere/assets/121092445/16af2efe-53cc-43a2-981d-78587875eb21"> ## Waiting for Feedback <img width="1066" alt="Screenshot 2023-07-29 235420" src="https://github.com/rbhomale17/TechSphere/assets/121092445/d0bc939a-cfc0-44b0-9456-b86a1c32e918"> ## Feedback Page View <img width="1079" alt="Screenshot 2023-07-29 235443" src="https://github.com/rbhomale17/TechSphere/assets/121092445/3fbf4301-14d6-4318-97d3-e372c54f7a99"> # Thank You For Visiting 😊
TechSphere's Interview Assessment System is a collaborative web app created with React.js, React-Router, Chart.js, and React-Chartjs-2. Developed by a dedicated team of five members in just two days, it empowers users to choose courses, answer interview questions using speech recognition, and receive valuable feedback.
generativeai,gpt3-turbo,javascript,openai,react,tailwindcss
2023-07-27T13:52:41Z
2023-12-13T03:18:37Z
null
5
10
29
0
3
3
null
null
JavaScript
priyans619/Movie-mania
master
# Movie-mania ## Take a look!! https://movie-mania-d0i0kjaif-priyans619.vercel.app/ ![Movie-mania](https://github.com/priyans619/Movie-mania/assets/46921513/f724adb5-fe04-4b70-82ca-514b69dc23cd) ## Technologies 1.**React.js** (Frontend UI) 2.**API**'s: a) Use ***TBDB API*** (The Movie Database) is application ineterface to fetch movie details. 3.**Libraries**: a) **UI kit**- **SCSS** (You can choose any Material UI or tailwind) b) ***Redux Toolkit*** for organised API calls ## Functionalities 1. **Homepage** - You can find millions of movies and TV shows. 2. **Movie Details** - Find every cast and synopsis related to the movie. 3. **Exception UX/UI Design** - User Interface is the first priority of any web app a user sees, find some best UI in this project ## Contributing 1.Fork it (https://github.com/priyans619/Movie-mania/fork) 2.Create new branch : git checkout -b new_feature 3.Commit your changes : git commit -am 'Added new_feature' 4.Push to the branch : git push origin new_feature 5.Submit a pull request. ## System Requirements To get started with development, you need to install few tools 1. **git** `git` version 2.40.0 or higher. Download [git](https://git-scm.com/downloads) if you don't have it already. To check your version of git, run: ```shell git --version ``` 2. **node** `node` version 16.15.1 or higher. Download [node](https://nodejs.org/en/download/) if you don't have it already. To check your version of node, run: ```shell node --version ``` 3. **npm** `npm` version 9.5.0 or higher. You will have it after you install node. To check your version of npm, run: ```shell npm --version ``` ## Setup To set up a development environment, please follow these steps: 1. Clone the repo ```shell git clone https://github.com/priyans619/Movie-mania ``` 2. Change directory to the project directory ```shell cd Movie-mania ``` 3. Install the dependencies ```shell npm install / npm i ``` 4. Run the app ```shell npm run dev ``` Project will be running in the browser. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. ## **ENJOY !!!!**
Internet movie database , for millions of movies and Tv shows and their star cast
javascript,lazyload-images,nodejs,reactjs,scss
2023-07-22T16:16:38Z
2023-10-05T17:23:32Z
null
1
2
32
0
2
3
null
null
JavaScript
SantiagoFK/techviews
main
This is a project to practice MERN stack technologies. Techviews is a blog, is a full stack web application with javascript: Node, Express in the backend and React in the frontend and MongoDB as database. The front is built with react components and CSS3 Flexbox layout and media queries. It's a fully responsive single page application. Technologies: - JavaScript - HTML5 - CSS3 - MongoDB - Express - NodeJs - React - npm
Blog web application with MERN stack.
api-rest,css3,express,html5,javascript,mern-stack,mongodb,mongoose,nodejs,react
2023-07-28T22:32:06Z
2023-08-18T01:17:29Z
null
1
0
10
0
0
2
null
null
JavaScript
LucasTokunaga/Projeto-One-Piece
main
null
Projeto para estudo de HTML, CSS e JavaScript.
css,html,javascript
2023-07-22T02:30:00Z
2023-08-09T23:17:38Z
null
1
0
2
0
0
2
null
null
HTML
SincerelyFaust/vehicle-list-mobx-example
main
# Vehicle list MobX example A simple Next.js example of displaying data fetched from an API, in this case from Supabase, and using MobX for state management. It also features some neat components that are all custom and written in plain CSS (CSS Modules) including forms and the use of mobx-react-form for validating those. ## Running the project 1. Install dependencies: ```bash pnpm i ``` 2. Create a file named `.env.local` and paste in the following: ``` NEXT_PUBLIC_SUPABASE_URL=YOUR_SUPABASE_URL NEXT_PUBLIC_SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY ``` 3. Start the dev server: ```bash pnpm dev ``` 4. The project is available at http://localhost:3000 Vercel deployment link: https://vehicle-list-mobx-example.vercel.app/
A simple example of displaying data from an API (Supabase) and using MobX for state management
api,fetch,javascript,js,mobx,node,supabase,css,css-modules,nextjs
2023-07-27T14:02:08Z
2023-09-28T19:28:31Z
null
1
0
131
0
0
2
null
null
JavaScript
Anass001/wize
master
null
wize is a mobile application developed using React Native, offering users a powerful tool to efficiently track personal finances, budgets, and gain personalized insights into their spending habits.
android,budget-tracker,cross-platform,finance-management,fintech,ios,javascript,react-native
2023-08-01T18:16:33Z
2023-10-04T19:03:38Z
null
1
0
28
0
0
2
null
null
JavaScript
mikaelvesavuori/5-minutes-or-less-typescript-js
main
# 5 Minutes or Less: TypeScript/JavaScript patterns and features ## Patterns and features of TypeScript and JavaScript, demystified in less than 5 minutes each This is a collection of briefly presented concepts, features, and patterns that I find interesting in TS/JS. ## Five Minutes or Less - [SOLID](https://github.com/mikaelvesavuori/5-minutes-or-less-solid) - [Design Patterns](https://github.com/mikaelvesavuori/5-minutes-or-less-design-patterns) - [Refactoring](https://github.com/mikaelvesavuori/5-minutes-or-less-refactoring) ## Content Current contents: - TypeScript 5.0 decorators - Index signatures - Maps and sets - Metaprogramming (Reflect API and Proxy) - Nullish coalescing - Static factory function - Utility types: - Exclude - Omit - Parameters - Partial - Pick - Required - Return type ## Running the code You can install the things with `npm install` and then just go at each file with `npx ts-node src/{filename}.ts`. Or, if you're lazy, you can also copy the individual TS file's contents into the [TypeScript playground](https://www.typescriptlang.org/play) if you want to avoid cloning and installing anything at all.
Patterns and features of TypeScript and JavaScript, demystified in less than 5 minutes each.
demos,javascript,js,language-features,learning,patterns,ts,typescript
2023-08-02T12:35:22Z
2023-08-17T13:41:42Z
null
1
0
4
0
0
2
null
null
TypeScript
Spixmacaw/-Web_development-PGlife_website1
main
## Web_Application-PGlife_website1 The PG-Life Web Application is a platform designed to facilitate the management and search for Paying Guest (PG) accommodations. It allows users to explore available PG options, view details, and connect with potential landlords or tenants. verfy: click this--> https://github.com/Spixmacaw/-Web_development-PGlife_website1.git >where: This website referral url. click this :http://debanjansarkar.epizy.com/PGLIFE/index.php .Entire web-app is fully responsive and is operational from any device. .skills users:- HTML, CSS, Bootstrap ,Javascript,AJAX, PHP, MySQL, react. Installation: To set up the PG-Life Web Application on your local system, follow these steps: 1.Clone the repository: git clone https://github.com/mohitrajput2002/PG-Life.git 2.Database Connectivity: Create a database with phpMyAdmin Tool using the same name as the provided SQL file name. Import the given SQL file into the created database. 3.Update database connectivity: In the file includes/database_connect.php, modify the following line:php $conn = mysqli_connect("localhost", "username_of_phpmyadmin", "password_of_phpmyadmin", "Database_name(PGLife)"); Replace "username_of_phpmyadmin", "password_of_phpmyadmin", and "Database_name(PGLife)" with your phpMyAdmin credentials and the database name you created. Technologies Used: The following technologies: 1.HTML 2.CSS 3.bootstrap 4.JavaScript 5.PHP 6.MySQL-Database(phpMyAdmin_server) Thank you! ![ Spixmacaw Stats](https://github-readme-stats.vercel.app/api?username=Spixmacaw&theme=vue-dark&show_icons=true&hide_border=true&count_private=true) ![Spixmacaw Stats](https://github-readme-stats.vercel.app/api?username=Spixmacaw&theme=vue-dark&show_icons=true&hide_border=true&count_private=true) ![Spixmacaw Top Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=Spixmacaw&theme=vue-dark&show_icons=true&hide_border=true&layout=compact) <hr> ![Alt](https://repobeats.axiom.co/api/embed/f713688be87aa5899cb61012215ab0e43e64b7af.svg "Repobeats analytics image")
The PG-Life Web Application is a platform designed to facilitate the management and search for Paying Guest (PG) accommodations. It allows users to explore available PG options, view details, and connect with potential landlords or tenants.
bootstrap,css,html,javascript,mysql-database,php,react
2023-07-30T12:45:02Z
2023-08-10T05:04:43Z
null
1
1
21
0
1
2
null
NOASSERTION
PHP
chingu-voyages/v45-tier2-team-17
main
## 🪐 Meteoros > A responsive app that allows the user to search for meteor data using the NASA API. > Live demo [_here_](https://meteoros-fireball.netlify.app/explore). ## Table of Contents * [General Info](#general-information) * [Technologies Used](#technologies-used) * [Features](#features) * [Screenshots](#screenshots) * [Project Status](#project-status) * [Room for Improvement](#room-for-improvement) * [Contact](#contact) ## General Information <ul><li>The goal of this project was to provide a user friendly way for searching meteor information.</li></ul> ## Technologies Used <ul> <li>HTML5</li> <li>CSS3</li> <li>JavaScript</li> <li>NASA API</li> <li>Responsive Web Development</li> </ul> Communication Tool <ul> <li>Axios</li></ul> ## Framework <ul><li>SCSS</li> <li>React.js</li> <li>Vite</li></ul> ## Features <ul> <li>As a user I can search for meteor data by name</li> <li>As a user I can filter year of strike, meteorite mass and composition</li> </ul> ## Screenshots <img width="1440" alt="Screen Shot 2566-09-18 at 17 33 10" src="https://github.com/chingu-voyages/v45-tier2-team-17/assets/96970580/a6973db2-d0cb-4479-9912-33a62eb2c0dc"> ## Project Status <ul> <li>Project is: in progress</li></ul> ## Room for Improvement <ul> <li>Improve responsiveness for all screen types</li></ul> ## Contact This project was developed by [Aditi Deshpande](https://github.com/Aditi002-holo/), [Paulette-Zaldivar-Flores](https://paulettethedev.com/), [Shivangi Singh](https://github.com/Shivangi020), Zaved Hussain Sikdar and [Rakha Randhikatama](https://github.com/rakharan) - feel free to contact us!
Meteoros is an app that allows the user to search for meteor data using the NASA API
axios,chartjs,css,html,javascript,nasa-api,react,vite
2023-08-06T12:34:27Z
2023-09-18T18:25:45Z
null
62
28
137
13
3
2
null
null
JavaScript
walidbosso/Laravel_pharmacy_management
main
![Laravel_pharmacy_management](https://socialify.git.ci/walidbosso/Laravel_pharmacy_management/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&language=1&name=1&owner=1&pattern=Formal%20Invitation&pulls=1&stargazers=1&theme=Auto) <p align="center"> <a href="https://github.com/walidbosso/Laravel_pharmacy_management"> <img src="https://raw.githubusercontent.com/khoa083/khoa/main/Khoa_ne/img/Rainbow.gif" width="60%"/> </a> </p> <div align="center"> [![GitHub WidgetBox](https://github-widgetbox.vercel.app/api/profile?username=walidbosso&data=followers,repositories,stars,commits&theme=nautilus)](https://github.com/walidbosso/Laravel_pharmacy_management) <p align="center"> <a href="https://github.com/walidbosso/Laravel_pharmacy_management"> <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fwalidbosso%2FLaravel_pharmacy_management&label=Project%20views&countColor=%23263759&style=flat-square&labelStyle=none" /></a> </p> <a href="https://github.com/walidbosso/Laravel_pharmacy_management"> <img src="https://raw.githubusercontent.com/khoa083/khoa/main/Khoa_ne/img/Rainbow.gif" width="60%"/> <a/> </a> <br/> # Pharmacy Management App </div> ## About The Pharmacy Management App is a comprehensive solution designed to empower pharmacies in efficiently managing and controlling their medicine stocks, as well as facilitating purchase and sales operations through an electronic platform. ## Key Features - **Stock Management:** Keep track of medicine stocks with ease. - **Sales Operations:** Streamline sales transactions for a smoother customer experience. - **Web Application:** Access the application from any device with a web browser. - **Reports and PDF Generation:** Generate insightful reports and export them in PDF format. - **Pharmacy Medications:** Organize and manage pharmacy medications effectively. ## Technologies Used - JavaScript - HTML - CSS - PHP - Laravel - SCSS - MySQL - Bootstrap - SQL ## About Laravel <p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p> Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: - [Simple, fast routing engine](https://laravel.com/docs/routing). - [Powerful dependency injection container](https://laravel.com/docs/container). - Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. - Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). - Database agnostic [schema migrations](https://laravel.com/docs/migrations). - [Robust background job processing](https://laravel.com/docs/queues). - [Real-time event broadcasting](https://laravel.com/docs/broadcasting). Laravel is accessible, powerful, and provides tools required for large, robust applications. ## Learning Laravel Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. <div align="center"> ---------------------- > >  <br/> &copy; *by Walid BOUSSOU*  🇲🇦 😄 <br/>   ---------------------- <details> <summary>👏 Thanks for the support </summary> ## Stargazers <div align="center"> [![Stargazers repo roster for @walidbosso/Laravel_pharmacy_management](http://reporoster.com/stars/dark/walidbosso/Laravel_pharmacy_management)](https://github.com/walidbosso/Laravel_pharmacy_management/stargazers) </div> ## Forkers <div align="center" > [![Forkers repo roster for @walidbosso/Laravel_pharmacy_management](http://reporoster.com/forks/dark/walidbosso/Laravel_pharmacy_management)](https://github.com/walidbosso/Laravel_pharmacy_management/network/members) </div> ## Contributors <a href = "https://github.com/walidbosso"> <img src = "https://contrib.rocks/image?repo=walidbosso/Laravel_pharmacy_management"/> </a> <br/></details><br/> <div align="center"> ![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/walidbosso/Laravel_pharmacy_management?style=social) </div> <div align="center"> ![GitHub License](https://img.shields.io/github/license/walidbosso/Laravel_pharmacy_management?style=social) <p align="center"> <a href="https://www.buymeacoffee.com/walidbosso"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=walidbosso&button_colour=5F7FFF&font_colour=ffffff&font_family=Poppins&outline_colour=ffffff&coffee_colour=FFDF00" title="☕ This will motivate me to continue on creating more open source codes "/></a> </p> </div> <a href = "https://github.com/walidbosso"> <img src = "https://github.com/walidbosso/Python-GUI/blob/main/border.gif" width="100%"/> </a> <a href = "https://github.com/walidbosso"> <img src = "https://github.com/walidbosso/Python-GUI/blob/main/ciber-coding.gif" width="100%"/> </a> <a href = "https://github.com/walidbosso"> <img src = "https://github.com/walidbosso/Python-GUI/blob/main/border.gif" width="100%"/> </a> 𝚂𝚑𝚘𝚠 𝚜𝚘𝚖𝚎 💙 𝚋𝚢 𝚜𝚝𝚊𝚛𝚛𝚒𝚗𝚐 ⭐ 𝚝𝚑𝚎 𝚛𝚎𝚙𝚘𝚜𝚒𝚝𝚘𝚛𝚢! <br/> <p align="center"><a href="#"><img src="https://img.shields.io/badge/Back%20to%20top--lightgrey?style=social" alt="Back to top" height="20"/></a></p>
My project "Pharmacy Management App" enables pharmacies to electronically manage and control their medicine stocks, as well as purchase and sales operations.
css,html,javascript,laravel,medications,pdf-generation,pharmacy,pharmacy-management,php,reports
2023-07-21T07:23:06Z
2024-01-10T23:27:00Z
null
1
0
6
0
0
2
null
MIT
Blade
Gauranshgoel123/Gauranshgoel123.github.io
main
# Gauranshgoel123.github.io This contains all my assignments and projects submissions that I did during my Coursera Course Introduction to HTML,CSS,JS.
This includes submissions of my assignment/project in Coursera course- "Introduction to Web Development-HTML,CSS,JS" by John Hopkins University.
bootstrap,css,git,html,javascript,chrome-developer-tools,ajax,json
2023-08-04T11:22:53Z
2023-10-01T14:21:05Z
null
1
0
16
0
0
2
null
null
HTML