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
aminfdev/Adidas-Katooni-Store
master
### A full-stack E-Commerce shopping application #### Online Shopping web application for Adidas sneakers in Persian/Farsi language. #### The project was implemented as a full-stack application in three parts including: 1. Back-end (Restful-API and Database) 2. Client-side front-end application 3. Dedicated admin panel application #### Features available based on the user role * Customer * Registering into the system * Login and Logout * Adding product to cart * Adding product to favorites list * Admin * Adding products * Updating products * Deleting products * Manage users #### Technologies used to develop * Back-end * Node.js * Express.js * MongoDB * Mongoose * Express-validator * JWT * Bcrypt * Front-end (both Client and Admin) * React.js * TypeScript * Tailwind CSS * Sass * Axios * react-hook-form * Yup * Swiper #### Application screenshots * Landing page ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/client/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2022-53-16.png) ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/client/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2022-54-07.png) * Product page ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/client/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2022-56-52.png) * Cart ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/client/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2022-58-26.png) * Favorites lists ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/client/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2022-58-40.png) * Admin panel ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/admin/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2023-05-22.png) ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/admin/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2023-06-28.png) ![Image of screenshot](https://github.com/aminfdev/adidas-katooni-store/blob/master/admin/src/assets/images/screenshots/Screenshot%20from%202023-09-29%2023-06-44.png)
A Full-stack E-Commerce Shopping Application
expressjs,mern,mongodb,nodejs,reactjs,javascript,mongoose,react-typescript,typescript,tailwindcss
2023-06-05T18:25:40Z
2023-09-30T19:01:42Z
null
1
0
7
0
0
2
null
null
TypeScript
AlTosterino/django-react-zitadel
main
# Django + React + Zitadel Example This repository shows bare minimum for integrating Zitadel with Django and React > Note that this is just an example, source code is not in the best shape ## Prerequisites - Docker and docker-compose ## Running - Run `docker-compose up` ## Configuring Zitadel - Open `localhost:8080` - Login with: - Username: zitadel-admin@zitadel.localhost - Password: Password1! - Open `Create Project` - Name your project e.g. `Test` - Click on `+` box to create new application - Name your application e.g. `React` - Choose `User Agent` - Click `Continue` - Choose `PKCE` - Click `Continue` - Put `http://localhost:5173/` into URLs - Click `Continue` and `Create` - Save client secret and put it into `clientId` under `frontend/src/main.jsx` at line 8 - Go to `Projects -> YOUR PROJECT NAME -> YOUR APP NAME -> Redirect Settings` - Enable `Development Mode` - Go back to `Projects` and choose `YOUR PROJECT NAME` - Click on `+` box to create new application - Name your application e.g. `Backend` - Choose `API` - Click `Continue` - Choose `Basic` - Click `Continue` and `Create` - Copy `ClientId` and `ClientSecret` and put them in `docker-compose.yml` under `api` service Now you are ready to open `http://localhost:5173` to play with React app
Simple example of combining Django + React + Zitadel
django,django-rest-framework,example,example-app,example-application,example-code,javascript,proof-of-concept,python,react
2023-06-05T07:51:43Z
2024-05-20T17:39:13Z
null
2
1
4
0
1
2
null
MIT
Python
nationalarchives/tna-frontend
main
<img src="./src/nationalarchives/assets/images/tna-square-logo.svg" alt="The National Archives logo" title="The National Archives" width="100" /> # TNA Frontend [![Main build status](https://img.shields.io/github/actions/workflow/status/nationalarchives/tna-frontend/tests.yml?style=flat-square&event=push&branch=main)](https://github.com/nationalarchives/tna-frontend/actions/workflows/tests.yml?query=branch%3Amain) [![Latest release](https://img.shields.io/github/v/release/nationalarchives/tna-frontend?style=flat-square&logo=github&logoColor=white&sort=semver)](https://github.com/nationalarchives/tna-frontend/releases) [![NPM version](https://img.shields.io/npm/v/@nationalarchives/frontend?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@nationalarchives/frontend) [![Licence](https://img.shields.io/github/license/nationalarchives/tna-frontend?style=flat-square)](https://github.com/nationalarchives/tna-frontend/blob/main/LICENCE) TNA Frontend contains the code you need to start building a user interface for National Archives platforms and services. ## Quickstart ```sh # Node version nvm use # Install dependencies npm install # Start Storybook npm start ``` ## Useful links - [TNA Frontend Storybook](https://nationalarchives.github.io/tna-frontend/) - [TNA Frontend wiki](https://github.com/nationalarchives/tna-frontend/wiki) - [National Archives Design System](https://nationalarchives.github.io/design-system/) ## Accessibility The National Archives Digital Services team works hard to ensure that TNA Frontend is accessible. Using Frontend will help your service meet [level AA of WCAG 2.2](https://www.gov.uk/service-manual/helping-people-to-use-your-service/understanding-wcag). But you must still [check that your service meets accessibility requirements](https://www.gov.uk/service-manual/helping-people-to-use-your-service/making-your-service-accessible-an-introduction), especially if you extend or modify components. You should also use: - [the JavaScript from TNA Frontend](https://github.com/nationalarchives/tna-frontend/wiki/Using-TNA-Frontend#javascript) You can also read the [accessibility statement for the National Archives Design System](https://nationalarchives.github.io/design-system/accessibility/). ### Accessibility warnings If you get a warning from a linter or accessibility checker, check our list of [issues you should not need to fix](https://github.com/nationalarchives/tna-frontend/wiki/Accessibility-issues-you-should-not-need-to-fix).
TNA Frontend contains the code you need to start building user interfaces for National Archives platforms and services
frontend,design,nunjucks,nodejs,storybook,components,css,scss,javascript,webpack
2023-06-07T10:52:06Z
2024-05-22T12:29:25Z
null
21
121
614
1
1
2
null
MIT
JavaScript
shakti1590/Polling-api-system
master
### Polling System API A polling system API is an application programming interface that allows developers to create, manage, and retrieve data from a polling system. A polling system is a platform that enables users to create polls, surveys, and quizzes and gather responses from participants. ### Problem Statement : - Let’s make a polling system, only API based. #### Technology Used: - Node Js - Java Script - MongoDB ## Install To install all the dependences of the project, run the following command: git clone https://github.com/shakti1590/Polling-api-system.git npm install npm start #### Source Code: - Link : https://github.com/shakti1590/Polling-api-system #### Deployment Link: - Link : https://polling-api-system.vercel.app/ <p align="center"> Show some :heart: by starring the repository. </p>
Let’s make a polling system, only API based.
codingninjas,javascript,mongodb,nodejs
2023-05-30T15:18:07Z
2023-05-30T15:32:45Z
null
1
1
6
0
3
2
null
null
JavaScript
Manish210103/BookMyConsultation-UI
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Project Setup steps 1. Install Nodejs 10< 2. Checkout repo 3. Traverse into code repo and execute `node i` to install packages 4. To start the application `npm start` ## 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 the browser. The page will reload if you make edits.\ You will 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) ## Architecture Overview The screenshots of the working model can be found in the SS BookMyConsultation folder.
Upgrad FSD Capstone project using react
api,css,html,javascript,client
2023-05-29T10:42:12Z
2023-05-30T09:16:20Z
null
1
0
7
0
1
2
null
null
JavaScript
naeemqaswar/boats-challenge-rn
master
# Boats Challenge (UI) - React Native <div align="left"> <img src="https://github.com/naeemqaswar/boats-challenge-rn/assets/23404445/ab3cc69e-7bd1-4b37-b502-cce93b682b84"/> </div> ## Inspiration Boats challenge app inspired from [dribble](https://dribbble.com/shots/5600383-Boats-Made-in-Adobe-XD) ## Contribute Fork the repository and push the changes to the **master** branch. You can submit a pull request, if your code passes the review, it will be merged. ## License Licensed under the [MIT License](./LICENSE)
Boats UI challenge implemented in React Native
javascript,react,react-native
2023-05-25T18:17:48Z
2023-06-03T20:51:42Z
null
1
0
10
0
0
2
null
null
TypeScript
thenew-programer/Safe-Pass
master
# <img src="./media/safepass-logo.png" alt="logo" width="200"/> it's an app that manages your password, and store them in an sql db. I built it using `nodejs` and `express` in the backend and `React` for the front-end. This README provides an overview of the app's features and functionalities. ## Features - **Store passwords**: you can store your password by providing website, email, password. - **Update password**: you can update stored passwords - **Remove password**: you can also remove stored passwords - **Show passwords**: you can see all passwords you have. - **Download passwords**: you can download all your passwords in a csv format ## Screenshots ![dashboard](./media/dashboard.png) _In dashboard you can see how many passwords you have in your account._ ![add password](./media/addPass.png) _In here you can Add a password_ ![show passwords](./media/showpass.png) _Here is where you can see all passwords you have._ ![update passwords](./media/updatepass.png) _Update your passwords by providing the appropriate info_ ![remove passwords](./media/removepass.png) _Remove your password by providing the appropriate info_ ![profile](./media/profile.png) _Here is where you can see your account info as well as if you want to change the password or delete your account_ ## Getting Started To use **Safepass**, follow these steps: 1. Step1: Create an account, and login to it. 2. Step2: add your first password 3. Step3: go to `show password` to see the password added. ## Licence **Safepass** is licenced under [MIT](https://mit-license.org/). See the [LICENSE](LICENSE) file for more details.
Password management app
expressjs,javascript,nodejs,reactjs
2023-05-22T10:38:13Z
2023-06-12T17:09:48Z
null
1
0
333
0
0
2
null
MIT
JavaScript
AMSANJEEV28/Modern-JavaScript-ES6-Basics
main
# Modern JavaScript: ES6 Basics 👋 Welcome to the Modern JavaScript: ES6 Basics repository! This repository contains the code examples and projects that I have learned through the corresponding Coursera course. ![coursera](https://github.com/AMSANJEEV28/Modern-JavaScript-ES6-Basics/assets/81654437/0f315150-d93c-4511-8e9f-78d32e999150) ## Course Description In this project-based course, I have gained a solid understanding of ES6 (ECMAScript 2015), the latest version of JavaScript. Throughout the course, I have learned the major features of ES6 and how to apply them in practical situations. Additionally, I have explored the differences between JavaScript and ECMAScript. ## Course Objectives By completing this course, I have achieved the following learning objectives: 1. 🧠 Understand the major features of ES6. 2. 💻 Apply ES6 concepts in real-world scenarios. 3. 🔧 Fix any issues caused by the 'this' keyword. 4. 🔄 Differentiate between JavaScript and ECMAScript. ## Course Structure This course was divided into three parts, allowing me to gradually build my knowledge and skills: 1. Course Overview: An introductory reading material to set the foundation. 2. Modern JavaScript: ES6 Basics: A hands-on project that I have worked on using Rhyme. 3. Graded Quiz: A final assignment to assess my understanding of the course materials. ## Project Structure The hands-on project, Modern JavaScript: ES6 Basics, comprised the following tasks that I have completed: 1. Task 1: Getting started 2. Task 2: Variables (let) and Scoping 3. Task 3: Variables (const) and Immutability 4. Task 4: Extracting data with Destructuring 5. Task 5: Strings and Interpolation 6. Task 6: Arrow functions basics 7. Task 7: Arrow functions and "this" This repository contains the code I have written and the examples I have studied throughout the course. Feel free to explore the code and leverage the projects to further enhance your understanding of ES6 concepts. Happy coding! 🚀 # Certificate ![Coursera 65NS9TZUQ757_page-0001](https://github.com/AMSANJEEV28/Modern-JavaScript-ES6-Basics/assets/81654437/1cc29c3d-560e-4ef2-9a83-b5e43aa4eef8)
👋 Welcome to the Modern JavaScript: ES6 Basics repository! This repository contains the code examples and projects that I have learned through the corresponding Coursera course.
es6-javascript,javascript
2023-06-03T18:00:44Z
2023-08-06T09:26:37Z
null
1
0
12
0
0
2
null
null
JavaScript
Ghu1iyev/Spolify
master
null
Music player
html,javascript,music,music-player,scss
2023-05-19T19:27:32Z
2023-05-24T19:06:42Z
null
1
0
3
0
0
2
null
null
JavaScript
emektarkubra/currency-exchange
master
# 💰 CURRENCY-EXCHANGE *** # A Simple CurrencyExchange-App! 💵 >"Currency Exchange-App" project displays data from ExchangeRate-API and it can access up-to-date free market exchange rates, provides the opportunity to convert different currencies to each other's units. Also, its has a swap button in order to swap the conversion. The project is implemented using pure JavaScript, does not include any frameworks or libraries. <video src="https://github.com/emektarkubra/currency-exchange/assets/124355274/d82752f3-e2fd-4d74-8208-54a0da1f4c81" controls="controls" > </video> *** ## 🛠️ Built With <img src = "https://user-images.githubusercontent.com/114678694/193994738-32684660-7d82-48d5-8f5d-1f428fda1853.svg" width = "300px"> ## 🌟 Features * Select and swap currrencies * Display currency exchange between two currency * Display multi-currency exchange * Toggle dark-mode 🌓 *** ## 💶 ExchangeRate-API An exchangeRate-API that returns information about exchange-rate coefficients based on a currency Visit main page of this API (that comes by default with json-server): [https://open.er-api.com/v6/latest/USD](https://open.er-api.com/v6/latest/USD) >No API key is required. ### Endpoints Endpoints may change depending on the based currency. So to get currency for based on EUR: [https://open.er-api.com/v6/latest/EUR](https://open.er-api.com/v6/latest/EUR) OR to get currency for based on TRY: [https://open.er-api.com/v6/latest/TRY](https://open.er-api.com/v6/latest/TRY) ## 🚀 Getting Started There are no prerequisites for this project. Clone Repository using; ```javascript git clone git@github.com:emektarkubra/currency-exchange.git ``` or ```javascript git clone https://github.com/emektarkubra/currency-exchange.git ``` After clone, open index.html in your extended browser and start converting. *** ## 👷‍♀️ Authors #### Kübra Emektar **Github** : [@github](https://github.com/emektarkubra) **Linkedln** : [Linkedln](https://www.linkedin.com/in/kübra-emektar-184103267/) ## 🙋‍♀️ Show your support Give a ⭐️ if you like this project! *** > "Is the rich world aware of how 4 billion out of 6 billion live? If we did, we would want to help and be willing to participate." -Bill Gates
This repository contains the source code for a simple Currency Exchange web application built with HTML, CSS, and pure JavaScript, offering real-time market exchange rates and convenient currency conversion features, without reliance on external frameworks or libraries.
currency,javascript,rest-api,vanilla-js
2023-06-03T17:38:11Z
2023-07-29T20:38:04Z
null
1
0
11
0
0
2
null
null
JavaScript
AstaDK/adminjs-express
main
# Adminjs Express - V7 ### Start project ```bash yarn install ``` ```bash yarn build ``` Open a new terminal tab ```bash yarn start ```
Adminjs Express
adminjs,boilerplate,cms,cms-framework,express,javascript,typescript
2023-06-07T16:43:36Z
2023-06-07T16:51:44Z
null
1
0
2
0
1
2
null
null
TypeScript
tamannaBithy/beecrowd-problem-solving
main
# beecrowd-problem-solving
solved beecrowd beginner level problems using JavaScript
beecrowd,javascript,problem-solving
2023-06-07T10:16:18Z
2023-11-21T15:31:43Z
null
1
0
113
0
0
2
null
null
JavaScript
JMario16/Biografias
main
null
This repository houses a simple and static webpage for a school project. It aims to be a biography page similar to Wikipedia. It has a few lines of JavaScript code, but the majority is just HTML and CSS. I hope it serves you well :)
biography,css,javascript,webpage
2023-05-28T03:42:15Z
2023-06-03T19:06:20Z
null
1
0
4
0
0
2
null
null
HTML
GoldenThrust/alx-higher_level_programming
master
# High level programming language (python) > python is fun :smile: ## About - This respository contain all the python programming project done in ALX software engineering programme
null
data-structures-and-algorithms,python,javascript,shell
2023-06-05T22:19:09Z
2023-11-01T17:06:47Z
null
1
0
201
0
0
2
null
null
Python
the-sabra/O-shortener
main
# Overview O-shortener is used to make short urls ## Built With [![Nest][nest]][Nest-url] [![Mysql]][mysql-url] [![Prisma]][prisma-url] [![TypeScript]][typescript-url] [![Jest]][jest-url] ![docker] [![Redis]][redis] ## API Endpoints * `POST /auth/sighup` : Create a new User * `GET /:short_code` : Redirect to the original URL based on the provided short code. For detailed documentation and examples, refer to the [API Documentation](https://documenter.getpostman.com/view/22968167/2s93sabtNc) file. ## Installation 1- clone the Repo ```bash git clone https://github.com/omarsabra1/O-shortener ``` ```bash cd o-shortener npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## How code is work --------- NOTE : **The controller mange the routes only but the services for business logic and connecting With ORM** * `main.ts` : The entry point of the application. * `urls/controller/urls.controller.ts` : Handles the creation of shortened URLs. * `prismaService` : Is used to connect Prisma Client. * `app.controller.ts` : Handles the redirection to the original URLs. * `auth/controller/auth.controller.ts` : Handles Authentication and creating user * `auth/guard/auth/auth.guard.ts` : Verifying JWT Token * `caching` : Handle the caching layer in the app ## License O-shortener under the [MIT licensed](LICENSE.txt). ## Contact [![LinkedIn]][LinkedIn-profile] [![Gmail]][email] <!-- MARKDOWN LINKS & IMAGES --> [nest]: https://img.shields.io/badge/nestjs-%23E0234E.svg?style=for-the-badge&logo=nestjs&logoColor=white [MySQL]: https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white [Prisma]: https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white [Jest]: https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white [TypeScript]: https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white [docker]: https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white [Redis]: https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white [LinkedIn]: https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white [Gmail]: https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white [nest-url]: https://nestjs.com/ [typeScript-url]: https://www.typescriptlang.org/ [prisma-url]: https://www.prisma.io/ [jest-url]: https://jestjs.io/ [mysql-url]: https://www.mysql.com/ [linkedIn-profile]: https://www.linkedin.com/in/omar-sabra/ [email]: omarsabra509@gmail.com [redis]: https://redis.io/
if you need to short URL clone it and make short URLs
javascript,js,mysql,mysql-database,nestjs,nestjs-backend,rest-api,restful-api,ts,typescript
2023-05-17T09:07:03Z
2024-04-14T09:00:32Z
null
1
1
13
0
1
2
null
MIT
TypeScript
matheus-kiyoshi/watchstopJS
master
# watchstopJS Stopwatch in Javascript.
Stopwatch in Javascript.
cronometro,javascript,js,cronometrojs,watchstop,watchstopjs
2023-06-06T20:23:22Z
2023-06-30T16:47:23Z
null
1
0
5
0
0
2
null
MIT
CSS
kushagra-goyal-14/CodeBox-UI
main
Deployed API - "https://github.com/kushagra-goyal-14/CodeBox-API" Scaled API - "https://github.com/kushagra-goyal-14/CodeBox" The compiler might take a while at first as it is hosted on render's free serverless architecture. > The Project might not be responsive for mobile devices as I am working on it ### ScreenShots ![Codebox](./screenshots/img2.png) <br> ![Codebox](./screenshots/img.png)
Streamlined code editing with collaboration features, boosting productivity and enabling seamless collaboration for developers.
code,code-compiler,code-editor,code-executor,compiler,context-api,css,html5,javascript,online-compiler
2023-05-28T14:02:14Z
2024-05-09T21:10:42Z
null
1
0
22
0
1
2
null
null
JavaScript
Aniket-Kajal/Aniket-Kajal
main
<h1 align="center">Hi, I'm Aniket Kajal 👋<img width="30px" src="https://raw.githubusercontent.com/iampavangandhi/iampavangandhi/master/gifs/Hi.gif"></h1> <h3 font-size="20" align="center">Undergraduate from Graphic Era Hill University, Dehradun</h3> <div align="center"> ## About Hello, I am a graduate of Graphic Era Hill University, Dehradun, learning full stack Web development and creating projects, mainly using frontend like JavaScript, Bootstrap, HTML & CSS for now. I am completely passionate about frontend development, problem solving and sometimes trying new languages. ------------------- <h3 align="center">Languages</h3> <p align="center"> <a href="https://www.cprogramming.com/" target="_blank"> <img src="https://img.shields.io/badge/C%20programming-A8B9CC.svg?style=for-the-badge&logo=c&logoColor=white" alt="c"/> </a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank"> <img src="https://img.shields.io/badge/Javascript-F7DF1E.svg?style=for-the-badge&logo=javascript&logoColor=black" alt="javascript"/> </a> <a href="https://www.w3.org/html/" target="_blank"> <img src="https://img.shields.io/badge/html-E34F26.svg?style=for-the-badge&logo=html5&logoColor=white" alt="html5"/> </a> <a href="https://www.w3schools.com/css/" target="_blank"> <img src="https://img.shields.io/badge/css-1572B6.svg?style=for-the-badge&logo=css3&logoColor=white" alt="css3"/> </a> <a href="https://www.w3schools.com/cpp/" target="_blank"> <img src="https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white"></a> </p> <h3 align="center">Frontend</h3> <p align="center"> <p align="center"> <a href="https://getbootstrap.com" target="_blank"> <img src="https://img.shields.io/badge/bootstrap-7952B3.svg?style=for-the-badge&logo=bootstrap&logoColor=white" alt="bootstrap"/> </a> <a href="https://nextjs.org/" target="_blank"> <img src="https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white" alt="Next"/> </a> <a href="https://reactjs.org/" target="_blank"> <img src="https://img.shields.io/badge/reactjs-61DAFB.svg?style=for-the-badge&logo=react&logoColor=black" alt="react"/> </a> <a href="https://jquery.com/" target="_blank"> <img src="https://img.shields.io/badge/jquery-0769AD.svg?style=for-the-badge&logo=jquery&logoColor=white" alt="jquery"/> </a> </p> <h3 align="center">Preferred IDEs & Tools :</h3> <p align="center"> <a href="https://atom.en.softonic.com/?ex=DINS-635.2" target="_blank"> <img src="https://img.shields.io/badge/Atom-%2366595C.svg?style=for-the-badge&logo=atom&logoColor=white"/> </a> <a href="https://code.visualstudio.com/" target="_blank"> <img src="https://img.shields.io/badge/vscode-007ACC.svg?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="vsCode"/> </a> <a href="https://www.sublimetext.com/" target="_blank"> <img src="https://img.shields.io/badge/sublime_text-%23575757.svg?style=for-the-badge&logo=sublime-text&logoColor=important"/> </a> <a href="https://www.virtualbox.org/" target="_blank"> <img src="https://img.shields.io/badge/virtualbox-183A61.svg?style=for-the-badge&logo=virtualbox&logoColor=white" alt="virtualbox"/> </a> </p> ---- <h3 align="center">Connect with me</h3> <div align="center"> <a href="https://www.linkedin.com/in/aniket-kajal-22930b17a/" target="_blank"> <img src="https://img.shields.io/badge/Linked%20In-0A66C2.svg?style=for-the-badge&logo=linkedin&logoColor=white" alt="example"/> </a> <a href="https://twitter.com/aniketkajal2000" target="_blank"> <img src="https://img.shields.io/badge/Twitter-1DA1F2.svg?style=for-the-badge&logo=twitter&logoColor=white" alt="example"/> </a> </div> <div align="center"> <a href="https://www.hackerrank.com/aniketkajal2000" target="_blank"> <img src="https://img.shields.io/badge/Hackerrank-00EA64.svg?style=for-the-badge&logo=hackerrank&logoColor=black" alt="example"/> </a> <a href="https://www.codechef.com/users/aniket_kajal" target="_blank"> <img src="https://img.shields.io/badge/Codechef-5B4638.svg?style=for-the-badge&logo=codechef&logoColor=white" alt="example"/> </a> <a href="mailto:aniketkajal2000@gmail.com"> <img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white"/></a> </div> </div> <h3 align="center">Reach me</h3> <p align="center"> <a href="https://www.facebook.com/aniket.kajal.56" target="_blank"> <img src="https://img.shields.io/badge/Facebook-%231877F2.svg?style=for-the-badge&logo=Facebook&logoColor=white" alt="example"/> </a> <a href="https://www.instagram.com/aniket_kajal/" target="_blank"> <img src="https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white" alt="example"/> </a> </p> ----
My Portfolio
bootstrap,css,html,javascript
2023-05-20T06:56:23Z
2023-09-09T15:45:25Z
null
1
0
14
0
0
2
null
null
HTML
Ajiboso-Adeola/Weather-app
main
# Weather-app Built with Javascript This web application is created using JavaScript, HTML and CSS.This web application enable you to search for a specific location and toggle the data from °C to °F. ## Tools - JavaScript - CSS & HTML - OpenWeather API ### Live Demo link. [Live Demo](https://weather-appthon.vercel.app/) ## Getting Started - Clone the repo `https://github.com/Ajiboso-Adeola/Weather-app.git` - cd into `Weather-app` - Run `git pull origin development` - Open the app in your local host server while on the `Weather-app` directory in index.html file. ### Screenshot <img title="Screenshot of weather Ap" alt="screenshot" src="/images/Screenshot.jpg"> ## Author 👤 **Adeola Ajiboso** - Github: [githubhandle](https://github.com/Ajiboso-Adeola) - Twitter: [twitterhandle](https://twitter.com/dde_olla) - Linkedin: [linkedin](https://www.linkedin.com/in/adeola-ajiboso/) ## 🤝 Contributing Contributions, issues and feature requests are always welcome! I enjoy connecting with fellow developers, especially those who provide helpful advice to enhance my work. ### How to Contribute To get a local copy up and running follow these simple example steps. ``` - Fork the repository - git clone https://github.com/your_username/Weather-app - git checkout development - git checkout -b branch name - git remote add upstream https://github.com/Ajiboso-Adeola/Weather-app - git pull upstream development - git commit -m "commit message" - git push -u origin HEAD ``` ## Show your support🙏 Don't forget to give this repo a ⭐️.
This web application is created using pure JavaScript. It provides real-time information on various weather conditions by retrieving data from the OpenWeather API.
css,html5,api,javascript,openweathermap-api
2023-05-18T22:41:14Z
2023-06-09T00:29:01Z
null
1
0
28
0
0
2
null
null
HTML
ayush2000mickey/Chatsy-MERN-Chat-App-Backend
master
null
Chatsy - MERN Stack Chat App
bycryptjs,chakra-ui,expressjs,jwt,mongodb,mongoose,nodejs,reactjs,css,javascript
2023-05-31T09:54:18Z
2023-06-04T04:54:28Z
null
1
0
6
0
0
2
null
null
JavaScript
AleWaweru/Math-Magicians
Dev
<a name="readme-top"></a> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠️ Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖<a>Math-Magicians</a> - I Developed this project by setting up a React App.👌 ## 🛠️ Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li>JSX</li> <li>CSS</li> <li>JavaScript</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **Set up the project using React** - **Use the ES6 of javascript** - **Set up linters configuration** <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: Example command: ```sh 1.use a browser 2.use cable internet ``` ### Setup Clone this repository to your desired folder: Example commands: ```sh cd Math-Magicians git git@github.com:AleWaweru/Math-Magicians.git ``` ### Install Install this project with: Example command: ```sh npm install ``` ### Usage To run the project, execute the following command: Example command: ```sh npm run start ``` ### Run tests To run tests, run the following command: Example command: ```sh npx hint . npx eslint . ``` ### Deployment You can deploy this project using: -Render - Render: [Math-Magician.com](https://math-magician-rx0g.onrender.com/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Author1** - GitHub: [@githubhandle](https://github.com/AleWaweru/) - Twitter: [@twitterhandle](https://twitter.com/ngashalex) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/alex-ng-ang-a-waweru-2b2701180/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Add test using jest** - [ ] **Add SIDEBAR SECTIONS** - [ ] **Add NAVBAR SECTIONS** - [ ] **Add LIVE CHAT SECTION** <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 you can leave a star to it. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - I would like to thank Microverse for giving us an opportunity to learn more about Front-End Development. - I would also like to thank my coding partners for the support toward the completion of this project. <p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/AleWaweru/Math-Magicians/blob/math-magician-setup/MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is a simple calculator project with the UI calculator design and functionality and also a quote generator using an external API.Its build using React
api,javascript,reactjs
2023-06-05T13:42:01Z
2023-06-16T11:23:38Z
null
2
7
30
0
0
2
null
null
JavaScript
GDorne11es/first-steps
main
<h1 align="center"> Habits </h1> <p align="center"> NLW é um evento exclusivo e gratuito, promovido pela Rocketseat para ensino de tecnologias WEB. <br/> </p> <p align="center"> <a href="#-tecnologias">Tecnologias</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-projeto">Projeto</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-layout">Layout</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#memo-licença">Licença</a> </p> <p align="center"> <img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000"> </p> <br> <p align="center"> <img alt="projeto Habits" src=".github/preview.jpg" width="100%"> </p> ## 🚀 Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: - HTML e CSS - JavaScript - Git e Github - Figma ## 💻 Projeto O Habits é um app para ajudar a rastrear os hábitos. - [Visite o projeto online](https://GDorne11es.github.io/first-steps) ## 🔖 Layout Você pode visualizar o layout do projeto através [DESSE LINK](<https://www.figma.com/file/ZCjWGwGAWqYgGIHLPdziL7/Habits-(e)-(Community)?type=design&node-id=75-128&t=ye7yreVGSFEQlNoC-0>). É necessário ter conta no [Figma](https://figma.com) para acessá-lo. ## :memo: Licença Esse projeto está sob a licença MIT. --- Feito com ♥ by Rocketseat :wave: [Participe da nossa comunidade!](https://discord.gg/rocketseat)
Habit Tracker by NLW's Rocketseat
css,figma,git,github,html,javascript
2023-05-20T22:42:17Z
2023-05-21T17:42:13Z
null
1
0
5
0
0
2
null
null
CSS
CobbyElsonfx/Portfolio-Website
master
<div align="center"> <img src="./assets/mylogo.png" alt="logo" width="170" height="auto" /> <br/> <h3><b>Portfolio Website</b></h3> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Run tests](#run-tests) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) # 📖Portfolio Website <a name="about-project"></a> **Portfolio Website** The project I'm working on is called "My Portfolio." It aims to create a personal portfolio website to showcase my design skills and serve as a platform for applying responsive mobile design techniques, media screen integration, and flexbox layout principles that I have learned and practiced. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li> </ul> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **It disaplys the home of the portfolio** - **Ignore files such as node_modules** - **Uses Linters for writing quality** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://cobbyelsonfx.github.io/Portfolio-Website/) > <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> > ### Prerequisites To successfully execute this project, the following prerequisites are required: Having a code editor such as Visual Studio, installing a Git version control system, downloading Node.js, and configuring a linter on your local computer. ``` Example command: npm install to install dependent package : npm install --save-dev hint@7.x to install webhint :npm install -g lighthouse to install lighthouse ``` ### Setup Clone this repository to your desired folder: ```sh cd my-folder git clone https://github.com/CobbyElsonfx/Portfolio-Website.git ``` ### Install Install this project with: ``` Install this project with:git and npm install ``` ### Run tests To run tests, run the following command: ``` npx stylelint "**/*.{css,scss}" npx hint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> 👤 **Andoh Francis** - GitHub: [@CobbyElsonfx](https://github.com/CobbyElsonfx) - LinkedIn: [Andoh Francis](https://www.linkedin.com/in/andoh-francis-133aa7245/) 👤 **Soban Syeed** - GitHub: [@SnakyMz](https://github.com/SnakyMz) - Twitter: [@SobanSyeed](https://twitter.com/SobanSyeed) - LinkedIn: [Soban Syeed](https://www.linkedin.com/in/soban-syeed-82985b241/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **I will add some animations to make it more user friendly** <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 liked this project and would like to support me email me through my email address andohfrancis9187@gmail.com <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements">ismael Mastronardi</a> I would like to thank my Microvese partner who helped me a lot during the project. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> - **Where did you get the template for the website?** - Figma - **Will you include javascript?** - Maybe <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license">MIT</a> This project is [MIT](./MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is my portfolio project represents a digital identity of profile as a developer and it showcases my skills, projects and professionalism
css,html,accessibility,javascript,linters
2023-05-31T15:04:32Z
2023-06-29T10:19:20Z
null
4
37
125
3
1
2
null
null
CSS
CyanChanges/k2345-security
master
null
k2345 安全 - Koishi 2345 Security: 保护您的 Koishi 不受侵害(确信)
2345,extension,hook,injection,insecure,koishi,koishi-plugin,koishijs,koishijs-plugin,security
2023-05-27T16:12:34Z
2023-07-26T11:15:51Z
null
1
0
47
0
0
2
null
null
TypeScript
Sreesanth46/BudgetApp
main
# BudgetApp Node.js express server for expense management This is still a work in progress
Node.js express server for expense management
budget,docker,javascript,nodejs,pinia,vue,vue3
2023-06-08T14:07:53Z
2023-11-25T07:35:05Z
null
1
14
297
0
0
2
null
null
Vue
appliedtechnology/chrome-extension-github-classroom-helper
main
<img src="src/assets/img/icon-128.png" width="64"/> # Chrome Extension - GitHub Classroom Helper [![npm](https://img.shields.io/npm/v/chrome-extension-github-classroom-helper)](https://www.npmjs.com/package/chrome-extension-github-classroom-helper) [![npm-download](https://img.shields.io/npm/dw/chrome-extension-github-classroom-helper)](https://www.npmjs.com/package/chrome-extension-github-classroom-helper) [![npm](https://img.shields.io/npm/dm/chrome-extension-github-classroom-helper)](https://www.npmjs.com/package/chrome-extension-github-classroom-helper) ## Features - Recognizes all the pages which have the [Feedback Pull Request](https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests) opened - Allows to send feedback on all the pull requests (feedbacks) at once This extension is updated with: - [Chrome Extension Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/) - [React 18](https://reactjs.org) - [Webpack 5](https://webpack.js.org/) - [Webpack Dev Server 4](https://webpack.js.org/configuration/dev-server/) - [React Refresh](https://www.npmjs.com/package/react-refresh) - [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) - [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app) - [Prettier](https://prettier.io/) - [TypeScript](https://www.typescriptlang.org/) Please open up an issue to nudge me to keep the npm packages up-to-date. FYI, it takes time to make different packages with different versions work together nicely. ### How to use: 1. Check if your [Node.js](https://nodejs.org/) version is >= **18**. 2. Clone this repository. 3. Run `npm install` to install the dependencies. 4. Run `npm run build` 5. Load your extension on Chrome following: 1. Access `chrome://extensions/` 2. Check `Developer mode` 3. Click on `Load unpacked extension` 4. Select the `build` folder. 6. Happy reviewing. ## Developing ### Structure All your extension's code must be placed in the `src` folder. The extension is already prepared to have a popup, an options page, a background page, and a new tab page (which replaces the new tab page of your browser). But feel free to customize these. ## Running in dev mode To make your workflow much more efficient this extension uses the [webpack server](https://webpack.github.io/docs/webpack-dev-server.html) to development (started with `npm start`) with auto reload feature that reloads the browser automatically every time that you save some file in your editor. You can run the dev mode on other port if you want. Just specify the env var `port` like this: ``` $ PORT=6002 npm run start ``` ## Content Scripts Although this extension uses the webpack dev server, it's also prepared to write all your bundles files on the disk at every code change, so you can point, on your extension manifest, to your bundles that you want to use as [content scripts](https://developer.chrome.com/extensions/content_scripts), but you need to exclude these entry points from hot reloading [(why?)](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/issues/4#issuecomment-261788690). To do so you need to expose which entry points are content scripts on the `webpack.config.js` using the `chromeExtensionGitHubCRHelper -> notHotReload` config. Look the example below. Let's say that you want use the `myContentScript` entry point as content script, so on your `webpack.config.js` you will configure the entry point and exclude it from hot reloading, like this: ```js { … entry: { myContentScript: "./src/js/myContentScript.js" }, chromeExtensionGitHubCRHelper: { notHotReload: ["myContentScript"] } … } ``` and on your `src/manifest.json`: ```json { "content_scripts": [ { "matches": ["https://www.google.com/*"], "js": ["myContentScript.bundle.js"] } ] } ``` ## Intelligent Code Completion Thanks to [@hudidit](https://github.com/appliedtechnology/chrome-extension-github-classroom-helper/issues/4)'s kind suggestions, this extension supports chrome-specific intelligent code completion using [@types/chrome](https://www.npmjs.com/package/@types/chrome). ## Packing After the development of your extension run the command ``` $ NODE_ENV=production npm run build ``` Now, the content of `build` folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the [official guide](https://developer.chrome.com/webstore/publish) to more infos about publishing. ## Secrets (just for info, we don't use any) If you are developing an extension that talks with some API you probably are using different keys for testing and production. Is a good practice you not commit your secret keys and expose to anyone that have access to the repository. To this task this extension import the file `./secrets.<THE-NODE_ENV>.js` on your modules through the module named as `secrets`, so you can do things like this: _./secrets.development.js_ ```js export default { key: '123' }; ``` _./src/popup.js_ ```js import secrets from 'secrets'; ApiCall({ key: secrets.key }); ``` :point_right: The files with name `secrets.*.js` already are ignored on the repository. ## Resources: - [Webpack documentation](https://webpack.js.org/concepts/) - [Chrome Extension documentation](https://developer.chrome.com/extensions/getstarted) --- Maintained by @AhsanAyaz | [Website](https://codewithahsan.dev)
A chrome extension that contains a bunch of cool features to work with GitHub classroom to submit feedback etc.
chrome-extension,classroom,classroom-management,extension-chrome,github,javascript,react,reactjs,salt,githubclassroom
2023-05-29T13:20:34Z
2024-01-04T08:37:04Z
null
4
7
27
1
5
2
null
MIT
TypeScript
afkcodes/audio_x
dev
## audio_x --- A simple audio player for all your audio playing needs, based on HTML5 audio element.Supports most popular formats. | Formats | Support | | ----------- | ------- | | .mp3 | [✓] | | .aac | [✓] | | .mp4 | [✓] | | .m3u8 (hls) | [✓] | For a comprehensive list of formats support visit [MDN audio codec guide](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Audio_codecs) ### Features --- - Supports all modern browsers. - Light Weight just 18kb. - Zero dependencies, and type-safe. - No Built in UI to have full control over the player, bring in your own UI. - Simple API to use. - Works on React no external package needed. - Access to audio element to use your own event listeners or use the default listeners to get up & running in a ziffy. - MediaSession Support, shows notification and lock-screen actions on mobile devices. - Playlog - Get actual playtime of a track. ### Upcoming Features --- - Casting support - Dash media playback - DRM - ~~Equalizer~~ [✓] Done - Updates to APIs for better DX - React hooks to easily get started with React. - Ads Support - ~~Queue Support~~ [✓] Done. ### Installation --- Currently there is no npm package so you have to install directly from github. Will be publishied to npm soon. > **Note:** &nbsp; _This library is in active development phase so, there might be some changes that would come, that might be breaking, but be assured will try not to make them._ ``` npm install audio_x ``` ### Usage --- ``` import { AUDIO_STATE, AudioState, AudioX, MediaTrack } from "audio_x"; // create an audio_x Instance const audio = new AudioX(); // Initialize audio_x audio.init({ autoPlay: false, // should auto play useDefaultEventListeners: true, // use Default event listeners showNotificationActions: true, // show notifications on devices preloadStrategy: "auto", // preloading strategy playbackRate: 1, // set playback rate enablePlayLog: true, // enable playlog support enableHls: true, // enable hls support hlsConfig: { backBufferLength: 2000 } // Hls init config }); // create track const track:MediaTrack ={ id: 1, artwork: [ { src: "https://example.com/image.png", name: "image-name", sizes: "512x512", }, ], source: "https://example.com/stream.mp3", title: "My Awesome Song", album: "Awesome Album", artist: "Amazing Artist", comment: "", duration: 309, genre: "Pop", year: 2023, }; // add a track audio.addMedia(track); // play audio.play(); //pause audio.pause(); // Get the Audio State audio.subscribe("AUDIO_X_STATE", (data: AudioState) => { console.log(data); }); // Sample Audio State { "playbackState": "paused", "duration": null, "bufferedDuration": 0, "progress": 35.003483, "volume": 50, "playbackRate": 1, "error": { "code": null, "message": "", "readable": "" }, "currentTrack": { "artwork": [ { src: "https://example.com/image.png", name: "image-name", sizes: "512x512", } ], "source": "https://example.com/stream.mp3", title: "My Awesome Song", album: "Awesome Album", artist: "Amazing Artist", comment: "", duration: 309, genre: "Pop", year: 2023, }, "currentTrackPlayTime": 35.003483, "previousTrackPlayTime": 35.003483 } ``` ### Getting the audio Instance --- audio_x exports audioInstance, through a static method, so that you can add your own event-listeners directly on the HTML5 audio element. ``` const instance = AudioX.getAudioInstance(); ``` ### Attaching custom event listeners --- There are two ways to attach custom event listeners. #### Method 1 ``` // Create an object of Events and callbacks as below const eventListenerMap: EventListenerCallbackMap = { CAN_PLAY_THROUGH: (e, audioInstance, isPlayLogEnabled) => { console.log(e, audioInstance, isPlayLogEnabled); }, PLAY: (e, audioInstance, isPlayLogEnabled) => { console.log(e, audioInstance, isPlayLogEnabled); }, }; audio.init({ autoPlay: false, useDefaultEventListeners: false, // set default event listener to false mode: "REACT", showNotificationActions: true, customEventListeners: eventListenerMap, // provide custom event listeners at init preloadStrategy: "auto", playbackRate: 1, enableEQ: true, enablePlayLog: true, enableHls: true, }); ``` > **NOTE:** &nbsp; _if custom event listeners are provided at init it will take priority even if useDefaultEventListeners is set to true, to use default event listener set useDefaultEventListeners to true and customEventListeners to null. Once custom event listener is added AUDIO_X_STATE will not not be fired, in favor of custom event listeners. All the events should be handled manually, This method only allows audio events._ #### Method 2 ``` audio.addEventListener("pause", (data: any) => { console.log(data); }); ``` > **NOTE:** _This method allows adding events directly to audio element, and all the events can be added to the audio element, When using this set useDefaultEventListeners to false and customEventListeners to null to reduce un-necessary events being fired.All the events should be handled manually_ ### Setting up the equalizer --- ``` // Getting the Presets const presets = audio.getPresets(); // will return array of pre-tuned filters // Sample Preset [ { "id": "preset_default", "name": "Default", "gains": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] // Setting a Preset audio.setPreset(id); // example: audio.setPreset('preset_default'); // will set default preset // Custom EQ Setting const gainsValue = preset[index].gains; gainsValue[index] = value; // value ranges from -10 to 10 audio.setCustomEQ(gainsValue); // Example const gainsValue = preset[0].gains; // default preset gains [0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] gainsValue[0] = 2.5; // updated gain values [2.5, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] audio.setCustomEQ(gainsValue); ``` ### Adding and Handling Queue // Audio_x allows you to play audio in queue. ``` // To add a queue const tracks = [track_1, track_2, ...other_tracks] audio.addQueue(tracks, "DEFAULT"); NOTE: addQueue takes two parameters one is tracks array and second is playback type i.e "DEFAULT" | "REVERSE" | "SHUFFLE" if no playbackType is passed audio_x will play it as DEFAULT // To Play the Queue from the beginning, call addMediaAndPlay like below. audio.addMediaAndPlay(); // if you are fetching something dynamically to play audio, such as source of the audio you can do it like below. audio.addMediaAndPlay(null, async (currentTrack: MediaTrack) => { const res = await fetch('url); currentTrack.source = res.data.url; }); // This will make sure that the above function gets called before every audio that plays in a queue. ``` ``` // To add a single track to queue audio.addToQueue(track); ``` ``` // To clear Queue audio.clearQueue(); ``` ``` // To play Next in Queue audio.playNext(); ``` ``` // To play Previous in Queue audio.playPrevious(); ``` ### Author --- - Ashish Kumar - [afkcodes](https://afk.codes) ### Contributions > if you like this and find any issues please do raise a bug, or if you find working on audio stuff interesting, > Do raise a PR for a feature or a fix.
The audio player for the gen-x
audio,audio-player,hls,hmlt5,typescript,html5-audio,javascript,mediaelement,player,audio-x
2023-06-02T10:15:51Z
2024-01-20T13:41:56Z
2024-01-20T13:41:56Z
1
31
117
1
0
2
null
MIT
TypeScript
ouardini14/Meeting_Planner
master
<h1 align="center">The Meeting Planner API</h1> ------ # Meeting Planner API The Meeting Planner API for managing reservations, rooms, and meeting types. It provides an solution for scheduling and optimizing meetings . ## Features - Create, update, and delete reservations for various meeting types. - Manage rooms, including adding, updating, and deleting room information. - Define and customize meeting types to suit your organization's needs. - Get Suggestions about planning for optimal scheduling. ## Prerequisites - Node.js - Express - mongoose - nodemon - Jest & Supertest (For testing) ## Getting Started ```bash git clone https://github.com/ouardini14/Meeting_Planner.git cd meeting-planner npm install npm start ``` ### For tests ```bash npm test -- --testPathPattern=meetings.test.js npm test -- --testPathPattern=rooms.test.js npm test -- --testPathPattern=reservations.test.js ``` ## API Endpoints ### Reservations - **GET /Reservations**: Retrieve all reservations. - **GET /Reservations/id/:id**: Retrieve a specific reservation by ID. - **GET /Reservations/ByDate/:date**: Retrieve all reservations of a specific Date . - **GET /Reservations/ByName/:name**: Retrieve a specific reservation by Name. - **POST /Reservations**: Create a new reservation. - **POST /Reservations/list**: Create the optimal scheduling for a specific date (By a given list of reservations). - **POST /Reservations/Suggest-Reservations**: Generate the optimal scheduling for a specific date (By a given list of reservations) . - **DELETE /Reservations/ByDate/:date**: Delete all reservations by date. - **DELETE /Reservations/ByName/:name**: Delete a specific reservation by name. ### Rooms - **GET /Rooms**: Retrieve all rooms. - **GET /Rooms/id/:id**: Retrieve a specific room by ID. - **GET /Rooms/ByName/:name**: Retrieve a specific room by name. - **GET /Rooms/ByCapacity/:capacity**: Retrieve all rooms by capacity. - **GET /Rooms/ByTools**: Retrieve all rooms by resources. - **POST /Rooms**: Create a new room. - **PUT /Rooms/ByName/:name**: Update a specific room by name. - **DELETE /Rooms/ByName/:name**: Delete a specific room by name. ### Meeting Types - **GET /Meetings**: Retrieve all meeting types. - **GET /Meetings/ByName/:name**: Retrieve a specific meeting type by name. - **POST /Meetings**: Create a new meeting type. - **PUT /Meetings/ByName/:name**: Update a specific meeting type by name. - **DELETE /Meetings/ByName/:name**: Delete a specific meeting type by name. ## Model Schemas ### Meeting Type ```javascript { Name: String, Capacity: Number, Tools: [String] } ``` ### Room ```javascript { Name: String, Capacity: Number, Tools: [String] } ``` ### Reservation ```javascript { Name: String, Nbr_participants: Number, Date: Date, //yyyy-mm-dd StartTime: Number, EndTime: Number, meeting_type: String, Room_name: String } ``` ## Example Usage ### Meeting Type #### GET Meetings (get only 5) ```javascript fetch('https://meeting-planner-five.vercel.app/Meetings?start=0&qt=5') .then(res=>res.json()) .then(json=>console.log(json)) ``` #### GET Meeting Type by name ```javascript fetch('https://meeting-planner-five.vercel.app/Meetings/ByName/RS') .then(res=>res.json()) .then(json=>console.log(json)) ``` #### Add Meeting Type ```javascript fetch('https://meeting-planner-five.vercel.app/Meetings',{ method:"POST", body:JSON.stringify( { Name: 'RS', Capacity: 3, Tools: ["Ecran","Webcam","Pieuvre"] } ) }) .then(res=>res.json()) .then(json=>console.log(json)) ``` ### Rooms #### get Rooms by tools ```javascript fetch('https://meeting-planner-five.vercel.app/Rooms/ByTools',{ method:"GET", body:JSON.stringify( { Tools: ["Ecran","Tableau",] } ) }) .then(res=>res.json()) .then(json=>console.log(json)) ``` #### Add Room ```javascript fetch('https://meeting-planner-five.vercel.app/Rooms',{ method:"POST", body:JSON.stringify( { Name: 'E1002', Capacity: 24, Tools: ["Ecran","Tableau",] } ) }) .then(res=>res.json()) .then(json=>console.log(json)) ``` ### Reservation #### Add a single Reservation ```javascript fetch('https://meeting-planner-five.vercel.app/Reservations',{ method:"POST", body:JSON.stringify( { Name: "Reunion 1", Nbr_participants: 5, Date:"2023-06-01", StartTime:8, EndTime:9, meeting_type:"RS" } ) }) .then(res=>res.json()) .then(json=>console.log(json)) ``` #### Add a list of Reservations ```javascript fetch('https://meeting-planner-five.vercel.app/Reservations/list',{ method:"POST", body:JSON.stringify( { list: [ { Name: "Réunion 1", StartTime: 9, EndTime: 10, meeting_type: "VC", Nbr_participants: 8 }, { Name: "Réunion 2", StartTime: 9, EndTime: 10, meeting_type: "VC", Nbr_participants: 6 }, { Name: "Réunion 3", StartTime: 11, EndTime: 12, meeting_type: "RC", Nbr_participants: 4 }, { Name: "Réunion 4", StartTime: 11, EndTime: 12, meeting_type: "RS", Nbr_participants: 2 }, { Name: "Réunion 5", StartTime: 11, EndTime: 12, meeting_type: "SPEC", Nbr_participants: 9 }, { Name: "Réunion 6", StartTime: 9, EndTime: 10, meeting_type: "RC", Nbr_participants: 7 } ] , Date:2023-06-01 } ) }) .then(res=>res.json()) .then(json=>console.log(json)) ``` #### Suggest best schedule based on a list of a requested Reservations ```javascript fetch('https://meeting-planner-five.vercel.app/Reservations/Suggest-Reservations',{ method:"POST", body:JSON.stringify( { list: [ { Name: "Réunion 1", StartTime: 9, EndTime: 10, meeting_type: "VC", Nbr_participants: 8 }, { Name: "Réunion 2", StartTime: 9, EndTime: 10, meeting_type: "VC", Nbr_participants: 6 }, { Name: "Réunion 3", StartTime: 11, EndTime: 12, meeting_type: "RC", Nbr_participants: 4 }, { Name: "Réunion 4", StartTime: 11, EndTime: 12, meeting_type: "RS", Nbr_participants: 2 }, { Name: "Réunion 5", StartTime: 11, EndTime: 12, meeting_type: "SPEC", Nbr_participants: 9 }, { Name: "Réunion 6", StartTime: 9, EndTime: 10, meeting_type: "RC", Nbr_participants: 7 } ] , Date:2023-06-01 } ) }) .then(res=>res.json()) .then(json=>console.log(json)) ``` ### Error Handling When submitting a list of requested reservations for a specific date, the Meeting Planner API responds with a comprehensive result that includes both the accepted and declined reservations. This behavior is implemented to ensure optimal utilization of limited rooms and resources, taking into account various factors such as : - availability - capacity - conflicting schedules However, it's important to note that certain reservations may not be valid due to the availability restrictions of specific rooms. For example, if a room is reserved by hour-long time slots and is already reserved from 8 a.m. to 8 p.m. every day except weekends, any requested reservations within that time frame will be automatically declined.
Meeting Planner API for Reservation and Room Management
api,backend,express,javascript,meetingplanner,mongoose,javascipt,nodejs
2023-06-02T16:59:23Z
2023-06-03T21:51:57Z
null
1
0
7
0
1
2
null
null
JavaScript
juvenilenapuu/temperature-convertor
main
null
This program convert Temprature in Celsius (°C) to Fahrenheit (°F)
button,css,html,inputs,javascript
2023-05-25T10:53:30Z
2023-07-29T13:18:06Z
null
1
0
9
0
0
2
null
null
CSS
AtidaTech/contentful-cli-migrations
main
[![License: MIT](https://img.shields.io/github/license/AtidaTech/contentful-cli-migrations)](https://opensource.org/licenses/MIT) [![npm](https://img.shields.io/npm/v/contentful-cli-migrations)](https://npmjs.com/package/contentful-cli-migrations) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/AtidaTech/contentful-cli-migrations) ![Downloads](https://img.shields.io/npm/dw/contentful-cli-migrations) ![Forks](https://img.shields.io/github/forks/AtidaTech/contentful-cli-migrations) [![Bun.sh](https://img.shields.io/badge/bun.sh-compatible-orange)](https://bun.sh) # Contentful CLI Migrations Contentful CLI Migrations is a JavaScript open-source library for automating Contentful migrations. It provides a convenient way to manage and apply migrations to your Contentful space using the command line. > Note: This is NOT the official Contentful Migration tool, but it's based on it. That can be found on [GitHub 🔗](https://github.com/contentful/contentful-migration) or [NpmJS 🔗](https://www.npmjs.com/package/contentful-migration) <h3>Sponsored by <a href="https://github.com/AtidaTech"><b>Atida</b> <img src="https://avatars.githubusercontent.com/u/127305035?s=200&v=4" width="14px;" alt="Atida" /></a></h3> <hr /> [✨ Features](#-features) · [💡 Installation](#-installation) · [📟 Example](#-example) · [🎹 Usage](#-usage) · [🐦 Write Migrations](#-write-migrations) · [📅 ToDo](#-todo) · [👾 Contributors](#-contributors) · [🎩 Acknowledgments](#-acknowledgements) · [📚 Collection](#-other-scripts-in-the-same-collection) · [📄 License](#-license) <hr /> ## ✨ Features - **Automated Migrations**: Easily define and execute migrations to apply changes to your Contentful space. - **Command Line Interface**: Use a command-line interface to run migrations and manage the migration process. - **Configuration**: Define migration settings and options using a configuration file or command-line arguments. - **Environment Integration**: Seamlessly integrate migrations into your development and deployment workflow. - **Version Control**: Track and manage migrations using version control systems like Git. - **Extensible**: Customize and extend the migration functionality to suit your specific needs. ## 💡 Installation To use this helper library, you must have [Node.js 🔗](https://nodejs.org/) and [npm 🔗](http://npmjs.org) installed. To install it, simply run: ``````shell npm install contentful-cli-migrations --save `````` Or, if using [yarn 🔗](https://yarnpkg.com/lang/en/): ```shell yarn add contentful-cli-migrations ``` Similarly, if you are using [Bun 🔗](https://bun.sh), just run: ```shell bun add contentful-cli-release ``` ### Requirements * `node` >= 18.0.0 * `npm` >= 9.5.0 * `contentful-management` >= 7.50.0 * `contentful-migration` ^4.9.4 * [contentful-lib-helpers](https://www.npmjs.com/package/contentful-lib-helpers) >= 0.3.3 ### Set-up 1. Create a `migrations/scripts/` directory in your project. This directory will contain your migration scripts. 2. Define your migration scripts inside the `migrations/scripts/` directory. Each migration script should be as follows: * Be a separate file with a specific naming convention, such as `0001-migration.cjs`, `0002-migration.cjs`, and so on. * The migration file names should contain a progressive number and a dash (`-`). In this way the script can intercept them. * We recommend using a certain amount of leading zeros to keep the migration in order inside the folder (that's why is `0001-` and not `1-`). * The folder should not contain any migration with a duplicated number (`0002` and `02` will be considered duplicated). * Migration file's extension should be `.js` or `.cjs` depending on the use of `"type": "module"` in your package.json. 3. In Contentful, you will need what we call a 'Counter' entry. It means that you will need to create an entry and assign one of its field to register the latest migration that has run successfully. * You will need to take note of the entry-id; * Then the field id. We recommend a content-type with very few fields. * And finally the locale of that field. If unsure, you should set it up as the default Locale, usually `en-US` or `en-GB`. > Note: the entry can stay in 'draft' status, since it doesn't need to be published to be used. 4. Set up your `.env`/`.env.local` configuration file to specify the required environment and migration settings. The configuration options include: * `CMS_MANAGEMENT_TOKEN`: The Contentful CMA token for accessing your Contentful space. * `CMS_SPACE_ID`: The ID of your Contentful space. * `CMS_MIGRATIONS_DIR`: The path to the migrations directory in your project. * `CMS_MIGRATIONS_COUNTER_ID`: The ID of the entry used to store the migration counter. * `CMS_MIGRATIONS_COUNTER_FIELD`: The ID of the field in the counter entry that stores the actual migration counter. * `CMS_MIGRATIONS_COUNTER_LOCALE`: The locale used to retrieve the migration counter from the field. You can define these options in a configuration file (e.g., .env) or pass them as command-line arguments when running the migrations. When you start your project with contentful you usually start with an empty `master` environment. We have few advices on how to keep the migrations as clean as possible for different environments: * Set-up in your environment your default locale (ie: `en-US`) and eventually additional locales. * If possible, duplicate immediately the empty `master` environment as a new environment (ie: `empty-DO-NOT-DELETE`). This will ensure a clean environment where you could run a Contentful import or the migrations. * After that, create a content-type of type key-value for the Counter Entry. Or run the script with `--initialise` to set up the counter content-type and entry for you. * Once the Counter entry is created in the `master` environment, take note of the entry-id, field-id and locale. When duplicating `master` for your `dev` or `staging` environments, these values will remain the same (so you won't have to get confused with different values for different environments). * Ideally you should start creating all the Content-types using only migration scripts. Together with the empty environment, this will ensure the possibility to have a clean history of your Content-types. ## 📟 Example Once everything is set up, running migrations is actually pretty simple ```shell npx contentful-cli-migrations --to "<environment-id>" ``` The `--to` (or `--environment-id`) is the only mandatory command line option. And it tells the environment to apply the migrations 'to'. Since the management token would give you access to all environments, there is no default environment value in the `.env` file, forcing you to specify the target environment for 'safety' reasons (surely you don't want to run them on `master` accidentally). ## 🎹 Usage This script can be used from the command line and accepts various arguments for customization: * `--to` or `--environment-id` [MANDATORY]: The environment id to which migrations will be executed. * `--space-id`: The Contentful space id. * `--management-token` or `--mt`: The Contentful Management Token. * `--migrations-dir`: To specify a custom directory for the migrations (default is sub-directory `CMS_MIGRATIONS_DIR` or `migrations/scripts` in your project root). The script will exit if this custom folder doesn't exist. * `--initialise`: This might be needed the first time to 'override' trying to read a Content-type and an Entry that don't exist yet. If you already have your environment set up, you can just create a counter entry of one of your existing Content-types, and skip this option. * `--counter-id`: The ID of the entry used to store the migration counter. * `--counter-field`: The ID of the field in the counter entry that stores the actual migration counter. Example: `title`. * `--counter-locale`: The locale used to retrieve the migration counter from the field. Default: `en-US` * `--force-yes`: The script runs a migration at a time, asking you to confirm it manually (Y/N). In a CD/CI pipeline, you will need to set up `--force-yes` so that all migrations will run without any request for interaction. ## 🐦 Write migrations There are some guidelines and some few tricks that can be implemented when writing a Contentful migration. For more info, look at the separate documentation on [How to Write Migrations](README-migrations.md). ## 📅 Todo * Add Rollback migrations support. * Add Migration Diff and automatic generator. * Add better logging (+ colors). * Add tests. ## 👾 Contributors <table> <tr> <td align="center"><a href="https://github.com/fciacchi"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/58506?v=4&h=100&w=100&fit=cover&mask=circle&maxage=7d" width="100px;" alt="Fabrizio Ciacchi" /><br /><sub><b>@fciacchi</b></sub></a><br /></td> <td align="center"><a href="https://github.com/psyvic"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/29251597?v=4&h=100&w=100&fit=cover&mask=circle&maxage=7d" width="100px;" alt="Victor Hugo Aizpuruo" /><br /><sub><b>@psyvic</b></sub></a><br /></td> <td align="center"><a href="https://github.com/aalduz"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/11409770?v=4&h=100&w=100&fit=cover&mask=circle&maxage=7d" width="100px;" alt="Aldo Fernández" /><br /><sub><b>@aalduz</b></sub></a><br /></td> <td align="center"><a href="https://github.com/leslyto"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/4264812?v=4&h=100&w=100&fit=cover&mask=circle&maxage=7d" width="100px;" alt="Stefan Stoev" /><br /><sub><b>@leslyto</b></sub></a><br /></td> </tr> </table> <br /> ### Contributions Feel free to open issues or pull requests in our GitHub Repository if you have suggestions or improvements to propose. ## 🎩 Acknowledgements I would like to express my gratitude to the following parties: - [Atida 🔗](https://www.atida.com/), the company that has allowed these scripts to be open sourced. Atida is an e-commerce platform that sells beauty and medical products. Their support for open source is greatly appreciated. A special thank to - <a href="https://github.com/shoopi"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/1385372?v=4&h=16&w=16&fit=cover&mask=circle&maxage=7d" width="16px;" alt="Shaya Pourmirza" /> Shaya Pourmirza</a> that has been a great promoter and supporter of this initiative inside the company. - [Contentful 🔗](https://www.contentful.com/), for creating their excellent content management platform and the JavaScript CMA SDK that this - library is built on. Without their work, this project would not be possible. Thank you to everyone involved! ## 📚 Other Scripts in the same collection We produce a bunch of interesting packages for Contentful. You might want to check them out: * **Contentful Lib Helpers** ([GitHub](https://github.com/AtidaTech/contentful-lib-helpers/) and [NpmJS](https://www.npmjs.com/package/contentful-lib-helpers)): Utility Library for Contentful Management API. * **Contentful CLI Export** ([GitHub](https://github.com/AtidaTech/contentful-cli-export/) and [NpmJS](https://www.npmjs.com/package/contentful-cli-export)): Simplifies backup of your Contentful Environment. * **Contentful CLI Migrations** ([GitHub](https://github.com/AtidaTech/contentful-cli-migrations/) and [NpmJS](https://www.npmjs.com/package/contentful-cli-migrations)): Tool to automate and scale Contentful Migrations. * **Contentful CLI Release** ([GitHub](https://github.com/AtidaTech/contentful-cli-release/) and [NpmJS](https://www.npmjs.com/package/contentful-cli-release)): Release utilities to deploy Contentful in a CI/CD. [//]: # (* **Contentful CLI Sync** &#40;[GitHub]&#40;https://github.com/AtidaTech/contentful-cli-sync/&#41; and ) [//]: # ([NpmJS]&#40;https://www.npmjs.com/package/contentful-cli-sync&#41;&#41;: Contentful tool to sync data ) [//]: # (across Spaces and Environments.) ## 📄 License This project is licensed under the [MIT License](LICENSE)
Contentful CLI Migrations Tool
nodejs,cli,contentful,contentful-cli,contentful-migration,javascript,migration-tool,migrations
2023-06-02T08:36:42Z
2024-03-19T10:09:43Z
2024-03-19T10:09:43Z
1
10
33
0
1
2
null
MIT
JavaScript
ssambender/DispoCam-Filter
main
# DispoCam-Filter ### Disposable camera filter effect for uploaded images. - Upload any format of image file - Choose cropping dimensions and scale - Within seconds, a filtered image will be available to download - Image looks like it was taken on a disposable camera, and has date stamp from image metadata ### NOTE: If using this repo: include a 512x512px LUT.png file or else it will not work <br> <div style="display: flex; justify-content: space-between;"> <img src="https://github.com/ssambender/DispoCam-Filter/blob/main/FLOWERS.jpg" height="180px" alt="Project Image2"> <img src="https://github.com/ssambender/DispoCam-Filter/blob/main/QUAD.jpg" height="180px" alt="Project Image2"> <img src="https://github.com/ssambender/DispoCam-Filter/blob/main/FOX.jpg" height="180px" alt="Project Image2"> <img src="https://github.com/ssambender/DispoCam-Filter/blob/main/PINBALL.jpg" height="180px" alt="Project Image2"> <div>
Disposable camera filter effect for uploaded images.
effect,css,html,image-processing,javascript,vintage
2023-05-27T00:36:09Z
2023-06-01T15:49:49Z
null
1
0
16
0
0
2
null
GPL-3.0
JavaScript
Ashishtorq/TaskMaster
master
null
A sleek and intuitive TaskMaster(Todo-list) built with HTML, CSS, and vanilla JavaScript. Manage tasks, set priorities, and stay organized with ease.
git,github,vscode,css,javascript,html
2023-05-26T19:37:06Z
2023-06-01T13:43:57Z
null
2
2
12
0
1
2
null
null
JavaScript
Muzikie/streamer
development
# Muzikie Streamer [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/muzikie/streamer) ![GitHub repo size](https://img.shields.io/github/repo-size/liskhq/lisk-service) [![DeepScan grade](https://deepscan.io/api/teams/6759/projects/8870/branches/113510/badge/grade.svg)](https://deepscan.io/dashboard/#view=project&tid=6759&pid=8870&bid=113510) ![GitHub issues](https://img.shields.io/github/issues-raw/muzikie/streamer) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/muzikie/streamer) [![Code coverage](https://codecov.io/gh/LiskHQ/lisk-service/branch/development/graph/badge.svg?token=987H7T2C3K)](https://codecov.io/gh/LiskHQ/lisk-service) Muzikie Streamer is created based on Lisk Service and adapted to the Muzikie Blockchain. Lisk Service is a web application middleware that allows interaction with various blockchain networks based on the Lisk protocol. The main focus of Lisk Service is to provide data to the UI clients such as Lisk Desktop and Lisk Mobile. It allows accessing the live blockchain data similarly to the regular Lisk SDK API, albeit with more comprehensive features. Furthermore, Lisk Service also provides users with much more detailed information and endpoints, such as geolocation, network usage statistics, and more. The project is a Microservices-based implementation. The technical stack design helps deliver several micro-services, whereby each one is responsible for a particular functionality. The data is served in JSON format and exposed by a public RESTful or a WebSocket-based RPC API. ## Available Services Lisk Service comprises of multiple microservices that can operate independently of each other. The Gateway is required to expose the APIs provided by the specific services. Every microservice is independently managed and placed in a separate directory under the [`services`](services) directory. They contain their own `package.json` and `Dockerfile` that are beneficial when running the applications. | Service | Description | | --------------------------------------------------------- | ----------- | | [Gateway](services/gateway) | The Gateway exposes the API for Lisk Service users to access and use over HTTP and WS protocols. Its main purpose is to proxy API requests from users to the concerned Lisk Service microservices. It provides the users with a central point of data access that ensures existing application compatibility. | | [Connector](services/blockchain-connector) | The Blockchain Connector connects with the node running a Lisk protocol-compliant blockchain application. It is primarily responsible for data transformation and caching, thus reducing the number of calls made to the node. | | [Coordinator](services/blockchain-coordinator) | The Blockchain Coordinator service is primarily responsible for ensuring the completeness of the index. It performs periodic checks for any gaps in the index and schedules tasks to update it, along with the latest block updates. | | [Indexer](services/blockchain-indexer) | The Blockchain Indexer service, in the indexing mode, is primarily responsible to update the index, based on the scheduled jobs by the Blockchain Coordinator. In the data service mode, it serves user request queries made via the RESTful API or WebSocket-based RPC calls. It can run both the indexer and data service modes simultaneously, which is enabled by default. | | [App Registry](services/blockchain-app-registry) | The Blockchain Application Registry service is primarily responsible for regularly synchronizing and providing off-chain metadata information for known blockchain applications in the Lisk ecosystem. The metadata is maintained in the Lisk [Application Registry](https://github.com/LiskHQ/app-registry) repository. | | [Fee Estimator](services/fee-estimator) | The Fee Estimator service implements the [dynamic fee system](https://github.com/LiskHQ/lips/blob/main/proposals/lip-0013.md) algorithm to offer users transaction fee recommendations based on the network traffic. | | [Transaction Statistics](services/transaction-statistics) | The Transaction Statistics service, as the name suggests, is primarily responsible to compute various transaction statistics to offer users various real-time network insights. | | [Market](services/market) | The Market service allows price data retrieval. It supports multiple sources to keep the current Lisk token price up-to-date and available to the clients in real time. | | [Export](services/export) | The Export service enables users to download the transaction history as a CSV file for any given account on the blockchain. | | [Template](services/template) | The Template service is an abstract microservice from which all Lisk Service services are inherited. It allows all services to share a similar interface and design pattern. Its purpose is to reduce code duplication and increase consistency between each service, hence, simplifying code maintenance and testing. | **Remarks** - Lisk Service by default attempts to connect to a local node via WebSocket on port `7887` or IPC on `~/.lisk/lisk-core` by default. - The default installation method is based on Docker. - Some token conversion rates in the Market service require their API keys. - For the events information to be always available in the API, please set `system.keepEventsForHeights: -1` in the Lisk application node config. ## Architecture Diagram Inter-microservice communications are enabled with a message broker, typically an instance of Redis or NATS. ![Lisk Service Architecture](./docs/assets/architecture.png) ## API documentation The Gateway service provides the following APIs, which all users of Lisk Service can access and use. | API | Description | | ---------------------------------------------------- | ----------- | | [HTTP API](docs/api/version3.md) | HTTP API is the public RESTful API that provides blockchain data in standardized JSON format. | | [WebSocket JSON-RPC API](docs/api/version3.md) | The WebSocket-based JSON-RPC API provides blockchain data in standardized JSON format. The API uses the Socket.IO library and is compatible with JSON-RPC 2.0 standards. | | [Subscribe API](docs/api/websocket_subscribe_api.md) | The Subscribe API is an event-driven API. It uses a two-way streaming connection, which can notify the client about new data instantly as it arrives. It is responsible for updating users regarding changes in the blockchain network and markets. | ## Installation The default port for REST API requests and Socket.IO-based communication is `9901`. The API is accessible through the URL `http://localhost:9901` when running locally. The REST API is accessible via HTTP clients such as [Postman](https://www.postman.com/), [cURL](https://curl.haxx.se/) and [HTTPie](https://httpie.org/). WebSocket-based APIs can be used through the [Socket.IO](https://socket.io/) library available for many modern programming languages and frameworks. To continue the installation ensure that you have the following dependencies installed: - [NodeJS Active LTS - ^v16.15.0](https://nodejs.org/en/about/releases/) - [MySQL - ^v8.0.29](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/) - [Docker](https://www.docker.com/) with [Docker compose](https://docs.docker.com/compose/install/) - [GNU Make](https://www.gnu.org/software/make/) and [GNU Tar](https://www.gnu.org/software/tar/) Follow the instructions listed below, to acquire detailed information regarding the installation of required dependencies for various operating systems. - [Ubuntu 18.04 LTS Bionic Beaver](./docs/prerequisites_docker_ubuntu.md) - [Ubuntu 20.04 LTS Focal Fossa](./docs/prerequisites_docker_ubuntu.md) - [Debian 10 Buster](./docs/prerequisites_docker_debian.md) - [MacOS 10.15 Catalina](./docs/prerequisites_docker_macos.md) Retrieve the latest release from the [official repository](https://github.com/LiskHQ/lisk-service/releases). Unpack the source code archive by executing the following commands listed below: ```bash tar -xf lisk-service-x.y.z.tar.gz cd lisk-service ``` > Although the above commands retrieve the entire source code, this instruction does not cover building a custom version of Lisk Service. For more information refer to this document: [Building Lisk Service from source](./docs/build_from_source.md) ### Docker image build (Optional) If you wish to build the local version of Lisk Service execute the following command below: ```bash make build ``` > This step is only necessary if you wish to build a custom or pre-release version of Lisk Service that does not have a pre-built Docker image published on the Docker Hub. The installation script chooses the last available stable version on Docker Hub, **unless** there is no local image. If you are unsure about any local builds, use the `make clean` command to remove all locally built docker images. ## Configuration The default configuration is sufficient to run Lisk Service against the local node. Before running the application copy the default docker-compose environment file: ```bash cp docker/example.env .env ``` In the next step, set the required environment variables. ```bash $EDITOR .env ``` The example below assumes that the Lisk Core (or any Lisk protocol-compliant blockchain application) node is running on the host machine, and not inside of a Docker container. ```bash ## Required # The local Lisk Core node WebSocket API port export LISK_APP_WS="ws://host.docker.internal:7667" ``` When running a node inside of a Docker container, the variable needs to refer to the container: `LISK_APP_WS="ws://<your_docker_container>:7667"`. Configuration options are described [in this document](./docs/config_options.md). > Optional: Check your configuration with the command `make print-config` ## Management To run the application execute the following command: ```bash make up ``` To stop the application execute the following command: ```bash make down ``` > Optional: It is possible to use regular docker-compose commands such as `docker-compose up -d`. Please check the `Makefile` for more examples. ## Benchmark Assuming lisk-service is running on the localhost:9901, and you are in the root of this repo, you can run the following: ```bash cd tests LISK_SERVICE_URL=http://localhost:9901 npm run benchmark ``` ## Further development The possibility to customize and build Lisk Service from a local source is described in the following document [Building Lisk Service from source](./docs/build_from_source.md). It may also be useful for PM2-based installations. ## Contributors https://github.com/muzikie/streamer/graphs/contributors ## License Copyright 2016-2023 Lisk Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [lisk documentation site]: https://lisk.com/documentation
🎙 Audio streamer API application
api,blockchain,javascript,music,muzikie,nodejs
2023-05-28T09:44:47Z
2023-07-27T12:42:20Z
2023-07-27T14:04:48Z
15
27
8,966
11
0
2
null
Apache-2.0
JavaScript
Ganeshshinde-2003/Fight_TO_The_Death_Javascript
main
# Fight To The Death 🎮 This is a game project that allows two players to control characters and engage in a battle. The objective of the game is to defeat the opponent player by reducing their health points to zero. ## Game Description The game features a side-scrolling environment where two players control their respective characters and engage in a battle. The characters can move horizontally, jump, and perform attacks to damage their opponent. The game provides visual feedback, including health bars for each player and an on-screen timer. ## Game Components 🔧 The game project is built using the following components: - **HTML**: The HTML file (`index.html`) defines the structure of the game page. It includes the game canvas and necessary elements for displaying game information. - **CSS**: The CSS file (`styles.css`) contains styles and layout rules for the game elements, providing visual aesthetics and responsiveness to the game interface. - **JavaScript**: The game logic and functionality are implemented using JavaScript. The main JavaScript file (`game.js`) handles player movement, collision detection, health management, game flow, and other game-related operations. The game utilizes the HTML5 canvas element to render the game graphics. - **Sprites and Images**: The game utilizes sprite sheets and individual images for character animations, background elements, and other graphical assets. These images are stored in the `assets` directory. - **Utility Functions**: The game includes a utility file (`util.js`) that provides helper functions for collision detection, determining the winner, and managing the game timer. ## Instructions 📝 1. Clone the repository to your local machine. 💻 https://github.com/Ganeshshinde-2003/Fight_TO_The_Death_Javascript.git 2. Open the game project in a web browser by double-clicking the index.html file. 🌐 3. The game screen will appear with two characters representing the players. 👬 4. Player 1 controls: - Move left: Press the 'A' key. ⬅️ - Move right: Press the 'D' key. ➡️ - Jump: Press the 'W' key. ⬆️ - Attack: Press the 'Q' key. 👊 5. Player 2 controls: - Move left: Press the left arrow key. ⬅️ - Move right: Press the right arrow key. ➡️ - Jump: Press the up arrow key. ⬆️ - Attack: Press the right Ctrl key. 👊 5. Players can move their characters horizontally by pressing the corresponding movement keys. The characters will move left or right accordingly. 6. To make a character jump, press the jump key. The character will perform a jump action. 7. To attack, press the attack key. The character will perform an attack action towards the opponent player. 8. The game continues until one player's health points reach zero. The player with remaining health points wins the game. 9. If the game ends in a tie (both players have the same health points), it will be displayed as a tie result.
Game Project is an exciting multiplayer battle game where players can engage in intense fights using easy-to-use controls and immerse themselves in the thrilling gaming experience.
canvas,javascript,games
2023-06-04T05:28:33Z
2023-06-23T15:45:55Z
null
1
0
6
0
0
2
null
null
JavaScript
AbbosbekQodirov/flowymaster
master
null
null
css3,html5,javascript
2023-05-21T11:09:50Z
2023-05-21T11:09:33Z
null
1
0
1
0
0
2
null
null
CSS
Mikadifo/Promchatter
master
![Logo](https://github.com/Mikadifo/Promchatter/assets/51935560/3268f902-a23f-4202-a3e4-5db0577ed9e2) # Promchatter Propmchatter is a web application that will help you create, share and use AI-chat prompts, so you can take advantage and be more productive in this AI era. ## Features - Create unique and custom prompts. - Share your created prompts with other all over the world. - Use others' promtps and get the best results out of AI-chats. - Mark prompts as favorites and manage your own prompt with an online account. ## Getting Started - First, create and seed a `.env` file with the following: ``` REACT_APP_API_KEY=<your-firebase-api-key> REACT_APP_AUTH_DOMAIN=<your-firebase-project>.firebaseapp.com REACT_APP_DATABASE_URL=<your-firebase-db-url> REACT_APP_PROJECT_ID=<your-firebase-project> REACT_APP_STORAGE_BUCKET=<your-firebase-project>.appspot.com REACT_APP_MESSAGING_SENDER_ID=<your-firebase-sender-id> REACT_APP_APP_ID=<your-firebase-app-id> # AES Encryption REACT_APP_SECRET_KEY=<a-hashed-secret-key> REACT_APP_SECRET_IV=<a-hashed-secret-iv> REACT_APP_ENCRYPTION_METHOD=aes-256-cbc REACT_APP_HASHING_METHOD=sha-512 ``` - Install the project dependencies: ```bash npm install # or npm i ``` - 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. ## Project Configuration This project uses [next/font](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Raleway and Lato, custom Google Fonts. We're using [tailwindcss](https://tailwindcss.com/) for the css styles. ## Contributing We welcome any contribution to the project, code, review, tips, transalation, documentation, etc. When contributing consider the following rules: - Make sure your contribution explains what you did and how it solves a problem or issue in the project. - If it's a code contribution, you should open a pull request. Pull request should be reviewed by a code owner before merging to master. Feel free to contanct us by email or opening a discussion. ## 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!
An AI-driven chat prompt builder.
ai,ai-chat,javascript,nextjs,prompt-engineering,tailwindcss
2023-05-21T12:19:49Z
2023-08-25T14:35:39Z
null
3
16
63
0
0
2
null
null
JavaScript
patrykkawiak/tbsk_technology
main
# TBSK_Technology Website for a company that makes websites 🌍 Hosted page: [TBSK Technology](tbsk-technology.vercel.app/) ## Technologies ⚡️ HTML ⚡️ Javascript ⚡️ SASS ⚡️ BEM ⚡️ Gulp ## Features - RWD - Parallax - Modern Design - Contact Form (mail.js) ## Run Locally Clone the project ```bash git clone https://github.com/patrykkawiak/tbsk_technology.git ``` Go to the project directory ```bash cd {project_name} ``` Install dependencies ```bash npm install ``` Start the server ```bash gulp ``` The server will start at: http://localhost:3000/ ## Portfolio [![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://portfolio-patrykkawiak.vercel.app/)
Advanced Portfolio page for company that creating websites
group-project,gulp,html5,javascript,portfolio-website,sass,mobile-friendly
2023-05-29T20:59:29Z
2023-09-13T23:34:07Z
null
5
0
224
0
2
2
null
null
JavaScript
PedroLara14/Fortune-Cookies-App
main
null
Created for the 26th generation of the Academlo Bootcamp during the React module. This basic application built with React allows users to experience the fun of fortune-telling through virtual fortune cookies. Get ready to uncover wisdom and enjoy the journey of discovering your personalized fortunes!
bootcamp,fortune-cookies,frontend,html-css,javascript,react,react-components,web-development
2023-05-19T20:20:45Z
2023-05-19T23:32:18Z
null
1
0
11
0
0
2
null
MIT
JavaScript
Emmet-Hayes/ShoutAI
master
![Shout AI](shout_ai_logo.png) # Shout AI! ## Problem statement A game where you write or shout at your computer to command your AI minion to perform a task and get the best score. ## How do you solve the problem? We use tensorflowjs combined with speach and handwriting recongztion models. Svelte as our frontend technology along with tailwind/bootstrap css, phaser 2d/pixiJS. Along with using firebase tools. ## List of all the features that your team will implement. Your team will be held accountable for the features you list! * speach recongization * hand writing recongization * AI movement * frontend UI * leader board ## What data will your prototype be using and collecting * voice data * User timing * user play data * google analytics ## Any algorithms or special techniques that will be necessary * TensorflowJS * Deep learning algorithms for speach and writing recongization ## Wireframe Initial designs: ![wireframe](wireframe.png) credit to: Wei Zhang ![game screen](gamescreen.png) ![start screen](startscreen.png) credit to: Emmet Hayes ## technology - firebase/google cloud - svelte, tensorflowjs, PixiJS/phaser 2D - backend: either flask/fastapi (py) ktor(kotlin) pocketbase (go) - database: surrealDB/MYsql/firestore ## font links logo like * https://fonts.google.com/specimen/Audiowide?category=Sans+Serif,Display,Monospace for fun font * bit game like https://fonts.google.com/specimen/Silkscreen?category=Sans+Serif,Display,Monospace
This was a project done for a grad-level Web Programming & Engineering class. It is an automatedmaze game that allows users to try multiple levels of maze difficulty, saves their scores in a database, a viewable leaderboard, it also features voice-based input using TensorflowJS. Thanks to Travis Nevins and Wei Zhang for their contributions!
backend,css,fetch-api,frontend,html,javascript,svelte,tensorflowjs
2023-05-22T15:59:06Z
2023-05-22T16:00:58Z
null
1
0
1
0
0
2
null
null
JavaScript
Chill-Peppa/movies-explorer-api
main
# Бэкенд дипломного проекта от Я.Практикум ## API для аутентификации пользователей и сохранения фильмов Ссылка на домен: http://api.movies-explorer-dip.nomoredomains.rocks/ // у фронта movies-explorer-diploma // у бэка слово diploma не взлезло
Серверная часть дипломного проекта, выполненного на курсе от Я. Практикум. Movies-explorer это портфолио и в то же время сервис для поиска фильмов
backend,expressjs,fullstack,javascript,mongodb,mongoose,nodejs
2023-05-22T17:46:08Z
2023-05-27T09:14:21Z
null
1
1
13
0
0
2
null
null
JavaScript
edofransisco011/EcommerceUI-Project
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Course Commerce User Interface Project
javascript,react-router-dom,reactjs
2023-06-03T05:51:02Z
2023-06-03T05:50:16Z
null
1
0
2
0
0
2
null
null
JavaScript
BrenoFariasdaSilva/TextSync
main
<div align="center"> # [Welcome to TextSync - A Real-Time Distributed-Text-Editor Application!](https://github.com/BrenoFariasdaSilva/TextSync) <img src="https://github.com/BrenoFariasdaSilva/TextSync/blob/main/.assets/TextSync.svg" width="3%" height="3%"> </div> <div align="center"> --- This project is being deployed in [Fly.io](https://fly.io/) and can be accessed [here](https://textsync.fly.dev/). Also, there is a video about it [here](https://youtu.be/IIywSNjxo8o). --- </div> <div align="center"> ![GitHub Code Size in Bytes](https://img.shields.io/github/languages/code-size/BrenoFariasdaSilva/TextSync) ![GitHub Last Commit](https://img.shields.io/github/last-commit/BrenoFariasdaSilva/TextSync) ![GitHub](https://img.shields.io/github/license/BrenoFariasdaSilva/TextSync) ![wakatime](https://wakatime.com/badge/github/BrenoFariasdaSilva/TextSync.svg) </div> <div align="center"> ![RepoBeats Statistics](https://repobeats.axiom.co/api/embed/b71df9a5a21e8f4356d06071a8e86504c25e3c1c.svg "Repobeats analytics image") </div> ## Table of Contents - [Welcome to TextSync - A Real-Time Distributed-Text-Editor Application! ](#welcome-to-textsync---a-real-time-distributed-text-editor-application-) - [Table of Contents](#table-of-contents) - [ Project Status: Completed.](#-project-status-completed) - [ Project TO-DO List:](#-project-to-do-list) - [ Project New Fatures to implement:](#-project-new-fatures-to-implement) - [ Project Description: ](#-project-description-) - [ System Architecture: ](#-system-architecture-) - [ Service Interface: ](#-service-interface-) - [ How to run: ](#-how-to-run-) - [ Client Directory Explained: ](#-client-directory-explained-) - [ Server Directory Explained: ](#-server-directory-explained-) - [ Project Dependencies: ](#-project-dependencies-) - [ Q\&A: ](#-qa-) - [ Useful Documentation: ](#-useful-documentation-) - [Contributing](#contributing) - [License](#license) ### <span style="color:#297deb"> Project Status: </span><span style="color:#64fccc">Completed.</span> ### <span style="color:#297deb"> Project TO-DO List:</span> - TODO: Add a project build status badge, see [here](https://docs.github.com/en/actions/managing-workflow-runs/adding-a-workflow-status-badge). ### <span style="color:#297deb"> Project New Fatures to implement:</span> - TODO: Add the option to name the documents, so that each user can have multiple documents and use them without the need to be decorating it's UUIDs. ## <span style="color:#297deb"> Project Description: </span> This is a distributed text editor application, which means that you can edit a text file with your friends, in real time. The purpose of this project is to learn about distributed systems and the challenges of building them, such as `concurrency`, `consistency`, `availability`, `partition tolerance`, etc. ## <span style="color:#297deb"> System Architecture: </span> The system is composed of three main components: the `server`, the `client` and the `database`. - ***<span style="color:#297deb"> Client </span>***: The client is created using [React](https://react.dev/) that is responsible for sending the requests to the server and receiving the responses from it. The client contains a web interface for the document visualization. As for the UI, it uses [Quill](https://github.com/zenoamaro/react-quill), which is a React component wrapping [Quill](https://quilljs.com/), a powerful and extensible rich text editor. The request that the client sends is defined in the section named `Service Interface`. The communication between the client and the server is made using [Socket.IO](https://socket.io/docs/v4/index.html), which is a library that enables real-time, bidirectional and event-based communication between the browser and the server. - ***<span style="color:#297deb"> Server </span>***: The server is made in [NodeJS](https://nodejs.org/en/docs) in which is the most complex element of the system, that is responsible for holding a list of current active documents sessions, along with the basic server purpose that is receiving the client's messages. Just like in the client When the client request is processed, the client web interface will be updated. Futhermore, the server will send a response which updates the client web interface. Just like in the client, the server uses (obviously) [Socket.IO](https://socket.io/docs/v4/index.html) to communicate with the client. The messages that the server can send are also defined in the `Service Interface` section of this README. The communication between the server and the database is made using [Mongoose](https://mongoosejs.com/docs/guide.html), which is an Object Data Modeling (ODM) library for MongoDB and Node.js. - ***<span style="color:#297deb"> Database </span>***: Lastly, the database used is a [MongoDB](https://www.mongodb.com/docs/manual/tutorial/getting-started/), that is a `NoSQL` database who is responsible for storing the text document which will be in the format of a [JSON](https://json-schema.org/learn/getting-started-step-by-step.html), as follows: ```json { "_id": "Document ID", "data": "Document Text" } ``` This was a quick overview of the system architecture, but there is also a more detailed explanation of the system architecture in the [assets folder](https://github.com/BrenoFariasdaSilva/TextSync/tree/main/assets), in the [English](https://github.com/BrenoFariasdaSilva/TextSync/tree/main/assets/English) and [Portuguese](https://github.com/BrenoFariasdaSilva/TextSync/tree/main/assets/Portuguese) folders, which contains the DrawIO files for the System Architecture, as well as the exported images in `PNG` format, just like the one below: ![System Architecture](https://github.com/BrenoFariasdaSilva/TextSync/blob/main/assets/English/TextSync-EN.png) ## <span style="color:#297deb"> Service Interface: </span> The service interface is composed of the following commands: - ***<span style="color:#64fccc"> get-document </span>***: This event is used to sent a request to the server to get the document from the database and return the document data to the client. - ***`Parameters`***: - ***`documentId`***: The document ID. - ***`Return`***: - ***`load-document`***: The event that will be sent to the client, so that it can update the text editor UI with the document data. - ***<span style="color:#64fccc"> load-document</span>***: This event is a response of the server from a `get-document` request, which is used to update the text editor UI with the document data. - ***`Parameters`***: - ***`document`***: The document data. - ***`Return`***: - ***`none`***; - ***<span style="color:#64fccc"> send-changes </span>***: This event is used to send a request to the server to update the document in the database, due to the fact that the user updated the document in the text editor UI and it's return is the broadcast of the changes to the other users that are in the same document session. - ***`Parameters`***: - ***`delta`***: The document changes made by the user. - ***`Return`***: - ***`delta`***: The document changes that will be broadcasted to the other users, so that they can update their text editor UI. - ***<span style="color:#64fccc"> receive-changes </span>***: This event is used to receive the changes froom the server that were made by the other user(s) that are in the same document session. - ***`Parameters`***: - ***`delta`***: The document changes made by the other user(s). - ***`Return`***: - ***`none`***; - ***<span style="color:#64fccc"> save-document</span>***: This event is used to send a request to the server to save the document in the database, due to the fact that thhe timer defined in the client (***const SAVE_INTERVAL_MS = 1000;***)has reached the end. - ***`Parameters`***: - - ***`documentID`***: The document ID. - ***`data`***: The document data. - ***`Return`***: - ***`none`***; - ***<span style="color:#64fccc"> disconnect</span>***: This event is used to send a request to the server to remove the user from the document session, due to the fact that the user has closed the tab or the browser. - ***`Parameters`***: - ***`none`***; - ***`Return`***: - ***`none`***; ## <span style="color:#297deb"> How to run: </span> To run the project, you will need to have [NodeJS](https://nodejs.org/en/docs) installed on your machine, as well as [Nodemon](https://www.npmjs.com/package/nodemon) and [MongoDB](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/). After installing all the dependencies, you will need to run the following command in the terminal: ```bash make dependencies ``` Why this command? Because it will install all the dependencies of the project, which will open the client and server folders and install the dependencies of each one, which are defined in the `package.json` file. After installing all the dependencies, you will need to create the `.env` file in the `client` and `server` folders. There is a `.env.example` inside each directory and they have the following structure. The client `.env` file will contain the following variables: ```bash REACT_APP_SERVER_ADDRESS=ADDRESS HERE, SUCH AS http://localhost REACT_APP_SERVER_PORT=IP HERE, SUCH AS 3001 ``` The server `.env` file will contain the following variables: ```bash SERVER_ADDRESS=ADDRESS HERE, SUCH AS http://localhost SERVER_PORT=IP HERE, SUCH AS 3001 CLIENT_ADDRESS=ADDRESS HERE, SUCH AS http://localhost CLIENT_PORT=IP HERE, SUCH AS 3000 DATABASE_URI=mongodb+srv://USERNAME_HERE:PASSWORD_HERE@CLUSTER_HERE ``` After creating the `.env` file, you will need to create two terminals, one for the client and one for the server. In the server terminal, you will need to run the following command: ```bash make run_server ``` In the client terminal, you will need to run the following command: ```bash make run_client ``` In the case you get the connection denied in the database, if you are using the online database, you will need to add your IP address to the database whitelist. ## <span style="color:#297deb"> Client Directory Explained: </span> The client folder is located in `TextSync/client`. - ***`public`***: This folder contains the `index.html` file, which is the HTML file that is rendered by the browser, and the `favicon.ico` file, which is the icon that is displayed in the browser tab. - ***`src`***: This folder contains the `App.js`, `index.js`, `styles.css` and `TextEditor.js`. - `App.js`: This file contains the `App` component, which is the main component of the application, which is responsible for rendering the `TextEditor` component. - `index.js`: This file is responsible for rendering the `App` component in the `index.html` file. - `styles.css`: This file contains the styles of the `index.html` file. - `TextEditor.js`: This file contains the `TextEditor` component, which is the component responsible for rendering the text editor, which contains the `Quill` component, which is the component responsible for rendering the text editor itself, and the `Toolbar` component, which is the component responsible for rendering the toolbar of the text editor. Futhermore, this file is also responsible for sending event messages to the server, such as `load-document`, `save-document` and `disconnect`. Moreover, it is also responsible for receiving event messages from the server, such as `load-document` or `receive-changes`. - `package.json`: This file contains all the dependencies of the project. - `package-lock.json`: This file contains the version of the dependencies of the project. - ***`node_modules`***: This folder contains all the dependencies of the project. - ***`.env`***: This file contains the environment variables of the application, such as the server address and the server port. ## <span style="color:#297deb"> Server Directory Explained: </span> The server folder is located in `TextSync/server`. - ***`server.js`***: This file contains the `server` function, which is the function responsible for creating the server, which is responsible for listening to the requests made by the client, such as `save-document` or `disconnect`. This file is also responsible for connecting to the database, which is where the document data is stored. Moreover, this file is also responsible for sending event messages to the client, such as `load-document` or `receive-changes`. - ***`Document.js`***: This file contains the `Document` model, which is the model responsible for defining the document schema, which is the schema that defines the structure of the document data in the mongodb database. - ***`package.json`***: This file contains all the dependencies of the project. - ***`package-lock.json`***: This file contains the version of the dependencies of the project. - ***`.env`***: This file contains the environment variables of the application, such as the server address, server port and the database uri. - ***`node_modules`***: This folder contains all the dependencies of the project. ## <span style="color:#297deb"> Project Dependencies: </span> - [NodeJS](https://nodejs.org/en/docs), which is a JavaScript runtime environment that executes JavaScript code outside a web browser, that we will use to create the server. - [Nodemon](https://www.npmjs.com/package/nodemon), which is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected. - [Mongoose](https://mongoosejs.com/docs/guide.html), which is a MongoDB object modeling tool designed to work in an asynchronous environment. - [React](https://reactjs.org/docs/getting-started.html), which is a JavaScript library for building user interfaces. - [Quill](https://quilljs.com/docs/quickstart/), which is a powerful, free, open-source WYSIWYG editor built for the modern web. - [Socket.io](https://socket.io/docs/v4), which is a library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers. - [dotenv](https://www.npmjs.com/package/dotenv), which is a zero-dependency module that loads environment variables from a `.env` file into `process.env`. This are just the most importante dependecies of this project, but the `package.json` file contains all the dependencies of the project. ## <span style="color:#297deb"> Q&A: </span> - ***What is the purpose of the project?*** The purpose of the project is to create a collaborative text editor, that is, a text editor that can be used by multiple users at the same time, where each user can see the changes made by the other users in real time. - ***Ẁhy aren't the client handling the collisions from the generated UUIDs?*** The client isn't handling the collisions from the generated UUIDs because the probability of a collision is so low that it is not worth the effort to handle it. The probability of a collision is 1 in 2<sup>¹²²</sup>. For more information, see [this](https://en.wikipedia.org/wiki/Universally_unique_identifier#Random_UUID_probability_of_duplicates). - ***Why is the client sending the document data to the server every second?***: The client is sending the document data to the server every second because the server is saving the document data in the database every second, so that if the server crashes, the document data will not be lost. - ***Why the use of WebSockets?*** The use of WebSockets is due to the fact that they are a communication protocol that allows the client and the server to communicate in real time, that is, the client and the server can send messages to each other at any time, without the need for the client to send a request to the server and wait for the server to respond. So, unlike traditional HTTP connections that follow a request-response model, WebSockets allow for continuous data transmission in both directions. Here is a quick overview of the WebSocket protocol: - Handshake: The client sends an HTTP request to the server, requesting an upgrade to the WebSocket protocol. This request includes specific headers indicating the intention to establish a WebSocket connection. - Handshake response: If the server supports WebSockets, it responds with an HTTP 101 status code (Switching Protocols) and upgrades the connection to the WebSocket protocol. - WebSocket connection: Once the connection is upgraded, the WebSocket connection is established, and both the client and server can start sending data to each other. - Data exchange: The WebSocket connection remains open, allowing data to be sent back and forth between the client and server. Either side can initiate communication at any time, without the need for a new HTTP request. This bidirectional communication enables real-time data transfer. - Connection termination: The WebSocket connection remains open until either the client or server explicitly closes it or if a network issue occurs. So, as we can see, WebSockets are a great choice for real-time communication between the client and the server, just what we need for this project. - ***Why the use of MongoDB?*** The use of MongoDB is due to the fact that it is a NoSQL database, which means that it is a database that does not use the traditional row-column table database model, but rather a model that allows for more flexible and scalable data storage. Moreover, NoSQL databases are also great for this project because they are very scalable, which means that they can handle a large amount of data, which is also great for this project, since the document data can be very large. Making a connection of the MongoDB with the CAP theorem, we can see that MongoDB is a CP database, which means that it is a database that is consistent and partition tolerant. This means that MongoDB is a database that is consistent, which means that all clients see the same data at the same time, and partition tolerant, which means that the database continues to operate despite network partitions. So, as we can see, MongoDB is a great choice for this project. - ***So, how does MongoDB provice consistency and partition tolerance?*** MongoDB provides consistency and partition tolerance through the use of a replica set, which is a group of MongoDB servers that maintain the same data set, providing redundancy and increasing data availability. A replica set contains several data bearing nodes and optionally one arbiter node. The primary node receives all write operations, and is responsible for replicating all writes to the secondaries. Secondaries can optionally serve read operations, but that data is only eventually consistent by default. So, in case of a network partition, the primary node will continue to receive all write operations, and will replicate all writes to the secondaries, which will continue to serve read operations, but that data is only eventually consistent by default. So, as we can see, MongoDB provides consistency and partition tolerance through the use of a replica set. - ***Why not use Redis for local storage?*** The use of Redis for local storage is not necessary because we only have a single server, so we don't need to use Redis for local storage, since we can store the document data in the server memory. If we had multiple servers, then we would need to use Redis for local storage, since we would need to store the document data in a database that is accessible by all servers, and Redis is a great choice for this, since it is a database that is very fast and can handle a large amount of data. ## <span style="color:#297deb"> Useful Documentation: </span> - [Fly Steps Guide](https://fly.io/docs/hands-on/install-flyctl/) ## 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**. If you have suggestions for improving the code, your insights will be highly welcome. In order to contribute to this project, please follow the guidelines below or read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute to this project, as it contains information about the commit standards and the entire pull request process. Please follow these guidelines to make your contributions smooth and effective: 1. **Set Up Your Environment**: Ensure you've followed the setup instructions in the [Setup](#setup) section to prepare your development environment. 2. **Make Your Changes**: - **Create a Branch**: `git checkout -b feature/YourFeatureName` - **Implement Your Changes**: Make sure to test your changes thoroughly. - **Commit Your Changes**: Use clear commit messages, for example: - For new features: `git commit -m "FEAT: Add some AmazingFeature"` - For bug fixes: `git commit -m "FIX: Resolve Issue #123"` - For documentation: `git commit -m "DOCS: Update README with new instructions"` - For refactorings: `git commit -m "REFACTOR: Enhance component for better aspect"` - For snapshots: `git commit -m "SNAPSHOT: Temporary commit to save the current state for later reference"` - See more about crafting commit messages in the [CONTRIBUTING.md](CONTRIBUTING.md) file. 3. **Submit Your Contribution**: - **Push Your Changes**: `git push origin feature/YourFeatureName` - **Open a Pull Request (PR)**: Navigate to the repository on GitHub and open a PR with a detailed description of your changes. 4. **Stay Engaged**: Respond to any feedback from the project maintainers and make necessary adjustments to your PR. 5. **Celebrate**: Once your PR is merged, celebrate your contribution to the project! ## License This project is licensed under the [Creative Commons Zero v1.0 Universal](LICENSE), which allows you to use, modify, distribute, and sublicense this code, even for commercial purposes, as long as you include the original copyright notice and attribute you as the original author for the repository. See the [LICENSE](LICENSE) file for more details.
TextSync - A Real-Time Distributed-Text-Editor Application with MongoDB, NodeJS, ReactJS and WebSockets.
distributed-systems,text-editor,websocket,mongodb,operational-transformation,real-time,concurrency,consistency,quill,react
2023-05-25T23:01:51Z
2024-03-29T17:41:01Z
null
2
10
238
0
1
2
null
Apache-2.0
JavaScript
niteshpk/freepik-image-downloader
master
null
Freepik Image Downloader: An efficient tool to download high-quality images from Freepik. Get single or multiple images in different sizes. Saves your time and boosts productivity.
bootstrap,html5,javascript,react
2023-05-27T10:34:17Z
2023-05-27T12:36:02Z
null
1
0
1
1
3
2
null
null
JavaScript
SurendraTamang/awesome-webscraping-blogs
main
# List of Web Scraping Technical Blogs This is a curated list of awesome webscraping technical blogs and vidoes from research to deployment. Feel free to add more on this topic ## Website * [Apiy Blog](https://blog.apify.com/) * [Smartproxy Blog](https://smartproxy.com/blog) ## Video Tutorial * [Scrapy Course – Python Web Scraping for Beginners - freeCodeCamp.org](https://www.youtube.com/watch?v=mBoX_JCKZTE) * [Scaling Web Scraping: Concurrency vs Parallelism](https://www.youtube.com/watch?v=zyil8asDCwk) * [Scrapy Redis: Scaling Your Scrapy Spiders Using Distributed Worker](https://www.youtube.com/watch?v=ZoosqkROKOI) * [Accelerating Data-On-Demand Services With Async Python and AWS](https://www.youtube.com/watch?v=9_K2UxEk0NA) - OxyCon * [Scrapy Crawl Spider - A Complete Guide](https://www.youtube.com/watch?v=MaPyt6dpnVY) * [Talk - Josh Weissbock: Distributed Web Scraping in Python](https://www.youtube.com/watch?v=eVdHmaE3tSM) - PyCon US 2022 * [Josh Weissbock: Distributed Web Scraping in Python](https://www.youtube.com/watch?v=rqptf1Z1NBU) - PyCascades 2019 * [Django + Celery + Selenium to Scrape Anything with Python](https://www.youtube.com/watch?v=rfM3Jli81fU) - CodingEntrepreneurs YT * [Building a scalable focused web crawler with Flink - Ken Krugler](https://www.youtube.com/watch?v=yh4JKpSfHkA) - Flink Forward San Francisco, April 2018 * [Building a Web Crawler from Scratch in Node.js](https://www.youtube.com/watch?v=C0pXaNchNTA) - Youtube (Boot dev) * [ScrapeCon 2024](https://www.youtube.com/playlist?list=PLFgLa9oxPE0fPLJtTD1G-G9ZSEf_MS2eh)-Youtube Playlists | ScrapeCon | BrightData * [Effective Ways to Scale-Up and Maintain Your Web Crawling Project](https://www.youtube.com/watch?v=pLucY2PoSts) - Kevin Lloyd Bernal|PyCon APAC 2022 ## Tutorial * [Scrapy Tutorial](https://docs.scrapy.org/en/latest/intro/tutorial.html) * [Realtor-Scraping - JWT Token ](https://www.youtube.com/watch?v=jjCY1_zg8XI) ## Blogs * [Web Crawler: What It Is, How It Works & Applications in 2023](https://research.aimultiple.com/web-crawler/) * [Serverless Web Scraping with Scrapy and AWS Lambda](https://oxylabs.io/blog/scrapy-aws-lambda) * [Web Scraping Speed](https://scrapfly.io/blog/web-scraping-speed/) ## Webinars * [How to Successfully Collect Public Data in 2023](https://www.youtube.com/watch?v=EERwCHI09z0)
Curated list of technical blogs and videos on web scraping·
crawling,javascript,python,scraping,scrapy,web-scraper,web-scraping
2023-05-19T00:08:39Z
2024-05-14T02:37:13Z
null
1
0
22
0
1
2
null
MIT
null
fi-krish/learning
main
<div align="center"> <img src="https://github.com/xkrishguptaa.png" height="100px" width="100px" /> <br /> <h1>Learning</h1> <p>Records of me learning by doing ✨</p> </div> ## 💻 Projects <table> <thead> <th> <a href="https://github.com/xkrishguptaa/azelf"> <img src="https://github.com/xkrishguptaa/azelf/raw/main/.github/assets/azelf.png" height="48px" width="48px" alt="Azelf's logo" /> <br /> <b>Azelf</b> </a> </th> <th> <a href="https://gitlab.com/xkrishguptaa/go-todo-api"> <img src="https://gitlab.com/xkrishguptaa/go-todo-api/-/raw/main/assets/logo.png" height="48px" width="48px" alt="Go Todo API v2's logo" /> <br /> <b>Go Todo API v2</b> </a> </th> <th> <a href="https://github.com/xkrishguptaa/bot-dc-htm"> <img src="https://github.com/xkrishguptaa/bot-dc-htm/assets/135469703/8aa8bd79-cfaf-4f9e-b47a-62a5bd152e0c" height="48px" width="48px" alt="Hack The Mountains Discord Bot's logo" /> <br /> <b>Hack The Mountains Discord Bot</b> </a> </th> </thead> <tbody> <tr> <td> Download, Optimize and Save Images from the Web 🔥 1.5k+ NPM Downloads </td> <td> Todo API in Go with MongoDB 🚀 Supports retrieval, creation, modification and deletion of Todos </td> <td> Economy Management solution for one of India&#x27;s largest Hackathons </td> </tr> <tr> <td> <a href="https://github.com/xkrishguptaa/azelf?tab&#x3D;readme-ov-file#-installation" title="Install In Your Project Azelf"> <img src="https://img.shields.io/badge/Install%20In%20Your%20Project-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=github" /> </a> </td> <td> <a href="https://go-todo-api-sa9e.onrender.com" title="View Deployed Go Todo API v2"> <img src="https://img.shields.io/badge/View%20Deployed-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=render" /> </a> <br /> <a href="https://hub.docker.com/r/xkrishguptaa/go-todo-api" title="DockerHub Image Go Todo API v2"> <img src="https://img.shields.io/badge/DockerHub%20Image-eeeeee?style=for-the-badge&labelColor=eeeeee&logo=docker" /> </a> <br /> <a href="https://go.postman.co/collections/30796221-e1bec2da-b843-4502-8057-c2a3cb46327c" title="Postman Documentation Go Todo API v2"> <img src="https://img.shields.io/badge/Postman%20Documentation-eeeeee?style=for-the-badge&labelColor=eeeeee&logo=postman" /> </a> </td> <td> <a href="https://bit.ly/HackTheMountains" title="HTM Discord Server Hack The Mountains Discord Bot"> <img src="https://img.shields.io/badge/HTM%20Discord%20Server-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=discord" /> </a> </td> </tr> <tr> <td> <kbd>NodeJs</kbd>, <kbd>JavaScript</kbd>, <kbd>TypeScript</kbd>, <kbd>OptiPNG</kbd>, <kbd>PNGCrush</kbd>, <kbd>SVGO</kbd>, <kbd>Request</kbd>, <kbd>Sharp</kbd>, <kbd>Trevenant</kbd>, <kbd>NPM</kbd> </td> <td> <kbd>Go</kbd>, <kbd>Gin Gonic</kbd>, <kbd>MongoDB</kbd>, <kbd>BSON</kbd>, <kbd>Render</kbd>, <kbd>Docker</kbd>, <kbd>Gitlab CI</kbd> </td> <td> <kbd>NodeJs</kbd>, <kbd>JavaScript</kbd>, <kbd>TypeScript</kbd>, <kbd>DiscordJs</kbd>, <kbd>Sapphire Framework</kbd>, <kbd>Prisma</kbd>, <kbd>MySQL</kbd>, <kbd>Planetscale</kbd>, <kbd>Docker</kbd>, <kbd>Railway</kbd> </td> </tr> </tbody> </table> <table> <thead> <th> <a href="https://github.com/xkrishguptaa/gardevoir"> <img src="https://github.com/xkrishguptaa/gardevoir/raw/main/.github/assets/gardevoir.png" height="48px" width="48px" alt="Reseter.css / Gardevoir's logo" /> <br /> <b>Reseter.css / Gardevoir</b> </a> </th> <th> <a href="https://github.com/xkrishguptaa/trevenant"> <img src="https://github.com/xkrishguptaa/trevenant/raw/main/.github/assets/trevenant.png" height="48px" width="48px" alt="Trevenant's logo" /> <br /> <b>Trevenant</b> </a> </th> </thead> <tbody> <tr> <td> The Modern CSS Reset 🚀 with 5m+ JSDelivr Hits &amp; 70k+ NPM Downloads </td> <td> Beautiful Opinionated Logging for Node.js ✍️ with 1.5k+ NPM Downloads </td> </tr> <tr> <td> <a href="https://github.com/xkrishguptaa/gardevoir/tree/main?tab&#x3D;readme-ov-file#-installation" title="Install On Your Website Reseter.css / Gardevoir"> <img src="https://img.shields.io/badge/Install%20On%20Your%20Website-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=github" /> </a> </td> <td> <a href="https://github.com/xkrishguptaa/trevenant?tab&#x3D;readme-ov-file#-installation" title="Install In Your Project Trevenant"> <img src="https://img.shields.io/badge/Install%20In%20Your%20Project-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=github" /> </a> </td> </tr> <tr> <td> <kbd>CSS</kbd>, <kbd>SCSS</kbd>, <kbd>Sass</kbd>, <kbd>Less</kbd>, <kbd>Stylus</kbd>, <kbd>PostCSS</kbd>, <kbd>Styled-Components</kbd>, <kbd>NPM</kbd> </td> <td> <kbd>NodeJs</kbd>, <kbd>JavaScript</kbd>, <kbd>TypeScript</kbd>, <kbd>DayJs</kbd>, <kbd>NPM</kbd> </td> </tr> </tbody> </table> ## 🔖 Assignments <table> <thead> <th> <a href="https://gitlab.com/xkrishguptaa/bin2dec"> <img src="https://gitlab.com/xkrishguptaa/bin2dec/-/raw/main/assets/logo.png" height="48px" width="48px" alt="Bin2Dec's logo" /> <br /> <b>Bin2Dec</b> </a> </th> <th> <a href="https://gitlab.com/xkrishguptaa/border-radius-previewer"> <img src="https://gitlab.com/xkrishguptaa/border-radius-previewer/-/raw/main/assets/logo.png" height="48px" width="48px" alt="Border Radius Previewer's logo" /> <br /> <b>Border Radius Previewer</b> </a> </th> <th> <a href="https://gitlab.com/xkrishguptaa/csv2json"> <img src="https://gitlab.com/xkrishguptaa/csv2json/-/raw/main/assets/logo.png" height="48px" width="48px" alt="CSV2JSON's logo" /> <br /> <b>CSV2JSON</b> </a> </th> </thead> <tbody> <tr> <td> Simply Beautiful Binary to Decimal Converter ✨ </td> <td> Minimalistic Border Radius Previewer 💄 </td> <td> Minimalistic CSV2JSON Converter 🎨 </td> </tr> <tr> <td> <a href="https://xkrishguptaa.gitlab.io/bin2dec" title="View Deployed Bin2Dec"> <img src="https://img.shields.io/badge/View%20Deployed-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=googlechrome" /> </a> </td> <td> <a href="https://xkrishguptaa.gitlab.io/border-radius-previewer" title="View Deployed Border Radius Previewer"> <img src="https://img.shields.io/badge/View%20Deployed-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=googlechrome" /> </a> </td> <td> <a href="https://xkrishguptaa.gitlab.io/csv2json" title="View Deployed CSV2JSON"> <img src="https://img.shields.io/badge/View%20Deployed-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=googlechrome" /> </a> </td> </tr> <tr> <td> <kbd>HTML</kbd>, <kbd>CSS</kbd>, <kbd>JavaScript</kbd>, <kbd>Gitlab Pages</kbd>, <kbd>Gitlab CI</kbd> </td> <td> <kbd>HTML</kbd>, <kbd>CSS</kbd>, <kbd>JavaScript</kbd>, <kbd>Gitlab Pages</kbd>, <kbd>Gitlab CI</kbd> </td> <td> <kbd>HTML</kbd>, <kbd>CSS</kbd>, <kbd>JavaScript</kbd>, <kbd>Gitlab Pages</kbd>, <kbd>Gitlab CI</kbd> </td> </tr> </tbody> </table> <table> <thead> <th> <a href="https://gitlab.com/xkrishguptaa/go-todo-api/-/releases/v1.0.0"> <img src="https://gitlab.com/xkrishguptaa/go-todo-api/-/raw/main/assets/logo.png" height="48px" width="48px" alt="Go Todo API's logo" /> <br /> <b>Go Todo API</b> </a> </th> </thead> <tbody> <tr> <td> Simple Todo API in Go 🚀 </td> </tr> <tr> <td> <a href="https://go-todo-api-sa9e.onrender.com" title="View Deployed Go Todo API"> <img src="https://img.shields.io/badge/View%20Deployed-2965F1?style=for-the-badge&labelColor=2965F1&logoColor=ffffff&logo=render" /> </a> <br /> <a href="https://hub.docker.com/layers/xkrishguptaa/go-todo-api/e6679481a6ec931de9615fb1d5055694a2bae894/images/sha256-ca56aa7d23916a342460fd3bd59e181b79c6935ed775a0f17aacc3bef6da738f?context&#x3D;repo" title="DockerHub Image Go Todo API"> <img src="https://img.shields.io/badge/DockerHub%20Image-eeeeee?style=for-the-badge&labelColor=eeeeee&logo=docker" /> </a> <br /> <a href="https://go.postman.co/collections/30796221-cdf39375-8b13-4130-95c1-d0db3687e53e" title="Postman Documentation Go Todo API"> <img src="https://img.shields.io/badge/Postman%20Documentation-eeeeee?style=for-the-badge&labelColor=eeeeee&logo=postman" /> </a> </td> </tr> <tr> <td> <kbd>Go</kbd>, <kbd>Gin Gonic</kbd>, <kbd>Render</kbd>, <kbd>Docker</kbd>, <kbd>Gitlab CI</kbd> </td> </tr> </tbody> </table>
Records of me learning by doing ✨
awesome,css,golang,html,javascript,learning,nodejs,projects,resources,rust
2023-06-04T08:07:09Z
2024-05-16T18:17:39Z
null
1
73
100
1
1
2
null
GPL-3.0
TypeScript
CindyMendoza/ONE-text-encryptor
main
# Encriptador y Desencriptador en Español Este proyecto se centra en la encriptación y desencriptación de texto en español utilizando un método ingenioso: transformar las vocales del alfabeto español para generar un texto encriptado. Además, proporciona la capacidad de revertir este proceso y descifrar el texto modificado. Esta herramienta es altamente versátil y se puede utilizar para asegurar la confidencialidad de datos en español. ## Cómo Funciona El proceso de encriptación implica la transformación de las vocales del texto original en un patrón específico. Este texto encriptado puede ser desencriptado nuevamente para obtener el texto original, simulando la seguridad y confidencialidad de los datos. ## Cómo Encriptar 1. Ingresa el texto que deseas encriptar en la sección "Ingrese texto aquí". 2. Haz clic en el botón "Encriptar". 3. El texto encriptado aparecerá a tu derecha. 4. Haz clic en el botón "Copiar" para copiar el texto encriptado y usarlo según tu conveniencia. ## Cómo Desencriptar 1. Haz clic en el botón "Desencriptar". 2. El texto original aparecerá, listo para su uso. Puedes ingresar al proyecto [aquí](https://cindymendoza.github.io/ONE-text-encryptor/). ## Contribuciones ¡Las contribuciones son bienvenidas! Si tienes ideas para mejorar este proyecto o encontraste algún error, por favor crea un problema o envía una solicitud de extracción. ## Licencia Este proyecto está licenciado bajo la [Licencia MIT](https://github.com/CindyMendoza/ONE-text-encryptor/blob/main/LICENSE.txt) - consulta el archivo LICENSE para más detalles.
Proyecto de encriptación y desencriptación en español: Transforma las vocales del alfabeto español para generar un texto encriptado y ofrece la capacidad de revertir el proceso para descifrar el texto modificado. Herramienta versátil para asegurar la confidencialidad de datos en español.
challengeonecodificador5,one,alura,oracle,css,html,javascript
2023-05-27T00:53:02Z
2023-10-05T05:11:21Z
null
2
0
12
0
0
2
null
NOASSERTION
CSS
edofransisco011/AIChatBot-Project
main
null
ChatBot Web Application Project With OpenAI API
express,openai-api,react,javascript,vitejs
2023-05-26T06:55:54Z
2023-05-27T03:49:25Z
null
1
0
12
0
0
2
null
null
JavaScript
microsoftreact/weather-api
main
null
Javascript Weather API
css3,html5,javascript
2023-05-19T11:06:26Z
2023-05-19T11:06:51Z
null
1
0
1
0
0
2
null
null
CSS
luizcalaca/graphql-mysql-api
main
null
GraphQL + MySQL + Javascript
apollo-server,apollographl,graphql,javascript,mysql,nodejs,sql
2023-05-22T17:48:03Z
2023-05-25T12:57:31Z
null
1
0
2
0
0
2
null
null
Visual Basic 6.0
ooanishoo/ooanishoo
main
# Hi, I'm Anish. Nice to meet you! <img src="https://raw.githubusercontent.com/ooanishoo/ooanishoo/main/public/wave.gif" width="30px"> <img src="./public/contributions.svg" alt="contributions" /></a> I'm a Software Engineer with a demonstrated history of working in backend and frontend technologies. I love to design and build digital products that solve customer problems. I bring a unique blend of creativity and technical expertise to deliver user-focused digital experiences. [![Typing SVG](https://readme-typing-svg.demolab.com?font=Poppins&duration=3000&pause=200&color=F0DB4F&width=435&lines=Senior+Software+Engineer;Mentor)](https://git.io/typing-svg) - 🇦🇺 I'm based in Melbourne, Australia - 🚀 I'm currently working at [Zendesk](https://www.zendesk.com/au/) - 💻 Checkout my new portfolio [anish-dev.com](http://anish-dev.com) - 📧 You can reach out to me at [hireme.anish@gmail.com](mailto:hireme.anish@gmail.com) - 🤝 I'm open to collaborating on exciting projects as a front-end or full-stack engineer. ## Stack I love to work with <p align="left"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/html-1.svg" title="Html5"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/css-3.svg" title="CSS3"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/logo-javascript.svg" title="Javascript"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/typescript.svg" title="Typescript"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/react-2.svg" title="React"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/redux.svg" title="Redux"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/tailwindcss.svg" title="tailwindcss"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/next-js.svg" title="next js"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/storybook-1.svg" title="Storybook"> <img height="30" src="https://seeklogo.com/images/J/jest-logo-F9901EBBF7-seeklogo.com.png" title="Jest"> <img height="30" src="https://github.com/ooanishoo/ooanishoo/assets/9260574/5af58c38-ce77-4eac-acfe-2aa290dab56d" title="Testing Library"> <img height="30" src="https://github.com/ooanishoo/ooanishoo/assets/9260574/74368b58-80ce-49fd-8a42-e89600048507" title="Cypress"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/mongodb-icon-1.svg" title="MongoDB"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/nodejs.svg" title="NodeJS"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/docker.svg" title="Docker"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/aws-2.svg" title="AWS"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/mysql-6.svg" title="MySQL"> <img height="30" src="https://seeklogo.com/images/F/figma-logo-E4E21D3AEA-seeklogo.com.png" title="Figma"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/sketch-2.svg" title="Sketch"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/adobe-xd-1.svg" title="Adobe XD"> </p> ## Want to create something together? Get in touch! Say Hello 👋🏻 <p align="left"> <a href="https://www.linkedin.com/in/ooanishoo" target="_blank"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/linkedin-icon-2.svg" alt="LinkedIn"> </a> <a href="https://twitter.com/ooanishoo/" target="_blank"> <img height="30" src="https://cdn.worldvectorlogo.com/logos/twitter-6.svg" alt="Twitter"> </a> <a href="https://www.polywork.com/ooanishoo" target="_blank"> <img height="30" src="https://user-images.githubusercontent.com/9260574/248451446-a80c561d-2745-4a6e-be79-bf8931e1ef7a.svg" alt="Polywork"></a> </p> ## Support Me ![Anish's github activity graph](https://github-readme-activity-graph.vercel.app/graph?username=ooanishoo&theme=github-compact) ☕️ If you like my work, you can support me by buying me a coffee. I would really appreciate it! <a href="https://www.buymeacoffee.com/ooanishoo"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" width="200" /></a>
My personal website, built using React NextJS 13, Typescript, and Tailwind CSS 😎 ⚛️ ✨ Check it out: http://anish-dev.com
tailwind,react,next,typescript,vercel,javascript,portfolio
2023-05-26T00:51:44Z
2023-12-20T03:55:58Z
null
1
0
105
0
0
2
null
null
TypeScript
mattrichmo/PoemWriter
main
null
From an input, generates a book of poems with Intros/Conclusions and saves it as a CSV file. Also generates book Meta and Amazon tags etc
ai,amazon,chatgpt,gpt-3,gpt-4,kdp,openai,books,generative-ai,javascript
2023-05-25T16:03:12Z
2023-09-04T19:49:30Z
null
1
0
7
0
0
2
null
null
JavaScript
pv-kiran/doccure
main
null
Doccure , a platform for online doctor consultations using React, Node.js, Express, MongoDB, Razorpay, and Socket.io.
express,javascript,jsx,mongodb,mongoose,nodejs,react,redux,socket-io,jwt-authentication
2023-05-19T12:38:08Z
2023-12-07T06:49:37Z
null
1
0
49
0
0
2
null
null
JavaScript
AmlrSF/ReactHub-crud-posts
main
# Dashboard App - README ## Features - User registration: Users can create a new account by providing their username, email, and password. - User login: Registered users can log in using their email and password. - JWT token authentication: Upon successful login, users receive a JSON Web Token (JWT) that authenticates subsequent API requests. - CRUD operations: Authenticated users can perform CRUD operations on various resources. ## Technologies Used ### Backend - Programming Language: [Node.js] - Web Framework: [Express] - Database: [MongoDB] - JWT Library: [jsonwebtoken] ### Frontend - Programming Language: [JavaScript] - Framework: [React] - UI Library: [STailwind CSS] ## Setup Instructions Follow these steps to set up and run the Dashboard App: 1. Clone the repository: `git clone <repository_url>` 2. Install the required dependencies for both backend and frontend. 3. Set up the database and configure the connection. 4. Configure the JWT secret key for token generation and verification. 5. Run the backend server. 6. Run the frontend application. 7. Access the Dashboard App in your web browser. ## Contributing Contributions to the Dashboard App are welcome. If you find any issues or have improvements to suggest, please create a pull request or open an issue on the repository. ## Acknowledgements List any acknowledgements, libraries, or resources used in the project. ## upadate user interface ![image](https://github.com/softyAmir/Dashboard/assets/111384104/8d2d474d-e54a-472f-92c7-437ca0cbeb68) ## create post interface ![image](https://github.com/softyAmir/Dashboard/assets/111384104/a95ba356-737b-4915-9e92-d964d88f0732) ## posts ![image](https://github.com/softyAmir/Dashboard/assets/111384104/a9c18834-39ba-477f-b18c-2fa7b57d861d)
Dynamic app: Admin controls post CRUD on a sleek dashboard; clients engage and react seamlessly with posts
api-rest,crud-application,expressjs,javascript,jwt-authentication,jwt-token,nodejs,react,reactjs,tailwindcss
2023-05-18T18:43:59Z
2023-05-18T19:15:52Z
null
1
0
7
0
0
2
null
null
JavaScript
Meghana-Pulivarthi/Before-and-after-image-slider
main
# Before-and-after-image-slider This program demonstrates how a resizable pane can be programmed. For more information read the article from [Medium](https://medium.com/@meghanasai99499/why-positioning-of-html-elements-matter-26e3a298f600).
This program demonstrates how a resizable pane can be programmed.
css3,html5,javascript
2023-05-27T11:56:30Z
2024-01-15T19:54:21Z
null
1
1
4
0
0
2
null
GPL-3.0
HTML
Tushit99/Anthropologie-Clone
master
# Fashion Frenzy Fashion Frenzy is ECommerce Website & is a clone of Anthropologie. With a vast collection of products of fashion and clothing, we offer a seamless shopping experience. Our user-friendly interface and secure payment options ensure a hassle-free shopping experience for our customers. Shop with us today and discover the convenience of online shopping! ## Deployed Link Visit: https://frontend-suhail3535.vercel.app/ ## Clone of Anthropologie Anthropologie is a unique, full-lifestyle shopping destination, with a mostly exclusive assortment of clothing, shoes, accessories, beauty, furniture, home décor, garden, bridal, and more. ## Functionalities 1. Admin Page 2. Cart Functionality (like adding an item and removing) 3. Login and Sign Up 4. Product Page (with Sorting) ## Our Mission # Home Page <table> <tr> <td valign="top"><img width="663" alt="image" src="https://user-images.githubusercontent.com/97578587/229366144-2011e707-867e-4874-afb8-55e8ef3ab6c0.png"></td> <td valign="top"><img width="283" alt="image" src="https://user-images.githubusercontent.com/97578587/229366560-8c81396f-4db5-40a8-a995-dbc85d6351ac.png"> </td> </tr> </table> # Admin Page (Add,Edit and Delete Product ) <img width="691" alt="image" src="https://user-images.githubusercontent.com/97578587/229366206-a9996662-b449-4247-9696-29fabd845eab.png"> # Product Page <img width="682" alt="image" src="https://user-images.githubusercontent.com/97578587/229337853-6c716b40-59d2-4687-8345-39536aca94d7.png"> <p align="center" width="100%"> <table> <tr> <td valign="top"><img width="398" alt="image" src="https://user-images.githubusercontent.com/97578587/229337884-6efd2ed9-a618-4692-ba1a-ee98a3c24183.png"></td> <td valign="top"><img width="235" alt="image" src="https://user-images.githubusercontent.com/97578587/229337938-9245c3cd-6158-4228-a0fc-392e2190349f.png"></td> </tr> </table> </p> # SingleProduct Page <table> <tr> <td valign="top"><img width="688" alt="image" src="https://user-images.githubusercontent.com/97578587/229366232-7e71e3f3-9283-43fb-875e-d01c49e2f14c.png"> </td> <td valign="top"><img width="230" alt="image" src="https://user-images.githubusercontent.com/97578587/229366275-a2407853-5f94-4d09-ba36-6bfc4a22879f.png"> </td> </tr> </table> # Cart Page <table> <tr> <td valign="top"><img width="707" alt="image" src="https://user-images.githubusercontent.com/97578587/229366313-bc700826-4fcf-4323-900a-37cef1cb4f0a.png"> </td> <td valign="top"><img width="237" alt="image" src="https://user-images.githubusercontent.com/97578587/229366384-baabdffe-9191-4608-9883-e24e819e84a7.png"> </td> </tr> </table> # SignIn Page <table> <tr> <td valign="top"><img width="692" alt="image" src="https://user-images.githubusercontent.com/97578587/229366447-6c2330bf-508c-4416-b50d-1c2e8f3d3ba2.png"> </td> <td valign="top"><img width="243" alt="image" src="https://user-images.githubusercontent.com/97578587/229366468-91f3148b-09bb-46e6-b3e1-b55a863af56a.png"> </td> </tr> </table> # Tech Stack # Front-End - HTML - CSS - JavaScript - React # Back-End - NodeJS - Express - MongoDB # External CSS Library -Chakra UI #Front-End Deployment - netlify #Back-End Deployment - Cyclic ## Note This website is fully mobile friendly. You can use this website in mobile, tablet either desktop as well as. You feels very nice when you are using this website. Things Used We using different kinds of the technologies to make this website. These things are as follows: - Javascript, React, Readux, Chakra UI, CSS, HTML etc. ## Contributers Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. - [x] Suhail Khan - [GitHub Profile](https://github.com/suhail3535) - [x] Namrata Awasthi - [GitHub Profile](https://github.com/Namrata0407) - [x] Tushit Saxena - [GitHub Profile](https://github.com/tushit99) - [x] Shagun Sharma - [GitHub Profile](https://github.com/shagunsharma6677) # Folder Structure and Packages ==>Before you start: - We have already created all the folders which you will need during journey. - WE have already setup all the things related to `redux`, `.env`, `Chakra UI` and `react-router-dom` You guys have to just start developments. - Also given you sample `Navbar` and `Footer` components so that you get comfortable about folder components export. - You will get all the routing files in `Mainroutes` folder. - You can also use context-api if needed. - All the end-points and base-url is in env files. <!-- Cloning related and Getting started related stuffs --> => Clone the directory to start work `$git clone https://github.com/suhail3535/alive-run-138` => Ok guys here are the some basic instruction before you start , If you are here you are successfully pulled the code and you are ready to type you first command in terminal. Step-1- Navigate to proeject directory using `$cd alive-run-138` Step-2- install node_modules using `$cd npm install` - It will install some common dependencies:- <br /> - `$npm install react-router-dom redux react-redux redux-thunk axios`<br /> - `$npm install @chakra-ui/react @emotion/react @emotion/styled framer-motion` => Some helpful Tools during development :<br /> - Chakra-UI - https://chakra-ui.com/<br /> - Chakra-Templets - https://chakra-templates.dev/#<br /> - String Builder - https://codebeautify.org/string-builder<br /> - Chat-gpt - https://chat.openai.com/chat<br /> - Your-Team-members- https://chat.whatsapp.com/KR80RM0zbWi6agJVFL66Z9<br /> # DATABASE SCHEMAS # /user ``` |GET `/user`-------> |POST |-----> `/user/register` //for registering user { email:"suhail@gmail.com", password:"12345", name: "suhail" } ------------------------------------------------------------------------------------------------------- |POST |-----> `/user/login` { email:"suhail@gmail.com", password:"12234", } ------------------------------------------------------------------------------------------------------- |GET |---> `/admin` headers:{ Authorization:`kjxbjbjxsjbxsbdbxbsaodboaodsbdoubdba` } ----------------------------------------------------------------------------------------------------- # /product ``` |GET/POST `/product`---> |GET/PATCH/DELETE |-----------------> `/product/:id` |GET -----> /product?category=kurta headers:{ Authorization:`kjxbjbjxsjbxsbdbxbsaodboaodsbdoubdba` } --- |POST --> /product [{ name: "Pilcro The Romy Relaxed Buttondown", img: "https://images.urbndata.com/is/image/Anthropologie/4110907290003_019_b2?$a15-pdp-detail-shot$&fit=constrain&fmt=webp&qlt=80&wid=720", price: 7399.47, Spise: 8057.2 , brand: "Pilcro" , rating: 4.2 }] headers:{ Authorization:`kjxbjbjxsjbxsbdbxbsaodboaodsbdoubdba` } ``` ```
Fashion Frenzy is ECommerce Website & is a clone of Anthropologie. With a vast collection of products of fashion and clothing, we offer a seamless shopping experience. Our user-friendly interface and secure payment options ensure a hassle-free shopping experience for our customers. Shop with us today and discover the convenience of online shopping!
chakra-ui,css,javascript,mongodb,nodejs,nodemon,reactjs,redux,redux-thunk
2023-05-24T15:48:33Z
2023-06-15T18:47:55Z
null
1
0
5
0
0
2
null
null
JavaScript
ashhhlynn/recipe-manager
master
# Dash Dish <table> <tr> <td> A content management application for recipes containing five ingredients or less. Built with a JavaScript and React front end and a Ruby on Rails with PostgreSQL database back end. Users can share recipes, rate and review recipes, and add recipes to a personal favorites list. </td> </tr> </table> ## Technologies Used - Ruby on Rails - PostgreSQL - BCrypt - React.js - Redux - React Router - Semantic UI React - HTML & CSS ## Features - Register and log in authenticated with BCrypt gem - Create recipes to share with other users - View recipe index with reviews and rating averages on 5-star scale - Search index by keyword and sort by category, title, date, rating, and review count - Store or remove recipes under favorites, rate and write reviews ## Media ### Home Screen <img width="670" height="300" src="https://user-images.githubusercontent.com/84604278/264169942-52102e03-6e67-4c02-a069-d92057fdd744.png"> ### Sign In <img width="670" height="300" src="https://user-images.githubusercontent.com/84604278/264169955-5a806e2f-3442-4c7a-aa6b-eef09f1308bb.png"> ### Recipe Index <img width="670" height="300" src="https://user-images.githubusercontent.com/84604278/264169948-77571880-7f9a-4e19-bf8f-77234ffeb0d1.png"> ### Recipe Modal <img width="670" height="290" src="https://user-images.githubusercontent.com/84604278/264169952-82140815-6cdd-4bb2-9f3a-d625d70791b7.png"> ### Recipe Modal Cont. <img width="670" height="295" src="https://user-images.githubusercontent.com/84604278/264169953-69516b3a-c55b-46ee-9665-ec7cc6695f72.png"> ### Create Recipe <img width="670" height="295" src="https://user-images.githubusercontent.com/84604278/264169950-47a2c4bb-d04a-4d46-8f17-5632be6d4487.png"> ## Setup - ` git clone < this repository > ` - ` cd < this repository > ` - ` bundle install ` - ` rake db:create ` - ` rake db:migrate ` - ` rake db:seed ` - ` rails s ` #### In Separate Terminal - ` cd client ` - ` npm install ` - ` npm start ` ## Acknowledgements This project was created by Ashley. ## License This project is MIT licensed.
Content management system application for sharing, reviewing, rating, and storing recipes. Built with a Ruby on Rails back end and a JavaScript and React front end.
content-management-system,javascript,rails,react,recipes,redux,ruby,posgresql
2023-05-30T03:28:12Z
2024-03-17T21:25:40Z
null
1
0
107
0
0
2
null
MIT
JavaScript
ibra-kdbra/Chessboard-three.js
main
# Three.js Chess Game This is a chess game made using the Three.js library and JavaScript. The game includes a 3D chessboard with realistic lighting and materials, move validation, and support for castling and en passant. The game also includes an AI opponent using the Stockfish chess engine. ## Features - 3D chessboard with realistic lighting and materials - Move validation and support for castling and en passant - AI opponent using the Stockfish chess engine ### 3D Chessboard The chessboard is created using the Three.js library, which is a cross-browser JavaScript library used to create and display 3D computer graphics in a web browser. The board is rendered using the WebGL API, which is a JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser. The board is created using a mesh, which is a collection of vertices, edges, and faces that define the shape of the object. The mesh is then textured with a wood texture to give it a realistic appearance. The lighting is done using point lights and ambient light to create a realistic lighting effect. ### Move Validation and Support for Castling and En Passant The game includes move validation and support for castling and en passant, which ensures that the player can only make valid moves and that pieces are correctly removed from the board when captured. ### AI Opponent using the Stockfish Chess Engine The game includes an AI opponent that uses the Stockfish chess engine, which is one of the strongest chess engines in the world. The AI opponent provides a challenging opponent for players of all levels. ## Getting Started To run the game, clone this repository and open the `index.html` file in your web browser. ## How to Play 1. Click on a piece to select it. 2. Click on a valid move to move the piece. 3. The AI opponent will make its move. 4. Repeat steps 1-3 until the game is over. ## Credits - Three.js library: https://threejs.org/ - Stockfish AI: https://stockfishchess.org/ - Piece move sounds: https://freesound.org/people/Steveygos93/sounds/346794/ - Check and checkmate sounds: https://freesound.org/people/Kodack/sounds/258020/ ## Conclusion This 3D chess game is a great example of what can be achieved with the Three.js library. The use of 3D graphics and realistic lighting makes the game more immersive and engaging. The inclusion of AI opponent using the Stockfish chess engine adds a challenge for players of all levels. By exploring the code in this repository, you can learn how to create 3D graphics and games using the Three.js library.
Chessboard 3d-2d game
ai,algorithms,blender,css-animations,css3,html5,javascript,threejs
2023-06-05T11:19:12Z
2023-07-02T12:43:31Z
null
1
0
11
0
0
2
null
null
JavaScript
amolgorithm/speech-gpt
main
# SpeechGPT What if ChatGPT had its own voice? What if you could speak to it with your voice? What if this is Alexa brought to a higher intelligence of several folds? Explore this repo to experience this innovative exhibition of AI language models. ![](./public/images/SpeechGPT.png) <br><br> Experience conversations with more depth, emotion and feeling by using SpeechGPT, as it feels like you are having a real conversation with someone. Powered by ChatGPT API, SpeechGPT harnesses the words of ChatGPT and executes them into sounds/speech, using JavaScript's SpeechSynthesisAPI. This project was done using JavaScript, NodeJS, EJS, CSS and ExpressJS. <br> **IMPORTANT NOTE: To succssfully execute this project, your ChatGPT Api key is required in app.js** <br><br> This is the latest version of SpeechGPT. In this version, the following features are: - **Text-to-speech AI language model (ChatGPT):** Your responses are sent to ChatGPT through the API and ChatGPT's answers are received by the program using the API. These answers are converted to a fully utf-8 encoded string, devoid of any HTML entities. This is done so that the text-to-speech does not cause the synthesized speech to utter something like: "The dog and hashtag thirty-four semicolon and the cat..." because of the HTML entity "&#34;" You can see the response that ChatGPT replied, but you will also hear it. - **User ability to use speech-to-text:** As the AI "speaks" to the user, the user is also able to speak to the AI, through a speech-to-text conversion process. The converted text from the speech input is sent to ChatGPT through the API. So, it will literally act like Alexa on a computer, and further enhances the user's conversation with the AI language model, as it would feel more real and detailed. - **Settings:** There is a settings feature, but this version's settings interface only contains a button to clear the current conversation. Other future releases may contain features in the settings interface that allow the user to be able to change the voice, rate of words, pitch and volume of the synthesized speech. <br><br> ## Features that will be taken in consideration for future releases: - **Record of past conversations:** The user would be able to easily access past conversations with the AI. - **User ability to pause/stop the synthesized speech:** A button that would allow the user to stop or pause the synthesized speech utterances, when clicked. <br><br> ## Package/Module Prerequisites - Node.js v18+ - Npm v9+ - ChatGPTApi - ExpressJS - EJS - body-parser
What if ChatGPT had its own voice? What if you could speak to it with your voice? What if this is Alexa brought to a higher intelligence of several folds? Explore this repo to experience this innovative exhibition of AI language models.
chatgpt,chatgpt-api,expessjs,expressjs,javascript,node-js,nodejs,speech,text-to-speech
2023-06-05T03:57:21Z
2024-01-08T05:33:54Z
2023-06-16T00:11:44Z
1
0
29
0
1
2
null
GPL-3.0
EJS
Abhinav-ark/Amrita_map
with_navbar
<div align="center" style="display:flex; align-items: center; justify: center; text-decoration: none "> <!-- <a href="https://visitcount.itsvg.in" target="_blank" rel="noreferrer"> <img align='center' src="https://visitcount.itsvg.in/api?id=Amrita-map&label=Total%20Views&color=12&icon=5&pretty=false"/> </a> --> <a href="https://github.com/Abhinav-ark/Amrita_map/actions/workflows/pages/pages-build-deployment" target="_blank" rel="noreferrer"> <img align='center' src="https://github.com/Abhinav-ark/Amrita_map/actions/workflows/pages/pages-build-deployment/badge.svg"/> </a> <a href="https://github.com/Abhinav-ark/Amrita_map/blob/with_navbar/LICENSE" target="_blank" rel="noreferrer"> <img align='center' src="https://img.shields.io/badge/LICENSE-MIT-green"/> </a> <a href="https://github.com/Abhinav-ark/Amrita_map" target="_blank" rel="noreferrer"> <img align='center' src="https://img.shields.io/github/created-at/Abhinav-ark/Amrita_map"/> </a> </div> <h1 align="center"> Offline Navigator Web App </h1> <img align="center" src="./Res/amrita_map.png"/> # Features - [x] Zoomable, Pannable and Rotatable Map Based on Fabric.js - [x] On the way - Dynamic Places With Description and Model Detailed Description with Image Carousel - [x] Colour Code Based Path Marking - `Yellow`: Completed - `Orange`: Returned Back - `Red`: Yet To Cover - [x] <b>Toolbar:</b> Map Refresh, Rotate 90°, Back To 100% Zoom and 0° Rot Buttons - [x] Dynamic Compass - [x] Dynamic Directions Based on current Compass direction and Map Rotation - [x] Destination Reached Alert Model - [x] Custom Animated Hamburger Menu and Navbar (In Progress) # Instructions <img align="center" src="./Res/basic.png"/> - Select Start and destination points and tap on Go - You now get a navigation instructor and Places On the Way List View # Navigation <img align="center" src="./Res/navigation.png"/> - The initial `Red` path on the map is the path to cover - Tap on the Next button for directions to the next place on the way (You get an `Yellow` path on the map to indicate Covered path) - Tap on the Back button if you accidentally pressed Next (You get an `Orange` path on the map to indicate Returned path) # Interacting with the Map <img align="center" src="./Res/interact.png"/> - `Zoom` by using Two Fingers - `Rotate` by using 3 fingers - The Red Needle of the Compass always points towards north of the map - When you rotate the map, the direction arrow rotates automatically to adapt to the new changes. > [!Note] > Rotate Functionality is only supported in touch screen displays as of now, and not yet supported in laptop trackpads. ## Map Toolbar <div align="center"> <img align="center" height="250px" src="./Res/toolbar.png"/> </div> # On Your Way <div align="center"> <img align="center" width="700px" src="./Res/on_your_way.png"/> </div> - Below the navigation instructor, you get a list view of places on the way from your current location to your destination. - Tap on any place to see the full description, images, timings, things to do and must-tries in that place. # End Navigation and New NavBar <div align="center"> <img align="center" width="700px" src="./Res/exit_and_navbar.png"/> </div> <br> <div align='center'> <a align='center' href="https://abhinav-ark.github.io/Amrita_map" target="_blank" rel="noreferrer">Try App</a> </div> <br> # Motivation Behind the Project When I moved to Amrita Vishwa Vidyapeetham University Campus in 2022 (After COVID Lockdown), I faced a lot of trouble not knowing routes to places, taking long routes and getting lost sometimes. The existing Paper maps weren't very effective although they helped a little. Google maps didn't have all places and routes in the campus at that time. That is when I felt the need to make a navigator for the campus. One Year Later, I took up that idea for my Data Structures and Algorithms Course Project with my limited skillset at that point of time (`HTML`,`CSS` and `JS`) and completed the current version of the prototype. I received permission from my university authorities to go ahead into expanding the project for the entire campus so i started working on designing our campus's map in `Autocad`. <img align="center" src="./Res/map-min.webp"/> When I finished the design and was planning to start integrating the realworld measurements, location data and images into the graph, I was faced by a major challenge; Our expanding campus. Our University started rigorous construction activity in full fledge at a rapid pace, which continued to alter the entire landscape of our University Campus. That is when I realized the importance of modularity, and understood that, having a single image as the backbone of the terrain of Our University in my map was not a great Idea. Though I expected a few buildings to come up, and designed the map with the expected final aerial view of all the constructions in progress back then, I should have anticipated more buildings to come up. Unfortunately due to the inabilities in procuring the blueprint of the future campus, shortage of developers to maintain code, difficulties in attaching images and description of future buildings and uncertainity of finding volunteers to update the data regarding the Univerity Topography and Social Life in the future, I had to shelve this project in late 2023. # Open Source This project is opensource now, meaning anybody is free to use any of the ideas or pieces of code in this project, fork the repository and make changes to this project, or come up with a completely different new product based on this project. > [!Note] > Any Individuals interested to work towards finishing this project are welcome to contact me @ `abhinavramki2@gmail.com` or `cb.en.u4cse21001@cb.students.amrita.edu` # Contributing Refer to The [Code of Conduct](https://github.com/Abhinav-ark/Amrita_map/blob/with_navbar/CODE_OF_CONDUCT.md) before making a pull request to the repository, posting on the discussions section or involing in any public activity related to this repository. # Improvement Ideas - The algorithm currently being used is `A* Search`. Instead `Floyd Warshall Algorithm` can be run once through the graph, every time a new node is inserted and all pair shortest paths stored in a data structure, so we don't need to compute the shortest path everytime on the client side. - `PWA`, Offline support with `Service workers` or offline `flutter` application - [Zoomify](http://www.zoomify.com/) and [openSeaDragon](https://openseadragon.github.io/) Integration # Licensing All code in this repository is Licensed Under `MIT License`, and is freely available for anyone to use or make changes. # Security Policy Refer [SECURITY.md](https://github.com/Abhinav-ark/Amrita_map/blob/with_navbar/SECURITY.md) for Security Policy.
Offline navigator Web App with directions and place Description.
algorithms,css,data-structures,html,javascript,webapp,open-source
2023-05-30T19:43:57Z
2024-04-05T16:07:10Z
2024-03-28T22:12:41Z
3
3
151
0
0
2
null
MIT
JavaScript
InumberX/after_works-v006
develop
# After Works. ![GitHub release (with filter)](https://img.shields.io/github/v/release/InumberX/after_works-v006) ![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/InumberX/after_works-v006) ![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/InumberX/after_works-v006) ![GitHub issues](https://img.shields.io/github/issues/InumberX/after_works-v006) ![GitHub closed issues](https://img.shields.io/github/issues-closed/InumberX/after_works-v006) ![GitHub pull requests](https://img.shields.io/github/issues-pr/InumberX/after_works-v006) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/InumberX/after_works-v006) ## Overview This repository is my portfolio site. https://afterworks.jp/ ## Structure Diagram ![Structure Diagram](readme/img/configuration_diagram.jpg) ## Development with Node.js Start a shell such as PoworShell and navigate to the root of the project. ### Installing packages Install the Node.js package. ```shell yarn install ``` ### Execution of development tasks Execute the following command. ```shell yarn dev ``` The following URL will take you to the screen. http://localhost:3000/ - Press "Ctrl + C" to stop ### Syntax Check ```shell yarn lint ``` ### Formatter #### Check ```shell yarn prettier ``` #### Check and Format ```shell yarn prettier:fix ``` ### Formatter (SCSS) #### Check ```shell yarn stylelint ``` #### Check and Format ```shell yarn stylelint:fix ``` ## Development with Docker Start a shell such as PoworShell and navigate to the root of the project. ### Launching Containers The container is started by executing the following command. ```shell docker compose up -d ``` ### Installing packages Install the Node.js package. ```shell docker compose exec frontend yarn install ``` ### Execution of development tasks Execute the following command. ```shell docker compose exec frontend yarn dev ``` The following URL will take you to the screen. http://localhost:3000/ - Press "Ctrl + C" to stop ### Stopping Containers Execute the following command to stop the container. ```shell docker compose down ``` ### Syntax Check ```shell docker compose exec frontend yarn lint ``` ### Formatter #### Check ```shell docker compose exec frontend yarn prettier ``` #### Check and Format ```shell docker compose exec frontend yarn prettier:fix ``` ### Formatter (SCSS) #### Check ```shell docker compose exec frontend yarn stylelint ``` #### Check and Format ```shell docker compose exec frontend yarn stylelint:fix ```
This repository is my portfolio site.
css,html,javascript,nextjs,react,sass,scss,typescript
2023-06-08T10:22:59Z
2024-05-18T00:17:59Z
2024-05-18T00:17:59Z
2
99
78
3
0
2
null
null
TypeScript
Amadeo-Frontend/contact-list
main
<div style="display: inline_block" align="center"> # HOSTED Link:- https://contact-list-olive.vercel.app/ # Getting Started with Create React App <img align="center" alt="Amadeo-VScode" height="30" widith="40" src="https://github.com/Amadeo-Frontend/devicon/blob/master/icons/react/react-original.svg"> <img align="center" alt="Amadeo-VScode" height="30" widith="40" src="https://github.com/Amadeo-Frontend/devicon/blob/master/icons/redux/redux-original.svg"> <img align="center" alt="Amadeo-Styled-components" height="45" widith="45" src="https://styled-components.com/logo.png"> <img align="center" alt="Amadeo-Bootstrap" height="30" width="40" src="https://github.com/Amadeo-Frontend/devicon/blob/master/icons/bootstrap/bootstrap-original-wordmark.svg"> <img align="center" alt="Amadeo-JavaScript" height="30" width="40" src="https://github.com/Amadeo-Frontend/devicon/blob/master/icons/javascript/javascript-original.svg"> <img align="center" alt="Amadeo-VScode" height="30" widith="40" src="https://github.com/Amadeo-Frontend/devicon/blob/master/icons/nodejs/nodejs-original.svg"> ## 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)
null
bootstrap5,javascript,nodejs,reactjs,redux,styled-components
2023-06-07T05:44:28Z
2023-06-08T13:39:58Z
null
1
0
9
0
0
2
null
null
JavaScript
ImranMir32/Teacher-Go-Front-end
master
Teacher-Go-front-end #
Teacher-Go is a specialized transportation system enabling educators to easily reserve seats, ensuring a hassle-free commute for teachers within educational institutions. Simplifying travel, it lets teachers focus on their core mission of teaching
css,html,javascript,reactjs,yarn
2023-05-18T18:54:25Z
2023-07-17T08:58:30Z
null
1
0
39
0
0
2
null
null
JavaScript
Manish210103/Phoenix
main
# Phoenix - The Social Media Platform Developed a web application called "Phoenix" where users can connect with each other, share their thoughts, and interact with messages known as "tweets." The application is exclusively available for users with a college email ID from PSG College. All user information and data are stored in a database using phpMyAdmin, and the application is built using PHP. **FrontEnd**: HTML5, CSS3, JavaScript **BackEnd**: PHP **Web Framework**: Bootstrap 4 **Database**: MySQL ## Features 1. **Login & Register**: Users can log in or register using their PSG College email ID. 2. **Post Tweets**: Registered users can post tweets to share their thoughts and updates. 3. **Like & Comment on Tweets**: Users can like and comment on tweets to engage with others. 4. **Follow & Unfollow Users**: Users can follow and unfollow other users to stay connected. 5. **Send Messages**: Users can send private messages to each other. 6. **Notification System**: Users receive notifications for likes, comments, and new followers. 7. **Mention User**: Users can mention other users in their tweets using the "@" symbol. 8. **Add Hashtag**: Users can add hashtags to their tweets for categorization and discoverability. 9. **Search User**: Users can search for other users on the platform. 10. **Edit Profile**: Users can edit their profile information, such as name, bio, and profile picture. ## Phoenix-clone - Developed a platform called "Phoenix" that allows users with PSG College email IDs to connect and interact. - Implemented login and registration functionality, which verifies users with their college email ID and stores their data in the database. - Developed 10+ features, including posting tweets, liking and commenting on tweets, searching for users, and more. - Integrated XAMPP server and phpMyAdmin to manage the database and store/retrieve user data. ## Tags #html5 #css3 #javascript #php #bootstrap4 #mysql #webapplication #coding #programming #yashgaur #developer #project #websitedesigner #websitedeveloper #html #css
A Twitter clone web application developed using PHP
css,php,scss,scss-framework,database,javascript,sql,web-application
2023-05-30T13:56:38Z
2023-05-30T14:03:36Z
null
1
0
2
0
0
2
null
Apache-2.0
PHP
Ashishtorq/WeatherWise
master
## WeatherWise Web Application ## Table of Contents -Project Description -Installation -Usage -Contributing Project Description Weather Wise is designed to help users quickly obtain accurate weather information for their desired location. It leverages the OpenWeather API to fetch real-time weather data, including temperature, humidity, wind speed, and weather conditions. The application provides a user-friendly interface that displays the weather information in a visually appealing manner. ## Installation To set up the Weather Wise project locally, follow these steps: Clone the repository to your local machine using the following command: Copy code git clone https://github.com/Ashishtorq/WeatherWise.git Navigate to the project directory: shell Copy code cd weather-wise Open the index.html file in your preferred web browser. [Include any additional installation steps or requirements specific to your project, such as API key setup or configuration.] ## Usage Launch the Weather Wise application by opening the index.html file in your web browser. Enter the desired location in the search field or allow the application to access your current location. The application will retrieve the current weather data for the specified location and display it on the screen. You can view details such as temperature, humidity, wind speed, and weather conditions. Explore the application's user interface to access additional features or information, such as hourly or extended forecasts. ## Contributing Contributions are welcome! If you'd like to contribute to the Weather Wise project, please follow these steps: Fork the repository. Create a new branch for your feature or bug fix: git checkout -b feature-name. Make the necessary changes and commit them: git commit -m 'Add some feature'. Push your changes to the branch: git push origin feature-name. Open a pull request on GitHub. Please ensure your code follows the project's coding standards and includes necessary tests or documentation. Thank you for your interest in Weather Wise! If you have any questions or suggestions, please feel free to contact ashishtorq20@gmail.com
Introducing my WeatherWise, built with HTML, CSS, and JavaScript. Stay informed with accurate forecasts, real-time data, and a sleek user interface. Get weather updates for any location, plan your day confidently, and experience the convenience of weather information location, plan your day confidently.
css3,html5,javascript,git,vscode
2023-05-25T18:56:19Z
2023-06-24T18:09:23Z
null
2
1
8
0
2
2
null
null
JavaScript
jmayola/edutime
master
## EduTime Es una Base de Datos que permite organizar de forma eficiente y modificable todos los horarios escolares de una Escuela, indicando profesores, aulas, horarios y cursos. ## Frameworks Utilizados Estamos utilizando [React](https://react.dev/reference/react) como libreria de componentes y [NextJS](https://nextjs.org/docs/getting-started/installation) como compilador de paginas web. Ademas utilizaremos [NodeJS](https://nodejs.org/api/) como framework para acceder al backend y [TailwindCSS](https://tailwindcss.com/docs/installation) para crear los estilos de la pagina. ## Proposito Nuestro proposito a la hora de crear "EduTime" es el de llevar a cabo una aplicacion que cumpla el objetivo de desplejar una interfaz en la cual los alumnos de una institucion, puedan acceder y consultar de manera libre y, a su vez, poder modificar, datos sobre las clases y horarios junto con los profesores que dan las materias de la institucion; Permitiendo asi una mejor orientacion institucional a la hora de dar clases. ## Grupo de Trabajo ### Departamento de Desarrollo: * Julian Mayola * Elias Tello * Brian Tuillier * Delfina Bravo * Lautaro Ancasi
EduTime es una plataforma web diseñada para la organizacion eficiente de horarios escolares donde pueden ser modificables y accedidos por todo alumno perteneciente a la institucion.
javascript,nextjs,nodejs,react
2023-05-25T21:05:06Z
2023-07-08T02:22:12Z
null
6
6
9
0
0
2
null
null
JavaScript
Ch4rlzki/Nhentai-Downloader
master
# Nhentai Downloader Free Nhentai Manga, Doujinshi and Comics downloader software. # [Download Links](https://github.com/Ch4rlzki/Nhentai-Downloader/releases) # How to use 1. First of all, set your [cookies](https://github.com/Ch4rlzki/Nhentai-Downloader/tree/master#how-to-get-your-cookies) and [headers](https://github.com/Ch4rlzki/Nhentai-Downloader/tree/master#how-to-get-your-headers). 2. Paste the Nhentai link on the Nhentai link input. The link should be only from nhentai.net 3. Choose your download path on the folder button. # How to get your cookies 1. Go to your application tab in the developer tools. 2. Go to cookies and select the "nhentai.net" url. 3. And copy the "csrftoken" and "cf_clearance" value. ![Cookies](https://github.com/Ch4rlzki/Nhentai-Downloader/assets/133903363/5125cba7-0291-4795-9a83-58d609272587) # How to get your headers 1. Go to [https://useragentstring.com](https://useragentstring.com) 2. And copy the user agent string inside the box. ![Headers](https://github.com/Ch4rlzki/Nhentai-Downloader/assets/133903363/8bf85b60-c9f5-4e4a-baf4-e961a3b9ea8d) # How to prevent errors - Don't exit or restart the software while it's downloading the manga. - Don't modify any files from the downloader folder aside from "cookies.json" and "headers.json". - Headers and Cookies should be from the same web browser or else it will never work. # User interface ![image](https://github.com/Ch4rlzki/Nhentai-Downloader/assets/133903363/aec6dd5a-c235-41cd-a758-45d389598e16) ![image](https://github.com/Ch4rlzki/Nhentai-Downloader/assets/133903363/2c6b57c2-4ca4-45b1-a2d8-e006c2fc8cf9)
Free Nhentai Manga, Doujinshi and Comics downloader software.
bootstrap5,css,electron-js,henta,hentai-bot,hentai-downloader,hentai-scraper,html,javascript,nhentai
2023-05-24T15:22:23Z
2023-05-25T18:10:06Z
2023-05-25T18:00:34Z
1
0
10
0
2
2
null
MIT
JavaScript
vanicce/pomodoro
master
# Projeto Pomodoro Timer A Técnica Pomodoro é um método de gerenciamento de tempo desenvolvido por Francesco Cirillo no final dos anos 1980. A técnica consiste na utilização de um cronômetro para dividir o trabalho em períodos de 25 minutos, separados por breves intervalos. Tecnologias Utilizadas: HTML, CSS e JavaScript (Puro) Conhecimentos Utilizados: Programação Funcional, Manipulação de DOM, Manipulação de BOM, Layout Responsivo, JavaScript ES6, Código Limpo, JavaScript Assíncrono, LocalStorage, IIFE's, utilização da API de notificação do navegador Link do projeto: https://lucas-pomodoro.vercel.app/ Imagem do projeto: ![image](https://raw.githubusercontent.com/lucwx/web-screenshot/main/screenshots/lucas-pomodoro.vercel.app/lucas-pomodoro.vercel.app_desktop.jpeg)
a simple timer based on the pomodoro technique
css,html,javascript
2023-05-26T01:10:08Z
2024-01-03T17:44:57Z
null
1
6
88
0
0
2
null
null
JavaScript
Rushi128/MHT-CET-MOCKTEST
main
# MHT CET Mock Test Website This is a mock test website designed to help 12th-grade students prepare for the MHT CET (Maharashtra Common Entrance Test). The website allows students to register, log in, and access practice tests, while teachers can upload questions for the tests. The website is built using HTML, CSS, JavaScript, PHP, PHPMyAdmin, and the CodeIgniter 3 framework. ## Team Members This project was developed by a group of 4 students. The team members are: 1. [Rushikesh Thorat](https://github.com/Rushi128) 2. [Siddharth Pamnath](https://github.com/siddharthpamnath2021) 3. [Aditya Sathe](https://github.com/ADISathe) 4. [Rajesh Kota](https://github.com/Rajesh220302) ## Features The MHT CET Mock Test Website offers the following features: ### Student Portal - **Registration**: Students can create a new account by providing their personal details, such as name, email, and password. - **Login**: Registered students can log in using their unique ID and password. - **Practice Tests**: Once logged in, students can access a variety of practice tests for the MHT CET exam. - **Question Selection**: Students can choose specific subject areas or topics to focus on while taking practice tests. - **Answer Submission**: After completing a practice test, students can submit their answers for evaluation. - **Score Tracking**: The website tracks and displays the student's scores for each test taken. - **Performance Analytics**: Students can view detailed analytics and insights about their performance in the tests. - **Leaderboard**: A leaderboard displays the top-performing students based on their scores. ### Teacher Portal - **Login**: Teachers can log in using their unique ID and password. - **Question Upload**: Teachers can upload questions for various subject areas and topics in the MHT CET exam. - **Question Management**: Teachers can edit or delete uploaded questions if necessary. ## Installation To set up the MHT CET Mock Test Website on your local environment, please follow these steps: 1. Clone the repository: ```bash git clone https://github.com/Rushi128/MHT-CET-MOCKTEST.git ``` 2. Configure the Database: Set up the PHPMyAdmin database using the provided SQL dump file or create a new database manually. 3. Update Configuration: Update the database connection settings in the `application/config/database.php` file with your PHPMyAdmin credentials. 4. Set Up CodeIgniter: Configure the base URL in the `application/config/config.php` file. 5. Start the Local Server: Run a local server (e.g., using XAMPP or WAMP) and navigate to the project folder in your web browser. 6. Create an Admin Account: After accessing the website, manually create an admin account by registering with the required details. 7. Access the Admin Dashboard: Log in using the created admin account and navigate to the admin dashboard. ## Contributing We welcome contributions from the community to enhance the functionality and usability of the MHT CET Mock Test Website. If you would like to contribute, please follow these guidelines: 1. Fork the repository. 2. Create a new branch for your feature or bug fix. 3. Make your changes and ensure the code follows the project's coding conventions. 4. Test the changes thoroughly. 5. Submit a pull request with a clear description of your changes. ## License This project is licensed under the [MIT License](LICENSE). <!-- ## Contact If you have any questions or suggestions regarding the MHT CET Mock Test Website, please contact us at [email protected](rushithorat128@gmail.com) -->
This is a mock test website designed to help 12th-grade students prepare for the MHT CET (Maharashtra Common Entrance Test).
codeigniter,css,engineering,entrance-test,government,html,javascript,mhtcet,mit-license,php
2023-05-26T13:20:03Z
2023-05-30T14:18:33Z
null
4
0
12
0
0
2
null
MIT
PHP
GuilhermeAB/find-me-monorepo
main
# Find-Me Find-Me is a web application designed to help find missing people and pets. It provides a platform where users can create and search for missing person or pet reports, and collaborate with others to increase the chances of finding them. Online demo: [click here](https://find-me-project.com/) ## Features 1. Create and manage missing person or pet reports 1. Search for existing missing person or pet reports 1. Collaborate with other users by providing information or updates on reports 1. Mark reports as resolved when the missing person or pet is found 1. User authentication and authorization 1. Responsive and user-friendly interface ## Technologies Used 1. Yarn 3 (PnP) 1. Typescript 1. Node.js 1. Fastify 1. MongoDB 1. Mongoose 1. JSON Web Tokens (JWT) 1. Vue 3 1. Vuetify 3 1. Vuex 4 1. Vue Router 4 1. Axios ## Project setup Required: 1. Node.js LTS 1. Yarn Create and update the environment files (ex: backend/auth/.env, backend/alert/.env, frontend/web/.env) ``` # Run auth project yarn auth ``` ``` # Run alert project yarn alert ``` ``` # Run web project yarn web ``` # Contributing Contributions are welcome! If you want to contribute to Find-Me, please follow these steps: 1. Fork the repository. 1. Create a new branch. 1. Make your changes. 1. Commit and push your changes. 1. Create a pull request. # License This project is licensed under the [MIT License](./LICENSE). <!-- yarn dlx @yarnpkg/sdks vscode yarn set version 3.x -->
Application designed to help find missing people and pets
javascript,node,nodejs,typescript,vue,vue3,vuejs,vuejs3,vuetify,vuetify3
2023-05-28T07:14:26Z
2023-06-26T00:02:43Z
null
1
0
49
0
0
2
null
MIT
TypeScript
JacksonSantin/bot-discord
main
<p align="center"> <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/JacksonSantin/bot-discord?color=%238257E5"> <img alt="GitHub top language" src="https://img.shields.io/github/languages/top/JacksonSantin/bot-discord?color=%238257E5"> <img alt="Repository size" src="https://img.shields.io/github/repo-size/JacksonSantin/bot-discord?color=%238257E5"> <a href="https://github.com/JacksonSantin/bot-discord/commits/master"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/JacksonSantin/bot-discord?color=%238257E5"> </a> <img alt="License" src="https://img.shields.io/badge/license-MIT-brightgreen?color=%238257E5"> <a href="https://curriculum-vitae-jacksonsantin.vercel.app"> <img alt="Feito por Douglas" src="https://img.shields.io/badge/feito%20por-Jackson Dhanyel santin-%238257E5"> </a> </p> <h1 align="center"> <img src="https://sm.ign.com/ign_me/screenshot/default/discord-logo_ycay.jpg" width="546" alt="discord.js" /> </h1> <h4 align="center"> 🚧 Bot Lembretes ♻️ Finalizado 🚀 🚧 </h4> <p align="center"> <a href="#-sobre-o-projeto">Sobre</a> • <a href="#-como-executar-o-projeto">Como executar</a> • <a href="#-tecnologias">Tecnologias</a> • <a href="#-contribuidores">Contribuidores</a> • <a href="#-autor">Autor</a> • <a href="#user-content--licença">Licença</a> </p> ## 💻 Sobre o projeto ♻️ Lembretes - bot criado com o intuito de adicionar lembretes para que possa se lembrar de fazer qualquer coisa, no meu caso, tomar remédios. O projeto partiu de uma ideia de praticar o desenvolvimetno de algum bot para o discord em javascript e por fim, publicá-lo para que sempre fique rodando e funcionando. --- ## 🚀 Como executar o projeto ### Pré-requisitos Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas: [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/) + NPM. Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/) #### 🎲 Rodando a aplicação Primeiramente siga esses passos abaixo. ```bash # Clone este repositório $ git clone git@github.com:JacksonSantin/bot-discord.git # Acesse a pasta do projeto no terminal/cmd $ cd bot-discord # Abra o arquivo com no visual studio code pelo terminal $ code . ``` --- Após, você precisa configurar o arquivo **config.json** colocando o token do seu servidor do Discord. ```bash { "token": "TOKEN_DO_SEU_SERVIDOR_AQUI" } ``` --- Partindo do ponto que você já acessou o site [Discord Developer Portal](https://discord.com/developers/applications) e já tem criado o seu bot, você deve seguir esses passos da imagem para encontrar o token do seu servidor. <img src="https://i.imgur.com/zZ1ctsg.png" width="100%" alt="Onde está o token do servidor discord?" /> <em>Essa imagem foi retirada do [Google Imagens](https://images.google.com/) do site [Imgur](https://i.imgur.com)</em> --- A estrutura dos seus arquivos ficarão dessa forma: ```shell . ├── Comands │ └── general │ ├── Ping.js │ └── sendMessage.js │ └── sendInformationMessage.js ├── handler │ └── index.js ├── bot.js ├── config.json ├── package.json ``` Por fim, só rodar os comando abaixo. ```bash # Instale as dependências $ npm i # ou $ npm install # Execute a aplicação em modo de desenvolvimento $ npm bot.js # O console deverá mostrar a mensagem "Estou online em Lembretes" ``` --- ## 🛠 Tecnologias As seguintes ferramentas foram usadas na construção do projeto: #### **Server** [NodeJS](https://nodejs.org/en/) - **[discord.js](https://discord.js.org/)** - **[node-schedule](https://www.npmjs.com/package/node-schedule)** - **[node-cron](https://www.npmjs.com/package/node-cron)** - **[dayjs](https://day.js.org/)** > Veja o arquivo [package.json](https://github.com/JacksonSantin/bot-discord/blob/master/package.json) #### **Utilitários** - Editor: **[Visual Studio Code](https://code.visualstudio.com/)** - Estou utilizando o **[Discloud](https://discloudbot.com/)** como servidor para que meu bot sempre fique rodando. - Para configurá-lo, basta seguir as instruções da **[Documentação oficial da DisCloud ](https://docs.discloudbot.com/)** --- ## 👨‍💻 Contribuidores <table> <tr> <td align="center"><a href="https://curriculum-vitae-jacksonsantin.vercel.app"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/30778051?v=4" width="100px;" alt=""/><br /><sub><b>Jackson Dhanyel Santin</b></sub></a></td> </tr> </table> ## 💪 Como contribuir para o projeto 1. Faça um **fork** do projeto. 2. Crie uma nova branch com as suas alterações: `git checkout -b my-feature` 3. Salve as alterações e crie uma mensagem de commit contando o que você fez: `git commit -m "feature: My new feature"` 4. Envie as suas alterações: `git push origin my-feature` --- ## 🦸 Autor <table> <tr> <td align="center"><a href="https://curriculum-vitae-jacksonsantin.vercel.app"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/30778051?v=4" width="100px;" alt=""/><br /><sub><b>Jackson Dhanyel Santin</b></sub></a></td> </tr> </table> <a href="https://instagram.com/jackson_santin" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href="https://twitter.com/dhanyeljack" target="_blank"><img src="https://img.shields.io/badge/Twitter-1d9bf0?style=for-the-badge&logo=twitter&logoColor=white" target="_blank"></a> <a href="https://fb.com/jackson.santin.52" target="_blank"><img src="https://img.shields.io/badge/Facebook-1877f2?style=for-the-badge&logo=facebook&logoColor=white" target="_blank"></a> <a href = "mailto:jackdhanyelsn@gmail.com"><img src="https://img.shields.io/badge/-Gmail-%23333?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/jackson-dhanyel-santin" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> <a href="https://curriculum-vitae-jacksonsantin.vercel.app" target="_blank"><img src="https://img.shields.io/badge/-JDS SISTEMAS-333333?style=for-the-badge&logo=web&logoColor=white" target="_blank"></a> --- ## 📝 Licença Este projeto esta sobe a licença [MIT](https://github.com/JacksonSantin/bot-discord/blob/master/LICENSE). Feito com ❤️ por Jackson Dhanyel Santin 👋🏽 [Entre em contato!](https://curriculum-vitae-jacksonsantin.vercel.app/contato) ---
Bot criado para adicionar lembretes em determinados horários.
discord,discord-bot,discord-js,javascript,node-schedule,schedule,dayjs,node-cron,npm,npmjs
2023-05-31T20:53:10Z
2023-07-27T12:38:38Z
2023-06-01T20:15:04Z
1
1
37
1
0
2
null
MIT
JavaScript
Layraaa/ec2-inspector
main
<h1 align="center"> <br> <a href="https://github.com/Layraaa/ec2-inspector"><img src="https://github-production-user-asset-6210df.s3.amazonaws.com/107069518/275801284-70e16be3-7481-4fe6-958a-79397ac02420.png" alt="EC2 Inspector" width="200"></a> <br> EC2 Inspector v1.0 </h1> <h4 align="center">:mag: EC2 Inspector is a tool that allows you extract data and monitor EC2 instances from AWS :mag:</h4> <p align="center"> <a href="#description">Description</a> • <a href="#key-features">Key Features</a> • <a href="#download-and-install">Download and Install</a> </p> <div align="center"> <a href="https://github.com/Layraaa/ec2-inspector"><img src="https://user-images.githubusercontent.com/107069518/270310929-b6817790-975b-42e3-92fa-7ee92bb5001d.png" alt="EC2 Inspector screenshot"></a> <a href="https://youtu.be/h29tZwgl7-s">Video here</a> </div> ## Description EC2 Inspector is a monitoring and forensic analysis tool. With this tool you will be able to extract data from your EC2 instances, monitor them and export this information with graphics, JSON, Excel, CSV... You will be able to create users and give permissions to use different AWS profiles created on the system, and these users could extract data from a comfortable graphical interface. You don't need to share your credentials to other users for inspect a cloud environment ## Key Features * Create users and allow to use AWS profiles in system * Protect users access with Captcha and 2FA * Generate and export graphics about EC2 instances data in a region * Collect and export general data from EC2 instances, as for example: - General data: instance type, image id, status, launch time... - Security Groups: group name, inbound rules, outbound rules... - Network: IP addresses, network interfaces, VPC data, subnet data... - Storage: Data from block device mappings - Tags * Send commands to EC2 Instances (Linux instances only) and extract data of: - Users connected currently - Current connections - Packages installed in the system - Services details - Processes data * Monitor EC2 Instances (Linux instances only): - Get data in real time of CPU, RAM, connections, login failed access and I/O reads/writes per process - Get notified when: - CPU/RAM reach to 90% of use - An user connect/disconnect - A group/user is added, deleted or modified - Something is being mounted/unmounted - It's detected a lot of failed login access from the same IP address - A service state changes, or when a new services is detected or a services is not detected anymore * Export data and history from monitored EC2 Instances ## Download and install To clone this tool, you'll need [Git](https://git-scm.com) installed. From your command line: ```bash sudo su git clone https://github.com/Layraaa/ec2-inspector cd ec2-inspector python3 -m venv env source env/bin/activate pip3 install -r requeriments.txt gunicorn -w 12 --preload -b 0.0.0.0:5000 run:app ``` For create AWS profile, you'll need awscli or create manually the configuration files. Generate an access keys for IAM users ```bash aws configure --profile developer AWS Access Key ID [None]: AWS Secret Access Key [None]: Default region name [None]: Default output format [None]: ``` ---
EC2 Inspector is a tool that will allow you to view, collect and export data from all EC2 instances in an account. With a panel where you can create users and assign them permissions, you will inspect and monitor your EC2 instances
api,aws,aws-sdk,cloud-computing,cloud-management,cloud-monitoring,cloud-optimization,data-extraction,ec2,forensic-analysis
2023-05-30T10:27:10Z
2023-10-25T14:10:22Z
null
1
0
13
0
0
2
null
GPL-3.0
JavaScript
Damian-Zsiros-Prog/clon-tesla-landing-page
master
# Astro Starter Kit: Basics ``` npm create astro@latest -- --template basics ``` [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! ![basics](https://user-images.githubusercontent.com/4677417/186188965-73453154-fdec-4d6b-9c34-cb35c248ae5b.png) ## 🚀 Project Structure Inside of your Astro project, you'll see the following folders and files: ``` / ├── public/ │ └── favicon.svg ├── src/ │ ├── components/ │ │ └── Card.astro │ ├── layouts/ │ │ └── Layout.astro │ └── pages/ │ └── index.astro └── package.json ``` Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name. There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components. Any static assets, like images, can be placed in the `public/` directory. ## 🧞 Commands All commands are run from the root of the project, from a terminal: | Command | Action | | :------------------------ | :----------------------------------------------- | | `npm install` | Installs dependencies | | `npm run dev` | Starts local dev server at `localhost:3000` | | `npm run build` | Build your production site to `./dist/` | | `npm run preview` | Preview your build locally, before deploying | | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | | `npm run astro -- --help` | Get help using the Astro CLI | ## 👀 Want to learn more? Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
Clon de la pagina principal de la landing page de Tesla con apoyo de contenido de @midudev
astro,javascript
2023-06-03T01:53:28Z
2023-06-03T04:13:43Z
null
2
0
5
0
0
2
null
null
Astro
RaisanJMR/mern-wallet-app
master
null
wallet application build with mern stack
expressjs,git,javascript,jwt,material-ui,mongodb,nodejs,reactjs,redux-toolkit,scss
2023-05-30T16:31:19Z
2023-08-21T08:41:37Z
null
1
0
11
0
4
2
null
null
JavaScript
Luancss/GymWebsite
master
<h2 align="center">Fitlife - Fitness Website</h2> Responsivo para todos os dispositivos, construído usando HTML, CSS e JavaScript. <a href="https://luancss.github.io/GymWebsite/"><strong>➥ Ver site</strong></a> </div> ### Demonstração do site. ![Fitlife Desktop Demo](./readme-images/desktop.png "Desktop Demo") ### Pré-requisitos Antes de começar, certifique-se de atender aos seguintes requisitos: * O [Git](https://git-scm.com/downloads "Download Git") deve estar instalado em seu sistema operacional. ### Execute localmente Para executar o Fitlife localmente, execute este comando no seu git bash: Linux e macOS: ```bash sudo git clone https://github.com/codewithsadee/fitlife.git ``` Windows: ```bash git clone https://github.com/codewithsadee/fitlife.git ``` ### Licença Este projeto é de uso gratuito e não contém nenhuma licença.
Fitlife is a fully responsive fitness website, responsive for all devices, created using HTML, CSS and JavaScript.
fitness-website,javascript,responsive-website
2023-05-29T02:11:08Z
2023-09-03T05:02:53Z
null
1
0
12
1
0
2
null
null
CSS
MaxineXiong/maxinexiong.github.io
master
#### *My Personal Portfolio Website* # Maxine's Tech Gallery <br/> [![GitHub](https://badgen.net/badge/icon/GitHub?icon=github&color=black&label)](https://github.com/MaxineXiong) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![License - CCA 3.0](https://img.shields.io/badge/License-CCA_3.0-e7746f)](https://html5up.net/license) [![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white)](https://html.spec.whatwg.org/) [![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white)](https://www.css3.com/) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=JavaScript&logoColor=black)](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/) <br/> Welcome to the GitHub repository for my personal portfolio website - [**Maxine's Tech Gallery**](https://maxinexiong.github.io/)! This repository contains the source code and assets for my website, which showcases my technical skills, certifications, projects, blog posts, and my resume. <br/> Click the badge below to visit my personal portfolio website: [![VIEW - Maxine's Tech Gallery](https://img.shields.io/badge/VIEW-Maxine's_Tech_Gallery-6699FF?style=for-the-badge)](https://maxinexiong.github.io/) <br/> ## **Table of Contents** - **[About](#about)** - **[Features](#features)** - **[Technologies Used](#technologies-used)** - **[Setup and Installation](#setup-and-installation)** - **[Usage](#usage)** - **[Contributing](#contributing)** - **[License](#license)** - **[Contact](#contact)** <br/> ## **About** This personal portfolio website serves as a central hub for anyone interested in learning more about my professional background. It provides a comprehensive overview of my technical skills, certifications, and the projects I have completed, along with my blog posts published on Medium. Additionally, visitors can access and download my resume for a detailed look at my qualifications. <br/> ## **Features** - **Technical Skills:** Browse through an extensive collection of my technical skills, ranging from programming languages to frameworks and tools. You can access **My Skills Hub** hosted on [Tableau](https://public.tableau.com/views/Skills-templateandhints/SKILLSHUB?:language=en-GB&:display_count=n&:origin=viz_share_link), which presents these skills through various skill icons, indicating the proficiency level for each. Each skill icon is linked to relevant certifications I have earned and projects I have completed, allowing for direct access to detailed information and demonstrations associated with each skill. - **Certifications:** Explore the certifications I have earned, showcasing my commitment to continuous learning and professional development. - **Projects:** Get an insight into the projects I have completed, highlighting the skills and technologies utilized. You can quickly locate a specific project of interest by using the search bar on the home page. The search bar supports project search through keywords such as _python_ and _sql_, making it easier to find projects related to specific technologies, topics, or skills. - **Blog Posts:** Read my blog posts published on Medium, where I share my knowledge and insights on various technical topics. - **Resume:** Download my detailed resume to gain a comprehensive understanding of my professional qualifications. - **Light/Dark Mode**: Switch between light mode and dark mode to customize your viewing experience and enjoy different visual themes on the website. <br/> ## **Technologies Used** The website is built using the following technologies: - HTML5 - CSS3 - JavaScript <br/> ## **Setup and Installation** To set up this project locally, follow these steps: 1. Clone the repository: ```bash git clone https://github.com/MaxineXiong/maxinexiong.github.io.git ``` 2. Navigate to the project directory: ```bash cd maxinexiong.github.io ``` 3. Open the **index.html** file in your preferred web browser. That's it! You should now be able to view the website locally on your machine and make any necessary code edits to tailor it according to your specific needs. <br/> ## **Usage** Feel free to explore the various sections of the website to delve deeper into my technical skills, certifications, projects, and blog posts. You can navigate through the different pages easily using the navigation menu, any links provided, or even leverage the search bar on the home page to quickly locate specific projects of interest. I value your feedback, suggestions, and questions regarding the website. Please don't hesitate to reach out; your input is highly appreciated! <br/> ## **Contributing** Thank you for your interest in contributing to my personal portfolio website. At the moment, I am not actively seeking contributions or pull requests for this particular project. However, if you have any suggestions or improvements in mind, please feel free to contact me or open an issue on the repository. <br/> ## **License** This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/) and [CCA 3.0 License](http://creativecommons.org/licenses/by/3.0/). <br/> ## **Contact** If you would like to get in touch with me, you can reach me via email at [maxinexiong2@gmail.com](mailto:maxinexiong2@gmail.com). You can also connect with me on [LinkedIn](https://www.linkedin.com/in/maxinexiong). <br/> Thank you for visiting my personal portfolio website repository! I hope you find it both informative and engaging as you explore and learn more about me.
This repository contains the source code and assets for my personal portfolio website, "Maxine's Tech Gallery". It serves as a comprehensive platform showcasing my technical skills, certifications, projects, blog posts, and professional resume. The website offers a user-friendly interface, search functionality, and switch between themes.
certifications,css3,html5,javascript,personal-projects,personal-website,project-portfolio,blogs,tech-skills,portfolio-website
2023-06-07T18:20:06Z
2024-05-20T06:27:52Z
null
1
0
151
0
0
2
null
NOASSERTION
HTML
luizbizzio/lune-bot
main
# Lune Bot
Whatsapp bot written in JS
bot,javascript,linux,lune,multidevice,open,python,wa,whatsapp,windows
2023-05-31T12:18:54Z
2023-11-02T20:30:10Z
null
2
12
268
0
0
2
null
GPL-3.0
JavaScript
gustav0meira/geek4love
main
# Projeto E-commerce em PHP <img src="https://i.ibb.co/vB6j5N0/linguagens.png" alt="LINGUAGENS" width="300"> Este projeto consiste no desenvolvimento de um e-commerce completo utilizando JS, PHP, MySQL, HTML, CSS/Bootstrap. O objetivo é criar uma loja virtual funcional, oferecendo aos usuários uma experiência de compra agradável e intuitiva. ## Funcionalidades implementadas - **Home**: Página inicial com a visualização de produtos, categorias, barra de pesquisa, autenticação de usuários e banners promocionais. ![Texto Alternativo](https://i.ibb.co/S3984sK/localhost-geek4love-original.png) ## Funcionalidades pendentes - **Configuração da Newsletter**: Implementar a funcionalidade para os usuários se inscreverem na newsletter da loja, a fim de receberem ofertas e atualizações por e-mail. - **Páginas Institucionais**: Desenvolver as páginas institucionais, como "Quem somos", "Como comprar", "Segurança", "Envio", "Pagamento", "Tempo de Garantia", "Notícias" e "Fale Conosco". ## Funcionalidades do painel de administração (ADMIN) - **Pedidos**: Gerenciamento dos pedidos realizados pelos clientes. - **Produtos**: Administração dos produtos disponíveis na loja, incluindo adição, edição e remoção. - **Banners**: Configuração dos banners promocionais exibidos na página inicial. - **Usuários**: Gerenciamento dos usuários cadastrados na loja. - **Estoque**: Controle de estoque dos produtos disponíveis para venda. - **DRE**: Geração de relatórios de demonstração de resultados do exercício. ![ADMIN MENU](https://i.ibb.co/cFWZ1hV/localhost-geek4love-original-admin-dashboard.png) ## Integração com ERP No futuro, está planejado vincular este projeto a um ERP, como o Tiny. Essa integração permitirá automatizar processos de gerenciamento, como controle de estoque, emissão de notas fiscais, entre outros. ## Status do projeto Atualmente, o projeto está em desenvolvimento e continua evoluindo. Novas funcionalidades estão sendo implementadas e melhorias estão sendo feitas para garantir a qualidade e aprimorar a experiência dos usuários. ## Como contribuir Se você estiver interessado em contribuir para este projeto, sinta-se à vontade para abrir issues relatando problemas, sugerir melhorias ou enviar pull requests com novas funcionalidades. Sua contribuição é valiosa e será apreciada! ## Padronização das Mensagens de Commit Ao realizar commits neste projeto, siga as diretrizes a seguir para uma melhor clareza e organização do histórico do git: - Utilize o formato `<tipo>: <descrição>` para as mensagens de commit, onde `<tipo>` indica o propósito do commit e `<descrição>` descreve de forma sucinta a alteração realizada. - Os tipos de commit podem incluir: - `feat`: para adição de uma nova funcionalidade ou feature. - `fix`: para correção de bugs ou erros. - `refactor`: para refatoração de código existente, sem adição de funcionalidades ou correção de bugs. - `docs`: para atualizações na documentação. - `chore`: para tarefas de manutenção, como atualização de dependências, organização de arquivos, etc. - `style`: para alterações relacionadas a estilos, como formatação de código, espaçamento, etc. - Inclua um título descritivo e conciso no início da mensagem de commit, seguido por uma descrição mais detalhada, se necessário. - Utilize o tempo verbal presente nas mensagens de commit para indicar ações que estão sendo tomadas. - Seja consistente no estilo e formato das mensagens de commit em todo o projeto. ## Autor Este projeto está sendo desenvolvido por @gustav0meira e tem como base o trabalho realizado pela equipe de desenvolvimento. ## Licença Não se aplica neste caso, uma vez que se trata de um projeto pessoal. Todos os direitos são reservados.
Loja virtual criada em PHP, HTML, CSS/Bootstrap.
css,ecommerce,html,javascript,loja-virtual,php
2023-05-27T02:03:28Z
2023-05-27T02:39:28Z
null
1
0
5
0
0
2
null
null
JavaScript
yihui-hu/arith-js
main
# arith ![arith_cover](https://user-images.githubusercontent.com/90987235/204076046-b4c28139-859f-4569-8866-43dacf0869be.jpg) ## Background arith began as a CLI image compressor / decompressor that my friend Toby and I built in C[^1] for a [college class](https://github.com/yihui-hu/cs40). I subsequently ported the C code over to JavaScript so it could [run on the web](https://arith.vercel.app)! ## About arith arith takes in a [.ppm](https://netpbm.sourceforge.net/doc/ppm.html) image file and compresses it by as much as 60%. It also supports decompressing arith-compressed .ppm images. Understandably, ppm is not a common format for storing images, but there are many tools online that can convert jpg / png images into ppm files, such as [this one](https://convertio.co/png-ppm/) that is also linked on the website, so feel free to play around with your own images! [^1]: Because this project contains source code adapted from coursework, ```src/js``` is symbolic link to a private repo containing the actual JavaScript files. If you'd like to see the source code, please contact me via yyihui.hu (at) gmail (dot) com.
ppm image (de)compressor originally written in C, ported to JS
c,image-compressor,image-decompressor,javascript
2023-05-28T00:10:54Z
2023-05-28T15:41:06Z
null
1
1
68
0
0
2
null
null
CSS
KirilStrezikozin/telegram-bot-cf-workers-and-gle-sheets
master
# telegram-bot-cf-workers-and-gle-sheets > Telegram bot that interacts with [Cloudflare Workers](https://developers.cloudflare.com/workers/) and utilizes [Google Sheets](https://developers.google.com/sheets/api/guides/concepts) for data storage. No dependencies and no packages are required. > Just create and deploy a worker, create a bot with BotFather, create GoogleCloud free tier account, and set sheets webhook - that's all there's to it. Adress the guide below. This bot can: 1. Retrieve and search data in a google sheet to reply to your search query. 2. Provide language toggle for users 3. Send messages on `/welcome`, `/help`, `/stop`, and more 4. Uses different kinds of telegram inline keyboards 5. Replies to the user's "hi", "bye", and "thank you" with a set of multiple responses # Contents - [Get Started with Workers](#get-started-with-workers) - [Installation](#installation) - [Deploy](#deploy) - [KVs, Secrets and Vars](#variables) - [Webhook](#webhook) - What can this bot do? - visit: https://t.me/historic_archivarius_bot # Get Started with Workers ## Create a Worker You can check out this [small workers beginner course](https://egghead.io/lessons/cloudflare-create-a-cloudflare-workers-account). # supposing you've got a repo created $ git clone https://github.com/USERNAME/REPO_NAME && cd REPO_NAME # might require sudo $ npm init cloudflare my-worker worker After I decided to move scripts from `my-worker/` into `src/` and config files into the project root. # Installation $ git clone https://github.com/KirilStrezikozin/telegram-bot-cf-workers-and-gle-sheets.git $ cd telegram-bot-cf-workers-and-gle-sheets # Deploy To preview worker locally, run the following: $ npx wrangler dev --remote # open a link in your browser To publish local changes to Cloudflare: 1. Make sure you're logged in: $ npx wrangler login 2. Add your Cloudflare `account_id` to `wrangler.toml`: # you can view account details $ npx wrangler whoami 3. Deploy your Worker: $ npx wrangler deploy 4. Connect a new webhook to the bot with the key you received from BotFather: # in your browser $ <YOUR_WORKER_URL>/setWebhook?bot=<BOT_API_TOKEN> 5. Create [secrets](#variables): `BOT_API_TOKEN` (from BotFather), `BOT_API_SECRET` (info how [here](https://core.telegram.org/bots/api#setwebhook)), `ADMIN_CHAT_ID` (for maintenance messages - you can create it later when you know admin chat id). 7. `SHEET_API_TOKEN` and `SHEET_ID` secrets (great and full guide [here](https://github.com/bpk68/g-sheets-api#set-up-a-google-sheet), this bot doesn't use `g-sheets-api` package though). 8. Redeploy and that's it. # Variables - Secrets and environment variables can be added via the Cloudflare Worker Dashboard. You can also add them via your terminal: $ npx wrangler secret put <KEY> - Add Environmental Variables to `wrangler.toml`. More info [here](https://developers.cloudflare.com/workers/platform/environment-variables/): ```toml # wrangler.toml [vars] LANG = "en" ``` - Access Secret Keys and Vars. Nice tutorial [here](https://egghead.io/lessons/cloudflare-use-workers-secrets-to-securely-store-api-credentials): ```javascript // ES Worker env.SOME_API_KEY ``` ```javascript // Service Worker SOME_API_KEY ``` - Add and use KVs. More info [here](https://developers.cloudflare.com/workers/runtime-apis/kv/): # add KV namespace $ npx wrangler kv:namespace create <NAMESPACE_BINDING> # put a key-value pair into the namespace $ npx wrangler kv:key put --binding=<NAMESPACE_BINDING> "<KEY>" "<VALUE>" ```javascript // Service Worker const lang = await kv_bot_prefs.get("LANG"); if (lang === null) { await kv_bot_prefs.put("LANG", "en"); } ``` # Webhook Bot can receive updates via an outgoing webhook. More info on webhooks [here](https://core.telegram.org/bots/api#setwebhook). `src/worker.js` comes with a several functions to set up a webhook. In order for them to work, ensure `BOT_API_TOKEN` and `BOT_API_SECRET` were added as worker secrets. 1. Set a Webhook # You can open a link in your browser to set up a webhook directly: https://api.telegram.org/bot<YOUR_BOT_API>/setWebhook?url=<YOUR_WEBHOOK_URL>&secret_token=<YOUR_WEBHOOK_SECRET_TOKEN> It is recommended to manage Webhooks locally, but this worker also provides the ability to set it from your worker url. For additional security (so that no one else just opens the link and resets the webhook), provide your `BOT_API_TOKEN` as `bot` parameter: # In your browser: <YOUR_WORKER_URL>/setWebhook?bot=<BOT_API_TOKEN> # Response: {"ok":true,"result":true,"description":"Webhook was set"} 2. Similarly to **1**, use these urls to Delete webhook or get info about it. The returned response is stringified json out of the fetched url request to telegram api. # In your browser: <YOUR_WORKER_URL>/deleteWebhook?bot=<BOT_API_TOKEN> # Response: {"ok":true,"result":true,"description":"Webhook was deleted"} # In your browser: <YOUR_WORKER_URL>/getWebhookInfo?bot=<BOT_API_TOKEN> # Response: {"ok":true,"result":{"url":"<YOUR_WEBHOOK_URL>","has_custom_certificate":false,"pending_update_count":0}}
Telegram bot that interacts with Cloudflare Workers and utilizes Google Sheets for data storage
cf-workers,cloudflare,cloudflare-workers,google-sheets,google-sheets-api,javascript,telegram,telegram-bot,telegram-bot-api,wrangler-cli
2023-05-20T07:27:12Z
2023-06-29T16:58:54Z
2023-06-29T16:51:53Z
1
1
99
0
0
2
null
MIT
JavaScript
davlix/Curriculum-Vitae-with-boostrap-5
master
# Curriculum-Vitae-with-boostrap-5 CV Website with Bootstrap This is a modern and visually appealing CV (Curriculum Vitae) website template built using the popular Bootstrap framework. It offers a sleek and professional design that allows you to showcase your personal information, education, and even include a gallery of your photos. Features: 1. Responsive Design: The CV website is fully responsive, ensuring that your information looks great and is accessible on various devices, including desktops, tablets, and mobile phones. 2. Smooth Animations: The template utilizes the Animate.css library to add subtle and engaging animations to different elements as they appear or transition on the page, creating an interactive and visually pleasing user experience. 3. Personal Information: You can easily input your personal details such as your name, address, email, date of birth, phone number, and LinkedIn profile link. This section provides a comprehensive overview of who you are. 4. Education Section: The template includes a dedicated section for your education details. You can input information about your educational background, including the degree or qualification, year of enrollment, field of study, and year of graduation. 5. Photo Gallery: Showcase your work or personal photos with the built-in photo gallery feature. The gallery utilizes the Bootstrap Carousel component, allowing you to display multiple images in a visually appealing and interactive slideshow. 5. Save Button: The template includes a "Save" button, which can be customized to perform various actions, such as saving the form data or triggering a specific event. You can easily adapt this feature to meet your specific needs. 6. Social Media Integration: The footer section of the template includes social media icons that link to your external social media profiles. You can easily customize these links to direct visitors to your Facebook, Twitter, Instagram, and LinkedIn accounts, helping you build your online presence. With this CV website template, you can create an impressive and professional online presence to showcase your skills, experience, and achievements. The use of Bootstrap ensures a streamlined development process and a visually appealing layout that will leave a lasting impression on potential employers or clients. Getting Started: To get started, simply download the template files and customize them according to your needs. You can modify the personal information, education details, photo gallery, and social media links to reflect your own information. The template is easy to customize and can be further enhanced with additional sections or features as desired. Create your standout CV website today with this Bootstrap template and make a lasting impression!
Simple Curriculum Vitae with boostrap 5
bahasa-indonesia,css,curriculum-vitae,html5,javascript
2023-05-30T16:30:51Z
2023-05-30T17:41:10Z
null
1
0
12
0
0
2
null
null
HTML
dipayanmaji/zomato-clone
master
<h1>Hosted Link</h1> <h1> <a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&width=435&lines=This+is+my+Zomato+Clone+Project+%F0%9F%A4%A9;Hi+Guys!+%F0%9F%91%8B" alt="Typing SVG" /></a> </h1> [**View Demo**](https://zomato-dipayan.vercel.app/) <h1></h1> ![Screenshot (660)](https://github.com/dipayanmaji/zomato-clone/assets/121128467/c65a295e-131e-40a9-b228-ad9f40dfda2f) <h1></h1> <h1>Features</h1> <ul> <li>Order food online from restaurants.</li> <li>User can able to filter restaurants list.</li> <li>User can see restaurant and add items in cart but for order login required.</li> <li>Totally responsive site.</li> </ul> <h1>Tech Stack</h1> <ul> <li>HTML</li> <li>CSS</li> <li>SCSS</li> <li>JavaScript</li> <li>React JS</li> <li>Redux JS</li> <li>Node JS</li> <li>Express JS</li> <li>MongoDB</li> </ul> <h1>Description</h1> <ul> <li>Zomato Clone is online food ordering app.</li> <li>This site is build with lots of creative UI.</li> </ul> <h1></h1> ![Screenshot (659)](https://github.com/dipayanmaji/zomato-clone/assets/121128467/1ee410b0-3514-4fb3-a121-0e749fac201f)
Zomato Clone
css,expressjs,html,javascript,mongodb,nodejs,reactjs,redux-toolkit,scss
2023-05-22T08:56:38Z
2023-09-19T11:01:06Z
null
2
0
44
0
0
2
null
null
JavaScript
laeth0/knowledge-Academy
main
# knowledge-Academy <p>Welcome to the Knowledge Academy website – your gateway to a world of learning and enrichment! Our platform is designed to ignite your curiosity, empower your mind, and nurture your thirst for knowledge. At the Knowledge Academy, we believe that learning is a lifelong journey, and our website is your digital companion on this quest for intellectual growth. Whether you're a student seeking to excel in your studies, a professional aiming to enhance your skills, or an individual simply passionate about exploring new subjects, we have something extraordinary to offer. Explore a diverse range of meticulously crafted courses, thoughtfully curated to cater to a wide spectrum of interests and expertise levels. Our expert instructors bring their wealth of knowledge and experience to your screen, delivering engaging and immersive learning experiences that transcend traditional boundaries. Unleash your potential as you delve into our interactive multimedia lessons, dynamic quizzes, and hands-on projects. Our user-friendly interface ensures seamless navigation, enabling you to embark on your learning journey with ease. From cutting-edge technology to timeless art, from practical life skills to intricate scientific concepts – we cover it all and more. But the Knowledge Academy is more than just courses; it's a vibrant community of learners, united by a shared passion for understanding the world around us. Engage in discussions, collaborate on projects, and forge connections with fellow learners from across the globe. Our platform fosters an environment of intellectual discourse, encouraging you to challenge your perspectives and expand your horizons. Whether you're seeking personal growth, professional advancement, or simply the joy of learning, the Knowledge Academy website is your beacon of enlightenment. Join us today and embark on a journey that promises not only the acquisition of knowledge but the transformation of your mind and spirit. Your adventure begins here </p> <img src="https://github.com/laeth0/knowledge-Academy/blob/main/assest/img/academy.png" > <img src="https://github.com/laeth0/knowledge-Academy/blob/main/assest/img/main%20page%20image.png" > <img src="https://github.com/laeth0/knowledge-Academy/blob/main/assest/img/CRUD%20image.png" > <img src="https://github.com/laeth0/knowledge-Academy/blob/main/assest/img/confirmation%20image.png" >
I thank the Knowledge Academy because they helped me learn Front End and I made a website for them using html and css and js
aos-animation,bootstrap,crud-operation,css3,custom-fonts,font-awesome,html5,javascript,jquery,responsive-web-design
2023-05-31T07:25:13Z
2023-08-19T19:16:06Z
null
1
0
6
0
0
2
null
null
HTML
rikurauhala/hack-this
main
<div align="center"> <img height="100px" src="docs/img/logo.png" width="100px" /> </div> <h1 align="center"> Hack This </h1> <div align="center"> A lesson on web application security </div> <div align="center"> ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB) ![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white) ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens) ![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white) ![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) ![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white) ![SQLite](https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) </div> ## About **Hack This** is a simple fullstack web application that contains several security vulnerabilities. The application can be used to demonstrate how mistakes by the developers can lead to compromised security. > **Warning** > Do not use the code found in this repository in production. Also, do not use it to do anything illegal or exploit systems that you do not own or have a permission to enter. **For educational purposes only**. > **Note** > For a fixed (secure) version of the application, see the [fixed](https://github.com/rikurauhala/hack-this/tree/fixed) branch. If you want to run the fixed version locally, switch to the branch `fixed`, reinstall dependencies and reinitialize the database. <details> <summary> Screenshot </summary> <p> <img alt="The guest book page of the application" src="docs/img/guestbook.png" title="The guest book page of the application, viewed as an admin" /> </p> <p> <i> The guest book page of the application, viewed as an admin </i> </p> </details> ## Documentation - [Vulnerabilities](docs/vulnerabilities.md) - [Exploits](docs/exploits.md) - [Database schema](docs/database.md) ## How to install Follow the instructions to set up the project. ### Prerequisites - `node` version 18.7.0 or higher - `npm` version 9.8.0 or higher - `sqlite3` should be installed - `git` should be installed - `linux` is recommended ### Installation script An [installation script](scripts/install.sh) has been written to automate the installation process. Install the application by running the script or follow the instructions below for a manual installation. ```bash # Move to a directory where you wish to install the application $ cd Downloads # Get the script $ wget https://raw.githubusercontent.com/rikurauhala/hack-this/main/scripts/install.sh # Make it executable $ chmod +x install.sh # Run the script $ ./install.sh ``` ### Manual installation #### Source code To install the application, start by downloading the source code from the [project repository](https://github.com/rikurauhala/hack-this). You may use your [preferred method](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) but for this example I am using the `git clone` command using ssh. Change directory to the newly created folder containing the source code. ```bash # Move into an appropriate directory where you want to store the source code $ cd Downloads # Get the source code $ git clone git@github.com:rikurauhala/hack-this.git # Move into the project directory $ cd ./hack-this ``` #### Backend The repository contains the source code of both the frontend and the backend. Let's set up the backend first. See below for a list of commands to run. Fill in the environment variables `DATABASE_URL`, `LOG_FILE_PATH` and `SECRET` with your own values. ```bash # Change directory into the backend folder $ cd ./server # Install dependencies $ npm install # Create and initialize the database $ cd ./data $ touch database.db $ sqlite3 database.db < init.sql # Create the .env file $ cd .. $ touch .env $ echo DATABASE_URL="$(pwd)/data/database.db" >> .env $ echo LOG_FILE_PATH="$(pwd)/data/log.txt" >> .env $ echo SECRET="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 25 | head -n 1)" >> .env ``` #### Frontend Now let's install the frontend. ```bash # Change directory into the frontend folder $ cd ../web # Install dependencies $ npm install ``` ## How to run Use the following commands to run the backend and frontend separately. Make sure you are in the correct directories for each command. ```bash # Run the backend $ npm run dev # Run the frontend $ npm start ```
A web application written in TypeScript to demonstrate common security flaws and vulnerabilities
axios,cyber-security,exploit,express-js,javascript,node-js,react,typescript,web-development,sql
2023-05-29T17:20:57Z
2023-08-29T18:17:27Z
null
1
0
170
0
0
2
null
MIT
TypeScript
SumitPokhriyal5/GoClock
master
# GoClock A dynamic MERN web dashboard connecting Manufacturers and Transporters. Seamlessly send and receive messages, manage orders, and track deliveries. Registration, login, and role-based access. Designed for efficient collaboration.. ## 🚀 Features - Pagination: The messages list on the landing page is implemented with pagination, allowing users to navigate through multiple pages of messages. - Redux State Management: The website utilizes Redux for state management, providing a centralized store to manage application data and facilitate communication between components. - MVC Folder Structure: The codebase follows the Model-View-Controller (MVC) folder structure, organizing files and components into separate directories based on their respective responsibilities. - TypeScript: The website is built using TypeScript, a statically typed superset of JavaScript. TypeScript helps in catching errors during development and provides better code documentation and editor support. - User Registration and Login: Users can create accounts and log in as either Manufacturers or Transporters. - Role-based Access: The system distinguishes between Manufacturers and Transporters, providing role-specific functionality and access. - Landing Page: Separate landing pages for Manufacturers and Transporters display a list of received messages, showcasing the order ID for each message. - Search Functionality: Users can search for messages based on order ID, "To" field, and "From" field, allowing for quick and efficient message retrieval. - Manufacturer Input Form: Manufacturers have a form with input fields for Order ID, "To" field, "From" field, Quantity (with a dropdown menu), and an Address field (auto-populated from registration). - Transporter Selection: Manufacturers can select a transporter from a dropdown menu when sending a message. Only one transporter can be chosen. - Message Sending: Manufacturers can send messages to selected transporters by clicking a "Send" button. - Transporter Order Selection: Transporters have a list box to select the order ID received from Manufacturers. - Price Input: Transporters have an input form to enter the price (float value) for a selected order. ## Dependencies ### Frontend - [@reduxjs/toolkit](https://www.npmjs.com/package/@reduxjs/toolkit) - Redux state management library. - [axios](https://www.npmjs.com/package/axios) - Promise-based HTTP client for API requests. - [react](https://www.npmjs.com/package/react) - JavaScript library for building user interfaces. - [react-dom](https://www.npmjs.com/package/react-dom) - Entry point for working with the DOM in React. - [react-redux](https://www.npmjs.com/package/react-redux) - Official React bindings for Redux. - [react-router-dom](https://www.npmjs.com/package/react-router-dom) - Declarative routing for React applications. - [react-toastify](https://www.npmjs.com/package/react-toastify) - Toast notifications for React. - [redux](https://www.npmjs.com/package/redux) - Predictable state container for JavaScript apps. - [redux-thunk](https://www.npmjs.com/package/redux-thunk) - Thunk middleware for Redux. - [@types/react](https://www.npmjs.com/package/@types/react) - TypeScript definitions for React. - [@types/react-dom](https://www.npmjs.com/package/@types/react-dom) - TypeScript definitions for ReactDOM. - [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin) - TypeScript support for ESLint. - [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser) - TypeScript parser for ESLint. - [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react) - Official React plugin for Vite. - [eslint](https://www.npmjs.com/package/eslint) - Pluggable JavaScript linter. - [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks) - ESLint plugin for enforcing React Hooks rules. - [eslint-plugin-react-refresh](https://www.npmjs.com/package/eslint-plugin-react-refresh) - ESLint plugin for React Refresh support. - [sass](https://www.npmjs.com/package/sass) - CSS extension language. - [typescript](https://www.npmjs.com/package/typescript) - Typed superset of JavaScript. - [vite](https://www.npmjs.com/package/vite) - Fast development server and build tool for modern web apps. ### Backend - [bcrypt](https://www.npmjs.com/package/bcrypt) - Password hashing library. - [cors](https://www.npmjs.com/package/cors) - Middleware for enabling CORS in Express apps. - [dotenv](https://www.npmjs.com/package/dotenv) - Environment variable loader. - [express](https://www.npmjs.com/package/express) - Fast, unopinionated, minimalist web framework for Node.js. - [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) - JSON Web Token implementation. - [mongoose](https://www.npmjs.com/package/mongoose) - MongoDB object modeling tool. - [nodemon](https://www.npmjs.com/package/nodemon) - Utility for automatically restarting the server. ## Register Page ![register-page](https://github.com/SumitPokhriyal5/smovie/assets/112632728/5b6e8f8f-acb1-4eb6-ad6d-8f781f5b5a59) ## Login Page ![login-page](https://github.com/SumitPokhriyal5/smovie/assets/112632728/333ad971-7eb7-4a1d-b439-cb6b668174e4) ## Home Page ### Manufacturer ![manufacturer](https://github.com/SumitPokhriyal5/smovie/assets/112632728/9873a3d9-946e-4922-967a-bcd6d30ebfaf) ### Transporter ![transporter](https://github.com/SumitPokhriyal5/smovie/assets/112632728/cdffbca7-3033-464f-b7e1-795837cc127c)
A dynamic MERN web dashboard connecting Manufacturers and Transporters. Seamlessly send and receive messages, manage orders, and track deliveries. Registration, login, and role-based access. Designed for efficient collaboration..
bycrypt,expressjs,javascript,jsonwebtoken,mongodb,mongodb-atlas,mongoose,mvc-architecture,nodejs,react
2023-05-27T09:33:50Z
2023-06-02T11:13:36Z
null
1
0
26
0
0
2
null
null
TypeScript
josuerushanika/Blog_App
dev
# 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 Blog App Project ](#-blog-app-project-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites ](#prerequisites-) - [Setup ](#setup-) - [Install ](#install-) - [Usage ](#usage-) - [👥 Authors ](#-authors-) - [👤 **Josue Rushanika**](#-mert-kantaroglu) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 Blog App Project <a name="about-project"></a> **Blog App Project** is a project where I implemented frontend and backend properties using Ruby on Rails. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li>Ruby on Rails</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **View posts** - **Give likes to posts** - **Comment to posts** <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 <a name="prerequisites"></a> In order to run this project you need the following installed in your local system - Ruby - Git CLI - Github account ### Setup <a name="setup"></a> Clone this repository to your desired folder: ```sh cd <desired-folder> git clone https://github.com/josuerushanika/Blog_App.git ``` ### Install <a name="install"></a> ```sh cd Blog App bundle install ``` ### Usage <a name="usage"></a> ```sh rails s ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> ### 👤 **Josue Rushanika** - GitHub: [@githubhandle](https://github.com/josuerushanika) - Twitter: [@twitterhandle](https://twitter.com/josuerushanika) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/josue-rushanika-336049b3/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] Add more methods <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> I would like to thank for Microverse to provide us learning materials, and my peers for helping me out to move forward. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is contributed under [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- rails routes --expanded to show router history -->
A blog app in Ruby is a web application built using the Ruby programming language. It allows users to create, manage, and publish blog posts. The app typically includes models to represent users, blog posts, categories, tags, and comments. It uses a database to store the data and views to display the content to users.
postgresql,css,html,javascript,rspec-testing,ruby-on-rails
2023-05-23T10:10:52Z
2024-01-09T08:23:32Z
null
2
11
106
0
0
2
null
MIT
Ruby
SankalpHaritash21/SankalpHaritash21
main
![I am GitHub Readme Generator's creator](https://media.licdn.com/dms/image/D4D16AQF8P4kEDzKOyg/profile-displaybackgroundimage-shrink_200_800/0/1686020953057?e=2147483647&v=beta&t=TIbiwbnO_IgUhvZZ4e_ItTzJp_v8N0d4BW_LYPPtnO4) <h1 align="center">Hi 👋, I'm Sankalp Haritash </h1> <p align="center"> <a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&width=435&lines=HI+I+Sankalp+Haritash;A+Full+Stack+Web+Developer+;Loves+to+learn+new+stuff" alt="Typing SVG" /></a> </p> ## 💫 About Me:<br> I am Currently a Student<br> 🏫 I’m currently learning **Next js by doing Project**<br> 🌱 I’m learning **Machine learning**<br> 💻 All of my projects are available at **[My Portfolio](https://sankalp-haritash.vercel.app/)**<br> 👯 I’m looking to collaborate on **Open source Project.**<br> 💬 Ask me about **Java, Python, MySQL, Web Development**<br> 📫 How to reach me **sanklpkaushik21@gmail.com**<br> ⚡ Fun fact **I am Funny** <img align="right" alt="Coding" width="400" src="https://cdn.dribbble.com/users/1162077/screenshots/3848914/programmer.gif"> ## 🌐 Socials: [![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sankalp-haritash) <!--Coding platform--> ## ‍💻 Coding Profile: [![leetcode](https://img.shields.io/badge/-LeetCode-FFA116?style=for-the-badge&logo=LeetCode&logoColor=black)](https://leetcode.com/sanklpkaushik21/) ## 📖 Educations: [![freecodecamp](https://img.shields.io/badge/freecodecamp-27273D?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://www.freecodecamp.org/Sankalp_Haritash) ## Badges: [![An image of @sankalpharitash21's Holopin badges, which is a link to view their full Holopin profile](https://holopin.me/sankalpharitash21)](https://holopin.io/@sankalpharitash21) # 💻 Tech Stack: ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) [![reactjs](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/) ![Next JS](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white) ![Node JS](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white) ![NPM](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white) ![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white) ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white) ![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white) ![Canva](https://img.shields.io/badge/Canva-%2300C4CC.svg?style=for-the-badge&logo=Canva&logoColor=white) [![tailwindcss](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/) [![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://www.microsoft.com/) [![visualstudio](https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white)](https://code.visualstudio.com/) [![microsoft office](https://img.shields.io/badge/Microsoft_Office-D83B01?style=for-the-badge&logo=microsoft-office&logoColor=white)](https://www.office.com/) # 📊 Status <div align="center"> <p><img align="left" height="179" src="https://github-readme-stats.vercel.app/api/top-langs?username=SankalpHaritash21&show_icons=true&locale=en&layout=compact&theme=nightowl" alt="SankalpHaritash21" /></p> </div> <div align="center"> <img align="center" src="https://github-readme-streak-stats.herokuapp.com/?user=sankalpharitash21&" alt="sankalpharitash21" /> </div> <div align="center"> <img src="https://github-readme-stats-mu-dusky.vercel.app/api?username=SankalpHaritash21&show_icons=true&theme=radical&count_private=true&include_all_commits=true"&custom_title="My Stats" align = "center"/></div> ## 😊 Profile Summary <div align="center"> <p><img align="center" src="https://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=SankalpHaritash21&theme=monokai" alt="SankalpHaritash21" style="max-width: 100%" width="100%" /></p> </div> --- [![](https://visitcount.itsvg.in/api?id=SankalpHaritash21&icon=0&color=0)](https://visitcount.itsvg.in) ## ❤ Views and Followers <a href="https://github.com/SankalpHaritash21/SankalpHaritash21"> <img src="https://komarev.com/ghpvc/?username=SankalpHaritash21"> </a> <a href="https://github.com/SankalpHaritash21?tab=followers"><img src="https://img.shields.io/github/followers/SankalpHaritash21?label=Followers&style=social" alt="GitHub Badge"></a>
SANKALP HARITASH GITHUB PROFILE
github,javascript,nextjs,reactjs,readme,typescript,sankalp-haritash
2023-05-28T06:16:12Z
2024-04-20T01:01:19Z
null
1
0
22
0
0
2
null
null
null
vaxad/vYou
main
5 ![vyou](https://res.cloudinary.com/db670bhmc/image/upload/v1701884980/261871868-d695fb03-74ca-4268-b6b3-8441818e87e6_segxcd.png)
vYou is a social media website having features like creating, viewing, liking, deleting posts aided with user authentication
context-api,javascript,reactjs
2023-05-21T04:19:04Z
2023-12-06T17:50:26Z
null
1
0
13
0
0
2
null
null
JavaScript
n4rc1ss3/split-text
staging
<div align="center"> # SplitText <p>SplitText is a small and type-safe library that split HTML text into characters and/or words.</p> <p><em>⚠️ This library is a work in progress, the API is subject to change until the v1.0 release.</em></p> <br/> <br/> </div> ## Fast Track ⏱️ Discover the library in **less than 5 minutes**. Install [Node.js](https://nodejs.org/en/download/) and install SplitText using your favorite package manager. ```bash npm install @gregoire.ciles/split-text ``` ```bash yarn add @gregoire.ciles/split-text ``` ```bash pnpm add @gregoire.ciles/split-text ``` Then, open your favorite code editor and create new files `index.html` and `index.ts`. ```html <h1 id="my-element"> SplitText is a small and type-safe library that split HTML text into characters and/or words. </h1> ``` ```ts import SplitText from '@gregoire.ciles/split-text'; // DOM element const element = document.getElementById('my-element'); const { chars, words } = new SplitText(element); console.log({ chars, words }); ``` Finally, open `index.html` in your browser and open the console to see the result. ## TypeScript Support SplitText is written in TypeScript and provides type definitions. > **Note:** TypeScript is not required to use SplitText. > **💡 TIP:** Type annotations are very useful and help your IDE understand the type provided by > SplitText. <br /> The IDEs (VSCode, WebStorm, etc.) will be able to provide you with > autocompletion and type hints. ## Credits [© Grégoire Ciles](https://github.com/GregoireCiles) ## Licence [GNU General Public License v3.0](./LICENSE)
SplitText is a small and type-safe library that split HTML text into characters and/or words.
animation,javascript,split-text,typescript
2023-05-19T13:36:27Z
2023-07-01T09:25:36Z
2023-06-08T09:11:58Z
1
4
9
0
1
2
null
GPL-3.0
TypeScript
fi-krish/portfolio-static
main
<div align="center"> <img src="https://github.com/xkrishguptaa.png" height="100px" width="100px" /> <br /> <h1>Portfolio Static</h1> <p>Simple cover/portfolio page built with static technologies</p> </div> ## 💻 Demo ![Screenshot of the static portfolio](https://github.com/xkrishguptaa/portfolio-static/raw/main/assets/screenshots/desktop.png) Visit [https://xkrishguptaa.github.io/portfolio-static/](https://xkrishguptaa.github.io/portfolio-static/) to see the live demo. ## 📄 License This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
Simple cover/portfolio page built with static technologies
css,html,javascript,web
2023-06-07T13:59:05Z
2023-12-19T06:41:06Z
null
1
1
10
0
0
2
null
GPL-2.0
HTML
edofransisco011/AmazonUI-Project
main
null
Amazon Web Application User Interface Project
javascript,reactjs,redux-toolkit,tailwindcss
2023-05-29T03:24:48Z
2023-05-29T03:30:18Z
null
1
0
1
0
0
2
null
null
JavaScript
microsoftreact/serial-project
main
null
Serial-Project
css3,html5,javascript
2023-05-19T05:50:49Z
2023-05-19T05:54:25Z
null
1
0
1
0
0
2
null
null
HTML
udaySuryaP/almost-whatsapp
master
# Vue 3 + TypeScript + Vite This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more. ## Recommended IDE Setup - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## Type Support For `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types. If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: 1. Disable the built-in TypeScript Extension 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
almost-whatsapp is an open-source messaging application that closely resembles the original WhatsApp. It enables users to engage in group conversations, facilitating seamless communication among participants.
appwrite,appwrite-auth,appwrite-database,appwrite-function,javascript,typescript,vite,vue,hashnode,hashnode-blog
2023-06-03T14:06:00Z
2023-06-03T15:01:47Z
null
1
2
3
0
0
2
null
MIT
Vue
bradsec/jsonsearch
main
# JSON Search and Sort ### Live search and sort one or more JSON data files This script, built entirely using pure JavaScript without any third-party libraries or tools. The script enables easy searching and filtering of one or more JSON data files which share the same key/value formatting structure. ### Features - Load and search multiple json files/datasets. - Uses flat locally stored files, no database or API (however can be modified for these use cases). - Effective keyword matching ensuring accuracy and relevancy of results. - Users can input additional search keywords to further narrow down the search results. - Also includes ability to sort by JSON keys or values. - To enhance performance and user experience, the script incorporates an infinite scrolling feature. The live demo shows a mock product pricing and sale comparison between two stores (using two JSON files/datasets). ## [View Demo](https://bradsec.github.io/jsonsearch)
Live search and sort one or more JSON data files
infinite-scroll,javascript,json,json-search,jsonsearch
2023-05-24T03:07:37Z
2023-05-24T14:00:52Z
null
1
0
12
0
0
2
null
MIT
JavaScript
sonatipek/students-and-clubs
main
# <p align="center" width="100%"> <img width="25%" src="https://raw.githubusercontent.com/sonatipek/dogadan-tea-advices/main/public/sonatipek-brand-logo.svg"> </p> # 👨🏼‍🎓 Students and Clubs - EN Alpine.js features are intended to be used and Astro.js' ability to support multiple web frameworks is utilised. The data used in the application comes from a JSON on the GitHub repository. ## 💻 Tech Stack - Bootstrap - Alpine.js - Astro.js ## 🌟 Feedback If you have any feedback, please contact at **sonatsayginipek@gmail.com** or **sonatipek.com** . <br><br> # 👨🏼‍🎓 Students and Clubs - TR Alpine.js özelliklerinin kullanılması amaçlanmış ve Astro.js'in birden fazla web çerçevesini destekleme özelliği kullanılmıştır. Uygulama içinde kullanılan veriler GitHub reposu üzerindeki bir JSON'dan gelmektedir. ## 💻 Kullanılan Teknolojiler - Bootstrap - Alpine.js - Astro.js ## 🌟 Geri bildirim Herhangi bir geri bildiriminiz varsa, lütfen **sonatsayginipek@gmail.com** veya **sonatipek.com** adresinden iletişime geçin.
null
alpine,alpine-js,alpinejs,astrojs,bootstrap,bootstrap5,javascript,js-framework,json,json-api
2023-05-31T22:58:46Z
2023-06-25T10:00:32Z
null
1
0
6
0
0
2
null
null
Astro
Madinakhan/Britlex
madina
null
null
javascript,reactjs,scss
2023-06-07T20:23:31Z
2023-06-09T23:04:14Z
null
1
0
145
0
0
2
null
null
SCSS
taianekarine/backend-food-explorer
main
![logo](https://github.com/taianekarine/foodexplorer-front/assets/94652702/478ebd60-bf58-45de-b890-2826ef4bbbdb) # 👩🏼‍💻 Sobre Uma API construída para o receber e devolver dados do site Food Explorer que é especializado em estabelecimentos do ramo alimentício! ## 🚀 Instalação Clone o repositorio: Back-end: ```bash git clone git@github.com:taianekarine/Explorer-Desafio-Final-BackEnd.git ``` Navegue até a pasta: ```bash cd Explorer-Desafio-Final-BackEnd ``` ## Variáveis de Ambiente Para rodar esse projeto, você vai precisar adicionar as seguintes variáveis de ambiente no seu .env `API_KEY` `ANOTHER_API_KEY` ## Rode o projeto Para executar o programa certifique-se que o backend esteja executando, depois, basta rodar o comando: Back-end: ```bash npm run dev ``` ## Funcionalidades 🤖 - Criar usuário; - Criar produto; - Editar produto; - Excluir produto: - Exibir todos os produtos; - Filtrar produtos; ## Aprendizados 👩🏼‍🎓 Construíndo este projeto tive a oportunidade de colocar em pratica todos os conceitos dados no percorrer do curso Explorer. Me deparei com várias dificuldades mas pude supera-las com muito estudo e revendo as aulas do curso e também tive o apoio da cominudade Rocktseat 🚀. O maior aprendizado é nunca desistir e entender que tudo acontece num passe de cada vez. ## Autora [Taiane Karine ](https://www.github.com/taianekarine) 🧡 [ Linkedin ](https://www.linkedin.com/in/taianekarine/) [ Instagram ](https://www.instagram.com/taianekarine/) ## Deploy 💻 [ Acesse a URL da API aqui! ](https://food-explorer-backend-api.onrender.com)
API do site Food Explorer
javascript,knex,mp2,multer,sql,sqlite3
2023-06-06T03:17:24Z
2023-06-06T03:35:10Z
null
1
0
2
0
0
2
null
null
JavaScript
r0d3r1ck0rd0n3z/PWA-Collage-online
master
# PWA Collage Lite online My attempt at creating a PWA version of an online collage maker. * Assemble up to 4 images into a collage. * Use gestures to zoom in/out. * Download collage as a JPG. * Installable as a standalone app in Android and Windows. * Works offline. * JavaScript only. You can test at: <br> https://r0d3r1ck0rd0n3z.github.io/PWA-Collage-online/index.html <br> ## Mouse support For a version that supports mouse-scroll, see: <br> https://r0d3r1ck0rd0n3z.github.io/PWA-Collage-online/mouseScroll.html However, bugs: * Zoom control (scroll amount) dependent on OS settings. * On mobile, pinch function non-reponsive after one gesture. * Unstyled. I just wanted to try compiling the scroll version. <br> ## Backend magic ### PinchZoom.js https://github.com/manuelstofer/pinchzoom <br> PinchZoom is a Javascript library providing multi-touch gestures for zooming and dragging on any DOM element. ### html2canvas https://github.com/niklasvh/html2canvas <br> Renders current page as a canvas image, by reading the DOM and the different styles applied to the elements. <br> ## Lessons / Improvements(?) * If installed, takes about less than 500kb. Maybe smaller if webfont was removed, since it's the biggest file. However, some Android phones only have the Roboto font so had to resort to Google fonts. * Had to copy the JS files to the repository since fetching them from the CDN uses an opaque request, which balloons their file sizes to an unpredictable number. * Created this since I find myself creating collages every week or so. All of the collage apps on the gPlay store took up MB of space, and my phone has very limited internal storage. * So. Many. Icons. <br> <br>
My attempt at creating a PWA version of an online collage maker. Assemble 4 images into a collage. DL as a JPG. Install as standalone app in Android and Windows. Works offline. Pure JavaScript.
collage,pwa,online,progressive-web-app,html,javascript,manifest-json,file-picker,html2canvas,pinch-zoom
2023-06-06T17:45:53Z
2023-07-20T14:51:10Z
null
1
0
180
0
0
2
null
MIT
JavaScript
arnaldoucuassapi/dynamic-counter
main
# Dynamic Counter A counter that counts down based on the values ​​chosen by the user, has an interactive interface and has taken accessibility factors into account. ### Features - Start and stop counter - Popover - Dark Mode - Reset counter ![Image Preview Drak](image-preview-dark.png) ![Image Preview Light](image-preview-light.png) ## Technologies Used The project was developed using the following technologies: - Programming Language: Typescript - [Vite](https://vite.dev/) with React.js - [Shadcn UI](https://ui.shadcn.com/) Components - [Tailwind CSS](https://tailwindcss.com) for style - [Lucide](https://lucide.dev) for icons ## Development Environment Configuration To configure the local development environment, follow the steps below: 1. Clone this repository to your local machine. ```bash git clone https://github.com/arnaldoucuassapi/dynamic-counter.git ``` 2. Install the required dependencies. ```bash cd dynamic-counter npm install ``` 3. Run the development server: ```bash npm run dev # or yarn dev # or pnpm run dev ``` Open [http://localhost:5173](http://localhost:5173) with your browser to see the result. Make sure you have the correct versions of technologies and dependencies installed to avoid compatibility issues. ## How to Contribute If you want to contribute to the project, please follow the steps below: 1. Fork this repository and clone it to your local machine. ```shell git clone https://github.com/arnaldoucuassapi/dynamic-counter.git ``` 2. Create a branch for your contribution. ```shell git checkout -b minha-contribuicao ``` 3. Make the necessary changes and commit them. ```shell git commit -m "Description" ``` 4. Push the changes to your fork repository. ```shell git push origin minha-contribuicao ``` 5. Open a pull request on this repository and wait for your contribution to be reviewed and approved. I hope you enjoy the project and I look forward to receiving your contributions!
Um página que exibe contador dinamico.
css,html,javascript,reactjs,vite,typescript
2023-05-20T22:10:20Z
2023-08-24T22:48:20Z
null
1
0
16
0
0
2
null
MIT
TypeScript
pratibhavgupta/Khan_Academy_App_Testing
master
# Khan_Academy_App_Testing We are testing the Khan Academy Mobile Application. And It is an collaborative project. We also tested the lot of functionality of app. We use the WDio, appium, emulator, VS code, etc to build this project. ## Features - Search Funtionlity - Bookmarks - Change Language - Signup - Recent Lessons - Allure Report - Junit Report on Jenkins - Spec Report by default ## Screenshots ![Screenshot (19)](https://github.com/pratibhavgupta/Khan_Academy_App_Testing/assets/110053495/4e4c8fab-b704-460a-b92b-bad974958dc2) ![Screenshot (20)](https://github.com/pratibhavgupta/Khan_Academy_App_Testing/assets/110053495/46b59afa-c355-4aba-80f4-dab39048de39) ![Screenshot (21)](https://github.com/pratibhavgupta/Khan_Academy_App_Testing/assets/110053495/bd60a7c6-63e0-4bbc-8909-b239abfe64cf) ## 🚀 About Team We all are SDET with more than 1 year of coding experience. - Pratibhav Gupta - Mamta Thakur - Abhay Kumar
It is an collaborative project. Khan Academy is a mobile app where we can join any course for compitative examinations. And you can do live classes on that also.
adb,allure-report,appium,javascript,vscode,wdio,aap-testing
2023-05-24T15:38:01Z
2023-06-06T08:33:31Z
null
3
3
22
0
0
2
null
null
JavaScript
joaolima16/Front_Empresa
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
null
javascript,reactjs,redux-toolkit
2023-05-25T17:10:27Z
2023-08-15T14:52:06Z
null
1
0
25
0
0
2
null
null
JavaScript