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
akram-elgh/Keeper-App
main
# Full stack MERN application ## Simple web app to store notes and keep them safe for you
Simple keeper app for practicing REACT
css,javascript,jsx,reactjs,express,mongodb,mongoose,nodejs,react,docker
2023-02-11T11:49:53Z
2023-02-25T12:31:24Z
null
1
0
10
0
0
2
null
null
JavaScript
kelsiesmurphy/pickup
dev
# CodeClan Capstone Project - Pickup <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <li> <a href="#about">About</a> <ul> <li><a href="#design">Design</a></li> <li><a href="#built-with">Built With</a></li> <li><a href="#reflections">Reflections</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#contact">Contact</a></li> <li><a href="#acknowledgments">Acknowledgments</a></li> </ol> </details> <img align="center" src="https://user-images.githubusercontent.com/77012426/238215220-e631b96d-3e77-4437-896a-ddb489f66e69.jpg" alt="Pickup landing page home"> <!-- ABOUT --> ### Pickup Pickup is a web application built with React and Java (Spring) for the capstone project of the CodeClan software professional development 16 week course. It allows communities to organise litter picking events and allow the users to track the litter collected in a leaderboard format. It was created in February/March 2023 by Kelsie Murphy, Kyle Fenlon and Josh Montgomery. ~~You can view a live version of Pickup at https://www.joinpickup.co/~~ Since our domain expired, you can view the site at https://pickup-sandy.vercel.app/ <!-- BRIEF --> ### MVP #### Main Web Application * It should allow community admins to signup, arrange events, and manage users * It should allow users to join a community, and there should also be private communities * Events have a location and time and before image, and are connected to a community. * Admins can add before/after pics, update the details on the event before and after the event takes place, etc * It should have a leaderboard to encourage healthy competition #### Mobile App * Users should have an app that allows them to add litter picked by name via 5 common categories and an ‘other’ category, with a quantity selector below. * Users can choose a category, go around collecting that type, and add the quantity to the app, all saved in state until submission. ### Possible Extensions * Authentication * It should allow users to report litter hotspots, with a picture and a map, with Poll functionality * Visualisation of data, ie monthly pickings <!-- DESIGN --> ## Design The Figma file was designed during the planning day of the project, and [can be viewed here](https://www.figma.com/file/2qpN5pvmRssTDmujRWAQuP/Litter-Picking-App?node-id=1%3A2&t=enuLPof7ZVViV8Sv-1). <!-- BUILT WITH --> ## Built With * React * TailwindCSS * Java 8.0 * Spring <!-- GETTING STARTED --> ## Getting Started ### Prerequisites #### Client To run this app, you need to set up the client and server sides of the app: * Install the dependencies in the 'client' directory ```sh pnpm install ``` * Then run the client web application in development ```sh npm run dev ``` Note: To stop the server enter ctrl + c in your Terminal #### Server * Create a database called 'pickup' in your Terminal ```sh createdb pickup ``` * We recommend opening the server directory in IntelliJ IDEA, and run the ServerApplication.java file. Ensure that the resources/application.properties file is set up with the spring profile set to "dev-data-load", and the ddl-auto file is set to "create". After initially setting up the database, these values can be returned to the defaults to save reloading the data everytime you restart the server. <!-- CONTACT --> ## Contact * Kelsie Murphy - [GitHub](https://github.com/kelsiesmurphy) * Kyle Fenlon - [GitHub](https://github.com/kylefenlon) * Josh Montgomery - [GitHub](https://github.com/jomonty) Project Link: [https://github.com/kelsiesmurphy/pickup](https://github.com/kelsiesmurphy/pickup)
Pickup is a web application built with React and Java (Spring) for the capstone project of the CodeClan software professional development 16 week course. It allows communities to organise litter picking events and allow the users to track the litter collected in a leaderboard format, created by Kelsie Murphy, Kyle Fenlon and Josh Montgomery.
css,html,java,javascript,react,spring,tailwindcss
2023-02-24T14:43:58Z
2024-04-19T09:29:46Z
null
3
57
199
1
0
2
null
null
Java
imjord/Favorite-Games-Launcher
main
null
An Electron App That Holds And Launches All Your Favorite Games In One Spot
electron,javascript
2023-02-15T08:27:26Z
2023-06-22T23:44:06Z
null
1
0
31
0
0
2
null
null
JavaScript
Hacking-NASSA-with-HTML/you_make_money_with_it
main
# Resume page for my friend
Resume page for my friend
css-flexbox,html5,javascript
2023-02-17T07:07:16Z
2023-02-17T12:15:02Z
null
1
0
20
0
0
2
null
null
CSS
pranjaljain275/postman-clone-postmaster
main
# Project Code - third-visitor-6465 # postman-clone * Postman is an incredible tool for testing API's, you can make GET and POST and PUT and PATCH and DELETE request, you can add an different query params, click send and its gonna give you information about the request status time and size. * We use fetch which allow us to make all different API request, also we use dev dependancy called nodemon which bundle all our different node modules into our actual JavaScript code and deploy it so we can use inside our production application so we can have hot module reloading and all other nice features. * Styling is basically done using HTML, CSS, JS. ## HOME-PAGE ![home-page](https://user-images.githubusercontent.com/115222789/221504151-151145c4-94a3-45bf-b6be-ef140a4a5f8e.png) ## SIGNUP PAGE ![sign-up-page](https://user-images.githubusercontent.com/115222789/221505320-e74fdbc3-a06b-4f08-80c0-0eda945dd5c7.png) ## SIGNIN PAGE ![sign-in-page](https://user-images.githubusercontent.com/115222789/221505354-a01d772b-1acb-46cb-89fe-abe209679f9a.png) ## WORKSPACE <img style="text-align:center" src="https://user-images.githubusercontent.com/81709725/131958479-851518ec-f4a0-46ed-9475-beb933bccefc.png"/> ## EXPLORE ![explore](https://user-images.githubusercontent.com/115222789/221505380-1c3e6be6-853c-4a7b-b095-fe076aafbca8.png) ## API NETWORK ![apis](https://user-images.githubusercontent.com/115222789/221505397-3f71301c-237c-4dd3-8041-1e4189821011.png) ``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` ## Key Features - Make GET and POST Request and PUT and PATCH and DELETE - Send JSON in the body - View response of a request - View the status code, response time, and response size. ``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` # ## Installation ### Run commands ```console npm install ``` ```console npm start ``` ``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` ##links #GET #https://good-lime-meerkat-suit.cyclic.app/title #POST https://good-lime-meerkat-suit.cyclic.app/title #PUT https://good-lime-meerkat-suit.cyclic.app/title/id #PATCH https://good-lime-meerkat-suit.cyclic.app/title/id #DELETE https://good-lime-meerkat-suit.cyclic.app/title/id
Postman is an incredible tool for testing API's, you can make GET and POST and PUT and PATCH and DELETE request, you can add an different query params, click send and its gonna give you information about the request status time and size.
css,express-js,html,javascript,mongodb,node-js
2023-02-18T17:57:24Z
2023-04-10T06:23:44Z
null
5
15
67
0
2
2
null
null
HTML
RaviKantBadola/arrogant-fang-2305
main
# arrogant-fang-2305 Quikr is an online classifieds company that helps people buy, sell, and rent in categories such as furniture, mobile phones, cars &amp; bikes, services, pets, real estate, jobs, education, entertainment, matrimonial, and more. Users can post free ads and reply to ads on Quikr in cities Team Name:QuickDeal Team Lead - Ravi Kant Badola fw20_0601 Members: fw20_0623 - Ajay sahu fw20_1202 - Vaibhav Waghmare fw19_1048 - Piyush Kumar Singh fw20_0946 - Manju Yadav IA- Vivek Goswami Project Name: arrogant-fang-2305 website- https://www.quikr.com/bazaar deployed Link https://quickdealcw.netlify.app/ HomePage ![image](https://user-images.githubusercontent.com/107898767/221489456-7e7b927b-102d-4fbc-87bf-f7730b55d179.png) SignUp Page ![image](https://user-images.githubusercontent.com/107898767/221489512-d36c8038-8437-47d9-9e32-ae2fbae79f79.png) Product Page ![image](https://user-images.githubusercontent.com/107898767/221489692-216939cb-3ea7-4a33-bf1d-dab9f166ceed.png) Single Page ![image](https://user-images.githubusercontent.com/107898767/221489998-f1d3c55e-45ed-4630-893e-4b3a0c2e942f.png)
Quikr is an online classifieds company that helps people buy, sell, and rent in categories such as furniture, mobile phones, cars & bikes, services, pets, real estate, jobs, education, entertainment, matrimonial, and more. Users can post free ads and reply to ads on Quikr in cities
axios,chakra-ui,css,html,javascript,netlify,npm,react-redux,reactjs,redux-thunk
2023-02-18T09:02:58Z
2023-02-28T09:25:43Z
null
6
28
105
9
1
2
null
null
JavaScript
seanpm2001/Mastodon
Mastodon_Main-dev
*** # <projectName> ![{Project icon} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image.svg) # By: <!-- ![{Developer name} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image2.svg) !--> ## [Seanpm2001](https://github.com/seanpm2001/), [<developerName>](https://github.com/<developerName>/) Et; Al. ### Top # `README.md` *** ## Read this article in a different language **Sorted by:** `A-Z` [Sorting options unavailable](https://github.com/<developerName>/<repoName>) ( [af Afrikaans](/.github/README_AF.md) Afrikaans | [sq Shqiptare](/.github/README_SQ.md) Albanian | [am አማርኛ](/.github/README_AM.md) Amharic | [ar عربى](/.github/README_AR.md) Arabic | [hy հայերեն](/.github/README_HY.md) Armenian | [az Azərbaycan dili](/.github/README_AZ.md) Azerbaijani | [eu Euskara](/.github/README_EU.md) Basque | [be Беларуская](/.github/README_BE.md) Belarusian | [bn বাংলা](/.github/README_BN.md) Bengali | [bs Bosanski](/.github/README_BS.md) Bosnian | [bg български](/.github/README_BG.md) Bulgarian | [ca Català](/.github/README_CA.md) Catalan | [ceb Sugbuanon](/.github/README_CEB.md) Cebuano | [ny Chichewa](/.github/README_NY.md) Chichewa | [zh-CN 简体中文](/.github/README_ZH-CN.md) Chinese (Simplified) | [zh-t 中國傳統的)](/.github/README_ZH-T.md) Chinese (Traditional) | [co Corsu](/.github/README_CO.md) Corsican | [hr Hrvatski](/.github/README_HR.md) Croatian | [cs čeština](/.github/README_CS.md) Czech | [da dansk](README_DA.md) Danish | [nl Nederlands](/.github/README_NL.md) Dutch | [**en-us English**](/.github/README.md) English | [EO Esperanto](/.github/README_EO.md) Esperanto | [et Eestlane](/.github/README_ET.md) Estonian | [tl Pilipino](/.github/README_TL.md) Filipino | [fi Suomalainen](/.github/README_FI.md) Finnish | [fr français](/.github/README_FR.md) French | [fy Frysk](/.github/README_FY.md) Frisian | [gl Galego](/.github/README_GL.md) Galician | [ka ქართველი](/.github/README_KA) Georgian | [de Deutsch](/.github/README_DE.md) German | [el Ελληνικά](/.github/README_EL.md) Greek | [gu ગુજરાતી](/.github/README_GU.md) Gujarati | [ht Kreyòl ayisyen](/.github/README_HT.md) Haitian Creole | [ha Hausa](/.github/README_HA.md) Hausa | [haw Ōlelo Hawaiʻi](/.github/README_HAW.md) Hawaiian | [he עִברִית](/.github/README_HE.md) Hebrew | [hi हिन्दी](/.github/README_HI.md) Hindi | [hmn Hmong](/.github/README_HMN.md) Hmong | [hu Magyar](/.github/README_HU.md) Hungarian | [is Íslenska](/.github/README_IS.md) Icelandic | [ig Igbo](/.github/README_IG.md) Igbo | [id bahasa Indonesia](/.github/README_ID.md) Icelandic | [ga Gaeilge](/.github/README_GA.md) Irish | [it Italiana/Italiano](/.github/README_IT.md) | [ja 日本語](/.github/README_JA.md) Japanese | [jw Wong jawa](/.github/README_JW.md) Javanese | [kn ಕನ್ನಡ](/.github/README_KN.md) Kannada | [kk Қазақ](/.github/README_KK.md) Kazakh | [km ខ្មែរ](/.github/README_KM.md) Khmer | [rw Kinyarwanda](/.github/README_RW.md) Kinyarwanda | [ko-south 韓國語](/.github/README_KO_SOUTH.md) Korean (South) | [ko-north 문화어](README_KO_NORTH.md) Korean (North) (NOT YET TRANSLATED) | [ku Kurdî](/.github/README_KU.md) Kurdish (Kurmanji) | [ky Кыргызча](/.github/README_KY.md) Kyrgyz | [lo ລາວ](/.github/README_LO.md) Lao | [la Latine](/.github/README_LA.md) Latin | [lt Lietuvis](/.github/README_LT.md) Lithuanian | [lb Lëtzebuergesch](/.github/README_LB.md) Luxembourgish | [mk Македонски](/.github/README_MK.md) Macedonian | [mg Malagasy](/.github/README_MG.md) Malagasy | [ms Bahasa Melayu](/.github/README_MS.md) Malay | [ml മലയാളം](/.github/README_ML.md) Malayalam | [mt Malti](/.github/README_MT.md) Maltese | [mi Maori](/.github/README_MI.md) Maori | [mr मराठी](/.github/README_MR.md) Marathi | [mn Монгол](/.github/README_MN.md) Mongolian | [my မြန်မာ](/.github/README_MY.md) Myanmar (Burmese) | [ne नेपाली](/.github/README_NE.md) Nepali | [no norsk](/.github/README_NO.md) Norwegian | [or ଓଡିଆ (ଓଡିଆ)](/.github/README_OR.md) Odia (Oriya) | [ps پښتو](/.github/README_PS.md) Pashto | [fa فارسی](/.github/README_FA.md) |Persian [pl polski](/.github/README_PL.md) Polish | [pt português](/.github/README_PT.md) Portuguese | [pa ਪੰਜਾਬੀ](/.github/README_PA.md) Punjabi | No languages available that start with the letter Q | [ro Română](/.github/README_RO.md) Romanian | [ru русский](/.github/README_RU.md) Russian | [sm Faasamoa](/.github/README_SM.md) Samoan | [gd Gàidhlig na h-Alba](/.github/README_GD.md) Scots Gaelic | [sr Српски](/.github/README_SR.md) Serbian | [st Sesotho](/.github/README_ST.md) Sesotho | [sn Shona](/.github/README_SN.md) Shona | [sd سنڌي](/.github/README_SD.md) Sindhi | [si සිංහල](/.github/README_SI.md) Sinhala | [sk Slovák](/.github/README_SK.md) Slovak | [sl Slovenščina](/.github/README_SL.md) Slovenian | [so Soomaali](/.github/README_SO.md) Somali | [[es en español](/.github/README_ES.md) Spanish | [su Sundanis](/.github/README_SU.md) Sundanese | [sw Kiswahili](/.github/README_SW.md) Swahili | [sv Svenska](/.github/README_SV.md) Swedish | [tg Тоҷикӣ](/.github/README_TG.md) Tajik | [ta தமிழ்](/.github/README_TA.md) Tamil | [tt Татар](/.github/README_TT.md) Tatar | [te తెలుగు](/.github/README_TE.md) Telugu | [th ไทย](/.github/README_TH.md) Thai | [tr Türk](/.github/README_TR.md) Turkish | [tk Türkmenler](/.github/README_TK.md) Turkmen | [uk Український](/.github/README_UK.md) Ukrainian | [ur اردو](/.github/README_UR.md) Urdu | [ug ئۇيغۇر](/.github/README_UG.md) Uyghur | [uz O'zbek](/.github/README_UZ.md) Uzbek | [vi Tiếng Việt](/.github/README_VI.md) Vietnamese | [cy Cymraeg](/.github/README_CY.md) Welsh | [xh isiXhosa](/.github/README_XH.md) Xhosa | [yi יידיש](/.github/README_YI.md) Yiddish | [yo Yoruba](/.github/README_YO.md) Yoruba | [zu Zulu](/.github/README_ZU.md) Zulu ) Available in 110 languages (108 when not counting English and North Korean, as North Korean has not been translated yet [Read about it here](/OldVersions/Korean(North)/README.md)) Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors [here](https://github.com/<developerName>/<repoName>/issues/). Make sure to backup your correction with sources and guide me, as I don't know languages other than English well (I plan on getting a translator eventually) please cite [wiktionary](https://en.wiktionary.org) and other sources in your report. Failing to do so will result in a rejection of the correction being published. Note: due to limitations with GitHub's interpretation of markdown (and pretty much every other web-based interpretation of markdown) clicking these links will redirect you to a separate file on a separate page that isn't the intended page. You will be redirected to the [.github folder](/.github/) of this project, where the README translations are hosted. Translations are currently done with Bing translate and DeepL. Support for Google Translate translations is coming to a close due to privacy concerns. *** # Index [00.0 - Top](#Top) > [00.1 - Title](#<projectName>) > [00.2 - Read this article in a different language](#Read-this-article-in-a-different-language) > [00.3 - Index](#Index) [01.0 - Description](#RepositoryName) [02.0 - About](#About) [03.0 - Wiki](#Wiki) [04.0 - History](#History) > [04.1 - Pre-history](#Pre-history) > [04.2 - Alpha History](#Alpha-history) > [04.3 - Beta History](#Beta-history) > [04.4 - Modern History](#Modern-history) [05.0 - Copying](#Copying) [06.0 - Credits](#Credits) [07.0 - Installation](#Installation) [08.0 - Version history](#Version-history) [09.0 - Version history](#Version-history) [10.0 - Software status](#Software-status) [11.0 - Sponsor info](#Sponsor-info) [12.0 - Contributers](#Contributers) [13.0 - Issues](#Issues) > [13.1 - Current issues](#Current-issues) > [13.2 - Past issues](#Past-issues) > [13.3 - Past pull requests](#Past-pull-requests) > [13.4 - Active pull requests](#Active-pull-requests) [14.0 - Resources](#Resources) [15.0 - Contributing](#Contributing) [16.0 - About README](#About-README) [17.0 - README Version history](#README-version-history) [18.0 - Footer](#You-have-reached-the-end-of-the-README-file) > [18.9 - End of file](#EOF) *** # <repoName> <repo_description> *** ## About See above. <extendedRepoDescription> *** ## Wiki [Click/tap here to view this projects Wiki](https://github.com/<developerName>/<repoName>/wiki) If the project has been forked, the Wiki was likely removed. Luckily, I include an embedded version. You can view it [here](/External/ProjectWiki/). *** ## History Write about this projects history here. ### Pre-history No pre-history to show for this project. ### Alpha history No Alpha history to show for this project. ### Beta history No Beta history to show for this project. ### Modern history No Modern history to show for this project. *** ## Copying View the copying license for this project [here](/COPYING) (if you haven't built the project yet with the makefile, here is the original link: [COPYINGL](/COPYINGL) Please note that you also have to follow the rules of the GNU General Public License v3 (GPL3) which you can view [here](/LICENSE.txt) *** ## Credits View the credits file for this project and see the people who got together to make this project by [clicking/tapping here](/CREDITS) *** ## Installation View the installation instructions file for this project [here](/INSTALL) Requirements: Read the instructions for more info, and get the latest up-to-date instructions [here](https://gist.github.com/seanpm2001/745564a46186888e829fdeb9cda584de) *** ## Sponsor info ![SponsorButton.png](/SponsorButton.png) You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors/) You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/) Try it out! The sponsor button is right up next to the watch/unwatch button. *** ## Version history **Version history currently unavailable** **No other versions listed** *** ## Software status All of my works are free some restrictions. DRM (**D**igital **R**estrictions **M**anagement) is not present in any of my works. ![DRM-free_label.en.svg](/DRM-free_label.en.svg) This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works. I am using the abbreviation "Digital Restrictions Management" instead of the more known "Digital Rights Management" as the common way of addressing it is false, there are no rights with DRM. The spelling "Digital Restrictions Management" is more accurate, and is supported by [Richard M. Stallman (RMS)](https://en.wikipedia.org/wiki/Richard_Stallman) and the [Free Software Foundation (FSF)](https://en.wikipedia.org/wiki/Free_Software_Foundation) This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom. Image credit: [defectivebydesign.org/drm-free/...](https://www.defectivebydesign.org/drm-free/how-to-use-label/) *** ## Contributers Currently, I am the only contributer. Contributing is allowed, as long as you follow the rules of the [CONTRIBUTING.md](/CONTRIBUTING.md) file. > * 1. [seanpm2001](https://github.com/seanpm2001/) - x commits (As of Yr, DoW, Month, DoM, at ##:## a/pm) > * 2. No other contributers. *** ## Issues ### Current issues * None at the moment * No other current issues If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. ### Past issues * None at the moment * No other past issues If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. ### Past pull requests * None at the moment * No other past pull requests If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. ### Active pull requests * None at the moment * No other active pull requests If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. *** ## Resources Here are some other resources for this project: [Project language file A](PROJECT_LANG_1.<fileExtensionForProgrammingLanguage>) [Join the discussion on GitHub](https://github.com/<developerName>/<repoName>/discussions) No other resources at the moment. *** ## Contributing Contributing is allowed for this project, as long as you follow the rules of the `CONTRIBUTING.md` file. [Click/tap here to view the contributing rules for this project](/CONTRIBUTING.md) *** ## About README **File type:** `Markdown Document (*.md *.mkd *.markdown)` **File version:** `0.1.6 (Monday, August 23rd 2021 at 6:37 pm)` **Line count (including blank lines and compiler line):** `0,407` *** ## README version history Version 0.1 (Sunday, March 21st 2021 at 7:50 pm) > Changes: > * Started the file > * Added the title section > * Added the index > * Added the about section > * Added the Wiki section > * Added the version history section > * Added the issues section. > * Added the past issues section > * Added the past pull requests section > * Added the active pull requests section > * Added the contributors section > * Added the contributing section > * Added the about README section > * Added the README version history section > * Added the resources section > * Added a software status section, with a DRM free sticker and message > * Added the sponsor info section **ITERATION 5** > * Updated the title section > * Updated the index > * Added the history section > * Updated the file info section > * Updated the file history section **ITERATION 6** > * Updated the title section > * Fixed and update template links > * Updated the index > * Added the copying section > * Added the credits section > * Added the installation section > * Updated the resources section > * Updated the contributors section > * Added the technical notes section > * Updated the footer > * Updated the file info section > * Updated the file history section > * No other changes in version 0.1 Version 1 (Coming soon) > Changes: > * Coming soon > * No other changes in version 1 Version 2 (Coming soon) > Changes: > * Coming soon > * No other changes in version 2 *** ### You have reached the end of the README file ( [Back to top](#Top) | [Exit to GitHub](https://github.com) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org) ) ### EOF ***
💬️🐘️🗨️ The alternative Seanpm2001 Mastodon source repository and homepage.
gpl3,gplv3,home,homepage,hub,javascript,mastodon,md,ruby,seanpm2001
2023-02-14T21:56:28Z
2023-02-15T04:58:11Z
null
1
0
68
0
1
2
null
GPL-3.0
Ruby
JohanAcaro/DIHitoCliente
main
# DIHitoCliente Aplicación cliente en Angular Ionic con conexión a la Api Servidor Node
Aplicación cliente en Angular Ionic
angular,http-client,ionic,javascript,typescript
2023-02-14T00:12:09Z
2023-02-14T23:23:52Z
null
1
0
10
0
0
2
null
null
TypeScript
darianchen/gothic-chess
main
null
null
chess,javascript,react
2023-02-24T15:54:07Z
2023-04-12T19:11:04Z
null
2
1
81
0
0
2
null
null
JavaScript
derektypist/coding-traineeship-projects
main
# Coding Traineeship Projects Coding Traineeship Program from [IT Career Switch](https://www.itcareerswitch.co.uk) in 4 steps. It consists of Introduction to Development, Full Stack Development (Practical Projects), Real World Projects and Portfolio Website. ## Completion of Step 1 - Introduction to Development The training is delivered via multimedia rich video tutorials, PowerPoint slides and quizzes. - [Certificate in HTML & CSS](Completion-Certificates/html-and-css.pdf) - [Certificate in JavaScript](Completion-Certificates/javascript.pdf) - [Certificate in Python](Completion-Certificates/python.pdf) ## Step 2 - Full Stack Development Studied Front-End Coding Languages, along with various Back-End Languages. Completed a number of mini-projects where I practiced my coding skills as I study through the material. On Codecademy. Completion Certificates - [Certificate in Bootstrap](Completion-Certificates/bootstrap.pdf) - [Certificate in Command Line](Completion-Certificates/commandline.pdf) - [Certificate in CSS](Completion-Certificates/css.pdf) - [Certificate in Full Stack Engineer](Completion-Certificates/full-stack-engineer.pdf) - [Certificate in HTML](Completion-Certificates/html.pdf) - [Certificate in JavaScript](Completion-Certificates/javascript-2.pdf) - [Certificate in jQuery](Completion-Certificates/jQuery.pdf) - [Certificate in NodeJS](Completion-Certificates/nodejs.pdf) - [Certificate in PHP](Completion-Certificates/php.pdf) - [Certificate in Python 3](Completion-Certificates/python-3.pdf) - [Certificate in React](Completion-Certificates/react.pdf) - [Certificate in SQL](Completion-Certificates/sql.pdf) Codecademy Assessement Test Based on Step 2 ![Completion of Step 2](Completion-Certificates/completion-step-2.png) ## Step 3 - Two Real World Projects As well as Two Real World Projects there is also a preparatory project. A GitHub Account has been in place. A web server has been set up with the latest version of XAMPP. A presence on the Internet has been set up. It is at [Derek Dhammaloka Website](https://www.derekdhammaloka.co.uk), web hosting account IONOS. Once I have completed task, project1 or project2, I email Nelson Dhlamini (nelson@itcareerswitch.co.uk) with the web address and the private GitHub Repository. I can get feedback. Tasks Completed - [API Table](https://www.derekdhammaloka.co.uk/task) - [Gazetteer](https://www.derekdhammaloka.co.uk/project1/) In Progress I am currently working on project2. ### Acknowledgements - [Atanas Dimitrov](https://github.com/atanas-dim) - [Codecademy](https://www.codecademy.com) - Nelson Dhlamini (Tutor at IT Career Switch) - Paddy Evans (Head Tutor & Coding Systems Development), including CodePen Suggestions - [Geonames](https://www.geonames.org) - [Stack Overflow](https://www.stackoverflow.com) - [W3Schools](https://www.w3schools.com) - [IONOS](https://www.ionos.co.uk) - [Google](https://www.google.co.uk) - [Open Cage Data](https://opencagedata.com/) - [Open Exchange Rates](https://openexchangerates.org/) - [News API](https://www.newsdata.io/) - [REST Countries](https://restcountries.com/) - [Esri](https://www.esri.com) for Satellite Map - [Stamen](https://www.stamen.com) for Toner View - [Carto](https://www.carto.com) for Positron View - [Open Street Map](https://www.openstreetmap.org) including [Copyright Information](https://www.openstreetmap.org/copyright) for Streets, Toner and Positron.
This repo is part of the IT Career Switch Coding Traineeship Program. I have practiced the projects and gained wide range of projects and gained wide range of web knowledge across multiple programming languages and libraries.
css3,html5,javascript,react,redux,api,backend,bootstrap,frontend,nodejs
2023-02-16T15:58:37Z
2024-01-24T10:13:39Z
null
1
0
795
0
1
2
null
null
JavaScript
RiversideValley/Plaza
main
# 🎍 Plaza #### Social media built for the future. > **Warning**</br>**Plaza has an extremely large amount of depenedencies and Riverside developers cannot commit to this project.** Due to this issue, we have no plan to run the binaries the project generates or continue work on this project. If you are interested in continuing this project yourself, please reach out via [`lamparter@theriversi.de`](mailto:lamparter@theriversi.de) <p align="center"> <a title="Codefactor" target="_blank" href="https://github.com/RiversideValley/Plaza/commits"> <img align="left" src="https://www.codefactor.io/repository/github/RiversideValley/Plaza/badge" alt="CodeFactor" /> </a> <a title="Localisation" target="_blank" href="https://translate.dev.plaza.theriversi.de"> <img align="left" src="https://badges.crowdin.net/plaza/localized.svg" alt="i18n Tracking" /> </a> <a title="Status" target="_blank" href="https://status.dev.plaza.theriversi.de"> <img align="left" src="https://betteruptime.com/status-badges/v1/monitor/npkl.svg" alt="Status" /> </a> <a title="Build" target="_blank" href="https://github.com/RiversideValley/Plaza/actions/workflows/build-image.yml"> <img align="left" src="https://github.com/RiversideValley/Plaza/actions/workflows/build-image.yml/badge.svg" alt="Build" /> </a> <a title="Javascript" target="_blank" href="https://github.com/RiversideValley/Plaza/actions/workflows/test-js.yml"> <img align="left" src="https://github.com/RiversideValley/Plaza/actions/workflows/test-js.yml/badge.svg" alt="Javascript" /> </a> </p> <br/> <br/> <p align="center"> <a title="Why is ActivityPub the future?" target="_blank" href="https://youtu.be/IPSbNdBmWKE"> <img src="https://blog.joinmastodon.org/2018/06/why-activitypub-is-the-future/ezgif-2-60f1b00403.gif" alt="Why is ActivityPub the future?" /> </a> </p> --- <!--## 🎁 Create an account ### Via desktop app ###### ⭐Recommended⭐ [`download`](https://apps.microsoft.com) [`sideload`](https://github.com/RiversideValley/Plaza/releases) ### Via webapp [`protocol interconnect`](https://andrexial.org.uk/auth/sign_up) ### Via android app [`sideload`](https://github.com/RiversideValley/Plaza/releases)--> ## 🤔 What is Plaza? Plaza is an open-source fluent ActivityPub social media network server powered by Ruby, Javascript and Sass for styling. It aims to bring social media together from a decentralised perspective. <!--## 📸 Screenshots <a title="Emerald Screenshot" target="_blank" href="https://github.com/RiversideValley/Plaza"> <img align="left" src="https://user-images.githubusercontent.com/82730163/210150183-fd324c12-5a90-4ffb-964d-c8ccae2c9cee.png" alt="Release" /> </a>--> ## 🪪 Hosting details #### Hosted in London. Currently hosted on `riverside` Hyperactive servers (yes, Riverside Valley _does_ have servers) in **London, UK**. Unit used is the most high-end model of Raspberry Pi, running Ubuntu. ###### 📝 Earlier versions were hosted in **Cleveland, USA** (via `vercel`) or **Southern UK** and operated via an interface server in the **Netherlands** (via `azure`). **Want to host Plaza yourself? 💭** TL;DR: you can't. ## 🦜 Contributing & feedback There are multiple ways to participate in the community: - Upvote popular feature requests - [Submit a new feature](https://github.com/RiversideValley/Plaza/pulls) - [File bugs and feature requests](https://github.com/RiversideValley/Plaza/issues/new/choose). - Review source [code changes](https://github.com/RiversideValley/Plaza/commits) ## 🏗️ Codebase Structure ```c . ├──.circleci // CircleCI configuration for building Plaza pipeline (disused) ├──.devcontainer // Scripts and preparation files for running Plaza in a development container such as github.dev ├──.github // Health files for GitHub such as issue templates ├──app // Collection of code files relating to the app's frontend ├──bin // Scripts for running and hosting Plaza ├──config // Code files relating to federated hosting and Ruby bootstrappers ├──db // Database files for Plaza's information database (Host-specific backend; reserved for Plaza hosting) ├──dist // Collection of code files relating app hosting on domains and port relations ├──lib // Code and file library ├──log // Hosting logs (Host-specific backend; reserved for Plaza hosting) ├──public // Static resource files ├──spec // Helpers, presenters, and other code models ├──streaming // (Host-specific backend; reserved for Plaza hosting) └──vendor // (Host-specific backend; reserved for Plaza hosting) ``` ## ⚖️ License Copyright (c) 2023 Riverside Valley Corporation (+ [`mastodon authors`](https://github.com/mastodon/mastodon/blob/main/AUTHORS.md)) Licensed under GNU Affero General Public License as stated in the [LICENSE](LICENSE.md): ``` Copyright (C) 2016-2022 Eugen Rochko & other Mastodon contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/. ```
Social media built for the future.
activitypub,mastodon,social-media,social-network,riversidevalley,javascript,ruby,ruby-on-rails,social
2023-02-11T08:53:03Z
2023-09-01T09:45:56Z
null
793
166
13,285
7
1
2
null
NOASSERTION
Ruby
dhiraj9022/portfolio
main
# portfolio ## welcome to my portfolio https://dhirajvishwakarma.netlify.app/
null
css,html5,javascript,portfolio-site,portfolio-website
2023-02-24T05:58:46Z
2023-02-24T06:07:32Z
null
1
0
2
0
0
2
null
null
HTML
dgmatias/ProjetoIntegrador_Senac
main
<h1> Busca Hotel </h1> <p> Um sistema de busca de quartos de hotel utilizando Java e banco de dados MySQL </p> <h2> Como iniciar o projeto </h2> <ul> <li> Criar uma pasta com o nome "WEB-INF" dentro do projeto (Obs: essa pasta "WEB-INF" tem que está vazia). </li> <br> <li> Dentro do PhpMyAdmin, colar o código.txt que está dentro da pasta SQL. </li> <br> <li> Dentro do NetBeans, adicionar na pasta Libraries os arquivos que estão dentro da pasta Arquivos-NetBeans </li> <br> </ul> <h2> Tecnologias </h2> <ul> <li> Html </li> <li> Css </li> <li> JavaScript </li> <li> Java </li> <li> MySql </li> </ul> <h2> Sistema Gerenciador de Banco de Dados (SGBD) </h2> <ul> <li> PhpMyAdmin </li> </ul> <h2> Ambiente de desenvolvimento integrado (IDE) </h2> <ul> <li> NetBeans </li> </ul>
Um sistema de busca de quartos de hotel utilizando Java e banco de dados MySQL
css,full-stack,html,java,javascript,mysql,webdevelopment
2023-02-23T21:42:11Z
2023-03-09T18:26:45Z
null
4
0
33
0
0
2
null
null
Java
KlaudiuszSoltysik/GeoBox
main
# GeoBox ## About GeoBox is my version of a geocaching website. I had put the visual aspects aside and focused on technical aspects. ## Presentation Video-presentation link: https://youtu.be/YkYYv8SgCME ## Functions An user can: - sign up (email, password and nickname) or log in - use remember me button - use show password button - receive email with token to activate account (token expires after 4h) - reset password (via email with token) - check his coordinates and position on the map (location and map are refreshed automatically) (Google Maps API) - all boxes are marked on the same map - if he uses a browser he can download PWA - navigate on the website and use links to other websites - browse all boxes (with pagination) (box card contains distance-meter and compas to every box made using geolocation in JS) (box card is the same color as box image dominant color) - filter nerby boxes (city and radius) (city hints based on database with cities, sorted by population) - sort boxes - navigate to the box - view comments (show more comments button instead pagination) Additionally, a logged in user can: - log out - add boxes (find me button automatically complete latitude and longitude form fields) - comment - add and delete (AJAX) comments - view account (with all comments and boxes) (edit and delete options)
A PWA webapp made with Django.
bootstrap,django,geolocation,google-maps,html,javascript,scss,python
2023-02-22T11:52:43Z
2023-03-25T14:18:50Z
null
1
0
34
0
0
2
null
null
Python
Akbarss/Sign-In-Google-next.js
main
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `pages/index.tsx`. 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.ts`. 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. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Sigh in With Google
javascript,mui-material,nextjs,reactjs,typescript
2023-02-12T13:09:26Z
2023-02-19T11:43:37Z
null
1
0
13
0
1
2
null
null
JavaScript
RoshanSharm836/Resume-builder
main
# Resume-builder <img width="1500" src="https://github.com/Roshanrocked/Resume-builder/blob/main/public/Screenshot%20(472).png" alt="Resume-builder"> <img width="1500" src="https://github.com/Roshanrocked/Resume-builder/blob/main/public/Screenshot%20(473).png" alt="Resume-builder"> <h1>About ✨</h1> <p> Our Perfect resume builder takes the hassle out of resume writing. Choose from several templates and follow easy prompts to create the perfect job-ready resume.</p> <h4>About this project</h4> <a target="_blank" href="https://fastresumes.netlify.app/">Netlify Link</a> <h1>Contributers:</h1> <ul> <li>Roshan Kumar</li> </ul> <h1>Tech Stack :</h1> <ul> <li>Node.js</li> <li>MongoDb</li> <li>Express.js</li> <li>React.js</li> <li>Javascript</li> </ul> <h1>Pages</h1> <ul> <li>Landing Page</li> <li>Basic deatails Page</li> <li>Education deatails Page</li> <li>Skills & hobbies Page</li> <li>Projects Deatails Page</li> <li>Resumes Page</li> </ul> <h1>HOW TO USE ✅</h1> <ul> <li>At First user has to click on Create resume button.</li> <li>After that user has to fill Basic deatails Page and click on next.</li> <li>After that user has to fill Education deatails Page and click on next.</li> <li>After that user has to fill Skills & hobbies deatails Page and click on next.</li> <li>After that user has to fill Projects deatails Page and click on Done.</li> <li>After that user can see preview of his resume.</li> <li>After that user can download that resume in pdf formate by clicking on Print this out!</li> </ul>
Our Perfect resume builder takes the hassle out of resume writing. Choose templates and follow easy prompts to create the perfect job-ready resume.
expressjs,javascript,mongodb,nodejs,reactjs
2023-02-24T10:15:04Z
2023-03-21T12:14:19Z
null
1
0
25
0
0
2
null
null
JavaScript
m1kethai/infinite-pokedex
master
# [Infinite Pokedex](catchemall.baby) A reponsive, single-page React web app, featuring a virtualized infinite scroll list component that contains every single Pokemon to date, with each row displaying the Pokemon name, ID, sprite & types. ![pokedex-readme-demo](https://user-images.githubusercontent.com/15115669/228356192-4e5a56b0-7ca9-4709-af51-4f75aef7ec3d.gif) *** ## Frameworks/Libraries: - React - Vite - TypeScript - Node.js - [@tanstack/react-query](https://tanstack.com/query) - for fetching, prefetching, data caching & memoization, and its powerful built-in `useInfiniteQuery` Hook - [@tanstack/react-virtual](https://tanstack.com/virtual/v3) - to virtualize the huge set of pokemon data, allowing the infinite list component tree to be rendered very quickly and efficiently, resulting in a smooth scrolling experience - Sass - Bulma - Lodash ## Local Installation/Usage 1) Clone this repository to your machine 2) Install dependencies by running `yarn` or `npm i` in the root directory 3) Start the local development server with `yarn dev` 4) Open your browser and go to http://localhost:5173 (or http://127.0.0.1:5173) - `react-query` comes bundled with a great set of built-in devtools, which are currently enabled by default in the local dev environment - click on the pink flower icon at the bottom-left corner of the page to see the inner workings of RQ's brilliant client-side cache - Feel free to mess around with these params to see if you can further improve/optimize the data fetching and list rendering efficiency: - `overscan` - the number of list items to render both above and below the the currently visible list items - `FETCH_LIMIT` - the number of items to be fetched in each new set of Pokemon data - `PREFETCH_IDX` - the number of rows from the bottom of the currently rendered list which, when its position is reached, triggers the next batch of Pokemon to be prefetched (higher values generally result in a longer load-times) ## Live Demo Check out the live demo at <https://catchemall.baby> *** *Thanks to [pokeapi.co](pokeapi.co) for providing the free Pokemon data API endpoints used in this application.*
Infinite scrolling Pokedex app made w/ React, react-query & react-virtual. Demonstrating large list virtualization, efficient rendering and intelligent prefetching + caching. 100% custom styles.
infinite-scroll,lazy-loading,list,react,react-query,react-virtual,scrolling,typescript,virtualization,virtualized
2023-02-16T21:04:44Z
2024-04-17T17:29:39Z
null
2
0
60
0
0
2
null
null
SCSS
iamaryanyadavv/apl-website-frontend
main
# APL Website Frontend Website created for APL Tournament. Using reactjs, nodejs and expressjs. Store form data in google sheets and google drive folder using gsheets-api and gdrive-api. # How to run locally 1. git clone repo 2. run "npm install" to install dependencies 3. run "npm start" to run using react-script "start" It should start on port 3000.
Website created for APL Tournament. Using reactjs, nodejs and expressjs. Store form data in google sheets and google drive folder using gsheets-api and gdrive-api.
css3,html5,javascript,nextui,reactjs
2023-02-15T11:27:17Z
2024-04-21T09:07:20Z
null
2
1
382
1
1
2
null
null
JavaScript
DreaRuiz/Creatica
master
# CREATICA Application for managing projects and organizing the development process. You can access the project [here](https://creatica-drearuiz.vercel.app/) ## Built With React js & Vite ## Developer [Drea Ruiz](https://github.com/drearuiz/) ## What it does This application allows you to find: - Information about the different phases of the project process. - Support material for carrying out a project. - Viewer of which phase of the project creation process you are in. - Tracking your daily state of motivation, creativity, productivity, concentration and socialization. - Recommendations based on the tracking you have marked on the day. - Task manager with specific information (duration, phase of the project process and relevance). - Organization of tasks by relevance. ## Technologies - Vite - React - React-router-dom - React Responsive - Firebase - Firestore ## Tools - Tailwind - DaisyUI - Fortawesome ## How to Install 1. Clone > `git clone https://github.com/DreaRuiz/Creatica.git` 2. Enter the folder > `cd <creatica>` 3. Install dependencies >`npm install` 4. Run >`npm run start` ## Application ![mockupCreatica](https://user-images.githubusercontent.com/108264052/224997546-8bb9ea4f-df02-4f58-ac79-b43050806929.png)
Application for managing projects and organizing the development process.
firebase,javascript,reactjs,daisyui,firestore,tailwind
2023-02-14T14:02:35Z
2023-05-10T08:27:38Z
null
1
0
52
0
0
2
null
null
JavaScript
Anandkr21/Covid-Vaccination
main
# Covid-19 Vaccination Website <a href="https://graceful-pie-7f2ccf.netlify.app/">Live View</a> This website is made for <a href="https://graceful-pie-7f2ccf.netlify.app/">Covid-19 Vaccination</a> so that people can vaccinate and prevent their self and stop spreading Corona Virus to others. Users can click on navbar to get more information about website and also can Register and Login on this website. ## Follow some simple steps for vaccination:- 1. Register First 2. Go to Dashboard 3. Click on vaccinate 4. Enter OTP and wait for some time 5. After 10-12 sec. it will pop up that you are successfully vaccinated 6. Go to Vaccinated page and Download PDF **_Visit here 👉 [click](https://graceful-pie-7f2ccf.netlify.app/)._** ## Features - Registration - Filter by Name - Filter by Vaccine - Deletion - Download PDF - FAQ section ## Here are screenshots that show the application in use. <hr/> <br> <h2 align="center">Registration Page</h2> <p align="center">The Registration Page displays a complete overview of the website. The features and links to the whole page.</p> ![registration](https://user-images.githubusercontent.com/113422735/229343335-5706f8d2-4a3d-4fcd-a8e0-04e48289135d.png) <br> <h2 align="center">Total Vaccination Dossess and Total Registration Done Today</h2> <p align="center">3 Easy steps to get Vaccinated</p> ![2023-02-21T22_46_46](https://user-images.githubusercontent.com/113422735/220415371-54764588-0219-42ee-a9c2-0b7ba964b123.png) <br> <h2 align="center">Dashboard</h2> <p align="center">Here we can see all the people who have done their registration and waiting for vaccination</p> ![dashboard](https://user-images.githubusercontent.com/113422735/229343365-adcee033-4ef9-495b-8e7b-19ff9e6447ff.png) <br> <h2 align="center">Vaccinated Page</h2> <p align="center">All the is here who have Vaccinated Successfully and PDF data can be download.</p> ![vaccinated](https://user-images.githubusercontent.com/113422735/229343359-ee2f08d9-5dd9-4025-a180-ce7ae05f2e0b.png) ## 🛠 Tech Stack - HTML - CSS - Javascript ## Team Size - Individual ## Feedback If you have any feedback, please reach out to me at anandkumargupta.akg15@gmail.com ## Author - [@anandkumar](https://github.com/Anandkr21)
Covid-19 Vaccination website build by me user can vaccinate in just 3 simple steps and can prevent from Corona Virus.
css,html,javascript
2023-02-14T11:11:00Z
2023-04-02T09:07:40Z
null
1
0
15
0
0
2
null
null
HTML
MassiGy/trends_app
master
# Welcome Trends app. <br> ## Used technologies: - Nodejs/Expressjs for the backend. - Mysql for the database. - File system api for the session store. - Bcryptjs for a localStrategy based authentication. - Git for source code control. <br> --- ## How to contribute: In short you need to: - Fork the project. - Clone the forked repo locally. - Add some great stuff locally, push to your forked repo. - Then fire up a pull request to this repo. For more details, here are the steps to follow along. - **First, fork the project on github.** - **Use git to clone & setup your forked project locally.** <br> ```sh # after cloning, navigate to the project # to sync with origin git remote add upstream <main_repo_url> git remote add origin <your_forked_repo_url> # to setup your locat dev branch git branch your_local_branch git checkout your_local_branch # to add your changes git add * git commit -m "+your_local_branch: your commit here" # push to your forked repo git push origin your_local_branch ``` <br> - **Now, that your work is on github, you can go ahead & fire up a pull request.** After doing so, I will be prompted to review your code to see if it will be merged or not. Thanks for your hard work & take care! <br> Also by doing so, if any updates are made to the main repo `master` branch, you can easily get the latest updates with `git pull upstream master` ---
This Express/MySQL api illustrates the usecase of Express along side MySql
git,github,env,express,javascript,mvc,mysql,nodejs,npm
2023-02-18T23:02:11Z
2023-05-24T12:37:12Z
null
2
2
26
1
1
2
null
null
JavaScript
ChimPlanet/ChimPlanet-front
master
null
null
javascript,jest,react,recoil
2023-02-18T12:06:07Z
2023-08-24T05:13:21Z
2023-05-07T14:13:22Z
5
67
447
4
0
2
null
null
JavaScript
brayanrodallega/curso-ecmascript-platzi
main
null
Curso de ECMAScript: Historia y Versiones de JavaScript
ecmascript,ecmascript6,javascript
2023-02-21T00:51:00Z
2023-02-22T23:24:16Z
null
1
0
41
0
0
2
null
null
JavaScript
GeorgePires/virtual-wallet
main
<br> <div align="center"> <img alt="app-virtual-wallet" src=".github/capa.png" width="95%"> </div> <br> ## 💻 Projeto **Virtual wallet manager - Gerenciar usuários e suas carteiras virtuais** - [Descrição do projeto](https://github.com/forlav/challenge-2) - [Deploy - Acesse o projeto](https://virtual-wallet-gp.fly.dev/) ## 🚀 Tecnologias - Ruby 3.2.0 - Rails 7.0.4 - PostgreSQL - Hotwire - (Turbo e Stimulus) - Tailwind CSS - Importmap - Gem: Devise - Gem: Rspec - Gem: Factory_bot - Gem: Rswag - Swagger - Gem: Active model serializers - Deploy ~> Fly.io ## 💥 Funcionalidades **WEB** - [x] Login - Admin - [x] CRUD de Usuários - [x] Creditar ou debitar dinheiro na carteira do usuário - [x] Histórico de transações realizadas ordenadas por data e hora **API** - [x] GET: Listar usuários. - [x] GET: Obter o saldo atual de um usuário - [x] GET: Listar ás transacões de um usuário - [x] POST: Creditar valor na conta do usuário - [x] POST: Debitar valor do usuário ## ⚡ Instalando o Projeto ```bash # clonar o projeto git clone git@github.com:GeorgePires/virtual-wallet.git # entre no diretório clonado cd virtual-wallet # instalar dependências do Ruby on Rails bundle install # instalar dependências do Node npm install # criar os bancos de dados e adicionar admin e user rails dev:setup ``` ```bash # Admin de exemplo - Admin: admin@gmail.com | senha: 123246 ``` ```bash # executar o projeto ./bin/dev Entre no endereço: http://localhost:3000 ``` ## 🔰 API Virtual Wallets ```bash # Swagger - http://localhost:3000/api-docs ``` <div align="center"> <img alt="routes-api" src=".github/routes-api.png"> </div> <br>
Virtual Wallets Manager
javascript,rails-api,rails7,ruby,swagger,tailwind-css
2023-02-24T21:00:52Z
2023-05-15T21:13:56Z
null
1
39
107
0
0
2
null
null
Ruby
Chandan9898Kumar/Forming_Basic_Weather
master
[![Continuous Integration (CI)](https://github.com/Chandan9898Kumar/Forming_Basic_Weather/actions/workflows/Continuous_Integration.yml/badge.svg)](https://github.com/Chandan9898Kumar/Forming_Basic_Weather/actions/workflows/Continuous_Integration.yml) # 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. ### Icon Used -> `npm install react-icons` `npm install react-icons --save`
weather app built in React which shows weather condition based on days.
bootstrap,css3,html5,javascript,material-ui,reactjs,sass,semantic-ui
2023-02-24T13:03:44Z
2023-12-08T09:54:08Z
null
1
22
40
0
0
2
null
MIT
JavaScript
Inna-Mykytiuk/goit-js-hw-09
main
**Read in other languages: [Русский](README.md), [Polski](README.pl.md).** # Parcel template Этот проект был создан при помощи Parcel. Для знакомства и настройки дополнительных возможностей [обратись к документации](https://parceljs.org/). ## Подготовка нового проекта 1. Убедись что на компьютере установлена LTS-версия Node.js. [Скачай и установи](https://nodejs.org/en/) её если необходимо. 2. Склонируй этот репозиторий. 3. Измени имя папки с `parcel-project-template` на имя своего проекта. 4. Создай новый пустой репозиторий на GitHub. 5. Открой проект в VSCode, запусти терминал и свяжи проект с GitHub-репозиторием [по инструкции](https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories#changing-a-remote-repositorys-url). 6. Установи зависимости проекта в терминале командой `npm install` . 7. Запусти режим разработки, выполнив команду `npm start`. 8. Перейди в браузере по адресу [http://localhost:1234](http://localhost:1234). Эта страница будет автоматически перезагружаться после сохранения изменений в файлах проекта. ## Файлы и папки - Все паршалы файлов стилей должны лежать в папке `src/sass` и импортироваться в файлы стилей страниц. Например, для `index.html` файл стилей называется `index.scss`. - Изображения добавляй в папку `src/images`. Сборщик оптимизирует их, но только при деплое продакшн версии проекта. Все это происходит в облаке, чтобы не нагружать твой компьютер, так как на слабых машинах это может занять много времени. ## Деплой Для настройки деплоя проекта необходимо выполнить несколько дополнительных шагов по настройке твоего репозитория. Зайди во вкладку `Settings` и в подсекции `Actions` выбери выбери пункт `General`. ![GitHub actions settings](./assets/actions-config-step-1.png) Пролистай страницу до последней секции, в которой убедись что выбраны опции как на следующем изображении и нажми `Save`. Без этих настроек у сборки будет недостаточно прав для автоматизации процесса деплоя. ![GitHub actions settings](./assets/actions-config-step-2.png) Продакшн версия проекта будет автоматически собираться и деплоиться на GitHub Pages, в ветку `gh-pages`, каждый раз когда обновляется ветка `main`. Например, после прямого пуша или принятого пул-реквеста. Для этого необходимо в файле `package.json` отредактировать поле `homepage` и скрипт `build`, заменив `your_username` и `your_repo_name` на свои, и отправить изменения на GitHub. ```json "homepage": "https://your_username.github.io/your_repo_name/", "scripts": { "build": "parcel build src/*.html --public-url /your_repo_name/" }, ``` Далее необходимо зайти в настройки GitHub-репозитория (`Settings` > `Pages`) и выставить раздачу продакшн версии файлов из папки `/root` ветки `gh-pages`, если это небыло сделано автоматически. ![GitHub Pages settings](./assets/repo-settings.png) ### Статус деплоя Статус деплоя крайнего коммита отображается иконкой возле его идентификатора. - **Желтый цвет** - выполняется сборка и деплой проекта. - **Зеленый цвет** - деплой завершился успешно. - **Красный цвет** - во время линтинга, сборки или деплоя произошла ошибка. Более детальную информацию о статусе можно посмотреть кликнув по иконке, и в выпадающем окне перейти по ссылке `Details`. ![Deployment status](./assets/status.png) ### Живая страница Через какое-то время, обычно пару минут, живую страницу можно будет посмотреть по адресу указанному в отредактированном свойстве `homepage`. Например, вот ссылка на живую версию для этого репозитория [https://goitacademy.github.io/parcel-project-template](https://goitacademy.github.io/parcel-project-template). Если открывается пустая страница, убедись что во вкладке `Console` нет ошибок связанных с неправильными путями к CSS и JS файлам проекта (**404**). Скорее всего у тебя неправильное значение свойства `homepage` или скрипта `build` в файле `package.json`. ## Как это работает ![How it works](./assets/how-it-works.png) 1. После каждого пуша в ветку `main` GitHub-репозитория, запускается специальный скрипт (GitHub Action) из файла `.github/workflows/deploy.yml`. 2. Все файлы репозитория копируются на сервер, где проект инициализируется и проходит сборку перед деплоем. 3. Если все шаги прошли успешно, собранная продакшн версия файлов проекта отправляется в ветку `gh-pages`. В противном случае, в логе выполнения скрипта будет указано в чем проблема.
null
css,html5,javascript
2023-02-11T10:47:33Z
2023-03-01T17:25:15Z
null
1
0
8
0
0
2
null
null
JavaScript
younusaliakash/vanilla-js-custom-video-player
master
## Custom Video Player Custom video player using the HTML5 video element and it's JavaScript API with a custom design ## Project Specifications - Display custom video player styled with CSS - Play/pause - Stop - Video progress bar - Set progress bar time - Display time in mins and seconds <img src="./custom-video-player.gif" alt="vanilla-js-custom-video-player">
Custom video player using the HTML5 video element and it's JavaScript API with a custom design
css,dom-manipulation,html,javascript,video-api
2023-02-24T18:32:12Z
2023-04-05T18:14:08Z
null
1
0
2
0
0
2
null
null
CSS
adityak714/distrb-systems-availabilitychecker
main
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) # T2 Availability Checker This repository is in charge of accepting or rejecting the appointment requested by the user by making sure that the desired time is not booked by any other user. This module provides the functionality to access the database and check for the selected time availability. This platform has been developed using a [**Clean Architecture**](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) and referring to **SOLID Principles**. That is, group the different classes that we were using in different folders such as Infrastructure, Application and Domain in order to keep clear the sepparation of concerns. Having these folders helped us understand where each functionality of the program was located and thus maintain a certain order in the creation of the code. ## 🛠 Pre-Requirements There are some technical requirements that need to be taken into consideration before having full access to the program's functionality, such as: - Install a suitable IDE for TypeScript (recommending [Visual Studio Code](https://visualstudio.microsoft.com/)) - Installing [NodeJS](https://nodejs.org/en/download/) V14.21.2 or greater - Installing [Mongoose](https://mongoosejs.com/) (MongoDB object-database mapper) In order to install the **required packages** for the system to execute, make sure to run the following command: ``` npm i ``` Furthermore, this module establishes communication with others via **MQTT** via [HiveMQ](https://www.hivemq.com/) which is a standard messaging protocol. Having MQTT publish/subscribe protocol provides a scalable and reliable way to connect devices over the Internet Some more information about the MQTT protocol can be read [here](https://www.hivemq.com/docs/hivemq/4.10/user-guide/introduction.html) ## 🚀 Getting Started - Would be to **clone** the repository from GitLab HTTPS ``` https://git.chalmers.se/courses/dit355/dit356-2022/t-2/T2-AvailabilityChecker.git ``` SSH ``` git@git.chalmers.se:courses/dit355/dit356-2022/t-2/T2-AvailabilityChecker.git ``` - Open the project in the selected IDE - Once the repository has been succesfully cloned in your machine and having installed all of the **dependencies** via npm. Open a terminal in your preferred IDE where this project has been opened in and run the following command to **execute the module** and leave it ready for communication with the others: ``` cd src/Infrastructure/Controllers/ npm run compile node Main.js ``` ## 👤 Authors and acknowledgment Aditya - @adityaa Aleksey - @aleksey Danesh - @daneshm Andrea - @fulger Kwabena - @kwabenaa Anton - @antongol Oscar - @scarr
A module part of a distributed dentist booking system for DIT356, that is responsible for actively checking availability of time as users book slots in real-time.
mqtt,javascript,typescript
2023-02-14T09:25:27Z
2023-01-09T09:16:51Z
null
3
0
55
0
0
2
null
null
JavaScript
polinaavdeeva/mesto
main
# Educational purpose project "Mesto" on vanilla JS from [Yandex Practicum](https://practicum.yandex.ru/) Web-developer course. ## Description Project `Mesto` is an interactive responsive page where users can share photos, delete and like them, change user information and avatar. Forms are validated on the client side. The purpose of the project is to train Asynchronous JavaScript, OOP and API. [Deploy](https://polinaavdeeva.github.io/mesto/) ## Functionality * Edit user data * Update avatar * Add a new card * Put and remove likes (including like counter) * Modal window with an enlarged photo of the card * Delete a card created by the user with a confirmation modal window ## Technologies * HTML * BEM * CSS * Flexbox * GRID * Java Script (Asynchronous JS, OOP, DOM, API, Fetch API) * Client-side form validation * Webpack ## Usage Clone repository: `git clone git@github.com:ppolinaavdeeva/mesto.git` Install dependencies: `npm install` Run app: `npm run start` ## Figma design * [Figma layout 1](https://www.figma.com/file/2cn9N9jSkmxD84oJik7xL7/JavaScript.-Sprint-4?node-id=0%3A1) * [Figma layout 2](https://www.figma.com/file/bjyvbKKJN2naO0ucURl2Z0/JavaScript.-Sprint-5?node-id=0-1&t=2IBiYuzBJASdL3j4-0) * [Figma layout 3](https://www.figma.com/file/kRVLKwYG3d1HGLvh7JFWRT/JavaScript.-Sprint-6?node-id=0-1&t=dDAEaAH6jCRnbhd8-0) * [Figma layout 4](https://www.figma.com/file/PSdQFRHoxXJFs2FH8IXViF/JavaScript.-Sprint-9?type=design&node-id=0-1)
Проект: Место
css,html,javascript,js,web,frontend,webpack
2023-02-10T01:32:07Z
2024-03-15T22:57:56Z
null
1
0
105
0
0
2
null
null
JavaScript
mrdanishsaleem/mrdanishsaleem-npm-cli
main
# mrdanishsaleem-npm-cli This is a command-line interface (CLI) tool that allows you to create and manage your npm packages easily. ## Features - Initialize a new npm package with a template package.json file - Publish your package to the npm registry with one command - Update your package version and tag it with git - Run scripts and tests for your package - Install dependencies and devDependencies for your package ## Installation To install this CLI tool globally, run: ```bash npm install -g mrdanishsaleem-npm-cli ``` ## Usage To use this CLI tool, run: mrdanishsaleem [command] [options] The available commands are: `init`: Initialize a new npm package in the current directory `publish`: Publish your package to the npm registry `update`: Update your package version and tag it with git `run`: Run scripts and tests for your package `install`: Install dependencies and devDependencies for your package For more details on each command, run: `mrdanishsaleem help [command]` ## License This project is licensed under the MIT License - see the LICENSE file for details.
This is a command-line interface (CLI) tool that allows you to create and manage your npm packages easily.
javascript,npm-cli,npm-package
2023-02-22T09:39:20Z
2023-12-27T10:02:44Z
null
1
0
21
0
0
2
null
GPL-3.0
JavaScript
GabrielFlores8227/My-Website
main
<div align="center"> <a href="https://www.gabriel-flores.dev/" target="_blank"> <img src='https://www.gabriel-flores.dev/assets/images/logo/small-logo.png' height='110'> </a> </div> <h1 align="center"> gabriel-flores.dev - v2 </h1> <p align="center"> The second iteration of <a href="https://www.gabriel-flores.dev/" target="_blank">gabriel-flores.dev</a> built with pure JavaScript and hosted with AWS Amplify </p> <p align="center"> <img src="https://img.shields.io/badge/version-2.0.0-blue" alt="version"> </p> [![Gabriel Flores](https://github.com/GabrielFlores8227/GabrielFlores8227/blob/main/global-assets/My-Website/banner.png)](https://www.gabriel-flores.dev/) ## 📝 Description <p> 🤠 My personal website, where I showcase my projects and share my favorite repositories. It's a digital space that gives you a glimpse into my world as a developer and lets you explore my creative endeavors. </p> ## 🔨 Tools <ul> <li>AWS Amplify (Hosted)</li> <li>Html</li> <li>Sass & Css</li> <li>JavaScript</li> </ul> ## 🎨 Color Reference | Color | Hex | | -------------- | ------------------------------------------------------------------ | | Green | ![#4EB254](https://via.placeholder.com/10/4EB254?text=+) `#4EB254` | | Black | ![#000000](https://via.placeholder.com/10/000000?text=+) `#000000` | | Gray | ![#828282](https://via.placeholder.com/10/828282?text=+) `#828282` | | White | ![#FFFFFF](https://via.placeholder.com/10/FFFFFF?text=+) `#FFFFFF` | ## 👏🏼 Support and Inspiration <ul> <li> <a href="https://github.com/bchiang7" target="_blank"> bchiang7 </a> </li> <li> Supported by the companies Menck, Almeida, and Flores </li> </ul> ## 📖 License This script is licensed under the GNU General Public License, Version 3, 29 June 2007. Feel free to use, modify, and distribute this script as per the terms of the license. [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://opensource.org/licenses/GPL-3.0)
🤠 My personal website, where I showcase my projects and share my favorite repositories. It's a digital space that gives you a glimpse into my world as a developer and lets you explore my creative endeavors.
css,html,javascript,portfolio
2023-02-24T21:05:36Z
2024-04-03T22:34:32Z
null
2
1
157
0
0
2
null
GPL-3.0
JavaScript
supunxiii/yatra-website
main
# yatra-website a website made to aid the economy of a country by promoting tourism. designed & developed by: supun seth xiii in July 2022. live at: https://supunxiii.github.io/yatra-website/index.html this website is mobile responsive.
a website made to aid the economy of a country by promoting tourism.
css,css3,freshman,freshman-year,frontend,html,html-css-javascript,html5,javascript,mobile-responsive
2023-02-15T19:59:13Z
2023-02-22T04:50:50Z
null
1
0
32
0
0
2
null
null
HTML
Kodiererin/ITER-Assignment
main
# College Files This repository has all the Classworks,Assignments and Projects of the 1st 2nd and 3rd Year respectively. Feel free to explore the repository. ## Authors - [@Ujjwal](https://github.com/Kodiererin)
The repository is organized into folders based on the year and semesters and contains code examples, exercises, and projects that demonstrate the practical application of the concepts covered in the classroom.
bootstrap4,bootstrap5,css,html,html5,java,javascript,jquery,c,python
2023-02-16T06:24:45Z
2024-05-05T05:36:17Z
null
1
3
176
0
1
2
null
null
Java
alexanderternst/Homepage_New
master
# Homepage New Webseite welche Informationen über mich und meine Projekte bietet. Diese Webseite wurde mit HTML, Bootstrap und Styling durch CSS erstellt. Die Webseite können Sie unter der URL [alexanderernst.ch](https://alexanderernst.ch) finden. Dies ist eine nachfolger Webseite zur ersten Homepage und wird eventuell die alte homepage ablösen.
Webseite meiner neuen Homepage
css,html,javascript
2023-02-20T21:00:46Z
2024-05-14T07:27:53Z
null
1
1
33
0
0
2
null
null
HTML
tejack3098/College-Data-Scrapper
main
# College-Data-Scrapper The College Data Scraper is a web application that scrapes data from college websites and creates a dataset of various features of the college such as the number of faculty, student intake, placement activity, social and sports achievements, and more. This dataset can be used by students to decide which college is best suited for them for admission as per their area of interest. ## Technologies Used: - Python - Flask - JavaScript - HTML - CSS ## Methodology: - The College Data Scraper uses web scraping techniques to extract information from college websites. It uses Python programming language, along with libraries such as BeautifulSoup and Requests, to scrape data from the HTML format of the websites. - The application sends an HTTP request to the URL of the webpage to access it. Once the HTML content is accessed, the data is parsed and transformed from unstructured data to structured data. For parsing, the application uses html5lib, which is an advanced HTML parser library, and for navigating and searching the parse tree, it uses BeautifulSoup, a Python library for pulling data out of HTML and XML files. - The scraped data is then organized into a dataset, which can be used by students to compare colleges and choose the best option for them. The College Data Scraper is a valuable tool for students who are in the process of choosing a college. It provides a dataset of various features of different colleges, which can be used to make an informed decision. The project involved learning and implementing web scraping techniques, using Python, Flask, JavaScript, HTML, and CSS. The project is further extendable to include additional features and make it more user-friendly.
web application that scrapes data from college websites and creates a dataset of various features of the college
beautifulsoup4,flask,javascript,python,web-scrapping
2023-02-18T15:10:31Z
2023-02-18T15:14:59Z
null
1
0
3
0
0
2
null
null
Jupyter Notebook
Ajit-kumar-khatua/Clone-of-Slido
main
<h1>EasyPoll.com</h1> This is the website where user can create any type of poll and take responses from different users in real time. <br> This is the clone of Slido.com. <br> <br> Deployed Link:-https://polleasy123.netlify.app/ <br> Original Website Link:- https://www.slido.com/ <h1>Tech Stacks used</h1> <p>FrontEnd:- HTML,CSS,JavaScript</p> <p>Backend:- NODE JS, Express, Socket.io </p> <p>Database:- MongoDB</p> <h1>Screenshots<h1> <h2>Home Page</h2> <img src="https://www.linkpicture.com/q/Home-Page.png" type="image"> <h2>Signup Page</h2> <img src="https://www.linkpicture.com/q/Signup-Page.png" type="image"> <h2>Login Page</h2> <img src="https://www.linkpicture.com/q/Login-Page.png" type="image"> <h2>Events Page</h2> <img src="https://www.linkpicture.com/q/Event-Page.png" type="image"> <h2>Poll Page</h2> <img src="https://www.linkpicture.com/q/Create-Poll.png" type="image"> <h2>USer Response Page</h2> <img src="https://www.linkpicture.com/q/User-response.png" type="image">
This is a clone of Slido website where a user can create a poll and take responses from different users in real time.
css,html,javascript,mongodb,nodejs,socket-io
2023-02-21T02:50:31Z
2023-05-19T06:18:08Z
null
5
25
69
1
3
2
null
null
HTML
seanpm2001/Bliss_Browser_JQuery
Bliss_Browser_JQuery_Main-dev
*** # <projectName> ![{Project icon} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image.svg) # By: <!-- ![{Developer name} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image2.svg) !--> ## [Seanpm2001](https://github.com/seanpm2001/), [<developerName>](https://github.com/<developerName>/) Et; Al. ### Top # `README.md` *** ## Read this article in a different language **Sorted by:** `A-Z` [Sorting options unavailable](https://github.com/<developerName>/<repoName>) ( [af Afrikaans](/.github/README_AF.md) Afrikaans | [sq Shqiptare](/.github/README_SQ.md) Albanian | [am አማርኛ](/.github/README_AM.md) Amharic | [ar عربى](/.github/README_AR.md) Arabic | [hy հայերեն](/.github/README_HY.md) Armenian | [az Azərbaycan dili](/.github/README_AZ.md) Azerbaijani | [eu Euskara](/.github/README_EU.md) Basque | [be Беларуская](/.github/README_BE.md) Belarusian | [bn বাংলা](/.github/README_BN.md) Bengali | [bs Bosanski](/.github/README_BS.md) Bosnian | [bg български](/.github/README_BG.md) Bulgarian | [ca Català](/.github/README_CA.md) Catalan | [ceb Sugbuanon](/.github/README_CEB.md) Cebuano | [ny Chichewa](/.github/README_NY.md) Chichewa | [zh-CN 简体中文](/.github/README_ZH-CN.md) Chinese (Simplified) | [zh-t 中國傳統的)](/.github/README_ZH-T.md) Chinese (Traditional) | [co Corsu](/.github/README_CO.md) Corsican | [hr Hrvatski](/.github/README_HR.md) Croatian | [cs čeština](/.github/README_CS.md) Czech | [da dansk](README_DA.md) Danish | [nl Nederlands](/.github/README_NL.md) Dutch | [**en-us English**](/.github/README.md) English | [EO Esperanto](/.github/README_EO.md) Esperanto | [et Eestlane](/.github/README_ET.md) Estonian | [tl Pilipino](/.github/README_TL.md) Filipino | [fi Suomalainen](/.github/README_FI.md) Finnish | [fr français](/.github/README_FR.md) French | [fy Frysk](/.github/README_FY.md) Frisian | [gl Galego](/.github/README_GL.md) Galician | [ka ქართველი](/.github/README_KA) Georgian | [de Deutsch](/.github/README_DE.md) German | [el Ελληνικά](/.github/README_EL.md) Greek | [gu ગુજરાતી](/.github/README_GU.md) Gujarati | [ht Kreyòl ayisyen](/.github/README_HT.md) Haitian Creole | [ha Hausa](/.github/README_HA.md) Hausa | [haw Ōlelo Hawaiʻi](/.github/README_HAW.md) Hawaiian | [he עִברִית](/.github/README_HE.md) Hebrew | [hi हिन्दी](/.github/README_HI.md) Hindi | [hmn Hmong](/.github/README_HMN.md) Hmong | [hu Magyar](/.github/README_HU.md) Hungarian | [is Íslenska](/.github/README_IS.md) Icelandic | [ig Igbo](/.github/README_IG.md) Igbo | [id bahasa Indonesia](/.github/README_ID.md) Icelandic | [ga Gaeilge](/.github/README_GA.md) Irish | [it Italiana/Italiano](/.github/README_IT.md) | [ja 日本語](/.github/README_JA.md) Japanese | [jw Wong jawa](/.github/README_JW.md) Javanese | [kn ಕನ್ನಡ](/.github/README_KN.md) Kannada | [kk Қазақ](/.github/README_KK.md) Kazakh | [km ខ្មែរ](/.github/README_KM.md) Khmer | [rw Kinyarwanda](/.github/README_RW.md) Kinyarwanda | [ko-south 韓國語](/.github/README_KO_SOUTH.md) Korean (South) | [ko-north 문화어](README_KO_NORTH.md) Korean (North) (NOT YET TRANSLATED) | [ku Kurdî](/.github/README_KU.md) Kurdish (Kurmanji) | [ky Кыргызча](/.github/README_KY.md) Kyrgyz | [lo ລາວ](/.github/README_LO.md) Lao | [la Latine](/.github/README_LA.md) Latin | [lt Lietuvis](/.github/README_LT.md) Lithuanian | [lb Lëtzebuergesch](/.github/README_LB.md) Luxembourgish | [mk Македонски](/.github/README_MK.md) Macedonian | [mg Malagasy](/.github/README_MG.md) Malagasy | [ms Bahasa Melayu](/.github/README_MS.md) Malay | [ml മലയാളം](/.github/README_ML.md) Malayalam | [mt Malti](/.github/README_MT.md) Maltese | [mi Maori](/.github/README_MI.md) Maori | [mr मराठी](/.github/README_MR.md) Marathi | [mn Монгол](/.github/README_MN.md) Mongolian | [my မြန်မာ](/.github/README_MY.md) Myanmar (Burmese) | [ne नेपाली](/.github/README_NE.md) Nepali | [no norsk](/.github/README_NO.md) Norwegian | [or ଓଡିଆ (ଓଡିଆ)](/.github/README_OR.md) Odia (Oriya) | [ps پښتو](/.github/README_PS.md) Pashto | [fa فارسی](/.github/README_FA.md) |Persian [pl polski](/.github/README_PL.md) Polish | [pt português](/.github/README_PT.md) Portuguese | [pa ਪੰਜਾਬੀ](/.github/README_PA.md) Punjabi | No languages available that start with the letter Q | [ro Română](/.github/README_RO.md) Romanian | [ru русский](/.github/README_RU.md) Russian | [sm Faasamoa](/.github/README_SM.md) Samoan | [gd Gàidhlig na h-Alba](/.github/README_GD.md) Scots Gaelic | [sr Српски](/.github/README_SR.md) Serbian | [st Sesotho](/.github/README_ST.md) Sesotho | [sn Shona](/.github/README_SN.md) Shona | [sd سنڌي](/.github/README_SD.md) Sindhi | [si සිංහල](/.github/README_SI.md) Sinhala | [sk Slovák](/.github/README_SK.md) Slovak | [sl Slovenščina](/.github/README_SL.md) Slovenian | [so Soomaali](/.github/README_SO.md) Somali | [[es en español](/.github/README_ES.md) Spanish | [su Sundanis](/.github/README_SU.md) Sundanese | [sw Kiswahili](/.github/README_SW.md) Swahili | [sv Svenska](/.github/README_SV.md) Swedish | [tg Тоҷикӣ](/.github/README_TG.md) Tajik | [ta தமிழ்](/.github/README_TA.md) Tamil | [tt Татар](/.github/README_TT.md) Tatar | [te తెలుగు](/.github/README_TE.md) Telugu | [th ไทย](/.github/README_TH.md) Thai | [tr Türk](/.github/README_TR.md) Turkish | [tk Türkmenler](/.github/README_TK.md) Turkmen | [uk Український](/.github/README_UK.md) Ukrainian | [ur اردو](/.github/README_UR.md) Urdu | [ug ئۇيغۇر](/.github/README_UG.md) Uyghur | [uz O'zbek](/.github/README_UZ.md) Uzbek | [vi Tiếng Việt](/.github/README_VI.md) Vietnamese | [cy Cymraeg](/.github/README_CY.md) Welsh | [xh isiXhosa](/.github/README_XH.md) Xhosa | [yi יידיש](/.github/README_YI.md) Yiddish | [yo Yoruba](/.github/README_YO.md) Yoruba | [zu Zulu](/.github/README_ZU.md) Zulu ) Available in 110 languages (108 when not counting English and North Korean, as North Korean has not been translated yet [Read about it here](/OldVersions/Korean(North)/README.md)) Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors [here](https://github.com/<developerName>/<repoName>/issues/). Make sure to backup your correction with sources and guide me, as I don't know languages other than English well (I plan on getting a translator eventually) please cite [wiktionary](https://en.wiktionary.org) and other sources in your report. Failing to do so will result in a rejection of the correction being published. Note: due to limitations with GitHub's interpretation of markdown (and pretty much every other web-based interpretation of markdown) clicking these links will redirect you to a separate file on a separate page that isn't the intended page. You will be redirected to the [.github folder](/.github/) of this project, where the README translations are hosted. Translations are currently done with Bing translate and DeepL. Support for Google Translate translations is coming to a close due to privacy concerns. *** # Index [00.0 - Top](#Top) > [00.1 - Title](#<projectName>) > [00.2 - Read this article in a different language](#Read-this-article-in-a-different-language) > [00.3 - Index](#Index) [01.0 - Description](#RepositoryName) [02.0 - About](#About) [03.0 - Wiki](#Wiki) [04.0 - History](#History) > [04.1 - Pre-history](#Pre-history) > [04.2 - Alpha History](#Alpha-history) > [04.3 - Beta History](#Beta-history) > [04.4 - Modern History](#Modern-history) [05.0 - Copying](#Copying) [06.0 - Credits](#Credits) [07.0 - Installation](#Installation) [08.0 - Version history](#Version-history) [09.0 - Version history](#Version-history) [10.0 - Software status](#Software-status) [11.0 - Sponsor info](#Sponsor-info) [12.0 - Contributers](#Contributers) [13.0 - Issues](#Issues) > [13.1 - Current issues](#Current-issues) > [13.2 - Past issues](#Past-issues) > [13.3 - Past pull requests](#Past-pull-requests) > [13.4 - Active pull requests](#Active-pull-requests) [14.0 - Resources](#Resources) [15.0 - Contributing](#Contributing) [16.0 - About README](#About-README) [17.0 - README Version history](#README-version-history) [18.0 - Footer](#You-have-reached-the-end-of-the-README-file) > [18.9 - End of file](#EOF) *** # <repoName> <repo_description> *** ## About See above. <extendedRepoDescription> *** ## Wiki [Click/tap here to view this projects Wiki](https://github.com/<developerName>/<repoName>/wiki) If the project has been forked, the Wiki was likely removed. Luckily, I include an embedded version. You can view it [here](/External/ProjectWiki/). *** ## History Write about this projects history here. ### Pre-history No pre-history to show for this project. ### Alpha history No Alpha history to show for this project. ### Beta history No Beta history to show for this project. ### Modern history No Modern history to show for this project. *** ## Copying View the copying license for this project [here](/COPYING) (if you haven't built the project yet with the makefile, here is the original link: [COPYINGL](/COPYINGL) Please note that you also have to follow the rules of the GNU General Public License v3 (GPL3) which you can view [here](/LICENSE.txt) *** ## Credits View the credits file for this project and see the people who got together to make this project by [clicking/tapping here](/CREDITS) *** ## Installation View the installation instructions file for this project [here](/INSTALL) Requirements: Read the instructions for more info, and get the latest up-to-date instructions [here](https://gist.github.com/seanpm2001/745564a46186888e829fdeb9cda584de) *** ## Sponsor info ![SponsorButton.png](/SponsorButton.png) You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors/) You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/) Try it out! The sponsor button is right up next to the watch/unwatch button. *** ## Version history **Version history currently unavailable** **No other versions listed** *** ## Software status All of my works are free some restrictions. DRM (**D**igital **R**estrictions **M**anagement) is not present in any of my works. ![DRM-free_label.en.svg](/DRM-free_label.en.svg) This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works. I am using the abbreviation "Digital Restrictions Management" instead of the more known "Digital Rights Management" as the common way of addressing it is false, there are no rights with DRM. The spelling "Digital Restrictions Management" is more accurate, and is supported by [Richard M. Stallman (RMS)](https://en.wikipedia.org/wiki/Richard_Stallman) and the [Free Software Foundation (FSF)](https://en.wikipedia.org/wiki/Free_Software_Foundation) This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom. Image credit: [defectivebydesign.org/drm-free/...](https://www.defectivebydesign.org/drm-free/how-to-use-label/) *** ## Contributers Currently, I am the only contributer. Contributing is allowed, as long as you follow the rules of the [CONTRIBUTING.md](/CONTRIBUTING.md) file. > * 1. [seanpm2001](https://github.com/seanpm2001/) - x commits (As of Yr, DoW, Month, DoM, at ##:## a/pm) > * 2. No other contributers. *** ## Issues ### Current issues * None at the moment * No other current issues If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. ### Past issues * None at the moment * No other past issues If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. ### Past pull requests * None at the moment * No other past pull requests If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. ### Active pull requests * None at the moment * No other active pull requests If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/) [Read the privacy policy on issue archival here](/.github/Issues/README.md) **TL;DR** I archive my own issues. Your issue won't be archived unless you request it to be archived. *** ## Resources Here are some other resources for this project: [Project language file A](PROJECT_LANG_1.<fileExtensionForProgrammingLanguage>) [Join the discussion on GitHub](https://github.com/<developerName>/<repoName>/discussions) No other resources at the moment. *** ## Contributing Contributing is allowed for this project, as long as you follow the rules of the `CONTRIBUTING.md` file. [Click/tap here to view the contributing rules for this project](/CONTRIBUTING.md) *** ## About README **File type:** `Markdown Document (*.md *.mkd *.markdown)` **File version:** `0.1.6 (Monday, August 23rd 2021 at 6:37 pm)` **Line count (including blank lines and compiler line):** `0,407` *** ## README version history Version 0.1 (Sunday, March 21st 2021 at 7:50 pm) > Changes: > * Started the file > * Added the title section > * Added the index > * Added the about section > * Added the Wiki section > * Added the version history section > * Added the issues section. > * Added the past issues section > * Added the past pull requests section > * Added the active pull requests section > * Added the contributors section > * Added the contributing section > * Added the about README section > * Added the README version history section > * Added the resources section > * Added a software status section, with a DRM free sticker and message > * Added the sponsor info section **ITERATION 5** > * Updated the title section > * Updated the index > * Added the history section > * Updated the file info section > * Updated the file history section **ITERATION 6** > * Updated the title section > * Fixed and update template links > * Updated the index > * Added the copying section > * Added the credits section > * Added the installation section > * Updated the resources section > * Updated the contributors section > * Added the technical notes section > * Updated the footer > * Updated the file info section > * Updated the file history section > * No other changes in version 0.1 Version 1 (Coming soon) > Changes: > * Coming soon > * No other changes in version 1 Version 2 (Coming soon) > Changes: > * Coming soon > * No other changes in version 2 *** ### You have reached the end of the README file ( [Back to top](#Top) | [Exit to GitHub](https://github.com) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org) ) ### EOF ***
🌳️🌐️🟨️ The Bliss Browser jQuery support repository, adding jQuery support to the browser.
bliss-browser,bliss-browser-development,browser,gpl3,gplv3,javascript,jquery,jquery-plugin,md,txt
2023-02-14T01:32:36Z
2023-02-14T06:15:11Z
null
1
0
33
0
1
2
null
GPL-3.0
JavaScript
PowerLevel9000/Programming-Quotes
dev
<a name="readme-top"></a> <!-- the change --> <div align="center"> <img src="./adarsh-logo.png" alt="logo" width="140" height="auto" /> <br/><br> <h1><b>Programming Quotes</b></h1> <br><br> </div> <!-- make it more responsive --> <div align="center"> <img src="./all-devices-white.png" alt="logo" width="100%" height="auto" /> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🧪 Linters And Deployment](#linters) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Programming Quotes <a name="about-project"></a> This Project is Random Quote machine with pagination on scroll **Programming Quotes** is a api based application for showing programming quotes ## 🧪 Linters And Deployment <a name="linters"></a> [![Linters](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/linter.yml/badge.svg)](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/linter.yml) [![pages-build-deployment](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/pages/pages-build-deployment) ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> In this project I used my skills, tech and libraries <details> <summary>Documentation</summary> <ul> <li><a href="https://html.com">HTML</a></li> </ul> </details> <details> <summary>Styling</summary> <ul> <li><a href="https://www.w3.org">SASS</a></li> </ul> </details> <details> <summary>Dynamics And Logics</summary> <ul> <li><a href="https://www.javascript.com/">JavaScript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> Following features you should observe <!-- - **** --> - **Programming Quote on page** - **Quotes will paginate on scroll** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> This link will guide you to my project <a href ="https://powerlevel9000.github.io/Programming-Quotes/"> live link ( ̄︶ ̄)↗ </a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> For having local file and project you can fork this repo or clone it using `git clone https://github.com/PowerLevel9000/Programming-Quotes.git` And for making changes you you should follow prerequisites ### Prerequisites In order to edit this project you need: - Any text editor such as note pad and word pad - A web browser - Node js installed - An IDE #### Suggested IDE - Visual studio code `I prefer this one 🙃🙃` - Atom - Sublime - IntelliJ IDEA - Visual code ### Setup Clone this repository to your desired folder: - Open the live server of vs-code or open [index](./index.html) file in browser - Before deployment have some linter check - [ ] `npx stylelint "**/*.{css,scss}"` for css and saas file - [ ] `npx eslint .` for js files - [ ] `npx hint .` for html files - After fixing error build deploy for production ### Install ``` npm i ``` ### Usage - For displaying Programming quotes - Pagination of quotes on scroll ### Run tests - Currently, this Project don't have any Unit test - You can do manual checking - Score added properly - Form validation for score and scorer work properly ### Deployment You can deploy this project using: - For this repo and use git hub pages to deploy it <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Adarsh Pathak** - GitHub: [@PowerLevel9000](https://github.com/githubhandle) - Twitter: [@PowerLevel9002](https://twitter.com/PowerLevel9002?t=AIuSN7mTxk5a_MWpLolEjA&s=09) - LinkedIn: [@Adarsh Pathak](https://www.linkedin.com/in/adarsh-pathak-56a831256/) <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Improved Navigation Bar** - [ ] **Improve functionality** - [ ] **Improve styling** <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 my Project give it a Star ✨🌟 Or buy Me a Coffee 🥂 <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I want to Acknowledge [FCC](https://www.freecodecamp.org/) it is great resource to learn web development <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This a quote machine, i made this website for practicing a advance feature of Api project is limit loading ,onscroll loading and infinite scroll accroding to the data with the help of a tutorial. do check out
api,css3,infinite-scrolling,javascript
2023-02-18T04:44:04Z
2023-05-28T03:11:37Z
null
1
4
9
0
0
2
null
null
JavaScript
MafujulHaquePlabon/discount-calc
main
#### discount-calc ![screencapture-mafujulhaqueplabon-github-io-discount-calc-2023-02-17-00_23_45](https://user-images.githubusercontent.com/96911414/219454924-506283c5-17e9-4431-aef1-9039eae31db3.png) ![screencapture-mafujulhaqueplabon-github-io-discount-calc-2023-02-17-00_24_06](https://user-images.githubusercontent.com/96911414/219454947-1d780b3f-14aa-4f4a-ad07-c8490234af6b.png) ![screencapture-mafujulhaqueplabon-github-io-discount-calc-2023-02-17-00_24_20](https://user-images.githubusercontent.com/96911414/219454974-355f8bd4-15f4-4754-8e12-6bd97c71ca39.png)
null
css3,html5,javascript,responsive-layout
2023-02-16T18:00:39Z
2023-02-16T18:26:58Z
null
1
0
3
0
0
2
null
null
HTML
divyaGrvgithub/React_Book_Management_Frontend_Project_G8
react/project-1
null
React is a free and open-source front-end JavaScript library for building user interfaces based on components. It is maintained by Meta and a community of individual developers and companies.
css,dom,html-css-javascript,html5,javascript,navigation-component,npm-package,reactjs
2023-02-16T14:55:08Z
2023-06-14T15:24:56Z
null
3
0
18
0
0
2
null
MIT
JavaScript
niharika2k00/Color-Picker-Chrome-Extension
main
# Color Picker ## Screenshots <img src="./screen-shots/ss1.png" alt=""/> <br>
A Color Picker Extension for Chrome that helps to pick color from any application to visualize its Hex code and RGB, along with clipboard functionality. :art: :round_pushpin:
chrome-extension,color-picker-popup,javascript,manifest-v3
2023-02-19T09:01:53Z
2023-02-26T10:07:47Z
null
1
1
5
0
0
2
null
null
JavaScript
dmr4eg/product-website
main
# Guitars gallery/showcase site ### A website for placing products and inspecting them. Backend was written in php and javascript, while frontend functions in css3. All languages were used purely wihtout any frameworks, libraries and dependencies. # Description of website functionality ![Main](docs/image5.png) ### *Main homepage* **This PHP script is designed to allow users to switch between different themes on a website. The script includes several key features: Theme Selection: The script starts by setting a default theme of "dark" and checks if a theme cookie or theme query string parameter is set. If either is set, it updates the theme value. Theme Cookie: If a theme parameter is set, it sets a cookie that expires in 30 days using the setcookie() function. This ensures that the user's selected theme is remembered even after they leave the website. Outputting the Theme CSS: The script then outputs the appropriate theme CSS file based on the selected theme. If the theme is set to 'light', it outputs the 'css/whiteind.css' file, otherwise it outputs the 'css/ind.css' file. Session Management: The script also has code for a session that checks if the user is logged in and displays different options in the navigation bar accordingly. Form for Theme Selection: The script also includes a form for selecting and changing the theme, which allows users to switch between the available themes. Parallax and static guitar : The script also has sections for displaying text and a button for exploring guitars.** --- ![Login](docs/image1.png) ### *Login page* **This PHP script is designed to handle user login functionality on a website. The script includes several key features: Session Management: The script starts by calling the session_start() function, which begins a new session or resumes an existing one. This allows the script to maintain information about a user's session, such as whether they are logged in or not. Login Form: The script includes a login form which allows users to submit their credentials, a username and a password Data storage: The script reads the contents of a JSON file into a string and convert the JSON string into a PHP object. Input Sanitization: The script sanitizes the submitted username and password to protect against malicious input. Password Hashing: The script uses the password_verify() function to check if the submitted password matches the hashed password in the file after concatenating it with the salt. Session Variable: If the login credentials are valid, the script sets a session variable to indicate that the user is logged in. Error Handling: If the login credentials are invalid, the script sets an error message. Redirection: If the login is successful, it redirects the user to the "pho.php" page.** --- ![Registration](docs/image4.png) ### *Registration page* **This PHP script is designed to handle user registration functionality on a website. The script includes several key features: Form validation: The script includes a library for form validation and uses several functions to check for valid input for the name, email, password, and date of birth fields. It also checks if the passwords match. Input Sanitization: The script sanitizes the input from the form fields to protect against malicious input. Data storage: The script reads the contents of a JSON file into a string and convert the JSON string into a PHP object. Salt and Hashed password: The script creates a salt and hashed password for the user using the password_hash() function. New user array: The script creates a new user array with the input data and a unique id. JSON Data: The script appends the new user data to the existing JSON data and rewrites the file. Redirection: If the registration is successful, it redirects the user to the login page. Error handling: The script also includes error handling for when the validation or other checks fail.** --- ![gallery](docs/image3.png) ### *Gallery page* **This code is for a web page that displays a gallery of images that have been uploaded by users. The page is also able to change the theme of the page by either selecting a theme from a dropdown menu or by passing a theme parameter in the query string. The theme is stored in a cookie so that the user's preference is remembered across multiple pages. The page also checks if a user is logged in and displays different navigation options depending on if the user is logged in or not. The page also includes a form that allows users to upload an image and add a caption to it. The uploaded image and caption are stored in a JSON file called "images.json" and are displayed in the gallery.** --- ![Redirection](docs/image2.png) ### *Redirect page* **This code is a simple HTML document that redirects the user to the login page if they are not logged in.** # Project contains: ### css folder is used for placing css files in it ### js - folder with javascript files in it: check.js - This code is used to check if the name entered by a user in the "name" input field already exists in a JSON data file. fen.js - This code is used to create a scrolling effect on a webpage. It uses JavaScript to manipulate the position of two elements on the page, "text" and "btn", as the user scrolls. validace.js - This code creates a JavaScript function to validate user input on a registration form. The form has four fields: name, email, password, and password confirmation. ### json - folder with javascript files in it: data.json - This file is used to save user registered data. images.json - This file is used to save submitted images and text linked to it. ### lib - folder with php validation file in it: validate.php - This code validates users input data ### php - folder with php files in it: index.php - This is a PHP script that controls the theme of a website. login.php - This code is a login page for a website. logout.php - This script starts a session, unsets all session variables, destroys the session and redirects the user to the index page. This is typically used to log the user out of the application by removing their session and returning them to the login page. pho.php - This code displays a gallery of images rpa.php - This PHP script is a registration form that allows users to create new accounts on a website. treb.php - This code is an HTML file that displays a message telling the user that they must be logged in before they can access the gallery. upload.php - This script is a PHP script that handles image uploads.
Semestral project website, containing front-end, back-end and database parts.
css,html5,javascript,json,mysql,php
2023-02-24T22:38:22Z
2023-05-26T13:41:38Z
null
1
0
11
0
0
2
null
null
CSS
camilo51/EDM_Festival
master
null
EDM Festival es una pagina de un evento ficticio que sucedera en la ciudad de Medellín, Colombia.
css,festival,html5,javascript,page,sass,web
2023-02-16T03:58:34Z
2023-02-16T04:03:12Z
null
1
0
1
0
0
2
null
null
SCSS
saurabhrajput015/Bmi_Calculator_with_ui
main
null
Enter Height in Cm And Weight In Kg User Can Know his or Her Body Mass Index
css,html5,javascript
2023-02-21T06:03:09Z
2023-02-23T12:42:26Z
null
1
0
6
0
0
2
null
null
HTML
deepakkumar2205/portfolio
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)
My personal portfolio website built using React and Mui library.
bootstrap5,css3,emailjs,html,javascript,muiv5,reactjs
2023-02-24T16:21:51Z
2023-05-04T08:31:11Z
null
1
1
11
0
0
2
null
null
JavaScript
r90ur7/pratice-shopping-list-form
main
# practice-time-shopping-list ## 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://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files - [ ] [Add files using the command line](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?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/m3-academy/fase-02/practice-time-shopping-list.git git branch -M main git push -uf origin main ``` ## Integrate with your tools - [ ] [Set up project integrations](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/project/integrations/) ## Collaborate with your team - [ ] [Invite team members and collaborators](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/project/members/) - [ ] [Create a new merge request](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) - [ ] [Automatically close issues from merge requests](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) - [ ] [Automatically merge when pipeline succeeds](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?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://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/ci/quick_start/index.html) - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/application_security/sast/) - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/topics/autodevops/requirements.html) - [ ] [Use pull-based deployments for improved Kubernetes management](https://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?https://docs.gitlab.com/ee/user/clusters/agent/) *** # 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://gitlab.com/-/experiment/new_project_readme_content:1b502f80f48589461d4e495f6e31f7cb?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.
Este repositório contém um formulário simples de lista de compras que pode ser usado como exercício de prática para iniciantes em desenvolvimento web.
desenvolvimento-web,html,javascript,formularios,lista-de-compras,exercicios-para-praticar,basics-of-web,css,m3academy
2023-02-12T01:16:35Z
2022-11-16T03:29:47Z
null
1
0
3
0
0
2
null
null
CSS
vitingr/handlebars-crud
main
# TCC-Project Repositório do TCC no Github.
Repositório do Projeto envolvendo tecnologias como NodeJS, Javascript, Handlebars, Express, HTML e CSS
css,handlebars,html,javascript,mongodb,multer,node-js
2023-02-20T15:14:25Z
2023-10-23T22:24:08Z
null
1
0
99
0
1
2
null
MIT
Handlebars
KhaledMostafa990/designo-multi-page-company-portoflio-website
main
# Designo agency portfolio website A solution to the [Designo agency website **Guru** challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/designo-multipage-website-G48K6rfUT). ## Table of contents - [The challenge](#the-challenge) - [Screenshots](#screenshots) - [Links](#links) - [Built with](#built-with) - [Getting started](#getting-started) - [Useful resources](#useful-resources) ## Screenshots ![Designo Home](./screenshot/designo_home.png) ![Responsive home screen](./screenshot/responsive-home-screen.png) ![Send contact form](./screenshot/contact-form-send.png) ![Contact receive ](./screenshot/contact-receive.png) ## The challenge Users should be able to: - View the optimal layout for each page depending on their device's screen size - See hover states for all interactive elements throughout the site - Receive an error message when the contact form is submitted if: - The `Name`, `Email Address` or `Your Message` fields are empty should show "Can't be empty" - The `Email Address` is not formatted correctly should show "Please use a valid email address" - Working email contact form intergrating with API in order to be received regarding to the website owner information (currently disabled) - Stiky navigation bar - SEO optimization Soon: - awesome animation - **Bonus**: View actual locations on the locations page maps (we recommend [Leaflet JS](https://leafletjs.com/) for this) ### Links - Live Site URL: [designo-company-portfolio.vercel.app](https://designo-portfolio-website.vercel.app/) - Solution URL: [www.frontendmentor.io](https://www.frontendmentor.io/solutions/designo-multi-page-website-portfolio-mfxrYwp8Wm) ## Getting started 1. Clone the repository to your local machine from your terminal: ``` git clone https://github.com/KhaledMostafa990/designo-multi-page-company-portoflio-website.git ``` This will create a copy of the project on your local machine. 2. Navigate to the project directory: ``` cd <your-repo-name> ``` This will change your current working directory to the project directory. 3. Install the dependencies: ``` npm install ``` This will install all the necessary dependencies required for running the project. 4. Start the development server: ``` npm run dev ``` This will start the development server at http://localhost:3000. 5. Setup .env.local file to store your sercet values for contact form For Mac ``` touch .env.local ``` For Win ``` echo > .env.local ``` To set up your email environment variables, you'll need to gather the necessary information for the following variables: ``` SMTP_HOST= SMTP server hostname: smtp.gmail.com for Gmail. SMTP_PORT= The SMTP server port number. For example, 587 for Gmail. SMTP_USERNAME= Your email account username. SMTP_PASSWORD= Your email account password. SMTP_FROM_ADDRESS= The email address you want to use as the sender. SMTP_TO_ADDRESS= The email address you want to use as the recipient. ``` ## Built with - Semantic HTML5 markup - CSS - Js - Mobile-first workflow - React - JS library - Next.js 13 - React framework - TawilindCss - CSS Library for styles - Formik.js, libphonenumber-js and Yup - for contact form - nodemailer.js - for send contact form information ## Useful resources - [Elzero Web School](https://www.youtube.com/@ElzeroWebSchool) - for Arab developers - [Maxmilian Academind ](https://www.youtube.com/@academind) - for Javascript - [FrontendExpert & AlgoExpert](https://www.algoexpert.io/frontend) - for frontend developers - [Meta Frontend Developer](https://www.coursera.org/professional-certificates/meta-front-end-developer) - for frontend developers - [Dave Grey](https://www.youtube.com/@DaveGrayTeachesCode) - for Typescript - [Traversy Media](https://www.youtube.com/@TraversyMedia) - for Javasciprt and CSS - [TailwindCSS](https://tailwindcss.com/) - for TailwindCSS - [Linkedin Learning](https://www.linkedin.com/learning/) - for every developers
A 7-page agency website with over 20 screen.
css,javascript,nextjs,portfolio,reactjs,typscript,tailwindcss
2023-02-14T06:34:31Z
2023-03-24T02:40:32Z
null
1
6
41
0
0
2
null
null
TypeScript
EuJinnLucaShow/goit-js-hw-06
main
# Критерії приймання - Створено репозиторій `goit-js-hw-06`. - Домашня робота містить два посилання: на вихідні файли і робочу сторінку на `GitHub Pages`. - Завдання виконані у точній відповідності до ТЗ (забороняється змінювати вихідний HTML завдання). - В консолі відсутні помилки і попередження під час відкриття живої сторінки завдання. - Імена змінних і функцій - зрозумілі та описові. - Код відформатований за допомогою `Prettier`. ## Стартові файли У [папці src](./src) знайдеш стартові файли з готовою розміткою і підключеними файлами скриптів для кожного завдання. Скопіюй їх собі у проект. Для цього завантаж цей репозиторій як архів або використовуй [сервіс DownGit](https://downgit.github.io/) для завантаження окремої папки з репозиторія. ## Завдання 1 HTML містить список категорій `ul#categories`. ```html <ul id="categories"> <li class="item"> <h2>Animals</h2> <ul> <li>Cat</li> <li>Hamster</li> <li>Horse</li> <li>Parrot</li> </ul> </li> <li class="item"> <h2>Products</h2> <ul> <li>Bread</li> <li>Prasley</li> <li>Cheese</li> </ul> </li> <li class="item"> <h2>Technologies</h2> <ul> <li>HTML</li> <li>CSS</li> <li>JavaScript</li> <li>React</li> <li>Node.js</li> </ul> </li> </ul> ``` Напиши скрипт, який: 1. Порахує і виведе в консоль кількість категорій в `ul#categories`, тобто елементів `li.item`. 2. Для кожного элемента `li.item` у спику `ul#categories`, знайде і виведе в консоль текст заголовку елемента (тегу `<h2>`) і кількість елементів в категорії (усіх `<li>`, вкладених в нього). В результаті, в консолі будуть виведені наступні повідомлення. ```bash Number of categories: 3 Category: Animals Elements: 4 Category: Products Elements: 3 Category: Technologies Elements: 5 ``` ## Завдання 2 HTML містить порожній список `ul#ingredients`. ```html <ul id="ingredients"></ul> ``` JavaScript містить масив рядків. ```js const ingredients = [ 'Potatoes', 'Mushrooms', 'Garlic', 'Tomatos', 'Herbs', 'Condiments', ]; ``` Напиши скрипт, який для кожного елемента масиву `ingredients`: 1. Створить окремий елемент `<li>`. Обов'язково використовуй метод `document.createElement()`. 2. Додасть назву інгредієнта як його текстовий вміст. 3. Додасть елементу клас `item`. 4. Після чого, вставить усі `<li>` за одну операцію у список `ul.ingredients`. ## Завдання 3 Напиши скрипт для створення галереї зображень на підставі масиву даних. HTML містить список `ul.gallery`. ```html <ul class="gallery"></ul> ``` Використовуй масив об'єктів `images` для створення елементів `<img>`, вкладених в `<li>`. Для створення розмітки використовуй шаблонні рядки і метод `insertAdjacentHTML()`. - Усі елементи галереї повинні додаватися в DOM за одну операцію додавання. - Додай мінімальне оформлення галереї флексбоксами або грідами через CSS класи. ```js const images = [ { url: 'https://images.pexels.com/photos/140134/pexels-photo-140134.jpeg?dpr=2&h=750&w=1260', alt: 'White and Black Long Fur Cat', }, { url: 'https://images.pexels.com/photos/213399/pexels-photo-213399.jpeg?dpr=2&h=750&w=1260', alt: 'Orange and White Koi Fish Near Yellow Koi Fish', }, { url: 'https://images.pexels.com/photos/219943/pexels-photo-219943.jpeg?dpr=2&h=750&w=1260', alt: 'Group of Horses Running', }, ]; ``` ## Завдання 4 Лічильник складається зі спану і кнопок, які по кліку повинні збільшувати і зменшувати його значення на одиницю. ```html <div id="counter"> <button type="button" data-action="decrement">-1</button> <span id="value">0</span> <button type="button" data-action="increment">+1</button> </div> ``` - Створи змінну `counterValue`, в якій буде зберігатися поточне значення лічильника та ініціалізуй її значенням `0`. - Додай слухачів кліків до кнопок, всередині яких збільшуй або зменшуй значення лічильника. - Оновлюй інтерфейс новим значенням змінної `counterValue`. ## Завдання 5 Напиши скрипт, який під час набору тексту в інпуті `input#name-input` (подія `input`), підставляє його поточне значення в `span#name-output`. Якщо інпут порожній, у спані повинен відображатися рядок `"Anonymous"`. ```html <input type="text" id="name-input" placeholder="Please enter your name" /> <h1>Hello, <span id="name-output">Anonymous</span>!</h1> ``` ## Завдання 6 Напиши скрипт, який під час втрати фокусу на інпуті (подія `blur`), перевіряє його вміст щодо правильної кількості введених символів. ```html <input type="text" id="validation-input" data-length="6" placeholder="Please enter 6 symbols" /> ``` - Яка кількість смиволів повинна бути в інпуті, зазначається в його атрибуті `data-length`. - Якщо введена правильна кількість символів, то `border` інпуту стає зеленим, якщо неправильна кількість - червоним. Для додавання стилів використовуй CSS-класи `valid` і `invalid`, які ми вже додали у вихідні файли завдання. ```css #validation-input { border: 3px solid #bdbdbd; } #validation-input.valid { border-color: #4caf50; } #validation-input.invalid { border-color: #f44336; } ``` ## Завдання 7 Напиши скрипт, який реагує на зміну значення `input#font-size-control` (подія `input`) і змінює інлайн-стиль `span#text`, оновлюючи властивість `font-size`. В результаті, перетягуючи повзунок, буде змінюватися розмір тексту. ```html <input id="font-size-control" type="range" min="16" max="96" /> <br /> <span id="text">Abracadabra!</span> ``` ## Завдання 8 Напиши скрипт управління формою логіна. ```html <form class="login-form"> <label> Email <input type="email" name="email" /> </label> <label> Password <input type="password" name="password" /> </label> <button type="submit">Login</button> </form> ``` 1. Обробка відправлення форми `form.login-form` повинна відбуватися відповідно до події `submit`. 2. Під час відправлення форми сторінка не повинна перезавантажуватися. 3. Якщо у формі є незаповнені поля, виводь `alert` з попередженням про те, що всі поля повинні бути заповнені. 4. Якщо користувач заповнив усі поля і відправив форму, збери значення полів в об'єкт, де ім'я поля буде ім'ям властивості, а значення поля - значенням властивості. Для доступу до елементів форми використовуй властивість `elements`. 5. Виведи об'єкт із введеними даними в консоль і очисти значення полів форми методом `reset`. ## Завдання 9 Напиши скрипт, який змінює кольори фону елемента `<body>` через інлайн-стиль по кліку на `button.change-color` і виводить значення кольору в `span.color`. ```html <div class="widget"> <p>Background color: <span class="color">-</span></p> <button type="button" class="change-color">Change color</button> </div> ``` Для генерування випадкового кольору використовуй функцію `getRandomHexColor`. ```js function getRandomHexColor() { return `#${Math.floor(Math.random() * 16777215).toString(16)}`; } ``` ## Завдання 10 (виконувати не обов'язково) Напиши скрипт створення і очищення колекції елементів. Користувач вводить кількість елементів в `input` і натискає кнопку `Створити`, після чого рендериться колекція. Натисненням на кнопку `Очистити`, колекція елементів очищається. ```html <div id="controls"> <input type="number" min="1" max="100" step="1" /> <button type="button" data-create>Create</button> <button type="button" data-destroy>Destroy</button> </div> <div id="boxes"></div> ``` Створи функцію `createBoxes(amount)`, яка приймає один параметр - число. Функція створює стільки `<div>`, скільки вказано в `amount` і додає їх у `div#boxes`. 1. Розміри найпершого `<div>` - 30px на 30px. 2. Кожен елемент після першого повинен бути ширшим і вищим від попереднього на 10px. 3. Всі елементи повинні мати випадковий колір фону у форматі HEX. Використовуй готову функцію `getRandomHexColor` для отримання кольору. ```js function getRandomHexColor() { return `#${Math.floor(Math.random() * 16777215).toString(16)}`; } ``` Створи функцію `destroyBoxes()`, яка очищає вміст `div#boxes`, у такий спосіб видаляючи всі створені елементи.
Educational tasks 📒 JS-HW-06 | Document Object Model
bom,dom,javascript,js
2023-02-12T20:38:52Z
2023-05-09T18:00:16Z
null
1
0
25
0
0
2
null
null
HTML
EuJinnLucaShow/goit-js-hw-08
main
# Критерії приймання - Створено репозиторій `goit-js-hw-08`. - Домашня робота містить два посилання: на вихідні файли і робочу сторінку на `GitHub Pages`. - В консолі відсутні помилки і попередження під час відкриття живої сторінки завдання. - Проект зібраний за допомогою [parcel-project-template](https://github.com/goitacademy/parcel-project-template). - Код відформатований за допомогою `Prettier`. ## Стартові файли У [папці src](./src) знайдеш стартові файли з готовою розміткою, стилями і підключеними файлами скриптів для кожного завдання. Скопіюй їх собі у проект, повністю замінивши папку `src` в [parcel-project-template](https://github.com/goitacademy/parcel-project-template). Для цього завантаж увесь цей репозиторій як архів або використовуй [сервіс DownGit](https://downgit.github.io/) для завантаження окремої папки з репозиторія. ## Завдання 1 - бібліотека `SimpleLightbox` Виконуй це завдання у файлах `01-gallery.html` і `01-gallery.js`. Розбий його на декілька підзавдань: 1. Додай бібліотеку [SimpleLightbox](https://simplelightbox.com/) як залежність проекту, використовуючи `npm` (посилання на CDN з твоєї минулої роботи більше не потрібне). 2. Використовуй свій JavaScript код з попередньої домашньої роботи, але виконай рефакторинг з урахуванням того, що бібліотека була встановлена через `npm` (синтаксис import/export). Для того щоб підключити CSS код бібліотеки в проект, необхідно додати ще один імпорт, крім того, що описаний в документації. ```js // Описаний в документації import SimpleLightbox from 'simplelightbox'; // Додатковий імпорт стилів import 'simplelightbox/dist/simple-lightbox.min.css'; ``` ## Завдання 2 - відеоплеєр HTML містить `<iframe>` з відео для Vimeo плеєра. Напиши скрипт, який буде зберігати поточний час відтворення відео у локальне сховище і, після перезавантаження сторінки, продовжувати відтворювати відео з цього часу. ```html <iframe id="vimeo-player" src="https://player.vimeo.com/video/236203659" width="640" height="360" frameborder="0" allowfullscreen allow="autoplay; encrypted-media" ></iframe> ``` Виконуй це завдання у файлах `02-video.html` і `02-video.js`. Розбий його на декілька підзавдань: 1. Ознайомся з [документацією](https://github.com/vimeo/player.js/#vimeo-player-api) бібліотеки Vimeo плеєра. 2. Додай бібліотеку як залежність проекту через `npm`. 3. Ініціалізуй плеєр у файлі скрипта як це описано в секції [pre-existing player](https://github.com/vimeo/player.js/#pre-existing-player), але враховуй, що у тебе плеєр доданий як npm пакет, а не через CDN. 4. Вивчи документацію методу [on()](https://github.com/vimeo/player.js/#onevent-string-callback-function-void) і почни відстежувати подію [timeupdate](https://github.com/vimeo/player.js/#events) - оновлення часу відтворення. 5. Зберігай час відтворення у локальне сховище. Нехай ключем для сховища буде рядок `"videoplayer-current-time"`. 6. Під час перезавантаження сторінки скористайся методом [setCurrentTime()](https://github.com/vimeo/player.js/#setcurrenttimeseconds-number-promisenumber-rangeerrorerror) з метою відновлення відтворення зі збереженої позиції. 7. Додай до проекту бібілотеку [lodash.throttle](https://www.npmjs.com/package/lodash.throttle) і зроби так, щоб час відтворення оновлювався у сховищі не частіше, ніж раз на секунду. ## Завдання 3 - форма зворотного зв'язку HTML містить розмітку форми. Напиши скрипт, який буде зберігати значення полів у локальне сховище, коли користувач щось друкує. ```html <form class="feedback-form" autocomplete="off"> <label> Email <input type="email" name="email" autofocus /> </label> <label> Message <textarea name="message" rows="8"></textarea> </label> <button type="submit">Submit</button> </form> ``` Виконуй це завдання у файлах `03-feedback.html` і `03-feedback.js`. Розбий його на декілька підзавдань: 1. Відстежуй на формі подію `input`, і щоразу записуй у локальне сховище об'єкт з полями `email` і `message`, у яких зберігай поточні значення полів форми. Нехай ключем для сховища буде рядок `"feedback-form-state"`. 2. Під час завантаження сторінки перевіряй стан сховища, і якщо там є збережені дані, заповнюй ними поля форми. В іншому випадку поля повинні бути порожніми. 3. Під час сабміту форми очищуй сховище і поля форми, а також виводь у консоль об'єкт з полями `email`, `message` та їхніми поточними значеннями. 4. Зроби так, щоб сховище оновлювалось не частіше, ніж раз на 500 мілісекунд. Для цього додай до проекту і використовуй бібліотеку [lodash.throttle](https://www.npmjs.com/package/lodash.throttle).
Educational tasks 📒 JS-HW-08 | Node.js
javascript,js,json,node,nodejs,lodashthrottle,npm,simplelightbox,vimeo-player
2023-02-21T15:25:50Z
2023-06-04T16:12:59Z
null
1
0
18
0
0
2
null
null
JavaScript
Theternos/Invigilator-CoE-Portal
master
# **_Automation in Invigilation Duty ✨_** Invigilation duty is a crucial and time-consuming task that requires careful coordination and management. The existing manual process often leads to confusion and inefficiencies, especially when it comes to staff availability and addressing last-minute queries. Moreover, managing all the records manually makes it difficult to make changes or updates in real-time. To address these challenges, we have developed a web application called "Automation in Invigilation Duty" that streamlines and automates the invigilation process. This user-friendly and interactive system simplifies the entire invigilation workflow, ensuring smooth and efficient operations. 🚀 ## **Key Features** Faculty Registration 🎓: The first step is the faculty registration process. Faculty members can easily create their accounts, providing the necessary information. **Exam Hall Information 🏫**: Our web application maintains a comprehensive database of exam halls, including their seating capacity, equipment availability, and other essential details. **Student List 📝**: The system also manages the list of students appearing for exams, allowing for easy access and reference. **Invigilator Assignment 🧑‍🏫**: Each exam hall is assigned a designated invigilator from the available pool. This assignment is done automatically by the system based on the hall's requirements and invigilator availability. **Real-time Notifications 📲**: Invigilators receive direct notifications 30 minutes before the exam starts, ensuring they are well-prepared and present at their assigned exam halls promptly. **Biometric Attendance 🖐️**: We have implemented a biometric system for invigilators. Before the exam, invigilators are required to register their biometrics, ensuring accurate attendance tracking. This system helps avoid any last-minute rush or confusion. **Faculty Attendance 🎯**: By linking the faculty's daily biometric data, our system tracks and ensures the attendance of faculty members during invigilation duties. **Automated Reminders ⏰**: A reminder email is sent one day prior to the exam to notify faculty members of their invigilation duty for the following day. **Student Portal 📚**: Students have their own portal where they can access information about their assigned exam halls and table allotments, providing them with a clear understanding of the examination layout. ## **Technologies Used 💻** The "Automation in Invigilation Duty" application is built using the following technologies: Python (version 3.7 or later) PHP HTML CSS JavaScript MySQL ## **Installation Steps 🛠️** To install and set up the "Automation in Invigilation Duty" project, please follow the steps. Clone this repository: `git clone https://github.com/Theternos/Invigilator-CoE-Portal.git` Move the folder "Invigilator-CoE-Portal" to www in WAMP/htdocs in XAMP and start your Wampserver/XAMP Set up a MySQL database and configure the connection details in config.py Install the MySQL connector `pip install mysql-connector` Run the application for mail automation: `python/python main.py` Now Access the portal in your web browser at http://localhost/Invigilator-CoE-Portal ## **Getting Started 🚀** Once you have completed the installation, follow these steps to get started with the "Automation in Invigilation Duty" application: Start the backend server by running python app.py in the backend directory. Set up a web server to serve the frontend files (HTML, CSS, JS) and configure it to route the requests to the backend server. Access the application through your web browser using the configured URL. Register faculty members, assign invigilators, and manage exam halls and student lists using the intuitive web interface. For detailed instructions on usage and additional functionality, please refer to the project documentation. ## **Contributions 🤝** We welcome contributions to the "Automation in Invigilation Duty" project. If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request. ## **License 📜** The "Automation in Invigilation Duty" project is open-source and released under the MIT License. We believe that "Automation in Invigilation Duty" will revolutionize the invigilation process, reducing confusion, optimizing resource allocation, and improving the overall experience for all stakeholders involved. By leveraging technology, we aim to make invigilation duties more efficient, reliable, and hassle-free. ✨ If you have any questions or need assistance, please don't hesitate to reach out.
The Controller of Examination and Invigilator Portal is a software solution designed to streamline the examination management process in educational institutions.
css,html,javascript,mysql,php,python
2023-02-14T15:37:13Z
2024-02-29T17:25:29Z
null
4
0
19
0
0
2
null
MIT
PHP
ingridsj/disney-memory-game
main
# :sparkles: Memória Encantada - Jogo da Memória <br> <div> <img src=".github/wallpaper.png"> <div> ## :dart: Sobre Jogo da memória desenvolvido com propósito de aprimorar os conhecimentos em React Native, Expo, e animações com Lottie. ## :boom: Tecnologias Utilizadas - [Figma - Layout](https://www.figma.com/community/file/1212020337394409085) - [React Native](https://reactnative.dev/) - [Expo](https://expo.io/) - [Expo Font](https://docs.expo.io/versions/latest/sdk/font/) - [Typescript](https://www.typescriptlang.org/) - [Styled Components](https://styled-components.com/) - [React Modalize](https://jeremybarbet.github.io/react-native-modalize/#/) ## 🧙‍♂️ Começando Para rodar essa aplicação, você precisa ter o [Node](https://nodejs.org/en) instalado em sua máquina e o [Expo](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=pt_BR&gl=US) instalado em seu celular. Com ambos instalados e preparados, em seu terminal, execute: Clone o repositório ```shell git clone https://github.com/ingridsj/disney-memory-game.git ``` Instale as dependências ```shell yarn ``` Execute o comando ```shell yarn start ``` Pronto! Você conseguiu rodar a aplicação. ## Agradecimentos * [Nury](https://github.com/nurycaroline) * [Luiza Marlene](https://github.com/luizamarlene)
Jogo da Memória com Princesas e Vilãs
javascript,memory-game,react-native,typescript,expo
2023-02-14T22:27:45Z
2023-04-30T00:42:16Z
null
1
0
35
0
0
2
null
null
TypeScript
Learning-stud/TOPS-ASSIGNMENTS
master
null
Class Assigments
bootstrap,css,html5,javascript,python3
2023-02-11T08:25:58Z
2024-02-15T09:06:20Z
null
1
1
153
0
0
2
null
null
Python
ArmoLab/Primula
main
# Primula 这是一个简单的不知道给什么东西使用的半成品烂尾宣传主页 请不要在您的(基於本項目的)項目中避免使用與 Primula (本項目) 相似或易產生誤會的名稱. 項目使用 AGPL-3.0 許可證. 使用, 修改, 分发和 balabala 等方面還請參閱許可證內容喔 ;)
简单的不知道给什么东西使用的半成品烂尾宣传主页
astro,css,html,javascript,vue
2023-02-10T05:46:33Z
2023-09-24T06:43:39Z
null
1
0
13
0
0
2
null
AGPL-3.0
Vue
pr0t1k/weather_app
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)
Weather Forecasting website that will give you the current temprature and conditions of any city.
css,hooks,html,javascript,react
2023-02-14T09:58:31Z
2023-02-14T10:00:36Z
null
1
0
2
0
0
2
null
null
JavaScript
gaetanBloch/ts-common
main
# ts-common Catalog of Commonly Used Pattern Functions in JavaScript/TypeScript - [debounce](src/debounce.ts) - [throttle](src/throttle.ts) - [once](src/once.ts) - [memoized](src/memoize.ts) - [curry](src/curry.ts) - [partial](src/partial.ts) - [pipe](src/pipe.ts) - [compose](src/compose.ts) - [pick](src/pick.ts) - [omit](src/omit.ts) - [zip](src/zip.ts) ## Acknowledgements - [Paul's Blog](https://www.paulsblog.dev/advanced-javascript-functions-to-improve-code-quality/)
Catalog of Commonly Used Pattern Functions in JavaScript/TypeScript
javascript,patterns,typescript,utilities
2023-02-19T12:10:37Z
2023-02-19T12:38:20Z
null
1
0
11
0
0
2
null
Apache-2.0
TypeScript
sinnu1908/apnaMart_server
main
# apnaMart_server
It is an E-commerse website
css,html,javascript
2023-02-21T12:07:32Z
2023-05-11T06:41:01Z
null
1
0
8
0
1
2
null
null
JavaScript
parkin-lin/es6-pua
main
# ES6 PUA <p align='center'> <del><em>Talk is cheap. Pass the tests.</em></del> </p> <br> <p align='center'> English | <a href='./README.zh-CN.md'>简体中文</a> </p> ## Intro - Post-ES6-time Best Practices - Next Generation ECMAScript Challenges - Deliberate Practice with TDD (Test-Driven Development) ## Play Locally Install the packages locally. ```bash pnpm install # or use npm npm install ``` Then DIY your code in the `main.js` file of each question. Finally, try to pass the unit tests with TDD. ```bash pnpm test # or start the tests with UI pnpm test:ui ``` BTW, you might get the answer in the `index.js` file of the same directory.
The Round Table of post-ES6-time Best Practices.
best-practices,ecmascript,front-end-development,javascript,es-next,es6,esnext
2023-02-21T13:00:59Z
2023-09-18T21:45:58Z
null
1
0
27
0
0
2
null
MIT
JavaScript
CrispenGari/petmall
main
### petmall Online pet marketing made easy online. > This is a full stack application for buying and setting pets online. <p align="center"> <img src="cover-2.png" width="200" alt="logo"/> </p> `petmall` is a multi-repo project that contains the following packages ```shell - api - mobile - web ``` - `api` - this is the backend server where the database and storage logic is handled. - `mobile` - this is a react-native client consuming the graphql api. - `web` - this is a web application client built with `react.js` and is consuming the graphql api. ### App Mind In this section I will demonstrate the logic behind my application which can be visualized as follows. ```shell |----------> [messages] ------> [user] | |------------> [chats]-------> [pet] ------> [seller] | | |------------> [notifications] | | |---------> [reaction] ------> [user] | | [user/seller] -> [pet] ------> [comment] -------------> [reaction] -----> [user] | | | | | |------> [comment] -----> [reaction] ---> [user] [location] <------| | | | |---------> [user] |--------> [user] ``` - It all starts with the `user` or `seller` - anyone who created an account with `petmall` can buy and sell pets. - the user can have access to his/her `notifications` which are triggered when someone in the app: - react to your pet - react to your comment - commented to your pet - reply to your comment on a pet - real time messages are the part of this app. The `chat` models allows buyers and sellers of pets to chat privately. and each chat will be modeled with - `messages` - `pet` - The user/seller of the pet can edit pet details and even mark the pet as sold if the pet is sold. - an authenticated seller or buyer will have access to the notifications and messages and a profile. - In the profile the user can do the following: - edit profile details - signing out of the app - delete their account - change account password - `pet` model contains the following - `location` of the pet - `reactions` to the pet by others - `comments` / `reviews` of the pets by others ### Output In this section wi will show the screenshot of the `petmall` app for both the `web` and `mobile` version. ### 1. web The web UI and basic functionality looks as follows: 1. Landing <p> <img src="/images/web/0.jpg" alt="demo" width="100%"/> </p> 2. Login Page <p> <img src="/images/web/1.jpg" alt="demo" width="100%"/> </p> 3. Register Page <p> <img src="/images/web/3.jpg" alt="demo" width="100%"/> </p> 4. Home Page This page is shown when you are authenticated. <p> <img src="/images/web/4.jpg" alt="demo" width="100%"/> </p> 5. Creating a New Pet <p> <img src="/images/web/5.jpg" alt="demo" width="50%"/><img src="/images/web/6.jpg" alt="demo" width="50%"/> </p> 6. Opening a Pet <p> <img src="/images/web/7.jpg" alt="demo" width="50%"/><img src="/images/web/8.jpg" alt="demo" width="50%"/> </p> 7. Edit Pet <p> <img src="/images/web/9.jpg" alt="demo" width="50%"/><img src="/images/web/10.jpg" alt="demo" width="50%"/> </p> 8. User Profile <p> <img src="/images/web/11.jpg" alt="demo" width="50%"/><img src="/images/web/12.jpg" alt="demo" width="50%"/> </p> <p> 9. Notifications <img src="/images/web/13.jpg" alt="demo" width="100%"/> </p> 10. Messages <p> <img src="/images/web/14.jpg" alt="demo" width="50%"/><img src="/images/web/15.jpg" alt="demo" width="50%"/> </p> 11. Request Reset Password Email Link <p> <img src="/images/web/16.jpg" alt="demo" width="100%"/> </p> 12. Changing Password <p> <img src="/images/web/17.jpg" alt="demo" width="100%"/> </p> ### 2. mobile The following are the basic screens of the mobile app of petmall. 1. Landing <p align="center"> <img src="/images/mobile/0.jpeg" alt="demo" width="200"/> <img src="/images/mobile/1.jpeg" alt="demo" width="200"/> </p> 2. Auth Pages/Screens <p align="center"> <img src="/images/mobile/2.jpeg" alt="demo" width="200"/> <img src="/images/mobile/3.jpeg" alt="demo" width="200"/> <img src="/images/mobile/4.jpeg" alt="demo" width="200"/> <img src="/images/mobile/5.jpeg" alt="demo" width="200"/> <img src="/images/mobile/21.jpeg" alt="demo" width="200"/> </p> 3. App Home <p align="center"> <img src="/images/mobile/7.jpeg" alt="demo" width="200"/> </p> 4. Profile This page is shown when you are authenticated. <p align="center"> <img src="/images/mobile/6.jpeg" alt="demo" width="200"/> <img src="/images/mobile/8.jpeg" alt="demo" width="200"/> </p> 5. Creating a New Pet <p align="center"> <img src="/images/mobile/9.jpeg" alt="demo" width="200"/> <img src="/images/mobile/10.jpeg" alt="demo" width="200"/> 6. Opening a Pet <p align="center"> <img src="/images/mobile/11.jpeg" alt="demo" width="200"/> <img src="/images/mobile/12.jpeg" alt="demo" width="200"/> </p> 7. Notifications and Chats <p align="center"> <img src="/images/mobile/13.jpeg" alt="demo" width="200"/> <img src="/images/mobile/14.jpeg" alt="demo" width="200"/><img src="/images/mobile/15.jpeg" alt="demo" width="200"/> </p> 8. Push Notifications <p align="center"> <img src="/images/mobile/16.jpeg" alt="demo" width="200"/> <img src="/images/mobile/17.jpeg" alt="demo" width="200"/> <img src="/images/mobile/18.jpeg" alt="demo" width="200"/> <img src="/images/mobile/19.jpeg" alt="demo" width="200"/> <img src="/images/mobile/20.jpeg" alt="demo" width="200"/> </p> ### Languages used In this project I used the following languages: ```shell - typescript ``` ### Tech Stack In this project I used the following technologies. 1. api - `fastify` server with `mercurius` graphql with `type-graphql` - `jwt` authentication - `prisma` - `postgres` database - `redis` cache 2. web - `react.js` - `semantic-ui` for some components - `react-icons` for some icons - `react-router-dom` for pages and routing - `urql` graphql client - `redux` for state management - `graphql-codegen` in development for generating graphql-types from graphql documents - `localStorage` 3. mobile - `react-native` - `expo-font` - `react-native-navigation` - `urql` graphql client - `redux` for state management - `graphql-codegen` in development for generating graphql-types from graphql documents - `async-storage` ### License In this project I'm using the `MIT` license which reads as follows: ```shell MIT License Copyright (c) 2023 crispengari 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. ```
🐈🐕 Online pet marketing made easy online. Market place for Pets.
expo,fastify,graphql,javascript,mercurius,nextjs,prisma,reactjs,typeorm,typescript
2023-02-20T05:02:40Z
2023-04-19T11:16:40Z
null
1
0
88
0
0
2
null
MIT
TypeScript
alenscaria/advice-generator-react
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)
Advice Genie
css,html,reactjs,javascript
2023-02-19T16:54:03Z
2023-02-19T17:18:31Z
null
1
0
4
0
0
2
null
null
CSS
dmiante/portafolio
master
<div align="center"> <img src="/public/portafolio.png" alt="website" width="80%" /> <p> <h3><b>Bienvenido a mi sitio web!</b></h3> </p> </div> ## 🛠️ Construido con: - ⚡️ [Vitejs](https://vitejs.dev/) - ⚒️ [React 18](https://reactjs.org/) - 💅 [TailwindCSS](https://tailwindcss.com/) - 🤖 [React Icons](https://react-icons.github.io/react-icons) ## 🚀 Deploy en Vercel: - [damiansoto.vercel.app](https://damiansoto.vercel.app/)
Bienvenido a mi sitio web!
javascript,portafolio,react,tailwindcss,vitejs
2023-02-22T23:58:41Z
2023-07-18T03:53:05Z
null
1
0
55
0
0
2
null
null
JavaScript
mist232/Xenoverse
main
# XENOVERSE It is a E-commerce metaverse platform which was built during the project in flipkart grid 4.0. This platform aims to provide users a real time shopping experience. It has three virtual shoping scenes namely: Apparels shop, Instrumental shops and furniture shops where users can try on the things before buying them and each user has a unique avatar. Below are the 3D environments of shops <br> <strong> Apparel Zone</strong> https://github.com/mist232/Xenoverse/assets/93175201/6b707473-d01e-4f14-8532-fe6a8a4e890b <br> <strong> Furniture Zone</strong><br> https://github.com/mist232/Xenoverse/assets/93175201/92a22a2a-21d0-4ee7-8a15-0c5cd7424162 <br> <strong> Music Zone</strong><br> https://github.com/mist232/Xenoverse/assets/93175201/002fb177-3c5b-463e-9a32-5b1704d758eb
AR/VR E-commerce project
ar,babylonjs,e-commerce-project,vr,html,javascript,blender3d
2023-02-19T18:44:37Z
2023-12-01T06:11:20Z
null
1
0
41
0
0
2
null
Apache-2.0
HTML
supunxiii/fantasy-flix-website
main
# fantasy-flix-website a website made for all-things movies and tv-series. designed & developed by: supun seth xiii, shuaib feroze, kishoritha suthagar, thashi maleesha in 2021 April. "Buy Products Page" and "Presentation Page" were developed by supun seth xiii. live at: https://supunxiii.github.io/fantasy-flix-website/PresentationPage.html this website is not mobile responsive.
a website made for all-things movies and tv-series.
css,css3,entertainment,freshman,freshman-year,html,html-css-javascript,html5,javascript,js
2023-02-21T03:35:54Z
2023-02-21T05:28:37Z
null
1
0
16
0
0
2
null
null
HTML
larrywongkahei/TheTreeHole
main
# The TreeHole `TreeHole` is a metaphor in HongKong, it is used to describe a place or a person that you could rely on to share your secrets and release your emotions. and they are most likely a listener, that is why they are called `TreeHole` ## Brief Introduction A web application build with React Frontend and Django Backend that allows users to release emotions and stress. ## Features * Add titles to favourite * Check all the favourite story * Choose to post private story and public story * Interact with comments by pressing the Like, Love and Dislike button * Check all the private and public stories the user posted ## Features to be added * Edit profile * Direct Message * Upload image as icon ## Tools * Javascript * React * Python * Django * SQLite * Tailwind CSS ## Redirect <a href="https://larrywongkahei.github.io/TheTreeHole/">To the page</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/larrywongkahei/TheTreeHoleBackend">To the BackEnd repo</a>
The TreeHole, Somewhere you could release your emotions.
django-rest-framework,javascript,python,react
2023-02-23T16:02:06Z
2023-03-12T18:25:09Z
null
1
0
144
0
0
2
null
null
JavaScript
stdlib-js/random-strided-betaprime
main
<!-- @license Apache-2.0 Copyright (c) 2023 The Stdlib Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <details> <summary> About stdlib... </summary> <p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p> <p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p> <p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p> <p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p> </details> # Beta Prime Random Numbers [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> > Fill a strided array with pseudorandom numbers drawn from a [beta prime][@stdlib/random/base/betaprime] distribution. <section class="installation"> ## Installation ```bash npm install @stdlib/random-strided-betaprime ``` Alternatively, - To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]). - If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions). - For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]). The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships. To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above. </section> <section class="usage"> ## Usage ```javascript var betaprime = require( '@stdlib/random-strided-betaprime' ); ``` #### betaprime( N, alpha, sa, beta, sb, out, so\[, options] ) Fills a strided array with pseudorandom numbers drawn from a [beta prime][@stdlib/random/base/betaprime] distribution. ```javascript var Float64Array = require( '@stdlib/array-float64' ); // Create an array: var out = new Float64Array( 10 ); // Fill the array with pseudorandom numbers: betaprime( out.length, [ 2.0 ], 0, [ 5.0 ], 0, out, 1 ); ``` The function has the following parameters: - **N**: number of indexed elements. - **alpha**: first shape parameter. - **sa**: index increment for `alpha`. - **beta**: second shape parameter. - **sb**: index increment for `beta`. - **out**: output array. - **so**: index increment for `out`. The `N` and stride parameters determine which strided array elements are accessed at runtime. For example, to access every other value in `out`, ```javascript var out = [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]; betaprime( 3, [ 2.0 ], 0, [ 5.0 ], 0, out, 2 ); ``` Note that indexing is relative to the first index. To introduce an offset, use [`typed array`][mdn-typed-array] views. <!-- eslint-disable stdlib/capitalized-comments --> ```javascript var Float64Array = require( '@stdlib/array-float64' ); // Initial arrays... var alpha0 = new Float64Array( [ 0.0, 0.0, 0.0, 2.0, 2.0, 2.0 ] ); var beta0 = new Float64Array( [ 5.0, 5.0, 5.0, 5.0, 5.0, 5.0 ] ); // Create offset views... var alpha1 = new Float64Array( alpha0.buffer, alpha0.BYTES_PER_ELEMENT*1 ); // start at 2nd element var beta1 = new Float64Array( beta0.buffer, beta0.BYTES_PER_ELEMENT*3 ); // start at 4th element // Create an output array: var out = new Float64Array( 3 ); // Fill the output array: betaprime( out.length, alpha1, -2, beta1, 1, out, 1 ); ``` The function accepts the following `options`: - **prng**: pseudorandom number generator for generating uniformly distributed pseudorandom numbers on the interval `[0,1)`. If provided, the function **ignores** both the `state` and `seed` options. In order to seed the underlying pseudorandom number generator, one must seed the provided `prng` (assuming the provided `prng` is seedable). - **seed**: pseudorandom number generator seed. - **state**: a [`Uint32Array`][@stdlib/array/uint32] containing pseudorandom number generator state. If provided, the function ignores the `seed` option. - **copy**: `boolean` indicating whether to copy a provided pseudorandom number generator state. Setting this option to `false` allows sharing state between two or more pseudorandom number generators. Setting this option to `true` ensures that an underlying generator has exclusive control over its internal state. Default: `true`. To use a custom PRNG as the underlying source of uniformly distributed pseudorandom numbers, set the `prng` option. ```javascript var Float64Array = require( '@stdlib/array-float64' ); var minstd = require( '@stdlib/random-base-minstd' ); var opts = { 'prng': minstd.normalized }; var out = new Float64Array( 10 ); betaprime( out.length, [ 2.0 ], 0, [ 5.0 ], 0, out, 1, opts ); ``` To seed the underlying pseudorandom number generator, set the `seed` option. ```javascript var Float64Array = require( '@stdlib/array-float64' ); var opts = { 'seed': 12345 }; var out = new Float64Array( 10 ); betaprime( out.length, [ 2.0 ], 0, [ 5.0 ], 0, out, 1, opts ); ``` #### betaprime.ndarray( N, alpha, sa, oa, beta, sb, ob, out, so, oo\[, options] ) Fills a strided array with pseudorandom numbers drawn from a [beta prime][@stdlib/random/base/betaprime] distribution using alternative indexing semantics. ```javascript var Float64Array = require( '@stdlib/array-float64' ); // Create an array: var out = new Float64Array( 10 ); // Fill the array with pseudorandom numbers: betaprime.ndarray( out.length, [ 2.0 ], 0, 0, [ 5.0 ], 0, 0, out, 1, 0 ); ``` The function has the following additional parameters: - **oa**: starting index for `alpha`. - **ob**: starting index for `beta`. - **oo**: starting index for `out`. While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying `buffer`, the offset parameters support indexing semantics based on starting indices. For example, to access every other value in `out` starting from the second value, ```javascript var out = [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]; betaprime.ndarray( 3, [ 2.0 ], 0, 0, [ 5.0 ], 0, 0, out, 2, 1 ); ``` The function accepts the same `options` as documented above for `betaprime()`. </section> <!-- /.usage --> <section class="notes"> ## Notes - If `N <= 0`, both functions leave the output array unchanged. - Both functions support array-like objects having getter and setter accessors for array element access. </section> <!-- /.notes --> <section class="examples"> ## Examples <!-- eslint no-undef: "error" --> ```javascript var zeros = require( '@stdlib/array-zeros' ); var zeroTo = require( '@stdlib/array-base-zero-to' ); var logEach = require( '@stdlib/console-log-each' ); var betaprime = require( '@stdlib/random-strided-betaprime' ); // Specify a PRNG seed: var opts = { 'seed': 1234 }; // Create an array: var x1 = zeros( 10, 'float64' ); // Create a list of indices: var idx = zeroTo( x1.length ); // Fill the array with pseudorandom numbers: betaprime( x1.length, [ 2.0 ], 0, [ 5.0 ], 0, x1, 1, opts ); // Create a second array: var x2 = zeros( 10, 'generic' ); // Fill the array with the same pseudorandom numbers: betaprime( x2.length, [ 2.0 ], 0, [ 5.0 ], 0, x2, 1, opts ); // Print the array contents: logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); ``` </section> <!-- /.examples --> <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> <section class="related"> * * * ## See Also - <span class="package-name">[`@stdlib/random-base/betaprime`][@stdlib/random/base/betaprime]</span><span class="delimiter">: </span><span class="description">beta prime distributed pseudorandom numbers.</span> - <span class="package-name">[`@stdlib/random-array/betaprime`][@stdlib/random/array/betaprime]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a beta prime distribution.</span> </section> <!-- /.related --> <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> <section class="main-repo" > * * * ## Notice This package is part of [stdlib][stdlib], a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more. For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib]. #### Community [![Chat][chat-image]][chat-url] --- ## License See [LICENSE][stdlib-license]. ## Copyright Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors]. </section> <!-- /.stdlib --> <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> <section class="links"> [npm-image]: http://img.shields.io/npm/v/@stdlib/random-strided-betaprime.svg [npm-url]: https://npmjs.org/package/@stdlib/random-strided-betaprime [test-image]: https://github.com/stdlib-js/random-strided-betaprime/actions/workflows/test.yml/badge.svg?branch=main [test-url]: https://github.com/stdlib-js/random-strided-betaprime/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-strided-betaprime/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/random-strided-betaprime?branch=main <!-- [dependencies-image]: https://img.shields.io/david/stdlib-js/random-strided-betaprime.svg [dependencies-url]: https://david-dm.org/stdlib-js/random-strided-betaprime/main --> [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im [stdlib]: https://github.com/stdlib-js/stdlib [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors [umd]: https://github.com/umdjs/umd [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules [deno-url]: https://github.com/stdlib-js/random-strided-betaprime/tree/deno [deno-readme]: https://github.com/stdlib-js/random-strided-betaprime/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/random-strided-betaprime/tree/umd [umd-readme]: https://github.com/stdlib-js/random-strided-betaprime/blob/umd/README.md [esm-url]: https://github.com/stdlib-js/random-strided-betaprime/tree/esm [esm-readme]: https://github.com/stdlib-js/random-strided-betaprime/blob/esm/README.md [branches-url]: https://github.com/stdlib-js/random-strided-betaprime/blob/main/branches.md [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/random-strided-betaprime/main/LICENSE [mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray [@stdlib/random/base/betaprime]: https://github.com/stdlib-js/random-base-betaprime [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32 <!-- <related-links> --> [@stdlib/random/array/betaprime]: https://github.com/stdlib-js/random-array-betaprime <!-- </related-links> --> </section> <!-- /.links -->
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
betaprime,continuous,generator,javascript,math,mathematics,node,node-js,nodejs,prng
2023-02-23T22:26:45Z
2024-04-12T01:44:39Z
null
5
0
14
0
0
2
null
Apache-2.0
JavaScript
younusaliakash/vanilla-movie-seat-booking-app
master
## Movie Seat Booking Display movie choices and seats in a theater to select from in order to purchase tickets ## Project Specifications - Display UI with movie select, screen, seats, legend & seat info - User can select a movie/price - User can select/deselect seats - User can not select occupied seats - Number of seats and price will update - Save seats, movie and price to local storage so that UI is still populated on refresh <img src="./movie-seat-booking-project-demo.gif" alt="movie-seat-booking-project-demo"> ``` Younus Ali Akash ```
Display movie choices and seats in a theater to select from in order to purchase tickets
booking-system,css,dom-manipulation,html,javascript
2023-02-24T11:23:05Z
2023-04-05T18:16:29Z
null
1
0
2
0
0
2
null
null
HTML
FireStreaker2/Simple-Weather-App
main
![Simple-Weather-App](https://socialify.git.ci/FireStreaker2/Simple-Weather-App/image?description=1&descriptionEditable=A%20simple%20weather%20website%20using%20the%20weatherapi.com%20API%20and%20React.JS&font=Bitter&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2FFireStreaker2%2FSimple-Weather-App%2Fmain%2Fsrc%2Fsun.png&name=1&owner=1&pattern=Diagonal%20Stripes&pulls=1&stargazers=1&theme=Dark) ## About This is a simple weather website made with HTML/CSS/JS, React.js, and the https://weatherapi.com API. ## FAQ Q: Why did you make this? A: this was for a school project, it was also so i could learn a bit of how to use react js Q: What as your insipiration for this? A: one of the discarded ideas my group made was to make a website that fetched data from an api, this is the sort of continuation of that idea Q: When will this project me updated? A: About every two weeks or less Q: Will this be deployable in the future? A: no, but you can just fork the repo, change some code, and deploy it like that Q: What is this repo for? A: it's for me to keep track of my progress and also store my files just in case i lose access to them on my local machine Q: You suck at coding A: i know ## Setup ```bash $ git clone https://github.com/FireStreaker2/Simple-Weather-App.git $ cd Simple-Weather-App $ npm i ``` For developing: ```bash $ npm run dev ``` For production: ```bash $ npm run build $ npm start ``` <mark>Please note that if you are selfhosting, you need to configure your ``.env`` file with a variable named ``KEY``, and it's value an API key from weatherapi.com</mark> ## TODO * add more settings ## Credits <a href="https://reactjs.org/">React.JS</a> <a href="https://create-react-app.dev/">Create-React-App</a> <a>some random website which i forgot (a couple static assets)</a> ## License <a href="https://github.com/FireStreaker2/Simple-Weather-App/blob/main/LICENSE">MIT</a>
A simple weather website using the weatherapi.com API and React.JS
reactjs,weather,weatherapi,javascript,react
2023-02-13T04:43:30Z
2023-06-03T21:52:27Z
null
1
0
12
0
0
2
null
MIT
JavaScript
riverify/swift-send
master
### swift-send [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![Apache License][license-shield]][license-url] <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/riverify/swift-send"> <img src="https://avatars.githubusercontent.com/u/97610640?v=4" alt="Logo" width="80" height="80"> </a> <h2 align="center">Swift Send</h2> <p align="center"> <h3>丝滑妙送 简洁好用的文件中转站</h3> <br /> <a href="https://github.com/riverify/swift-send">View Code</a> · <a href="https://github.com/riverify/swift-send/issues">Report Bug</a> · <a href="https://github.com/riverify/swift-send/issues">Request Feature</a> </p> </div> <!-- 内容目录 --> <details open="open"> <summary>内容目录</summary> <ol> <li> <a href="#关于本项目">关于本项目</a> <ul> <li><a href="#built-with">构建于</a></li> </ul> </li> <li> <a href="#开始构建">开始构建</a> <ul> <li><a href="#所需环境">所需环境</a></li> <li><a href="#进行配置">进行配置</a></li> </ul> </li> <li><a href="#用途">用途</a></li> <li><a href="#贡献">贡献</a></li> <li><a href="#license">License</a></li> <li><a href="#联系">联系</a></li> <li><a href="#acknowledgments">Acknowledgments</a></li> </ol> </details> <!-- ABOUT THE PROJECT --> ## 关于本项目 这是一个小型文件中转站,通过将它部署到云服务器中,即可实现文件的中转,从而实现文件的分享或者跨平台传输的功能。 <p align="right">(<a href="#swift-send">back to top</a>)</p> ### 构建于 * [![JDk8][JDK8.com]][JDK8-url] * [![Spring][Spring.com]][Spring-url] * [![Spring Boot][SpringBoot.com]][SpringBoot-url] * [![MySQL][MySQL.com]][MySQL-url] * [![Mybatis Plus][MybatisPlus.com]][MybatisPlus-url] * [![IntelliJ IDEA][IntelliJ IDEA.com]][IntelliJ IDEA-url] <p align="right">(<a href="#swift-send">back to top</a>)</p> <!-- 开始构建 --> ### 所需环境 * JDK8 本项目由JDK8构建,请在运行本项目前确保您的电脑已安装JDK8,若您使用的是IntelliJ IDEA,您可以很方便的在`Project Structure`中配置JDK版本。 * MySQL 本项目使用MySQL数据库,请在运行本项目前确保您可以顺利连接到MySQL数据库。 * Maven 本项目使用Maven构建,初次打开项目时,IntelliJ IDEA会自动下载Maven依赖,若您的IntelliJ IDEA没有识别到Maven,请右键项目,选择`Add Framework Support`,选择`Maven`,然后点击`OK`。 若在Maven下载依赖时出现问题(大部分国内用户都会出现这个问题),为了一劳永逸,建议您在IntelliJ IDEA的`File`->`Settings`->`Build,Execution,Deployment`->`Build Tools`->`Maven`中配置Maven。 通过在您电脑用户目录下的`.m2`文件夹中找到`settings.xml`文件(若没有则创建一个该名的文件),在`<Mirrors>`内部添加以下内容: ```xml <mirrors> <mirror> <id>aliyunmaven</id> <mirrorOf>*</mirrorOf> <name>阿里云公共仓库</name> <url>https://maven.aliyun.com/repository/public</url> </mirror> </mirrors> ``` 再在该设置目录下的`User Settings File`中选择刚刚创建的`settings.xml`文件,勾选`Override`,点击`OK`即可,再次重启IntelliJ IDEA,Maven依赖就会自动下载了。 若`pom.xml`依然爆红,尝试再次加载。 ### 进行配置 * **数据库配置** </p> 无论你使用什么数据库**管理工具**,请在数据库中创建一个容易被记住的数据库名,例如`swift`,然后在导入本仓库的`sql` 文件夹中的[`database.sql`文件](https://github.com/riverify/swift-send/blob/main/sql/db.sql)。 之后需要回到本项目的`src/main/resources`目录下,找到`application.yml`文件,补充数据库的连接信息。 * **文件存储位置配置** </p> 该系统由于需要存储用户上传的图片,所以需要配置一个文件存储的位置,然后在`application.yml`的文件存储位置配置信息中配置它。 自此,配置基本完成,你可以顺利在本地运行项目了,通过运行在`src/main/java/com/swift`目录下的`SwiftSendApplication.java` 即可启动本项目。 对于希望在服务器上运行,同理修改配置文件(**_注意文件存储位置配置信息_**)后在IntelliJ IDEA终端输入: `mvn package -Dmaven.test.skip=true` 即可完成打包,云服务器部署请自行利用互联网搜索。 [示例网站](https://fubukiss.com) <!-- USAGE EXAMPLES --> ## 用途 本项目是一个文件中转系统,实现原理较为简单,通过将文件上传到服务器,然后将文件的下载链接发送给对方,对方通过访问该链接即可下载文件。 适用于个人文件分享,跨平台文件传输等场景。用户先上传文件,之后会获取一个唯一的文件密钥,这个密钥和对应的文件会在24个小时后释放, 密钥一旦被使用也会立即实效并删除文件。其中的文字分享功能还未实现,后续会加上。 [![](https://github.com/riverify/swift-send/blob/main/img/dishes.png?raw=true)](https://github.com/riverify/swift-send/blob/main/img/dishes.png?raw=true) [![](/home/river/code/IdeaProjects/swift-send/img/login2.png)](https://github.com/riverify/swift-send/blob/main/img/login2.png?raw=true) [![](https://github.com/riverify/swift-send/blob/main/img/choose.png?raw=true)](https://github.com/riverify/swift-send/blob/main/img/choose.png?raw=true) <p align="right">(<a href="#swift-send">back to top</a>)</p> <!-- CONTRIBUTING --> ## 贡献 **贡献是使开源社区成为一个学习、激励和创造的奇妙场所的原因。我们非常感谢您的任何贡献。** 如果你有什么建议可以让这个项目变得更好,请[fork](https://github.com/riverify/swift-send/fork)该版本并**创建一个PR**。 如果在学习中遇到了一些困难,你也可以[在这里](https://github.com/riverify/swift-send/issues)**提交一个issue**,我会尽快回复你。 如果它对你有帮助,请**star💫**它,再次感谢! 关于如何贡献的更多信息,请查看[CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426)。 1. [Fork](https://github.com/riverify/swift-send/fork) the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request <p align="right">(<a href="#swift-send">back to top</a>)</p> <!-- LICENSE --> ## License Distributed under the [ApacheApache-2.0 license](https://github.com/riverify/swift-send/blob/main/LICENSE). See `LICENSE.txt` for more information. <p align="right">(<a href="#swift-send">back to top</a>)</p> <!-- CONTACT --> ## 联系 riverify - [@riverify](https://github.com/riverify) - https://github.com/riverify 项目链接: [🔗https://github.com/riverify/swift-send](https://github.com/riverify/swift-send) <p align="right">(<a href="#swift-send">back to top</a>)</p> <!-- ACKNOWLEDGMENTS --> ## Acknowledgments 以下资源亦可帮助学习: * [Java项目实战《瑞吉外卖》](https://www.bilibili.com/video/BV13a411q753) * [Best-README-Template](https://github.com/othneildrew/Best-README-Template) * [toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer) * [黑马程序员Java学习路线图](https://www.bilibili.com/read/cv9965357) * [build-your-own-x自己造轮子](https://github.com/codecrafters-io/build-your-own-x) * [编程猫codingmore](https://github.com/itwanger/codingmore-learning) <p align="right">(<a href="#swift-send">back to top</a>)</p> ## End <p align="right">(<a href="#swift-send">back to top</a>)</p> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> [contributors-shield]: https://img.shields.io/github/contributors/riverify/swift-send.svg [contributors-url]: https://github.com/riverify/swift-send/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/riverify/swift-send.svg [forks-url]: https://github.com/riverify/swift-send/network/members [stars-shield]: https://img.shields.io/github/stars/riverify/swift-send.svg [stars-url]: https://github.com/riverify/swift-send/stargazers [issues-shield]: https://img.shields.io/github/issues/riverify/swift-send.svg [issues-url]: https://github.com/riverify/swift-send/issues [license-shield]: https://img.shields.io/github/license/riverify/swift-send.svg [license-url]: https://github.com/riverify/swift-send/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/riverify [product-screenshot]: images/screenshot.png [Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white [Next-url]: https://nextjs.org/ [React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB [React-url]: https://reactjs.org/ [Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D [Vue-url]: https://vuejs.org/ [Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white [Angular-url]: https://angular.io/ [Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00 [Svelte-url]: https://svelte.dev/ [Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white [Laravel-url]: https://laravel.com [Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white [Bootstrap-url]: https://getbootstrap.com [JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white [JQuery-url]: https://jquery.com [Java.com]: https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white [Java-url]: https://www.java.com/en/ [Python.com]: https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white [Python-url]: https://www.python.org/ [Spring.com]: https://img.shields.io/badge/Spring-6DB33F?style=for-the-badge&logo=spring&logoColor=white [Spring-url]: https://spring.io/ [SpringBoot.com]: https://img.shields.io/badge/Spring_Boot-F2F4F9?style=for-the-badge&logo=spring-boot [SpringBoot-url]: https://spring.io/projects/spring-boot [MyBatis.com]: https://img.shields.io/badge/MyBatis-2779BD?style=for-the-badge&logo=mybatis&logoColor=white [MyBatis-url]: https://mybatis.org/mybatis-3/ [MySQL.com]: https://img.shields.io/badge/MySQL-00000F?style=for-the-badge&logo=mysql&logoColor=white [MySQL-url]: https://www.mysql.com/ [MybatisPlus.com]: https://img.shields.io/badge/MyBatis_Plus-2779BD?style=for-the-badge&logo=mybatis&logoColor=white [MybatisPlus-url]: https://mybatis.plus/ [Redis.com]: https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white [Redis-url]: https://redis.io/ [ElementUI.com]: https://img.shields.io/badge/Element_UI-4FC08D?style=for-the-badge&logo=elementdotio&logoColor=white [ElementUI-url]: https://element.eleme.io/ [JDK8.com]: https://img.shields.io/badge/Java_8-ED8B00?style=for-the-badge&logo=java&logoColor=white [JDK8-url]: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html [IntelliJ IDEA.com]: https://img.shields.io/badge/IntelliJ_IDEA-000000?style=for-the-badge&logo=intellij-idea&logoColor=white [IntelliJ IDEA-url]: https://www.jetbrains.com/idea/
丝滑妙送,一个简洁好用的文件中转站
java,javascript,mybatis-plus,mysql,spring-boot
2023-02-16T13:01:20Z
2023-02-26T08:36:10Z
null
1
2
23
0
0
2
null
GPL-3.0
CSS
papiricoh/FlexWebDAM
master
null
Un proyecto Front-End sobre una web de compra y venta de coches, con énfasis en CSS3.
css,html,javascript
2023-02-15T09:28:52Z
2023-03-01T11:47:53Z
null
4
23
81
0
3
2
null
null
HTML
iversonLv/dota_hero_card_new
main
# Dota2 heroes cards project ## Tech stack - JS - CSS - HTML - GraphQL for API ## FYI: - After update file, kindly build again in order page update latest especially html files and image - You need to use your own STRATZ_TOKEN from https://stratz.com/api (it's free for dev) in config.js or your project env which named STRATZ_TOKEN Here we are going to use API from https://stratz.com/dashboard https://developer.valvesoftware.com/wiki/Dota_2_Workshop_Tools/Scripting/API#DOTA_UNIT_TARGET_TEAM ## Todo List - [x] Project setup - [x] images folder - [x] query folder - [x] heroes query - [x] src folder - [x] index.js we need this type as module in order could import other js module - [x] styles.css - [x] HTML Structure - [x] filter bar - [x] heroes list - [x] CSS styleling - [x] filter bar - [x] heroes list - [x] JS - [x] constants - [x] config - [x] graphql fun - [x] init state - [x] dom list - [x] main() - [x] filter bar - [x] heroes list - [x] Preview/Deploy ## Part2 card - [x] images folder - [x] query folder - [x] hero query - [x] roles query - [x] src - [x] index_card.js - [x] HTML structure - [x] CSS style - [x] JS - [] Constatns - [] config - [x] graphql fun - [x] init state - [x] Dom list - [x] main() - [x] Flip card - [x] Hero primary attr - [x] Hero base - [x] Hero attack type - [x] Hero abilities - [x] Hero video/image updated!! the video now playable - [x] Hero complexity - [x] Hero mp/hp - [x] Hero name - [x] Hero roles - [x] Hero info ## Part3 ablities/talent modal/tooltip - [x] images folder - [x] query folder - [x] abilities query file - [x] src - [x] index_card.js -[x] refractor the ablities list to show only normal ablities, scepter/shard ablities will hidde and show on the modal - [x] talent tooltip - [x] abilities tooltip - [x] scepter/shard tooltip - [x] HTML structure - [x] Show talent icon - [x] talent tooltip html - [x] abilities tooltip - [x] scepter/shard tooltip - [x] style - [x] talent tooltip - [x] abilities tooltip - [x] scepter/shard tooltip
https://9zmf5z-1234.csb.app/
css,graphql,html,javascript
2023-02-15T15:49:17Z
2023-05-05T17:22:23Z
null
1
3
16
0
0
2
null
null
JavaScript
lack21/File-Downloader
main
# File-Downloader Following project represents File Downloader, in which you can download: • Image • Video • PDF File Project is made in: • HTML • SCSS • JS ![image](https://user-images.githubusercontent.com/100687592/220066945-90cfa63a-dbeb-4872-a623-67a7708787b0.png) Live : https://lack21.github.io/File-Downloader/
Javascript Project
html5,javascript,scss
2023-02-20T09:26:39Z
2023-02-20T09:38:29Z
null
1
0
14
0
0
2
null
null
SCSS
inikhilmalik/Shoppers
main
<h1>Tech Stack </h1> <p>HTML</p> <p>CSS</p> <p>JavaScript</p> <p>React</p> <p>Chakra-UI</p> <p>JSON Server</p> # 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)
Shoppers is an e-commerce shopping website that sells clothing for men.
chakra-ui,css3,html5,javascript,json-server,express-js,mongodb-atlas,node-js,react-js
2023-02-21T08:52:14Z
2023-05-20T11:39:56Z
null
1
9
29
0
1
2
null
null
JavaScript
Prabhat-kumar-11/Chotu-Bazaar
main
# ChotuBazaar ChotuBazaar is an e-commerce website that specializes in offering a variety of products. The website allows users to sign up, browse through products, filter them, add them to their cart, proceed to checkout, and once the checkout is processed, users will be redirected to the homepage. ## Getting Started To get started with the project, clone the repository to your local machine. ## Deployed Link: https://chotubazaar.netlify.app/ # Built With ## Frontend - React.js - Chakra UI - JavaScript ## Backend - Local Storage - Mock API ## Author Prabhat Kumar
ChotuBazaar is an e-commerce website that specializes in offering a variety of products
chakra-ui,javascript,reactjs
2023-02-20T16:44:55Z
2023-04-22T05:07:48Z
null
1
6
21
0
0
2
null
null
JavaScript
MariaVanMo/Barbershop-Alura
main
# Barbershop-Alura Proyecto Barberia Alura - Realizado durante la formación de principiante de programación del programa ONE - Oracle Next Education, en el cual se manejara el lenguaje de programación Javascript junto con HTML% y CSS3. El proyecto finalizado y subido a la web de una manera publica en https://proyecto-barberia.netlify.app/ Visitala.
Proyecto Barberia Alura - Realizado durante la formación de principiante de programación del programa ONE - Oracle Next Education.
alura,principiantes,programacion,javascript,css3,html-css-javascript,html5,practica
2023-02-23T05:12:11Z
2023-08-14T00:56:31Z
null
1
5
13
0
0
2
null
CC0-1.0
HTML
ShivankK26/Crypto-Tracker-App
main
<!-- ABOUT THE PROJECT --> # About The Project ![Screenshot 2023-04-04 at 12 15 32 AM](https://user-images.githubusercontent.com/115289871/229599786-dce0bd44-e047-46b1-b298-17034cdba3c3.png) In this Project, I've built a WebApp which fetches data from Coingecko's Free Public API. Using this WebApp one can track the current rate of various Crypto Currencies at present in the market. Use the `README.md` to get started. <!-- BUILT WITH --> # Built With The Tech Stacks used are: <div align="center"> <a href="https://skillicons.dev"> <img src="https://skillicons.dev/icons?i=html,css,js," /> </a> </div> <!-- GETTING STARTED --> # Getting Started To get started, first of all go to the website of Coingecko and perform all the steps for generating API URL. After generating the URL for API download the images for various cryptocurrencies. ## Installation After generating API URL we'll use JavaScript Logics and JSON format to parse the data. * CoinGecko ```sh https://www.coingecko.com/en/api/documentation ``` <!-- CONTACT --> # Contact Name: Shivank Kapur - shivankkapur2004@gmail.com Project Link: https://shivankk26.github.io/Crypto-Tracker-App/
In this Project, I've built a WebApp which fetches data from coingecko's free public API. Using this WebApp one can track the current rate of various Crypto Currencies at present in the market. The Tech Stacks used in this Project are:- HTML, CSS, JavaScript.
crypto,cryptocurrency,css,html,javascript
2023-02-24T21:34:30Z
2023-04-04T05:32:08Z
null
1
0
4
0
0
2
null
null
CSS
PriyanshShrivastava/glassmorphism_card
master
null
A simple profile card with a glassmorphism effect.
animation,css,html,javascript
2023-02-10T11:40:17Z
2023-02-10T12:27:58Z
null
1
0
5
0
0
2
null
null
JavaScript
thejunghare/50DaysOfJsChallenge
main
## 50 Days of JavaScript Challenge Solution This repository contains my solutions to the "50 Days of JavaScript Challenge" by codedamn. Each day of the challenge focuses on a different JavaScript concept or topic, and I have provided my implementation for each challenge. ## Table of Contents - **About the Challenge** - **Usage** - **Contributing** - **License** ## About the Challenge The "50 Days of JavaScript Challenge" is a comprehensive JavaScript learning program offered by codedamn. It aims to help learners strengthen their JavaScript skills by tackling a new concept or topic every day for 50 days. The challenge covers a wide range of JavaScript concepts, including DOM manipulation, arrays, objects, functions, ES6 features, and more. ## Usage To use the solutions, follow these steps: Open the file for the specific day's challenge that you want to explore. Read the challenge description, requirements, and constraints. Examine the provided solution code and comments to understand the implementation. If needed, modify or extend the code according to your requirements. Run the code in your preferred JavaScript environment (e.g., browser console, Node.js, etc.) to see the output or test any changes you made. ## Contributing Contributions to this solution repository are welcome! If you have a better or alternative solution to any of the challenges, feel free to open a pull request. Additionally, if you notice any issues or bugs, please open an issue on the repository. ## License The solutions in this repository are provided under the MIT License. Feel free to use, modify, and distribute the code for personal or educational purposes. Refer to the license file for more information.
This is the solution to the codedamn Solve 50 JavaScript questions challenge.
javascript
2023-02-24T09:17:27Z
2023-07-20T07:12:38Z
null
1
0
128
0
1
2
null
null
JavaScript
rk28284/goodly-island-6127
main
# goodly-island-6127
Clone of ZoomCar rentral website
chakra-ui-react,css,html,javascript,react
2023-02-21T17:21:10Z
2023-09-06T08:02:10Z
null
1
14
36
0
0
2
null
null
JavaScript
rhsadikbd/portfolio
main
## Portfolio website making for Chandan Ojha
Simple Portfolio website
boxicons,css3,html5,javascript,mixitup,portfolio-website,sass,scss
2023-02-20T12:17:39Z
2023-11-23T05:09:29Z
null
1
0
7
0
0
2
null
null
HTML
Dct-tcd/Recipes
main
This React App invloves all the cool and required concepts in Reactjs # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
This is an react app built using react which allows you to search for dishes and ingredients and get related recipies in a responsive form .
html-css-javascript,reactjs,react,javascript
2023-02-24T18:15:21Z
2023-03-04T08:50:46Z
null
1
0
4
0
0
2
null
null
JavaScript
LucasBaitz/javascript-relogio
main
# Relógio feito e JavaScript com HTML e CSS > Status do projeto: Finalizado | :placard: Vitrine.Dev | | | ------------- | --- | | :sparkles: Nome | **ClockApp** | :label: Tecnologias | JavaScript, HTML, CSS | :rocket: URL | [Link](https://javascript-relogio.vercel.app) <h2> Sobre a aplicação </h2> - Projeto desenvolvido com JavaScript, HTML e CSS que traz as principais funcionalidades de um relógio. Com design limpo e intuitivo, o usuário pode facilmente navegar entre as funcionalidades do aplicativo. O design responsivo garante que o aplicativo se adapte a diferentes tamanhos de tela. Com isso, o aplicativo de relógio se torna uma solução completa e eficiente para o cotidiano. <h2> Funcionalidades: </h2> <h3> Relógio </h3> - Mostrar a hora e a data em tempo real. <h3> Temporizador </h3> - Marcar o tempo a partir de um ponto inicial e fazer uma contagem do período transcorrido durante a execução de uma atividade. <h3> Cronômetro </h3> - Medir intervalos de tempo. - Salvar intervalos de tempos que o usúario desejar.
Um aplicativo de relógio e suas principais funcionalidades feitas com JavaScript, HTML e CSS.
aplicacion-web,aplication,aplicativo,css,html,javascript,vitrinedev
2023-02-22T15:24:56Z
2023-09-23T00:54:39Z
null
2
0
17
0
1
2
null
null
JavaScript
openmindculture/wp_template
main
# WordPress Template / Starter Theme Boilerplate [wp_template](https://github.com/openmindculture/wp_template) is a simple local host WordPress setup using Docker, docker-compose, wp-cli, and PostCSS to install, develop, and test themes and plugins. It was forked from [wp_cli_docker](https://github.com/openmindculture/wp_cli_docker). This template can help you build a classic (child) theme from scratch (without exporting from the block editor), that follows the official WordPress coding standards. We can still support and provide custom blocks in our theme. Roadmap / development: this repository should be kept up to date to reflect the current best practices, but otherwise it should remain a minimal template without too many features added. ### WordPress Coding Style Incompatibility after 1.0.0 After `1.0.0`, a mostly stable beta releae with SCSS and WordPress code style, I removed both SCSS and WP syntax tools in favor of a more minimal and modern codebase, which is no longer suitable for developing themes or plugins that pass the official review process! To avoid confusion, I will keep the new codebase in its feature branch or even fork another distinct repository. You can follow the latest work in progress in the <strike>[`minimalism-config` feature branch](https://github.com/openmindculture/wp_template/tree/minimalism-config)</strike> or the more recent forked repository, [wp_template_opinionated](https://github.com/openmindculture/wp_template_opinionated/). The new codebase will follow a classic approach, possibly independent of any parent theme, but possibly inspired by Twenty-Twenty-Three and GeneratePress. ## Usage - `npm install` initialize and start the development environment - `npm start` should start up WordPress on http://localhost:8765/ - `npm run build` rebuilds and exports the theme's CSS and PHP files - `npm run watch` adds file watcher to automatically rebuild the theme. - `npm stop` stops the server without destroying data and configuration. - `npm run destroy` removes the installation and its data. ## Requirements - npm - Docker - docker-compose ## Configuration ### Set Theme name and Target Directory - Create a subdirectory below `themes` matching your theme name. - Open `package.json` and edit `build:core`, `"build:scss:sass:theme`, `build:scss:postcss:theme` etc. accordingly. - Edit `build:core` to make sure all necessary files will be exported. - Edit your `style.css` and `theme.json` to match name, author, version etc. ### Modify localhost Port and Domain The server listens on port 8765 by default, so you can enter http://localhost:8765/ to open WordPress in your browser. Modifying the port not only allows you to run multiple local projects at the same time, but it can also prevent browser caching issues between different local WordPress servers and ensure that cross-domain resources, paid plugins or fonts etc. will be displayed correctly. You can also set a local domain name that matches your future production server, by adding the domain as a localhost alias in `/etc/hosts` and configuring WordPress to use that domain. A port set to `80` can be omitted in the url, so http://example.com:80/ is equivalent to http://example.com/ and might facilitate testing even more. Edit the port mapping for the `wordpress:` service in `docker-compose.yml` and change the first value to whatever port you want to use in your browser. Edit the `installCore` function in `install-local-environment.js` and change `--url=http://localhost:8765"` to the appropriate URL. Edit `/etc/hosts` and add the local domain alias: ``` 127.0.0.1 localhost example.com www.example.com ``` Add an offloader, load balancer, or reverse proxy to add advanced server functionality like https. ### Configure pre-installed Themes and Plugins Modify [install-local-environment.js](./install-local-environment.js) to select which themes and plugins will be installed automatically using `wp-cli`. You must specify the technical names (text domains), not the current titles! The technical names are the same as the directory names in the plugin paths. ```js /* specify the technical names (text domain) of plugins to be installed */ 'wp plugin install incompatibility-status updraftplus --activate'; ``` Some commercial / paid plugins cannot be installed automatically. They have to be uploaded or installed manually later. ### Configure WordPress Core, Web Server, PHP Version used Modify [docker/WordPress.Dockerfile](./docker/WordPress.Dockerfile) to choose one of various predefined configurations using different PHP versions like 7.4, 8.0, 8.1 etc. and popular web servers like Apache or nginx to copy our customer's web hosting provider's technical setup as good as possible. See https://hub.docker.com/_/wordpress/ for available docker tags, or keep `wordpress:latest` for the newest (latest) stable release. ```Dockerfile FROM wordpress:latest # use other tags in docker/wordpress.Dockerfile to test specific versions, see # https://hub.docker.com/_/wordpress/ # FROM wordpress:6.1.1-php8.0-apache ``` ## Child Theme, Block Patterns, and Optional Must-Use-Plugin - The theme in a subdirectory of `/themes` will be rebuilt when `/src` files have changed. - Use (S)CSS and write verbose code in `/src`. - (TODO: remove SCSS from default setup, replace with CSS next syntax using [PostCSS](https://postcss.org)) - (TODO: configure PostCSS to support native CSS nesting and other upcoming features, to be exported to compatible fallbacks) - (TODO: add PHP configuration to remove unnecessary bloat and cargo code like wp-emoji or jQuery) - Add or configure other build tools, like minifying or transpiling if needed. - Create a zip archive of that subdirectory to export the theme to another WordPress installation. Known issue: [block patterns](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/) defined as .php files in the child theme's `patterns` directory seemed to be ignored in a `twentytwentythree-child` theme, while they did work when copying the files directly into the parent theme's pattern directory, or when using other, probably more classic, themes, like GeneratePress. The best practice for a quick, minimal, and standards compliant setup, is to create a child theme of an official or popular theme that provides most of the required functionality. If we need to define custom data structures, we can use the popular [ACF (Advanced Custom Fields) plugin](https://wordpress.org/plugins/advanced-custom-fields/) to provide custom fields, and use our own minimal plugin to define custom post types. This should not be part of the theme, to prevent data loss when a theme is changed or deactivated. Using a must-use plugin ensures that the code will always be active. Custom fields defined using the ACF user interface in WordPress admin can be exported to JSON or PHP, so we can add it to our custom fields plugin as well. To persist other important content like example posts or pages, use the default WordPress exporter to save an XML export as `content.xml`, which will automatically be imported when setting up the local environment using `npm install`. The data might have to be installed manually when setting up a production environment. For the sake of simplicity, our example setup uses a single-file plugin and puts all styles directly into a single `style.css` file without using further `theme.css` or `theme.json` files, which we might want to use depending on the requirements for customizability. Likewise, [SASS / SCSS](https://sass-lang.com) support can be added if it makes life easier for the developer(s) involved. But as we already use PostCSS to control autorprefixing and [cssnano](https://cssnano.co) minification, we can also use it to support the latest and even upcoming CSS sytax like [native CSS nesting](https://www.w3.org/TR/css-nesting-1/) (TODO). TypeScript / ECMAScript transpilation can also be set up (TODO). In the current state of this template, any JavaScript code will be exportet exactly as it has been written, as the original example was focused on CSS development. ## Inspection To facilitate debugging, `plugins` is mounted as a local directory, so you can search files and view error messages and annotations, to collect details for filing issues or for creating patches yourself. You can enter the Docker container and use it much like a remote server. Type `docker exec -it wordpress_setup_test_wordpress_1 bash` Replace `wp_cli_docker_wordpress_1` with the appropriate name found in `docker ps`, if necessary. Inside the docker container, you will find WordPress in `/var/www/html`. ## Stop, Clean Up, Uninstall - stop the current server by exiting the process (by pressing `Ctrl C` or your operating system's break key), or type - `npm stop` After stopping the server, the data will still be ready for another session and for inspection and backup of plugin files. Use `npm run destroy` to remove the installation. ## Development Follow the [detailled WordPress plugin development guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/). In JetBrains IDEA (PhpStorm, WebStorm, etc.) enable WordPress support and set `wp_data` as WordPress path, so that the local code inspections like SonarLint can recognize the built-in functions. You can still mark the directory as excluded to avoid unnecessary indexing and search results. Some SonarLint warnings (and PHP PSR conventions) should be ignored, like avoiding underscores in function names. As we operate in a global namespace shared with other plugins, it is considered best practice to use a unique prefix for identifiers used for `function`, `class`, and `define`. A local code sniffer validation can be set up using the provided `composer.json` configuration. Note that this currently does not work with PHP 8, so you need to use a PHP 7.4 runtime (`/usr/bin/php74`). You may need to adjust the IDE settings to WordPress coding standards and code sniffer configurations according to the provided tutorial. - https://packagist.org/packages/wp-coding-standards/wpcs - https://www.jetbrains.com/help/idea/using-php-code-sniffer.html#installing-configuring-code-sniffer - https://www.linuxbabe.com/ubuntu/php-multiple-versions-ubuntu ### Child Themes and Editor Styles Specificity As mentioned in the [child-theme chapter of the WordPress theme developer handbook](https://developer.wordpress.org/themes/advanced-topics/child-themes/), different themes might use different ways to load their theme styles and editor styles, so we might have to adapt our loading mechanism accordingly. Some themes automatically load child theme styles, so that we would not need any custom `functions.php` code. But we can still use a `wp_enqueue_scripts` hook with two `wp_enqueue_style` function calls to state the styles' dependency explicitly. To apply our (child) theme styles in the (Gutenberg) block editor, we have to `add_theme_support` for `editor-styles` and add our `theme.css` using `add_editor_style` as [described in the block editor handbook](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/). This will wrap our frontend styles in an `.editor-styles-wrapper` which is the modern equivant of the class editor's iframe body. It is still a good idea to ensure that our child theme styles override parent styles using CSS specificity, as [suggested by GeneratePress support](https://generatepress.com/forums/topic/child-theme-css-precedence/). This makes our theme more robust as it will not have to rely on the loading order. Note that a `body` selector will be automatically replaced by `.editor-styles-wrapper` which would have been added anyway, so no higher specificity in the backend, and that the semantic landmark elements `main`, `article` and `header` are missing inside the block editor preview, and there is no `.site` There is an `.editor-styles-wrapper .wp-block-post-content`, but we would not want to add backend-specific selectors to our frontend styles. Using a `body div` wrapper is not the most elegant workaround either. In case that we only need the markup generated by the parent theme, we could dequeue the parent the style and omit any specificity wrappers altogether. In future themes, we might want to support the new WordPress style engine and use `theme.json`, but we don't necessarily need to. See [Managing CSS Styles in a WordPress Block Theme by Ganesh Dahal on CSS-Tricks](https://css-tricks.com/managing-css-styles-in-a-wordpress-block-theme/) for more details. ## Code Style and Exceptions Code style should follow WordPress coding style guide, unless that's outdated or does not apply due to a valid reason. The project setup has configured PHP code sniffer, eslint, and stylelint rules. We might want to use `var` in JavaScript to produce even more backward compatible code. We might want to use BEM style underscores, which had been disallowed by the classic WordPress style guide, but seem to be used by the Gutenberg team, as discussed here: https://github.com/WordPress/gutenberg/issues/28616#issuecomment-770596122 , which also allow descending specificity as the rule seems to produce too many false positives in modular projects. CSS class names don't follow a concise system due to the different existing class names used by WordPress core, base blocks, and the GeneratePress parent theme. ## Block Library We can provide blocks of our own, that can be composed, reused, and modified by content creators. ## Troubleshooting - make sure that there is no other local service listening on port 8765 or configure another port.
A simple localhost WordPress setup using Docker, docker-compose, wp-cli, and SCSS to install, develop, and test themes and plugins as a classic (child) theme template / starter theme boilerplate following WP coding standards.
css,eslint,javascript,php,scss,stylelint,wordpress,wordpress-boilerplate,wordpress-starter-theme,wordpress-theme
2023-02-13T11:40:46Z
2023-05-04T19:24:36Z
null
1
1
52
0
0
2
null
null
PHP
nx-academy/Developpez-des-applications-avec-JavaScript-et-NodeJS
main
# Développez des applications avec JavaScript et NodeJS Bienvenue sur le code source du projet fil rouge **Guess the Number**. Ce projet a été réalisé en lien avec le cours **Développez des applications avec JavaScript et NodeJS** sur [NX](https://nx.academy). Ce cours ainsi que son projet fil rouge ont été écrits, développés et testés sur Mac et Windows. Ce projet est **open source**. Si vous avez une question, que vous avez trouvé une faute d'orthographe ou que quelque chose ne vous semble pas clair, nous vous invitons à ouvrir une [issue](). ## Prérequis - [NodeJS](https://nodejs.org/en/) : ce projet utilise actuellement la version LTS de Node, soit la 18. Pour l'installer, veuillez vous referez au chapitre 1 de la partie 1 du cours. Vous verrez comment installer NodeJS sur Mac et Windows. - [Visual Studio Code](https://code.visualstudio.com/) : Visual Studio Code est notre éditeur de texte durant tout le cours. Pour l'installer, veuillez vous referez au chapitre 2 de la partie 1 du cours. Vous verrez comment installer VSCode sur Mac et Windows. - [GitHub Desktop](https://desktop.github.com/) : nous nous servons de GitHub Desktop pour cloner le projet depuis GitHub ainsi que pour changer de branche tout au long du cours. Pour le cloner, veuillez vous referez au chapitre 3 de la partie 1 du cours. Vous verrez comment installer GitHub Desktop sur Mac et Windows. ## Installation ### Avec GitHub Desktop Ouvrez GitHub Desktop et cliquez sur le bouton **Clone Repository**. Une fois, la modale ouverte, cliquez sur l'onglet URL. Renseignez ensuite le nom de votre repository et le répertoire d'installation. Nous vous montrons ces étapes dans le chapitre 3 de la partie 1 du cours <img src="./github-desktop.png" alt="Cloner une repository depuis GitHub Desktop" /> ### En ligne de commandes Pour récupérer ce projet, vous pouvez simplement réaliser un `git clone` : - Via SSH ``` git@github.com:nx-academy/Developpez-des-applications-avec-JavaScript-et-NodeJS.git ``` - Via HTTPS ``` https://github.com/nx-academy/Developpez-des-applications-avec-JavaScript-et-NodeJS.git ``` ## Informations complémentaires: À partir de la partie 2, chaque chapitre comporte entre deux et trois branches : - `partie-2/chapitre-2-debut` - correspond à la branche du début de chaque chapitre - `partie-2/chapitre-2-exercice` - (**optionnel**) correspond à la branche d'activité - `partie-2/chapitre-2-fin` - correspond à la branche de fin de chapitre.
Code source de Guess the Number - le projet fil rouge du cours "Développez des applications avec JavaScript et NodeJS"
git,javascript,nodejs,vscode
2023-02-14T10:20:37Z
2023-07-20T08:26:48Z
null
2
0
10
16
0
2
null
null
JavaScript
tutods/devlinks
main
![Devlinks](assets/media/cover.jpg) # DevLinks This repo contains the **DevLinks** project following the **[Rocketseat](https://lp.rocketseat.com.br/devlinks/inscricao)** course. As usually, on this repo you can found some changes when compare with the course project. ## 🛠 Skills ![html][html] ![sass][sass] ![javascript][javascript] ![gulp][gulp] ## 📄 Roadmap The goal of **DevLinks** is build your first website, but, in my case, I have a few changes when comparing with the course: - [x] Use Gulp; - [x] Use Sass; - [x] Use SVG Sprite for the icons; ### Fixes - [x] Change `outline` property on switch to use `::after` with `border` property; - **Why?** The `oultine` on **Safari** appears as a square, don't respect the `border-radius` on switch toggle. But, if you use as `border` on `::after` you can have the same effect. ### What is missing? - [ ] **ESLint** configuration; - [ ] Improve SEO; - [ ] Create config to optimize and convert images to `.webp`. ## 🔗 More About Me [ ![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white) ](https://linkedin.com/in/daniel-sousa-tutods) [![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/dsousa_12) [![instragram](https://img.shields.io/badge/instragram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://twitter.com/dsousa_12) [html]: https://img.shields.io/badge/html-1E4174?style=for-the-badge&logo=html5&logoColor=white [sass]: https://img.shields.io/badge/sass-1E4174?style=for-the-badge&logo=sass&logoColor=white [javascript]: https://img.shields.io/badge/javascript-1E4174?style=for-the-badge&logo=javascript&logoColor=white [gulp]: https://img.shields.io/badge/gulp-1E4174?style=for-the-badge&logo=gulp&logoColor=white
Project created on DevLinks from Rocketseat
css,devlinks,gulp,html,javascript,rocketseat,sass
2023-02-12T21:41:32Z
2023-04-01T15:49:20Z
null
1
0
16
0
0
2
null
null
CSS
sadekur/Testimonial-Grid-Elemento-Widget
master
null
null
php,ajax,elementor,elementor-widget,javascript,jquery
2023-02-21T13:54:55Z
2023-02-21T14:39:12Z
null
1
0
1
0
0
2
null
null
PHP
PatrickDSiqueira/ProjetoHyperPong
master
# Link Execução Projeto em Teste ( Branch [development](https://github.com/PatrickDSiqueira/ProjetoHyperPong/tree/development) ) ## [Ambiente Teste](https://testhyperpongeventos.web.app/) # Link Execução Projeto em Produção ( Branch [main](https://github.com/PatrickDSiqueira/ProjetoHyperPong/tree/main) ) ## [Ambiente Produção](https://hyperpongeventos.web.app/) # Gerenciamento do Projeto ## [Projeto no Trello](https://trello.com/invite/b/O63ydAeT/ATTId398bd9ce21a2be5fa405741ead20760E3EA27FD/kanban-hyper-pong) # Tecnologias usadas no projeto ### React ### Firebase
Parceria com o Hyper Pong para a realização de um trabalho acadêmico.
firebase,git,javascript,react,reactjs,typescript
2023-02-21T23:36:59Z
2024-04-04T04:43:17Z
null
9
89
245
0
0
2
null
MIT
TypeScript
kauamath/PlayStation-Store
master
<h1 align="center"> PlayStation-Store </h1> <div align="center"> <img src="" alt=""> <h3 align="center"> <b>📱 Responsivo</b></h3> <img src="" alt=""> </div> ## 🚀 Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: - HTML e CSS - JavaScript ## 💻 Projeto ## 👨🏻‍💻 Deploy <a target="_blank" href=""><b>CLICK PARA ACESSAR!</b></a> ## 🌎<i>Onde me encontrar:</i> <br> <div style="display: inline_block"> <a href="https://www.linkedin.com/in/kaua-medeiros/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a> <a href = "mailto:contato.kauamedeiros@gmail.com" target="_blank"><img src="https://img.shields.io/badge/-Gmail-%23333?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.instagram.com/k.matheus/" target="_blank"><img src="https://user-images.githubusercontent.com/75697499/179569889-2a993690-1c1d-4c3c-a89e-775aee94a742.svg"></a> </div>
Projeto de Landing page feito com HTML, JavaScript, animação CSS e Responsividade
css-animations,html5,javascript
2023-02-15T14:58:00Z
2023-07-11T19:07:34Z
null
1
0
8
0
0
2
null
null
CSS
Elhambasir/MyPortfolio
main
# MyPortfolio <a name="readme-top"></a> <div align="center"> <!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --> <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) <!-- PROJECT DESCRIPTION --> # 📖 [Hello Microverse] <a name="about-project"> Hello , this a mobile first portfolio project</a> [Basir elham's portfolio] This a portfolio mobile first app. It is created according to a figma template and the complete version will be pushed next time. ## 🛠 Built With ### Tech Stack HTML CSS JAVASCRIPT ### Key Features - **[Navbar]** - **[Background image]** - **[Bobile first]** - **[Linter is used]** <!-- 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 have to clone this project to your local machine ### Setup Clone this repository to your desired folder:git clone git@github.com:Elhambasir/MyPortfolio.git ### Install Install this project with: Any software which you are comfortable with ### Usage To run the project, execute the following command: On your computer's keyboard press f5 or run it with live server ### Run tests To run tests, run the following command: In visual studio code with live server plugin right click and run live server. ### Deployment ## 🚀 Live Demo <a name="Live Demo"></a> [Live Demo Link](https://elhambasir.github.io/MyPortfolio/) <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Author** - GitHub: [@Elhambasir](https://github.com/Elhambasir) - LinkedIn: [basir ahmadi](https://www.linkedin.com/in/basir-ahmadi-8aba89263) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## Future Features - [ ] **[Responsive]** - [ ] **[Other features]** - [ ] **[Better style]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## Contributions Contributions, issues, and feature requests are welcome! *GitHub: [Dorcas126](https://github.com/Dorcas126) *GitHub: [KAYEMBAJONATHAN](https://github.com/KAYEMBAJONATHAN) *GitHub: [Nelofarzabi](https://github.com/Nelofarzabi) *GitHub: [popey17](https://github.com/popey17) Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> If you like this project reach me on my contact <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank in advance. This is the first draft of this project. It works on my machine. If you try it and run into problems, please create an issue; I'll do what I can to fix it. 📝 License This project is [MIT](./LICENSE) licensed.
Portfolio website is one of the most powerful tools in software developer toolbox; it’s the easiest way of showing what you’re truly capable of as a developer, and is a quick and simple way for recruiters and hiring managers to get an idea of what you can bring to their teams.
css,html,javascript
2023-02-15T17:59:35Z
2023-05-29T02:51:20Z
null
5
12
116
3
1
2
null
MIT
CSS
Cabraham1/Awesome-Books
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. --> <br/> <h3><b>AWESOME BOOKS</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [AWESOME BOOKS] <a name="about-project"></a> > This project aims to create a basic website that showcases a list of books that can be edited by users. The objective is to build a responsive multi-page book website using Html, CSS, and JavaScript. > As part of the project, you will be required to implement the Html-CSS-JavaScript linter following the guidelines in the Html-CSS-JavaScript linter config documentation. Additionally, you should adopt a mobile-first approach in the website design and ensure that it is responsive both on mobile and desktop devices. The website should also be interactive, with functionality for adding and removing books from the list. Finally, you should run tests and deploy the website. **[AWESOME BOOKS]** The website will consist of three pages: List, Add, and Contact. ## 🛠 Built With <a name="built-with"></a> - HTML & CSS & JavaScript - Git, Github and Visual Studio Code <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://cabraham1.github.io/Awesome-Books/) <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. ### Prerequisites In order to run this project you need: - a laptop - git - code editor (e.g Vscode) ### Setup Clone this repository to your desired folder: To get a local copy up and running follow these simple example steps. - Choose a directory - Open a Terminal - write: git clone https://github.com/Cabraham1/Awesome-Books - get into to directory "AWESOME BOOKS" - write: npm install <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Christopher Abraham** - GitHub: [@githubhandle](https://github.com/cabraham1) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/abrahamchristopher) 👤 **Matee Safi** - GitHub: [@githubhandle](https://github.com/matee-safi) - LinkedIn: [LinkedIn](https://www.linkedin.com) <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. - ** Add more pages to the application** - ** Add styling to the web pages** <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/Cabraham1/Awesome-Books/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > Give credit to everyone who inspired your codebase. I would like to thank... Elizerbeth <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This project aims to create a basic website that showcases a list of books that can be edited by users. The objective is to build a responsive multi-page book website using Html, CSS, and JavaScript. As part of the project, you will be required to implement the Html-CSS-JavaScript linter following the guidelines in the Html-CSS-JavaScript linter
css,html,javascript,linters
2023-02-13T16:59:32Z
2023-02-16T16:37:36Z
null
2
3
20
2
0
2
null
null
JavaScript
piyush-sri/PetSnaps
main
# PetSnaps PetSnaps is a pet photography website designed to showcase the cuteness of your furry friends. With this platform, you can upload and share your pet photos with others and get a chance to have your pet featured as the photo of the day. ## Features -User-friendly interface.<br> -Secure image upload.<br> -Ability to share photos with others.<br> -Option to make your pet photo of the day.<br> -User can like and comment on photos<br> -Search function to find photos and users<br> ## Tech Stack Frontend: HTML, CSS, JavaScript<br> Backend: Python, Django<br> Database: SQLite<br> ## Installation PetSnaps is released under the MIT License.
null
bootstrap5,css,html,javascript
2023-02-13T18:45:24Z
2023-02-13T18:58:23Z
null
1
0
5
0
0
2
null
GPL-3.0
HTML
Shubhangisaini205/Grow-Glamorous--MyGlamm-Clonee
main
# Grow Glamorous (GG.com) ![GGNew](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/5bea5a99-055d-4adb-a4a2-1db1328715b3) GG.com is the clone of Myglamm , a E-commerce site. This is a shopping website of cosmetic products belongs to women such as makeup product, lipstick, eyeliner, sunscreen ans many more. This project is built in the span of 5 day. ## Deployed Link: http://melodic-axolotl-4b8a54.netlify.app/ *** ## Tech Stacks I have used is:- ### `React` ### `Javacript` ### `Chakra-Ui` ### `Cascading Style Sheet (CSS)` ### `NPM packages` ### `JSON-serverr` *** ## Features * Login and Signup User Account * Authentication using Private Route * Various variety of products, like makeup, haircare,etc * Product sorting on teh basis of Price * Add to bag option with Bag Counter on the top of navbar * Bag product Quantity can change by increasing and removing it * checkout page with GST added to payable amount. *** ## Images of the GG.com ## Landing Page ![LandingPage1](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/9b81359b-07c4-427a-80cf-94f2bd33dbe7) ![LandingPage2](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/d4090bbd-7dae-4e80-9e91-d7ca5f25a1a2) ![Rsposiveness](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/318a8404-915a-429b-8c5d-616cdea7c7b0) ## Sign up ![signup](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/c1646cbb-b8a5-4248-99a4-6aa4a7beb909) ## Product Page ![ProductPage](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/db8bed86-0033-439c-ad53-7a7fb6f7d9e5) ## Bag Page ![bagpage](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/8fa05bd9-bee1-4ca5-b1fa-1e686158f1a7) ## Checkout Page ![Checkout](https://github.com/Shubhangisaini205/wasteful-cast-8657/assets/115461618/bb59515d-933d-4982-ae04-cbc57197384c)
GG.com (MyGlamm clone) - An E-commerce shopping website of cosmetic products belongs to women such as makeup product, lipstick, eyeliner, sunscreen ans many more.
chakra-ui,context-api,css,html5,javascript,reactjs
2023-02-21T02:50:16Z
2023-05-15T09:01:42Z
null
2
10
28
0
0
2
null
null
JavaScript
DasEvoli/image-360-rotation
master
# Image 360° Rotator This is a small, simple and plain javascript to have a 360 degree image rotation. You need to use an ID for the container + rotation class for the images. Like I used in the example in the dist folder. ![Gif to demonstrate](https://i.imgur.com/87AtMnl.gif) ## Authors ![Image of DasEvoli](https://i.imgur.com/xNcLWUT.png) DasEvoli (Vinzenz Wetzel)
This is a small, simple written script using plain javascript to have a 360 degree image rotation.
javascript,js,image,rotation
2023-02-18T18:26:27Z
2023-03-07T14:09:53Z
null
1
0
9
0
0
2
null
null
JavaScript
JonasBne/haunted-house
master
null
A scene of a haunted house, created with three.js primitive shapes.
javascript,threejs,threejs-journey,typescript,vite
2023-02-19T13:44:45Z
2023-03-06T10:57:59Z
null
1
0
22
0
0
2
null
null
TypeScript
devhasibulislam/tiktok-chat-simulation
master
```bash git clone https://github.com/hasibulislam999/tiktok-chat-simulation.git cd tiktok-chat-simulation code . yarn install ```
An interactive clone interface of TikTok chat non-socketed.
react,css,es6,hooks-api-react,html,html5,javascript,jquery,js,jsx
2023-02-23T08:56:03Z
2023-02-23T09:04:08Z
null
1
0
14
0
0
2
null
MIT
JavaScript
SevenAJJY/Speed-Typing-Test-Game
main
# Speed-Typing-Test-Game A simple Speed Typing Test Game for testing your typing speed. Test your typing speed, analyze your results and improve :D.
A simple Speed Typing Test Game for testing your typing speed. Test your typing speed, analyze your results and improve :D.
css,css3,html,html5,javascript
2023-02-24T15:40:01Z
2023-03-03T21:17:15Z
null
1
0
12
0
0
2
null
null
JavaScript
Dct-tcd/Quizzo-
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
This is an react app which allows anyone to create an quiz and display results .
react,html-css-javascript,javascript,reactjs
2023-02-18T09:58:12Z
2023-02-18T12:28:15Z
null
1
0
2
0
0
2
null
null
JavaScript
arghyapal15/Login_Page
main
null
Animated login page
css,html5,javascript,scss
2023-02-17T08:37:24Z
2023-02-17T08:38:29Z
null
1
0
1
0
0
2
null
null
SCSS
SS88UK/EnhanceCP-Tools
stable
# Enhance CP Tools A script that injects useful tools into the Enhance CP under a 'Tools' menu. Uses the Enhance API to show data. ## Demo Visual ![Screen Recording 2023-03-10 at 8 03 32 AM](https://user-images.githubusercontent.com/17299026/224324214-16eccd27-80a1-40d7-817a-9fb6b5ead660.gif) ## Deployment To add this to your installation, currently the only way is to modify the index.html file on your Control Panel server: ``` /var/www/control-panel/ui/index.html ``` Add the following (CDN by jsDelivr) between the `<head></head>` section. ``` <script src="https://cdn.jsdelivr.net/gh/ss88uk/enhancecp-tools@stable/load.js"></script> ```
A script that injects useful tools into the Enhance CP.
enhance,javascript,enhancecp
2023-02-17T17:01:16Z
2023-12-01T22:30:02Z
null
1
0
16
0
0
2
null
null
JavaScript
Rilmxp/Veggie-Menu
main
# Veggie Menu **Link to website:** https://rilmxp-veggie-menu.netlify.app/ A vegetarian recipe search website created with ReactJs where users can register and log in to save their favorite recipes. It promotes a healthy and environmentally-friendly diet in conformity with the UN's Climate Action and Life on Land goals. Users authetication is implemented with firebase authentication services and favorite recipes with firestore database. HTTP requests for recipes are made to Spoonacular API at https://spoonacular.com/food-api ## Important notes: - **Spoonacular free version**. The websiste uses a free version of Spoonacular API which allows limited requests. Whenever this limit has been reached, the following message will be displayed: "Recipes data currently unavailable. Please try again later.". The limit resets everyday at 01.00 am Central European Time (UTC+1) - **API imprecise information**. The webiste uses metric units for ingredients. However, the API might sometimes return some solid ingredients in ml and, in other occasions, correctly in grms. On the other hand, chicken and other meat broths which are clearly NOT vegetarian are surprisingly treated as such by the API. --- </br> ## index of contents 1. [Description](#description) 2. [Behavior](#behavior) - [Home](#home) - [Single Recipe](#single-recipe) - [Sign up - Login](#signup-login) - [Account](#account) - [Error Page](#error-page) 3. [Technologies / libraries / external resources](#technologies) - [ReactJs](#react) - [Redux](#redux) - [Firebase](#firebase) - [Axios](#axios) - [Css](#css) - [Other libraries](#other-libraries) 4. [Responsiveness](#responsiveness) --- <a name="description"></a> ## Description The website consists of six different routes to components that represent "pages". 1. **Home**: on app load, five random recipes will be fetched and displayed. Users can search for vegeterian recipes by using the searchbox. 2. **Sign Up**: registration form where users can register by providing a username, email and password. 3. **Login**: login form where registered users can access their personal account by providing their credentials. 4. **Single Recipe**: it displays full recipe information such as description, ingredients and cooking instructions. Can be accessed by clicking on any recipe card. 5. **Account**: can be accessed only upon registration. It displays user information, their favorite recipes and a button to cancel their account. 6. **Error Page**: displayed whenever the user inserts invalid route information directly on the url. --- </br> <a name="behavior"></a> ## Behavior <a name="navbar"></a> ### Navbar - Brand/Logo link to Home. - Login link to Login Form if no user is logged-in. Otherwise, logout button - Username link to users Account page (if user is logged-in) </br> <a name="home"></a> ### Home When app loads for the first time, it fetches and displays five different random recipes from Spoonacular's API. - **Carousel with three different links.** - Local anchor link to the recipes searchbox. - Local url to Login Form. - Absolute url to USDA external website. - **Searchbox.** Sends request to the API and returns a maximum of five available recipes as per user's input. - **Filters.** Recipe results can be filtered by certain criteria. If filters return no recipes, "No recipes match the selected filters" will be displayed. - Maximun number of calories. Input type number in steps of 100 and up to 1000. The following feedback will be provided: - if number is greater than 1000: "Maximun value 1000". - if number lower than 100: "Minimum value 100". - if number outside of steps of 100 (150 for example): "Please insert a number in steps of 100". </br> </br> - Special diets. Input type checkbox for "Vegan", "Gluten Free" and "Dairy Free" - **Recipes section.** All recipes will be displayed in this section. - If there are no recipes, the following feedback messages will be shown: - In case of an error: "Recipes data currently unavailable. Please try again later." - If no recipes found as per user's searchbox input: "No recipes available with those parameters" </br> </br> - Recipe Cards: - A default image has been provided with "Recipe not available" message in case no image is given back from the API - Heart icon to add/remove recipe to/from favorites. "Login required" feedback if user is not logged in. Filled/empty heart otherwise. - Arrow icon to flip the card. Its front displays recipe title and description. Its back recipe ingredients. - Clicking outside those icons will redirect the user to the full recipe page </br> <a name="single-recipe"></a> ### Single Recipe: - **Description.** Button "show less"/"show more" text has been implemented. - **Recipe stats.** Like vegan, very-cheap, very healthy, sustainable, amog others. This section will be shown only if any recipe stats are available. - **Ingredients.** Full ingredient information that consists of "amount", "metric unit" and "ingredient" (eg. {100} {grms} {flour}), will be provided. In case of error in one of those pieces of data, that specific one will be replaced by "amount/unit/ingredient not availabe". - **Cooking instructions.** They consist of a step number and the step itself, the instruction (eg {1} {boil water}). If step number is not available, only the instruction will be displayed. If instruction (step), is not available, "Step instructions not available" will be shown instead. </br> <a name="signup-login"></a> ### Sign Up and Login - Upon registration, the user will be automatically logged in and redirected to the account page. - For the username field, on the the Sign Up page, a regex pattern has been set to avoid sending an empty string to the database and therefore guarantee the user will indeed have a name. - **Feedback**. - Below each field whose user's input proves to be invalid. - Firebase rejection at registration: - if email already exists: "Email already registered. Try another one". - Firebase rejection at login: - if invalid email(user does not exist): "Invalid user. Try again." - if wrong password: "Wrong password. Try again." </br> <a name="account"></a> ### Account Only registered users can access the account page. A protected route has been implemented to guarantee so. They will be otherwise redirected to the login page. The page consist of a dynamic welcome message, a table with the user's account information and delete account button, and a container with filters and favorite recipes. - **Delete account button:** - A pop-up modal will open requesting confirmation. - Upon confirmation, user's favorite recipes will be removed from firestore database and ONLY after its success, the user account will be deleted from firebase authentication records. This prevents that the database will keep data from a user that does not exist anymore. - If any of those deletions fail, the following feedback message will be shown: "User not deleted. Try again later" - Firebase might request a recent login to be made to proceed to deletion of the account. In this case "Recent login is required" error message will be displayed. - Otherwise, data will be deleted from both services and user will be redirected to the login page. - **Recipes container:** - Displays only user's favorite recipes. - if user has no favorites, "No favorite recipes yet" message will be displayed instead. </br> <a name="error-page"></a> ### Error page Whenever the user manually inserts invalid data on the url, he/she will be redirected to the error page which consists of a background picture (the same used as default for the recipe cards), and a button to go back to home. </br> ### Note on error handling Any other unexpected errors will be displayed as "Internal Error. Try again later" --- <br> <a name="technologies"></a> ## Technologies / libraries / external resources <a name="react"></a> ### ReactJs - Application created with `create-react-app` command. - **State management.** Both recipes and user state management have been implemented globally with Redux. Other minor states, like the one for the forms, are managed locally. - **Components.** They can be found inside the `features` folder with the exception of page components which are located in their dedicated folder named `pages`. - **Folders and file structure**. - `Features` folder has been divided into different categories to reduce clutter. Each folder has an `index.js` which imports and exports in only one place all the components from that specific feature. As an example, all input fields and forms components will be found in the the `forms` folder and navbar and footer in the `layout` folder. - `context` folder contains all Redux files. - `database` folder contains both Firebase authentication and Firestore files. - `styles` folder contains minimum common configuration sass files as most styles have been set using css modules. - `helpers.js` contains useful configuration and functions used throughtout the app like axios base parameters for async calls, `recipeDataHandler()` to format API's responses and other helpful string formatting functions. - Environment variables have been written on an `.env` file at root level. </br> <a name="redux"></a> ### Redux Two slices: recipes, and user. - `recipesSlice.js:` Its core states are: - `recipes`: which will be updated as soon as the app loads for the first time and then every time a successful search is carried out. These are the recipes displayed on the screen. - `previousRecipes`: will remember recipes so they can be shown back again whenever a search result returns nothing. - `filteredRecipes`: will show only recipes that respect filter parameters selected by the user </br> </br> - `userSlice.js`: Its core states are: - `user`: composed of user id (uid), username, and email. - `favoriteRecipes`: which will store user's personal picks. - `filteredFavoriteRecipes`: will show only favorite recipes as per selected filter parameters. - Unlike `recipesSlice.js`, `userSlice.js` relies heavily on `extraReducers`. This is given to fact that its state depends mostly on the result of asynchronous requests made to Firebase services for both creating/deleting/authenticating the user and retriving/modifying/deleting their favorite recipes. - Redux's `createAsyncThunk` functions have been used for the above purpose. For shorter and easier readability, their callback function parameter has been written directly on the firebase files. </br> <a name="firebase"></a> ### Firebase services (database) - `firebaseAuthentication.js`: contains all login/Sign up/delete user logic. - `firebaseDb`: firestore NoSql database. Contains all firestore logic to manage users favorites. It basically creates/deletes/modifies a `collection/document/collection/document` pattern for `users/userid/favorites/recipeid`. Notes on all functions can be found directly on the source code. </br> <a name="axios"></a> ### Axios - Used for HTTP requests. Its base configuration can be found in `helpers.js`. </br> <a name="css"></a> ### Css/Sass/Css Modules - Only two sass partials have been created. `_config.scss` for basic global styles, and `_custom-bootstrap` to modify some bootstrap defaults. - Apart from that, most of the styles have been defined in Css modules adjacent to each corrisponding component. </br> <a name="other-libraries"></a> ### Other libraries - **React-Icons.** Github, briefcase, filled/empty heart. - **Lodash.** `._isEmpty` used for data handling of HTTP request responses. - **Html-react-parser.** To convert an HTML string to react elements (used to format recipe description from API). - **Nanoid.** To create ids for react lists internal indexing. - **React-router-dom.** To route to different page-like components. - **React Bootstrap.** Used for Forms, Carousel and navigation bar. --- </br> <a name="responsiveness"></a> ## Responsiveness - Carousel responsive images using html's <img> srcset attribute. - the responsive nature of each component has been set directly on their own css module. - **Responsive elements:** Recipe cards, both its own layout and their position inside their recipe container. Forms from column to rows. Table (users account info) from wide to narrow.
A vegeterian recipe search website created with ReactJs where users can register and login to save their favorite recipes.
html,reactjs,axios,css,css-modules,firebase,html-react-parser,javascript,lodash,nanoid
2023-02-19T16:34:28Z
2023-05-22T21:08:46Z
null
1
0
48
0
1
2
null
null
JavaScript
OutRed/JSON-Grid-Example
main
# JSON-Grid-Example ## A repository featuring: - Responsive image grid made out of single <div> element - Responsive image grid made from JSON file - Includes plain CSS for image grid, edit it as you like - Includes search bar for grid items - Each grid item leads to a link ## Liscence Please give me a star if you use this, or just give me credit by saying "Made by OutRed"! I do not care what you do with this. It has no liscence. Sell it, make it your own for all I care.
A repository containing files for an image grid using a JSON file.
css,grid,html,image-grid,javascript,js,script,scripts,stylesheet
2023-02-21T20:18:56Z
2023-02-22T20:45:13Z
2023-02-21T20:53:03Z
1
0
28
0
1
2
null
null
JavaScript