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
lenkon/capstone-concert-page
main
<a name="readme-top"></a> <div align="center"> <h3><b>Capstone 1 - Concert Page</b></h3> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ](#faq) - [📝 License](#license) # 📖 [Capstone 1 - Concert Page] <a name="about-project"></a> > This is a capstone project for the first module where I create a concert festival page using HTML, CSS and JavaScript. **[Capstone 1 - Concert Page]** is... ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > Built with html, css and javascript with linter configuration setup. <details> <summary>Client</summary> <ul> <li><a href="https://github.com/lenkon/capstone-concert-page/blob/main/.github/workflows/linters.yml">linter</a></li> <li><a href="https://www.w3schools.com/html/">html</a></li> <li><a href="https://www.w3schools.com/w3css/defaulT.asp">css</a></li> <li><a href="https://www.w3schools.com/js/default.asp">javascript</a></li> </ul> </details> ### Key Features <a name="key-features"></a> > Key features of the application. - **[Navigation bar]** - **[Home page]** - **[About page]** - **[Desktop Version]** - **[Mobile Menu]** - **[Deploy the project]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://lenkon.github.io/capstone-concert-page/) - [Project Presentation Video Link](https://www.loom.com/share/07a01d27e5f6450b938e95e20c93c8eb) <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: - Web Browser (e.g. Firefox, Chrome, Edge) - NPM (Node Package Manager) ### Setup Clone this repository to your desired folder: ``` $ git clone https://github.com/lenkon/capstone-concert-page $ cd capstone-concert-page ``` ### Install Install all project dependencies by running the command below: ``` $ npm install ``` ### Usage Open the index.html file in your Web Browser. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> 👤 **lenkon** - GitHub: [@lenkon](https://github.com/lenkon) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> > Features to be added. - [ ] **[Add more projects]** - [ ] **[Add milestones and achievements]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> If you like this project please rate and give a star. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - [Cindy Shin in Behance](https://www.behance.net/adagio07) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ❓ FAQ <a name="faq"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is a capstone project for the first module where I create a concert festival page using JavaScript, CSS, and HTML. This website gives Information about the International Concert Festival.
css,html,javascript
2023-01-09T08:54:06Z
2023-02-28T14:11:59Z
null
1
5
15
2
0
7
null
null
HTML
admirerbrown/math-magicians
develop
<div align="center"> <!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --> <img src="murple_logo.png" alt="logo" width="140" height="auto" /> <br/> <h3><b>Microverse README Template</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 \[Math Magicians\] ](#-math-magicians-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [👥 Author ](#-author-) - [🤝 Contributing ](#-contributing-) - [Show your support ](#show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 [Math Magicians] <a name="about-project"></a> > This is a Single Page Application that allows users to make simple calculations and read and a random math-related quote ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > I used the following tech stack to develop this project <details> <summary>Client</summary> <ul> <li><a href="https://reactjs.org/">React.js</a></li> </ul> </details> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites - ReactJS - NPM In order to run this project you need: To have installed Nodejs in your Code editor. In case you don't have it, go to this [site](https://nodejs.org/en/) and download the setup based on your PC ## Setup In a desired folder or directory in the CLI, run the command: ```JavaScipt cd clone https://github.com/admirerbrown/math-magicians.git ``` ### Install Navigate into the cloned folder or repository by running the command: ```JavaScript cd <folder/name of the repository> ``` Then run ```npm install``` to install all required dependencies (this will create a /node_modules folder). ### Usage To run the project, execute the following command: Inside the newly created project, you can run some built-in commands: ```npm start``` or ```yarn start``` Runs the app in development mode. Open http://localhost:3000/ to view it in the browser. The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console. ## 🚀 Live Demo <a name="live-demo"></a> [Live Demo](https://maths-magicians-j0t5.onrender.com) <!-- AUTHORS --> ## 👥 Author <a name="authors"></a> 👤 **Samuel Kyere** - GitHub: [@githubhandle](https://github.com/admirerbrown) - Twitter: [@twitterhandle](https://twitter.com/brown_admirer) - LinkedIn: [LinkedIn]() <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/admirerbrown/math-magicians/issues). ## Show your support <a name="support"></a> Give a ⭐️ if you like this project! <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - I would like to thank ``` Microverse``` for providing me the materials that enabled me to finish this exercise <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./license) licensed
This is a Single Page Application that allows users to make simple calculations and read and a random math-related quote
javascript,jest,reactjs
2023-01-09T13:34:18Z
2023-01-20T17:19:04Z
null
3
9
29
0
0
7
null
null
JavaScript
ThomasHambach/NcalcJS
main
# NCalcJS [![NPM version](https://img.shields.io/npm/v/ncalcjs)](https://www.npmjs.com/package/ncalcjs) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ThomasHambach_NcalcJS&metric=coverage)](https://sonarcloud.io/summary/new_code?id=ThomasHambach_NcalcJS) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![GitHub contributors](https://img.shields.io/github/contributors/thomashambach/NCalcJS.svg)](https://github.com/thomashambach/NCalcJS/graphs/contributors) NCalc is a mathematical expressions evaluator in JavaScript/TypeScript. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. You may also want to look at the example running on CloudFlare workers https://github.com/ThomasHambach/expression.worker ## Project Description ### Browser Support In theory, all browsers supporting ECMAScript 5.1. In practice, this target has been extensively tested against: * Firefox 34.0.5 * Safari 8.0.2 * Chrome 39.0.2171 * Explorer 11.0.3 ### Is NodeJS supported? The package has been extensively tested against Node.js 14 LTS. ### Installation Get the package from npm.org (https://www.npmjs.com/package/ncalcjs) by running npm i --s ncalcjs or with yarn yarn ncalcjs ### Usage For documentation here is the table of content: - [description](docs/description.md): overall concepts, usage and extensibility points - [operators](docs/operators.md): available standard operators and structures - [functions](docs/functions.md): list of already implemented functions - [parameters](docs/parameters.md): on how to use parameters expressions #### Basic ```typescript import {Expression} from 'ncalcjs'; const e = new Expression('2 + 3 * 5'); console.log(e.Evaluate()); // 17 ``` #### Custom Functions The API compared to C# NCalc is a little different. In NCalcJS you define custom functions in the following way. Each function is expected to be of the type `EvaluateFunctionHandler`. ```typescript const e = new Expression('SecretOperation(3, 6)'); e.EvaluateFunction['SecretOperation'] = (args: FunctionArgs) => { args.Result = args.Parameters[0].Evaluate() + args.Parameters[1].Evaluate(); }; console.log(e.Evaluate()); // 9 ``` #### Handling Errors You can use the method `Expression.HasErrors()` to check for any errors that are present in your expression. The errors details are stored in `Expression.errors`. ```typescript import {Expression} from 'ncalcjs'; const e = new Expression('2 + 3 * 5'); if (e.HasErrors()) { console.error(e.errors); } ``` ### Known Issues - `Round` does not return the correct value ## Building Install all dependencies npm install Before we can run our build, we need to install `ts-patch` that will change our `paths` configured in `tsconfig.json`. Note that you have to run this every time after running `npm install`. npm run prepare Build the distribution version npm run build ### ANTLR & Grammar Note that the files, except for `NCalc.g4` in `/src/Grammar` are automatically generated. Any changes you wish to make there are to be made in `NCalc.g4`. You will need Java runtime installed on your system to generate these files. To update the generated files, run this commond inside `/src/Grammar`. antlr4 -Dlanguage=TypeScript NCalc.g4 ## Contributors Special thanks to: * [Thaina](https://github.com/Thaina) for creating the basis of this package's ANTLR4 grammar file. Original C# version available at: https://github.com/Thaina/NCalc2/blob/master/grammer/NCalc.g * [robmarti12](https://github.com/robmarti12) for implementing the static `Compile` as in original NCalc. ## Related projects ### [NCalc](https://github.com/ncalc/ncalc/) NCalc C# implementation. ### [NCalc-Async](https://github.com/ncalc/ncalc-async/) Pure asynchronous C# implementation of NCalc by [Peter Liljenberg](https://github.com/petli). ### [PanoramicData.NCalcExtensions](https://github.com/panoramicdata/PanoramicData.NCalcExtensions) Extension functions for NCalc in C# to handle many general functions, including string functions, switch, if, in, typeOf, cast etc. Developed by David, Dan and all at [Panoramic Data](https://github.com/panoramicdata). ### [Expression.worker](https://github.com/ThomasHambach/expression.worker) Starter kit to run NCalcJS in a cloudflare worker.
NCalc is a mathematical expressions evaluator in JavaScript/TypeScript. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.
antlr4,expression,javascript,ncalc,typescript
2023-01-14T03:12:54Z
2023-08-19T03:47:59Z
2023-08-19T03:42:19Z
1
12
16
1
1
7
null
null
TypeScript
Bennyjoez/Atril-Ben-Weather-App
main
# WEATHER APP This is our Weather App Project. ## Use - To use this app, the user needs to enter a search parameter(a city in the world) in the input section. - The user will get suggestions of the cities matching the search parameter. - The user selects the suitable option and presses the search or, enter or a find button - The app, finds the location's latitude and longitude and calls a weather API passing in the data(long & lat) - After a successful search, the app displays the information for the user. - The user can also search another city at will and the process will start again. # Preview <div align="center"> <img src="https://github.com/Bennyjoez/Atril-Ben-Weather-App/blob/main/Preview.png" width="650px"> </div>
The weather app is a weather app that allows a user to search various locations around the world and get a weather forecast of that area. This app was created for the purpose of consuming a weather API. The main language used here was JavaScript and we used plain CSS to style the app.
api,api-rest,css3,html5,javascript
2023-01-02T07:03:10Z
2023-06-27T08:23:09Z
null
2
0
55
0
0
7
null
null
JavaScript
Samir1009ms/game
master
null
Html Css Scss Javascript
css,html,javascript,scss
2023-01-16T16:35:22Z
2023-01-16T20:33:23Z
null
1
0
2
0
0
7
null
null
JavaScript
alicemirigo92/Agri-Expo
main
<a name="Alice Gathoni"></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. --> <img src="logo.jpg" alt="logo" width="140" height="auto" /> <br/> <h3><b>Microverse README Template</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](#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 --> # 📖 [AGRI-EXPO-CAPSTONE!] <a name="In this project i created my first conference project. This entail agricultural expo."></a> > In this project i created my first conference project. This entail agricultural expo. **[AGRI-EXPO-CAPSTONE!]** is a... ## 🛠 Built With <a name="built-with"></a> Use HTML/CSS Use basic JavaScript syntax. Use JavaScript to manipulate DOM elements. Use JavaScript events. ### Tech Stack <a name="tech-stack"></a> > Describe the tech stack and include only the relevant sections that apply to your project. <details> <summary>Client</summary> <ul> <li><a href="https://reactjs.org/">React.js</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="https://expressjs.com/">Express.js</a></li> </ul> </details> <details> <summary>Database</summary> <ul> <li><a href="https://www.postgresql.org/">PostgreSQL</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> > Describe between 1-3 key features of the application. - **[key_feature_1]** - **[key_feature_2]** - **[key_feature_3]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> Loom video https://www.loom.com/share/24f7518aec3740f49da40aec0354787d - [Live Demo Link](https://alicemirigo92.github.io/Agri-Expo/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> Getting Started Cloning the project Git clone https://github.com/alicemirigo92/Agri-Expo To get a local copy up and running follow these simple example steps. ### Prerequisites In order to run this project you need: <!-- Example command: ```sh gem install rails ``` --> ### Setup Getting Started Cloning the project Git clone https://github.com/alicemirigo92/Agri-Expo To get a local copy up and running follow these simple example steps. <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install Install this project with: <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage To run the project, execute the following command: <!-- Example command: ```sh rails server ``` ---> ### Run tests To run tests, run the following command: <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment You can deploy this project using: <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> > Mention all of the collaborators of this project. 👤 **Author1** - GitHub: [@githubhandle](https://github.com/alicemirigo92) - Twitter: [@twitterhandle](https://twitter.com/GathoniMirigo) - LinkedIn: [LinkedIn](www.linkedin.com/in/alice-mirigo) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Describe 1 - 3 features you will add to the project. - [ ] **[new_feature_1]** - [ ] **[new_feature_2]** - [ ] **[new_feature_3]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> > Write a message to encourage readers to support your project If you like this project... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > According to the requirement, i acknowledge Cindy Shin the author of the original design, as required by the Creative Commons License. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> > Add at least 2 questions new developers would ask when they decide to use your project. - **[Question_1]** Does this help me solve my current problems? - [Answer_1] If you need to understand about conf pages you are in the right place. - **[Question_2]** - [Answer_2] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ <p align="right">(<a href="#readme-top">back to top</a>)</p>
Module 1 final capstone. The project theme is mainly focused on the agricultural event invitation expo to showcase different agricultural products.
html,javascript
2023-01-09T09:24:09Z
2023-01-11T13:20:06Z
null
1
1
22
0
0
7
null
MIT
CSS
ghreza-crypto/portfolio
main
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>Welcome to Ghulam Reza's Portfolio </b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Usage](#usage) - [👥 Authors](#authors) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [My Portfolio] <a name="about-project"></a> > Here you can find my biography and my projects demo. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > Html, Css, linter, Git, Github, Node, NPM, Figma Template <details> <summary>Client</summary> <ul> <li><a href="#">Html</a></li> <li><a href="#">Css</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="#">Github</a></li> </ul> </details> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> > Here you can find my project demo - [Live Demo Link](https:https://ghreza-crypto.github.io) <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: >You need to have Code Editor Installed. >Make sure Nodejs and NPM is installed in your system for linters. ### Setup Clone this repository to your desired folder: ```bash git clone https://github.com/ghreza-crypto/portfolio.git ``` 2. Open terminal and cd into project ```bash cd portfolio ``` 3. Open the index.html in your brower: ```bash open index.html ``` ### Install Install this project with: linters To check linters run the following command: 1. Install WebHint: ```bash npm install --save-dev hint@7.x ``` 2. Install StyleLint ```bash npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x ``` ## Check Linters Error 1. To check CSS or SCSS linters error: ```bash npx stylelint "**/*.{css,scss}" ``` 2. To fix CSS or SCSS linters error: ```bash npx stylelint "**/*.{css,scss}" --fix ``` 3. To check HTML linters error ```bash npx hint . ``` 4. To check JavaScript linters error ```bash npx eslint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> > 👤 **Ghulam Reza Rajabi** - GitHub: [@githubhandle](https://github.com/ghreza-crypto) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing Contributions, issues, and feature requests are welcome! ## ⭐️ Show your support <a name="support"></a> > If you like this project give it a star <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank from Microverse and all of my teammates. - [Microverse Videos](https://www.youtube.com/watch?v=PrIY8sYwe90&ab_channel=Microversevideos) - [Setup Linters](https://questions.microverse.org/t/configure-linters-for-html-and-css/2009) - [Mobile First](https://www.mightyminnow.com/2013/11/what-is-mobile-first-css-and-why-does-it-rock/) - [Figma Templates](https://www.figma.com/file/l7SqJ3ZfkAKih9sFxvWSR4/Microverse-Student-Project-1?node-id=0%3A1) <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>
It is a professional cv website that you can share information abut yourself, your experience and your work templates, build with Html, CSS, and JavaScript.
css,html,javascript
2023-01-13T10:25:11Z
2023-03-10T08:00:15Z
null
3
11
55
7
0
7
null
MIT
CSS
WhatsApp-Proxy/discovery-server
main
# WhatsApp Proxy Discovery Server WhatsApp Proxy Discovery server | Allows WhatsApp Proxies to announce themselves to the backend ## Routes - `/ping` - Returns a 200 OK response, used to check if the server is reachable ## How to run - Copy `.env.example` to `.env` - Fill in the required values - Configure the port in the `docker-compose.yml` file if needed. (If you want to run the server on port 90 for example use the following value: `90:8080`) - Run `docker-compose up -d` to start the server
WhatsApp Proxy Discovery server | Allows WhatsApp Proxies to announce themselves to the backend
expressjs,javascript,proxy,proxy-server,typescript,whatsapp
2023-01-10T11:31:39Z
2023-01-12T16:42:54Z
null
2
1
10
0
3
7
null
null
TypeScript
testing-library/web-testing-library
main
<div align="center"> <h1>Web Testing Library</h1> <a href="https://www.emojione.com/emoji/1f419"> <img height="80" width="80" alt="octopus" src="https://raw.githubusercontent.com/testing-library/web-testing-library/main/other/octopus.png" /> </a> <p>Simple and complete Web testing utilities that encourage good testing practices.</p> [**Read the docs**](https://testing-library.com/web) | [Edit the docs](https://github.com/testing-library/testing-library-docs) </div> <hr /> <!-- prettier-ignore-start --> [![Build Status][build-badge]][build] [![Code Coverage][coverage-badge]][coverage] [![version][version-badge]][package] [![downloads][downloads-badge]][npmtrends] [![MIT License][license-badge]][license] [![All Contributors][all-contributors-badge]](#contributors) [![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc] [![Discord][discord-badge]][discord] [![Watch on GitHub][github-watch-badge]][github-watch] [![Star on GitHub][github-star-badge]][github-star] [![Tweet][twitter-badge]][twitter] <!-- prettier-ignore-end --> <div align="center"> <a href="https://testingjavascript.com"> <img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/testing-library/web-testing-library/main/other/testingjavascript.jpg" /> </a> </div> ## Table of Contents <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [The Problem](#the-problem) - [This Solution](#this-solution) - [Installation](#installation) - [Documentation](#documentation) - [Guiding Principles](#guiding-principles) - [Contributors](#contributors) - [LICENSE](#license) <!-- END doctoc generated TOC please keep comment here to allow auto update --> ## The Problem You want to write maintainable tests for the [Web Platform](https://proposal-common-min-api.deno.dev/) or React Native. As a part of this goal, you want your tests to avoid including implementation details of your components and rather focus on making your tests give you the confidence for which they are intended. As part of this, you want your testbase to be maintainable in the long run so refactors of your components (changes to implementation but not functionality) don't break your tests and slow you and your team down. ## This Solution The `Web Testing Library` is a very light-weight solution for testing code that runs on the Web Platform (a browser, [Node.js][node], [Deno](https://deno.land/) etc) or React Native. The main utilities it provides involve querying the DOM for nodes in a way that's similar to how the user finds elements on the page. In this way, the library helps ensure your tests give you confidence in your UI code. The `DOM Testing Library`'s primary guiding principle is: > [The more your tests resemble the way your software is used, the more > confidence they can give you.][guiding-principle] ## Installation This module is distributed via [npm][npm] and should be installed as one of your project's `devDependencies`: ``` npm install --save-dev @testing-library/web ``` > [**Docs**](https://testing-library.com/docs/install) ## Documentation Read the docs (and discover framework and tool-specific implementations) at [testing-library.com](https://testing-library.com/web) ## Guiding Principles > [The more your tests resemble the way your software is used, the more > confidence they can give you.][guiding-principle] We try to only expose methods and utilities that encourage you to write tests that closely resemble how your code is used on the Web Platform or React Native. Utilities are included in this project based on the following guiding principles: 1. They should be usable on both the Web Platform **and** React Native 2. It should be generally useful for testing the application in the way the user would use it. We _are_ making some trade-offs here because we're using a computer and often a simulated environment, but in general, utilities should encourage tests that use the application the way they're intended to be used. 3. Utility implementations and APIs should be simple and flexible. At the end of the day, what we want is for this library to be pretty light-weight, simple, and understandable. ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://augustinlf.com/"><img src="https://avatars.githubusercontent.com/u/5271169?v=4?s=100" width="100px;" alt="Augustin Le Fèvre"/><br /><sub><b>Augustin Le Fèvre</b></sub></a><br /><a href="#ideas-AugustinLF" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://nickmccurdy.com/"><img src="https://avatars.githubusercontent.com/u/927220?v=4?s=100" width="100px;" alt="Nick McCurdy"/><br /><sub><b>Nick McCurdy</b></sub></a><br /><a href="#ideas-nickmccurdy" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://twitch.tv/jacobmgevans"><img src="https://avatars.githubusercontent.com/u/27247160?v=4?s=100" width="100px;" alt="Jacob M-G Evans"/><br /><sub><b>Jacob M-G Evans</b></sub></a><br /><a href="#ideas-JacobMGEvans" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://solverfox.dev/"><img src="https://avatars.githubusercontent.com/u/12292047?v=4?s=100" width="100px;" alt="Sebastian Silbermann"/><br /><sub><b>Sebastian Silbermann</b></sub></a><br /><a href="https://github.com/testing-library/web-testing-library/commits?author=eps1lon" title="Code">💻</a> <a href="#ideas-eps1lon" title="Ideas, Planning, & Feedback">🤔</a></td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END --> This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## LICENSE [MIT](LICENSE) <!-- prettier-ignore-start --> [npm]: https://www.npmjs.com/ [node]: https://nodejs.org [build-badge]: https://img.shields.io/github/workflow/status/testing-library/web-testing-library/validate?logo=github&style=flat-square [build]: https://github.com/testing-library/web-testing-library/actions?query=workflow%3Avalidate [coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/web-testing-library.svg?style=flat-square [coverage]: https://codecov.io/github/testing-library/web-testing-library [version-badge]: https://img.shields.io/npm/v/@testing-library/web.svg?style=flat-square [package]: https://www.npmjs.com/package/@testing-library/web [downloads-badge]: https://img.shields.io/npm/dm/@testing-library/web.svg?style=flat-square [npmtrends]: http://www.npmtrends.com/@testing-library/web [license-badge]: https://img.shields.io/npm/l/@testing-library/web.svg?style=flat-square [license]: https://github.com/testing-library/web-testing-library/blob/main/LICENSE [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square [prs]: http://makeapullrequest.com [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square [coc]: https://github.com/testing-library/web-testing-library/blob/main/CODE_OF_CONDUCT.md [github-watch-badge]: https://img.shields.io/github/watchers/testing-library/web-testing-library.svg?style=social [github-watch]: https://github.com/testing-library/web-testing-library/watchers [github-star-badge]: https://img.shields.io/github/stars/testing-library/web-testing-library.svg?style=social [github-star]: https://github.com/testing-library/web-testing-library/stargazers [twitter]: https://twitter.com/intent/tweet?text=Check%20out%20dom-testing-library%20by%20%40testing-library%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Fdom-testing-library%20%F0%9F%91%8D [twitter-badge]: https://img.shields.io/twitter/url/https/github.com/testing-library/web-testing-library.svg?style=social [emojis]: https://github.com/all-contributors/all-contributors#emoji-key [all-contributors]: https://github.com/all-contributors/all-contributors [all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/web-testing-library?color=orange&style=flat-square [set-immediate]: https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate [guiding-principle]: https://twitter.com/kentcdodds/status/977018512689455106 [jest]: https://facebook.github.io/jest [discord-badge]: https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square [discord]: https://discord.gg/testing-library <!-- prettier-ignore-end -->
🐙 Experimental Web testing utilities that encourage good testing practices.
javascript,testing
2023-01-14T06:55:14Z
2023-10-03T08:43:00Z
null
23
4
6
1
2
7
null
MIT
JavaScript
daniel-bogale/Vanilla-javascript-games
main
null
I created some game projects using plain JavaScript.
game,game-development,javascript,vanilla-javascript
2023-01-05T18:57:33Z
2023-04-15T09:44:59Z
null
1
0
32
0
0
7
null
null
JavaScript
bugra9/cpp.js
main
<h1 align="center">Cpp.js</h1> Bind C++ codes to JS on the web and react native without writing extra code. > **Note:** This project is currently under heavy development. <https://gdal3.js.org> \ **Why Cpp.js?** - Seamless integration of C++ and JavaScript - Power of native performance - Use or create prebuilt cpp.js libraries - Cross Platform ## Usage **/src/index.js** ```js import { Factorial } from './native/Factorial.h'; const factorial = new Factorial(99999); const result = factorial.calculate(); console.log(result); // execution time: 2s ``` **/src/native/Factorial.h** ```c++ class Factorial { private: int number; public: Factorial(int num) : number(num) {} int calculate() { if (number < 0) return -1; int result = 1; for (int i = 2; i <= number; i++) { result *= i; } return result; } }; ``` ## License [MIT](https://opensource.org/licenses/MIT) Copyright (c) 2023-present, Buğra Sarı
Bind C++ codes to JS on the web and react native without writing extra code.
cpp,emscripten,javascript,swig,webassembly,react-native
2023-01-01T10:53:44Z
2024-04-23T18:41:26Z
null
2
26
38
0
2
7
null
MIT
C++
Vimugithub/Portfolio
main
# Portfolio Portfolio ## VIMAL ## <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Vimu-Port</title> <!--=== CSS files ===--> <link rel="stylesheet" type="text/css" href="color/style.css"> <link rel="stylesheet" type="text/css" href="color/color1.css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!--=== Style switcher ===--> <link rel="stylesheet" href="color/color1.css" class="alternate-style" title="color1" disabled> <link rel="stylesheet" href="color/color2.css" class="alternate-style" title="color2" disabled> <link rel="stylesheet" href="color/color3.css" class="alternate-style" title="color3" disabled> <link rel="stylesheet" href="color/color4.css" class="alternate-style" title="color4" disabled> <link rel="stylesheet" href="color/color5.css" class="alternate-style" title="color5" disabled> <link rel="stylesheet" href="js/style-switcher.css"> </head> <body> <!--=== Main container Start ===--> <div class="main-container"> <!--=== Aside Start ===--> <div class="aside"> <div class="logo"> <a href="http://github.com/vimugithub" target="_blank"><span>V</span>imu</a></div> <div class="nav-toggle"> <span></span> </div> <ul class="nav"> <li><a href="#home" class="active"><i class="fa fa-home"></i>Home</a></li> <li><a href="#about"><i class="fa fa-user"></i>About</a></li> <li><a href="#service"><i class="fa fa-list"></i>Services</a></li> <li><a href="#portfolio"><i class="fa fa-briefcase"></i>Portfolio</a></li> <li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li> </ul> </div> </div> <!--=== Aside End ===--> <!--=== Main Content Start===--> <div class="main-content"></div> <!--=== Home section Start ===--> <section class="home section" id="home"> <div class="container"> <div class="row"> <div class="row"> <div class="home-info padd-15"> <h3 class="hello">Hello, My name is <span>Vimal Kumar</span></h3> <h3 class="my-profession">I'm a <span class="typing">IBM Trainee</span></h3> <p>I'm a IBM Trainee. My expertise is to create and website design, graphic design, photograph website and many more... </p> <a href="#contect" class="btn hire-me">Hire-me</a> </div> <div class="home-img padd-15"> <img src="img/vi2.jpg" alt=""> </div> </div> </div> </div> </div> </div> </section> <!--=== Home section End ===--> <!--=== About section Start ===--> <section class="about section" id="about"> <div class="container"> <div class="row"> <div class="section-title padd-15"> <h2>About Me</h2> </div> </div> <div class="row"> <div class="about-content padd-15"> <div class="row"> <div class="about-text padd-15"> <h3>I'm Vimu and <span>IBM Trainee</span></h3> <p>Our clients systems support modern society. In making them faster, more productive, and more secure, we don't just make business work better. We make the world work better.<b>"The art of life is to know how to enjoy a little and to endure very much."</b> </p> </div> </div> <!-- Personal --> <div class="row"> <div class="personal-info padd-15"> <div class="row"> <div class="info-item padd-15"> <p>Birthday : <span>19 Feb 1999</span></p> </div> <div class="info-item padd-15"> <p>Age : <span>23</span></p> </div> <div class="info-item padd-15"> <p>Website : <span>www.domain.com </span></p> </div> <div class="info-item padd-15"> <p>Email : <span>vimugithub19@gmail.com</span></p> </div> <div class="info-item padd-15"> <p>Degree : <span>COMPUTER SCIENCE</span></p> </div> <div class="info-item padd-15"> <p>Phone : <span>+91 708 882 8858</span></p> </div> <div class="info-item padd-15"> <p>City : <span>INDIA</span></p> </div> <div class="info-item padd-15"> <p>Freelnace : <span>Available</span></p> </div> <div class="info-item padd-15"> <p>Linkedin : <span>www.linkedin.com/in/vimal-2413b51b1</span></p> </div> <div class="info-item padd-15"> <p>Github : <span>http://github.com/vimugithub</span></p> </div> </div> <div class="row"> <div class="buttons padd-15"> <a href="img/resume.pdf" class="btn" download>Download CV</a> <a href="#contact" class="btn hire-me">Hire Me</a> </div> </div> </div> <div class="skills padd-15"> <div class="row"> <div class="skills-item padd-15"> <h5>Microsoft Office</h5> <div class="progress"> <div class="progress-in" style="width: 95%;"></div> <div class="skills-percent">95%</div> </div> </div> <div class="skills-item padd-15"> <h5>Database</h5> <div class="progress"> <div class="progress-in" style="width: 90%;"></div> <div class="skills-percent">90%</div> </div> </div> <div class="skills-item padd-15"> <h5>HTML</h5> <div class="progress"> <div class="progress-in" style="width: 85%;"></div> <div class="skills-percent">85%</div> </div> </div> <div class="skills-item padd-15"> <h5>CSS</h5> <div class="progress"> <div class="progress-in" style="width: 82%;"></div> <div class="skills-percent">82%</div> </div> </div> <div class="skills-item padd-15"> <h5>JavaScript</h5> <div class="progress"> <div class="progress-in" style="width: 90%;"></div> <div class="skills-percent">90%</div> </div> </div> </div> </div> <div class="row"> <div class="education padd-15"> <h3 class="title">Education</h3> <div class="row"> <div class="timeline-box padd-15"> <div class="timeline shadow-dark"> <!-- === Timeline items === --> <div class="timeline-item"> <div class="circle-dot"></div> <h3 class="timeline-date"> <i class="fa fa-calendar"></i> 2017 - 2020 </h3> <h4 class="timeline-title">Bachelor of Commerce</h4> <p class="timeline-text">Bachelor of Commerce is a programme that equips students with an in-depth knowledge of the field of commerce pertaining to the areas in which they choose to specialise. Candidates are trained in the particular fields of their choice so that they gain proper knowledge and are capable of putting it to practical use...</p> </div> <!-- === Timeline items === --> <div class="timeline-item"> <div class="circle-dot"></div> <h3 class="timeline-date"> <i class="fa fa-calendar"></i> 2020 - 2022 </h3> <h4 class="timeline-title">Bachelor of Education</h4> <p class="timeline-text">Bachelor of Education or more commonly referred to as B.Ed is a bachelor's degree program that can be pursued by students from Arts, Commerce, as well as Science stream. This program has different connotations in India and abroad...</p> </div> <!-- === Timeline items === --> <div class="timeline-item"> <div class="circle-dot"></div> <h3 class="timeline-date"> <i class="fa fa-calendar"></i> 2022 - Continues... </h3> <h4 class="timeline-title"> Advanced Diploma in IBM</h4> <p class="timeline-text">This Course has been developed with a clearly defined objective will help the students the most to enhance the employability and create industry pathways for students by helping them to start their own enterprise in cloud maintenance or computer hardware maintenance. Alternatively, students can apply for jobs in Industry as system technician, cloud developer, web designer and trainers</p> </div> </div> </div> </div> </div> <div class="experience padd-15"> <h3 class="title">Experience</h3> <div class="row"> <div class="timeline-box padd-15"> <div class="timeline shadow-dark"> <!-- === Timeline items === --> <div class="timeline-item"> <div class="circle-dot"></div> <h3 class="timeline-date"> <i class="fa fa-calendar"></i> 2017 - 2020 </h3> <h4 class="timeline-title">About Commerce</h4> <p class="timeline-text">Commerce is the large-scale organized system of activities, functions, procedures and institutions directly and indirectly related to the exchange (buying and selling) of goods and services among two or more parties within local, regional, national or international economies.<br><br></p> </div> <!-- === Timeline items === --> <div class="timeline-item"> <div class="circle-dot"></div> <h3 class="timeline-date"> <i class="fa fa-calendar"></i> 2020 - 2022 </h3> <h4 class="timeline-title">About B.ed</h4> <p class="timeline-text">Pursuing a B. Ed. course not only teaches you to inculcate good teaching skills but also how to the work in the administrative aspect of an education system. The course curriculum teaches prospective teachers how to play their part in making a healthy education structure.</p> </div> <!-- === Timeline items === --> <div class="timeline-item"> <div class="circle-dot"></div> <h3 class="timeline-date"> <i class="fa fa-calendar"></i> 2022 - Continues... </h3> <h4 class="timeline-title"> About ADIT-IBM</h4> <p class="timeline-text">IBM is one of the world's largest IT companies, with operations in over 170 countries. IBM is known for its hardware and software products, including computers, servers, storage systems and networking equipment.<br><br><br><br></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!--=== About section End ===--> <!-- === Service section Start ===--> <section class="service section" id="service"> <div class="container"> <div class="row"> <div class="section-title padd-15"> <h2>Services</h2> </div> </div> <div class="row"> <a href="https://wix.com/" target="_blank" class="service-item padd-15"> <div > <div class="service-item-inner"> <div class="icon"> <i class="fa fa-mobile-alt"></i> </div> <h4>Web Design</h4> <p>Web design is a multi-disciplinary job, where you'd need not only knowledge in design (typography, color theory) but also skills in developing a website (HTML, CSS, JavaScript). <br><br></p> </div> </div> </a> <a href="https://bytescout.com/" target="_blank" class="service-item padd-15"> <div class="service-item-inner"> <div class="icon"> <i class="fa fa-laptop-code"></i> </div> <h4>Laptop-code</h4> <p>Most laptops made by major companies that have been made after 2014 will be amazing for beginning programming, and for a first language, I'd suggest Python. <br><br></p> </div> </a> <a href="https://www.javatpoint.com" target="_blank" class="service-item padd-15" > <div class="service-item-inner"> <div class="icon"> <i class="fa fa-code"></i> </div> <h4>Coding</h4> <p>Coding, sometimes called computer programming, is how we communicate with computers. Code tells a computer what actions to take, and writing code is like creating a set of instructions.</p> </div> </a> <a a href="https://html-color.codes/" target="_blank" class="service-item padd-15"> <div class="service-item-inner"> <div class="icon"> <i class="fa fa-palette"></i> </div> <h4>Color-code</h4> <p>Easily find HTML color codes for your website using our color picker, color chart and HTML color names with Hex color codes, RGB and HSL values.<br><br></p> </div> </a> <a href="https://www.canva.com/create/portfolios/" target="_blank" class="service-item padd-15"> <div class="service-item-inner"> <div class="icon"> <i class="fa fa-search"></i> </div> <h4>Search</h4> <p>A portfolio is a compilation of academic and professional materials that exemplifies your beliefs, skills, qualifications, education, training, and experiences. It provides insight into your personality and work ethic.</p> </div> </a> <a href="https://www.instagram.com/tkd_vimu_219/" target="_blank" class="service-item padd-15"> <div class="service-item-inner"> <div class="icon"> <i class="fa fa-bullhorn"></i> </div> <h4>Comments</h4> <p>Have an any query ? <br> Please visit our comments section to tap here simply you go our pages. Thank you so much for visit here.<br><br></p> </div> </a> </div> </div> </section> <!--=== Service section End ===-> <!- === Portfolio section Start === --> <section class="portfolio section" id="portfolio"> <div class="container"> <div class="row"> <div class="section-title padd-15"> <h2>Portfolio</h2> </div> </div> <div class="row"> <div class="portfolio-heading padd-15"> <h2>My First Works :</h2> </div> </div> <div class="row"> <!-- ==== portfolio items Start ==== --> <div class="portfolio-item padd-15"> <div class="portfolio-item-inner shadow-dark"> <div class="portfolio-img"> <img src="img/portf1.png" alt=""> </div> </div> </div> <div class="portfolio-item padd-15"> <div class="portfolio-item-inner shadow-dark"> <div class="portfolio-img"> <img src="img/portf12.png" alt=""> </div> </div> </div> <div class="portfolio-item padd-15"> <div class="portfolio-item-inner shadow-dark"> <div class="portfolio-img"> <img src="img/portf13.png" alt=""> </div> </div> </div> <div class="portfolio-item padd-15"> <div class="portfolio-item-inner shadow-dark"> <div class="portfolio-img"> <img src="img/portf11.png" alt=""> </div> </div> </div> <div class="portfolio-item padd-15"> <div class="portfolio-item-inner shadow-dark"> <div class="portfolio-img"> <img src="img/portf15.png" alt=""> </div> </div> </div> <div class="portfolio-item padd-15"> <div class="portfolio-item-inner shadow-dark"> <div class="portfolio-img"> <img src="img/portf16.png" alt=""> </div> </div> </div> <!-- ==== portfolio items End ==== --> </div> </div> </section> <!-- === Portfolio section End === --> <!--=== Contact section Start ===--> <section class="contact section" id="contact"> <div class="container"> <div class="row"> <div class="section-title padd-15"> <h2>Connect with Vimu</h2> </div> </div> <h3 class="contact-title padd-15">Have You Any Query ?</h3> <h4 class="contact-sub-title padd-15">I'M HERE FOR YOU </h4> <div class="row"> <!-- ====Contact info item Start==== --> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-phone"></i></div> <h4>Call Us On</h4> <p>+91 7088828888</p> </div> <!-- ====Contact info item End==== --> <!-- ====Contact info item Start==== --> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-map-marker-alt"></i></div> <h4>Place</h4> <p>NSTI KANPUR</p> <a href="https://goo.gl/maps/hQSdcrZji4s8kAF8A" target="_blanks">Location</a> </div> <!-- ====Contact info item End==== --> <!-- ====Contact info item Start==== --> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-envelope"></i></div> <h4>Email</h4> <a href="http://vimugithub19@gmail.com" target="_blank">Email.com</a> </div> <!-- ====Contact info item End==== --> <!-- ====Contact info item Start==== --> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-globe-europe"></i></div> <h4>Github</h4> <a href="http://github.com/vimugithub" target="_blank">Vimugithub</a> </div> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-twitter"></i></div> <h4>Twitter</h4> <a href="https://twitter.com/vimalku53998597?t=atYbw3ii5_VK8Nq57NEZYQ&s=09" target="_blank">www.Twitter.com</a> </div> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-linkedin"></i></div> <h4>Linkedin</h4> <a href="www.linkedin.com/in/vimal-2413b51b1/" target="_blank">www.linkedin.com</a> </div> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-instagram"></i></div> <h4>Instagram</h4> <a href="https://www.instagram.com/tkd_vimu_219/" target="_blank">www.Instagram.com</a> </div> <div class="contact-info-item padd-15"> <div class="icon"><i class="fa fa-facebook"></i></div> <h4>Facebook</h4> <a href="https://www.facebook.com/profile.php?id=100012364482403&mibextid=ZbWKwL" target="_blank">www.Facebook.com</a> </div> <!-- ====Contact info item End==== --> </div> <h3 class="contact-title padd-15">ANY QUESTION ?</h3> <font size=6 color="red" face="algerian"><b><u> <marquee bgcolor="#2ecc71" behavior="alternate">Contact With Vimu</marquee></u></b></font> <h4 class="contact-sub-title padd-15">Contact with EMAIL & PHONE</h4> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3525.8437316723184!2d77.70617301189995!3d27.90676841656621!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397345a2d37548b3%3A0xea87ca3e5882a32b!2sTkdVimu!5e0!3m2!1sen!2sin!4v1673331453375!5m2!1sen!2sin" width="800" height="450" style="border:0; justify-content: space-between; display: flex; margin-left: 200px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe><br> <!-- ====Contact form==== --> <div class="row"> <div class="contact-form padd-15"> <div class="row"> <div class="form-item col-6 padd-15"> <div class="form-group"> <input type="text" class="form-control" placeholder="First_Name"> </div> </div> <div class="form-item col-6 padd-15"> <div class="form-group"> <input type="email" class="form-control" placeholder="Last_Name"> </div> </div> <div class="form-item col-6 padd-15"> <div class="form-group"> <input type="email" class="form-control" placeholder="Email_id."> </div> </div> <div class="form-item col-6 padd-15"> <div class="form-group"> <input type="number" class="form-control" placeholder="Phone_No."> </div> </div> </div> <div class="row"> <div class="form-item col-12 padd-15"> <div class="form-group"> <input type="text" class="form-control" placeholder="Subject"> </div> </div> </div> <div class="row"> <div class="form-item col-12 padd-15"> <div class="form-group"> <textarea name="" class="form-control" id="" placeholder="Message"></textarea> </div> </div> </div> <div class="row"> <div class="form-item col-12 padd-15"> <div class="form-group"> <button type="submit" class="btn" class="">Send Message</button> </div> </div> </div> </div> </div> <!-- ====Contact form==== --> </div> <!--=== Contact section End ===--> <!--=== Main coantainer Start ===--> <!--=== Main coantainer End ===--> <!-- === Style Switcher Start === --> <div class="style-switcher"> <div class="style-switcher-toggler s-icon"> <i class="fas fa-cog fa-spin"></i> </div> <div class="day-night s-icon"> <i class="fas fa-moon"></i> </div> <h4>Theme Colors</h4> <div class="colors"> <span class="color1" onclick="setActiveStyle('color1')"></span> <span class="color2" onclick="setActiveStyle('color2')"></span> <span class="color3" onclick="setActiveStyle('color3')"></span> <span class="color4" onclick="setActiveStyle('color4')"></span> <span class="color5" onclick="setActiveStyle('color5')"></span> </div> </div> <!-- === Style Switcher End === --> <!--=== JS files ===--> <!-- <script src="script.js"></script> --> </div> </section> <script type="text/javascript" src="js.js"></script> <script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script> <script> var typed = new Typed(".typing", { strings:["Web Developer.","Programmer.","Photographer.","Traveller." ,"Blogger", "Editor"], typedSpeed: 80, backSpeed: 110, loop:true }); </script> <script src="js/style-switcher.js"></script> <footer> <p class="copyright">Copyright &copy; <script>document.write(new Date().getFullYear())</script> VIMU 😎 All Rights Reserved</p> </footer> </body> </html>
Portfolio
css,html,img,javascript,portfolio-website
2023-01-10T05:15:08Z
2023-08-07T11:00:31Z
null
2
0
20
0
1
7
null
null
HTML
jellydn/promise-should-be-fun
main
<h1 align="center">Welcome to promise-should-be-fun 👋</h1> ![Version](https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000) [![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](https://twitter.com/jellydn) > Collection of exercises designed to practice and improve your skills with async programming in JavaScript. [![IT Man - Tip #30 - Promise should be fun [Vietnamese]](https://i.ytimg.com/vi/jhz8EhETkZ8/hqdefault.jpg)](https://www.youtube.com/watch?v=jhz8EhETkZ8) [![IT Man - Tech #30 - Deno 101 - The best developer experience [Vietnamese]](https://i.ytimg.com/vi/ocLNcwm4xUs/hqdefault.jpg)](https://www.youtube.com/watch?v=ocLNcwm4xUs) ## Usage #### Initialize ```sh git clone https://github.com/jellydn/promise-should-be-fun ``` ### Develop ```sh deno task dev ``` ### Test ```sh deno task test ``` ### Benchmark ```sh deno task bench ``` ## Exercises These are a collection of exercises designed to practice and improve your skills with async programming in JavaScript. ### How to use Each exercise is a separate module and can be run on its own. The instructions for running each exercise can be found in the [exercises](exercises) folder. ## Useful links - [Using npm Packages with npm Specifiers | Manual | Deno](https://deno.land/manual@v1.29.1/node/npm_specifiers) - [sindresorhus/promise-fun: Promise packages, patterns, chat, and tutorials](https://github.com/sindresorhus/promise-fun) ## Author 👤 **Dung Huynh** - Website: https://productsway.com/ - Twitter: [@jellydn](https://twitter.com/jellydn) - Github: [@jellydn](https://github.com/jellydn) ## Show your support [![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/dunghd) [![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dunghd) [![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/dunghd) Give a ⭐️ if this project helped you!
Collection of exercises designed to practice and improve your skills with async programming in JavaScript.
deno,javascript,promise,typescript
2023-01-01T07:20:10Z
2023-03-25T05:07:56Z
null
1
1
6
0
1
7
null
null
TypeScript
JGTools/BunnyWS
master
# BunnyWS [![npm](https://img.shields.io/npm/v/@jgtools/bunnyws)](https://www.npmjs.com/package/@jgtools/bunnyws) [![npm](https://img.shields.io/npm/dm/@jgtools/bunnyws)](https://www.npmjs.com/package/@jgtools/bunnyws) [![GitHub](https://img.shields.io/github/license/jgtools/bunnyws)](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) Lightweight WebSocket library for Bun ## Features - :rabbit: Works with Bun - :zap: Zero dependencies - :gear: Assigns an ID to each client connection - :blue_square: Written in TypeScript ## Installation ### Using bun ```bash bun a @jgtools/bunnyws ``` ```javascript import { BunnyWS } from "@jgtools/bunnyws"; // ... ``` ## Usage ```typescript import { BunnyMsg, BunnyWS, BunnyWSEvents, BunnyWSClient } from "@jgtools/bunnyws"; const events: BunnyWSEvents = { open: (ws: BunnyWSClient) => { console.log("Client has connected", ws.data.id); }, message: (ws: BunnyWSClient, msg: BunnyMsg) => { console.log("Received:", msg); ws.send(msg); // send to client ws.publish("global", msg); // send to all connected clients (excluding itself) }, close: (ws: BunnyWSClient) => { console.log("Client has disconnected:", ws.data.id); } } const bws = new BunnyWS(8080, events); setInterval(() => bws.publish("Published to all"), 3000); ``` ## Docs ### BunnyWS `BunnyWS` is a WebSocket server. Constructor parameters: | Parameter | Type | |-----------|------| | `port` | `number` | | `events` | `BunnyWSEvents` | Methods: | Method | Type | |----------|------| | `publish` | `(msg: string \| ArrayBufferView \| ArrayBuffer, compress?: boolean) => number` | ### BunnyWSEvents `BunnyWSEvents` is an interface that defines the event handlers for a `BunnyWS` server. | Property | Type | |----------|------| | `open` | `(ws: BunnyWSClient) => void` | | `message` | `(ws: BunnyWSClient, msg: BunnyMsg) => void` | | `close` | `(ws: BunnyWSClient) => void` | ## License MIT
Lightweight WebSocket library for Bun
bun,javascript,typescript,jgtools,websocket,websocket-server
2023-01-02T15:00:32Z
2023-08-31T18:06:48Z
null
1
0
29
0
0
7
null
MIT
TypeScript
abhishekY495/asteroid-alert
main
# Asteroid Alert Look what **Asteroids** are going to make a close approach by **Earth** today.<br> Check out the site here - [**https://asteroidalert.netlify.app**](https://asteroidalert.netlify.app) # ![site-image](./assets/site.png) ## 👀 About The app gets the data from [**NASA's NeoWs API**](https://api.nasa.gov) and displays it in an easy-to-read format. It shows important information about each asteroid such as its **size**, **speed**, and **miss-distance** from Earth. It also compares the size of an asteroid to objects such as an **Aeroplane** or **The Eiffel Tower** to provide a perspective on how big an asteroid is. <br> > ⚠️ The data provided by NASA's API is the most recent and not real-time. ## 🛠️ Tech Built using Vanilla JS and [**spacekit**](https://typpo.github.io/spacekit/) library to create the **3D** interactive space visualizations. <br> Uses [**localStorage**](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store the data locally in your browser, so that it can be accessed faster, without the need to fetch from the API again. This improves the performance and reduces the number of requests made to the API. ## 💻 Install and run locally ``` > git clone https://github.com/abhishekY495/asteroid-alert.git > cd asteroid-alert > npm install > npm run dev ``` > Images provided by - [**Flaticon**](https://www.flaticon.com/)
Asteroids 🪨 that will make a close approach by Earth 🌏 today
asteroids,near-earth-objects,space,nasa-api,neo,neows,astronomy,javascript,3d-space,comets
2023-01-06T18:14:37Z
2023-12-23T09:20:52Z
null
1
1
126
0
3
7
null
MIT
TypeScript
ethand91/markdown-blog
master
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Simple Markdown blog created with Nextjs and Tailwind
nextjs,react,javascript,tailwindcss
2023-01-07T04:39:58Z
2023-01-07T04:38:57Z
null
1
0
1
0
1
7
null
null
JavaScript
glassonion1/quadkey-tilemath
main
# quadkey-tilemath [![npm version](https://badge.fury.io/js/global-mercator.svg)](https://badge.fury.io/js/quadkey-tilemath) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/glassonion1/quadkey-tilemath/main/LICENSE) The quadkey-tilemath provides functions for converting between geographical coordinates and tile coordinates using the Quadkey system. This system represents a hierarchical tiling of the Earth's surface as a quadtree, with each tile being assigned a unique identifier known as a Quadkey. The quadkey-tilemath implements the TileSystem static class described here as a reference: http://msdn.microsoft.com/en-us/library/bb259689.aspx Given a (longitude, latitude) and level produce a quadkey to be used in Bing Maps. Can also supply methods to generate a Google Maps TileXYZ ## Class diagram It is a conceptual class diagram for explanation only and differs from the actual implementation. ![plantuml](https://user-images.githubusercontent.com/1037944/219954819-e1670562-1027-4b34-8c62-1e7cd64d4796.svg) ## Install ``` $ npm install quadkey-tilemath ``` or ``` $ yarn add quadkey-tilemath ``` ## Usage Converts a longitude, latitude to a quadkey. ```ts import { tileMath } from 'quadkey-tilemath' // Shibuya const quadkey = tileMath.pointToQuadkey([139.69116, 35.63051], 20) // 133002112303213 console.log(quadkey) ``` Converts a quadkey to lng lat point. ```ts import { tileMath } from 'quadkey-tilemath' const point = tileMath.quadkeyToPoint('13300211230301333312') // 139.7014617919922, 35.657854158137965 console.log(point) ``` ## Demo using map Here is a demo that actually draws the quadkey on the map using this library. https://9revolution9.com/tools/geo/geocode/
Tile System math for the Spherical Mercator projection coordinate system (EPSG:3857)
javascript,quadkey,typescript,latitude,longitude,geocoding,geolocation
2023-01-13T13:57:53Z
2024-02-28T13:35:30Z
2024-02-28T13:35:30Z
1
0
30
0
0
7
null
MIT
TypeScript
itsfeizl/little-lemon
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
The little lemon app is the capstone project for Meta's Front-End Developer Certificate on Coursera
css,html,javascript,react,ux-ui-design
2023-01-02T23:13:29Z
2023-01-21T05:50:56Z
null
1
1
10
0
9
7
null
null
JavaScript
RGTechno/CourierTnM
master
# CourierTnM Automated software to decrease the time required by courier departments to manage large amounts of data. The project aims to generate efficient reports based on various parameters and solves the gaps in the current courier systems. # Project Setup Guide Welcome to the project! This guide will help you set up the project on your local machine and get it up and running. Please follow the instructions carefully to ensure a smooth setup process. ## Prerequisites Before you begin, make sure you have the following installed on your machine: - [Node.js](https://nodejs.org/en/) - [npm](https://www.npmjs.com/) - [Git](https://git-scm.com/) ## Getting Started 1. Fork & Clone the project repository to your local machine using the following command: > `git clone https://github.com/RGTechno/CourierTnM.git` 2. Navigate to the project directory: > `cd couriertnm` 3. Head to the backend directory and follow the [backend setup instructions](./backend/README.md). 4. Once the Backend is up and running, head to the frontend directory and follow the [frontend setup instructions](./frontend/README.md). <hr /> I hope you like the project, do give it a star ✨
Minor Project - USICT
courier-management,courier-service,courier-tracking,css,express,expressjs,html,javascript,jwt,jwt-authorization
2023-01-02T14:14:29Z
2023-05-28T06:06:50Z
null
1
4
39
0
4
7
null
null
JavaScript
cindykandie/financial-conference
main
<a name="readme-top"></a> <div align ="center"> <img src="assets/fire-round-button.png" alt="logo" width="140" height="auto" /> <br/> <h3><b>FINANCIAL FREEDOM ROADMAP 2023</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](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ](#faq) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [Hello microverse] <a name="about-project"></a> - View live website on https://cindykandie.github.io/capstone-1/ - Walkthrough the website https://loom.com/share/a35ab94b868b406aaf5615345802dfbe - This is a home page and about page created using HTML and CSS. With this minimal site, I have implemented the capstone 1 behance design by Cindy Shin. - I used css flexbox to display my elements correctly - added images on the page - Put text of various size and color -I customized the design to my FIRe project - The entire site is now fully responsive with a desktop and mobile menu in place ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://cindykandie.github.io/financial-conference/) ## 🛠 Built With <a name="built-with"></a> - HTML - CSS - JS ## 💻 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: - Git/Github - HTML and CSS and JS knowledge - VS code or any other equivalent tool. - NodeJs, NPM <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install Install this project with: - to install locally run git clone https://github.com/cindykandie/capstone-1.git - open the cloned directory with VSCode - Install lives server extension on VSCode - Right click on the index.html and select open with live server/Go Live ### Usage - Feel free to use this project. ### Run tests To run tests, run the following command: <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment You can deploy this project using: <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- Features --> ### Key Features <a name="key-features"></a> > Describe between 1-3 key features of the application. - **[Introductory section]** - **[Home and About pages]** - **[Transition and Animation]** - **[Added Functionality using Javascript]** - **[Added mobile-menu using Javascript]** - **[Added speakers using js]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Author1** - GitHub: [@cindykandie](https://github.com/cindykandie) - Twitter: [@cndykandie](https://twitter.com/cindykandie) - LinkedIn: [@cindykandie](https://www.linkedin.com/in/cindykandie/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Future Features <a name="future-features"></a> - Further improving the UX <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> All Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> > Write a message to encourage readers to support your project If you like this project create a pr and lets work together, or maybe leave a star <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > Give credit to everyone who inspired your codebase. - I would like to credit Cindy SHin for the amazing Behance design that my project is based off - I would like to thank my coding partners, standup partners every code reviewer <p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ <p align="right">(<a href="#readme-top">back to top</a>)</p>
A site project that advertises a major future event, a financial conference. The project aims at winning the attention of users and get them to join the conference. It is built on design guidelines provided by Cindy Shin and personalized to my preference.
css,css3,html,javascript
2023-01-02T09:28:37Z
2023-04-03T16:59:19Z
null
1
1
21
1
0
7
null
MIT
CSS
paiDaXing-web/Cora
main
<div align="center"> <img src="https://raw.githubusercontent.com/paiDaXing-web/Cora/main/4444-removebg-preview.png" width="128" alt="logo" /> <h1>Cora编辑器</h1> <p>一个基于 monaco-editor 在线编辑器插件</p> <p> <a href="https://github.com/paiDaXing-web/Cora" target="_black"> <img src="https://img.shields.io/github/stars/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square" alt="stars" /> </a> <a href="https://github.com/paiDaXing-web/You-Don-t-Know-TS" target="_black"> <img src="https://img.shields.io/github/forks/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square" alt="forks" /> </a> <a href="https://github.com/paiDaXing-web/You-Dont-Know-Algorithm" target="_black"> <img src="https://img.shields.io/badge/Author-%20buuing%20-7289da.svg?&logo=github&style=flat-square" alt="author" /> </a> <a href="https://youjia.sx.cn/algorithm/" target="_black"> <img src="https://img.shields.io/github/license/buuing/lucky-canvas?color=%232dce89&logo=github&style=flat-square" alt="license" /> </a> </p> </div> <div align="center"> | 适配框架 | npm 包 | 最新版本 | npm 下载量 | CDN 使用量 | | :------: | :----: | :------: | :--------: | :--------: | | `React` | [@cora](https://github.com/paiDaXing-web/Cora) | <img src="https://img.shields.io/npm/v/@lucky-canvas/vue?color=%23ffba15&logo=npm&style=flat-square" alt="version" /> | <a href="https://github.com/paiDaXing-web/Cora" target="_black"><img src="https://img.shields.io/npm/dm/@lucky-canvas/vue?color=%23ffba15&logo=npm&style=flat-square" alt="downloads" /></a> | <a href="https://github.com/paiDaXing-web/Cora" target="_black"><img src="https://data.jsdelivr.com/v1/package/npm/@lucky-canvas/vue/badge" alt="downloads" /></a> | </div> <br /> ## Demo 地址 [demo](https://paidaxing-web.github.io/Cora-demo.github.io/) ## 🙏🙏🙏 点个 Star **如果您觉得这个项目还不错, 可以在 [Github](https://github.com/paiDaXing-web/Cora) 上面帮我点个`star`, 支持一下作者 ☜(゚ヮ゚ ☜)** <br /> <!-- lerna过滤器配置 --> <!-- https://github.com/lerna/lerna/tree/main/core/filter-options#readme --> ## Usage This component builds itself. You can render an empty editor like this: ```typescript import React from 'react'; import Editor from 'react-run-code'; function App() { return <Editor id="10" modelsInfo={[]} />; } export default App; ``` Then you can make new tabs and start filling in your code. Clicking on the green `<>` button copies the generated `modelsInfo` prop to your clipboard. ![](https://github.com/Open-EdTech/react-run-code/blob/main/.github/create-editor.gif) You can now go into your source code and paste `[{"value":"console.log(\"make a new file\")","filename":"new.ts","language":"typescript"}]` in place of `[]` in the prop `modelsInfo={[]}`. ## Experimental You can do import and export statements, but they just concatenate files on the basis of a topological sort. Open a file 0.ts if you want to see what is going on, that file is the one that gets transpiled to JavaScript and executed by your browser. The files are shared across the webpage. Here is an example of us importing "file1.ts" from "file2.ts" but getting an error because there is no real bundler. ![](https://github.com/Open-EdTech/react-run-code/blob/main/.github/duplicateError.gif) ## 使用方法 # Cora ![](./333.png)
🚥🚥🚥 WebIDE在线编辑运行程序,本程序目的是为了仿照leecode代码编辑器功能,运行JS/TS代码。🚀🚀🚀支持部分语言服务,例如 TS 类型检查、代码补全、代码错误检查、代码格式化等; 💡💡💡编辑器支持 ES6 模块语法 import/export; 多个 Tab 项,可以新增和删除;🔥🔥🔥 Tab 页拖拽排序; 控制台输出与显示; 编辑历史回退等。
javascript,typescript,webide
2023-01-12T08:35:52Z
2023-01-30T09:32:35Z
null
1
10
38
0
2
7
null
MIT
TypeScript
sunyctf/login-demos
main
## 在线预览 [Online Page](https://sunyctf.github.io/login-demos/) ## 仓库介绍 ❣️ 好看、帅气的登陆、注册界面 ## 内容目录 - [css+js登陆按钮跑马灯效果](https://sunyctf.github.io/login-demos/css+js登陆按钮跑马灯效果/index.html) - [css+js登陆注册页](https://sunyctf.github.io/login-demos/css+js登陆注册页/index.html) - [css+js登陆注册页面-0](https://sunyctf.github.io/login-demos/css+js登陆注册页面-0/signin.html) - [css唯美登录页](https://sunyctf.github.io/login-demos/css唯美登录页/index.html) - [css+js透明动态漂浮登录页](https://sunyctf.github.io/login-demos/css+js透明动态漂浮登录页/index.html) - [css+jquery可爱熊猫遮眼登录页-0](https://sunyctf.github.io/login-demos/css+jquery可爱熊猫遮眼登录页-0/index.html) - [css+jquery可爱熊猫遮眼登录页-1](https://sunyctf.github.io/login-demos/css+jquery可爱熊猫遮眼登录页-1/index.html) - [css+js左右切换登录注册页](https://sunyctf.github.io/login-demos/css+js左右切换登录注册页/index.html) - [css+js顺滑简约登录注册页](https://sunyctf.github.io/login-demos/css+js顺滑简约登录注册页/index.html) - [css简易超帅登录页](https://sunyctf.github.io/login-demos/css简易超帅登录页/index.html) - [css现代风网站登录页](https://sunyctf.github.io/login-demos/css现代风网站登录页/index.html) - [css+jquery交互式网站注册表单](https://sunyctf.github.io/login-demos/css+jquery交互式网站注册表单/index.html) - [jquery+layui炫酷登录页](https://sunyctf.github.io/login-demos/jquery+layui炫酷登录页/index.html) ## 使用说明 HTMl、CSS3、JavaScript、DOM、Jquery ## 安装教程 1.点击以上对应分类下的Demo预览链接 2.通过[GitHub pages](https://pages.github.com/ "去了解GitHub pages")在浏览器地址栏访问 - 我的仓库主页:https://sunyctf.github.io/login-demos/ - GitHub pages站点访问通用格式:https//github用户名.github.io/github仓库名/项目文件夹名(如果有)/html文件名 ## 参与贡献 1.Fork 本仓库 2.新建 Feat_xxx 分支 3.提交代码 4.新建 Pull Request
⭐ 好看又有设计感的登陆、注册页面
css3,dom,html5,javascript,jquery
2023-01-04T11:56:37Z
2024-05-16T02:57:11Z
null
1
0
10
0
4
7
null
MIT
CSS
cozycodegh/cordova-plugin-inapppurchases
main
# Cordova-Plugin-InAppPurchases jump to: [PLUGIN USAGE](#plugin-usage) | [Testing App](#testing-app) | [Demo App](#demo-app) | [Cordova](#create-app) | [ADD IN APP PURCHASES](#add-inapp) | [Testing Tips](#testing-tips) | [Future Improvements](#future) | [cozycode.ca](#more-cozycode) | [Open Source License](#license) <hr/> ***Cordova*** plugin to add ***in-app purchases*** (and ***subscriptions***) into an app. <br> Use JavaScript to view, make, and complete purchases. Updated __2023__ for [Cordova](https://cordova.apache.org/) with current:<br> __Android__: *Billing Library 6* (released June 2023) (verifies receipts internally)<br> __iOS__: *StoreKit* (not StoreKit 2, released 2021, which is only available for iOS 15 and up) (does not verify receipts currently - it returns them, and can be verified if needed)<br> __Amazon Fire__: compatible, but untested <br> __Browser__: not implemented<br> __Windows__: not implemented <br> <p align="center"> <img src="docs/downloads.png" alt="" width="300" align="center" /> </p> <p align="center"> Downloaded 50 - 500 times/week into apps. <p> If you notice any issues, submit here: [github issues](https://github.com/cozycodegh/cordova-plugin-inapppurchases/issues)<br> Based on the original plugin working for many years made by Alex Disler (c) 2016 MIT, which is out of date for writing new apps: [`cordova-plugin-inapppurchase`](https://github.com/AlexDisler/cordova-plugin-inapppurchase)<br> Forked from another plugin, which is kept updated as well, if this plugin is broken, try this plugin: [`cordova-plugin-inapppurchase2`](https://github.com/wccrawford/cordova-plugin-inapppurchase-2)<br> This new plugin distribution makes significant changes to the Google Play Billing Library and plugin integration code. Have a good one! :grinning: # PLUGIN USAGE<a id="plugin-usage"></a><br> Add these calls inside of your cordova JavaScript to make in-app purchases and subscriptions: [`inAppPurchases.getAllProductInfo(productIds)`](docs/getAllProductInfo.md) <br> [`inAppPurchases.restorePurchases()`](docs/restorePurchases.md) <br> [`inAppPurchases.purchase(productId)`](docs/purchase.md) <br> [`inAppPurchase.completePurchase(productId,consume)`](docs/completePurchase.md) <br> The plugin creates an `inAppPurchases` object which can make calls to the store. <br> [see how to add the plugin](#add-inapp) [see more on using the plugin](docs/pluginAPI.md) # Testing App<a id="testing-app"></a><br> After creating [App Store and Google Play accounts and in-app products](#testing-tips), this app can test purchases. <br/> Download test app here: [cordova-plugin-inapppurchases Test App](https://github.com/cozycodegh/cordova-plugin-inapppurchases_TESTAPP) <p align="center"> <img src="docs/browser_test.png" alt="" width="300" align="center" /> </p> # Demo App<a id="demo-app"></a><br> This app shows how to use this plugin to load and make purchases in a [Cordova](https://cordova.apache.org/) app:<br/> Download demo app here: [cordova-plugin-inapppurchases Demo App](https://github.com/cozycodegh/cordova-plugin-inapppurchases_DEMOAPP) <p align="center"> <img src="docs/browser_demo.png" alt="" width="300" align="center" /> </p> # CREATE AN APP WITH CORDOVA<a id="create-app"></a><br> How to create a Cordova app: <br> ```properties npm install -g cordova cordova create directory_name com.your_name_or_company.your_app_name ``` <p align="center"> <img src="docs/cordova.png" alt="cordova app" width="300" align="center" /> </p> Cordova is an open source project maintained by Apache that lets you make apps written in HTML, css, and JavaScript. You can create cross-platform apps to publish on the Google Play Store for Android, and the Appstore for iOS, MacOS, and Apple devices. # ADD IN APP PURCHASES<a id="add-inapp"></a><br> 1. Add the plugin<br> The spelling of this plugin is cordova-plugin-inapppurchases with an s,<br> (more plugins we've tested but were not fully working December 2022: - `cordova-plugin-inapppurchase` (first plugin worked for years) - `cordova-plugin-inapppurchase-2` (active and almost fully working plugin by Wccrawford) - `cordova-plugin-purchase` (not updated to work in latest Android and iOS) ```properties cordova plugin add cordova-plugin-inapppurchases ``` 2. In the Google Play Store and iOS app store, add your in app purchases and subscriptions (set product ids here, for example, com.name_or_company.app_name.purchase_product_name) [(see testing tips below)](#testing-tips) * For the Google Play Store, retreive your *Base64 Billing Key* in monetization to use in the app<br> Create a file within your cordova project at: `www/manifest.json`, containing:<br> ```js { "play_store_key": "<Base64-encoded public key from the Google Play Store>" } ``` 3. Add buy buttons (or any UI you make) to your Cordova html code 4. Add calls to the plugin with the `inAppPurchases` object in your Cordova JavaScript code 5. Test that your in-app purchases are working with test accounts <!--# Example code coming soon --> # Testing Tips<a id="testing-tips"></a> see [common error messages](docs/errors.md) to handle other results ## Android 1. create a test track (closed works) and add an email address with a Google Play account 2. after adding the plugin, *build an aab file* and add it to the Google Play test track, this enables the Google Play billing library for your app 3. get your **base64 billing key** in the monetization section to add to the *www/manifest.json* 4. make "products" with ids on the google play store in the in-app products and subscriptions sections 5. log into your test account on your device and make purchases * use a real android device to test, simulators don't support billing (see the error message) * Google Store doesn't make a difference between consumable and non-consumable in-app purchases, don't call inAppPurchases(product_id,is_consumable); with is_comsumable=true for non-consumable purchases because it will consume them too ## iOS 1. create in app-purchases and subscriptions on App Store Connect, takes up to an hour to enable after creating the first one 2. to enable testing, create a build and upload it to App Store Connect (once you do it for one app, you may not need to do this step again) 3. create test accounts in the TestFlight section of App Store Connect 4. now you can log in to test accounts in the test device's settings, or the prompt that comes up in a simulator and test out in-app purchases * you should be able to test without having to submit your app for review # Future Improvements<a id="future"></a><br> - [ ] update to also include Storekit 2, in a couple years - [ ] will not add internal receipt checking for iOS, mostly helpful for MMOs - [ ] support Windows apps - [x] tested working 2023 with Google Play Billing Library 5 for consumables, non-consumables, and subscriptions - [x] tested working 2023 with StoreKit for consumables, non-consumables, and subscriptions # More from [cozycode.ca](https://cozycode.ca)<a id="more-cozycode"></a><br> * [make apps with JavaScript](https://cozycode.ca/post?pon=make-an-app-with-cordova) * [how to add ads to an app made with Cordova](https://cozycode.ca/post?pon=cordova-plugin-ads) * [how to make an in-app purchases with Cordova](https://cozycode.ca/post?pon=cordova-plugin-inapppurchases) * [a testing app for in-app purchases](https://cozycode.ca/post?pon=cordova-plugin-inapppurchases-TEST-APP) * [a demo app for in-app purchases](https://cozycode.ca/post?pon=cordova-plugin-inapppurchases-DEMO-APP) # Open Source License<a id="license"></a><br> MIT Licensed (MIT) Copyright © 2023 [cozycode.ca](https://cozycode.ca) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2023 cordova plugin to add in-app purchases and subscriptions into an iOS or Android app
android,cordova,ios,app,iap,inapp,purchase,billing,javascript,receipt
2023-01-06T19:08:35Z
2024-01-05T16:39:52Z
2023-12-14T23:46:33Z
2
1
82
0
3
7
null
MIT
Java
JesacaLin/katalog
main
## Katalog is a full-stack talent directory app. It offers an intuitive way for creative teams to find and organize top talent with its unique upvoting and downvoting system and location-based searching. Built with user experience in mind, Katalog eliminates the need for cluttered excel sheets and simplifies the process of sharing information, improving efficiency and potential. <br><br> Due to sensitive information, link to the deployed site is available upon request. <div align="left"> ##### Built with: React | JavaScript | HTML 5 | CSS 3 | Bootstrap 5 | Supabase | Figma <br> </div> ### UI Preview <img src="https://github.com/JesacaLin/katalog/blob/main/public/assets/katalog-ui-preview.jpg?raw=true" style="width: 850px;"> <br> <br> ### 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)
Katalog a full-stack talent directory app that allows creative teams to easily find and organize top talent through location-based searching and a unique upvoting and downvoting system.
api,bootstrap5,css3,front-end-development,full-stack,html-css-javascript,html5,javascript,react,reactjs
2023-01-11T00:14:57Z
2023-08-28T18:03:06Z
null
1
2
77
0
1
7
null
null
JavaScript
dev-mamun/microverse-portfolio
master
<a name="readme-top"></a> <div align="center"> <h3><b>My Portfolio</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) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Author](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Portfolio <a name="about-project"></a> > My name is **Abdullah al mamun**, i am a software developer. > This will showcase my accomplishment, skill and my recent work. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > This project built with html & css. - HTML - CSS - Flexbox - CSS Grid <!-- Features --> ### Key Features <a name="key-features"></a> > Describe between 1-3 key features of the application. - [ ] Intro - [ ] Recent Work - [ ] About Me - [ ] Contact Form - [ ] Social Link <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://dev-mamun.github.io/microverse-portfolio/) <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: - GIT - if you don't have git installed on your machine you can download it from [here](https://git-scm.com/downloads). - Linter - You can get install guide from <a href="https://github.com/microverseinc/linters-config/tree/master/html-css"> here</a> - Node.js & Npm - if you don't have npm installed on your machine you can download it from [here](https://nodejs.org/en/) ### Setup Once you have git installed on your machine you can clone project by running the command below. To clone your project to your local machine ```sh git clone git@github.com:dev-mamun/microverse-portfolio.git ``` Alternatively, you can download the zip file of your project by clicking on the `Code` button on the right side of your project page and clicking on `Download ZIP` ### Install Install this project with: ```sh cd microverse-portfolio ``` For this project, you don't need to install any dependencies but if you prefer to install any dev dependencies run: ``` npm install npm init -y npm install --save-dev hint@7.x npx hint . npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x ``` ### Usage To run the project, use the following : - VSCode use [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server) Alternative: Locate the folder where you cloned your project and open the `index.html` file in your browser to view your project. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Author <a name="authors"></a> 👤 **Abdullah AL mamun** - GitHub: [@dev-mamun](https://github.com/dev-mamun) - Twitter: [@CoderKnight](https://twitter.com/CoderKnight) - LinkedIn: [Mamun](https://www.linkedin.com/in/dev-mamun/) <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Will add following features on future. - [ ] **Menu** - [ ] **Project Details** <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> > Give a ⭐️ if you like this project! If you like this project... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank... - Teammates - Mentors - Youtube tutorials - Microverse guides - Google Search <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is my portfolio website that is made as a part of Microverse's task. I create a complete mobile version and a desktop version. It has four main sections headline, works, about me, and a contact form.
css,css3,html,javascript
2023-01-11T11:38:59Z
2023-02-10T05:15:42Z
null
4
18
97
0
0
7
null
null
HTML
HanaSabih/awesome-books-with-es6
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) <!-- PROJECT DESCRIPTION --> # 📖 Awesome Books <a name="about-project"></a> This is a Awesome books: plain JavaScript with objects project in the Microverse program to test my understanding in different ways to create objects in JavaScript, and Create and access properties and methods of JavaScript objects. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li>HTML</li> <li>CSS</li> <li>JAVASCRIPT</li> <li>BOOTSTRAPL</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **Responsive design** - **Used only Bootstrap, CSS, html and Javascript** <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://hanasabih.github.io/awesome-books-with-es6/) <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 personal computer connected to the internet - A Modern/Updated web browser - Have a local version control like git installed on your computer and a Github account - Code editor installed on your computer ### Setup Clone this repository to your desired folder: ```sh cd your-desired-folder git clone https://github.com/HanaSabih/awesome-books.git ``` ### Install Install this project with: ```sh cd your-desired-folder git clone https://github.com/HanaSabih/awesome-books.git ``` ### Usage To run the project, open index.html with your preferred browser. ### Run tests To run tests, run the following command in your `git bash` or CLI: - `npx hint .` : for the html codebase and use of best practices. - `npx stylelint "**/*.{css,scss}" `: for the css codebase and use of best practices. you can add. - `npx eslint . `: for the JavaScript codebase and use of best practices. <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Hana Sabih** - GitHub: [@githubhandle](https://github.com/HanaSabih) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/hana-sabih/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> [] Add date and time for each book and store it <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project, kindly give a ⭐️. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/HanaSabih/awesome-books-with-es6/blob/awesome-es6/MIT.md) licensed.
A Booklist app that makes a list of books by name of book and author to allow users to add and remove from the books, and clear completed books. built with Html, CSS, Javascript, and Bootstrap.
bootstrap5,css,html,javascript
2023-01-15T16:33:19Z
2023-01-17T11:55:26Z
null
1
1
20
0
0
7
null
null
JavaScript
yodit93/GEMS-website
main
<!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Setup](#setup) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Greate Ethiopian motivational speakers 2023: <a name="about-project"></a> > GEM speakers 2023 project is created using HTML, CSS and javascript. Here on the project, I prepared home and about page for both mobile and desktop users by relying on the design template. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- BUILT WITH --> ## 🛠 Built With <a name="built-with"></a> - Programming languages: HTML, CSS3, JS - Tools: Git, GitHub, Linters <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- Features --> ### Key Features <a name="key-features"></a> - Responsive - Mobile first <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> > Link to deployed project. - [Live Demo Link](https://yodit93.github.io/GEMS-website/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- Video --> ## Video about the project - To watch a demo, click on [Video Link](https://www.loom.com/share/8c461a8efb56463bbe8d9e7fc92b4f8cgit sta) <!-- 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: - Git and Code editor. ### Setup Clone this repository to your desired folder: ``git clone `https://github.com/yodit93/First-capstone-project` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 Yodit Abebe - GitHub: [yodit93](https://github.com/yodit93) - Twitter: [@yodtwit](https://twitter.com/yodtwit) - LinkedIn: [Yodit Abebe](linkedin.com/in/yodit-abebe-a97a68140) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/yodit93/First-capstone-project/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 ⭐️ to this repository. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > I would like to thank [Microverseinc](https://github.com/microverseinc). > Thank You [Cindy Shin](https://www.behance.net/adagio07) for the template of this project. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
A GEMS website helps motivational speech lovers to get information about the program details. I used HTML, CSS, and JavaScript to build this website.
css,html,javascript
2023-01-09T08:23:26Z
2023-09-11T08:44:40Z
null
1
1
13
0
0
7
null
MIT
CSS
iamchristianani/js-capstone
dev
<a name="readme-top"></a> <div align="center"> <h3><b>JS-Capstone</b></h3> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) -[Video Representation](#video-rep) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ](#faq) - [📝 License](#license) # 📖 JS-Capstone <a name="about-project"></a> **JS-Capstone** is a TV program application, where we display all types of movies and series, and their description. The homepage shows a list of movies that you can like and drop a comment on. It also has a pop up feature where the comments are being dropped and displayed, as well as other information about the movie.<br> The project has two user interfaces: - Homepage : The interface displays the following; - A set of movies derived from the [TV Maze API](https://api.tvmaze.com/) - Likes interaction that displays number of likes for the movies. The user interface is derived from the[Involvement Api](https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/dPFjjUGUAmeW9iUvUDVo/likes) - Popup Window : The interface displays; - Images of the selected movies. The interface is derived from [TV Maze API](https://api.tvmaze.com/) - Comment Section. The users comment are displayed on the page courtesy of the [Involvement Api](https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/dPFjjUGUAmeW9iUvUDVo/comments) ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > This project use html,css & javascript. <details> <summary>Client</summary> <ul> <li><a href="https://html.com/">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> <li><a href="https://webpack.js.org/">Webpack</a></li> <li><a href="https://jestjs.io/">Jest</a></li> </ul> </details> <details> <summary>API</summary> <ul> <li><a href="https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270">Involvement API</a></li> <li><a href="https://api.tvmaze.com/">TV Maze API</a></li> </ul> </details> ### Key Features <a name="key-features"></a> > Below are the key features of the website: - **Used TV Maze for the movie details** - **Used webpack** - **Add test with jest** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://iamchristianani.github.io/js-capstone/dist) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Video Representation <a name="video-rep"></a> - [Video Representation Link](https://drive.google.com/file/d/1zrdRB-1Z_rjhdw_7SYRpkXB1-ukNqxS0/view?usp=share_link) <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 simple example steps. 1. Clone this repository or download the Zip folder: **``git clone https://github.com/iamchristianani/js-capstone.git``** 2. Navigate to the location of the folder in your machine: **``you@your-Pc-name:~$ cd <folder>``** ### Visit And Open Files 1-Visit Repo [Visit Repo](https://github.com/iamchristianani/js-capstone) 2-Download Repo [Download Repo](https://github.com/iamchristianani/js-capstone.git) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> 👤 **Fahim Khan** - GitHub: [@Fahim-Khan-P](https://github.com/Fahim-Khan-P) - LinkedIn: [Fahim Khan](https://www.linkedin.com/in/fahim-khan-38a4b3240/) 👤 **Christian Ani** - GitHub: [@iamchristianani](https://github.com/iamchristianani) - Twitter: [@twitterhandle](https://twitter.com/kriznode) - LinkedIn: [Christian Ani](https://www.linkedin.com/in/anikriz/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> > CSS for styling 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! Feel free to check the [issues page](https://github.com/iamchristianani/js-capstone/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 a ⭐️. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - Project from [Microverse](https://www.microverse.org/?grsf=i6yi2m) html, css & Javascript module <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/iamchristianani/js-capstone/blob/dev/LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
The Gavot Website is a dynamic platform for film lovers. Movie details are collected from an API and displayed to users, complete with a user-friendly interface for browsing and searching. Users can also like and add comments for each movie, allowing for a community-driven experience. Built with HTML5, CSS3, JavaScript, and Webpack.
javascript,webpack,css3,html5
2023-01-02T16:05:36Z
2023-01-06T16:08:24Z
null
2
12
65
0
1
7
null
MIT
JavaScript
CobbyElsonfx/GIG
main
# <ins>Special thanks to Mr. Oliver, Manager at Brightfield Tech Academy, </ins> <br> and all friends and team members who in various ways contributed to this projects. This landing page was made with all the love at Brightfield Tech Academy. ## Project Link: https://cobbyelsonfx.github.io/GIG/ ##### ONLINE GIG: https://midfieldlogistics.com/ ##### And I came up with this ##### MINE: https://cobbyelsonfx.github.io/GIG/ #### Feel free to check it and let me know how I can improve my skills as a developer. ## Integrated Content and Resources: * Bootstrap Material Design * Jquery * Bootstrap * Javascript * HTML AND CSS
This landing page is a project built using HTML, CSS, and JavaScript. The goal of this project was to create an attractive and responsive landing page that showcases a product, service, or event.
bootstrap,css,html,javascript
2023-01-14T21:53:14Z
2023-03-08T04:02:43Z
null
3
0
23
0
0
7
null
null
HTML
moonLight-7k/suhel.khan
main
# ![Website](https://img.shields.io/website?down_color=Red&down_message=Offline&label=Status&style=plastic&up_color=Green&up_message=Online&url=https%3A%2F%2Fsuhelkhan.netlify.app%2F) # Personal Website This is the repository for my personal website. The website is built using HTML, CSS, and JavaScript and is hosted on GitHub Pages. ## Features - About ME - My Social Media - My CV ## Getting Started 1. Clone or download the repository. 2. Open the index.html file in your browser. 3. Explore the website and learn more about me! ## Contributing If you want to contribute to the development of this website, please submit a pull request with your changes. I will review and merge them if they align with the goals of the website. ## License This website is licensed under the [MIT License](https://opensource.org/licenses/MIT). ## Contact Feel free to contact me if you have any questions or feedback about the website. You can reach me at [Connect](https://bento.me/suhel).
null
css,html,javascript,portfolio-website,website
2023-01-14T19:37:45Z
2023-05-27T05:36:21Z
null
1
2
97
1
1
6
null
MIT
HTML
V-Blaze/Codex-ChatGPT
dev
# Codex-ChatGPT <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) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) # 📖 Codex-ChatGPT <a name="about-project"></a> Codex-ChatGPT is an AI-based web application. With an elegant user interface that resembles the ChatGPT app, communication with advanced GPT3 model API, and most importantly, the ability to ask the AI for help regarding JavaScript, React, or any other language. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > - HTML - CSS - Javascript - Node - Webpack - NPM - Express <details> <summary>Client</summary> <ul> <li><a href="https://reactjs.org/">React.js</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="https://expressjs.com/">Express.js</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> > - **Provdes a user interface to intract with AI** - **Get well detailed answer to any well articulated question** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> > - [Live Link](https://codex-chat-gpt-livid.vercel.app/) <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. - npm ```sh npm install npm@latest -g ``` ### Setup 1. Clone the repo by running the command ```sh git clone https://github.com/V-Blaze/Codex-ChatGPT.git ``` 2. Open the directory of the project ```sh cd Codex-ChatGPT ``` 3. Install project dependencies ```sh run npm install ``` 4. Open the html file ```sh run npm start <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Author <a name="authors"></a> 👤 **Author** - GitHub: [@V-blaze](https://github.com/V-Blaze) - Twitter: [@blaze_valentine](https://twitter.com/blaze_valentine) - LinkedIn: [@valentine-blaze](https://www.linkedin.com/in/valentine-blaze/) <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... Give a start and a follow. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ⭐️ Future-features <a name="future-features"></a> - Preserve user history. - Edit an already sent question. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I want to thank OpenAI for making this API free and accessible. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## Show your support - Give a ⭐️ if you like this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> - This project is [MIT](https://github.com/V-Blaze/cryptopedia/blob/dev/LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Codex-ChatGPT is an AI-based web application. With an elegant user interface that resembles the ChatGPT app, communication with advanced GPT3 model API, and most importantly, the ability to ask the AI for help regarding JavaScript, React, or any other language. Built with JavaScript and Nodejs
api,express,nodejs,api-rest,javascript
2023-01-10T11:11:16Z
2023-04-27T18:50:32Z
null
1
1
9
0
0
6
null
MIT
CSS
DanielEmidio1988/yu-gi-oh-shop-card
master
## 📖 Introdução Yu-gi-oh Shop Card é uma aplicação web de um e-commerce com vendas de Cards de Yugioh, consumindo a API [YGOPRODeck](https://ygoprodeck.com/api-guide/), que possui mais de 12.000 informações detalhadas de todos os cards do jogo. [Neste link](https://www.youtube.com/embed/KLZnIpEWjus), apresento uma introdução sobre o projeto. ## 🔗Link de Acesso - Deploy Vercel: [clique aqui!](https://yu-gi-oh-shop-card.vercel.app/). - Backend: Em breve ## 👥Equipe | [<img src="https://avatars.githubusercontent.com/u/111311678?v=4" width=115><br><sub>Daniel Emidio</sub>](https://github.com/DanielEmidio1988) | | :---: | ## 🧭Status do Projeto - ⏳Em andamento: Back-End ## 📄 Concepção do Projeto ### Instalando ```bash # Instalando dependências npm install # executando o projeto npm start ``` ### Layout Mobile | <img src="./src/assets/readme/homepagemobile.png" width=200><br><sub>Home Page</sub> | <img src="./src/assets/readme/detailspagemobile.png" width=200><br><sub>Detalhes</sub> | | :---: | :---: | ### Layout Desktop | <img src="./src/assets/readme/homepagedesktop.png" width=200><br><sub>Home Page</sub> | <img src="./src/assets/readme/detailspagedesktop.png" width=200><br><sub>Detalhes</sub> | | :---: | :---: | ### Layout Destop *DarkMode | <img src="./src/assets/readme/homepagedesktopdarkmode.png" width=200><br><sub>Home Page</sub> | <img src="./src/assets/readme/detailspagedesktopdark.png" width=200><br><sub>Detalhes</sub> | | :---: | :---: | ### Funcionalidades ```bash . Listagem: Ao abrir a aplicação, você será direcionado a página principal, com a listagem de todos os cards disponiveis, sendo renderizado 24 cards por página. . Detalhe: Cada card possui informações detalhadas sobre seus atributos, efeitos, entre outros que podem ser acessiveis ao clicar sobre o Card que deseja visualizar. O mesmo recurso permite adicionar o produto ao carrinho. . Carrinho: Na página de Carrinho, você poderá aumentar, diminuir ou remover a quantidade de itens no carrinho. Com o cupom 'DEV', você terá o desconto de R$ 25 para compras acima de R$ 50. Para compras acima de R$ 25, o frete é gratuito. . Compra: Na página de Fechamento de Compra, você poderá finalizar a compra e o carrinho e o pedido de compras serão finalizados. . DarkMode: função localizada no cabeçalho para alternar o tema da aplicação DarkMode ON/OFF; . Responsividade: Aplicação totalmente responsiva para Desktop, Tablet e Celulares. ``` ### Bibliotecas Utilizadas ```bash styled-components axios react-router-dom ``` ## 💡Programas utilizados: - VSCode ## 💻 Tecnologias ![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white) ![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white) ![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E) ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB) ![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white) ![Styled-Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white) ![Git](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white) ## 📫 Contato E-mail: emidio.daniel@hotmail.com [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/danielemidio1988/) [![Codewars](https://img.shields.io/badge/Codewars-B1361E?style=for-the-badge&logo=Codewars&logoColor=white)](https://www.codewars.com/users/DanielEmidio1988)
Yu-gi-oh Shop Card é uma aplicação web de um e-commerce com vendas de Cards de Yugioh, consumindo a API YGOPRODeck, que possui mais de 12.000 informações detalhadas de todos os cards do jogo.
css3,git,github,html5,javascript,reactjs,usecontext,useeffect,usenavigate,usestate
2023-01-14T01:12:56Z
2023-04-24T23:52:41Z
null
1
0
17
0
1
6
null
null
JavaScript
ferreira-tb/ares
main
null
Ferramenta para Tribal Wars
tribal-wars,bot,javascript,scripts
2023-01-16T16:22:14Z
2023-11-15T19:09:37Z
null
1
283
1,094
13
1
6
null
MIT
TypeScript
ToobaJamal/portfolio
main
# [Personal portfolio website](https://toobajamal.netlify.app) ## Description My fully responsive personal portfolio website showcasing my skills and expertise built in React. ## Technologies Used: ![REACT BADGE](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB) ![STYLED-COMPONENTS BADGE](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white) ![REACT ROUTER BADGE](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white) ![NETLIFY BADGE](https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge&logo=netlify&logoColor=white) ## Optimizations When I improve this project, I would make a loading screen while projects load on the screen to ensure better UX. ## Lessons Learned: I learned Styled Components and React Router while building this project. ## Features - Responsive design for all screen sizes - Navigation between different pages using React Router - Project showcase with brief descriptions and links to live demos and/or source code - Testimonial section highlighting a few of the best compliments/ recommendations I have recieved - Contact information potential employers or clients to get in touch with me
My personal portfolio website built in React
portfolio,portfolio-website,react,react-router,reactjs,styled-components,webdevelopment,javascript,javascript-framework,responsive
2023-01-04T08:41:58Z
2023-09-10T07:40:29Z
null
1
0
151
1
3
6
null
null
JavaScript
privatedev11/Chatter
main
# Chatter A place for all your chatting apps. ### Features - Many apps to use which are listed in a lower section. - Private; the developer cannot see your activity. - Remembers your logins. - Runs off of Chromium, which means all your apps in Chrome will be supported in Chatter. ### Apps Chatter currently supports: - WhatsApp - Discord - Microsoft Teams - Telegram - Android Messages - Jitsi Meet - Snapchat - WeChat - Google Chat - Skype - imo ### Building Instructions The main framework that Chatter uses is [Tauri](https://tauri.app), a [Node.js](https://nodejs.org) package. To build it, download Node.js and NPM, clone or download the repo and run ``npm run tauri build``. This will build the app for your OS (Windows, macOS, Linux). ### Images ![picture of Chatter main menu](https://i.imgur.com/oMADzYZ.png) ![picture of WhatsApp login open in Chatter](https://i.imgur.com/WytEml1.png7) ![picture of Microsoft Teams open in Chatter](https://i.imgur.com/F7w8mlb.png)
A place for all your chatting apps.
chat,javascript,node,nodejs,tauri,tauri-app
2023-01-06T10:17:27Z
2023-01-08T16:52:12Z
2023-01-08T16:43:17Z
1
1
18
0
0
6
null
MIT
HTML
sarahsimionescu/EDUEverywhere
main
# EDU Everywhere EDU Everywhere is a platform that globalizes high-quality, accessible education through providing an all-in-one learning platform that leverages AI technology to eliminate language barriers. This project was made as part of the DeltaHacks 9 Hackathon. Details are available on Devpost at [https://devpost.com/software/edu-everywhere](https://devpost.com/software/edu-everywhere) ## Inspiration Many of our friends who are international students are forced to pay four times the amount for education than of local students. As such, getting an education abroad is inaccessible for many international students, limiting their opportunities for learning and professional growth. Education is not accessible to many regions of the world. 95% of illiterate people worldwide are from developing countries (Verner, 2005). A lack of capital within these regions stunts local opportunities for accessible education, but what if education didn't have to be local? ## What it does At EDU Everywhere, **our goal is to globalize high-quality, accessible education through providing an all-in-one learning platform that leverages AI technology to eliminate language barriers. Essentially, it is a platform that allows people from anywhere to partake in education remotely**. Our service offers access to teachers that do not speak the same language as the user and vice versa, allowing effective cross-language teaching. It includes features such as handwriting translation [(of which we have a working prototype)](https://youtu.be/pUDBVPf7b1Q), automatically translated voice-overs during online lectures, and more! These AI-powered features combine to create a cohesive learning platform in the user's native language. All in all, EDU Everywhere brings countless life-changing opportunities that were once far out of reach right to the fingertips of eager learners all around the world. ## How we built it We first designed [our online platform in Figma](https://www.figma.com/file/4dPOZGHRbGgogbarMWnyos/DeltaHacks9?node-id=0%3A1&t=a8DjyiW7qSnKeJp6-1), honouring a simple and intuitive design making it approachable for students. At the same time, we began developing an [AI-powered tool in Python](https://youtu.be/pUDBVPf7b1Q), which leverages the [Google Cloud Translation API](https://cloud.google.com/translate) and [Google Cloud Vision API](https://cloud.google.com/vision) to accurately and authentically translate hand-written assignments that may include diagrams, footnotes etc. This tool is a prototype of one of the many features in our platform which supports cross-language learning. We then developed the [front end of our web app](https://youtu.be/FL3L-R1_7os) in [React](https://reactjs.org/), programming interactive components in Javascript and implementing styling using CSS. Lastly, we began developing the backend server using [Flask](https://palletsprojects.com/p/flask/) to access our AI translation tools from the React web app. All in all, our web app immersively illustrates our client's perspectives when using our platform. ## How to use The backend and frontend are currently not yet connected (due to time restrictions of the hackathon). Our progress can be observer in our `server.py` flask server. ### Frontend 1. `cd frontend` 2. `npm start` ### Backend 1. `cd Backend` 2. Replace the file you would like to translate with `note.jpg` 3. The translation by default will go from Korean -> English. You can change the input language by modifying `translate_text.py`. *WARNING: Changing the output language may cause errors with the chosen font.* 4. Run `detect.py`, and the translated output will be saved to `out.jpg` ## Before and After Translation ![note](https://user-images.githubusercontent.com/97263859/213252958-a70a09e6-fc2a-41b0-b540-b51027ad88ed.jpg) ![out](https://user-images.githubusercontent.com/97263859/213252969-baa8cd78-8eea-4632-b843-21f697560ac5.jpg) *The words have no meaning, but were translated accurately.* ## Challenges we ran into, Things we learned and Accomplishments that we're proud of For most of us, it was our first time using many of the tools, libraries and languages we did while creating this project. It was our first time using Google Cloud APIs, making a server in Flask and using React! A lot of learning, trial and error and error and error... We were under a tight time crunch, and although we could not complete some of our final components, we made it through and are proud of what we have created! Additionally, we got comfortable using essential tools that support collaboration, including GitHub, VS Live Sharing and Figma. We took the opportunity to learn to form each other's experiences and strengths to become better developers for positive change! ## What's next for EDU Everywhere There is plenty of more tools to implement to fulfil a complex cross-language educational platform! We are super pround of our written notes assignment translation functionality so far, but here are a few features we would like to develop for the future: - Transcribing, translating and overdubbing live lectures in real-time - Translating all communication in chat, feedback and annotations - Developing translation models to be more realistic and context-specific to numerous educational topics ## Built With - css - flask - github - google-cloud - google-cloud-translation-api - google-cloud-vision-api - javascript - python - react
EDU Everywhere is a platform that globalizes high-quality, accessible education through providing an all-in-one learning platform that leverages AI technology to eliminate language barriers.
css,flask,google-cloud,education,google-cloud-translation-api,google-cloud-vision-api,javascript,python,react,translation
2023-01-14T19:30:10Z
2023-01-18T17:32:56Z
null
4
0
28
0
1
6
null
null
JavaScript
Nxrix/Pixel-8
main
# Pixel-8 tiny Fantasy Console and JavaScript library for making tiny games or art that uses WebGL.
null
2d,fantasy-console,javascript,pixel-art
2023-01-06T16:39:44Z
2023-12-01T15:49:31Z
null
2
6
107
0
1
6
null
MIT
JavaScript
nazarepiedady/vitest-docs-pt
main
> [!NOTE] > This repository is only intended to synchronize the official vitest documentation, if you are ready to translate the vitest documentation in other languages you can refer to this repository <p align="center"> <img src="https://user-images.githubusercontent.com/11247099/145112184-a9ff6727-661c-439d-9ada-963124a281f7.png" height="150"> </p> <h1 align="center"> Vitest </h1> <p align="center"> Next generation testing framework powered by Vite. <p> <p align="center"> <a href="https://www.npmjs.com/package/vitest"><img src="https://img.shields.io/npm/v/vitest?color=729B1B&label="></a> <p> <p align="center"> <a href="https://chat.vitest.dev"><b>Get involved!</b></a> </p> <p align="center"> <a href="https://vitest.dev">Documentation</a> | <a href="https://vitest.dev/guide/">Getting Started</a> | <a href="https://vitest.dev/guide/#examples">Examples</a> | <a href="https://vitest.dev/guide/why">Why Vitest?</a> </p> <p align="center"> <a href="https://cn.vitest.dev">中文文档</a> </p> <h4 align="center"> </h4> <br> <br> ## Features - [Vite](https://vitejs.dev/)'s config, transformers, resolvers, and plugins. Use the same setup from your app! - [Jest Snapshot](https://jestjs.io/docs/snapshot-testing) - [Chai](https://www.chaijs.com/) built-in for assertions, with [Jest expect](https://jestjs.io/docs/expect) compatible APIs. - [Smart & instant watch mode](https://vitest.dev/guide/features.html#watch-mode), like HMR for tests! - [Native code coverage](https://vitest.dev/guide/features.html#coverage) via [`v8`](https://v8.dev/blog/javascript-code-coverage) or [`istanbul`](https://istanbul.js.org/). - [Tinyspy](https://github.com/tinylibs/tinyspy) built-in for mocking, stubbing, and spies. - [JSDOM](https://github.com/jsdom/jsdom) and [happy-dom](https://github.com/capricorn86/happy-dom) for DOM and browser API mocking - Components testing ([Vue](./examples/vue), [React](./examples/react), [Svelte](./examples/svelte), [Lit](./examples/lit), [Vitesse](./examples/vitesse), [Marko](./examples/marko)) - Workers multi-threading via [Tinypool](https://github.com/tinylibs/tinypool) (a lightweight fork of [Piscina](https://github.com/piscinajs/piscina)) - Benchmarking support with [Tinybench](https://github.com/tinylibs/tinybench) - [Workspace](https://vitest.dev/guide/workspace) support - [expect-type](https://github.com/mmkal/expect-type) for type-level testing - ESM first, top level await - Out-of-box TypeScript / JSX support - Filtering, timeouts, concurrent for suite and tests > Vitest 1.0 requires Vite >=v5.0.0 and Node >=v18.0.0 ```ts import { assert, describe, expect, it } from 'vitest' describe('suite name', () => { it('foo', () => { expect(1 + 1).toEqual(2) expect(true).to.be.true }) it('bar', () => { assert.equal(Math.sqrt(4), 2) }) it('snapshot', () => { expect({ foo: 'bar' }).toMatchSnapshot() }) }) ``` ```bash $ npx vitest ``` ## Sponsors ### Vladimir Sponsors <p align="center"> <a href="https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg'/> </a> </p> ### Anthony Fu Sponsors <p align="center"> <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> </a> </p> ### Patak Sponsors <p align="center"> <a href="https://cdn.jsdelivr.net/gh/patak-dev/static/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/patak-dev/static/sponsors.svg'/> </a> </p> ## Credits Thanks to: - [The Jest team and community](https://jestjs.io/) for creating a delightful testing API - [@lukeed](https://github.com/lukeed) for the work on [uvu](https://github.com/lukeed/uvu) where we are inspired a lot from. - [@pi0](https://github.com/pi0) for the idea and implementation of using Vite to transform and bundle the server code. - [The Vite team](https://github.com/vitejs/vite) for brainstorming the initial idea. - [@patak-dev](https://github.com/patak-dev) for the awesome package name! ## Contribution See [Contributing Guide](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md). ## License [MIT](./LICENSE) License © 2021-Present [Anthony Fu](https://github.com/antfu), [Matias Capeletto](https://github.com/patak-dev)
Documentação da Vitest em Português. 🇦🇴 🇧🇷 🇵🇹
javascript,jest,pt,pt-br,tdd,testing,testing-framework,typescript,vite,vitest
2023-01-15T18:29:19Z
2024-04-02T05:19:33Z
null
1
11
169
1
0
6
null
MIT
JavaScript
alanbaltabai/express-online-store
master
# Online store <img src="https://github.com/devicons/devicon/blob/master/icons/html5/html5-original.svg" title="HTML5" alt="HTML" width="40" height="40"/>&nbsp; <img src="https://github.com/devicons/devicon/blob/master/icons/css3/css3-original.svg" title="CSS3" alt="CSS" width="40" height="40"/>&nbsp; <img src="https://github.com/devicons/devicon/blob/master/icons/javascript/javascript-original.svg" title="JavaScript" alt="JavaScript" width="40" height="40"/>&nbsp; <img src="https://github.com/devicons/devicon/blob/master/icons/nodejs/nodejs-original.svg" title="Node.js" alt="Node.js" width="40" height="40"/>&nbsp; <img src="https://github.com/devicons/devicon/blob/master/icons/express/express-original.svg" title="Express" alt="Express" width="40" height="40"/>&nbsp; <img src="https://github.com/devicons/devicon/blob/master/icons/mongodb/mongodb-original.svg" title="MongoDB" alt="MongoDB" width="40" height="40"/>&nbsp; ## Table of contents - [General info](#general-info) - [Technologies](#technologies) - [Setup](#setup) - [Overview](#overview) ## General info The online-store created with MVC architecture, user/admin roles, authentication and authorization, online payment system, and REST API. ## Technologies - Express.js (<i>Node.js framework</i>) version: 4.17.3 - Mongoose (<i>intermediate library between Express.js and MongoDB</i>) version: 6.2.10 - Multer (<i>middleware for handling files in form</i>) version: 1.4.4 - Passport.js (<i>authentication middleware</i>) version: 0.5.2 - Stripe (<i>API for online payment processing</i>) version: 8.220.0 ## Setup To run this project (after downloading and installing the packages): ``` $ npm start ``` ## Overview To authorize as admin, append `/logadmin` to the url. The username and password is — "admin" (I am aware I shouldn't store raw passwords like this). <br> After authorizing, to go to admin page, append `/madmin` to the url.
Online store in Node.js (Express.js)
mongodb,nodejs,backend,css,express,html,javascript
2023-01-15T12:45:51Z
2023-05-24T05:19:37Z
null
1
0
12
0
0
6
null
null
JavaScript
abhijitnr/Full-Stack_Interview_Preparation
main
# Here is my list of Full-Stack Interview Preparation questions and answers that I have compiled for my own use. ## Here, I am going to add question-and-answer pairs for the following topics - HTML - CSS - JavaScript - React - Node.js - DSA. ## These are the installation steps to get it on your computer 1. To clone the repository, use the command provided below. ``` git clone https://github.com/abhijitnr/Full-Stack_Interview_Preparation.git ```
In this GitHub repo, I am adding all of my full stack interview preparation questions, which include HTML, CSS, JavaScript, React, Node.js, and DSA
css3,expreesjs,html5,javascript,mongodb,nodejs,react,redux
2023-01-09T09:52:04Z
2023-04-10T06:11:45Z
null
1
0
40
0
5
6
null
null
JavaScript
Wahaj-Ali/tv-hub
dev
<a name="readme-top"></a> <div align="left"> <h1>Project: TV Hub</h1> ## In this milestone We will Create the TV hub: with APIs: > TV Hub! A user-friendly web app where you can easily search for and find all the information you need about any show, including detailed descriptions and ratings. </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [� Table of Contents](#-table-of-contents) - [📖 TV Hub app ](#-tv-hub-app-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🔭 Future Features ](#-future-features-) - [🚀 Live Demo ](#-live-demo-) - [🚀 Video Presentation ](#-Video-Project-Presentation-) - [💻 Getting Started ](#-getting-started-) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Testing](#testing) - [Deployment](#deployment) - [👥 Author](#-author) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [❓ FAQ ](#-faq-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 TV Hub app <a name="about-project"></a> ![Tv hub screens mockup](https://github.com/Wahaj-Ali/tv-hub/assets/111431787/c0dc7d34-0ddc-44be-a573-bb176069634b) > TV show web app! With our user-friendly interface, you can easily search for and find all the information you need about any show, including detailed descriptions and ratings. But that's not all! The web app also allows you to engage with your favorite shows in new and exciting ways. You can "like" and comment on any of your favorite shows, sharing your thoughts and opinions with other fans from around the world. To create this incredible resource, we've leveraged the power of the TVmaze API to bring you the most accurate and up-to-date information about every show. Whether you're a casual viewer or a die-hard fan, you'll find everything you need to stay up-to-date on all the latest TV shows and trends. **Leaderboard App** ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Languages</summary> <ul> <li>HTML</li> <li>CSS</li> <li>Javascript</li> </ul> </details> <details> <summary>Bundler</summary> <ul> <li>Webpack</li> </ul> </details> <details> <summary>Server</summary> <ul> <li>Github</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **Add comments to Tv shows** - **Add likes to TV shows** - **View youtube trailers of each TV show** - **Count and display the number of TV shows** - **Count and display the number of Comments on each popup** - **hide API using Environment variables** - **a search bar to search for the shows** <p align="right">(<a href="#readme-top">back to top</a>)</p> #### 🔭 Future Features <a name="future-features"></a> - [ ] **Change styles** <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - <a href="https://wahaj-ali.github.io/tv-hub/dist/" target="_blank">Live Demo Link</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Video Project Presentation <a name="live-demo"></a> - <a href="https://drive.google.com/file/d/1CFkmaiZM4Nk9bEsLT6ZLlJMSXOT0Xke0/view?usp=sharing" target="_blank">-Video Project Presentation Link</a> <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. ### Setup Clone this repository to your desired folder: ```sh git clone git@github.com:portfolio-roy/leaderboard.git cd to-do-list ``` ### Install Install this project with: ```sh npm install ``` ### Usage To run the project in a development server, execute the following command: ```sh npm start ``` ### Testing To run the tests in a development server, execute the following command: ```sh npm test ``` To to build for the production, execute the following command: ```sh npm run build ``` ### Deployment You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> <h4>Lucas Erkana</h4> <img src="/images/github.svg" alt="logo" width="18" height="18" />[githubhandle](https://github.com/Lucash2022) <br> <img src="/images/twitter.svg" alt="logo" width="18" height="18" /> [twitterhandle](https://twitter.com/@Lucas_David_22) <br> <img src="/images/linkedin.svg" alt="logo" width="18" height="18" />[linkedIn](https://www.linkedin.com/in/lucas-erkana-b30a0b3b/) <br> <img src="/images/facebook.svg" alt="logo" width="18" height="18" />[facebook](https://www.facebook.com/lucash.toni) 👤 **Wahaj Ali** <img src="/images/github.svg" alt="logo" width="18" height="18" />[githubhandle](https://github.com/Wahaj-Ali) <br> <img src="/images/twitter.svg" alt="logo" width="18" height="18" /> [twitterhandle](https://twitter.com/Ali96Wahaj ) <br> <img src="/images/linkedin.svg" alt="logo" width="18" height="18" />[linkedIn](https://www.linkedin.com/in/wahaj-ali96/) <br> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Wahaj-Ali/tv-hub/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project give me a star. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Thanks to our friend [Kashif](https://github.com/Kashif-Saleem-Ghuman) for a good insight file loaders and styling. Thanks to our friend [Alex](https://github.com/Osoro254Alex) for a good insight of the overview of the project. Thanks to our friend [Ernest Korir](https://github.com/ernestkorir) for a good insight of the code. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ <a name="faq"></a> > Add at least 2 questions new developers would ask when they decide to use your project. - **What is this project?** - It's a project of micoverse curriculam. - **Is there any SQL database for this site** - No, there isn't. However, I used javascirpt objects stored in a file as a small database. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/Wahaj-Ali/tv-hub/blob/dev/MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
The JavaScript capstone project, TV show web app! with a user-friendly interface, you can easily search for and find all the information you need about any show. But that's not all! The web app also allows you to engage with your favorite shows in new and exciting ways.
css,html5,javascript,jest,webpack
2023-01-02T14:21:12Z
2023-06-07T19:56:51Z
null
2
17
121
0
2
6
null
MIT
JavaScript
sarathrajan922/timeshub
master
Developed an MERN-based ecommerce website with admin and user interfaces. Users can create accounts, manage Wishlist, cart, and make purchases with various payment options. Utilized JavaScript for frontend and MongoDB for the database.
Developed an MERN-based ecommerce website with admin and user interfaces. Users can create accounts, manage Wishlist, cart, and make purchases with various payment options. Utilized JavaScript for frontend and MongoDB for the database.
cloudinary,ecommerce,express,javascript,mongodb,multer,nodejs,razorpay,website
2023-01-16T11:37:32Z
2023-12-04T16:45:50Z
null
1
0
23
0
0
6
null
null
EJS
blackcode1996/Tata-Cliq-clone
main
<h2> Tata Cliq Clone </h2> Tata Cliq is an Indian e-commerce company based in Mumbai, India. It is owned by Tata UniStore Limited, of Tata Group. TataCLiQ operates in categories such as Electronics, Fashion, Footwear, and Accessories. <br> <h2>Landing Page</h2> ![Screenshot (84)](https://i.ibb.co/LrdQqKM/tatacliq.png) <h2>Product Page</h2> ![Screenshot (84)](https://i.ibb.co/ScPk695/Screenshot-17.png) <h2>Footer Page</h2> ![Screenshot (84)](https://i.ibb.co/3svyTVp/Screenshot-16.png) ### Collaborators- >**Team-Lead:- Aakash Mukherjee** <https://github.com/blackcode1996> | Team members | Github-profiles | | ------ | ------ | | Aakash Mukherjee | <https://github.com/blackcode1996> | | Ranbir Singh | <https://github.com/sranbir392> | | Shivam Dubey | <https://github.com/Shivam00002> | | Sajan Kumar | <https://github.com/sajan1789> | | Aniket Parmar | <https://github.com/aniketparmar29> |
It is a clone of Tata Cliq website which we named as Formal Click. Tata Cliq is an Indian e-commerce company based in Mumbai, India. It is owned by Tata UniStore Limited, of Tata Group. TataCLiQ operates in categories such as Electronics, Fashion, Footwear, and Accessories.
react,reactjs,redux,css,html,javascript,json-server
2023-01-14T10:24:57Z
2024-01-24T16:44:37Z
null
7
35
160
0
5
6
null
null
JavaScript
wlsf82/meal-suggestion
main
# Meal suggestion [![CI/CD](https://github.com/wlsf82/meal-suggestion/actions/workflows/cicd.yml/badge.svg)](https://github.com/wlsf82/meal-suggestion/actions) [![meal-suggestion](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/dyjimv/main&style=flat&logo=cypress)](https://cloud.cypress.io/projects/dyjimv/runs) Gerador de refeições veganas com lista de ingredientes. ___ ## Pré-requisitos Para rodar a análise estática de código e os testes automatizados, você vai precisar dos seguintes sistemas instalados em seu computador: - [Node.js](https://nodejs.org/en/) (usei a versão `v18.13.0` enquanto escrevia este documento) - npm (usei a versão `8.19.3` enquanto escrevia este documento) > **Obs.:** Ao instalar o Node.js, o npm é automaticamente instalado. ## Instalação Para instalar as dependências de desenvolvimento, execute o comando `npm install` (ou `npm i`, para a versão curta). ## Análise estática de código Este projeto utiliza o [ESLint](https://eslint.org/) para analisar o código estaticamente. Para rodar a análise estática de código, utilize o comando `npm run lint`. E para a auto-correção de problemas encontrados pela análise estática de código, utilize o comando `npm run lint:fix`. ## Testes Este projeto utiliza o [Cypress.io](https://cypress.io) para os testes _end-to-end_, onde você pode executá-los tanto em modo interativo, como em modo _headless_. Além disso, durante a integração e deploy contínuo, as execuções dos testes são gravadas no serviço [_Cypress Cloud_](https://cloud.cypress.io/projects/dyjimv/runs). ### Modo _headless_ Execute `npm test` (ou `npm t`, para a versão curta) para rodar todos os testes em modo _headless_. ### Modo interativo Execute `npm run cy:open` para abrir a _Cypress App_ e executar os testes em modo interativo. ## Suporte este projeto Para suportar este projeto, basta deixar uma ⭐. ___ Feito com ❤️ por [Walmyr](https://walmyr.dev).
Gerador de refeições veganas com lista de ingredientes.
ci-cd,cicd,css,cypress,github-actions,html,javascript,s3,vegan,continuous-deployment
2023-01-15T18:18:04Z
2024-05-07T23:33:46Z
null
1
8
119
0
2
6
null
MIT
JavaScript
angeluray/hotel-booking-frontend
main
# Hotel Booking frontend-Project #### Link to Rails App [Hotel Booking Backend](https://github.com/angeluray/hotel-booking-backend.git) # Description Hotel Booking Frontend is a Hotel Booking application where the user can register new accounts, login and reserve a set of different Hotels. It is built and connected by using two different repos, including Back-end(Rails) and Front-end(React/Redux). ## Built With - HTML - JS - Tailwind - CSS - JSX - ReactJS - Redux <!-- LIVE DEMO --> ## 🚀 Live Demos and Importand links <a name="live-demo"></a> - [Hotelator Frontend deployment link](https://inspiring-kashata-9d9dfc.netlify.app/) - [Hotelator Bakend deployment link](https://hotelator.onrender.com) ## Kanbanboard - [Kanban board link](https://github.com/users/angeluray/projects/2) - [Kanban board initial state + screenshots + initial colaborators](https://github.com/angeluray/hotel-booking-backend/issues/15) - The final number of colaborators is 3: - @Kumilachew-g - @Tadessejemal1 - @angeluray ## Screenshots ![image_2023-01-19_19-00-48](https://user-images.githubusercontent.com/97189760/213582355-7102d3bb-4878-4fe2-8207-ddb6ac574844.png) ![image_2023-01-19_19-01-17](https://user-images.githubusercontent.com/97189760/213582378-7a3e0f7f-f044-4f04-a30f-bba6f60cb7ec.png) ![image_2023-01-19_19-01-39](https://user-images.githubusercontent.com/97189760/213582402-44439e5e-4efb-468e-ae6c-84c791fc7bcb.png) ![image_2023-01-19_19-02-40](https://user-images.githubusercontent.com/97189760/213582424-5e6044ab-6a6c-413c-9366-2ad717f7cb4e.png) ![image_2023-01-19_19-03-41](https://user-images.githubusercontent.com/97189760/213582468-966eea6e-e585-467a-aa87-99c861f6b4dd.png) ![image_2023-01-19_19-04-03](https://user-images.githubusercontent.com/97189760/213582560-a72aaa97-70a9-40a1-a751-4165db79099f.png) ![image_2023-01-19_19-06-00](https://user-images.githubusercontent.com/97189760/213582599-cd6585ad-80df-4ac3-8e15-f12a3abe3006.png) ## Getting Started This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing. To get a local copy up and running follow these simple example steps. ### Prerequisites - IDE(code editor) like: **Vscode**, **Sublime**, etc. - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/) ### To launch the project locally: #### Step 1: - Clone this repo locally using git and the following git command ```sh git clone https://github.com/angeluray/hotel-booking-frontend.git ``` #### Step 2: ```sh npm install ``` #### Step 3: ```sh 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. <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> <div id="badges"align="center"> ## 👤 _Tadesse Jemal_ </div> <div id="badges"align="center"> <a href="https://www.linkedin.com/in/tadesse-jemal-7b7058204/"> <img src="https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge"/> </a> <a href="https://github.com/Tadessejemal1/Tadessejemal1"> <img src="https://img.shields.io/badge/github-black?style=for-the-badge&logo=github&logoColor=white" alt="Github Badge"/> </a> <a href="https://twitter.com/TadesseJemal2"> <img src="https://img.shields.io/badge/Twitter-blue?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter Badge"/> </a> </div> <div id="badges"align="center"> ## 👤 _Angel uray_ </div> <div id="badges"align="center"> <a href="www.linkedin.com/in/angeluray-jobs"> <img src="https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge"/> </a> <a href="https://github.com/angeluray"> <img src="https://img.shields.io/badge/github-black?style=for-the-badge&logo=github&logoColor=white" alt="Github Badge"/> </a> <a href="https://twitter.com/atangeluray"> <img src="https://img.shields.io/badge/Twitter-blue?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter Badge"/> </a> </div> <div id="badges"align="center"> ## 👤 _Kumilachew Getie_ </div> <div id="badges"align="center"> <a href="https://www.linkedin.com/in/kumilachew-getie-0356bb157/"> <img src="https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge"/> </a> <a href="https://github.com/Kumilachew-g/"> <img src="https://img.shields.io/badge/github-black?style=for-the-badge&logo=github&logoColor=white" alt="Github Badge"/> </a> <a href="https://github.com/Kumilachew-g/"> <img src="https://img.shields.io/badge/Twitter-blue?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter Badge"/> </a> </div> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). ## Show your support Give a ⭐️ if you like this project! ## Acknowledgments - We want to say thank you to [Murat Korkmaz](https://www.behance.net/muratk) on Behance the creator of this beautiful [design](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign) that we used as a guide to build our project. ## 📝 License This project is [MIT](./MIT.md) licensed.
Hotel Booking Backend is a Hotel Booking (SPA) where the users can register themselves, login and reserve a set of different Hotels. It is built and connected by using two different repos, including the server side( Our Backend) with Ruby on Rails, and the client side(Our Front-end) with React/Redux.
erd,javascript,postgresql,rails,react,redux,ruby,tailwind
2023-01-06T16:10:07Z
2023-01-20T17:04:04Z
null
3
15
288
0
2
6
null
MIT
JavaScript
rahulbnc463/HealthKart-Clone
main
# HealthKart.com Clone of HealthKart a shopping website for Medicine where you can find all latest arrivals in medicine, supplement, Vitamins and all kind of health accessory Deployed Link -> https://hunky-advertisement-4799.netlify.app/ # Team Members 1.Rahul Deb 2.Rohit Rajput 3.Ranjan Kumar 4.Sai Kiran Tech stack used in the Project: React JS Chakra UI JavaScript CSS Axios # Some Snippets of the Project # Home Page ![Screenshot (14)](https://user-images.githubusercontent.com/112858493/213980224-5505b73b-668d-441a-a85b-a79157deac3e.png) # Middle Section ![Screenshot (15)](https://user-images.githubusercontent.com/112858493/213980228-7fabce3f-3265-493c-8af0-378a7f9be76c.png) # Login Section ![Screenshot (16)](https://user-images.githubusercontent.com/112858493/213980231-210cb82c-33fc-4343-a4ce-42bfeb409446.png) # Admin-Add Product Page ![Screenshot (19)](https://user-images.githubusercontent.com/112858493/213980234-30168c09-9987-427d-9e81-934696233648.png) # Admin All Product ![Screenshot (20)](https://user-images.githubusercontent.com/112858493/213980237-e13ecc71-d560-474c-8df4-249f42e822c8.png)
Clone of HealthKart a shopping website for Medicine where you can find all latest arrivals in medicine, supplement, Vitamins and all kind of health accessory
react,chakra-ui,css,html,javascript,styled-components
2023-01-16T11:43:53Z
2023-02-28T05:38:15Z
null
5
14
52
7
2
6
null
null
JavaScript
eladjmc/AppleSeeds-Amazon
main
# AppleSeeds-Amazon I was given a task @AppleSeeds Bootcamp to make a a copy of an Amazon product sale page while only using ```HTML``` and ```CSS``` (And one component of ```JavaScript```) I randomly picked a product page and copied it, the store page I made was for a Hat My main focus was on the small details to make sure the page looks the same. ## Demo site link https://appleseeds-amazon.netlify.app/ ## Screenshots ![Alt text](assets/images/Screenshot1.png?raw=true "Title") ![plot](./assets/images/Screenshot3.png) ![plot](./assets/images/Screenshot2.png) ## Deployment To deploy this project run ```bash ./index.html ``` This is a basic site with only one page of ```HTML``` and ```CSS``` styling
A copy of an Amazon product sale page
amazon,css,html,javascript,hat,study,study-project,task,website
2023-01-12T12:47:24Z
2023-01-15T22:11:48Z
null
1
0
25
0
0
6
null
null
HTML
Arham-12336/JavaScript30_challange
main
null
This repository contain all the projects that are being made in this 30 days of Vanilla JS challange
css,html,canvas,es6,javascript,vanilla-javascript
2023-01-13T19:37:27Z
2023-10-21T10:23:32Z
null
1
0
26
0
3
6
null
MIT
HTML
Amanastel/Meesho-Clone
main
# Project Title Meesho is a social commerce platform that undertakes retail distribution, enabling small retail merchants to connect and sell their products effectively via social media channels. Bengaluru-based Meesho aims to create an environment where anyone can start their business with zero investment ## TEAM DESCRIPTION Aman Kumar [ Login Signup page, Admin page ] nookala ramya phani kumari [Filter Sorting, Product description] Mayank Arya [Product and Landing Page] Nikhilesh Singh [Navbar, cart Page] ## Landing page ![App Screenshot](/images/screenshot/Screenshot%202023-01-26%20at%202.06.56%20AM.png) ## Product ![App Screenshot](/images/screenshot/Screenshot%202023-01-26%20at%202.07.28%20AM.png) ## Login Sign up ##### google Firebase authentication functionality added ![App Screenshot](/images/screenshot/Screenshot%202023-01-26%20at%202.07.47%20AM.png) ## Product Admin Page ![App Screenshot](/images/screenshot/Screenshot%202023-01-26%20at%202.08.05%20AM.png) ## Languages and Tools Languages - HTML, CSS, JavaScript Tools - API, Bootstrap, Firebase, crud operations ## 🔗 Links [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/aman-astel-18a543198/) [![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/AmanAstel) # Features You will be able to create your account using login and signup option with firebase, used API calls for validating user credentials. Used Reusable Components in landing page such that it can be reused in any other pages easily without repeatation. You can choose a product which you want to buy and add to cart section. One can Sort and Filter the product according to the prices and categories of different products. User can also select and remove items from cart section and make payment through card. All the data is stored in the localStorage of the User. # Instructions to Run the Code Clone my repository https://github.com/Amanastel/far-wealth-6961.git Open that code in your VS code index.html Open the index.html on Live server Then you can Navigate through other pages from Landing page like signin.html, cart.html, product.html, admin.html etc. ## Feedback If you have any feedback, please reach out to us at amanastel@icloud.com
It is an e-commarce website inspired from meesho. From here user can see the products and its details. User can add products to cart and buy them. There is an admin panel where admin can add new products, update the exisiting and delete.
firebase,teamwork,bootstrap,hmtl-css,javascript,e-commerce,git,github
2023-01-16T17:11:57Z
2023-01-25T22:17:11Z
null
5
36
87
0
1
6
null
null
HTML
astroboyReloaded/astroboyReloaded.github.io
main
# A Professional Web Developer Portfolio, by Alex Muñoz. <a name="readme-top"></a> <div align="center"> <img src="images/icons/Astroboy-removebg.png" alt="logo" width="120" height="auto" /> <br/> <h3><b>AstroboyReloaded | Portfolio</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) - [👥 Author](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Alex Muñoz's Web Developer Portfolio <a name="about-project"></a> This project aims to create a fully implemented professional portfolio to host my best work as a web developer. The portfolio itself is now in a mobile version develpment stage. > <br> For future implementations, please go to the [Future Features](#future-features) section. [Click here to see the Live Demo](https://astroboyreloaded.github.io/). ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://https://html5.org//">HTML 5</a></li> <li><a href="https://www.w3.org/Style/CSS/Overview.en.html">CSS 3</a></li> <li><a href="https://www.javascript.com/">JavaScript</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="https://pages.github.com/">GitHub Pages</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **Ensure meeting industry standards and best practices with linters** - **Mobile First.** - **Header Section** - **Headline Section** - **Projects Section** - **About Section** - **Contact form + basic validation** - **Footer Section / Social Networks** - **Style for different states to all buttons** - **Desktop version** - **Transitions to all clickable elements** - **Deployed to GitHub Pages** - **Accessibility and Screen Reader adapted** - **Mobile menu display implementation with JavaScript** - **Render `.works`'s content dinamically with JavaScript** - **PopUp window created dinamically with JavaScript for each project** - **Form validation with JavaScript** - **Local storage for form imputs content when not submited** <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://astroboyreloaded.github.io/) ### Prerequisites - [HTML](https://www.w3.org/html/) + [CSS](https://www.w3.org/Style/CSS/Overview.en.html) + [JavaScript](https://www.javascript.com/) ### Setup - If you wish to work from this project by editing it's code: ```sh git clone https://github.com/astroboyReloaded/astroboyReloaded.github.io.git ``` ### Install You may add linters to ensure adhering to best practices. 1.- Create a package.json: ```sh npm init -y ``` or: ```sh npm init ``` to fill up fields manually. 2.- Install all dependencies (linters): ```sh npm install ``` ### Usage - May use as a base or reference to develop your own portfolio. - Run ```sh npx hint . ``` to get an HTML review. - Run ```sh npx stylelint "**/*.{css,scss}" ``` to get a CSS review. - Run ```sh npx lighthouse <URL> ``` to get a performance review. - Run ```sh npx eslint . ``` to get a JavaScript review. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## Author <a name="authors"></a> 👤 **astroboyReloaded** - GitHub: [astroboyReloaded](https://github.com/astroboyReloaded) - Twitter: [@astroboyReload](https://twitter.com/astroboyReload) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/astroboyreloaded/) <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - **Real Projects**. - **My CV**. <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Please let me know if you find any issues in this repo's code! Feel free to check the [issues page](../../issues/). <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like my work on this project, please give me a star on this repo. I would also love to read your comment letting me know what you think! <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > Thanks to [Microverse](https://www.microverse.org/) for giving me a path to follow in this learning journey! > Thanks to my mates, who walk by and share they experiences and knowledge with me during this journey: you make this experience even more valuable! > Thanks to [GitHub](https://github.com/) for being so awesome! <!-- LICENSE --> ## 📝 License <a name="license"></a> [MIT](https://mit-license.org/) <p align="right">(<a href="#readme-top">back to top</a>)</p>
My Professional Developer Portfolio
css3,html,javascript,porfolio-website
2023-01-11T17:06:16Z
2024-01-24T01:29:12Z
null
3
21
161
0
0
6
null
MIT
CSS
faisalnazir7/myRIMS-frontned
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) # myRIMS-frontend
This repository contains frontend for myInventory.
react,redux,saas,javascript,react-dom,react-toastify
2023-01-05T18:31:27Z
2023-04-24T19:07:12Z
null
1
0
19
0
0
6
null
null
JavaScript
andykswong/mithic
main
<h1 align="center">mithic</h1> [![mithic](https://img.shields.io/badge/project-mithic-blueviolet.svg?style=flat-square&logo=github)](https://github.com/andykswong/mithic) [![npm](https://img.shields.io/npm/v/mithic?style=flat-square&logo=npm)](https://www.npmjs.com/package/mithic) [![docs](https://img.shields.io/badge/docs-typedoc-blue?style=flat-square&logo=typescript&logoColor=white)](http://andykswong.github.io/mithic) [![license: MIT](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](./LICENSE) [![codecov](https://codecov.io/gh/andykswong/mithic/branch/main/graph/badge.svg?token=2OYVQSTDMC)](https://codecov.io/gh/andykswong/mithic) [![build](https://img.shields.io/github/actions/workflow/status/andykswong/mithic/build.yaml?style=flat-square)](https://github.com/andykswong/mithic/actions/workflows/build.yaml) <br/> > Modular library for offline-first isomorphic JavaScript applications <br /> ## Overview `mithic` provides the building blocks for creating offline-first applications, using [CQRS](https://en.wikipedia.org/wiki/Command%E2%80%93query_separation) architecture with [eventsourced](https://en.wikipedia.org/wiki/Event_store) [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)s for storage and data replication. `mithic` is network agnostic and can be used in traditional client-server, decentralized, or local-only apps. Target use cases include business web apps, collaborative editing, multiplayer gaming, etc. ## Documentation See generated TypeDoc: https://andykswong.github.io/mithic/ ## Getting Started To use the library, you can depend on the monorepo: ```shell npm install --save mithic ``` Or select individual [modular packages](#packages) to use: ```shell npm install --save @mithic/collections @mithic/cqrs @mithic/crdt ``` For detailed usages, see the following examples: - [Simple Redux store example](./packages/examples/simple) - minimal example to get started. Uses the [Redux](https://redux.js.org/) store preset. - [GraphQL example](./packages/examples/graphql) - example integration with [GraphQL](https://graphql.org/) query, mutation and subscription ## Packages Core: |Package|NPM|Description| |-------|---|-----------| |[`@mithic/collections`](./packages/collections)|[![npm](https://img.shields.io/npm/v/@mithic/collections?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/collections)|Core collection interfaces and implementations| |[`@mithic/commons`](./packages/commons)|[![npm](https://img.shields.io/npm/v/@mithic/commons?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/commons)|Common utilities| |[`@mithic/cqrs`](./packages/cqrs)|[![npm](https://img.shields.io/npm/v/@mithic/cqrs?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/cqrs)|CQRS interface| |[`@mithic/crdt`](./packages/crdt)|[![npm](https://img.shields.io/npm/v/@mithic/crdt?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/crdt)|Eventsourced CRDT library| |[`@mithic/jsonr`](./packages/jsonr)|[![npm](https://img.shields.io/npm/v/@mithic/jsonr?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/jsonr)|JSON intermediate representation for sandboxed scripting| |[`@mithic/messaging`](./packages/messaging)|[![npm](https://img.shields.io/npm/v/@mithic/messaging?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/messaging)|Messaging interface| Plugins: |Package|NPM|Description| |-------|---|-----------| |[`@mithic/denokv`](./packages/plugins/denokv)|[![npm](https://img.shields.io/npm/v/@mithic/denokv?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/denokv)|Deno KV adapters| |[`@mithic/ipfs`](./packages/plugins/ipfs)|[![npm](https://img.shields.io/npm/v/@mithic/ipfs?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/ipfs)|IPFS and libp2p adapters| |[`@mithic/level`](./packages/plugins/level)|[![npm](https://img.shields.io/npm/v/@mithic/level?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/level)|abstract-level adapters| |[`@mithic/redis`](./packages/plugins/redis)|[![npm](https://img.shields.io/npm/v/@mithic/redis?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mithic/redis)|Redis adapters| ## License This repository and the code inside it is licensed under the MIT License. Read [LICENSE](./LICENSE) for more information.
Modular library for offline-first isomorphic JavaScript applications
collaborative,crdt,decentralized,javascript,p2p,state-channel,cqrs,cqrs-es,event-sourcing,typescript
2023-01-15T05:21:35Z
2024-02-05T01:48:14Z
null
1
1
66
0
2
6
null
MIT
TypeScript
bewithkomalkumar/MyFitnessPal_Clone
main
# MyFitnessPal Website's Clone > MyFitness pal is an fitness app that helps you to manage your diet plans for loose or gain weight according to the current health status of your body. * Its an Collaborative project build by 4 developers, in just 5 days. <a href="https://myfitnesspal1.netlify.app/">Live Demo</a> ## Features- * User have to login or create thier account to use all features. * Manage your daily diet by just simply add you all meals that you have in your whole day to the food section. * User can buy premium diet plans from premium section to avail all benifits. * payment feature is also there. ## Tech-Stack > React, Redux, JavaScript, Render-Api, Chakra-UI, Material-UI, HTML, CSS # Website Demo: ## Landing page ![image](https://user-images.githubusercontent.com/81805096/212323795-8b285853-ceb6-41bb-9f2c-c9fab8491831.png) ## Log-in / Sign-up ![image](https://user-images.githubusercontent.com/81805096/212324003-5907ba98-1667-44ab-8b24-8e6674f54b19.png) ## Home Page ![image](https://user-images.githubusercontent.com/81805096/212324070-0139e13d-6817-44c2-9a31-0ac337e17ada.png) ## Food Section ![image](https://user-images.githubusercontent.com/81805096/212324325-20ea7ee3-27b9-40bf-a102-8977d2e59fc0.png) ![image](https://user-images.githubusercontent.com/81805096/212324413-7242fa8b-f61b-499f-9a4d-f40678c3aa28.png) ## Explore Apps ![image](https://user-images.githubusercontent.com/81805096/212324611-b15f8764-6796-49e7-92e5-d169dfc8ca9e.png) ## Premium Section ![image](https://user-images.githubusercontent.com/81805096/212324723-fba2f9c5-6ddc-40df-9467-a24947054dcb.png) ![image](https://user-images.githubusercontent.com/81805096/212324795-d791197d-cd58-4fd4-803d-23a3e5930fc5.png) ![image](https://user-images.githubusercontent.com/81805096/212324961-31669c0e-23cd-4341-b29e-5c7e229c1524.png) ![image](https://user-images.githubusercontent.com/81805096/212325028-6f355d15-a8e6-4a3a-8e77-d63609e131ed.png) ## Payment page ![image](https://user-images.githubusercontent.com/81805096/212325174-7c3f6187-f5fc-4dfe-98f6-01891da4f847.png) ![image](https://user-images.githubusercontent.com/81805096/212325266-23759d4a-3fbc-4a9f-88e1-98b717dceb51.png) # How to Install ## 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)
MyFitness pal is an fitness app that helps you to manage your diet plans for loose or gain weight according to the current health status of your body.
html,reactjs,redux,chakra-ui,css,javascript,material-ui,render
2023-01-03T16:39:48Z
2023-10-20T06:42:24Z
null
4
14
50
1
0
6
null
null
JavaScript
faisalnazir7/myRIMS-backend
main
# myRIMS-backend
Backed repo for myInventory
bcryptjs,express-js,javascript,jsonwebtoken,mongodb,mongoose,multer,nodejs,nodemailer
2023-01-04T15:54:00Z
2023-04-25T18:26:24Z
null
1
0
10
0
0
6
null
null
JavaScript
dontlooktohard/amazon-mockup
main
# amazon-mockup this page as you can see is a mockup page of an amazon page using flex grid and for some extent java script. https://bespoke-cupcake-429fcf.netlify.app demo link
null
css,css-grid,html,javascript
2023-01-12T19:40:08Z
2023-01-15T11:47:57Z
null
1
0
9
0
0
6
null
null
HTML
jurjoroa/hcc-website
JorgeRoa
<div align="center"> <img src="logo/long_gray_HCC.png" alt="Image 1" width="700"> <hr> <br> <img src="logo/website.png" alt="Image 2" width="600"> </div> <br> <br> Founded in October 2022 in the vibrant city of Berlin, Germany, the Hertie Coding Club was created with the belief that coding is amazing, meaningful, well-rewarded, and easy to learn. The club aims to provide the Hertie community with a platform for learning and developing coding skills for multiple purposes. <br> | | | |----------------------------------------|----------------------------------------| | ![Image 1](logo/kick_off_event3.jpeg) | ![Image 2](logo/kick_off_event1.jpeg) | The Hertie Coding Club is excited to announce the launch of our new website! The website is a comprehensive resource for anyone interested in learning to code, with information about our club, upcoming events, and helpful materials.   ## What we offer The new website features a number of amazing features, including: - A user-friendly interface. - A comprehensive overview of our club's mission and activities. - A up-to-date listing of upcoming events and workshops. - A section on resources, with links to helpful tutorials, books and certifications.   ## What You Can Do The new website allows you to: - Code in R within our website. - Find out about upcoming events and workshops - Access helpful materials, such as tutorials, documentation, and datasets We hope you enjoy the new website! We are excited to share the new website with the Hertie community and hope that you will find it a valuable resource. The website is a work in progress, and we will be adding new features and content in the future. If you have any feedback or suggestions, please do not hesitate to contact us. Thank you for your continued support of the Hertie Coding Club! Happy coding!
Repository of the Hertie Coding Club website. Built with Quarto
data-science,html-css-javascript,netlify,quarto,quarto-project,website,quarto-pub,quartopub,css,html
2023-01-03T14:49:10Z
2023-12-09T17:26:30Z
null
2
1
199
0
3
6
null
MIT
HTML
akeneo/sample-apps
main
# Akeneo Sample Apps Welcome to the Akeneo sample Apps repository! The goal of this repository is to provide you with bootstraps of Apps in your favorite technology so that you can easily start your App projects. More info about Apps [here](https://api.akeneo.com/apps/overview.html) ## How to use this repository? ### Use cases Every folder in **samples** is a specific use case inside where you will find Apps in different technologies. Go deeper and find the App in your favorite technology that answers the selected use case. So far, you will find the following use cases | Folder name | Use case | Description | Technologies | |-------------|-------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------| | [start-app](https://github.com/akeneo/sample-apps/tree/main/samples/start-app) | Start App | The minimum app for getting an App token and querying the Akeneo PIM | PHP/Symfony, Javascript/NodeJS/ExpressJS, Python/fastAPI, Rust/Actix | | [dsm](https://github.com/akeneo/sample-apps/tree/main/samples/dsm/akeneo-dsm/) | DSM | An example app to show you how to use the Akeneo DSM | NodeJS/React/TypeScript | [Don’t hesitate to help us complete this list!](https://github.com/akeneo/sample-apps/blob/main/CONTRIBUTING.md) ### Get the code Get the whole repository ``` git clone git@github.com:akeneo/sample-apps.git ``` ### Launch the App Every App comes with its own README file. ## Developer resources --- - [Apps overview](https://api.akeneo.com/apps/overview.html) - [Start building your App](https://api.akeneo.com/apps/homepage.html) - [Guided tutorials](https://api.akeneo.com/tutorials/homepage.html) - [Postman Collection](https://api.akeneo.com/apps/app-developer-tools.html) ## Support The support of this repository is made in best effort by our Akeneo team. If you find a bug or want to submit an improvement, don't hesitate to raise an issue on Github. Also, you can ask questions and discuss about Apps with the community in the [Slack User Group](https://akeneopim-ug.slack.com/messages/web-api/). ## Contributing Do you have a use case of sample App that you want to share with the community? Or maybe you are a guru of a technology that we haven’t covered yet and you are ready to share your knowledge? All contributions are warmly welcomed! For more information, please consult [the contributing section](CONTRIBUTING.md)
Quick bootstrap your Akeneo Apps!
akeneo,apps,expressjs,fastapi,javascript,nodejs,php,python,symfony
2023-01-01T11:07:24Z
2023-09-27T07:24:58Z
null
32
72
275
1
6
6
null
NOASSERTION
Shell
RizkyFauziIlmi/React-Native-Manga-App
master
# React Native Manga App [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) ***Author: [@rizkyfauziilmi](https://github.com/RizkyFauziIlmi)*** This is a React Native application for manga reading. The repository provides a user-friendly interface for manga enthusiasts to easily browse and read their favorite manga series. The app features a sleek design, fast navigation, and a smooth reading experience optimized for mobile devices. With this application, users can keep track of their reading progress, discover new manga, and stay up-to-date with the latest releases. The source code is open-source and contributions from the community are always welcome ## List of Contents - [Demo](https://github.com/RizkyFauziIlmi/React-Native-Manga-App#demo) - [Installation](https://github.com/RizkyFauziIlmi/React-Native-Manga-App#installation) - [Install the APK](https://github.com/RizkyFauziIlmi/React-Native-Manga-App#install-the-apk-for-using-and-testing-only) - [Using repository](https://github.com/RizkyFauziIlmi/React-Native-Manga-App#using-repository-for-customize-the-app) - [Tech Stack](https://github.com/RizkyFauziIlmi/React-Native-Manga-App#tech-stack) ## Demo <div style="display: flex"> <img src="https://github.com/RizkyFauziIlmi/React-Native-Manga-App/blob/master/assets/UI.jpg" width="400" > <img src="https://github.com/RizkyFauziIlmi/React-Native-Manga-App/blob/master/assets/UIGIF.gif" width="150" > </div> ## Installation ### Install the APK (for using and testing only) * download apk from this [Release Version](https://github.com/RizkyFauziIlmi/React-Native-Manga-App/releases/tag/v3.4.4). (Jozu v3.4.4) * after that install in your device ### Using repository (for customize the app) * clone repo ```bash git clone https://github.com/RizkyFauziIlmi/React-Native-Manga-App.git ``` ```bash cd React-Native-Manga-App ``` * install dependencies ```bash npm install ``` or ```bash yarn install ``` * create `.env` file (optional: `.env.local`, `.env.production`, `.env.production.local`, `.env.development`, `.env.development.local`) To run this project, you will need to add the following environment variables to your .env file `apiKey` `authDomain` `projectId` `messagingSenderId` `appId` `measurementId` * Change Environtment Variable in `firebase/firebaseConfig.js` ```bash const firebaseConfig = { apiKey: you're api key here..., authDomain: you're authDomain here..., projectId: you're projectId here..., messagingSenderId: you're messagingSenderId here..., appId: you're app id here..., measurementId: you're measurementId here... } ``` ***NOTE: this project use firebase authentication, to make authentication work you must enable from your firebase console*** * run the project by this command ```bash npm run start ``` or ```bash yarn run start ``` ## Tech Stack **Client:** React-native, native-base **Server:** Node, Express, MongoDB [(see more about API)](https://github.com/RizkyFauziIlmi/Manga-API), Firebase
manga reading app with user-friendly interface, sleek design, fast navigation, and optimized reading experience. Open-source, community contributions welcome.
firebase,react-native,eas,javascript,manga,manga-reader,mobile,mobile-app,native-base
2023-01-16T17:26:57Z
2023-03-16T07:35:50Z
2023-03-16T07:35:50Z
1
2
35
0
2
6
null
MIT
JavaScript
RealMCoded/Rec.js
master
null
A server replacement for old Rec Room builds
javascript,recnet,recroom,node-js,nodejs,rec-net,rec-room
2023-01-01T22:32:35Z
2024-04-07T05:41:28Z
2023-09-10T05:06:05Z
3
5
177
0
6
6
null
AGPL-3.0
JavaScript
arsenk01/angular-todo
develop
# Angular Todo app _Simple todo application, that is easy to understand and extend_ [![N|Solid](https://i.postimg.cc/DwtT0VJS/powered-by-Angular-CLI-logo.png)](https://github.com/angular/angular-cli) ## The application currently supports Angular 15.1.2 version ## Features - A simple todo application, allowing to Create, Update, Delete and mark Todo as completed - Works with the [JSON Server](https://github.com/typicode/json-server) to minimize the need of external API challanges - Simply run the server and application and start experimenting with todos - You can copy the Todo database and use it elsewere without a need for something unusual than just using the JSON file. ## What's in the box Angular Todo uses **only** open source projects: - [Angular CLI](https://github.com/angular/angular-cli/releases/tag/15.1.2) - **15.1.2** - [Bootstap](https://github.com/twbs/bootstrap/releases/tag/v5.2.3) - **5.2.3** - [Bootstrap Icons](https://icons.getbootstrap.com/icons/github/) - **1.10.3** # Addtional specs | Feature | Version | | ------ | ------ | | Typescript | [4.9.4](https://github.com/microsoft/TypeScript/releases/tag/v4.9.4) | | Karma | [6.3.4](https://github.com/karma-runner/karma/releases/tag/v6.3.4) | | Jasmin | [4.0.3](https://github.com/karma-runner/karma-jasmine/releases/tag/v4.0.1) | > Note: project is configured to use [SASS](https://sass-lang.com/). --- ## Installation Angular Todo requires [Node.js](https://nodejs.org/) latest to run, _but you can try your luck with previous versions_ )). Install the dependencies and devDependencies and start the server. ```sh cd angular-todo npm i ``` ## Development ### RUN To run the application server: ```sh npm run server ``` Then you can run the main application: ```sh npm start ``` > Note: Application uses 4200 port as default. Want to change the port? Then go to `package.json` and change `ng serve --open` to `ng serve --port XXXX --open` ### BUILD To build the application run: ```sh ng build ``` ### UNIT TESTS To execute the unit tests run: ```sh ng test ``` ### END 2 END UNIT TESTS To execute the end-to-end unit tests run: ```sh ng e2e ``` --- ## License MIT **Free Software, Hell Yeah!**
Angular TODO app
angular,bootstrap,json,json-api,jsonserver,sass,typescript,angular-todo,angular-todo-app,angular10
2023-01-12T11:40:33Z
2023-01-23T16:00:26Z
null
1
14
30
11
13
6
null
NOASSERTION
TypeScript
ZainAsif767/Meme-Generator
master
# Meme Generator This meme generator is made with basic understanding of React.useState, React.useEffect , hooks and how API's are called and save in a proper manner. However, a lot more functionality can be added in this project. ### Screenshot ![image](https://user-images.githubusercontent.com/98703238/211212149-25eee675-e46d-428d-8185-93e075940a63.png) ### Links - Solution URL: [Solution](https://github.com/ZainAsif767/Meme-Generator) - Live Site URL: [Click here](https://memegenonreact.netlify.app/) ## Author - Website - [Zain Asif](www.github.com/zainasif767) - Frontend Mentor - [@zainasif767](https://www.frontendmentor.io/profile/ZainAsif767) - LinkedIn - [Zain Asif](https://www.linkedin.com/in/zain-asif-614337233)
This is a meme-generator effect with some basic concepts of API calling , useState, useEffect and Hooks.
frontend,javascript,javascript-library,react,react-native,reactjs
2023-01-02T18:23:04Z
2023-01-08T18:16:18Z
null
1
0
15
0
0
6
null
null
JavaScript
RenanFernandess/trybe-project-zoo-functions
main
<a name="readme-top"></a> # :construction: README customizado em construção ! :construction: <!-- Olá, Tryber! Esse é apenas um arquivo inicial para o README do seu projeto no qual você pode customizar e reutilizar todas as vezes que for executar o trybe-publisher. Para deixá-lo com a sua cara, basta alterar o seguinte arquivo da sua máquina: ~/.student-repo-publisher/custom/_NEW_README.md É essencial que você preencha esse documento por conta própria, ok? Não deixe de usar nossas dicas de escrita de README de projetos, e deixe sua criatividade brilhar! :warning: IMPORTANTE: você precisa deixar nítido: - quais arquivos/pastas foram desenvolvidos por você; - quais arquivos/pastas foram desenvolvidos por outra pessoa estudante; - quais arquivos/pastas foram desenvolvidos pela Trybe. --> ## Sobre o Projeto projeto que realizei na Trybe no período de fundamentos do desemvovimento web, esse projeto tinha como objetivo desenvolver funções que buscam informações sobre os animais do zoológico como: espécie e local de origem e também sobre as pessoas que colaboram com a manutenção e cuidado do zoológico. <p align="right">(<a href="#readme-top">voltar ao topo</a>)</p> ## Construído com * [<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" />](https://developer.mozilla.org/en-US/docs/Web/JavaScript) <p align="right">(<a href="#readme-top">voltar ao topo</a>)</p> ## Começando <p align="right">(<a href="#readme-top">voltar ao topo</a>)</p> ## Uso <details> <summary>calculateEntry</summary> </details> <details> <summary>countAnimals</summary> </details> <details> <summary>getAnimalMap</summary> </details> <details> <summary>getAnimalsOlderThan</summary> </details> <details> <summary>getEmployeeByName</summary> </details> <details> <summary>getEmployeesCoverage</summary> </details> <details> <summary>getOldestFromFirstSpecies</summary> </details> <details> <summary>getOpeningHours</summary> </details> <details> <summary>getRelatedEmployees</summary> </details> <details> <summary>getSchedule</summary> </details> <details> <summary>getSchedule</summary> </details> <details> <summary>getSpeciesByIds</summary> </details> <details> <summary>handlerElephants</summary> </details> <details> <summary>executando testes</summary> </details> <p align="right">(<a href="#readme-top">voltar ao topo</a>)</p> ## Contato * Renan Fernandes - [linkedin](https://www.linkedin.com/in/renan-fernandes-0aa437238/) - renzinestuods@gmail.com <!-- Project Link: [trybe-project-zoo-functions](https://github.com/RenanFernandess/trybe-project-zoo-functions) --> <p align="right">(<a href="#readme-top">voltar ao topo</a>)</p> ## Agradecimentos * [Trybe](https://www.betrybe.com/) <p align="right">(<a href="#readme-top">voltar ao topo</a>)</p>
projeto que realizei na Trybe no período de fundamentos do desemvovimento web, esse projeto tinha como objetivo desenvolver funções que buscam informações sobre os animais do zoológico como: espécie e local de origem e também sobre as pessoas que colaboram com a manutenção e cuidado do zoológico.
javascript,jest,jest-tests,test,trybe,trybe-project
2023-01-12T21:14:42Z
2023-03-20T18:21:38Z
null
2
0
25
0
0
6
null
null
JavaScript
Janani1727/YouTube
main
PROJECT NAME :- YouTube This website is a clone of YouTube Deployed Link:- luxury-maamoul-f31818.netlify.app/ <h1 align='center'>Home Page</h1> ![Screenshot (344)](https://user-images.githubusercontent.com/109611448/217354767-1aa273a5-0780-449f-ad9c-c374a37f6219.png) <h1 align='center'>Video Page</h1> ![Screenshot (345)](https://user-images.githubusercontent.com/109611448/217354786-8ad49728-81f1-483f-a9bf-cef50694da83.png)
YouTube is a video sharing service where users can watch, like, share, comment and upload their own videos. The video service can be accessed on PCs, laptops, tablets and via mobile phones.
css,html5,javascript
2023-01-06T08:59:36Z
2023-03-29T08:39:13Z
null
1
0
4
0
0
6
null
null
CSS
OSCA-Kampala-Chapter/jet-fetch
jet
## About jet-fetch library jet-fetch provides a wrapper class for the [fetch]("https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch"). It can be somehow tricky to use fetch API especially for a beginner. However, this library provides a simple way to use fetch API. The package is fully customizable using its `custom` method that enables you customize the whole API > Anouncing version 1.1.2 which came with a full migration to typescript, addition of tests, and support of caching for `get` and `gets` request. The package ships with the five commonly used http methods but has room for expansion. It covers:- ``` GET POST PUT DELETE PATCH ``` The above are supported by default as they seem to be the commonly used methods. The plugin is totally customizable and therefore can be simple to play with. With a good knowledge of the fetch API, you can easily implement your own fashion of the library. ## Installation With npm, simply run ```bash npm i jet-fetch ``` or with yarn ```bash yarn add jet-fetch ``` ## Defaults The library provides various defaults out of the box. All of which can also be overwritten. Examples. 1. The library by default will allow `cors` if you do not manually set them. This can be overriden by setting `cors` to `true` and then defining your custom `Access-Control-Allow-Origin` which will also default to `*`. 2. Defaults to returning the response as a `JSON` object. ```JS response = { 'response': response, 'data': resData } ``` On `response`, that's where you can find the `response` object. such as `status`, `statusText`, `headers`, `ok`, `redirected`, `type`, `url`, `body`, `bodyUsed`. For more about this, just read above above mentioned fetch API. Whereas on `data`, that's where you can find the `data` object. which represents the actual data from your server. ### Class instatiation. Previous versions did not have the `options`, but with TypeScript, an interface of the options has been added on class instatiation. Options. ```ts interface Configuration { baseUrl: string; interceptWithJWTAuth?: boolean; token?: any; tokenBearerKey?: string; sendTokenAs?: string; defaultHeaders?: HeadersInit; cachable?: boolean; } ``` <table> <thead> <th>Param</th> <th>Default</th> <th>Required</th> <th>Use</th> </thead> <tbody> <tr> <td>baseUrl</td> <td>-</td> <td>false</td> <td>The base url the entire package will rely on.</td> </tr> <tr> <td>interceptWithJWTAuth</td> <td>false</td> <td>false</td> <td>If true, the package will attempt attaching the jwt token as explained in the following guide</td> </tr> <tr> <td>token</td> <td>-</td> <td>false</td> <td>This can be any source of token like a function to execute to obtain, a token itself, once provided, the package won't be checking localstorage for any token, but will always refer to it for the token, for every secure request, the value of this param will be used as the jwt</td> </tr> <tr> <td>sendTokenAs</td> <td>'Bearer'</td> <td>false</td> <td>This is how the token will be sent to the backend, in short, this is how your backend expects your token and it defaults to 'Bearer' and by convention, it should be one of Bearer, Jwt, Token, but you can pass it as anything you want or empty "" to send nothing in its position</td> </tr> <tr> <td>tokenBearerKey</td> <td>'SecretKey'</td> <td>false</td> <td>Defines how the token is stored in your localstorage, this will be the key to check for in the localstorage and defaults to 'SecretKey'. This assumes that you keep your key in localStorage and you want the library to pick it for you on secure requests</td> </tr> <tr> <td>defaultHeaders</td> <td>{}</td> <td>false</td> <td>These are headers you want to be common to all requests, you can override these by re-defining the same in the subsequent request, those will overrride what you had declared on initialisation. Defaults to an empty object. Any valid fetch is allowed heres</td> </tr> <tr> <td>cachable</td> <td>true</td> <td>false</td> <td>This makes requests cached thus improving the perfomance of the request. Once its on, it adds the {'cache': 'default'} to the headers, and once turned off, it turns the same to 'no-cache'. Still this can be overriden by passing the cache header on your subsequent request headers. To globally disable caching, turn this off. However, defining the header on subsequent will turn caching back on.</td> </tr> </tbody> </table> ## Implementation ```js import { Jet } from 'jet-fetch'; // get the right way for importing this, but remember it is an es5+ module. let jet = new Jet({ baseUrl: "http://mycooldomain.com/api/"; interceptWithJWTAuth: true; token: null; tokenBearerKey: "SecretKey"; sendTokenAs: "Bearer"; defaultHeaders: {}; cachable: true; }); ``` ## With JWT Authentication in mind The library comes with full support for JWT authentication. ## Interception with JWT Authentication We understand that most modern platforms are using Bearer Tokens or JWT or OAuth for securing their platforms therefore, the library ships in with amazing and simple to use tools for this. ### Instantiating with JWT in mind If your app is using JWT authentication, which in most cases will be stored in `localstorage` as `Bearer`, you can define your `Jet` class as below. If this is the case for you, then the code below is enough for you. ```JS import {Jet} from 'jet-fetch'; const jet = new Jet({ baseUrl = "https:your-cool-base-url.com", interceptWithJWTAuth = true // notice this. }) ``` With just the above, the library will try to load the JWT from the localstorage, send it to the backend as "Bearer \<token from the localstorage>" and add to your "Authorization" header attribute. ### Customising the above If your backend, for example, does not expect the token as `Bearer`, maybe it expects it as `Token` or `JWT`, then your class should have an additional parameter `sendTokenAs` and if not defined, it will always default to `Bearer`. Example: ```JS import {Jet} from 'jet-fetch'; const jet = new Jet({ baseUrl = "https:your-cool-base-url.com", interceptWithJWTAuth = true, sendTokenAs="Token" // notice this }) ``` If your token is not stored as `Bearer` in your localstorage, maybe you keep it as `secretkey`, then you call tell the package to look for that like this. ```JS import {Jet} from 'jet-fetch'; const jet = new Jet({ baseUrl = "https:your-cool-base-url.com", interceptWithJWTAuth = true, tokenBearerKey="secretkey" // notice this }) ``` **_NOTE:_** The above still expects your token to be stored in localstorage, but this is sometimes not the case, you can store you token anywhere!! The above may not help, read ahead to customise that. ### Full Customising of the above The above will work well when your token is in your localstorage. But imagine one who is keeping this token in maybe sessionStorage, realm db or anywhere!. Then it is also possible to define your interception with your own source of code like below. Remember this should be done on class instatiation otherwise it may break. As long as your functionality, once executed, returns the code, the below will work fine. ```JS import { Jet } from 'jet-fetch'; // here the user is getting the token from the sessionStorage. let my_token = null try{ my_token = sessionStorage.getItem("token") }catch(err){ // the token is not available } const jet = new Jet({ baseUrl = "https:your-cool-base-url.com", interceptWithJWTAuth = true, token = my_token // notice this }) ``` NOTE: When `token` is defined in the class, it will take precendence of the rest of the parameters you pass except `interceptWithJWTAuth`. Which means, the library won't be checking in your localstorage at all. But with this last one, Remember our token will be sent as `Bearer`, to customize that, just like as explained above, define your `sendTokenAs`. in the class instantiation. ```JS import { Jet } from 'jet-fetch'; // here the user is getting the token from the sessionStorage. let my_token = null try{ my_token = sessionStorage.getItem("token") }catch(err){ // the token is not available } const jet = new Jet({ baseUrl: "https:your-cool-base-url.com" token: my_token sendTokenAs: "JWT" // notice this }) ``` ## Turning on and off of caching. NOTE:- Caching only works for `get` and `gets` requests and you should never any other requests. To turn off caches, then this is enough. With this in place, for every `get` or `gets` request, then the browser will not check from the cache and won't also save the response it obtains back. ```JS import { Jet } from 'jet-fetch'; const jet = new Jet({ // ... cachable: false // notice this }) ``` By default caches are turned on, which implies the browser will check if there is any fresh cache (will dispose off slate caches) and return that otherwise, it will make the request to the server, obtain the response and add it to the cache for future use. If it is not so much necessary, please leave this feature turned to true for performance enhancements. Now, after fully defining your `Jet` instance, you can then export it and start using it in the rest of your application. ```JS import { Jet } from 'jet-fetch'; //..... export default jet; ``` ## Performing Requests --with examples The following examples assume you have already initailized the library. For all the examples below, `headers` and `config` is optional. ### GET #### NOTE: `GET` requests do not support passing in the body ```JS jet. get(url="users") .then(res => console.log(res.data)) .catch(err => console.debug(res.response.statusText)) ``` ### POST ```JS let data = {username: "jet", password:12345} jet. post("users", data,) .then(res => res.data) ``` The plugin support by default `GET`, `PUT`, `POST`, `DELETE`, `PATCH` as illustrated above. ## Defining custom request methods If the request method you are looking for is not provided among the top five, you can define your own request method. ```js /** * @param url is your request url to use, can be absolute or relative to the baseUrl, it will only depend on if you defined your baseUrl. * @param type is the request type, can be GET, HEAD etc * @param body is the body of your request * @param headers are the headers specific to this request. * @param configs any other fetch config options you would like to pass */ jet .custom(url, type, body?, headers?, configs?) .then((res) => { // do something with the response }) .catch((err) => { // do something with the error }); ``` > All the above mentioned methods won't trigger any checking of the JWT token according to your settings, however, secure counterparts of each method have also been added. Calling these with the same data will actually trigger checking for the token and passing it in the headers as Authorization header. The seperation is to improve the performance so that those endpoints that don't require the token should not even check for it at all. Use the following to enable the JWT functionalities:- ```js import { Jet } from 'jet-fetch'; const jet = new Jet(...options); jet.gets(); jet.posts(); jet.patchs(); jet.puts(); jet.deletes(); ``` Note: You only pluralize the previous method by adding s -- for secure to start checking for JWT token. This is still available on the `custom` method. ```js jet.custom(url, type, body, headers, configs, secure); ``` Note: The new param `secure` added to make a custom request that will actually check for the token. Pass this as true, omit it or pass it as false to omit checking. ## Tests. From version 1.1.2, Jest-powered tests were added to the package and to run them, just run :- ```shell npm test ``` Good luck with the new way of having fun with `APIs`. Most of the scenarios are summarised in 5 tests, which by end will have run every single line of the package thus being bug-free. ## Contributing Thanks to those that have tested the Plugin and contributed and we still welcome more..! Please get started by reading through our [contributing guide](https://github.com/OSCA-Kampala-Chapter/jet-fetch/blob/jet/CONTRIBUTING.md) To contribute, fork this repo, make your changes, test them and then make a pull request. ## License [MIT LICENSE](LICENSE)
Simple and easy to start with wrapper for js fetch API. Provides get, post,delete, patch and put
fetch-api,http,javascript,jwt,oauth,rest-api
2023-01-01T21:31:26Z
2023-06-28T08:51:00Z
null
76
3
12
0
2
6
null
MIT
TypeScript
tsparticles/website
main
[![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) # tsParticles - TypeScript Particles **A lightweight TypeScript library for creating particles. Dependency free (\*), browser ready and compatible with React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.js, Solid.js, and Web Components** [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni?style=for-the-badge)](https://github.com/sponsors/matteobruni) [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/tsparticles?style=for-the-badge)](https://www.jsdelivr.com/package/npm/tsparticles) [![Cdnjs](https://img.shields.io/cdnjs/v/tsparticles-engine?style=for-the-badge)](https://cdnjs.com/libraries/tsparticles) [![npm](https://img.shields.io/npm/v/tsparticles-engine?style=for-the-badge)](https://www.npmjs.com/package/tsparticles) [![npm](https://img.shields.io/npm/dm/tsparticles?style=for-the-badge)](https://www.npmjs.com/package/tsparticles) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff?style=for-the-badge)](https://lerna.js.org/) [![CodeFactor](https://www.codefactor.io/repository/github/matteobruni/tsparticles/badge)](https://www.codefactor.io/repository/github/matteobruni/tsparticles) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b983aaf3461a4c48b1e2eecce1ff1d74)](https://www.codacy.com/manual/ar3s/tsparticles?utm_source=github.com&utm_medium=referral&utm_content=matteobruni/tsparticles&utm_campaign=Badge_Grade) [![Rate this package](https://badges.openbase.com/js/rating/tsparticles.svg?style=openbase&token=A9jHQ1nkb6fnCndKM7O2w4hx3OD8PVCuqHtSpw8mMOg=)](https://openbase.com/js/tsparticles?utm_source=embedded&utm_medium=badge&utm_campaign=rating-badge&utm_term=js/tsparticles) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/matteobruni/tsparticles) [![Run on Repl.it](https://repl.it/badge/github/matteobruni/tsparticles)](https://repl.it/github/matteobruni/tsparticles) [![Discord](https://img.shields.io/discord/872061157379301416?label=discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/hACwv45Hme) [![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![WhatsApp](https://particles.js.org/images/WhatsApp.png)](https://chat.whatsapp.com/KQyHc9UEbRc2qlqNQR2J5c) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/tsParticles?style=for-the-badge)](https://www.reddit.com/r/tsParticles/) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") [![Buy Me A Coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20beer&emoji=🍺&slug=matteobruni&button_colour=5F7FFF&font_colour=ffffff&font_family=Arial&outline_colour=000000&coffee_colour=FFDD00")](https://www.buymeacoffee.com/matteobruni) --- ## Table of Contents ⚠️⚠️ \_This readme refers to **v2** version, [read here](https://github.com/matteobruni/tsparticles/tree/v1#readme) for **v1** documentation\* ⚠️⚠️ - [tsParticles - TypeScript Particles](#tsparticles---typescript-particles) - [Table of Contents](#table-of-contents) - [Do you want to use it on your website?](#do-you-want-to-use-it-on-your-website) - [**_Library installation_**](#library-installation) - [**_Hosting / CDN_**](#hosting--cdn) - [jsDelivr](#jsdelivr) - [cdnjs](#cdnjs) - [unpkg](#unpkg) - [**_npm_**](#npm) - [**_yarn_**](#yarn) - [**_pnpm_**](#pnpm) - [Import and require](#import-and-require) - [**_Usage_**](#usage) - [Official components for some of the most used frameworks](#official-components-for-some-of-the-most-used-frameworks) - [Angular](#angular) - [Astro](#astro) - [Ember.js](#emberjs) - [Inferno](#inferno) - [jQuery](#jquery) - [Preact](#preact) - [ReactJS](#reactjs) - [RiotJS](#riotjs) - [`riot-particles`](#riot-particles) - [SolidJS](#solidjs) - [`solid-particles`](#solid-particles) - [Svelte](#svelte) - [VueJS 2.x](#vuejs-2x) - [VueJS 3.x](#vuejs-3x) - [Web Components](#web-components) - [`web-particles`](#web-particles) - [WordPress](#wordpress) - [`wordpress-particles`](#wordpress-particles) - [Elementor](#elementor) - [Presets](#presets) - [Big Circles](#big-circles) - [Bubbles](#bubbles) - [Confetti](#confetti) - [Fire](#fire) - [Firefly](#firefly) - [Fireworks](#fireworks) - [Fountain](#fountain) - [Links](#links) - [Sea Anemone](#sea-anemone) - [Snow](#snow) - [Stars](#stars) - [Triangles](#triangles) - [Templates and Resources](#templates-and-resources) - [**_Demo / Generator_**](#demo--generator) - [**_Video Tutorials_**](#video-tutorials) - [Characters as particles](#characters-as-particles) - [Polygon mask](#polygon-mask) - [Animated stars](#animated-stars) - [Nyan cat flying on scrolling stars](#nyan-cat-flying-on-scrolling-stars) - [Snow particles](#snow-particles) - [Background Mask particles](#background-mask-particles) - [**_Options_**](#options) - [Want to see it in action and try it?](#want-to-see-it-in-action-and-try-it) - [Migrating from Particles.js](#migrating-from-particlesjs) - [Plugins/Customizations](#pluginscustomizations) - [Dependency Graphs](#dependency-graphs) - [Huge thanks to JetBrains for the 2020-2022 Open Source Licenses!](#huge-thanks-to-jetbrains-for-the-2020-2022-open-source-licenses) --- ## Do you want to use it on your website? _Documentation and Development references [here](https://particles.js.org/docs/) 📖_ **This library is available on two of the most popular CDNs and it's easy and ready to use, if you were using particles.js it's even easier**. You'll find the instructions [below](https://github.com/matteobruni/tsparticles/blob/main/README.md#library-installation), with all the links you need, and _don't be scared by **TypeScript**, it's just the source language_. **The output files are just JavaScript**. 🤩 CDNs and `npm` have all the sources you need in **Javascript**, a bundle browser ready (tsparticles.engine.min.js), and all files splitted for `import` syntax. **If you are interested** there are some _simple instructions_ just [below](https://github.com/matteobruni/tsparticles/blob/main/README.md#library-installation) to guide you to migrate from the old particles.js library. ## **_Library installation_** ### **_Hosting / CDN_** **_Please use these hosts or your own to load tsParticles on your projects_** #### jsDelivr [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-confetti/badge)](https://www.jsdelivr.com/package/npm/tsparticles-confetti) [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-engine/badge)](https://www.jsdelivr.com/package/npm/tsparticles-engine) [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-fireworks/badge)](https://www.jsdelivr.com/package/npm/tsparticles-fireworks) [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-slim/badge)](https://www.jsdelivr.com/package/npm/tsparticles-slim) [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles/badge)](https://www.jsdelivr.com/package/npm/tsparticles) #### cdnjs [![Cdnjs](https://img.shields.io/cdnjs/v/tsparticles)](https://cdnjs.com/libraries/tsparticles) #### unpkg <https://unpkg.com/tsparticles-confetti/> <https://unpkg.com/tsparticles-engine/> <https://unpkg.com/tsparticles-fireworks/> <https://unpkg.com/tsparticles-slim/> <https://unpkg.com/tsparticles/> --- ### **_npm_** _tsParticles Confetti_ [![npm](https://img.shields.io/npm/v/tsparticles-confetti?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-confetti) [![npmjs](https://img.shields.io/npm/dt/tsparticles-confetti?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-confetti) _tsParticles Engine_ [![npm](https://img.shields.io/npm/v/tsparticles-engine?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-engine) [![npmjs](https://img.shields.io/npm/dt/tsparticles-engine?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-engine) _tsParticles Fireworks_ [![npm](https://img.shields.io/npm/v/tsparticles-fireworks?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-fireworks) [![npmjs](https://img.shields.io/npm/dt/tsparticles-fireworks?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-fireworks) _tsParticles Slim_ [![npm](https://img.shields.io/npm/v/tsparticles-slim?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-slim) [![npmjs](https://img.shields.io/npm/dt/tsparticles-slim?style=for-the-badge)](https://www.npmjs.com/package/tsparticles-slim) _tsParticles_ [![npm](https://img.shields.io/npm/v/tsparticles?style=for-the-badge)](https://www.npmjs.com/package/tsparticles) [![npmjs](https://img.shields.io/npm/dt/tsparticles?style=for-the-badge)](https://www.npmjs.com/package/tsparticles) ```shell npm install tsparticles-engine ``` ### **_yarn_** ```shell yarn add tsparticles-engine ``` ### **_pnpm_** ```shell pnpm install tsparticles-engine ``` #### Import and require ```javascript const tsParticles = require("tsparticles-engine"); // or import { tsParticles } from "tsparticles-engine"; ``` The imported `tsParticles` is the same instance you have when including the script in the page using the `<script>` tag. --- ### **_Usage_** Load tsParticles and configure the particles: [![tsParticles demo](https://media.giphy.com/media/ftHwBpp3b0qNyCXRuu/giphy.gif)](https://particles.js.org) [![tsParticles Confetti demo](https://media.giphy.com/media/ftHwBpp3b0qNyCXRuu/giphy.gif)](https://confetti.js.org) **index.html** ```html <div id="tsparticles"></div> <script src="tsparticles.engine.min.js"></script> ``` **app.js** ```javascript /* tsParticles.load(@params); */ tsParticles.load({ id: "tsparticles", options: { /* options here */ }, // url: "http://foo.bar/particles.js // this can be used as an alternative to options property }); // after initialization this can be used. /* tsParticles.setOnClickHandler(@callback); */ /* this will be fired from all particles loaded */ tsParticles.setOnClickHandler((event, particles) => { /* custom on click handler */ }); // now you can control the animations too, it's possible to pause and resume the animations // these methods don't change the config so you're safe with all your configurations // domItem(0) returns the first tsParticles instance loaded in the dom const particles = tsParticles.domItem(0); // play will start the animations, if the move is not enabled it won't enable it, it just updates the frame particles.play(); // pause will stop the animations particles.pause(); ``` --- ## Official components for some of the most used frameworks ### Angular `ng-particles` [![npm](https://img.shields.io/npm/v/ng-particles?style=for-the-badge)](https://www.npmjs.com/package/ng-particles) [![npm](https://img.shields.io/npm/dm/ng-particles?style=for-the-badge)](https://www.npmjs.com/package/ng-particles) Instructions available [here](https://github.com/tsparticles/angular/#readme) ### Astro `astro-particles` [![npm](https://img.shields.io/npm/v/astro-particles?style=for-the-badge)](https://www.npmjs.com/package/astro-particles) [![npm](https://img.shields.io/npm/dm/astro-particles?style=for-the-badge)](https://www.npmjs.com/package/astro-particles) Instructions available [here](https://github.com/tsparticles/astro/#readme) ### Ember.js `ember-tsparticles` [![npm](https://img.shields.io/npm/v/ember-tsparticles?style=for-the-badge)](https://www.npmjs.com/package/ember-tsparticles) [![npm](https://img.shields.io/npm/dm/ember-tsparticles?style=for-the-badge)](https://www.npmjs.com/package/ember-tsparticles) Instructions available [here](https://github.com/tsparticles/ember/#readme) ### Inferno `inferno-particles` [![npm](https://img.shields.io/npm/v/inferno-particles?style=for-the-badge)](https://www.npmjs.com/package/inferno-particles) [![npm](https://img.shields.io/npm/dm/inferno-particles?style=for-the-badge)](https://www.npmjs.com/package/inferno-particles) Instructions available [here](https://github.com/tsparticles/inferno/#readme) ### jQuery `jquery-particles` [![npm](https://img.shields.io/npm/v/jquery-particles?style=for-the-badge)](https://www.npmjs.com/package/jquery-particles) [![npm](https://img.shields.io/npm/dm/jquery-particles?style=for-the-badge)](https://www.npmjs.com/package/jquery-particles) Instructions available [here](https://github.com/tsparticles/jquery/#readme) ### Preact `preact-particles` [![npm](https://img.shields.io/npm/v/preact-particles?style=for-the-badge)](https://www.npmjs.com/package/preact-particles) [![npm](https://img.shields.io/npm/dm/preact-particles?style=for-the-badge)](https://www.npmjs.com/package/preact-particles) Instructions available [here](https://github.com/tsparticles/preact/#readme) ### ReactJS `react-particles` [![npm](https://img.shields.io/npm/v/react-particles?style=for-the-badge)](https://www.npmjs.com/package/react-particles) [![npm](https://img.shields.io/npm/dm/react-particles?style=for-the-badge)](https://www.npmjs.com/package/react-particles) Instructions available [here](https://github.com/tsparticles/react/#readme) ### RiotJS #### `riot-particles` [![npm](https://img.shields.io/npm/v/riot-particles?style=for-the-badge)](https://www.npmjs.com/package/riot-particles) [![npm](https://img.shields.io/npm/dm/riot-particles?style=for-the-badge)](https://www.npmjs.com/package/riot-particles) You can find the instructions [here](https://github.com/tsparticles/riot/#readme) ### SolidJS #### `solid-particles` [![npm](https://img.shields.io/npm/v/solid-particles?style=for-the-badge)](https://www.npmjs.com/package/solid-particles) [![npm](https://img.shields.io/npm/dm/solid-particles?style=for-the-badge)](https://www.npmjs.com/package/solid-particles) You can find the instructions [here](https://github.com/tsparticles/solid/#readme) ### Svelte `svelte-particles` [![npm](https://img.shields.io/npm/v/svelte-particles?style=for-the-badge)](https://www.npmjs.com/package/svelte-particles) [![npm downloads](https://img.shields.io/npm/dm/svelte-particles?style=for-the-badge)](https://www.npmjs.com/package/svelte-particles) Instructions available [here](https://github.com/tsparticles/svelte/#readme) ### VueJS 2.x `vue2-particles` [![npm](https://img.shields.io/npm/v/vue2-particles?style=for-the-badge)](https://www.npmjs.com/package/vue2-particles) [![npm](https://img.shields.io/npm/dm/vue2-particles?style=for-the-badge)](https://www.npmjs.com/package/vue2-particles) Instructions available [here](https://github.com/tsparticles/vue2/#readme) ### VueJS 3.x `vue3-particles` [![npm](https://img.shields.io/npm/v/vue3-particles?style=for-the-badge)](https://www.npmjs.com/package/vue3-particles) [![npm](https://img.shields.io/npm/dm/vue3-particles?style=for-the-badge)](https://www.npmjs.com/package/vue3-particles) Instruction available [here](https://github.com/tsparticles/vue3/#readme) ### Web Components #### `web-particles` [![npm](https://img.shields.io/npm/v/web-particles?style=for-the-badge)](https://www.npmjs.com/package/web-particles) [![npm](https://img.shields.io/npm/dm/web-particles?style=for-the-badge)](https://www.npmjs.com/package/web-particles) You can find the instructions [here](https://github.com/tsparticles/webcomponents/#readme) ### WordPress #### `wordpress-particles` [![npm](https://img.shields.io/npm/v/wordpress-particles?style=for-the-badge)](https://www.npmjs.com/package/wordpress-particles) [![npm](https://img.shields.io/npm/dm/wordpress-particles?style=for-the-badge)](https://www.npmjs.com/package/wordpress-particles) [![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dw/tsparticles-block?style=for-the-badge)](https://wordpress.org/plugins/tsparticles-block/) [![WordPress Plugin Active Installs](https://img.shields.io/wordpress/plugin/installs/tsparticles-block?style=for-the-badge)](https://wordpress.org/plugins/tsparticles-block/) The plugin page hosted on WordPress.org can be found [here](https://wordpress.org/plugins/tsparticles-block/#description) ### Elementor Actually, an official tsParticles plugin isn't existing, but I have a collaboration with the `Premium Addons for Elementor` plugin collection. <div style="float: left; margin-right: 10px;"> <img width="64" alt="Premium Addons for Elementor" src="https://particles.js.org/images/premium-addons-wordpress-plugin.png" /> </div> <div> Premium Addons for Elementor is one of the most common plugins for Elementor that offers more than 55 highly customizable Elementor Widgets and Section Add-ons. tsParticles is exclusively included in Premium Particles Section Add-on for Elementor Page Builder. <a href="https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/" target="_blank">Check It Now</a>.<br /> Use Premium Addons for Elementor Page Builder and get the chance to include tsParticles in your next WordPress website without the need to write a single line of code. <a href="https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/" target="_blank">See a Live Example</a>. </div> <div style="clear: both;"></div> --- ## Presets There are some presets ready to be used in this repository, and they also have a bundle file that contains everything needed to run. ### Big Circles [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-big-circles/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-big-circles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-big-circles.svg)](https://www.npmjs.com/package/tsparticles-preset-big-circles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-big-circles)](https://www.npmjs.com/package/tsparticles-preset-big-circles) This preset loads big colored circles moving upwards on a white background. [![demo](https://github.com/tsparticles/presets/raw/main/presets/bigCircles/images/sample.png)](https://particles.js.org/samples/presets/bigCircles) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/bigCircles#readme) ### Bubbles [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-bubbles/badge)](https://www.jsdelivr.com/package/npm/tsparticles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-bubbles.svg)](https://www.npmjs.com/package/tsparticles-preset-bubbles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-bubbles)](https://www.npmjs.com/package/tsparticles-preset-bubbles) This preset loads colored bubbles coming from the bottom of the screen on a white background. [![demo](https://github.com/tsparticles/presets/raw/main/presets/bubbles/images/sample.png)](https://particles.js.org/samples/presets/bubbles) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/bubbles#readme) ### Confetti [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-confetti/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-confetti) [![npmjs](https://badge.fury.io/js/tsparticles-preset-confetti.svg)](https://www.npmjs.com/package/tsparticles-preset-confetti) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-confetti)](https://www.npmjs.com/package/tsparticles-preset-confetti) This preset loads white and red confetti launched from the screen center on a transparent background. [![demo](https://github.com/tsparticles/presets/raw/main/presets/confetti/images/sample.png)](https://particles.js.org/samples/presets/confetti) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/confetti#readme) ### Fire [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fire/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fire) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fire.svg)](https://www.npmjs.com/package/tsparticles-preset-fire) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fire)](https://www.npmjs.com/package/tsparticles-preset-fire) This preset loads a faded red to a black background with particles colored like fire and ash sparks. [![demo](https://github.com/tsparticles/presets/raw/main/presets/fire/images/sample.png)](https://particles.js.org/samples/presets/fire) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/fire#readme) ### Firefly [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-firefly/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-firefly) [![npmjs](https://badge.fury.io/js/tsparticles-preset-firefly.svg)](https://www.npmjs.com/package/tsparticles-preset-firefly) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-firefly)](https://www.npmjs.com/package/tsparticles-preset-firefly) This preset loads a mouse trail made with small fading particles like little fireflies. [![demo](https://github.com/tsparticles/presets/raw/main/presets/firefly/images/sample.png)](https://particles.js.org/samples/presets/firefly) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/firefly#readme) ### Fireworks [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fireworks/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fireworks) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fireworks.svg)](https://www.npmjs.com/package/tsparticles-preset-fireworks) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fireworks)](https://www.npmjs.com/package/tsparticles-preset-fireworks) This preset loads a beautiful fireworks effect. [![demo](https://github.com/tsparticles/presets/raw/main/presets/fireworks/images/sample.png)](https://particles.js.org/samples/presets/fireworks) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/fireworks#readme) ### Fountain [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fountain/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fountain) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fountain.svg)](https://www.npmjs.com/package/tsparticles-preset-fountain) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fountain)](https://www.npmjs.com/package/tsparticles-preset-fountain) [![demo](https://github.com/tsparticles/presets/raw/main/presets/fountain/images/sample.png)](https://particles.js.org/samples/presets/fountain) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/fountain#readme) ### Links [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-links/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-links) [![npmjs](https://badge.fury.io/js/tsparticles-preset-links.svg)](https://www.npmjs.com/package/tsparticles-preset-links) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-links)](https://www.npmjs.com/package/tsparticles-preset-links) [![demo](https://github.com/tsparticles/presets/raw/main/presets/links/images/sample.png)](https://particles.js.org/samples/presets/links) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/links#readme) ### Sea Anemone [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-sea-anemone/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-sea-anemone) [![npmjs](https://badge.fury.io/js/tsparticles-preset-sea-anemone.svg)](https://www.npmjs.com/package/tsparticles-preset-sea-anemone) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-sea-anemone)](https://www.npmjs.com/package/tsparticles-preset-sea-anemone) [![demo](https://github.com/tsparticles/presets/raw/main/presets/seaAnemone/images/sample.png)](https://particles.js.org/samples/presets/seaAnemone) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/seaAnemone#readme) ### Snow [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-snow/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-snow) [![npmjs](https://badge.fury.io/js/tsparticles-preset-snow.svg)](https://www.npmjs.com/package/tsparticles-preset-snow) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-snow)](https://www.npmjs.com/package/tsparticles-preset-snow) [![demo](https://github.com/tsparticles/presets/raw/main/presets/snow/images/sample.png)](https://particles.js.org/samples/presets/snow) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/snow#readme) ### Stars [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-stars/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-stars) [![npmjs](https://badge.fury.io/js/tsparticles-preset-stars.svg)](https://www.npmjs.com/package/tsparticles-preset-stars) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-stars)](https://www.npmjs.com/package/tsparticles-preset-stars) [![demo](https://github.com/tsparticles/presets/raw/main/presets/stars/images/sample.png)](https://particles.js.org/samples/presets/stars) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/stars#readme) ### Triangles [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-triangles/badge?style=for-the-badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-triangles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-triangles.svg)](https://www.npmjs.com/package/tsparticles-preset-triangles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-triangles)](https://www.npmjs.com/package/tsparticles-preset-triangles) [![demo](https://github.com/tsparticles/presets/raw/main/presets/triangles/images/sample.png)](https://particles.js.org/samples/presets/triangles) You can find the instructions [here](https://github.com/tsparticles/presets/tree/main/presets/triangles#readme) --- ## Templates and Resources You can find some tsParticles related templates [here](https://github.com/tsparticles/templates). The templates are created for _Vanilla Javascript_, _ReactJS_, _VueJS_, _Angular_, _SvelteJS_, and other frameworks. The templates will vary, new ones can be created or older ones updated with the latest features or changed to a better style. Check them out once in a while. If you created some good design with _tsParticles_ feel free to submit a pull request with your cool template, you'll be credited as the template author! <https://github.com/tsparticles/templates> --- ## **_Demo / Generator_** <https://particles.js.org/samples> [![Particles demo](https://particles.js.org/images/demo2.png?v=1.39.1)](https://particles.js.org/samples) --- ## **_Video Tutorials_** You can find all video tutorials on the website here: <https://particles.js.org/video.html> _More videos are coming soon! Check every day if there are some new contents._ --- ### Characters as particles [![Particles chars demo](https://media.giphy.com/media/JsssOXz72bM6jGEZ0s/giphy.gif)](https://particles.js.org/samples/#chars) --- ### Polygon mask [![tsParticles Polygon Mask demo](https://media.giphy.com/media/lNRfiSgaMFbL4FMhW6/giphy.gif)](https://particles.js.org/samples/#polygonMask) --- ### Animated stars [![Particles NASA demo](https://media.giphy.com/media/cLqGsnh7FKRVMgPIWE/giphy.gif)](https://particles.js.org/samples/#nasa) --- ### Nyan cat flying on scrolling stars [![Particles Nyan Cat demo](https://media.giphy.com/media/LpX2oNc9ZMgIhIXQL9/giphy.gif)](https://particles.js.org/samples/#nyancat2) --- ### Snow particles [![tsParticles Snow demo](https://media.giphy.com/media/gihwUFbmiubbkdzEMX/giphy.gif)](https://particles.js.org/samples/#snow) --- ### Background Mask particles [![tsParticles Background Mask demo](https://media.giphy.com/media/dWraWgqInWFGWiOyRu/giphy.gif)](https://particles.js.org/samples/#background) --- **particles.json** You can find some config samples [here](https://github.com/tsparticles/website/tree/main/presets) 📖 --- ## **_Options_** You can find all options available [here](https://particles.js.org/docs/interfaces/tsParticles_Engine.Options_Interfaces_IOptions.IOptions.html) 📖 ## Want to see it in action and try it? I've created a tsParticles collection on [CodePen](https://codepen.io/collection/DPOage) 😮 or you can check out my [profile](https://codepen.io/matteobruni) Otherwise, there's the demo page link below. [![tsParticles demo](https://media.giphy.com/media/fsVN1ZHksgBIXNIbr1/giphy.gif)](https://particles.js.org/samples/) Want to see even more demos? Clone the repository on your computer and follow these instructions ```shell $ pnpm i $ pnpm run build $ cd demo/vanilla $ pnpm start ``` **Boom! 💥** <http://localhost:3000> and you can check out other demos. _If you are brave enough_ you can switch to the `dev` branch for trying the features under development. --- ## Migrating from Particles.js **tsParticles** has a package that makes this library 100% compatible with the _particles.js_ configuration. [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-particles.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/tsparticles-particles.js) [![npmjs](https://badge.fury.io/js/tsparticles-particles.js.svg)](https://www.npmjs.com/package/tsparticles-particles.js) [![npm](https://img.shields.io/npm/dm/tsparticles-particles.js)](https://www.npmjs.com/package/tsparticles-particles.js) Seriously, you just need to change the script from particles.js to the bundled compatibility package, et-voilà, **you're ready** 🧙! You can read more **[here](https://dev.to/matteobruni/migrating-from-particles-js-to-tsparticles-2a6m)** Want to know 5 reasons to do the switch? [Read here](https://dev.to/matteobruni/5-reasons-to-use-tsparticles-and-not-particles-js-1gbe) _Below you can find all the information you need to install tsParticles and its new syntax._ --- ## Plugins/Customizations tsParticles now supports some customizations 🥳. **You can create your own plugins** _Read more [here](https://particles.js.org/docs/modules/Core_Interfaces_IPlugin.html)..._ --- ## Dependency Graphs ```mermaid flowchart LR subgraph b [Bundles] bp[Particles.js compatibility bundle] --> bs[tsParticles Slim] bs --> bf[tsParticles] end e[tsParticles Engine] --> b iea & iebo & iebu & iec & ieg & iepa & iepu & ierem & ierep & ies --> bs ipa & ipc & ipl --> bs mb & mp --> bs ple4 --> bs sc & si & sl & sp & ssq & sst & st --> bs ua & uc & ul & uop & uou & usi & ust --> bs iet --> bf pla & plem --> bf ur & uti & utw & uw --> bf subgraph i [Interactions] subgraph ie [Externals] iea[Attract] iebo[Bounce] iebu[Bubble] iec[Connect] ieg[Grab] iepa[Pause] iepu[Push] ierem[Remove] ierep[Repulse] ies[Slow] iet[Trail] end il[Light] subgraph ip [Particles] ipa[Attract] ipc[Collisions] ipl[Links] ipr[Repulse] end end i --> ie i --> ip e --> i subgraph m [Movers] mb[Base] mp[Parallax] end e --> m subgraph pa [Paths] pac[Curves] pape[Perlin Noise] papo[Polygon] pas[Simplex Noise] end e --> pa subgraph pl [Plugins] pla[Absorbers] plem[Emitters] plh[HSV Color] pli[Infection] plm[Motion] plp[Polygon Mask] subgraph plea [Easings] pleb[Back] pleci[Circ] plecu[Cubic] plee[Expo] ple4[Quad] ple5[Quint] ples[Sine] end end pl --> plea e --> pl subgraph s [Shapes] sb[Bubble] sc[Circle] sh[Heart] si[Image] sl[Line] sm[Multiline Text] sp[Polygon] sr[Rounded Rectangle] ssp[Spiral] ssq[Square] sst[Star] st[Text] end e --> s subgraph u [Updaters] ua[Angle] uc[Color] ud[Destroy] ug[Gradient] ul[Life] uop[Opacity] uor[Orbit] uou[Out Modes] ur[Roll] usi[Size] ust[Stroke Color] uti[Tilt] utw[Twinkle] uw[Wobble] end e --> u ``` --- <p> <a href="https://www.jetbrains.com/?from=tsParticles"> <img src="https://raw.githubusercontent.com/matteobruni/tsparticles/gh-pages/images/jetbrains-logos/jetbrains-variant-4.png" height="150" alt="JetBrains" /> </a> <a href="https://www.jetbrains.com/webstorm/?from=tsParticles"> <img src="https://raw.githubusercontent.com/matteobruni/tsparticles/gh-pages/images/jetbrains-logos/logo.png" height="150" alt="JetBrains" /> </a> </p> ### Huge thanks to [JetBrains](https://www.jetbrains.com/?from=tsParticles) for the 2020-2022 Open Source Licenses! [JetBrains WebStorm](https://www.jetbrains.com/webstorm/?from=tsParticles) is used to maintain this project.
tsParticles official website
canvas,canvas-confetti,confetti,fireworks,javascript,js,particles,particles-js,tsparticles,typescript
2023-01-10T13:10:27Z
2024-01-07T00:12:26Z
null
1
30
124
2
1
6
null
MIT
HTML
Ash-codes18/Guess-The-Number-Game
main
null
Guess the number game made using javascript
javascript,javascript-game
2023-01-01T11:08:30Z
2023-01-10T13:30:05Z
null
1
1
6
0
0
6
null
null
JavaScript
shikhu51197/FirstCry-Clone
main
💻Clone Project Name - ![App Screenshot](https://cdn.fcglcdn.com/brainbees/images/n/fc_logo.png) --- Largest Online Baby and Kids Store, is India's largest online shop for new mom and baby products, offering top of the line discounts on renowned national & International brands.This is a collaborative Project from Masai School in the Construct Week With the 5 team members within 5 Days. --- ✨Collaboraters Names Are:- 1. Shikha Gupta- Team Lead 2. Shivam singh 3. Roshani Chouhan 4. Umerbin Farooq 5. Rohit kumar Yadav <br> 💻Unique Project Name & logo :- Kids Shop - kids fashion ![App Screenshot](https://imgur.com/khv5qxh.png) --- 💫Tech-Stack-> For Frontend : HTML5, CSS3, Javascript, ES6, ReactJS Redux. For database: Json Server (cyclic). For Styling :- BootStrap , Chakra UI (UI Styling Library) ![ShopGIF](https://user-images.githubusercontent.com/107506646/212536696-9a20e11e-85cb-44f8-bd54-6541856b8348.gif) --- ## Features ✨ - HomePage , Carousal , Navbar, Footer - Product Gallery - SinglePage - Cart Page - Checkout Page - Payment , Otp - Sign Up , Login - Admin Authentication & Dashboard --- ## Screenshots 📷 --- # HomePage ![App Screenshot](https://imgur.com/pjrdhvR.png) ![App Screenshot](https://imgur.com/9d22u42.png) ![App Screenshot](https://imgur.com/TzZWQBQ.png) ![App Screenshot](https://imgur.com/ibk7Q8F.png) # Signup | Login ![App Screenshot](https://imgur.com/FYP7rOF.png) ![App Screenshot](https://imgur.com/U1EPdZM.png) # Products | SinglePage ![App Screenshot](https://imgur.com/VNE9NoY.png) ![App Screenshot](https://imgur.com/6BKzfse.png) # Cart |DeliveryAddress | Payment | Otp ![App Screenshot](https://imgur.com/rn7sVKj.png) ![App Screenshot](https://imgur.com/kKFMF5R.png) ![App Screenshot](https://imgur.com/irRkhgh.png) # Admin ![App Screenshot](https://imgur.com/KioSyP8.png) ![App Screenshot](https://imgur.com/0U74soW.png) --- # Admin Dashboard ![App Screenshot](https://imgur.com/gAX33KJ.png) ![App Screenshot](https://imgur.com/FrdZlzX.png) ![App Screenshot](https://imgur.com/yOR2Rb0.png) ![App Screenshot](https://imgur.com/y7yi0uE.png) --- ⭐Deployed Link:-https://kidsfashion.netlify.app ---- <h1 align="center">✨Thank You✨</h1>
Largest Online Baby and Kids Store, is India's largest online shop for new mom and baby products, offering top of the line discounts on renowned national & International brands.
redux,javascript,api,chakra-ui,chakra-ui-icons,chakra-ui-react,crud-operation,css3,cyclic,es6
2023-01-15T08:11:26Z
2023-03-06T11:33:55Z
null
7
19
109
0
3
6
null
null
JavaScript
rafaelftourinho/projeto_saude_mental
main
# AjudaDev Projeto em fase de construção
Projeto para cadastro a nível nacional de clínicas de apoio psicológico voltado para alunos do curso da Trybe
express,fullstasck,javascript,nodejs,react
2023-01-08T03:36:53Z
2023-01-17T16:40:42Z
null
3
3
19
0
0
6
null
null
JavaScript
alanbaltabai/quiz-game
master
# Quiz game <img src="https://github.com/devicons/devicon/blob/master/icons/html5/html5-original.svg" title="HTML5" alt="HTML" width="40" height="40"/>&nbsp; <img src="https://github.com/devicons/devicon/blob/master/icons/css3/css3-original.svg" title="CSS3" alt="CSS" width="40" height="40"/>&nbsp;<img src="https://github.com/devicons/devicon/blob/master/icons/javascript/javascript-original.svg" title="JavaScript" alt="JavaScript" width="40" height="40"/>&nbsp;<img src="https://github.com/devicons/devicon/blob/master/icons/react/react-original.svg" title="React" alt="React" width="40" height="40"/>&nbsp; ## Table of contents - [General info](#general-info) - [Design](#design) - [Technologies](#technologies) - [Setup](#setup) ## General info A quiz game, created with React. 5 questions are asked, with 5 options to choose for an answer. I implemented the blobs in CSS, form handling in React, practiced props passing and state manipulation. <br> Link to the website: <a href="https://alanbaltabay-react-quiz.netlify.app">link</a> <br> Questions are taken from: <a href="https://opentdb.com">Open Trivia DB</a> ## Design Design in Figma: <a href="https://www.figma.com/file/X8TYRlTNznfcTjjftgyeuU/Quizzical-App-(Copy)?node-id=0-1&t=llOxm2pYemM2rmnh-0">link to design</a> <br> ![image](https://user-images.githubusercontent.com/55524522/234267894-efdd821e-4e76-4804-947b-1627352a5368.png) ## Technologies - JavaScript (fetch API) <br> - React (useState and useEffect hooks, state, props) ## Setup To run this project (after downloading and installing the packages): ``` $ npm run dev ```
Quiz in React.
javascript,react
2023-01-01T11:07:06Z
2023-04-25T13:42:17Z
null
1
0
24
0
0
6
null
null
JavaScript
paiDaXing-web/You-Dont-Know-Algorithm
main
<div align="center"> <img src="./assets/download.png" width="100%" alt="logo" /> <h1><a herf="https://youjia.sx.cn/algorithm">You-Dont-Know-Algorithm</a></h1> <p>About 🔥🔥🔥 只有熟练掌握基础的数据结构与算法,才能对复杂问题游刃有余(java,javascript,python)。🔥🔥🔥 本文包含动态规划、树、列表、队、栈等数据结构和算法,使用动画形式展示,并且包含demo和测试题</p> <p> <a href="https://github.com/paiDaXing-web/You-Dont-Know-Algorithm" target="_black"> <img src="https://img.shields.io/github/stars/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square" alt="stars" /> </a> <a href="https://github.com/paiDaXing-web/You-Dont-Know-Algorithm" target="_black"> <img src="https://img.shields.io/github/forks/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square" alt="forks" /> </a> <a href="https://github.com/paiDaXing-web" target="_black"> <img src="https://img.shields.io/badge/Author-%20buuing%20-7289da.svg?&logo=github&style=flat-square" alt="author" /> </a> <a href="https://github.com/paiDaXing-web/You-Dont-Know-Algorithm" target="_black"> <img src="https://img.shields.io/github/license/buuing/lucky-canvas?color=%232dce89&logo=github&style=flat-square" alt="license" /> </a> </p> </div> ## 1V1 辅导 如果大家觉得上面的集体活动效率比较低,我目前也接受 1v1 算法辅导,价格根据你的算法基础以及想要学习的内容而定,感兴趣的可以加我微信:DevelopeEngineer,备注“算法辅导”。 ## :octocat: 仓库介绍 leetcode 题解,记录自己的 leetcode 解题之路。 本仓库目前分为**五个**部分: - 第一个部分是 leetcode 经典题目的解析,包括思路、关键点和具体的代码实现。 - 第二部分是对于数据结构与算法的总结 - 第三部分是 anki 卡片, 将 leetcode 题目按照一定的方式记录在 anki 中,方便大家记忆。 - 第四部分是每日一题,每日一题是在交流群(包括微信和 qq)里进行的一种活动,大家一起解一道题,这样讨论问题更加集中,会得到更多的反馈。而且这些题目可以被记录下来,日后会进行筛选添加到仓库的题解模块。 - 第五部分是计划, 这里会记录将来要加入到以上三个部分内容 ## :meat_on_bone: 仓库食用指南 - 这里有一张根据互联网公司面试中经常考察的问题类型总结出的思维导图,我们可以结合图片中的信息分析一下。 ![leetcode-zhihu](https://p.ipic.vip/a20o3x.jpg) (图片来自 leetcode) 其中算法,主要是以下几种: - 基础技巧:分治、二分、贪心 - 排序算法:快速排序、归并排序、计数排序 - 搜索算法:回溯、递归、深度优先遍历,广度优先遍历,二叉搜索树等 - 图论:最短路径、最小生成树 - 动态规划:背包问题、最长子序列 数据结构,主要有如下几种: - 数组与链表:单 / 双向链表 - 栈与队列 - 哈希表 - 堆:最大堆 / 最小堆 - 树与图:最近公共祖先、并查集 - 字符串:前缀树(字典树) / 后缀树 我在网上找到一份 [《Interview Cheat Sheet》](./assets/cheatsheet.pdf),这个 PDF 列举了面试的**模板步骤**。,详细指示了如何一步步完成面试。 这个 pdf 开头就提到了好的代码三个标准: 1. 可读性 2. 时间复杂度 3. 空间复杂度 这写的太好了。 紧接着,列举了 15 算法面试的步骤。比如步骤一:**当面试官提问完后,你需要先记下来关键点(之后再写注释和代码)** 看完我的感受就是,**面试只要按照这个来做,成功率蹭蹭提升** ## 数据结构与算法的总结 - [数据结构总览](./thinkings/basic-data-structure.md) - [链表专题](./thinkings/linked-list.md) - [树专题](./thinkings/tree.md) - [堆专题(上)](./thinkings/heap.md) - [堆专题(下)](./thinkings/heap-2.md) - [二分专题(上)](./thinkings/binary-search-1.md) - [二分专题(下)](./thinkings/binary-search-2.md) <!-- - [基础算法](./thinkings/basic-algorithm.md) --> - [动态规划(重置版)](./thinkings/dynamic-programming.md) - [大话搜索](./thinkings/search.md) - [二叉树的遍历](./thinkings/binary-tree-traversal.md) - [回溯](./thinkings/backtrack.md) - [哈夫曼编码和游程编码](./thinkings/run-length-encode-and-huffman-encode.md) - [布隆过滤器](./thinkings/bloom-filter.md)🖊 - [前缀树](./thinkings/trie.md)🖊 - [《日程安排》专题](https://lucifer.ren/blog/2020/02/03/leetcode-%E6%88%91%E7%9A%84%E6%97%A5%E7%A8%8B%E5%AE%89%E6%8E%92%E8%A1%A8%E7%B3%BB%E5%88%97/) - [《构造二叉树》专题](https://lucifer.ren/blog/2020/02/08/%E6%9E%84%E9%80%A0%E4%BA%8C%E5%8F%89%E6%A0%91%E4%B8%93%E9%A2%98/) - [滑动窗口(思路 + 模板)](./thinkings/slide-window.md) - [位运算](./thinkings/bit.md) - [小岛问题](./thinkings/island.md)🖊 - [最大公约数](./thinkings/GCD.md) - [并查集](./thinkings/union-find.md) - [平衡二叉树专题](./thinkings/balanced-tree.md) - [蓄水池抽样](./thinkings/reservoid-sampling.md) - [单调栈](./thinkings/monotone-stack.md) ## :exclamation: 怎么刷 LeetCode? - [我是如何刷 LeetCode 的](https://www.zhihu.com/question/280279208/answer/824585814) - [算法小白如何高效、快速刷 leetcode?](https://www.zhihu.com/question/321738058/answer/1279464192) - [刷题效率低?或许你就差这么一个插件](https://lucifer.ren/blog/2020/06/06/algo-chrome-extension/) - [力扣刷题插件](https://lucifer.ren/blog/2020/08/16/leetcode-cheat/) ## :computer: 插件 或许是一个可以改变你刷题效率的浏览器扩展插件。 插件地址:<https://chrome.google.com/webstore/detail/leetcode-cheatsheet/fniccleejlofifaakbgppmbbcdfjonle?hl=en-US>。 > 不能访问谷歌商店的朋友可以去我的公众号回复插件获取离线版。强烈推荐大家使用谷歌商店安装, 这样如果有更新可以自动安装,毕竟咱们的插件更新还是蛮快的。 另外大家也可以使用 zerotrac 开发的用于计算力扣中题目分数的网站。这里的分数指的是竞赛分,大家可以根据自己的竞赛分选择稍微比自己竞赛分高一点的题目进行练习,注意这个只是根据通过人数等计算的一个预估分数。地址:https://zerotrac.github.io/leetcode_problem_rating/ ## 精选题解 - [字典序列删除](./selected/a-deleted.md) - [一次搞定前缀和](./selected/atMostK.md) - [字节跳动的算法面试题是什么难度?](./selected/byte-dance-algo-ex.md) - [字节跳动的算法面试题是什么难度?(第二弹)](./selected/byte-dance-algo-ex-2017.md) - [《我是你的妈妈呀》 - 第一期](./selected/mother-01.md) - [一文带你看懂二叉树的序列化](./selected/serialize.md) - [穿上衣服我就不认识你了?来聊聊最长上升子序列](./selected/LIS.md) - [你的衣服我扒了 - 《最长公共子序列》](./selected/LCS.md) - [一文看懂《最大子序列和问题》](./selected/LSS.md) ## leetcode 经典题目的解析(200 多道) > 这里仅列举具有**代表性题目**,并不是全部题目 目前更新了 200 多道题解,加上专题涉及的题目,差不多有 **300 道**。 ### 简单难度题目合集 这里的题目难度比较小, 大多是模拟题,或者是很容易看出解法的题目,另外简单题目一般使用暴力法都是可以解决的。 这个时候只有看一下数据范围,思考下你的算法复杂度就行了。 当然也不排除很多 hard 题目也可以暴力模拟,大家平时多注意数据范围即可。 以下是我列举的经典题目(带 91 字样的表示出自 **91 天学算法**活动): - [面试题 17.12. BiNode](./problems/binode-lcci.md) 👍 - [0001. 两数之和](./problems/1.two-sum.md) - [0020. 有效的括号](./problems/20.valid-parentheses.md) - [0021. 合并两个有序链表](./problems/21.merge-two-sorted-lists.md) - [0026. 删除排序数组中的重复项](./problems/26.remove-duplicates-from-sorted-array.md) - [0053. 最大子序和](./problems/53.maximum-sum-subarray-cn.md) - [0066. 加一](./problems/66.plus-one.md) 91 - [0088. 合并两个有序数组](./problems/88.merge-sorted-array.md) - [0101. 对称二叉树](./problems/101.symmetric-tree.md) - [0104. 二叉树的最大深度](./problems/104.maximum-depth-of-binary-tree.md) - [0108. 将有序数组转换为二叉搜索树](./problems/108.convert-sorted-array-to-binary-search-tree.md) - [0121. 买卖股票的最佳时机](./problems/121.best-time-to-buy-and-sell-stock.md) - [0122. 买卖股票的最佳时机 II](./problems/122.best-time-to-buy-and-sell-stock-ii.md) - [0125. 验证回文串](./problems/125.valid-palindrome.md) - [0136. 只出现一次的数字](./problems/136.single-number.md) - [0155. 最小栈](./problems/155.min-stack.md) 👍 - [0160. 相交链表](./problems/160.Intersection-of-Two-Linked-Lists.md) 91 - [0167. 两数之和 II 输入有序数组](./problems/167.two-sum-ii-input-array-is-sorted.md) - [0169. 多数元素](./problems/169.majority-element.md) - [0172. 阶乘后的零](./problems/172.factorial-trailing-zeroes.md) - [0190. 颠倒二进制位](./problems/190.reverse-bits.md) - [0191. 位 1 的个数](./problems/191.number-of-1-bits.md) - [0198. 打家劫舍](./problems/198.house-robber.md) - [0203. 移除链表元素](./problems/203.remove-linked-list-elements.md) - [0206. 反转链表](./problems/206.reverse-linked-list.md) - [0219. 存在重复元素 II](./problems/219.contains-duplicate-ii.md) - [0226. 翻转二叉树](./problems/226.invert-binary-tree.md) - [0232. 用栈实现队列](./problems/232.implement-queue-using-stacks.md) 👍 91 - [0263. 丑数](./problems/263.ugly-number.md) - [0283. 移动零](./problems/283.move-zeroes.md) - [0342. 4 的幂](./problems/342.power-of-four.md) 👍 - [0349. 两个数组的交集](./problems/349.intersection-of-two-arrays.md) - [0371. 两整数之和](./problems/371.sum-of-two-integers.md) - [401. 二进制手表](./problems/401.binary-watch.md) - [0437. 路径总和 III](./problems/437.path-sum-iii.md) - [0455. 分发饼干](./problems/455.AssignCookies.md) - [0504. 七进制数](./problems/504.base-7.md) - [0575. 分糖果](./problems/575.distribute-candies.md) - [0606. 根据二叉树创建字符串](./problems/606.construct-string-from-binary-tree.md) - [0661. 图片平滑器](./problems/661.image-smoother.md) - [0665. 非递减数列](./problems/665.non-decreasing-array.md) - [821. 字符的最短距离](./problems/821.shortest-distance-to-a-character.md) 91 - [0874. 模拟行走机器人](./problems/874.walking-robot-simulation.md) - [1128. 等价多米诺骨牌对的数量](./problems/1128.number-of-equivalent-domino-pairs.md) - [1260. 二维网格迁移](./problems/1260.shift-2d-grid.md) - [1332. 删除回文子序列](./problems/1332.remove-palindromic-subsequences.md) ### 中等难度题目合集 中等题目是力扣比例最大的部分,因此这部分我的题解也是最多的。 大家不要太过追求难题,先把中等难度题目做熟了再说。 这部分的题目要不需要我们挖掘题目的内含信息, 将其抽象成简单题目。 要么是一些写起来比较麻烦的题目, 一些人编码能力不行就挂了。因此大家一定要自己做, 即使看了题解 ”会了“,也要自己码一遍。自己不亲自写一遍,里面的细节永远不知道。 以下是我列举的经典题目(带 91 字样的表示出自 **91 天学算法**活动): - [面试题 17.09. 第 k 个数](./problems/get-kth-magic-number-lcci.md) - [面试题 17.23. 最大黑方阵](./problems/max-black-square-lcci.md) - [面试题 16.16. 部分排序](./problems/sub-sort-lcci.md) - [Increasing Digits](./problems/Increasing-Digits.md) 👍 - [Longest Contiguously Strictly Increasing Sublist After Deletion](./problems/Longest-Contiguously-Strictly-Increasing-Sublist-After-Deletion.md) 👍 - [Consecutive Wins](./problems/consecutive-wins.md) - [Sort-String-by-Flipping](./problems/Sort-String-by-Flipping.md) - [Number of Substrings with Single Character Difference](./problems/Number-of-Substrings-with-Single-Character-Difference.md) - [Bus Fare](./problems/Bus-Fare.md) 👍 - [Minimum Dropping Path Sum](./problems/Minimum-Dropping-Path-Sum.md) - [Longest-Matrix-Path-Length](./problems/Longest-Matrix-Path-Length.md) - [Every Sublist Min Sum](./problems/Every-Sublist-Min-Sum.md) - [Maximize the Number of Equivalent Pairs After Swaps](./problems/Maximize-the-Number-of-Equivalent-Pairs-After-Swaps.md) - [0002. 两数相加](./problems/2.add-two-numbers.md) - [0003. 无重复字符的最长子串](./problems/3.longest-substring-without-repeating-characters.md) - [0005. 最长回文子串](./problems/5.longest-palindromic-substring.md) - [0011. 盛最多水的容器](./problems/11.container-with-most-water.md) - [0015. 三数之和](./problems/15.3sum.md) - [0017. 电话号码的字母组合](./problems/17.Letter-Combinations-of-a-Phone-Number.md) - [0019. 删除链表的倒数第 N 个节点](./problems/19.removeNthNodeFromEndofList.md) - [0022. 括号生成](./problems/22.generate-parentheses.md) - [0024. 两两交换链表中的节点](./problems/24.swapNodesInPairs.md) - [0029. 两数相除](./problems/29.divide-two-integers.md) - [0031. 下一个排列](./problems/31.next-permutation.md) - [0033. 搜索旋转排序数组](./problems/33.search-in-rotated-sorted-array.md) - [0039. 组合总和](./problems/39.combination-sum.md) - [0040. 组合总和 II](./problems/40.combination-sum-ii.md) - [0046. 全排列](./problems/46.permutations.md) - [0047. 全排列 II](./problems/47.permutations-ii.md) - [0048. 旋转图像](./problems/48.rotate-image.md) - [0049. 字母异位词分组](./problems/49.group-anagrams.md) - [0050. Pow(x, n)](./problems/50.pow-x-n.md) 👍 - [0055. 跳跃游戏](./problems/55.jump-game.md) - [0056. 合并区间](./problems/56.merge-intervals.md) - [0060. 第 k 个排列](./problems/60.permutation-sequence.md) 👍 - [0061. 旋转链表](./problems/61.Rotate-List.md) 91 - [0062. 不同路径](./problems/62.unique-paths.md) - [0073. 矩阵置零](./problems/73.set-matrix-zeroes.md) - [0075. 颜色分类](./problems/75.sort-colors.md) 👍 - [0078. 子集](./problems/78.subsets.md) - [0079. 单词搜索](./problems/79.word-search.md) - [0080. 删除排序数组中的重复项 II](./problems/80.remove-duplicates-from-sorted-array-ii.md) - [0086. 分隔链表](./problems/86.partition-list.md) - [0090. 子集 II](./problems/90.subsets-ii.md) - [0091. 解码方法](./problems/91.decode-ways.md) - [0092. 反转链表 II](./problems/92.reverse-linked-list-ii.md) - [0094. 二叉树的中序遍历](./problems/94.binary-tree-inorder-traversal.md) 👍 - [0095. 不同的二叉搜索树 II](./problems/95.unique-binary-search-trees-ii.md) - [0096. 不同的二叉搜索树](./problems/96.unique-binary-search-trees.md) - [0098. 验证二叉搜索树](./problems/98.validate-binary-search-tree.md) - [0102. 二叉树的层序遍历](./problems/102.binary-tree-level-order-traversal.md) - [0103. 二叉树的锯齿形层次遍历](./problems/103.binary-tree-zigzag-level-order-traversal.md) - [0113. 路径总和 II](./problems/113.path-sum-ii.md) - [0129. 求根到叶子节点数字之和](./problems/129.sum-root-to-leaf-numbers.md) 👍 - [0130. 被围绕的区域](./problems/130.surrounded-regions.md) - [0131. 分割回文串](./problems/131.palindrome-partitioning.md) - [0139. 单词拆分](./problems/139.word-break.md) - [0144. 二叉树的前序遍历](./problems/144.binary-tree-preorder-traversal.md) - [0147. 对链表进行插入排序](./problems/147.insertion-sort-list.md) - [0150. 逆波兰表达式求值](./problems/150.evaluate-reverse-polish-notation.md) - [0152. 乘积最大子数组](./problems/152.maximum-product-subarray.md) - [0153. 寻找旋转排序数组中的最小值](./problems/153.find-minimum-in-rotated-sorted-array.md) - [0199. 二叉树的右视图](./problems/199.binary-tree-right-side-view.md) 👍 - [0200. 岛屿数量](./problems/200.number-of-islands.md) 👍 - [0201. 数字范围按位与](./problems/201.bitwise-and-of-numbers-range.md) - [0208. 实现 Trie (前缀树)](./problems/208.implement-trie-prefix-tree.md) - [0209. 长度最小的子数组](./problems/209.minimum-size-subarray-sum.md) - [0211. 添加与搜索单词 - 数据结构设计](./problems/211.add-and-search-word-data-structure-design.md) - [0215. 数组中的第 K 个最大元素](./problems/215.kth-largest-element-in-an-array.md) - [0220. 存在重复元素 III](./problems/220.contains-duplicate-iii.md) - [0221. 最大正方形](./problems/221.maximal-square.md) - [0227. 基本计算器 II](./problems/227.basic-calculator-ii.md) - [0229. 求众数 II](./problems/229.majority-element-ii.md) - [0230. 二叉搜索树中第 K 小的元素](./problems/230.kth-smallest-element-in-a-bst.md) - [0236. 二叉树的最近公共祖先](./problems/236.lowest-common-ancestor-of-a-binary-tree.md) - [0238. 除自身以外数组的乘积](./problems/238.product-of-array-except-self.md) - [0240. 搜索二维矩阵 II](./problems/240.search-a-2-d-matrix-ii.md) - [0279. 完全平方数](./problems/279.perfect-squares.md) - [0309. 最佳买卖股票时机含冷冻期](./problems/309.best-time-to-buy-and-sell-stock-with-cooldown.md) - [0322. 零钱兑换](./problems/322.coin-change.md) 👍 - [0324. 摆动排序 II](./problems/324.wiggle-sort-ii.md) - [0328. 奇偶链表](./problems/328.odd-even-linked-list.md) - [0331. 验证二叉树的前序序列化](./problems/331.verify-preorder-serialization-of-a-binary-tree.md) - [0334. 递增的三元子序列](./problems/334.increasing-triplet-subsequence.md) - [0337. 打家劫舍 III](./problems/337.house-robber-iii.md) - [0343. 整数拆分](./problems/343.integer-break.md) - [0365. 水壶问题](./problems/365.water-and-jug-problem.md) - [0378. 有序矩阵中第 K 小的元素](./problems/378.kth-smallest-element-in-a-sorted-matrix.md) - [0380. 常数时间插入、删除和获取随机元素](./problems/380.insert-delete-getrandom-o1.md) - [0385. 迷你语法分析器](./problems/385.mini-parser.md) - [0394. 字符串解码](./problems/394.decode-string.md) 91 - [0416. 分割等和子集](./problems/416.partition-equal-subset-sum.md) - [0424. 替换后的最长重复字符](./problems/424.longest-repeating-character-replacement.md) - [0438. 找到字符串中所有字母异位词](./problems/438.find-all-anagrams-in-a-string.md) - [0445. 两数相加 II](./problems/445.add-two-numbers-ii.md) - [0454. 四数相加 II](./problems/454.4-sum-ii.md) - [0456. 132 模式](./problems/456.132-pattern.md) - [0457.457. 环形数组是否存在循环](./problems/457.circular-array-loop.md) - [0464. 我能赢么](./problems/464.can-i-win.md) - [0470. 用 Rand7() 实现 Rand10](./problems/470.implement-rand10-using-rand7.md) - [0473. 火柴拼正方形](./problems/473.matchsticks-to-square.md) 👍 - [0494. 目标和](./problems/494.target-sum.md) - [0516. 最长回文子序列](./problems/516.longest-palindromic-subsequence.md) - [0513. 找树左下角的值](./problems/513.find-bottom-left-tree-value.md) 91 - [0518. 零钱兑换 II](./problems/518.coin-change-2.md) - [0525. 连续数组](./problems/525.contiguous-array.md) - [0547. 省份数量](./problems/547.number-of-provinces.md) - [0560. 和为 K 的子数组](./problems/560.subarray-sum-equals-k.md) - [0609. 在系统中查找重复文件](./problems/609.find-duplicate-file-in-system.md) - [0611. 有效三角形的个数](./problems/611.valid-triangle-number.md) 👍 - [0673. 最长递增子序列的个数](./problems/673.number-of-longest-increasing-subsequence.md) - [0686. 重复叠加字符串匹配](./problems/686.repeated-string-match.md) - [0710. 黑名单中的随机数](./problems/710.random-pick-with-blacklist.md) - [0714. 买卖股票的最佳时机含手续费](./problems/714.best-time-to-buy-and-sell-stock-with-transaction-fee.md) - [0718. 最长重复子数组](./problems/718.maximum-length-of-repeated-subarray.md) - [0735. 行星碰撞](./problems/735.asteroid-collision.md) 👍 - [0754. 到达终点数字](./problems/754.reach-a-number.md) - [0785. 判断二分图](./problems/785.is-graph-bipartite.md) - [0790. 多米诺和托米诺平铺](./problems/790.domino-and-tromino-tiling.md) - [0799. 香槟塔](./problems/799.champagne-tower.md) - [0801. 使序列递增的最小交换次数](./problems/801.minimum-swaps-to-make-sequences-increasing.md) - [0816. 模糊坐标](./problems/816.ambiguous-coordinates.md) - [0820. 单词的压缩编码](./problems/820.short-encoding-of-words.md) - [0838. 推多米诺](./problems/838.push-dominoes.md) - [0873. 最长的斐波那契子序列的长度](./problems/873.length-of-longest-fibonacci-subsequence.md) - [0875. 爱吃香蕉的珂珂](./problems/875.koko-eating-bananas.md) - [0877. 石子游戏](./problems/877.stone-game.md) - [0886. 可能的二分法](./problems/886.possible-bipartition.md) - [0898. 子数组按位或操作](./problems/898.bitwise-ors-of-subarrays.md) - [0900. RLE 迭代器](./problems/900.rle-iterator.md) - [0911. 在线选举](./problems/911.online-election.md) - [0912. 排序数组](./problems/912.sort-an-array.md) - [0932. 漂亮数组](./problems/932.beautiful-array.md) - [0935. 骑士拨号器](./problems/935.knight-dialer.md) - [0947. 移除最多的同行或同列石头](./problems/947.most-stones-removed-with-same-row-or-column.md) - [0959. 由斜杠划分区域](./problems/959.regions-cut-by-slashes.md) - [0978. 最长湍流子数组](./problems/978.longest-turbulent-subarray.md) - [0987. 二叉树的垂序遍历](./problems/987.vertical-order-traversal-of-a-binary-tree.md) 91 - [1004. 最大连续 1 的个数 III](./problems/1004.max-consecutive-ones-iii.md) - [1011. 在 D 天内送达包裹的能力](./problems/1011.capacity-to-ship-packages-within-d-days.md) - [1014. 最佳观光组合](./problems/1014.best-sightseeing-pair.md) - [1015. 可被 K 整除的最小整数](./problems/1015.smallest-integer-divisible-by-k.md) - [1019. 链表中的下一个更大节点](./problems/1019.next-greater-node-in-linked-list.md) - [1020. 飞地的数量](./problems/1020.number-of-enclaves.md) - [1023. 驼峰式匹配](./problems/1023.camelcase-matching.md) - [1031. 两个非重叠子数组的最大和](./problems/1031.maximum-sum-of-two-non-overlapping-subarrays.md) - [1043. 分隔数组以得到最大和](./problems/1043.partition-array-for-maximum-sum.md) - [1104. 二叉树寻路](./problems/1104.path-in-zigzag-labelled-binary-tree.md) - [1129. 颜色交替的最短路径](./problems/1129.shortest-path-with-alternating-colors.md) - [1131. 绝对值表达式的最大值](./problems/1131.maximum-of-absolute-value-expression.md) - [1138. 字母板上的路径](./problems/1138.alphabet-board-path.md) - [1186. 删除一次得到子数组最大和](./problems/1186.maximum-subarray-sum-with-one-deletion.md) - [1218. 最长定差子序列](./problems/1218.longest-arithmetic-subsequence-of-given-difference.md) - [1227. 飞机座位分配概率](./problems/1227.airplane-seat-assignment-probability.md) 👍 - [1261. 在受污染的二叉树中查找元素](./problems/1261.find-elements-in-a-contaminated-binary-tree.md) - [1262. 可被三整除的最大和](./problems/1262.greatest-sum-divisible-by-three.md) - [1297. 子串的最大出现次数](./problems/1297.maximum-number-of-occurrences-of-a-substring.md) - [1310. 子数组异或查询](./problems/1310.xor-queries-of-a-subarray.md) - [1334. 阈值距离内邻居最少的城市](./problems/1334.find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance.md) - [1371. 每个元音包含偶数次的最长子字符串](./problems/1371.find-the-longest-substring-containing-vowels-in-even-counts.md) - [1381. 设计一个支持增量操作的栈](./problems/1381.design-a-stack-with-increment-operation.md) 91 - [1423. 可获得的最大点数](./problems/1423.maximum-points-you-can-obtain-from-cards.md) - [1438. 绝对差不超过限制的最长连续子数组](./problems/1438.longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit.md) - [1558. 得到目标数组的最少函数调用次数](./problems/1558.minimum-numbers-of-function-calls-to-make-target-array.md) - [1574. 删除最短的子数组使剩余数组有序](./problems/1574.shortest-subarray-to-be-removed-to-make-array-sorted.md) - [1589. 所有排列中的最大和](./problems/1589.maximum-sum-obtained-of-any-permutation.md) - [1631. 最小体力消耗路径](./problems/1631.path-with-minimum-effort.md) - [1658. 将 x 减到 0 的最小操作数](./problems/1658.minimum-operations-to-reduce-x-to-zero.md) - [1697. 检查边长度限制的路径是否存在](./problems/1697.checking-existence-of-edge-length-limited-paths.md) - [1737. 满足三条件之一需改变的最少字符数](./problems/1737.change-minimum-characters-to-satisfy-one-of-three-conditions.md) 👍 - [1770. 执行乘法运算的最大分数](./problems/1770.maximum-score-from-performing-multiplication-operations.md) 👍 91 - [1834. 单线程 CPU](./problems/1834.single-threaded-cpu.md) - [1899. 合并若干三元组以形成目标三元组](./problems/1899.merge-triplets-to-form-target-triplet.md) 👍 - [1904. 你完成的完整对局数](./problems/1904.the-number-of-full-rounds-you-have-played.md) - [1906. 查询差绝对值的最小值](./problems/1906.minimum-absolute-difference-queries.md) - [2007. 从双倍数组中还原原数组](./problems/2007.find-original-array-from-doubled-array.md) - [2008. 出租车的最大盈利](./problems/2008.maximum-earnings-from-taxi.md) - [5935. 适合打劫银行的日子](./problems/5935.find-good-days-to-rob-the-bank.md) - [5936. 引爆最多的炸弹](./problems/5936.detonate-the-maximum-bombs.md) - [5965. 相同元素的间隔之和](./problems/5965.intervals-between-identical-elements.md) - [6021. 字符串中最多数目的子字符串](./problems/6201.maximize-number-of-subsequences-in-a-string.md) ### 困难难度题目合集 困难难度题目从类型上说多是: - 图 - 设计题 - 游戏场景题目 - 中等题目的 follow up 从解法上来说,多是: - 图算法 - 动态规划 - 二分法 - DFS & BFS - 状态压缩 - 剪枝 从逻辑上说, 要么就是非常难想到,要么就是非常难写代码。 这里我总结了几个技巧: 1. 看题目的数据范围, 看能否暴力模拟 2. 暴力枚举所有可能的算法往上套,比如图的题目。 3. 总结和记忆解题模板,减少解题压力 以下是我列举的经典题目(带 91 字样的表示出自 **91 天学算法**活动): - [LCP 20. 快速公交](./problems/lcp20.meChtZ.md) - [LCP 21. 追逐游戏](./problems/lcp21.Za25hA.md) 👍 - [Number Stream to Intervals](./problems/Number-Stream-to-Intervals.md) - [Triple Inversion](./problems/Triple-Inversion.md) 91 - [Kth Pair Distance](./problems/Kth-Pair-Distance.md) 91 - [Minimum Light Radius](./problems/Minimum-Light-Radius.md) 91 - [Largest Equivalent Set of Pairs](./problems/Largest-Equivalent-Set-of-Pairs.md) 👍 - [Ticket-Order.md](./problems/Ticket-Order.md) - [Connected-Road-to-Destination](./problems/Connected-Road-to-Destination.md) - [0004. 寻找两个正序数组的中位数](./problems/4.median-of-two-sorted-arrays.md) 👍 - [0023. 合并 K 个升序链表](./problems/23.merge-k-sorted-lists.md) - [0025. K 个一组翻转链表](./problems/25.reverse-nodes-in-k-groups.md) 👍 - [0030. 串联所有单词的子串](./problems/30.substring-with-concatenation-of-all-words.md) - [0032. 最长有效括号](./problems/32.longest-valid-parentheses.md) - [0042. 接雨水](./problems/42.trapping-rain-water.md) - [0052. N 皇后 II](./problems/52.N-Queens-II.md) - [0057. 插入区间](problems/57.insert-interval.md) - [0065. 有效数字](problems/65.valid-number.md) - [0084. 柱状图中最大的矩形](./problems/84.largest-rectangle-in-histogram.md) - [0085. 最大矩形](./problems/85.maximal-rectangle.md) - [0087. 扰乱字符串](./problems/87.scramble-string.md) - [0124. 二叉树中的最大路径和](./problems/124.binary-tree-maximum-path-sum.md) - [0128. 最长连续序列](./problems/128.longest-consecutive-sequence.md) - [0132. 分割回文串 II](./problems/132.palindrome-partitioning-ii.md) 👍 - [0140. 单词拆分 II](problems/140.word-break-ii.md) - [0145. 二叉树的后序遍历](./problems/145.binary-tree-postorder-traversal.md) - [0146. LRU 缓存机制](./problems/146.lru-cache.md) - [0154. 寻找旋转排序数组中的最小值 II](./problems/154.find-minimum-in-rotated-sorted-array-ii.md) - [0212. 单词搜索 II](./problems/212.word-search-ii.md) - [0239. 滑动窗口最大值](./problems/239.sliding-window-maximum.md) 👍 - [0295. 数据流的中位数](./problems/295.find-median-from-data-stream.md) - [0297. 二叉树的序列化与反序列化](./problems/297.serialize-and-deserialize-binary-tree.md) 91 - [0301. 删除无效的括号](./problems/301.remove-invalid-parentheses.md) - [0312. 戳气球](./problems/312.burst-balloons.md) - [330. 按要求补齐数组](./problems/330.patching-array.md) - [0335. 路径交叉](./problems/335.self-crossing.md) - [0460. LFU 缓存](./problems/460.lfu-cache.md) - [0472. 连接词](./problems/472.concatenated-words.md) - [0480. 滑动窗口中位数](./problems/480.sliding-window-median.md) - [0483. 最小好进制](./problems/483.smallest-good-base.md) - [0488. 祖玛游戏](./problems/488.zuma-game.md) - [0493. 翻转对](./problems/493.reverse-pairs.md) - [0664. 奇怪的打印机](./problems/664.strange-printer.md) - [0679. 24 点游戏](./problems/679.24-game.md) - [0715. Range 模块](./problems/715.range-module.md) 👍 - [0726. 原子的数量](./problems/726.number-of-atoms.md) - [0768. 最多能完成排序的块 II](./problems/768.max-chunks-to-make-sorted-ii.md) 91 - [0805. 数组的均值分割](./problems/805.split-array-with-same-average.md) - [0839. 相似字符串组](./problems/839.similar-string-groups.md) - [0887. 鸡蛋掉落](./problems/887.super-egg-drop.md) - [0895. 最大频率栈](./problems/895.maximum-frequency-stack.md) - [0909. 蛇梯棋](./problems/909.snakes-and-ladders.md) - [0975. 奇偶跳](./problems/975.odd-even-jump.md) - [0995. K 连续位的最小翻转次数](./problems/995.minimum-number-of-k-consecutive-bit-flips.md) - [1032. 字符流](./problems/1032.stream-of-characters.md) - [1168. 水资源分配优化](./problems/1168.optimize-water-distribution-in-a-village.md) - [1178. 猜字谜](./problems/1178.number-of-valid-words-for-each-puzzle.md) - [1203. 项目管理](./problems/1203.sort-items-by-groups-respecting-dependencies.md) - [1255. 得分最高的单词集合](./problems/1255.maximum-score-words-formed-by-letters.md) - [1345. 跳跃游戏 IV](./problems/1435.jump-game-iv.md) - [1449. 数位成本和为目标值的最大数字](./problems/1449.form-largest-integer-with-digits-that-add-up-to-target.md) - [1494. 并行课程 II](./problems/1494.parallel-courses-ii.md) - [1521. 找到最接近目标值的函数值](./problems/1521.find-a-value-of-a-mysterious-function-closest-to-target.md) - [1526. 形成目标数组的子数组最少增加次数](./problems/1526.minimum-number-of-increments-on-subarrays-to-form-a-target-array.md) - [1649. 通过指令创建有序数组](./problems/1649.create-sorted-array-through-instructions.md) - [1671. 得到山形数组的最少删除次数](./problems/1671.minimum-number-of-removals-to-make-mountain-array.md) - [1707. 与数组中元素的最大异或值](./problems/5640.maximum-xor-with-an-element-from-array.md) - [1713. 得到子序列的最少操作次数](./problems/1713.minimum-operations-to-make-a-subsequence.md) - [1723. 完成所有工作的最短时间](./problems/1723.find-minimum-time-to-finish-all-jobs.md) - [1787. 使所有区间的异或结果为零](./problems/1787.make-the-xor-of-all-segments-equal-to-zero.md) - [1835. 所有数对按位与结果的异或和](./problems/1835.find-xor-sum-of-all-pairs-bitwise-and.md) - [1871. 跳跃游戏 VII](./problems/1871.jump-game-vii.md) 👍 - [1872. 石子游戏 VIII](./problems/1872.stone-game-viii.md) - [1883. 准时抵达会议现场的最小跳过休息次数](./problems/5775.minimum-skips-to-arrive-at-meeting-on-time.md) - [1970. 你能穿过矩阵的最后一天](./problems/1970.last-day-where-you-can-still-cross.md) - [2009. 使数组连续的最少操作数](./problems/2009.minimum-number-of-operations-to-make-array-continuous.md) - [2025. 分割数组的最多方案数](./problems/2025.maximum-number-of-ways-to-partition-an-array.md) - [2030. 含特定字母的最小子序列](./problems/2030.smallest-k-length-subsequence-with-occurrences-of-a-letter.md) - [2102. 序列顺序查询](./problems/2102.sequentially-ordinal-rank-tracker.md) - [2209. 用地毯覆盖后的最少白色砖块](./problems/2209.minimum-white-tiles-after-covering-with-carpets.md) 👍 - [2281. 巫师的总力量和](./problems/2281.sum-of-total-strength-of-wizards.md) - [2306. 公司命名](./problems/2306.naming-a-company.md) 枚举优化好题 - [5254. 卖木头块](./problems/5254.selling-pieces-of-wood.md) 动态规划经典题 - [5999. 统计数组中好三元组数目](./problems/5999.count-good-triplets-in-an-array.md) 👍
🔥🔥🔥 只有熟练掌握基础的数据结构与算法,才能对复杂问题迎刃有余(java,javascript,python)。🔥🔥🔥 本文包含动态规划、树、列表、队、栈等数据结构和算法,使用动画形式展示,并且包含demo贺测试题
algorithm,algorithms-and-data-structures,java,javascript
2023-01-10T07:11:40Z
2023-11-10T09:49:10Z
null
1
25
103
0
2
6
null
MIT
TypeScript
marcode24/weekly-challenges
main
<div align="center"> <img alt="weekly-challenges" src="https://res.cloudinary.com/dfeujtobk/image/upload/v1705525644/Challenges/hntvupdgmb1zxwx31kfc.png" width="1200" style="border-radius: 1rem" /> <br /> <br /> <h1>📆 Weekly Challenges Solutions</h1> ![Version](https://img.shields.io/github/package-json/v/marcode24/weekly-challenges?style=popout&logo=npm) ![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/weekly-challenges/challenges.yml?branch=main&style=popout&logo=testcafe&label=tests) ![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/weekly-challenges?style=popout&logo=github&label=repo%20size) ![GitHub](https://img.shields.io/github/license/marcode24/weekly-challenges?style=popout&logo=github&label=license) ![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/weekly-challenges?style=popout&logo=apachespark&color=yellow&logoColor=yellow) ![Github repo views](https://img.shields.io/github/search/marcode24/weekly-challenges/weekly-challenges?style=popout&logo=github&label=repo%20views) ![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/weekly-challenges?style=popout&logo=git&label=last%20commit) </div> ## ℹ️ About This repository contains my solutions to the weekly challenges from [Weekly Coding Challenges](https://github.com/mouredev/retos-programacion-2023) by [MoureDev](https://github.com/mouredev) ## 🚀 Installation & Usage ```bash # clone the repo git clone https://github.com/marcode24/weekly-challenges # go to the weekly-challenges directory cd weekly-challenges # install dependencies npm install # run test npm run test # run specific test npm run test 'year'/'folder-name'/solution.test.js ``` ## 🎯 2024 Challenges <details open> <summary>Show / Hide</summary> | # | Challenge | Difficulty | My Solution | | :-: | ------------------------------------------------------------------------------------------- | :--------: | --------------------------------------------------------------------------------------------------------------------- | | 00 | [Sintaxis, Variables, Tipos de datos y Hola Mundo](https://retosdeprogramacion.com/roadmap/)| 🟢 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/00-sintaxis-variables-tipos-de-datos-y-hola-mundo/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/00-sintaxis-variables-tipos-de-datos-y-hola-mundo/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/00-sintaxis-variables-tipos-de-datos-y-hola-mundo/solution.php) | | 01 | [Operadores y Estructuras de Control](https://retosdeprogramacion.com/roadmap/) | 🟢 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/01-operadores-y-estructuras-de-control/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/01-operadores-y-estructuras-de-control/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/01-operadores-y-estructuras-de-control/solution.php) | | 02 | [Funciones y alcance](https://retosdeprogramacion.com/roadmap/) | 🟢 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/02-funciones-y-alcance/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/02-funciones-y-alcance/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/02-funciones-y-alcance/solution.php) | | 03 | [Estructuras de Datos](https://retosdeprogramacion.com/roadmap/) | 🟡 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/03-estructuras-de-datos/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/03-estructuras-de-datos/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/03-estructuras-de-datos/solution.php) | | 04 | [Cadena de Caracteres](https://retosdeprogramacion.com/roadmap/) | 🟡 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/04-cadenas-de-caracteres/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/04-cadenas-de-caracteres/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/04-cadenas-de-caracteres/solution.php) | | 05 | [Valor y Referencia](https://retosdeprogramacion.com/roadmap/) | 🟢 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/05-valor-y-referencia/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/05-valor-y-referencia/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/05-valor-y-referencia/solution.php) | | 06 | [Recursividad](https://retosdeprogramacion.com/roadmap/) | 🔴 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/06-recursividad/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/06-recursividad/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/06-recursividad/solution.php) | | 07 | [Pilas y Colas](https://retosdeprogramacion.com/roadmap/) | 🟡 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/07-pilas-y-colas/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/07-pilas-y-colas/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/07-pilas-y-colas/solution.php) | | 08 | [Clases](https://retosdeprogramacion.com/roadmap/) | 🟢 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/08-clases/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/08-clases/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/08-clases/solution.php) | | 09 | [Herencia y Polimorfismo](https://retosdeprogramacion.com/roadmap/) | 🟡 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/09-herencia/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/09-herencia/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/09-herencia/solution.php) | | 10 | [Excepciones](https://retosdeprogramacion.com/roadmap/) | 🟡 | [![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](./2024/10-excepciones/index.js) <br /> [![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](./2024/10-excepciones/solution.ts) <br /> [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](./2024/10-excepciones/solution.php) | Difficulties legend: 🟢 Easy 🟡 Medium 🔴 Hard </details> ## 🎯 2023 Challenges <details hide> <summary>Show / Hide</summary> | # | Challenge | Difficulty | My Solution | | :-: | --------------------------------------------------------------------------------------- | :--------: | :--------------------------------------------------------------------------------------------------------: | | 00 | [El famoso fizz buzz](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/00-fizz-buzz) | | 01 | [El Lenguaje Hacker](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/01-lenguaje-hacker) | | 02 | [El partido de tenis](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Coming Soon](https://github.com/marcode24/weekly-challenges) | | 03 | [El generador de contraseñas](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/03-generador-de-contraseñas) | | 04 | [Primo, Fibonnaci y Par](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/04-primo-fibonnaci-par) | | 05 | [¡Hola Mundo!](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/05-hola-mundo) | | 06 | [Piedra, Papel, Tijera, Lagarto y Spock](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/06-piedra-papel-tijera-lagarto-spock) | | 07 | [Sombrero seleccionador](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/07-sombrero-seleccionador) | | 08 | [El generador pseudoaleatorio](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/08-generador-pseudoaleatorio) | | 09 | [Heterograma, Isograma y Pangrama](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/09-heterograma-isograma-pangrama) | | 10 | [La API](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/10-la-api) | | 11 | [URL params](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/11-url-params) | | 12 | [Viernes 13](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/12-viernes-13) | | 13 | [Adivina la palabra](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/13-adivina-la-palabra) | | 14 | [Octal y Hexadecimal](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/14-octal-y-hexadecimal) | | 15 | [Aurebesh](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/15-aurebesh) | | 16 | [La escalera](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/16-la-escalera) | | 17 | [Git y Github](https://retosdeprogramacion.com/semanales2023) | 🔴 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/17-git-github) | | 18 | [Web scraping](https://retosdeprogramacion.com/semanales2023) | 🔴 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/18-web-scraping) | | 19 | [Análisis de texto](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/19-analisis-de-texto) | | 20 | [La trifuerza](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/20-la-trifuerza) | | 21 | [Números primos gemelos](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/21-numeros-primos-gemelos) | | 22 | [La espiral](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/22-la-espiral) | | 23 | [La base de datos](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/23-la-base-de-datos) | | 24 | [Cifrado césar](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/24-cifrado-cesar) | | 25 | [El código konami](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/25-el-codigo-konami) | | 26 | [Testing](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/26-testing) | | 27 | [Cuenta atrás](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/27-cuenta-atras) | | 28 | [Expresión matemática](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/28-expresion-matematica) | | 29 | [El carácter infiltrado](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/29-caracter-infiltrado) | | 30 | [El teclado T9](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/30-teclado-t9) | | 31 | [El ábaco](https://retosdeprogramacion.com/semanales2023) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/31-el-abaco) | | 32 | [La columna de excel](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/32-la-columna-de-excel) | | 33 | [Tetris](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Coming Soon](https://github.com/marcode24/weekly-challenges) | | 34 | [El txt](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/34-el-txt) | | 35 | [Primeros pasos](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2023/35-primeros-pasos) | | 36 | [Permutaciones](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Coming Soon](https://github.com/marcode24/weekly-challenges) | | 37 | [Colores Hex y RGB](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Coming Soon](https://github.com/marcode24/weekly-challenges) | | 38 | [Las sumas](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Coming Soon](https://github.com/marcode24/weekly-challenges) | | 39 | [Triples pitagóricos](https://retosdeprogramacion.com/semanales2023) | 🟡 | [Coming Soon](https://github.com/marcode24/weekly-challenges) | Difficulties legend: 🟢 Easy 🟡 Medium 🔴 Hard </details> ## 🎯 2022 Challenges <details hide> <summary>Show / Hide</summary> | # | Challenge | Difficulty | My Solution | | :-: | -------------------------------------------------------------------------------- | :--------: | :-----------------------------------------------------------------------------------------------: | | 01 | [¿Es un anagrama?](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/01-es-un-anagrama) | | 02 | [La sucesión de fibonacci](https://retosdeprogramacion.com/semanales2022) | 🔴 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/02-sucesion-de-fibonacci) | | 03 | [¿Es un número primo?](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/03-numero-primo) | | 04 | [Área de un polígono](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/04-area-poligono) | | 06 | [Invirtiendo cadenas](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/06-invirtiendo-cadenas) | | 07 | [Contando palabras](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/07-contando-palabras) | | 08 | [Decimal a binario](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/08-decimal-binario) | | 09 | [Código morse](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/09-codigo-morse) | | 10 | [Expresiones equilibradas](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/10-expresiones-equilibradas) | | 11 | [Eliminando caracteres](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/11-eliminando-caracteres) | | 12 | [¿Es un palíndromo?](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/12-es-un-palindromo) | | 13 | [Factorial recursivo](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/13-factorial-recursivo) | | 14 | [¿Es un número de armstrong?](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/14-numero-armstrong) | | 15 | [¿Cuántos días?](https://retosdeprogramacion.com/semanales2022) | 🔴 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/15-cuantos-dias) | | 16 | [En mayúscula](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/16-en-mayuscula) | | 17 | [La carrera de obstáculos](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/17-carrera-de-obstaculos) | | 18 | [Tres en raya](https://retosdeprogramacion.com/semanales2022) | 🔴 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/18-tres-en-raya) | | 19 | [Conversor de tiempo](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/19-conversor-de-tiempo) | | 20 | [Parando el tiempo](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/20-parando-el-tiempo) | | 21 | [Calculadora .txt](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/21-calculadora-txt) | | 22 | [Conjuntos](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/22-conjuntos) | | 23 | [MCD y mcm](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/23-MCD-mcm) | | 24 | [Iteration master](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/24-iteration-master) | | 25 | [Piedra, papel y tijera](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/25-papel-piedra-tijera) | | 26 | [Cuadrado y triángulo 2D](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/26-figuras-2d) | | 27 | [Vectores ortogonales](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/27-vectores-ortogonales) | | 28 | [Máquina expendedora](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/28-maquina-expendedora) | | 29 | [Ordena la lista](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/29-ordena-la-lista) | | 30 | [Marco de palabras](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/30-marco-de-palabras) | | 31 | [Años bisiestos](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/31-años-bisiestos) | | 32 | [El segundo](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/32-el-segundo) | | 33 | [Ciclo sexagenario chino](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/33-ciclo-sexagenario-chino) | | 34 | [Los números perdidos](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/34-los-numeros-perdidos) | | 35 | [Batalla pokémon](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/35-batalla-pokemon) | | 36 | [Los anillos de poder](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/36-anillos-de-poder) | | 37 | [The Legend of Zelda](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/37-the-legend-of-zelda) | | 38 | [Binario a decimal](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/38-binario-a-decimal) | | 39 | [Quick sort](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/39-quick-sort) | | 40 | [Triángulo de pascal](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/40-triangulo-de-pascal) | | 41 | [La ley de ohm](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/41-ley-de-ohm) | | 42 | [Conversor de temperatura](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/42-conversor-de-temperatura) | | 43 | [Truco o trato](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/43-truco-o-trato) | | 44 | [Bumeranes](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/44-bumeranes) | | 45 | [Contenedor de agua](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/45-contenedor-de-agua) | | 46 | [¿Dónde está el robot?](https://retosdeprogramacion.com/semanales2022) | 🟡 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/46-donde-esta-el-robot) | | 47 | [Vocal más común](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/47-vocal-mas-comun) | | 48 | [El calendario de adeviento 2022](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/48-calendario-de-adeviento) | | 49 | [El detector de handles](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/49-detector-de-handles) | | 51 | [El reto random](https://retosdeprogramacion.com/semanales2022) | 🟢 | [Here](https://github.com/marcode24/weekly-challenges/tree/main/2022/51-reto-random) | Difficulties legend: 🟢 Easy 🟡 Medium 🔴 Hard </details>
📆 This repository contains my solutions to the weekly challenges from Weekly Coding Challenges by MoureDev
challenge,challenges,javascript,jest,mouredev,solutions,testing,weekly-challenges,husky,husky-hooks
2023-01-04T02:48:58Z
2024-03-08T16:32:38Z
null
1
85
261
0
0
6
null
MIT
JavaScript
anna-dm/GPT-3
main
- React Functional components and their reusability - React file and folder structure - Fundamental CSS properties to master flex & grid - Fundamentals of the CSS BEM Model - From soft and pleasant animations to complex gradients - Perfectly placed media queries for satisfactory responsiveness covering almost devices
⚛️ Website Modern UI/UX GPT-3 (React, Javascript, CSS)
css,javascript,react,html,ui
2023-01-03T20:10:55Z
2023-01-10T19:21:38Z
null
1
0
9
0
0
6
null
null
CSS
superstar1205/React-GSAP
qin
# Teache Web ## Getting started To make it easy for you to get started with GitLab, here's a list of recommended next steps. Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! ## Add your files - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: ``` cd existing_repo git remote add origin https://gitlab.com/dsaldeno/teache-web.git git branch -M main git push -uf origin main ``` ## Integrate with your tools - [ ] [Set up project integrations](https://gitlab.com/dsaldeno/teache-web/-/settings/integrations) ## Collaborate with your team - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/) - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/) - [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html) ## Test and Deploy Use the built-in continuous integration in GitLab. - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/) - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html) - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) *** # Editing this README When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template. ## Suggestions for a good README Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information. ## Name Choose a self-explaining name for your project. ## Description Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. ## Badges On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. ## Visuals Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. ## Installation Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. ## Usage Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. ## Support Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc. ## Roadmap If you have ideas for releases in the future, it is a good idea to list them in the README. ## Contributing State if you are open to contributions and what your requirements are for accepting them. For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self. You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser. ## Authors and acknowledgment Show your appreciation to those who have contributed to the project. ## License For open source projects, say how it is licensed. ## Project status If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
App promotion web site: Teach website built by React and add GSAP animation!
react,gsap,gsap-animation,gsap-scroll,javascript,react-components,react-hooks,react-router,reactjs
2023-01-13T16:28:23Z
2022-07-30T05:03:07Z
null
1
0
11
0
2
6
null
null
JavaScript
ZykovRuslan/mesto
main
# Проект: Место Проект включает знания полученные по 5 спринтам Яндекс Практикум по программе "Web-разработчик". В рамках текущего спринта применяем базовые знания js. ✅ Применяются flex и grid технологии для построения сеток. Для адаптивной верстки применяются медиа запросы.<br> ✅ Модальные окна pop-up для "Редактировать профиль", "Новое место" и "Увеличение фотографии" методом template. Модальные окна реализованы плавным всплытием.<br> ✅ Добавлен функционал удаления карточки и поставить лайк.<br> ✅ Добавлена валидация формы "Редактировать профиль" и "Новое место". Используются стандартные браузерные тексты ошибок.<br> ✅ Добавлена возможность закрывать попап кликом на оверлей и кнопку "esq".<br> ✅ Создана файловая структура по <b>БЭМ (Nested)</b>.<br> ✅ Добавлены классы: Card, Popup, PopupWithForm, PopupWithImage, Section, UserInfo, FormValidator. ✅ СБорщик проектор Webpack. **Figma** - [Ссылка на макет в Figma 6ПР](https://www.figma.com/file/kRVLKwYG3d1HGLvh7JFWRT/JavaScript.-Sprint-6?node-id=0%3A1) - [Ссылка на макет в Figma 5ПР](https://www.figma.com/file/2cn9N9jSkmxD84oJik7xL7/JavaScript.-Sprint-4?node-id=0%3A1) - [Ссылка на макет в Figma 4ПР](https://www.figma.com/file/bjyvbKKJN2naO0ucURl2Z0/JavaScript.-Sprint-5?node-id=0%3A1&t=dvfXoJ1t4kxiTBKc-0) **GitHub Pages** - [Ссылка на cайт](https://zykovruslan.github.io/zykovruslan.github.io-russian-mesto/) --- Для связи ## Для связи <a href="https://linkedin.com/in/ruslan-zykov/"> <img src="https://img.shields.io/badge/Linkedin-blue?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge" width="120"/> </a> <a href="https://vk.com/r_u_sl_i_k"> <img src="https://img.shields.io/badge/Vkontakte-blue?style=for-the-badge&logo=vk&logoColor=white" alt="VKontakte Badge" width="130"/> </a>
Проект Mesto (включает в себя учебные проекты №4-9)
bem-methodology,figma,javascript,modal-window,nested-structures,object-oriented-programming,validation,webpack,adaptive
2023-01-06T18:00:00Z
2023-09-23T13:27:23Z
null
1
0
41
0
0
6
null
null
JavaScript
AlexisJW/M1-Capstone
main
<a name="readme-top"></a> <div align="center"> <img src="murple_logo.png" alt="logo" width="140" height="auto" /> <br/> <h3><b> M1Capstone - Alexis-Conference </b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Microverse Student](#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](#faq) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [M1Capstone - Alexis-Conference]></a> **[M1Capstone - Alexis-Conference]** The goal of this project is to Understand how capstone projects work at Microverse. ## 🛠 Built With <a name="built-with"></a> ### By Microverse Student, Alexis <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://developer.mozilla.org/en/docs/Web/HTML">HTML</a></li> <li><a href="https://developer.mozilla.org/en/docs/Web/CSS">CSS</a></li> <li><a href="https://developer.mozilla.org/en/docs/Web/CSS">JavaScript</a></li> <li><a href="#">Visual Studio</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="#">Without</a></li> </ul> </details> <details> <summary>Database</summary> <ul> <li><a href="#">Comming soon</a></li> </ul> </details> > <!-- Features --> ### Key Features <a name="key-features"></a> - **[build is based on an online website for a conference.]** - **[The home page has a link in the menu to the about page.]** - **[The logo in the header links to the home page.]** - **[When the user clicks (or taps) the hamburger button on the header, the mobile menu appears over the page.]** - **[Use media queries to make sure that your website displays correctly on desktop screens.]** - **[The mobile menu has a close (X) button that closes the menu.]** - **[The section "Featured speakers" is created dynamically in JavaScript.]** - **[Deploy the project.]** - **[Open a pull request.]** <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://alexisjw.github.io/M1-Capstone/) <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: If you don't have git installed on your machine you can download it from [here](https://git-scm.com/downloads). ### Setup Clone this repository to your desired folder: Once you have git installed on your machine you can clone your project by running the command below to clone your project to your local machine `git clone <https://github.com/AlexisJW/M1-Capstone.git>` Alternatively, you can download the zip file of your project by clicking on the `Code` button on the right side of your project page and clicking on `Download ZIP` ### Usage To run the project, execute the following command: Locate the folder where you cloned your project to and open the `index.html` file in your browser to view the project. ### Run tests To run tests, run the following command: - No tests at the moment. <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Jean Walner ALEXIS** - GitHub: [@githubhandle](https://github.com/AlexisJW) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/jean-walner-alexis-b05539175/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Make some changes]** - [ ] **[Code Review]** <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, let me know in my email: jeanwalneralexis@yahoo.com, please! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - Design inspiration by [Cindy Shin on Behance](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) - Microverse - Coding Partners - Code Reviewers <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ <a name="faq"></a> - **[How much times did you spend to build this project?]** - [Only 75 hours.] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is <a href="https://github.com/AlexisJW/M1-Capstone/blob/day-1/LICENSE.md">MIT</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## Video Walkthrough <a href="https://www.loom.com/share/089e13f6d80d4deba77acf394753a053">Here's a walkthrough</a></li>
Build an online website for a conference based on a existing page, appling best practices in HTML, JavaScript code, Using CSS selectors correctly and using objects to store and access data.
css,html5,javascript,linter
2023-01-03T15:07:12Z
2023-01-05T18:44:07Z
null
1
1
13
1
0
6
null
MIT
HTML
Besufekad-HAZ/My_Portfolio
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. --> <img src="bese_logo.jpg" alt="logo" width="140" height="auto" /> <br/> <h3><b>README</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](#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 --> # 📖 [Besu's_Portfolio] <a name="about-project"></a> > Description **[Besu's_Portfolio]** is my second microverse project to setup my portfolio using html and css languages. ## 🛠 Built With <a name="built-with">HTML and CSS</a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://en.wikipedia.org/wiki/HTML">HTML</a></li> <li><a href="https://www.w3.org/Style/CSS/Overview.en.html">CSS</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="">N/A</a></li> </ul> </details> <details> <summary>Database</summary> <ul> <li><a href="">N/A</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[HTML]** - **[CSS]** - **[Javascript]** <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://besufekad-haz.github.io/My_Portfolio/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: cd my-folder git clone git@github.com:Besufekad-HAZ/My_Portfolio.git ### Install Install this project with: <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage To run the project, execute the following command: <!-- Example command: ```sh rails server ``` ---> ### Run tests To run tests, run the following command: To check Styelint error:- npx stylelint "\*_/_.{css,scss}" <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment You can deploy this project using: N/A yet. <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Besufekad Alemu** - GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ) - Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7) - LinkedIn: [@besura](www.linkedin.com/in/besura) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Describe 1 - 3 features you will add to the project. - [ ] **[Adding_a_desktop_version]** - [ ] **[Deploying_the_page_on_github]** - [ ] **[Adding_DOM_manipulation_with_Javascript]** <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 rate it and give it a star. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> --> I would like to thank the Microverse team for allowing us to work on this project. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ <p align="right">(<a href="#readme-top">back to top</a>)</p>
This Repository contains my portfolio based on the Figma design (Template 3), which includes my works, about me, and the contact section.
css,html,javascript
2023-01-11T11:29:30Z
2023-03-07T13:56:56Z
null
4
12
56
4
0
6
null
MIT
CSS
osinnowo/dsa
main
# Data Structure & Algorithm (Java, Swift, C# & Javascript) This is a tutorial that has the repositories of common data structure and algorithm in Java, Swift, C# and Javascript. ## Programming Languages - Java - Swift - Microsoft C# - Javascript ## Acknowledgements - [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates) - [Awesome README](https://github.com/matiassingers/awesome-readme) - [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project) ## Authors - Osinnowo Emmanuel Itunu [@litunny](https://www.github.com/litunny) ## 🚀 About Me I’m a Senior Fullstack Software Engineer with over 12 years of experience and have worked for diverse highly technology-driven and reputable product-focused industries i.e., Banking Industry, FinTech etc. Over the years of my career and working experiences, I have been able to demonstrate and put to effectively use my technical skill set i.e., Java, Microsoft C#, Swift, JavaScript etc. ## Badges Add badges from somewhere like: [shields.io](https://shields.io/) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
Data Structure & Algorithm topics implementation in Java, Swift, C# and Javascript
dsa,java,swift,csharp,javascript,algorithms-and-data-structures
2023-01-01T19:54:17Z
2024-04-03T22:13:20Z
null
1
392
874
0
0
6
null
MIT
Java
yangxiuxiu1115/mometa-vue
master
[mometa react 版本的项目地址](https://github.com/imcuttle/mometa) ### Mometa 如何使用? ``` git clone [项目地址] ``` 运行预览项目 ``` pnpm run example ``` 运行编辑器(仍需运行预览命令,请保证先执行编辑器后执行预览命令) ``` pnpm run editor ``` #### 支持的功能 - 组件树预览(还得再想想🤔️,目前依靠devtools拿到挂载根元素,看了几个vue调试工具,觉得可以改一改) - 扩展物料 - 支持热更新,无须刷新页面 - 物料拖拽 - 页面节点增删改 - 路由模拟
🛠 [Beta] 面向研发的低代码元编程,代码可视编辑,辅助编码工具的Vue版本
javascript,low-code,lowcode,typescript,vitejs,vue,vuejs
2023-01-13T07:23:06Z
2023-07-12T04:01:25Z
null
1
0
108
0
1
6
null
null
TypeScript
marcelo-schreiber/run-user-code-SaaS
master
# API For Code Execution [![MIT License](https://img.shields.io/github/license/marcelo-schreiber/run-user-code-SaaS?style=social?logo=github)](https://github.com/marcelo-schreiber/run-user-code-SaaS/blob/master/LICENSE) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/marcelo-schreiber/run-user-code-SaaS/test-backend.yml?style=social?logo=github)](https://github.com/marcelo-schreiber/run-user-code-SaaS/actions/workflows/test-backend.yml) This is an API for running code in different languages, such as Python, Javascript and Ruby. It uses Docker to run the code in a safe environment, avoiding vulnerabilities and security breaches. ## Table of Contents * [Getting Started](#getting-started) * [Pre requisites](#pre-requisites) * [Installation](#installation) * [Run with docker](#run-with-docker) * [Run in production](#run-in-production) * [Testing](#testing) * [API Reference](#api-reference) * [Returns python code output](#returns-python-code-output) * [Returns javacript code output](#returns-javacript-code-output) * [Returns ruby code output](#returns-ruby-code-output) * [Why Docker? What could go wrong?](#why-docker-what-could-go-wrong) * [Inspirations and References](#inspirations-and-references) * [Technologies](#technologies) * [Feedback](#feedback) ## Getting Started ### Pre requisites Make sure you have [Docker](https://www.docker.com/) e [Node.js](https://nodejs.org/en/) Installed. ### Installation In the project folder, install all dependencies: ```bash npm install ``` Pull the docker images, make sure your docker cli works without sudo: ```bash npm run pull-images ``` Start the server in development mode, every change in the code will restart the server: ```bash npm run dev ``` ### Run with docker In the project folder, install all dependencies: ```bash npm install ``` Pull the docker images, make sure your docker CLI works without sudo: ```bash npm run pull-images ``` Create a docker image: ```bash docker build -t code-exec . ``` Run the docker image: ```bash docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock --name code-exec code-exec ``` ### Run in production Follow the installation steps, then run the following command instead of `npm run dev`: ```bash npm start ``` ## Testing To run the tests, run the following command: ```bash npm test ``` Make sure you have installed all dependencies before running the tests. ## API Reference ### Returns python code output ```http POST /run/python ``` | Paramter | Type | Description | | :---------- | :--------- | :---------------------------------- | | `code` | `string` | **Mandatory**.| | `input` | `string` | **Optional**. `stdin` separated by `\n`| ### Returns javacript code output ```http POST /run/javascript ``` | Paramter | Type | Description | | :---------- | :--------- | :---------------------------------- | | `code` | `string` | **Mandatory**.| ### Returns ruby code output ```http POST /run/ruby ``` | Paramter | Type | Description | | :---------- | :--------- | :---------------------------------- | | `code` | `string` | **Mandatory**.| | `input` | `string` | **Optional**. `stdin` separated by `\n`| ## Why Docker? What could go wrong? With the intention of running the user's code safely, it is understood that the user will not be able to have any interaction with the data and files on the server. In this sense, to avoid a vulnerability such as: ```python import os os.system('shutdown -f') # shutdown the server ``` or ```javascript while (true) {} // infinite loop ``` or ```ruby File.delete('important_file.txt') # delete a file ``` **With each user request**, a **container** is created (similar to a virtual machine) which closes at the end of the program execution or after 3 seconds, avoiding infinite loops. Other possible vulnerabilities such as file installation or container exits are escaped by limiting RAM memory and processing. Also, It removes privileges, network and disk writes (even within the container). In this way, a large part of the weaknesses are removed, especially in conjunction with a rate limiter (by IP, by Path, etc), load balancer, a queue system such that the server can run more than one container at a time and other security measures. ## Inspirations and References * [Tim Nolet](https://www.freecodecamp.org/news/running-untrusted-javascript-as-a-saas-is-hard-this-is-how-i-tamed-the-demons-973870f76e1c/) - [@FreeCodeCamp](https://www.freecodecamp.org/) * [Codex API](https://github.com/Jaagrav/CodeX-API) - [Jaagrav](https://github.com/Jaagrav) ## Technologies * [Docker](https://www.docker.com/) * [Typescript](https://www.typescriptlang.org/) * [Node.js](https://nodejs.org/en/) * [Express](https://expressjs.com/) * [Vitest](https://vitest.dev/) ## Feedback If you have any feedback, please reach out at `marcelorissette15@gmail.com`
An API to execute user's code
python,sandbox,docker,ruby,javascript
2023-01-01T04:50:34Z
2024-05-01T21:44:26Z
null
1
1
63
0
0
6
null
MIT
TypeScript
superstar1205/NextJS-interface
main
# DexFin Swap Intergface -NEXTJS application ## How to run 1. Clone from repository `git clone https://github.com/superstar1205/NextJS-interface.git` 2. Yarn Install `cd NextJS-interface` && `yarn` 3. Build project `yarn dev` ![mobile](https://user-images.githubusercontent.com/86986628/214487734-0fa6cc3f-63a5-4424-8b6d-f4f89525d27f.png) ## How to delpoy NextJS application `Contact me` *Dont forget give me star and follow me :)*
DexFin Crypto Swap website, NEXT.js.
api,api-gateway,css,javascript,nextjs,react,typescript,wallet,walletconnect
2023-01-03T17:44:51Z
2023-01-25T05:34:02Z
null
1
0
6
0
9
6
null
null
TypeScript
osamaashraf6/Review-Training-mobilemenu
master
<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. --> <img src="murple_logo.png" alt="logo" width="140" height="auto" /> <br/> <h3><b>Microverse README Template</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](#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 --> # 📖 [your_project_name] <a name="about-project"></a> > Describe your project in 1 or 2 sentences. **[your_project__name]** is a... ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > Describe the tech stack and include only the relevant sections that apply to your project. <details> <summary>Client</summary> <ul> <li><a href="https://reactjs.org/">React.js</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="https://expressjs.com/">Express.js</a></li> </ul> </details> <details> <summary>Database</summary> <ul> <li><a href="https://www.postgresql.org/">PostgreSQL</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> > Describe between 1-3 key features of the application. - **[key_feature_1]** - **[key_feature_2]** - **[key_feature_3]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> > Add a link to your deployed project. - [Live Demo Link](https://yourdeployedapplicationlink.com) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> > Describe how a new developer could make use of your project. To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install Install this project with: <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage To run the project, execute the following command: <!-- Example command: ```sh rails server ``` ---> ### Run tests To run tests, run the following command: <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment You can deploy this project using: <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> > Mention all of the collaborators of this project. 👤 **Author1** - GitHub: [@githubhandle](https://github.com/githubhandle) - Twitter: [@twitterhandle](https://twitter.com/twitterhandle) - LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) 👤 **Author2** - GitHub: [@githubhandle](https://github.com/githubhandle) - Twitter: [@twitterhandle](https://twitter.com/twitterhandle) - LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Describe 1 - 3 features you will add to the project. - [ ] **[new_feature_1]** - [ ] **[new_feature_2]** - [ ] **[new_feature_3]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> > Write a message to encourage readers to support your project If you like this project... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > Give credit to everyone who inspired your codebase. I would like to thank... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> > Add at least 2 questions new developers would ask when they decide to use your project. - **[Question_1]** - [Answer_1] - **[Question_2]** - [Answer_2] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ <p align="right">(<a href="#readme-top">back to top</a>)</p>
This website shows a sneak peek of what I have done, projects developed and deployed, and what I can do to your projects! Developed with HTML, CSS, and JavaScript
css3,html,javascript,linter
2023-01-05T14:12:27Z
2023-01-05T14:12:28Z
null
1
1
1
0
0
6
null
null
null
BurhanMohammad/Django-Portfolio-website
main
# # My Personal Portfilio Website (Django) Personal portfolio website made with Django framework in the backend, and with CSS, JS, and Bootstrap for the frontend. It is a dynamic site so that you can control the content of the site through the admin area ## Features - Light/dark mode toggle - Live previews - Fullscreen mode ## Demo (https://user-images.githubusercontent.com/104616403/210330707-c8607c2b-6929-435f-bb58-d3176454b4fa.gif) ## Screenshots ![image](https://user-images.githubusercontent.com/104616403/210331817-c266db91-fcfa-40e2-99ad-8c857c55051d.png) ![image](https://user-images.githubusercontent.com/104616403/210332043-779ddac8-b1a7-4414-b5bd-ebe67d4200df.png) ![image](https://user-images.githubusercontent.com/104616403/210332104-4a4556c7-5583-43bc-b39a-bc62b6b5e367.png) ![image](https://user-images.githubusercontent.com/104616403/210332171-190afc75-9174-4ffa-b9d2-3541b5fd0ebb.png) ![image](https://user-images.githubusercontent.com/104616403/210332226-cbfbe6e5-732d-4442-9aae-218b6e6292b0.png) ![image](https://user-images.githubusercontent.com/104616403/210332284-9d69c838-ab8e-4e71-ac6b-2f0ed514561a.png) ## 🔗 Links [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](www.linkedin.com/in/burhanmohammad) ## 🛠 Skills Javascript, HTML, CSS, python, Django, Bootstrap... # Hi, I'm Mohammad Burhan! 👋 ## 🚀 About Me I'm a full stack developer... ## Feedback If you have any feedback, please reach out to us at burhanmohammad1234@out.com ## Tech Stack **Client:** Html, css, Bootstrap **Server:** python, Django ## Run Locally Clone the project ```bash git clone https://github.com/BurhanMohammad/Django-portfilio-website.git ``` Go to the project directory ```bash cd Django-portfilio-websitet ``` MAKE Migration ```bash python manage.py makemigrations ``` MAKE Migration ```bash python manage.py migrate ``` Start the server ```bash python manage.py runserver ``` ## Authors - [@Mohammad Burhan](https://github.com/BurhanMohammad)
This is a Django-based portfolio website that showcases my projects and skills. The site features a clean and responsive design, and includes a blog section where I can share my thoughts and experiences as a developer
bootstrap,django,html-css-javascript,javascript,python,portfolio,portfolio-site,portfolio-website,css
2023-01-03T08:06:28Z
2023-01-15T07:12:23Z
null
1
0
9
0
8
6
null
null
CSS
muhammedb8826/Portfolio
main
<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) - [💻 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 --> # 📖 Portfolio-setup-and-mobile-first <a name="about-project"></a> > Portfolio-setup-and-mobile-first project is built for training and understanding HTML,CSS,Linters and Stylelint. **Portfolio-setup-and-mobile-first** is a static page that has been ## 🛠 Built With <a name="built-with"></a> - HTML, CSS - Git, Github - VSCode ### Tech Stack <a name="tech-stack"></a> > HTML, > CSS, > Git, > Github <details> <summary>HTML</summary> <ul> <li><a href="https://www.w3schools.com/html/">HTML COURSE</a></li> </ul> </details> <details> <summary>CSS</summary> <ul> <li><a href="https://www.w3schools.com/css/">CSS Course</a></li> </ul> </details> <details> <summary>Git</summary> <ul> <li><a href="https://git-scm.com/">Learn about git</a></li> </ul> </details> <details> <summary>Github</summary> <ul> <li><a href="https://github.com/">Learn about git</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> > Features I used in this project mainly: - **HTML** - **CSS** - **Linters and Stylelint** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - You can see the project online via this link 👉[view](https://muhammedb8826.github.io/Portfolio/) > Link to github repository. - [portfolio-setup-and-mobile-first](https://github.com/muhammedb8826/Portfolio) <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. git clone https://github.com/muhammedb8826/Portfolio.git ### Prerequisites -NodeJS -Browser In order to run this project you need: ### Setup Clone this repository to your desired folder: git clone https://github.com/muhammedb8826/Portfolio.git cd Portfolio-setup-and-mobile-first ### Install Install project dependencies in this project with: npm install ### Usage To run the project, open the project with live server and visit http://localhost:5500 Open in browser http://localhost:5500 ### Run tests After pushing the changes on github, merge your pull request and let github action process changes. ### Deployment Check for the tests when you generate a pull request and fix errors, if any. For stylelint errors run:<code>sudo npx stylelint "\*_/_.{css,scss}" --fix</code> for automatic fix. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Muhammed Berisso** 👤 **Clinton Younge** 👤 **JOSE RAUL MOJICA** 👤 **Alex Muñoz** - GitHub: [@githubhandle](https://github.com/muhammedb8826) - Twitter: [@twitterhandle](https://twitter.com/muhammedb8826) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/muhammed-berisso-a60783226/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Some features are coming soon. - [ ] **[responsiveness]** - [ ] **[dark mode]** - [ ] **[portfolio]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/muhammedb8826/Portfolio/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> If you like this project give a ⭐️ <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > Give credit to everyone who inspired your codebase. I would like to thank Microverse for teaching me how to code <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is my personal portfolio. It's a responsive website that shows the projects I've built so far. It has an interactive pop-up card to show the details of the projects.
css,html,javascript
2023-01-13T14:43:08Z
2023-09-28T23:12:22Z
null
4
13
120
4
0
6
null
MIT
CSS
Hisoka37/My-Portfolio
main
# My-Portfolio <a name="readme-top"></a> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Portfolio <a name="about-project"></a> This is portfolio website I created to showcase my skills, experiences, and projects I developed. This portfolio website is built using JavaScript, and CSS. ## 🛠 Built With <a name="built-with"></a> - **HTM** - **CSS** - **Javascript** ### Key Features <a name="key-features"></a> - **Responsive Design** - **Seo Friendly** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> -[Live Demo Link](https://hisoka37.github.io/My-Portfolio/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> > Walid Kabboussa 👤 **Author1** - GitHub: [@Hisoka37](https://github.com/Hisoka37) - Twitter: [@KBwalid9](https://twitter.com/KBwalid9) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/walidkb/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **use react to make it more responsive and well designed** - [ ] **Animations** <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 it a ⭐️ <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 their great templates and efforts <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is portfolio website I created to showcase my skills, experiences, and projects I developed. This portfolio website is built using JavaScript, and CSS.
css,html,javascript
2023-01-11T12:00:52Z
2023-04-15T21:09:11Z
null
3
14
62
2
0
6
null
null
CSS
Munyabelden/portfolio
main
<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) - [💻 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 --> # Portfolio Mobile Page **Portfolio Mobile page is a step by step project on building a personal portfolio to use on applications and advertising myself. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a >index.html</a></li> <li><a >style.css</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Used Html and Css linters to help me identify errors in my code]** - **[Google fonts and Font Awesome icons for my links and buttons]** - **[Parsed images, fonts and colors from figma replicating the template I chose]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo - Live demo link <a name="live-demo" href="https://munyabelden.github.io/" target="_blank">https://munyabelden.github.io/</a> <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: -Installation of Git -installation of NPM -A code editor like Visual Studio Code -Internet connection -Live server pluggins unstallation -Working Browser ### Setup Clone this repository to your desired folder: ssh key: git@github.com:Munyabelden/PortfolioMobilePage.git -Open Git Bash -Type in git clone (and paste the link) then press enter ### Install Install this project with: ### Usage To run the project, execute the following command: -_create a index .html file -Make sure Live-server Extention is installed on your code editor -Right click and select live server ### Run tests To run tests, run the following command: ### Deployment You can deploy this project using: Github Pages <a href="https://munyabelden.github.io/"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Author1** - GitHub: [@githubhandle](https://github.com/githubhandle) - Twitter: [@twitterhandle](https://twitter.com/twitterhandle) - LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) 👤 **Author2** - GitHub: [@githubhandle](https://github.com/githubhandle) - Twitter: [@twitterhandle](https://twitter.com/twitterhandle) - LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> \ - [ ] **Javascript to make more animated and responsive make, make the hamburger menu responsive** - [ ] **Add a contact form** <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... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> - **[Question_1]** - [Answer_1] - **[Question_2]** - [Answer_2] <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license" href="https://github.com/Munyabelden/PortfolioMobilePage/blob/main/LICENSE">Mit.md</a>
This is a website about me, it has a list of the projects I have built, the languages I specialize in and links to my social account. Built with Html Javascript and CSS
css,html,javascript,bootstrap5
2023-01-12T08:26:04Z
2023-08-08T20:04:49Z
null
3
15
99
4
0
6
null
MIT
HTML
comake/standard-sdk-js
main
<div align="center"> <a href="https://github.com/comake/standard-sdk-js"> <img src="./resources/standard-sdk.svg" width="150" height="150"> </a> <br/> <br/> <h2>Standard SDK JS</h2> <p> <a href="https://sdk.standardknowledge.com/"><strong>Documentation</strong></a> </p> <p> <a href="https://badge.fury.io/js/@comake%2Fstandard-sdk-js"> <img src="https://badge.fury.io/js/@comake%2Fstandard-sdk-js.svg" alt="npm version" height="18"> </a> <a href="https://github.com/comake/standard-sdk-js/actions/workflows/ci.yml"> <img src="https://github.com/comake/standard-sdk-js/actions/workflows/ci.yml/badge.svg"> </a> <a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-yellow.svg"> </a> </p> <br/> </div> --- <br/> Standard SDK is an open source software package that provides you with a single SDK to integrate and interact with any API. It vastly simplifies developer experience when building applications, especially ones which require interaction with multiple external APIs. Developers commonly spent lots of time installing SDKs, reading documentation, and figuring out how to use each SDK to build integrations using APIs and to add features to their application. Instead of going through this time consuming process installing and learning many different SDKs, a developer can just install Standard SDK to build any integration their application requires. In addition to saving time, removing dependencies on all those SDKs in favor of just one can reduce your application's build size, and make it easier to onboard developers to your codebase. See the [Standard SDK Documentation](https://sdk.standardknowledge.com/) to learn how it works and how you can use it today! ### Examples - [Share files stored on file storage systems](https://github.com/comake/skl-examples/tree/main/unified-files-api) - [Get a list of events happening in a city from ticketing platforms](https://github.com/comake/skl-examples/tree/main/unified-events-api) # License Standard SDK JS is copyrighted by [Comake, Inc.](https://comake.io) and available under the [MIT License](LICENSE.md).
Standard SDK is an open-source SDK that can integrate and interact with any API. It further facilitates interactions with multiple similar APIs through the use of abstractions similar to the common models presented by unified APIs.
api,api-rest,api-wrapper,common-model,integration,sdk,type-system,javascript,typescript,unified-api
2023-01-10T18:31:18Z
2023-11-08T21:19:44Z
null
3
17
100
5
1
6
null
NOASSERTION
TypeScript
annaluizacamargo/MyUniverse
main
![Group 14](https://user-images.githubusercontent.com/100868704/212987606-e1234595-2eba-4fe2-beb1-161b721f7047.png) ## 🚀✨ Proposta do Desafio Bem-vindo(a) ao "MyUniverse", um site onde é possível visualizar o registro fotográfico da NASA capturado exatamente no dia em que você veio ao mundo. Afinal, somos todos partes pequenas de algo incrível e fascinante que é o nosso universo, estando disponível para acesso no link: <https://my-universe-psi.vercel.app/>. ![Resultado Final](https://user-images.githubusercontent.com/100868704/212997045-34c2376c-2eda-46c0-97ce-437ffa5cdf0c.png) Dentre nossas peculiariedades, construímos o nosso universo particular de pessoas que amamos, por isso o MyUniverse permite que você adicione até cinco pessoas que façam parte do seu círculo mais próximo para ver e compartilhar com elas a imagem do dia que elas nasceram. Infelizmente contamos com uma restrição de data (devido a API utilizada), sendo assim, caso você tenha nascido antes do dia 16/06/1995, é possível visualizar a imagem capturada do dia de hoje.<br><br> ## 🧠✨ Objetivo e o que aprendi O objetivo foi criar um web site totalmente do zero utilizando JavaScript, HTML e CSS (puros, sem framework), a fim de consolidar meus conhecimento em localstorage e ampliar meus estudos sobre Date e API. Caso queira saber um pouquinho mais do processo de elaboração e criação, fiz um breve benchmarking, elenquei possíveis referências e ideias de layout, escolhi as cores que possuíssem acessibilidade visual, e todo esse trajeto até chegar neste resultado final é possível visualizar no meu repositório do [Figma](https://www.figma.com/file/LWA2bckzoe8VsX0Hg2BfKJ/MyUniverse?node-id=0%3A1&t=VA2wpFNg91CJX7aF-1).<br><br> ## 🔧✨ Tecnologias utilizadas <div style="display: inline_block"> <img align="center" alt="Anna-Js" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-plain.svg"> <img align="center" alt="Anna-HTML" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg"> <img align="center" alt="Anna-CSS" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg"> API da NASA disponível em = https://api.nasa.gov/. </div><br><br> ## 💻✨ Rodando o projeto Para rodar o repositório é necessário clonar o mesmo, e procurar no seu explorador de arquivos o HTML para iniciar o projeto: `index.html` Ou simplesmente clicar no link onde o mesmo está disponível para acesso: <https://my-universe-psi.vercel.app/> Observação: os testes referente ao layout e responsividade foram realizadas somente utilizando o Google Chrome e Android.<br> https://user-images.githubusercontent.com/100868704/212992839-7e8bd944-0862-463e-8cf6-7297e8b66aa4.mp4 <br> ## 🌺✨ Forma de contato <div style="display: inline_block"> <img align="left" alt="Anna-pic" height="150" style="border-radius:50px;" src="https://cdn.picrew.me/shareImg/org/202301/707090_N2E3YlxN.png"><br> Caso tenha alguma sugestão ou queira entrar em contato, fico a disposição 🥰💖 </div><br><br> <div> <a href = "mailto:luizafistarol@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/anna-luiza-camargo-fistarol/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> </div>
Criação de uma página web integrada com a API da NASA.
css,figma,html,javascript,api,nasa-api
2023-01-09T20:25:56Z
2023-03-05T22:31:19Z
null
1
0
75
2
1
6
null
null
JavaScript
Juanpa8830/React-Math-magicians
dev
<a name="readme-top"></a> <div align="center"> <img src="./src/images/calculator.png" alt="logo" width="180" height="auto" /> <br/> <h3><b>Math Magicians</b></h3> <p>This is a WebApp that shows three pages: home, calculator and quote. Each one of the pages displays some information. Furthermore, the Calculator page displays a functional calculator that is free and easy to use by users.</p> </div> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 \[Math Magicians\] ](#-Math Magicians-) - [🛠 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) - [Build](#build) - [Run](#run) - [Deployment](#deployment) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [© Acknowledge ](#-acknowledge-) - [⭐ Show your support ](#-show-your-support-) - [❓ FAQ ](#-faq-) - [📝 License ](#-license-) # 📖 [Math Magicians] <a name="about-project"></a> *[Math Magicians]* a WebApp that shows three pages: home, calculator and quote. Each one of the pages displays some information. Furthermore, the Calculator page displays a functional calculator that is free and easy to use by users.. <div align="center"> <img src="./src/images/Mmscreenshot.png" alt="calculator" width="750" height="auto" /> <br/> </div> ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML" target="_blank" rel="noopener noreferrer">HTML</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS" target="_blank" rel="noopener noreferrer">CSS</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noopener noreferrer">Javascript</a></li> <li><a href="https://webpack.js.org/" target="_blank" rel="noopener noreferrer">WebPack</a></li> <li><a href="https://es.reactjs.org/" target="_blank" rel="noopener noreferrer">React</a></li> </ul> ### Key Features <a name="key-features"></a> - *Dinamically displays the pages that were build by using react function based components.* <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - <a href="" target="_blank" rel="noopener noreferrer">Math magicians - Live Demo</a> <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 `git` locally installed. Please got to [Getting Started - Installing Git guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and follow the steps described for your system to install `git`. ### Setup Clone this repository to your desired folder: ```sh cd my-folder git clone git@github.com:juanpa8830/React-Math-magicians.git ``` ### Install Install this project with: ```sh cd math magicians npm install ``` ### Build To build the project, execute the following command: ```sh npm run build ``` ### Run To run tests, run the following command: npm test ### Deployment You can deploy this project using: ```sh npm deploy ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> 👨‍💻 Juan Pablo Guerrero - GitHub: <a href="https://github.com/juanpa8830" target="_blank" rel="noopener noreferrer">@Juanpa8830</a> 👨‍💻 Prangon Ghose - GitHub: <a href="https://github.com/PrangonGhose" target="_blank" rel="noopener noreferrer">@PrangonGhose</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] *Add some popular quotes.* <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> In order to improve this project, 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> ## © Acknowledge <a name="acknowledge"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐ Show your support <a name="support"></a> I really enjoyed doing this project, so, if you like it, I´d appreciate your support giving me a ⭐. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ❓ FAQ <a name="faq"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is a WebApp that shows three pages: home, calculator and quote. Each one of the pages displays some information. Furthermore, the Calculator page displays a functional calculator that is free and easy to use by users. Built with HTML, CSS, JavaScript, Webpack, React.js
css3,html5,javascript,reactjs,webpack
2023-01-16T17:32:40Z
2023-01-25T17:33:37Z
null
2
7
48
0
0
6
null
MIT
JavaScript
Ash-codes18/Snake-Water-Gun
main
null
Snake Water Gun game made using javascript
javascript
2023-01-03T07:22:58Z
2023-01-21T09:43:36Z
null
1
1
13
0
0
6
null
null
JavaScript
Jane011223/sharker-website
main
# sharker-website This is the sharker website using html, css and javascript.
This is the sharker website using html, css and javascript.
bootstrap,css,html,javascript
2023-01-16T21:38:25Z
2023-01-16T21:41:31Z
null
1
0
3
0
0
5
null
null
HTML
Amanmandal-M/FirstFrontendProjectNXM
main
# FirstFrontendProjectNXM Frontend : HTML CSS JAVASCRIPT Backend : Nodejs Expressjs MongoDb
Frontend+Backend
html,css,express,javascript,mongodb,mongoose,nodejs
2023-01-13T19:08:57Z
2023-01-13T19:25:59Z
null
1
0
3
0
0
5
null
null
CSS
lenkon/awesome-books
main
<a name="readme-top"></a> <div align="center"> <h3><b>Awesome books</b></h3> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ](#faq) - [📝 License](#license) # 📖 [Awesome books] <a name="about-project"></a> > "Awesome books" is a simple website that displays a list of books and allows to add and remove books from that list. Managing data using JavaScript will be learned by building this application. This will make the website more interactive. Also, medium-fidelity wireframe is used to build the UI. **[Awesome books]** is... ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > Built with html, css and javascript with linter configuration setup. <details> <summary>Client</summary> <ul> <li><a href="https://github.com/lenkon/Portfolio/blob/main/.github/workflows/linters.yml">linter</a></li> <li><a href="https://www.w3schools.com/html/">html</a></li> <li><a href="https://www.w3schools.com/w3css/defaulT.asp">css</a></li> <li><a href="https://www.w3schools.com/js/default.asp">javascript</a></li> </ul> </details> ### Key Features <a name="key-features"></a> > Key features of the application. - **[Preserve book collection data in the browser]** - **[Add book to the book collection]** - **[Remove book from the book collection]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Repository Link](https://github.com/lenkon/awesome-books) - [Video Demo Link](https://www.loom.com/share/b894395a5f9b49caaf21018345d036dc) <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: - Web Browser (e.g. Firefox, Chrome, Edge) - NPM (Node Package Manager) ### Setup Clone this repository to your desired folder: ``` $ git clone https://github.com/lenkon/awesome-books $ cd awesome-books ``` ### Install Install all project dependencies by running the command below: ``` $ npm install ``` ### Usage Open the index.html file in your Web Browser. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> 👤 **lenkon** - GitHub: [@lenkon](https://github.com/lenkon) 👤 **Henry** - GitHub: [@Odongo006](https://github.com/Odongo006) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> > Features to be added. - [ ] **[Add more projects]** - [ ] **[Add milestones and achievements]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> If you like this project please rate and give 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 for sharing the tools and requirements. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ❓ FAQ <a name="faq"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is a simple online library application that has features to keep a record of books in the library. It can add, remove and show books from the library. Built with JavaScript, HTML, and CSS.
css,html,javascript
2023-01-16T10:47:39Z
2023-01-20T02:09:45Z
null
2
3
16
0
0
5
null
null
JavaScript
nataliehelm/Oracle-Challenge-Encriptador-de-texto
main
# Encriptador de Texto Este encriptador de texto es parte del challenge Oracle ONE + Alura para la formación Principiante en Programación. Permite encriptar y desencriptar un texto. Incluye opción para copiar el texto devuelto como respuesta y botón para resetear el texto. En caso de que el texto contenga algún caracter no permitido, muestra mensaje de error. Su diseño se adapta a distintos dispositivos. ## Tecnologías HTML, CSS y JS. No se permite utilizar frameworks ## Figma Se puede acceder al figma del proyecto desde [aquí](https://www.figma.com/file/trP3p5nEh7XUyB3n2bomjP/Alura-Challenge---Desaf%C3%ADo-1---L%C3%B3gica?node-id=0%3A1&t=rUCGMJvBVVs6hfSk-0). ## Live Demo https://nataliehelm.github.io/Oracle-Challenge-Encriptador-de-texto/ ## License [MIT](https://choosealicense.com/licenses/mit/) ![encrypt](https://user-images.githubusercontent.com/11521135/213364800-0c299a33-9686-45fb-9867-aaed2c06f25f.gif)
Oracle one Challenge Encriptador de texto
challengeonecodificador4,javascript
2023-01-14T05:27:27Z
2023-01-19T20:54:46Z
null
1
0
11
0
0
5
null
null
CSS
sanieni6/Portfolio
main
<a name="readme-top"></a> <div align="center"> <a href="https://imgbox.com/ftUpMLFI" target="_blank"><img src="https://images2.imgbox.com/fd/29/ftUpMLFI_o.png" alt="personal logo"/ width="220" height="auto"></a> <br/> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Usage](#usage) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) # 📖 Portfolio <a name="about-project"></a> Portfolio is a project where a share all mi experience and my projects as a full stack software developer. This is my personal webpage built with all the knowledgement that I learned in the Microverse program. The porpuse of this project is to master all of the tools and best practices I learned in previous Microverse activities. ## 🛠 Built With <a name="built-with"></a> + Git + HTML + CSS <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [[Github-pages]](https://sanieni6.github.io/) - [[Loom-video]](https://www.loom.com/share/dde2e85dcab94155b785b64918f5e8d6) <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 computer with an internet connection + A web browser ### Setup Clone this repository to your computer ### Usage To run the project, execute the "index.html" file in your browser ### Deployment Just open it in your browser. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Authors <a name="authors"></a> Luis Sanchez Zamora Github: [@sanieni6](https://github.com/sanieni6/) Twitter: [@its_luis_sz23](https://twitter.com/its_luis_sz23) Linkedin: [Linkedin](https://www.linkedin.com/in/luissanchezz3/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> + Add images to the webpage + Create content for the webpage + Do the webpage more interactive <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> If you like this project you can follow my work through my social networks <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank Microverse and my coding partners for inspiring me. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📋License <a name="license"></a> This project is [MIT](LICENSE.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is my portfolio website. Here you can find all the projects that I've developed
css,html5,javascript
2023-01-11T20:58:00Z
2023-02-03T22:11:11Z
null
4
13
123
3
0
5
null
MIT
HTML
Wahaj-Ali/maths-magicians
dev
<a name="readme-top"></a> <div align="center"> <img src="/murple_logo.png" alt="logo" width="140" height="auto" /> <br/> <h3><b>Microverse</b></h3> </div> <div align="left"> <h1>Math magician</h1> > "Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) with 3 sub-pages. It allows users to make simple calculations. </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 Math magicians ](#-math-magicians-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Testing](#testing) - [Deployment](#deployment) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [❓ FAQ ](#-faq-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 Math magicians <a name="about-project"></a> >"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) with 3 sub-pages. It allows users to make simple calculations. **Math magicians Raect-App** ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> - HTML - CSS - [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [React]((https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/webpack_v1_1.md)) <details> <summary>Languages</summary> <ul> <li>HTML</li> <li>CSS</li> <li>Javascript</li> <li>React</li> </ul> </details> <details> <summary>Bundler</summary> <ul> <li>Webpack</li> </ul> </details> <details> <summary>Server</summary> <ul> <li>Github</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **React Components** - **React Events** - **React hooks** - **Full website(SPA)** - **Inculdes Tests** - **Website Deployement** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - <a href="https://wahaj-mathsmagician.netlify.app/" target="_blank">Live Demo Link</a> <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. ### Setup Clone this repository to your desired folder: ```sh git clone https://github.com/Wahaj-Ali/maths-magicians.git cd maths-magiacians ``` ### Install Before installing the app, make sure to install node.js in your machine. In order to check if node is installed run the following command: ```sh node -v ``` Install this project with: ```sh npm install ``` ### Usage To run the project in a development server, execute the following command: ```sh npm start ``` ### Testing To run the tests in a development server, execute the following command: ```sh npm test ``` To to build for the production, execute the following command: ```sh npm run build ``` ### Deployment - I useed [netlify](https://www.netlify.com/) to deploy my website. - You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> 👤 **Wahaj Ali** - GitHub: [@Wahaj-Ali](https://github.com/Wahaj-Ali) - Twitter: [@Ali96Wahaj](https://twitter.com/Ali96Wahaj) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/wahaj-ali-82b9b1164) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Wahaj-Ali/maths-magicians/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> A satr to this repo would be appreciated. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Thanks to my friend [ELOUARDY](https://github.com/codehass) for a his help to set up the tests for the App. We both worked in pair-programming activity to create tests using Jest and React Testing Library. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ <a name="faq"></a> > Add at least 2 questions new developers would ask when they decide to use your project. - **What is this project?** - It's a project of micoverse curriculum. - **Is there any SQL database for this site** - No, there isn't. However, I used javascirpt objects stored in a file as a small database. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/Wahaj-Ali/maths-magicians/blob/dev/LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) with 3 sub-pages. It allows users to make simple calculations.
css,hooks,javascript,lifecycle,react,reactjs,single-page-app
2023-01-09T12:32:41Z
2023-03-01T17:21:17Z
null
2
6
43
0
0
5
null
MIT
JavaScript
Juanpa8830/pokeapp
dev
<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 After you're finished please remove all the comments and instructions! --> <div align="center"> <h1><b>Pokémon Web Application</b></h1> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [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](#faq) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Project Name ## Pokémon Web Application ## 🛠 Built With <a name="built-with"></a> - HTML, CSS, and JavaScript <!-- Features --> ### Key Features <a name="key-features"></a> > Describe between 1-3 key features of the application. - Use of Pokémon database to show data about different pokémons and their abilities in a popup. - Use of API to store comments and reservation for pokémons. - Project with webpack. - Used HTML Webpack Plugin to generate HTML files. - All HTML contents are loaded dynamically. - Function to count comments and reservations from the document object model. - Styling used a wireframe template. - Code is created in src folder and dist folder is generated using webpack. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> Have a look the live demo of the website [here](https://juanpa8830.github.io/pokeapp/dist/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started To clone the repository in local environment try following steps. ### Prerequisites - [x] A web browser like Google Chrome. - [x] A code editor like Visual Studio Code with Git and Node.js. You can check if Git is installed by running the following command in the terminal. ``` $ git --version ``` Likewise for Node.js and npm for package installation. ``` $ node --version && npm --version ``` ### Setup Clone the repository using [this link](https://github.com/PrangonGhose/Leaderboard.git) ### Install In the terminal, go to your file directory and run this command. ``` $ git clone https://github.com/PrangonGhose/Leaderboard.git ``` ### Get into development In the terminal, run these commands to get into development. ``` $ cd pokeapp $ npm init -y $ npm install (install dependencies) $ npm run build (create the optimized for production) $ npm start (run the app locally) ``` ### Usage This website is applicable for both mobile and desktop version. ### Run tests ### Deployment <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Juan Pablo Guerrero** - GitHub: [@Juanpa8830](https://github.com/Juanpa8830) 👤 **Prangon Ghose** - GitHub: [@PrangonGhose](https://github.com/PrangonGhose) 👤 **Pedro Henrique Domingues Neves** - GitHub: [@PedroH-Neves](https://github.com/PedroH-Neves) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Styling of the webpage** - [ ] **Animation to add functionality** - [ ] **Adding responsiveness** - [ ] **Adding more pages using 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! Add suggestions by opening new issues. Feel free to check the [issues page](https://github.com/Juanpa8830/pokeapp/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> Give a ⭐️ if you like this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Authors would like to thank: - [Microverse](https://www.microverse.org/) - [PokéAPI](https://pokeapi.co/) - Code Reviewers - Coding Partners <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ <a name="faq"></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed.
Pokeapp is an aplication that allows users to identify their favourite pokemos from a list that is displayed in the home page. Users are also allowed to give a like to the pokemon they love and reserve one of them for their next tournament! It was implemented with HTML, CSS, JavaScript and Webpack!
css3,html5,javascript,webpack
2023-01-09T19:19:51Z
2023-01-13T19:11:44Z
null
3
1
80
0
1
5
null
MIT
JavaScript
MudasirSherwani/math-magicians-react
development
<a name="readme-top"></a> # 📖 Math Magicians React <a name="about-project"></a> > This is the first project of the Math Magicians application using with react. You will setup the environment and tools needed to develop a React application. In the following projects, I developed the actual application. # 📗 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) **Math Magicians: Full Website** In this project, I have create a full website for the Math magicians app, consisting of several pages and using the components I already created. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> - HTML - CSS - [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [React](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/webpack_v1_1.md) <details> <summary>Server</summary> <ul> <li><a href="https://netlify.app/">Netlify</a></li> </ul> </details> <details> <summary>Database</summary> <ul> <li><a> Local Storage </a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **Example of Single Page Application** - **Calculator** - **Consist of Three Pages** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Math Magician](https://math-magicians-react-8rcn.onrender.com/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> - Open GitHub URL of repositry. - Download Code repo in zip. - Extract and open repo folder into visual studio code or any other Text Editor Software. - GitHub Repositry URL: https://github.com/MudasirSherwani/math-magicians-react To get a local copy up and running follow these simple example steps. ### Prerequisites - Visual Studio Code - Knowldege About HTML / CSS / JAVASCRIPT ES6 - Webhint - Stylelint - ESLint - node_modules checker - Github ### Install Install this project with: ```sh npm install ``` ### Usage To run the project in a development server, execute the following command: ```sh npm start ``` ### Testing To run the tests in a development server, execute the following command: ```sh npm test ``` ### Deployment You can deploy this project using: https://render.com/ <p align="right">(<a href="#readme-top">back to top</a>)</p> ## Authors 👤 **Mudasir Sherwani** - GitHub: [@Mudasir Sherwani](https://github.com/MudasirSherwani) - Twitter: [@Mudasir Sherwani](https://twitter.com/mudasirsherwani) - LinkedIn: [Mudasir Sherwani](https://linkedin.com/in/mudasir-ashraf-071321a4) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Statistical Calculator** <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/MudasirSherwani/math-magicians-react/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> If you like this project please follow me on github and give stars to my repo. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thanks [Lucas David Erkana](https://github.com/Lucash2022) to guide me to complete this project. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](https://github.com/MudasirSherwani/math-magicians-react/blob/Components/LICENSE.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote. By building this application, I have learned how to use React.
css,html,javascript,react
2023-01-11T18:34:41Z
2023-01-21T16:42:47Z
null
1
5
32
0
0
5
null
MIT
JavaScript
Sonyamaster1/react-mesto-api-full
main
# Mesto (backend + frontend) ### Сервис для обмена фотографиями, созданный в рамках обучения в Яндекс.Практикум ("Веб-разработчик"). Репозиторий включает в себя фронтенд и бэкенд части приложения. --- - Регистрация / авторизация пользователя - Добавление / удаление карточки - Добавление / удаление лайка фото - Изменение информации о себе - Редактирование аватара # Ссылки: ### Frontend: https://domainname.students.nomoredomains.club/ ### Backend: https://api.back.nomoredomains.club ### Публичный IP-адрес: 158.160.37.105 # Технологии: ### Frontend ![JavaScript](https://img.shields.io/badge/-JavaScript-090909?style=for-the-badge&logo=JavaScript) ![React](https://img.shields.io/badge/-React-090909?style=for-the-badge&logo=React) ![CSS3](https://img.shields.io/badge/-CSS3-090909?style=for-the-badge&logo=CSS3) ![HTML5](https://img.shields.io/badge/-HTML5-090909?style=for-the-badge&logo=HTML5) ### Backend ![Express](https://img.shields.io/badge/-Express-090909?style=for-the-badge&logo=Express) ![Node.js](https://img.shields.io/badge/-Node.js-090909?style=for-the-badge&logo=Node.js) ![MongoDB](https://img.shields.io/badge/-MongoDB-090909?style=for-the-badge&logo=MongoDB) ![Postman](https://img.shields.io/badge/-Postman-090909?style=for-the-badge&logo=Postman) # Инструкция по установке: 1. Клонировать репозиторий `https://github.com/Sonyamaster1/react-mesto-api-full.git` 2. Установить зависимости: `cd react-mesto-api-full` `npm install` 3. Запустить приложение в режиме разработки: `npm run start` `npm run dev`
Сервис для обмена фотографиями, созданный в рамках обучения в Яндекс.Практикум ("Веб-разработчик"). Репозиторий включает в себя фронтенд и бэкенд части приложения.
css3,express,html5,javascript,linux,mongodb,postman,react
2023-01-03T16:19:58Z
2023-01-17T11:52:27Z
null
1
0
10
0
0
5
null
null
JavaScript
Santoshdandin/Digi-Mart-clone
main
<h1 align="center">DigiMart Clone</h1> <h2>Description</h2> <p>Digimart is basically an e-commerce website where users can buy products such as mobiles, laptops, cameras, telivisions and all other tech products. They sell their product both on shops as well as on website. This was a Group project built by our team member in 5 days.</p> <img src="https://i.postimg.cc/kg9wZRNV/Screenshot-74.png" alt="Nyresa" border="0"> <img src=https://i.postimg.cc/Pr122QDs/Screenshot-75.png" alt="Nyresa" border="0"> <img src="https://i.postimg.cc/05TVYBb0/Screenshot-76.png" alt="Nyresa" border="0"> <img src="https://i.postimg.cc/2jbHBD85/Screenshot-77.png" alt="Nyresa" border="0"> <img src="https://i.postimg.cc/yd5vrfnB/Screenshot-78.png" alt="Nyresa" border="0"> <img src="https://i.postimg.cc/NFHph1PX/Screenshot-79.png" alt="Nyresa" border="0"> <img src="https://i.postimg.cc/DwVfmW7F/Whats-App-Image-2023-01-23-at-1-23-08-PM.jpg" alt="Nyresa" border="0"> <img src="https://i.postimg.cc/W1MNZ24Z/Whats-App-Image-2023-01-23-at-1-23-08-PM-1.jpg" alt="Nyresa" border="0"> <h2>Tech Stacks we have used</h2> <ul> <li>React</li> <li>JavaScript</li> <li>CSS</li> <li>Mongo DB Atlas</li> <li>Mongoose</li> <li>ChakraUI</li> <li>Express</li> </ul> <h2>Features</h2> <ul> <li>Landing Page</li> <li>Signup-Signin Page</li> <li>Products Page</li> <li>Single Product Page</li> <li>Cart Page</li> </ul> ## Contributor - [Ankur Kumar Chauhan](https://github.com/Ankur9900) - [Santosh](https://github.com/Santoshdandin) - [Himanshu Gangwar](https://github.com/himanshudestiny) - [vaibhav firke](https://github.com/vaibhavfirke) - [Sumeet More](https://github.com/sumeetmore1997) <h2>Deployed Fronted Link</h2> <p><h3 align="center"><a href="https://frontend-ankur9900.vercel.app/"><strong>Want to see live preview »</strong></a></h3></p> <h2>Deployed Backend Link</h2> <p><h3 align="center"><a href="https://wandering-plum-parka.cyclic.app/products/"><strong>Want to see live preview »</strong></a></h3></p> <h2>Presentation Link</h2> <p><h3 align="center"><a href="https://drive.google.com/file/d/16QXIrbVeqK1GEXH7n4UuilD90xMO4REX/view"><strong>group Presentation video link »</strong></a></h3></p> ## Show your support Give a ⭐ if you like this project!
It is a cloned website of Reliance Digital. It is an Indian consumer electronics retailer which deals with electronic products. In this cloned website it has features like login, signup, home page, products page, cart page, checkout page.
chakra-ui,css,expressjs,javascript,mongodb,npm,reactjs,cyclic,mongoose,vercel
2023-01-14T14:17:01Z
2023-01-23T08:47:35Z
null
6
37
104
4
2
5
null
null
JavaScript
piyalidas10/Javascript-Interview-Questions-Mylists
main
# Javascript-Interview-Questions Javascript Interview Questions ### 1. Pure function vs Impure functions <details><summary><b>Answer</b></summary> <p> #### - Pure functions do not have side effects. Impure functions can cause side effects. - Pure functions return the same output if we use the same input parameters. However, impure functions give different outcomes when we pass the same arguments multiple times. - Pure functions always return some results. Impure functions can execute without producing anything. - Debugging pure functions is relatively easier than debugging impure functions. - Pure functions cannot execute AJAX calls or standard DOM manipulation. - Impure functions aren’t inherently wrong. They merely can cause some confusion in more extensive systems in the form of spaghetti code. `Pure Functions` To get a better understanding, let’s consider the following example. ``` function add(a,b) { return a + b } console.log(add(4,5)) ``` This example contains a simple add() function, which gives 9 as the output. It is a very predictable output, and it does not depend on any external code. This makes the add() function a pure function. `Impure Functions` For example, consider the following code snippet: ``` var addNew = 0; function add(a,b){ addNew =1; return a + b + addNew } console.log(add(4,5)) ``` In the above example, there is a variable named addNew, and it is declared outside of the add() function. But the state of that variable is changed inside the add() function. So, the add() function has a side effect on a variable outside of its scope and is therefore considered an impure function. </p> </details> --- ### 2. What is Javascript closure ? <details><summary><b>Answer</b></summary> <p> #### Closure provides access to the outer scope of a function from inside the inner function, even after the outer function has closed. The main advantage of javascript closure is Data Privacy. ``` const countFunc = function counter() { let c = 0; c = c+1; return c; }(); ``` If you run countFunc, eveytime it will print "1". This you can resolve by closure. Solution using normal function ------------------------------------------ const countFunc = function counter() { let c = 0; return function() { c = c+1; return c; } }(); run countFunc() Solution using arrow function ------------------------------------------ ``` const countFunc = function counter() { let c = 0; return ()=> { c = c+1; return c; } }(); run countFunc() ``` The variable countFunc is assigned to the return value of a self-invoking function. When to Use Closure in JavaScript (Practical use)? Suppose, you want to count the number of times user clicked a button on a webpage. For this, you are triggering a function on onclick event of button to update the count of the variable ``` <button onclick="updateClickCount()">click me</button> ``` Now there could be normal approaches like: You could use a global variable, and a function to increase the counter: ``` var counter = 0; function updateClickCount() { ++counter; // Do something with counter } ``` But, the pitfall is that any script on the page can change the counter, without calling updateClickCount(). ou might be thinking of declaring the variable inside the function: ``` function updateClickCount() { var counter = 0; ++counter; // Do something with counter } ``` But, hey! Every time updateClickCount() function is called, the counter is set to 1 again. you need to find a way to execute counter = 0 only once not everytime. SO have to use closure. ``` <script> var updateClickCount = (function(){ var counter = 0; return function(){ ++counter; document.getElementById("spnCount").innerHTML = counter; } })(); </script> <html> <button onclick="updateClickCount()">click me</button> <div> you've clicked <span id="spnCount"> 0 </span> times! </div> </html> ``` </p> </details> --- ### 3. Javascript Event Loop <details><summary><b>Answer</b></summary> <p> #### https://www.jsv9000.app/ ![JavaScript Visualizer 9000](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/jsv9000.gif) ``` function three() { console.log("three"); setTimeout(function () { console.log("last"); }, 1000); } function two() { console.log("two"); three(); } function one() { console.log("one"); two(); } one(); ``` ![JavaScript Visualizer 9000](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/event_loop_1.gif) JavaScript is single-threaded: only one task can run at a time. Usually that’s no big deal, but now imagine you’re running a task which takes 30 seconds.. Ya.. During that task we’re waiting for 30 seconds before anything else can happen (JavaScript runs on the browser’s main thread by default, so the entire UI is stuck) 😬 It’s 2019, no one wants a slow, unresponsive website. Luckily, the browser gives us some features that the JavaScript engine itself doesn’t provide: a Web API. This includes the DOM API, setTimeout, HTTP requests, and so on. This can help us create some async, non-blocking behavior. When we invoke a function, it gets added to something called the call stack. The call stack is part of the JS engine, this isn’t browser specific. It’s a stack, meaning that it’s first in, last out (think of a pile of pancakes). When a function returns a value, it gets popped off the stack. ![popped off the stack](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/call_stack.gif) The respond function returns a setTimeout function. The setTimeout is provided to us by the Web API: it lets us delay tasks without blocking the main thread. The callback function that we passed to the setTimeout function, the arrow function () => { return 'Hey' } gets added to the Web API. In the meantime, the setTimeout function and the respond function get popped off the stack, they both returned their values! ![setTimeout](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/setTimeout.gif) In the Web API, a timer runs for as long as the second argument we passed to it, 1000ms. The callback doesn’t immediately get added to the call stack, instead it’s passed to something called the queue. ![callback_queue](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/callback_queue.gif) This can be a confusing part: it doesn't mean that the callback function gets added to the callstack(thus returns a value) after 1000ms! It simply gets added to the queue after 1000ms. But it’s a queue, the function has got to wait for its turn! Now this is the part we’ve all been waiting for… Time for the event loop to do its only task: connecting the queue with the call stack! If the call stack is empty, so if all previously invoked functions have returned their values and have been popped off the stack, the first item in the queue gets added to the call stack. In this case, no other functions were invoked, meaning that the call stack was empty by the time the callback function was the first item in the queue ![event_loop](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/event_loop.gif) The callback is added to the call stack, gets invoked, and returns a value, and gets popped off the stack. ![callstack_executed](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/callstack_executed.gif) Reading an article is fun, but you'll only get entirely comfortable with this by actually working with it over and over. Try to figure out what gets logged to the console if we run the following: ``` const foo = () => console.log("First"); const bar = () => setTimeout(() => console.log("Second"), 500); const baz = () => console.log("Third"); bar(); foo(); baz(); ``` Got it? Let's quickly take a look at what's happening when we're running this code in a browser: ![output](https://github.com/Javascript-Interview-Questions-Mylists/blob/main/images/output.gif) - 1. We invoke bar. bar returns a setTimeout function. - 2. The callback we passed to setTimeout gets added to the Web API, the setTimeout function and bar get popped off the callstack. - 3. The timer runs, in the meantime foo gets invoked and logs First. foo returns (undefined),baz gets invoked, and the callback gets added to the queue. - 4. baz logs Third. The event loop sees the callstack is empty after baz returned, after which the callback gets added to the call stack. - 5. The callback logs Second. </p> </details> --- ### 4. Slice vs Splice <details><summary><b>Answer</b></summary> <p> #### - 1. Slice is used to get a new array from the original array whereas the splice is used to add/remove items in the original array. The changes are not reflected in the original array in the case of slice and in the splice, the changes are reflected in the original array. ``` --------- Slice----------- let arr = [4, 3, 5, 9]; let res = arr.slice(0, 2); console.log(res); --------- (2) [4, 3] -----------Splice---------- let arr = [4, 3, 5, 9]; arr.splice(0, 2); console.log(arr); --------- (2) [5, 9] ``` - 2. The splice() method is used to add or remove elements of an existing array ``` --------- Add element----------- let arr = [4, 3, 5, 9]; arr.splice(2, 0, 10); console.log(arr); ---------- (5) [4, 3, 10, 5, 9] --------- Remove element----------- let arr = [4, 3, 5, 9]; arr.splice(2, 1); console.log(arr); ---------- (3) [4, 3, 9] ``` </p> </details> --- ### 5. Spread vs Rest <details><summary><b>Answer</b></summary> <p> #### The spread operator helps us expand an iterable such as an array where multiple arguments are needed, it also helps to expand the object expressions. var array1 = [10, 20, 30, 40, 50]; var array2 = [60, 70, 80, 90, 100]; var array3 = [...array1, ...array2]; console.log(array3); [10, 20, 30, 40, 50, 60, 70, 80, 90, 100] const obj = { firstname: "Divit", lastname: "Patidar", }; const obj2 = { ...obj }; console.log(obj2); { firstname: "Divit", lastname: "Patidar" } The rest parameter syntax allows a function to accept an indefinite number of arguments as an array. ``` function myBio(firstName, lastName, ...otherInfo) { return otherInfo; } console.log( myBio('Oluwatobi', 'Sofela', 'CodeSweetly', 'Web Developer', 'Male') ); ["CodeSweetly", "Web Developer", "Male"] ``` </p> </details> --- ### 5. Event Propagation ( Event Bubbling and capturing ) <details><summary><b>Answer</b></summary> <p> #### ![bubbling-and-capturing](https://javascript.info/article/bubbling-and-capturing/eventflow.svg) <br> - 1. Capturing phase – the event goes down to the element. - 2. Target phase – the event reached the target element. - 3. Bubbling phase – the event bubbles up from the element. Event capturing means propagation of event is done from ancestor elements to child element in the DOM while event bubbling means propagation is done from child element to ancestor elements in the DOM. <br> ![bubbling-and-capturing](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/LsIr2.png) <br> DOM Events describes 3 phases of event propagation: Capturing phase – the event goes down to the element. Target phase – the event reached the target element. Bubbling phase – the event bubbles up from the element. Both can be prevented by using the stopPropagation() method. ``` <form onclick="alert('form')">FORM <div onclick="alert('div')">DIV <p onclick="alert('p')">P</p> </div> </form> ``` So if we click on <p>, then we’ll see 3 alerts: p → div → form. The process is called “bubbling”, because events “bubble” from the inner element up through parents like a bubble in the water. event.stopPropagation() stops the move upwards </p> </details> --- ### 6. Top 10 Features of ES6 <details><summary><b>Answer</b></summary> <p> #### https://www.boardinfinity.com/blog/top-10-features-of-es6/ <br> - 1. let and const Keywords - 2. Arrow Functions - 3. Multi-line Strings - 4. Default Parameters - 5. Template Literals - 6. Destructuring Assignment - 7. Enhanced Object Literals - 8. Promises - 9. Classes - 10. Modules </p> </details> --- ### 7. What is Recursion? <details><summary><b>Answer</b></summary> <p> #### Recursion is a technique for iterating over an operation by having a function call itself repeatedly until it arrives at a result. ``` function factorial(num) { if(num <= 0) { return 1; } else { return (num * factorial(num-1) ) } } console.log(factorial(6)) ``` </p> </details> --- ### 8. What is Temporal Dead Zone? <details><summary><b>Answer</b></summary> <p> #### Temporal Dead Zone is the period of time during which the let and const declarations cannot be accessed. Temporal Dead Zone starts when the code execution enters the block which contains the let or const declaration and continues until the declaration has executed. Variables declared using let and the constants declared using const are hoisted but are in a TDZ. ``` console.log(a); var a = 10; It will print ----------- undefined console.log(a); let a = 10; It will print ----------- VM228:1 Uncaught ReferenceError: a is not defined ``` </p> </details> --- ### 9. map() vs forEach() <details><summary><b>Answer</b></summary> <p> #### The map() method is used to transform the elements of an array, whereas the forEach() method is used to loop through the elements of an array. The map() method can be used with other array methods, such as the filter() method, whereas the forEach() method cannot be used with other array methods. </p> </details> --- ### 10. What is prototype in javascript <details><summary><b>Answer</b></summary> <p> #### Prototypes are the mechanism by which JavaScript objects inherit features from one another. The prototype is an object that is associated with every functions and objects by default in JavaScript. When a programmer needs to add new properties like variables and methods at a later point of time, and these properties need sharing across all the instances, then the prototype will be very handy. </p> </details> --- ### 11. When to use Prototype in JavaScript? <details><summary><b>Answer</b></summary> <p> #### As we all know, Javascript is a dynamic language where we can add new variables and methods to the object at any point in time, as shown below. ``` function Employee() { this.name = 'Arun'; this.role = 'QA'; } var empObj1 = new Employee(); empObj1.salary = 30000; console.log(empObj1.salary); // 15 var empObj2 = new Employee(); console.log(empObj2.salary); // undefined ``` As we see in the above example, the salary variable adds to the empObj1. But when we try to access the salary variable using the empObj2 object, it doesn't have the salary variable because the salary variable is defined only in the empObj1 object. Now comes the question, Can there be a way that the new variable can be added to the function itself so as it is accessible to all the objects created using the function? The answer to this question is the use of a prototype. A prototype is an invisible inbuilt object which exists with all the functions by default. The variables and methods available in the prototype object can be accessible, modifiable, and even can create new variables and functions. </p> </details> --- ### 12. prototype inheritance in javascript <details><summary><b>Answer</b></summary> <p> #### Prototype inheritance in javascript is the linking of prototypes of a parent object to a child object to share and utilize the properties of a parent class using a child class. The syntax used for prototype inheritance has the __proto__ property which is used to access the prototype of the child. The syntax to perform a prototype inheritance is as follows : child.__proto__ = parent; ``` let company = { name: "A", pay: function () { console.log("Paying"); }, }; //company object let worker = { id: 1, work: function () { console.log("Working"); }, }; //worker object worker.__proto__ = company; //worker object inherits company object console.log(worker); worker.pay(); // calling method from company object using worker object. ``` </p> </details> --- ### 13. Remove duplicate values from Array <details><summary><b>Answer</b></summary> <p> #### ``` arr = [1, 2,3,4,5,6,2,3,4]; let arr1 = [...new Set(arr)]; /////// [1, 2, 3, 4, 5, 6] ``` </p> </details> --- ### 14. Removing duplicate objects (based on multiple keys) from array <details><summary><b>Answer</b></summary> <p> #### ``` const listOfTags = [ {id: 1, label: "Hello", color: "red", sorting: 0}, {id: 2, label: "World", color: "green", sorting: 1}, {id: 3, label: "Hello", color: "blue", sorting: 4}, {id: 4, label: "Sunshine", color: "yellow", sorting: 5}, {id: 5, label: "Hello", color: "red", sorting: 6}, ] const unique = []; listOfTags.map(x => unique.filter(a => a.label == x.label && a.color == x.color).length > 0 ? null : unique.push(x)); console.log(unique); ``` </p> </details> --- ### 15. Why JavaScript is a single-thread language ? <details><summary><b>Answer</b></summary> <p> #### The JavaScript within a chrome browser is implemented by a V8 engine. Memory Heap Call Stack Memory Heap: It is used to allocate the memory used by your JavaScript program. Remember memory heap is not the same as the heap data structures, they are totally different. It is the free space inside your OS. Call Stack: Within the call stack, your JS code is read and gets executed line by line. Now, JavaScript is a single-threaded language, which means it has only one call stack that is used to execute the program. The call stack is the same as the stack data structure that you might read in Data structures. As we know stacks are FILO that is First In Last Out. Similarly, within the call stack, whenever a line of code gets inside the call stack it gets executed and moves out of the stack. In this way, JavaScript is a single-thread language because of only one call stack. JavaScript is a single-threaded language because while running code on a single thread, it can be really easy to implement as we don’t have to deal with the complicated scenarios that arise in the multi-threaded environment like a deadlock. Since JavaScript is a single-threaded language, it is synchronous in nature. Now, you will wonder if you have used async calls in JavaScript so is it possible then? So, let me explain to you the concept of async calls within JavaScript and how it is possible with single-threaded language. Before explaining it let’s discuss briefly why we require the async call or asynchronous calls. As we know within the synchronous calls, all the work is done line by line i.e. the first task is executed then the second task is executed, no matter how much time one task will take. This arises the problem of time wastage as well as resource wastage. These two problems are overcome by asynchronous calls, where one doesn’t wait for one call to complete instead it runs another task simultaneously. So, when we have to do things like image processing or making requests over the network like API calls, we use async calls. Now, coming back to the previous question of how to use async calls within JS. Within JS we have a lexical environment, syntax parser, and an execution context (memory heap and call stack) that is used to execute the JS code. But these browsers also have Event Loops, Callback queue, and WebAPIs that are also used to run the JS code. Although these are not part of JS it also helps to execute the JS properly as we sometimes used the browser functions within the JS.e); ![JavaScript Runtime Environment](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/single-threaded.jpg) </p> </details> --- ### 16. How can i make array immutable in javascript <details><summary><b>Answer</b></summary> <p> #### In JavaScript, things that are immutable don’t change in value when you use them, and things that are mutable do. Object. freeze() to arrays to make them immutable. ``` For example, lets create a variable, age1, and assign its value to another variable, age2. If we update age2, the original variable, age1, is unaffected. // Create a variable let age1 = 42; // Assign it to a new variable let age2 = age1; // Update the new variable age2 = 84; // logs 42 console.log(age1); ``` You can create an immutable copy of an array using Array.slice() with no arguments, or with the Array.from() method. It’s considered a best practice to do so before manipulating an array. ``` // Create an immutable copy let evenMoreSandwiches = Array.from(sandwiches); // Add a few sandwiches sandwiches.push('italian', 'blt'); // logs ["turkey", "ham", "pb&j", "italian", "blt"] console.log(sandwiches); // logs ["turkey", "ham", "pb&j"] console.log(evenMoreSandwiches); ``` You can use the spread operator to create immutable copies of arrays and objects instead of use Array.from(). </p> </details> --- ### 17. How can i make object immutable in javascript <details><summary><b>Answer</b></summary> <p> #### You can create an immutable copy of an object using Object.assign(). Pass in an empty object ({}) as the first argument and the object you want to copy as the second. It’s considered a best practice to do so before manipulating an object. ``` // Create an immutable copy let evenMoreLunch = Object.assign({}, lunch); // Add a snack lunch.snack = 'cookies'; // Logs {sandwich: 'turkey', drink: soda, snack: 'cookies'} console.log(lunch); // Logs {sandwich: 'turkey', drink: soda} console.log(evenMoreLunch); ``` You can use the spread operator to create immutable copies of arrays and objects instead of use Object.assign(). </p> </details> --- ### 18. How can reduce Memory Leaks in Javascript ? <details><summary><b>Answer</b></summary> <p> #### most of the memory leaks can be traced back to not removing all references to objects that you don't need anymore. This can happen when you forget to remove intervals or timers, or you make excessive use of global variables. Storing data in global variables is probably the most common type of memory leak. In the browser, for instance, if you use var instead of const or let—or leave out the keyword altogether—the engine will attach the variable to the window object. The same will happen to functions that are defined with the function keyword. ``` user = getUser(); var secondUser = getUser(); function getUser() { return 'user'; } ``` All three variables, user, secondUser, and getUser, will be attached to the window object. This only applies to variables and functions that are defined in the global scope. If you want to learn more about this, check out this article explaining the JavaScript scope. Avoid this by running your code in strict mode. Apart from adding variables accidentally to the root, there are many cases in which you might do this on purpose. You can certainly make use of global variables, but make sure you free space up once you don't need the data anymore. To release memory, assign the global variable to null. ``` window.users = null; ``` So something to keep in mind is that memory is limited. When it comes to a call stack and memory Heap, those are two places is where javascript runs and stores memory. So we have to be careful not to have memory leaks or stack overflow if we are to have efficient code. On the frontend, you can profile the memory usage in the Chrome DevTools under the Memory tab. </p> </details> --- ### 19. Why JavaScript is single threaded? <details><summary><b>Answer</b></summary> <p> #### ![CallStack](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/javascript_call_stack.gif) JavaScript can do one single thing at a time because it has only one call stack. The call stack is a mechanism that helps the JavaScript interpreter to keep track of the functions that a script calls. Every time a script or function calls a function, it's added to the top of the call stack. Every time the function exits, the interpreter removes it from the call stack. A function either exits through a return statement or by reaching the end of the scope. Every time a function calls another function, it's added to the top of the stack, on top of the calling function. The order in which the stack processes each function call follows the LIFO principle (Last In, First Out). </p> </details> --- ### 20. Primitive vs Non-Primitive <details><summary><b>Answer</b></summary> <p> #### Primitive data types ---------------------------------------------------------------------- Examples of Primitive data types are Boolean, char, byte, int, short, long, float, and double. basic data types for whom memory is allocated in stack. A stack is a data structure that JavaScript uses to store static data. Static data is data where the engine knows the size at compile time. In JavaScript, this includes primitive values (strings, numbers, booleans, undefined, and null) and references, which point to objects and functions. Since the engine knows that the size won't change, it will allocate a fixed amount of memory for each value. The process of allocating memory right before execution is known as static memory allocation. Because the engine allocates a fixed amount of memory for these values, there is a limit to how large primitive values can be. The limits of these values and the entire stack vary depending on the browser. Reference (non primitive) data types ---------------------------------------------------------------------- 1. Function – typeof function is function 2. Array – typeof array is object 3. Object – typeof object is object 4. Date – typeof date is object Memory allocated for reference data types is in heap ( dynamic memory allocation). The heap is a different space for storing data where JavaScript stores objects and functions. Unlike the stack, the engine doesn't allocate a fixed amount of memory for these objects. Instead, more space will be allocated as needed. Allocating memory this way is also called dynamic memory allocation. </p> </details> --- ### 21. What is garbage collector ? <details><summary><b>Answer</b></summary> <p> #### In javascript, memory should be cleared up automatically using a thing called Garbage collector. Javascript i a language who ha garbage collector meaning you don't have to manage your memory manually. It gets cleared automatically & assigned automatically. Garbage collector consists of three steps : 1. Find the root node in your code and recursively go through every child. The root node of browser code is Window object. In Nodejs , window object is global variable. 2. Mark every child including the root as active or inactive. Active means this part of code is referenced in the memory. Inactive mens it's not referenced from anywhere. 3. Delete all these inactive ones which mean if the variable i not needed anymore in the memory simple delete it. window.x = 10 it's a global variable. you probably heard many times is a realy bad practive to have global variables. window.calc = function() => {} calc is a fuction and imagine it does something heavy inside. That's obviously gonna stay on the root becuase root is accessing it and garbage collectors think that is always active becuase it sits on the root. First thing you can do use strict to prevent you from these memory leaks becuae it i going to throw errors as soon as you have global variables. Or simple not use any global variables. </p> </details> --- ### 22. Difference Between Null & Undefined ? <details><summary><b>Answer</b></summary> <p> #### Undefined means the variable has been declared, but its value has not been assigned. Null means an empty value or a blank value. </p> </details> --- ### 23. What will be the output of undefined==null & undefined===null ? Why ? <details><summary><b>Answer</b></summary> <p> #### undefined==null will be true because both undefined and null represent nothingness. undefined===null will be false because they contain different data type because undefined and null are different in terms of data type. </p> </details> --- ### 24. What is Hosting ? <details><summary><b>Answer</b></summary> <p> #### Hoisting means it will bring all the declaration on top, not the assignment. So if you have var x is equal to 9, nine remains that only. Hoisting only happen with var and function keywords. console.log(x); var x = 9; it will print undefined becuase at runtime it will be executed like the following way =:> var x; console.log(x); x = 9; </p> </details> --- ### 25. var vs let ? <details><summary><b>Answer</b></summary> <p> #### ![var_let](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/var_let.png) var is function scoped and let is block scoped. Variables declared by let are only available inside the block where they’re defined. Variables declared by var are available throughout the function in which they’re declared. console.log(x); var x=5; Output will be undefined console.log(x); let x=5; Output will be ReferenceError: Cannot access 'x' before initialization let variables are not initialized until their definition is evaluated. Accessing them before the initialization results in a ReferenceError. The variable is said to be in "temporal dead zone" from the start of the block until the initialization is processed. ![var_let](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/temporal_dead_zone.png) When working outside of function bodies, at a global level, let does not create a property on the global object, whereas var does. Therefore: // Global variables var x = 1; let y = 2; console.log(this.x); // will print 1 console.log(this.y); // will print undefined { let name1 = "Aryan" // name1 in block scope console.log(name1) // Aryan } { var newName = "Kaush" // newName not in block scope as var is used console.log(newName) // Kaush } console.log(name1) // ReferenceError console.log(newName) // Kaush </p> </details> --- ### 26. What is Arrow function ? <details><summary><b>Answer</b></summary> <p> #### Arrow functions do not have their own arguments and it uses the arguments from the outer function. - This object does not work with arrow function. - arguments object does not work with arrow function. - you cannot use new to call arrow function. const obj = { test() { console.log(this); } }; obj.test() ==== {test: ƒ} const obj = { test:()=>{ console.log(this); } }; obj.test() ======== Window{0: Window, window: Window, self: Window, document: document, name: '', location: Location,…} function show() { console.log(arguments); } show(1,2,3); ======== Arguments(3)[1, 2, 3, callee: ƒ, Symbol(Symbol.iterator): ƒ] const show = ()=> { console.log(arguments); } show(1,2,3); ======== Uncaught ReferenceError: arguments is not defined solution for that -------- const show = (...arg)=> { console.log(arg); } show(1,2,3); ========(3)[1, 2, 3] </p> </details> --- ### 27. What is IIFE(Immediately Invoked Function Expression) ? <details><summary><b>Answer</b></summary> <p> #### a JavaScript function which calls itself, runs as soon as it is defined. (function(){ console.log("IIFE"); })(); </p> </details> --- ### 28. What is Call, Bind, Apply ? <details><summary><b>Answer</b></summary> <p> #### a JavaScript function which calls itself, runs as soon as it is defined. function show(obj) { console.log(this); } let obj = { a: 5 } show(obj) will print Window {0: Window, window: Window, self: Window, document: document, name: '', location: Location, …} Now I want that show function should bind to this object and not the window object, which is the global object. So purpose of this function is at the moment I want to assign the object reference tool that this object. Now call is handy for this scenerio. The call method takes first argument as the object to be passed to this. Then whatever parameters you want to pass, it's absolutely fine. show.call(obj) will print {a: 5} So in short call is used to change the reference or context are in charge value of this object. </p> </details> --- ### 29. What are the use of Map & Set ? <details><summary><b>Answer</b></summary> <p> #### let product = new Map(); product.set('pCode', '001'); =====> Map(1) {'pCode' => '001'} product.set(1, '002'); =====> Map(2) {'pCode' => '001', 1 => '002'} product.set(true, '003'); =====> Map(3) {'pCode' => '001', 1 => '002', true => '003'} product.size =====> 3 product.get(1) =====> '002' let product = new Set(['one', 'two', 'three', 'two']); product =====> Set(3) {'one', 'two', 'three'} let arr = [1, 2, 3, 4, 2, 5]; arr = [...new Set(arr)]; =====> (5) [1, 2, 3, 4, 5] </p> </details> --- ### 30. Delete/Remove a property from an Object ? <details><summary><b>Answer</b></summary> <p> #### Using delete operator let emp = { name: "Kareem", age: 26, designation: "Software Engineer", } delete emp.age console.log(emp) =====> {name: 'Kareem', designation: 'Software Engineer'} Using rest operator let emp = { name: "Kareem", age: 26, designation: "Software Engineer", } const {age, ...newEmp} = emp; console.log(newEmp); =====> {name: 'Kareem', designation: 'Software Engineer'} </p> </details> --- ### 31. Difference Between == (loose equality) and === (strict equality operator) in Javascript ? <details><summary><b>Answer</b></summary> <p> #### The == operator checks if two values are equal. let a = '10', b = 10; a == b =====> true a === b =====> false </p> </details> --- ### 32. Anonymous Functions in JavaScript ? <details><summary><b>Answer</b></summary> <p> #### Anonymous functions in JavaScript, are the functions that do not have any name or identity. let variableName = function () { //your code here } variableName(); //Can call the anonymous function through this Use of Anonymous functions : button.addEventListener('click', function(event) { alert('Button is clicked!') }); setTimeout(function () { console.log('I will run after 5 seconds!') }, 5000); Using Anonymous Functions as Arguments of Other Functions function greet(wish){ console.log(wish() ,"everyone!"); } greet(function(){ return "Good Morning"; }) Immediately Invoked Function Execution (function(text) { alert(text); })('Hi all! Welcome to our page.'); for (var i = 1; i <= 5; i++) { (function (count) { setTimeout(function() { console.log(`Counted till ${count} after ${count} seconds`); }, 1000 * i); })(i); } Output: "Counted till 1 after 1 second" "Counted till 2 after 2 seconds" "Counted till 3 after 3 seconds" "Counted till 4 after 4 seconds" "Counted till 5 after 5 seconds" </p> </details> --- ### 33. Difference between Document Object & Window Object ? <details><summary><b>Answer</b></summary> <p> #### the entire browser window is actually window object and the inner part where the content is displayed, all the content can be accessed using the document object. This also means that window is the main container or patterned or global object and document is child of window object operations related to entire browser. ![window](https://github.com/piyalidas10/Javascript-Interview-Questions-Mylists/blob/main/images/window.png) </p> </details> --- ### 34. Rest Operator: Delete property from an Object using Rest operator ? <details><summary><b>Answer</b></summary> <p> #### let user = { name: 'Calvin', age: 200, country: 'Spain', food: 'Pizza' } const {age, ...restOfUser} = user; console.log(restOfUser) // { name: 'Calvin', country: 'Spain', food: 'Pizza' } console.log(age) // 200 </p> </details> --- ### 35. What is Object destructuring? <details><summary><b>Answer</b></summary> <p> #### Object destructuring allows us to create variables from object property names, and the variable will contain the value of the property name - for example: const data = { a: 1, b: 2, c: 3 }; const { a, b, c } = data; console.log(a, b, c); // 1, 2, 3 By using const { a, b, c } = data we are declaring 3 new variables (a, b and c). If a, b and c exist as property names on data, then variables will be created containing the values of the object properties. If the property names do not exist, you’ll get undefined. Let’s take our earlier example and use the ...rest syntax to see what happens: const data = { a: 1, b: 2, c: 3 }; const { a, ...rest } = data; console.log(a); // 1 console.log(rest); // { b: 2, c: 3 } </p> </details> --- ### 36. Spread Operator : Practical use <details><summary><b>Answer</b></summary> <p> #### const odd = [1,3,5]; const combined = [2,...odd, 4,6]; console.log(combined); // [ 2, 1, 3, 5, 4, 6 ] 1. Push an array inside another array let rivers = ['Nile', 'Ganges', 'Yangte']; let moreRivers = ['Danube', 'Amazon']; rivers.push(...moreRivers); // ['Nile', 'Ganges', 'Yangte', 'Danube', 'Amazon'] 2. Concatenate two or more arrays let numbers = [1, 2]; let moreNumbers = [3, 4]; let allNumbers = [...numbers, ...moreNumbers]; console.log(allNumbers); // [1, 2, 3, 4] 3. Copying an array let scores = [80, 70, 90]; let copiedScores = [...scores]; console.log(copiedScores); // [80, 70, 90] </p> </details> --- ### 37. Splice() method to delete existing elements, insert new elements, and replace elements in an array <details><summary><b>Answer</b></summary> <p> #### The splice() method is used to add or remove elements of an existing array ``` --------- Add element----------- let colors = ['red', 'green', 'blue']; colors.splice(2, 0, 'purple'); console.log(colors); ---------- (4) ["red", "green", "purple", "blue"] colors.splice(1, 0, 'yellow', 'pink'); console.log(colors); ---------- (6) ["red", "yellow", "pink", "green", "purple", "blue"] --------- Remove element----------- let arr = [4, 3, 5, 9]; arr.splice(2, 1); console.log(arr); ---------- (3) [4, 3, 9] --------- Replacing elements----------- let languages = ['C', 'C++', 'Java', 'JavaScript']; languages.splice(1, 1, 'Python'); console.log(languages); ---------- (4) ["C", "Python", "Java", "JavaScript"] ``` </p> </details> --- ### 38. Template Literals <details><summary><b>Answer</b></summary> <p> #### Template literals are literals delimited with backtick ( ` ) characters, allowing for multi-line strings, string interpolation with embedded expressions, and special constructs called tagged templates. ``` `string text` `string text line 1 string text line 2` `string text ${expression} string text` tagFunction`string text ${expression} string text` tag`string text line 1 \n string text line 2`; ``` </p> </details> --- ### 39. ES6 template literals vs. concatenated strings <details><summary><b>Answer</b></summary> <p> #### Template literals provide us with an alternative to string concatenation .They also allow us to insert variables in to a string. Template literals were introduced in ECMAScript 2015/ ES6 as a new feature. It provides an easy way to create multi-line strings and perform string interpolation. <br><br><br> Why would I use this new template literal method? I would recommend switching to the new format for a few reasons. <br><br> - One of which is that it requires fewer characters. So the extra space that you would need to use the plus before adds extra length to your code, causing it to look more bloated - It no longer needs to escape single or double quotes. Yes, that’s right. You no longer need to put back slashes in order to close quotation marks. - it’s much easier to read. With the dollar sign curly bracket syntax you can more clearly see what parts of your strings are using a variable.At a glance, I can quickly see that this is a variable. - with my code editor, it would have improved syntax highlighting <br><br><br> Let’s us rewrite our example from concatenated string: ``` Console.log("Hello,welcome to" +website.name+"!\"message goes here\" ") ; ``` <br><br> To template literal: ``` Console.log(`Hello,welcome to ${website.name} !"message goes here"` ) ; ``` </p> </details> --- ### 40. Write polyfill of Array.flat with customized nesting <details><summary><b>Answer</b></summary> <p> #### --- ### 41. There are two sorted arrays. Merge them in place of the first array <details><summary><b>Answer</b></summary> <p> #### --- ### 42. Write a js function that can be invoked like below - calc().add(10).subtract(5).multiply(20).divide(2).getResult() . In this case, the output should be 50. <details><summary><b>Answer</b></summary> <p> #### ---
Javascript Interview Questions
interview,interview-questions,javascript
2023-01-16T05:07:55Z
2023-11-29T15:33:45Z
null
1
1
52
0
2
5
null
null
null