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
lionelsu/store-manager-api
main
<!-- Este é um comentário: omitir os tópidos redundantes --> <!-- **| [Brazil](README.md) | [asdf](README_en.md) |** --> # Store Manager [Documentação da API no Postman](https://documenter.getpostman.com/view/30159355/2s9YJgTLHB) O Store Manager API é uma solução completa de gerenciamento de vendas por drop shipping. Esta API oferece operações de CRUD (Create, Read, Update, Delete) para facilitar o gerenciamento de vendas. Desenvolvida com foco na qualidade e seguindo a metodologia TDD (Test-Driven Development), a API adota uma arquitetura em camadas consistente com Model, Service e Controller (MSC). <details> <summary>Ferramentas Utilizadas</summary> - **Tecnologias Principais:** - Node.js - Express.js - MySQL Server - **Testes:** - Mocha - Chai - Sinon - **Documentação:** - Swagger - Postman </details> ## Pré-Requisitos Utilize o Docker: - [Docker & Docker Compose](https://docs.docker.com/compose/) <!-- ## Features --> ## Instalação 1. Clonar o Repositório Primeiro, copie ou clone este repositório para o seu sistema local usando o Git: ```bash git clone git@github.com:lionelsu/store-manager-api.git && cd store-manager-api ``` 2. Iniciar o Contêiner Docker Utilize o Docker Compose para iniciar o contêiner do Store Manager: ```bash docker compose up -d ``` 3. Acesse a documentação da API no navegador: ```http http://127.0.0.1:3001/v1/docs/ ``` ## Uso Para interagir com o Store Manager, você pode usar os seguintes comandos: Visualização de Logs ```bash docker logs -n 10 -f store_manager ``` Linha de Comando Interativa, usada para **[testar](#testes)** a aplicação ```bash docker exec -it store_manager bash ``` Resetar o Banco de Dados (deve ser executado dentro da **[linha de comando interativa](#uso)**) ```bash npm run db:reset ``` ## Rotas da API **Produtos:** - **`POST /products`**: Cadastra um novo produto. - **`GET /products`**: Retorna todos os produtos cadastrados. - **`GET /products/:id`**: Retorna um produto específico pelo ID. - **`GET /products/search`**: Retorna produtos com base na consulta de nome. - **`PUT /products/:id`**: Atualiza um produto pelo ID. - **`DELETE /products/:id`**: Exclui um produto pelo ID. **Vendas:** - **`POST /sales`**: Cadastra uma nova venda. - **`GET /sales`**: Retorna todas as vendas cadastradas. - **`GET /sales/:id`**: Retorna uma venda específica pelo ID. - **`PUT /sales/:saleId/products/:productId/quantity`**: Atualiza a quantidade de um produto em uma venda. - **`DELETE /sales/:id`**: Exclui uma venda pelo ID. <details> <summary>Configuração</summary> Variáveis de ambiente dentro do container: ```mysql MYSQL_USER: root MYSQL_PASSWORD: password MYSQL_HOSTNAME: db MYSQL_PORT: 3306 PORT: 3001 ``` </details> ## Testes - Dentro da **[linha de comando interativa](#uso)**, você pode executar os seguintes testes: - Testes Unitários: ```bash npm run test:mocha ``` - Cobertura de Testes: ```bash npm run test:coverage ``` - Testes de Mutação: ```bash npm run test:mutation ``` ## Habilidades desenvolvidas Usei o `Node.js` com o `Express.js` como base da minha aplicação, permitindo criar facilmente endpoints `HTTP` para atender às necessidades do sistema. O banco de dados `MySQL Server` foi escolhido para armazenar dados relacionados a produtos, vendas e outros elementos cruciais do sistema. A qualidade do código foi garantida por meio de testes rigorosos usando `Mocha`, `Chai` e `Sinon`. Esses testes avaliaram minuciosamente os endpoints, serviços e funções para garantir que tudo funcionasse corretamente. Para documentar a `API`, utilizei o `Swagger`, que inclui informações sobre rotas, parâmetros e exemplos práticos. Também disponibilizei uma coleção no `Postman` para facilitar testes e interações com a `API`. Com essas etapas concluídas, estou confiante na entrega de uma `API` sólida e funcional, pronta para atender às necessidades dos usuários.
RESTful API offering comprehensive CRUD functionality for sales management, specifically drop shipping. Developed with TDD methodology.
api,docker,docker-compose,javascript,mocha,mysql,openapi3,postman,swagger,swagger-ui
2023-09-15T21:04:38Z
2023-10-07T19:06:01Z
null
2
1
25
0
0
2
null
null
JavaScript
V1ct0rSb/CampeonatoFabtech
main
# CampeonatoFabtech <h2>🚧 Introdução</h2> <p>Na disciplina de Residência de Software I, uma iniciativa inovadora ganha vida através da colaboração entre os estudantes e as empresas selecionadas em parceria com o Porto Digital. Este ambiente proporciona não apenas aprendizado teórico, mas também a oportunidade única de aplicar esse conhecimento em projetos práticos. </p> <p>Um exemplo notável é esse projeto, desenvolvido durante essa disciplina, demonstrando a capacidade dos squads em abordar desafios reais e entregar soluções eficazes. Este é apenas um dos muitos casos em que a teoria se transforma em prática, preparando os alunos para enfrentar os complexos cenários do mundo profissional de desenvolvimento de software.</p> <h2>Sumário</h2> <ul> <li><a href="#descricao">Descrição</a></li> <li><a href="#uso">Uso</a></li> <li><a href="#tecnologias-utilizadas">Tecnologias Utilizadas</a></li> <li><a href="#licenca">Licença</a></li> </ul> <h2 id="descricao">📄 Descrição do Projeto</h2> <p>A Plataforma de Gerenciamento de Campeonatos de Futebol Amador é uma inovadora solução que coloca nas mãos de entusiastas e jogadores de futebol amador a capacidade de criar e personalizar campeonatos de forma descomplicada e eficaz.</p> <p>A carência de uma plataforma dedicada a esse propósito foi o impulso por trás da concepção deste projeto revolucionário. Agora, apaixonados pelo esporte têm à disposição uma ferramenta excepcional para dar vida a seus próprios torneios, reunindo comunidades esportivas e promovendo a paixão pelo futebol amador.</p> <h2 id="uso">🚀 Uso</h2> <ol> <li>Clone o repositório para sua máquina local ou baixe o arquivo HTML diretamente.</li> <li>Personalize o conteúdo para se adequar ao seu evento esportivo ou tema do site. Atualize os logotipos das equipes, resultados das partidas, informações dos jogadores e artigos de notícias.</li> <li>Você pode aprimorar ainda mais a funcionalidade do site e componentes de back-end conforme necessário.</li> </ol> <h2 id="tecnologias-utilizadas">💻 Tecnologias Utilizadas</h2> <ul> <li>HTML</li> <li>CSS</li> <li>JavaScript</li> <li>Ionicons (para ícones)</li> </ul> <h2 id="licenca">📝 Licença</h2> <p>Este modelo é fornecido sob a Licença MIT. Você pode encontrar mais detalhes no arquivo <code>LICENSE</code>.</p>
null
css,github-pages,html,ionicons,javascript
2023-09-18T19:23:15Z
2023-11-29T11:08:17Z
null
5
1
76
0
0
2
null
MIT
HTML
Muhammad-Rebaal/NFT-site-landing-page
main
# NFT Landing Page Welcome to the NFT Showcase ## About Us ![NFT Logo](nft.png) We are a passionate group of artists and collectors dedicated to the world of NFTs. Explore our unique collection of digital art and collectibles.
Welcome to our NFT Showcase, where art and technology converge to bring you a unique collection of digital art and collectibles. Our NFT landing page is thoughtfully designed with a focus on user experience and responsiveness, ensuring that visitors can seamlessly explore our offerings from any device.
javascript
2023-10-06T18:15:29Z
2023-10-06T18:23:53Z
null
1
0
4
0
0
2
null
null
CSS
GovardhaneNitin/landing-page-gpt3
main
# GPT-3 Landing Page 🚀 Welcome to the GPT-3 Landing Page project! This modern and fully responsive website showcases the magic of React JS. ## Features ✨ - **Responsive Design**: Seamlessly adapts to various screen sizes. - **Sleek and Modern UI**: Aesthetic and user-friendly design. - **Built with React JS**: Harnessing the power of the React library. - **Easy to Customize**: Tailor it to your needs effortlessly. ## Preview 📷 <img src="/src/assets/Figma Landing-Page.png" alt="Figma-Landing-Page" /> ## Getting Started 🚀 1. **Clone the repository:** ```bash git clone https://github.com/your-username/gpt-3-landing-page.git ``` 2. **Navigate to the project directory:** ```bash cd gpt-3-landing-page ``` 3. **Install dependencies:** ```bash npm install ``` 4. **Run the development server:** ```bash npm start ``` 5. **Open your browser and visit:** ```bash http://localhost:3000 ``` ## Customize 🎨 Feel free to customize the content and styles! The code is well-organized, making it easy to modify according to your preferences. ## Contributing 🤝 Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request. ## Acknowledgments 🙌 - Hat tip to OpenAI for the amazing GPT-3 technology! - Special thanks to the React JS community. Happy Coding! 🚀✨
GPT3 Landing Page using (React.js, JavaScript and CSS)
css,reactjs,javascript
2023-10-04T04:39:37Z
2023-10-04T05:08:53Z
null
1
0
3
0
0
2
null
null
CSS
HMarzban/codecrafters-redis-javascript
main
# Codecrafters Redis in JavaScript [![Codecrafters Challenge Progress](https://backend.codecrafters.io/progress/redis/b26b2620-8a48-4af9-b624-3729b82c74a7)](https://app.codecrafters.io/users/HMarzban?r=2qF) Welcome! This is my take on the [Codecrafters Redis Challenge](https://codecrafters.io/challenges/redis) Redis Challenge. I've delved deep into the heart of Redis and ended up crafting my own little version in JavaScript. Dive in and check it out! ## Introduction Welcome to my solution for the [Codecrafters](https://codecrafters.io/challenges/redis) Redis challenge! In this repository, I've created a toy Redis clone that not only handles the basic commands like `PING`, `GET`, and `SET` but also includes an extended `SET` of features <u>that was not in the challenge</u>. With benchmarking tools and extensive testing, this repository is meant to be both an educational resource and a fun exploration into the world of Redis. ## Features ### SET Command Syntax ```sh SET key value [NX | XX] [GET] [EX seconds | PX milliseconds | EXAT unix-time-seconds | PXAT unix-time-milliseconds | KEEPTTL] ``` Supportet Options: - `EX` seconds -- Set the specified expire time, in seconds. - `PX` milliseconds -- Set the specified expire time, in milliseconds. - `EXAT` timestamp-seconds -- Set the specified Unix time at which the key will expire, in seconds. - `PXAT` timestamp-milliseconds -- Set the specified Unix time at which the key will expire, in milliseconds. - `NX` -- Only set the key if it does not already exist. - `XX` -- Only set the key if it already exists. - `KEEPTTL` -- Retain the time to live associated with the key. - `GET` -- Return the old string stored at key, or nil if key did not exist. An error is returned and SET aborted if the value stored at key is not a string. ### Other Commands - `DEL` -- Delete a key - `ECHO` -- Echo the given string - `TTL` -- Get the time to live for a key - `PING` -- Ping the server - `EXIT` -- Quit the server ### Additional Features - **Robust Testing**: Leveraged the `test.sh` script to ensure all command combinations operate as expected. - **Performance Benchmarking**: Introduced `benchmark.sh` for performance measurement and analysis. - **Scalable Workers**: Easily scale worker processes using environment variables. (nodejs, singel thread give you the best perfomance) ## Getting Started ### Prerequisites Ensure [Node.js](https://nodejs.org/) and [redis-cli](https://redis.io/docs/ui/cli/) are installed on your machine. ### Setup & Running 1. **Clone the Repository**: ```sh git clone https://github.com/HMarzban/codecrafters-redis-javascript.git ``` 2. **Start the Application:** ```sh npm start ``` To customize the worker count: - 4 Workers: `npm run start:worker4` - 2 Workers: `npm run start:worker2` - Single Worker: `npm run start:worker1` ## Testing Run the test script to validate the command implementations: ```sh npm run test ``` ## Benchmarking Analyze the performance of the system with the benchmarking script: ```sh npm run benchmark ``` > Note: Ensure the node application is hitting in the background before initiating tests or benchmarks. I hope you find this project insightful and get a deeper understanding of how Redis works in the background. If you're curious like me, dive in and have fun learning!
Dive into a JavaScript rendition of the Codecrafters Redis Challenge. Beyond the basics, this repo amps up Redis functionalities with benchmarks and extensive testing. It is built for enthusiasts by an enthusiast!
benchmarking,education,javascript,nodejs,redis,redis-commands,testing,codecrafters-challenge
2023-09-16T18:55:40Z
2023-09-22T14:57:17Z
null
1
0
3
0
0
2
null
null
JavaScript
SuryaPratap2542/Resume-Uploader
main
# Django Resume Uploader Django Resume Uploader is a web application that allows users to upload their resumes and view a list of candidates. It is built using the Django web framework and provides a simple way to manage resumes and candidate information. ## Features - User-friendly web interface for uploading resumes. - Candidate details such as name, date of birth, gender, contact information, and more. - List of candidates with view and delete options. - Integration with Django's built-in admin interface for managing candidate data. - Responsive design for various screen sizes. ## Screenshots <img width="922" alt="image" src="https://github.com/SuryaPratap2542/Resume-Uploader/assets/89827931/d3924bcc-5483-4dec-9405-7577057ba473"> *Home Page - Upload Resumes* <img width="887" alt="image" src="https://github.com/SuryaPratap2542/Resume-Uploader/assets/89827931/8114c052-76d5-46b2-9a8b-b268225fb06b"> *Candidates informations* ## Installation 1. Clone the repository to your local machine: ```bash git clone https://github.com/yourusername/django-resume-uploader.git ``` 2. Navigate to the project directory: ```bash cd django-resume-uploader ``` 3. Create a virtual environment (optional but recommended): ```bash python -m venv venv ``` 4. Activate the virtual environment: - On Windows: ```bash venv\Scripts\activate ``` - On macOS and Linux: ```bash source venv/bin/activate ``` 5. Install the project dependencies: ```bash pip install -r requirements.txt ``` 6. Run the development server: ```bash python manage.py runserver ``` 7. Access the application in your web browser at `http://localhost:8000`. ## Usage 1. Access the home page to upload resumes and view the list of candidates. 2. Click the "Submit" button to upload a resume. 3. View candidate details by clicking on their name in the list. 4. Delete a candidate by clicking the "Delete" button. 5. Access the Django admin interface at `http://localhost:8000/admin` to manage candidate data. ## Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these steps: 1. Fork the repository on GitHub. 2. Clone your forked repository to your local machine. 3. Create a new branch for your feature or bug fix. 4. Make your changes and commit them. 5. Push your changes to your forked repository. 6. Create a pull request to submit your changes for review. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## Acknowledgments - This project was created as a learning exercise with Django. - Special thanks to the Django community for providing excellent documentation and resources.
Django Resume Uploader
css,datepicker,django,html,javascript,python,resume
2023-09-18T09:35:49Z
2023-09-18T09:42:19Z
null
1
0
2
0
0
2
null
null
Python
patyfil/back-end-senai-sc
main
<h1 align="center"> Programação Básica em Back-End - 20h - SENAI/SC </h1> <p align="center"> <a href="#-tecnologias">Tecnologias</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-projeto">Projeto API</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-layout">Layout Calculadora</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; </p> <p align="center"> <img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000"> </p> --- ## 🚀 Tecnologias ### Conteúdo do curso ### Módulo I - Fundamentos da linguagem JavaScript - Configuração do ambiente de desenvolvimento utilizando a plataforma Codesandbox; - Introdução à linguagem JavaScript; - Tipos de dados; - Operadores aritméticos, relacionais e lógicos; - Expressões lógicas e aritméticas; - Estruturas de controle e repetição; - Funções; ### Módulo II - Fundamentos básicos de back-end - Introdução à plataforma Node.js; - Introdução ao framework Express; - Instalação e configuração do SGBD MongoDB na nuvem; - Estilo arquitetural REST; - Teste de API utilizando a ferramenta Postman. ## 💻 Módulo I - Calculadora com JS - [Visite o projeto online](https://patyfil.github.io/back-end-senai-sc/) ## 🔖 Layout <div align="center"> <p align="center"> Calculadora com JS </p> <br> <img alt="print da calculadora" src="./img/preview.jpg" width="50%"> </div> ## Módulo II - API REST Desenvolvimento de uma API REST usando o Node.js, Express.js e MongoDB Atlas para armazenar esses dados. A aplicação é responsável por realizar as operações de CRUD básicas com a entidade “Usuário” com os seguintes Campos: nome, login e senha. • Cada usuário é uma instância dessa entidade, e eles compartilham as mesmas características básicas, como nome, login e senha. - Em resumo: É necessário criar EndPoints para: - Criar usuários - Ler Usuários - Atualizar Usuários - Excluir Usuários A estrutura da API REST está representada na tabela abaixo: <div> <img align="center" alt="print do crud" src="./img/crud.jpg" width="50%"> </div> ### Necessários instalar os seguintes módulos - Express (usado para o middleware criar vários terminais CRUD) - Mongoose (usado para gerenciar dados no MongoDB, usando várias consultas) - Body-parser (usado para processar dados enviados por meio de um corpo de solicitação HTTP) - Cors (usado para permitir ou restringir recursos solicitados em um servidor web, dependendo de onde a solicitação HTTP foi iniciada) • DICA: Se basear em um EndPoint com método POST para finalizar a sua demanda de criação da rota de edição dos usuários, pois elas são muito similares. ## 🔖 Projeto ### TESTES Fazer o teste de todas as rotas utilizando a ferramenta ***Postman***. - Rota para exibir uma mensagem ao usuário Acesso: GET https://6cl7pw-4000.csb.app Saída: Olá mundo! Esta é a página inicial da nossa aplicação. - Rota padrão para verificação do funcionamento da aplicação Acesso GET: https://6cl7pw-4000.csb.app/api Saída: {"message":"Olá mundo! Está é a nossa API desenvolvida em Node.js."} ## CRUD - Método GET: retornar a listagem de todos os usuários Acesso: GET https://6cl7pw-4000.csb.app/api/usuarios/ ![print da listagem de todos os usuários ](./img/get.jpg) --- - Método GET: listar as informações de um usuário específico Acesso Exemplo: GET https://6cl7pw-4000.csb.app/api/usuarios/usuario_id Acesso: GET https://6cl7pw-4000.csb.app/api/usuarios/651359f5ff6a73d858a258a5 ![print de um usuário específico ](./img/getUsuarioID.jpg) --- - Método POST: cadastrar um usuário Acesso: POST https://6cl7pw-4000.csb.app/api/usuarios ![print de um cadastro de um usuário ](./img/cadastrarUsuario.jpg) --- - Método PUT: atualizar as informações de um usuário específico Acesso: PUT https://6cl7pw-4000.csb.app/api/usuarios/usuario_id ![print de uma atualização de um usuário ](./img/put.jpg) --- - Método DELETE: deletar um usuário específico Acesso: DELETE https://6cl7pw-4000.csb.app/api/usuarios/usuario_id ![print do delete de um usuário](./img/delete.jpg) --- - MongoDB Atlas ![print do MongoDB Atlas](./img/mongoDB.jpg) --- Feito com ♥ by Patrícia
Curso de Programação Básica em Back-End - SENAI/SC
api,apirestfull,backend,express,javascript,mongodb,mongoose,node,postman
2023-09-27T00:25:29Z
2023-09-27T00:26:45Z
null
1
0
1
0
0
2
null
null
JavaScript
sndcds/mvc-example
main
# mvc-example Example on how to use the [@sndcds/mvc](https://www.npmjs.com/package/@sndcds/mvc) package.
A simple demonstration on how to use the experimental @sndcds/mvc package
demo-app,es6,framework,generative,javascript,js,mvc
2023-09-29T17:14:20Z
2023-10-16T16:17:27Z
null
3
6
21
0
0
2
null
CC0-1.0
JavaScript
seanpm2001/EMAIL_2.0_PostOffice
EMAIL_2.0_PostOffice_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 official source repository for the EMAIL 2.0 Postoffice (core/suite) specification
email,email-2,email-2-development,email-2-project,email-development,email-revolution,email2,email2-development,email2-project,gpl3
2023-09-24T01:34:09Z
2023-09-24T02:27:31Z
null
1
0
18
0
1
2
null
GPL-3.0
JavaScript
Kumardinesh1908/Analog-and-Digital-Clock
main
# Analog-and-Digital-Clock :clock10: This is a simple web application that displays both an analog and digital clock on a web page. It's built using HTML, CSS, and JavaScript. <img src="/Clock homaePage.png"> ## Features:fire: :tv: Displays both analog and digital clocks.<br> :tv: The analog clock hands move in real-time to show the current time.<br> :tv: The digital clock updates in real-time to display the current time in 12-hour format.<br> ## Tech Stack :computer: :clapper: **HTML** <br> :clapper: **CSS** <br> :clapper: **JavaScript** <br> ## Usage :pencil: :zap: Simply open to view the analog and digital clocks. The analog clock's hands will move in real-time to display the current time, and the digital clock will update accordingly.<br> ## Installation :notebook: To install the Analog and Digital Clone app, use git: ``` git clone https://github.com/Kumardinesh1908/Analog-and-Digital-Clock.git ``` To deploy this project, simply open the index.html file in your browser. ## Live Demo ``` https://clock-kumardinesh1908.vercel.app/ ```
An analog and digital clock on a web page built using HTML, CSS, and JavaScript.
css3,html5,javascript,api
2023-09-26T17:03:14Z
2023-10-09T20:26:10Z
null
1
0
10
0
0
2
null
null
CSS
AmbitionsXXXV/Blog
main
![tailwind-nextjs-banner](/public/static/images/twitter-card.png) # Tailwind Nextjs Starter Blog [![GitHub Repo stars](https://img.shields.io/github/stars/timlrx/tailwind-nextjs-starter-blog?style=social)](https://GitHub.com/timlrx/tailwind-nextjs-starter-blog/stargazers/) [![GitHub forks](https://img.shields.io/github/forks/timlrx/tailwind-nextjs-starter-blog?style=social)](https://GitHub.com/timlrx/tailwind-nextjs-starter-blog/network/) [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Ftimlrxx)](https://twitter.com/timlrxx) [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/timlrx)](https://github.com/sponsors/timlrx) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/timlrx/tailwind-nextjs-starter-blog) This is a [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/) blogging starter template. Version 2 is based on Next App directory with [React Server Component](https://nextjs.org/docs/getting-started/react-essentials#server-components) and uses [Contentlayer](https://www.contentlayer.dev/) to manage markdown content. Probably the most feature-rich Next.js markdown blogging template out there. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs. Check out the documentation below to get started. Facing issues? Check the [FAQ page](https://github.com/timlrx/tailwind-nextjs-starter-blog/wiki) and do a search on past issues. Feel free to open a new issue if none has been posted previously. Feature request? Check the past discussions to see if it has been brought up previously. Otherwise, feel free to start a new discussion thread. All ideas are welcomed! ## Examples V2 - [Demo Blog](https://tailwind-nextjs-starter-blog.vercel.app/) - this repo - [My personal blog](https://www.timlrx.com) - modified to auto-generate blog posts with dates - [ben.codes blog](https://ben.codes) - Benoit's personal blog about software development ([source code](https://github.com/bendotcodes/bendotcodes)) - [tsix blog](https://tsix.top) - A front-end engineer is used to record some knowledge points in work and study _中文_ - [SOTO's Blog](https://www.atksoto.com/) - A more personalized personal website upgraded from V1 ([source code](https://github.com/acsoto/soto-blog-nextjs)) - [Prabhu's Blog](https://prabhukirankonda.vercel.app) - Prabhu's Personal website with blog ([source code](https://github.com/prabhukiran8790/prabhukirankonda)) - [Rabby Hasan's Blog](https://blog.rabbyhasan.com.bd/) - Rabby Hasan's personal blog about full stack development with cloud ([source code](https://github.com/rabbyalone/myblog)) - [enscribe.dev](https://enscribe.dev) - enscribe's personal blog; cybersecurity shenanigans, frontend webdev, etc. ([source code](https://github.com/jktrn/enscribe.dev)) Using the template? Feel free to create a PR and add your blog to this list. ## Examples V1 [v1-blogs-showcase.webm](https://github.com/timlrx/tailwind-nextjs-starter-blog/assets/28362229/2124c81f-b99d-4431-839c-347e01a2616c) Thanks to the community of users and contributors to the template! We are no longer accepting new blog listings over here. If you have updated from version 1 to version 2, feel free to remove your blog from this list and add it to the one above. - [Aloisdg's cookbook](https://tambouille.vercel.app/) - with pictures and recipes! - [GautierArcin's demo with next translate](https://tailwind-nextjs-starter-blog-seven.vercel.app/) - includes translation of mdx posts, [source code](https://github.com/GautierArcin/tailwind-nextjs-starter-blog/tree/demo/next-translate) - [David Levai's digital garden](https://davidlevai.com/) - customized design and added email subscriptions - [Leo's Blog](https://leohuynh.dev) - Tuan Anh Huynh's personal site. Add Snippets Page, Author Profile Card, Image Lightbox, ... - [thvu.dev](https://thvu.dev) - Added `mdx-embed`, view count, reading minutes and more. - [irvin.dev](https://www.irvin.dev/) - Irvin Lin's personal site. Added YouTube embedding. - [KirillSo.com](https://www.kirillso.com/) - Personal blog & website. - [slightlysharpe.com](https://slightlysharpe.com) - [Tincre's](https://tincre.com) main company blog - [blog.b00st.com](https://blog.b00st.com) - [b00st.com's](https://b00st.com) main music promotion blog - [astrosaurus.me](https://astrosaurus.me/) - Ephraim Atta-Duncan's Personal Blog - [dhanrajsp.me](https://dhanrajsp.me/) - Dhanraj's personal site and blog. - [blog.r00ks.io](https://blog.r00ks.io/) - Austin Rooks's personal blog ([source code](https://github.com/Austionian/blog.r00ks)). - [honghong.me](https://honghong.me) - Tszhong's personal website ([source code](https://github.com/tszhong0411/home)) - [marceloformentao.dev](https://marceloformentao.dev) - Marcelo Formentão personal website ([source code](https://github.com/marceloavf/marceloformentao.dev)). - [abiraja.com](https://www.abiraja.com/) - with a [runnable JS code snippet component!](https://www.abiraja.com/blog/querying-solana-blockchain) - [bpiggin.com](https://www.bpiggin.com) - Ben Piggin's personal blog - [maqib.cn](https://maqib.cn) - A blog of Chinese front-end developers 狂奔小马的博客 ([源码](https://github.com/maqi1520/nextjs-tailwind-blog)) - [ambilena.com](https://ambilena.com/) - Electronic Music Blog & imprint for upcoming musicians. - [dalelarroder.com](https://dalelarroder.com) - Dale Larroder's personal website and blog ([source code](https://github.com/dlarroder/dalelarroder)) - [0xchai.io](https://0xchai.io) - Chai's personal blog - [techipedia](https://techipedia.vercel.app) - Simple blogging progressive web app with custom installation button and top progress bar - [reubence.com](https://reubence.com) - Reuben Rapose's Digital Garden - [axolo.co/blog](https://axolo.co/blog) - Engineering management news & axolo.co updates (with image preview for article in the home page) - [musing.vercel.app](https://musing.vercel.app/) - Parth Desai's personal blog ([source code](https://github.com/pycoder2000/blog)) - [onyourmental.com](https://www.onyourmental.com/) - [Curtis Warcup's](https://github.com/Cwarcup) website for the On Your Mental Podcast ([source code](https://github.com/Cwarcup/on-your-mental)) - [cwarcup.com](https://www.cwarcup.com/) - Curtis Warcup's personal website and blog ([source code](https://github.com/Cwarcup/personal-blog)). - [ondiek-elijah.me](https://www.ondiek-elijah.me/) - Ondiek Elijah's website and blog ([source code](https://github.com/Dev-Elie/ondiek-elijah)). - [jmalvarez.dev](https://www.jmalvarez.dev/) - José Miguel Álvarez's personal blog ([source code](https://github.com/josemiguel-alvarez/nextjs-blog)) - [justingosses.com](https://justingosses.com/) - Justin Gosses's personal website and blog ([source code](https://github.com/JustinGOSSES/justingosses-website)) - [https://bitoflearning-9a57.fly.dev/](https://bitoflearning-9a57.fly.dev/) - Sangeet Agarwal's personal blog, replatformed to [remix](https://remix.run/remix) using the [indie stack](https://github.com/remix-run/indie-stack) ([source code](https://github.com/SangeetAgarwal/bitoflearning)) - [raphaelchelly.com](https://www.raphaelchelly.com/) - Raphaël Chelly's personal website and blog ([source code](https://github.com/raphaelchelly/raph_www)) - [kaveh.page](https://kaveh.page) - Kaveh Tehrani's personal blog. Added tags directory, profile card, time-to-read on posts directory, etc. ## Motivation I wanted to port my existing blog to Nextjs and Tailwind CSS but there was no easy out of the box template to use so I decided to create one. Design is adapted from [Tailwindlabs blog](https://github.com/tailwindlabs/blog.tailwindcss.com). I wanted it to be nearly as feature-rich as popular blogging templates like [beautiful-jekyll](https://github.com/daattali/beautiful-jekyll) and [Hugo Academic](https://github.com/wowchemy/wowchemy-hugo-modules) but with the best of React's ecosystem and current web development's best practices. ## Features - Next.js with Typescript - [Contentlayer](https://www.contentlayer.dev/) to manage content logic - Easy styling customization with [Tailwind 3.0](https://tailwindcss.com/blog/tailwindcss-v3) and primary color attribute - [MDX - write JSX in markdown documents!](https://mdxjs.com/) - Near perfect lighthouse score - [Lighthouse report](https://www.webpagetest.org/result/230805_BiDcBQ_4H7) - Lightweight, 85kB first load JS - Mobile-friendly view - Light and dark theme - Font optimization with [next/font](https://nextjs.org/docs/app/api-reference/components/font) - Integration with [pliny](https://github.com/timlrx/pliny) that provides: - Multiple analytics options including [Umami](https://umami.is/), [Plausible](https://plausible.io/), [Simple Analytics](https://simpleanalytics.com/), Posthog and Google Analytics - Comments via [Giscus](https://github.com/laymonage/giscus), [Utterances](https://github.com/utterance/utterances) or Disqus - Newsletter API and component with support for Mailchimp, Buttondown, Convertkit, Klaviyo, Revue, and Emailoctopus - Command palette search with [Kbar](https://github.com/timc1/kbar) or Algolia - Server-side syntax highlighting with line numbers and line highlighting via [rehype-prism-plus](https://github.com/timlrx/rehype-prism-plus) - Math display supported via [KaTeX](https://katex.org/) - Citation and bibliography support via [rehype-citation](https://github.com/timlrx/rehype-citation) - Automatic image optimization via [next/image](https://nextjs.org/docs/basic-features/image-optimization) - Support for tags - each unique tag will be its own page - Support for multiple authors - 3 different blog layouts - 2 different blog listing layouts - Support for nested routing of blog posts - Projects page - Preconfigured security headers - SEO friendly with RSS feed, sitemaps and more! ## Sample posts - [A markdown guide](https://tailwind-nextjs-starter-blog.vercel.app/blog/github-markdown-guide) - [Learn more about images in Next.js](https://tailwind-nextjs-starter-blog.vercel.app/blog/guide-to-using-images-in-nextjs) - [A tour of math typesetting](https://tailwind-nextjs-starter-blog.vercel.app/blog/deriving-ols-estimator) - [Simple MDX image grid](https://tailwind-nextjs-starter-blog.vercel.app/blog/pictures-of-canada) - [Example of long prose](https://tailwind-nextjs-starter-blog.vercel.app/blog/the-time-machine) - [Example of Nested Route Post](https://tailwind-nextjs-starter-blog.vercel.app/blog/nested-route/introducing-multi-part-posts-with-nested-routing) ## Quick Start Guide 1. Clone the repo ```bash npx degit 'timlrx/tailwind-nextjs-starter-blog' ``` 2. Personalize `siteMetadata.js` (site related information) 3. Modify the content security policy in `next.config.js` if you want to use other analytics provider or a commenting solution other than giscus. 4. Personalize `authors/default.md` (main author) 5. Modify `projectsData.js` 6. Modify `headerNavLinks.js` to customize navigation links 7. Add blog posts 8. Deploy on Vercel ## Installation ```bash yarn ``` ## Development First, run the development server: ```bash yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Edit the layout in `app` or content in `data`. With live reloading, the pages auto-updates as you edit them. ## Extend / Customize `data/siteMetadata.js` - contains most of the site related information which should be modified for a user's need. `data/authors/default.md` - default author information (required). Additional authors can be added as files in `data/authors`. `data/projectsData.js` - data used to generate styled card on the projects page. `data/headerNavLinks.js` - navigation links. `data/logo.svg` - replace with your own logo. `data/blog` - replace with your own blog posts. `public/static` - store assets such as images and favicons. `tailwind.config.js` and `css/tailwind.css` - tailwind configuration and stylesheet which can be modified to change the overall look and feel of the site. `css/prism.css` - controls the styles associated with the code blocks. Feel free to customize it and use your preferred prismjs theme e.g. [prism themes](https://github.com/PrismJS/prism-themes). `contentlayer.config.ts` - configuration for Contentlayer, including definition of content sources and MDX plugins used. See [Contentlayer documentation](https://www.contentlayer.dev/docs/getting-started) for more information. `components/MDXComponents.js` - pass your own JSX code or React component by specifying it over here. You can then use them directly in the `.mdx` or `.md` file. By default, a custom link, `next/image` component, table of contents component and Newsletter form are passed down. Note that the components should be default exported to avoid [existing issues with Next.js](https://github.com/vercel/next.js/issues/51593). `layouts` - main templates used in pages: - There are currently 3 post layouts available: `PostLayout`, `PostSimple` and `PostBanner`. `PostLayout` is the default 2 column layout with meta and author information. `PostSimple` is a simplified version of `PostLayout`, while `PostBanner` features a banner image. - There are 2 blog listing layouts: `ListLayout`, the layout used in version 1 of the template with a search bar and `ListLayoutWithTags`, currently used in version 2, which omits the search bar but includes a sidebar with information on the tags. `app` - pages to route to. Read the [Next.js documentation](https://nextjs.org/docs/app) for more information. `next.config.js` - configuration related to Next.js. You need to adapt the Content Security Policy if you want to load scripts, images etc. from other domains. ## Post Content is modelled using [Contentlayer](https://www.contentlayer.dev/), which allows you to define your own content schema and use it to generate typed content objects. See [Contentlayer documentation](https://www.contentlayer.dev/docs/getting-started) for more information. ### Frontmatter Frontmatter follows [Hugo's standards](https://gohugo.io/content-management/front-matter/). Please refer to `contentlayer.config.ts` for an up to date list of supported fields. The following fields are supported: ``` title (required) date (required) tags (optional) lastmod (optional) draft (optional) summary (optional) images (optional) authors (optional list which should correspond to the file names in `data/authors`. Uses `default` if none is specified) layout (optional list which should correspond to the file names in `data/layouts`) canonicalUrl (optional, canonical url for the post for SEO) ``` Here's an example of a post's frontmatter: ``` --- title: 'Introducing Tailwind Nexjs Starter Blog' date: '2021-01-12' lastmod: '2021-01-18' tags: ['next-js', 'tailwind', 'guide'] draft: false summary: 'Looking for a performant, out of the box template, with all the best in web technology to support your blogging needs? Checkout the Tailwind Nextjs Starter Blog template.' images: ['/static/images/canada/mountains.jpg', '/static/images/canada/toronto.jpg'] authors: ['default', 'sparrowhawk'] layout: PostLayout canonicalUrl: https://tailwind-nextjs-starter-blog.vercel.app/blog/introducing-tailwind-nextjs-starter-blog --- ``` ## Deploy **Vercel** The easiest way to deploy the template is to deploy on [Vercel](https://vercel.com). Check out the [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. **Netlify** [Netlify](https://www.netlify.com/)’s Next.js runtime configures enables key Next.js functionality on your website without the need for additional configurations. Netlify generates serverless functions that will handle Next.js functionalities such as server-side rendered (SSR) pages, incremental static regeneration (ISR), `next/images`, etc. See [Next.js on Netlify](https://docs.netlify.com/integrations/frameworks/next-js/overview/#next-js-runtime) for suggested configuration values and more details. **Static hosting services / GitHub Pages / S3 / Firebase etc.** 1. Add `output: 'export'` in `next.config.js`. See [static exports documentation](https://nextjs.org/docs/app/building-your-application/deploying/static-exports#configuration) for more information. 2. Comment out `headers()` from `next.config.js`. 3. Change `components/Image.tsx` to use a standard `<img>` tag instead of `next/image`: ```ts /* eslint-disable jsx-a11y/alt-text */ /* eslint-disable @next/next/no-img-element */ import NextImage, { ImageProps } from 'next/image' // @ts-ignore const Image = ({ ...rest }: ImageProps) => <img {...rest} /> export default Image ``` Alternatively, to continue using `next/image`, you can use an alternative image optimization provider such as Imgix, Cloudinary or Akamai. See [image optimization documentation](https://nextjs.org/docs/app/building-your-application/deploying/static-exports#image-optimization) for more details. 4. Remove `api` folder and components which call the server-side function such as the Newsletter component. Not technically required and the site will build successfully, but the APIs cannot be used as they are server-side functions. 5. Run `yarn build`. The generated static content is in the `out` folder. 6. Deploy the `out` folder to your hosting service of choice or run `npx serve out` to view the website locally. ## Frequently Asked Questions ### How can I add a custom MDX component? Here's an example on how to create a donut chart from Chart.js (assuming you already have the dependencies installed) and use it in MDX posts. First, create a new `DonutChart.tsx` component in `components`: ```tsx 'use client' import { Doughnut } from 'react-chartjs-2' import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js' ChartJS.register(ArcElement, Tooltip, Legend) const DonutChart = ({ data }) => { return <Doughnut data={data} /> } export default Doughnut ``` Since the underlying `Doughnut` component uses React hooks, we add the `'use client'` directive to specify that it is a client side component. Also, there is an existing issue which prevents named components from being used, so we need to export the component as the default export. Next, add the component to `MDXComponents.tsx`: ```diff ... + import DonutChart from './DonutChart' export const components: MDXComponents = { Image, TOCInline, a: CustomLink, pre: Pre, + DonutChart, BlogNewsletterForm, } ``` You can now use the component in `.mdx` files: ```mdx ## Example Donut Chart export const data = { labels: ['Red', 'Blue', 'Yellow'], datasets: [ { label: '# of Votes', data: [12, 19, 3], backgroundColor: [ 'rgba(255, 99, 132, 0.2)', 'rgba(54, 162, 235, 0.2)', 'rgba(255, 206, 86, 0.2)', ], borderColor: [ 'rgba(255, 99, 132, 1)', 'rgba(54, 162, 235, 1)', 'rgba(255, 206, 86, 1)', ], borderWidth: 1, }, ], } <DonutChart data={data} /> ``` ### How can I customize the `kbar` search? Add a `SearchProvider` component such as the one shown below and use it in place of the default `SearchProvider` component in `app/layout.tsx`. `defaultActions` are the initial list of actions. `onSearchDocumentsLoad` is a callback function that is called when the documents specified by `searchDocumentsPath` are loaded. Set `searchDocumentsPath` to `false` to disable the dynamically loaded search feature. ```tsx 'use client' import { KBarSearchProvider } from 'pliny/search/KBar' import { useRouter } from 'next/navigation' import { CoreContent } from 'pliny/utils/contentlayer' import { Blog } from 'contentlayer/generated' export const SearchProvider = ({ children }) => { const router = useRouter() return ( <KBarSearchProvider kbarConfig={{ searchDocumentsPath: 'search.json', defaultActions: [ { id: 'homepage', name: 'Homepage', keywords: '', shortcut: ['h', 'h'], section: 'Home', perform: () => router.push('/'), }, { id: 'projects', name: 'Projects', keywords: '', shortcut: ['p'], section: 'Home', perform: () => router.push('/projects'), }, ], onSearchDocumentsLoad(json) { return json.map((post: CoreContent<Blog>) => ({ id: post.path, name: post.title, keywords: post?.summary || '', section: 'Blog', subtitle: post.tags.join(', '), perform: () => router.push(post.path), })) }, }} > {children} </KBarSearchProvider> ) } ``` ## Support Using the template? Support this effort by giving a star on GitHub, sharing your own blog and giving a shoutout on Twitter or becoming a project [sponsor](https://github.com/sponsors/timlrx). ## Licence [MIT](https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/LICENSE) © [Timothy Lin](https://www.timlrx.com)
A blog note of front-end -- 一个前端相关的博客笔记📒
blog,mdx,nextjs,react,rust,tailwindcss,typescript,webpack,css,html
2023-10-09T06:26:49Z
2023-12-22T08:40:16Z
null
1
0
52
0
0
2
null
null
MDX
Sengarofficial/Predictive_Maintenance_With_MLops
main
# Predictive_Maintenance_With_MLops ## Workflows 1. Update config.yaml 2. Update schema.yaml 3. Update params.yaml 4. Update the entity 5. Update the configuration manager in src config 6. Update the components 7. Update the pipeline 8. Update the main.py 9. Update the app.py # How to run? ### STEPS: Clone the repository ```bash https://github.com/Sengarofficial/Predictive_Maintenance_With_MLops ``` ### STEP 01- Create a conda environment after opening the repository ```bash conda create -n Mlflow_Project python=3.11 -y ``` ```bash conda activate Mlflow_Project ``` ### STEP 02- install the requirements ```bash pip install -r requirements.txt ``` ```bash # Finally run the following command python app.py ``` Now, ```bash open up you local host and port ``` ## MLflow [Documentation](https://mlflow.org/docs/latest/index.html) ##### cmd - mlflow ui # AWS-CICD-Deployment-with-Github-Actions ## 1. Login to AWS console. ## 2. Create IAM user for deployment #with specific access 1. EC2 access : It is virtual machine 2. ECR: Elastic Container registry to save your docker image in aws #Description: About the deployment 1. Build docker image of the source code 2. Push your docker image to ECR 3. Launch Your EC2 4. Pull Your image from ECR in EC2 5. Lauch your docker image in EC2 #Policy: 1. AmazonEC2ContainerRegistryFullAccess 2. AmazonEC2FullAccess ## 3. Create ECR repo to store/save docker image - Save the URI: 228003619522.dkr.ecr.us-east-1.amazonaws.com/mlflowproject-user ## 4. Create EC2 machine (Ubuntu) ## 5. Open EC2 and Install docker in EC2 Machine: co #optinal sudo apt-get update -y sudo apt-get upgrade #required curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh sudo usermod -aG docker ubuntu newgrp docker # 6. Configure EC2 as self-hosted runner: setting>actions>runner>new self hosted runner> choose os> then run command one by one # 7. Setup github secrets: AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_REGION = AWS_ECR_LOGIN_URI = ECR_REPOSITORY_NAME = ## About MLflow MLflow - Its Production Grade - Trace all of your expriements - Logging & tagging your model
Aircraft components are susceptible to degradation, which affects directly their reliability and performance. This machine learning project will be directed to provide a framework for predicting the aircraft’s remaining useful life (RUL) based on the entire life cycle data in order to provide the necessary maintenance behavior.
css,dagshub,data-science,flask,javascript,machine-learning,mlflow,mlops,mlops-project,mlops-workflow
2023-09-29T09:51:54Z
2023-11-05T05:58:30Z
null
1
0
39
0
1
2
null
GPL-3.0
CSS
VaibhavMore2002/Student_Attendance_Using_QR_Code
main
Title :- Student Attendance Using QR Code. This Is A Maven Web Project Which Was Built Using Apache Netbeans IDE. It was built using JAVA, Java Server Pages(JSP), Servlets, HTML, CSS, Bootstrap, Database: Apache MySQl and JavaScript was used to add validations. To Generate and Read QR codes google.zxing library was used and smtp protocol was used to send emails.
This is my MCA 1st Semester project. This project helped me to learn and understand how to work in java web projects using servlets and jsp.
bootstrap,css,front-end,html,java,javascript,maven,mysql,netbeans-ide,servlet-jsp
2023-09-12T16:45:27Z
2024-01-14T16:30:52Z
null
1
0
6
0
0
2
null
null
Java
ritesh22201/Open-AI-Quote-Story-generator-app
main
# Open-AI-Prompt-generator-app
This is a Quote/Joke/Story/Shayari generator app which is built with the help of Openai API. It is based on ChatGPT (GPT 3.5 turbo) model integrated with node.js.
chakra-ui,javascript,openai,react,expressjs,mongodb,nodejs
2023-09-12T16:43:14Z
2023-09-14T07:35:41Z
null
1
0
5
0
0
2
null
null
TypeScript
YashChandra141/-Website-Frontend
main
# -Website-Frontend It's a frontend clone of the awwwards site "Cynthia Ugwu " portfolio developed using HTML, CSS, and JS with the GSAP library.
Its a frontend clone of awwwards site "Cynthia Ugwu " portfolio which is developed by using HTML,CSS and JS with GSAP library.
css,gsap,html,javascript
2023-09-26T13:51:11Z
2023-09-26T14:53:15Z
null
1
0
3
0
0
2
null
null
CSS
emidiovaleretto/ai-youtube-video-summarizer
main
# YouTube Video Summarizer ## Description YouTube Video Summary is a web application to create a summary of YouTube videos using Artificial Intelligence to transcribe the video content and summarize it. ![screenshot](https://i.imgur.com/RII6JDf.png)
YouTube Video Summarizer is a web application to create a summary of YouTube videos using Artificial Intelligence to transcribe the video content and summarize it.
ai,css3,html5,javascript,summarizer,vanilla-js,vitejs,youtube
2023-09-12T01:58:46Z
2023-09-18T18:32:47Z
null
1
0
35
0
1
2
null
MIT
CSS
JoelDeonDsouza/AI_Frontend_V1
main
# React app (Unus AI) This is a React client for the Unus AI, which allows you to interact with the AI and get responses to your queries. The client is built using React and Axios for making API requests to the backend data server. ## Backend - node-nlp ## Screenshots ![App Screenshot](https://i.ibb.co/qNHWQMg/Screenshot-2023-10-01-at-2-59-53-PM.png) ![App Screenshot](https://i.ibb.co/ypmN8rn/Screenshot-2023-10-01-at-2-59-41-PM.png) Mobile View | Mobile View 2 :-------------------------:|:-------------------------: ![Home](https://i.ibb.co/LNL30hM/Screenshot-2023-10-01-at-3-00-08-PM.png) | ![Home2](https://i.ibb.co/28tMBzS/Screenshot-2023-10-01-at-3-00-26-PM.png) ## Installation Go to the project directory ```bash https://github.com/JoelDeonDsouza/AI_Frontend_V1.git ``` ```bash cd my-project ``` Install dependencies ```bash npm install ``` ## How to Use - Enter your query in the input field labeled "Start Searching." - Click the "Search" button to send your query to the Unus AI. - The response from the AI will be displayed in the text tab below. If the AI is still processing your request, a loading spinner will be shown. - You can clear the input and response by clicking the "Search" button. ## Features - Real-time chat interaction with the Unus AI. - Loading spinner while waiting for a response. - Clear button to reset the input and response. ## Dependencies - React: A JavaScript library for building user interfaces. - Axios: A popular HTTP client for making API requests. - Typewriter Effect: A library for creating typewriter-like text animations. - React Loading: A library for adding loading spinners to React components.
This is a React client for the Unus AI, The Dataset's Current Theme Is Humor & Jokes.
aimodel,ann,javascript,node-nlp,react,typescript
2023-10-01T13:09:25Z
2023-10-01T13:18:54Z
null
1
0
3
0
2
2
null
MIT
CSS
AlvaroDAW2/DWEC2324
main
null
Repositorio de clase de Desarrollo de Aplicaciones Web en Entorno Cliente
javascript
2023-09-20T08:25:57Z
2024-02-29T18:18:49Z
null
2
0
53
0
0
2
null
null
HTML
HajarAitAbdielmomin/HireFlow-Job-And-Recruitment-Management
master
Steps to execute the project : Make sure that node js is installed in your system. (Used version: v16.15.0) The backend side using JDK 17. Things to do after downloading the project: 1. Navigate to the following directory: jobs&interviews&recrutement management system\backend\src\main\resource and open the application.properties In the application.properties file, you can make the following changes: Change the username and password for your data source if needed. Optionally, you can rename the database name (database name is careerhub). If you choose to rename it, make sure to create a database with the same name in your MySQL database server (in our project we used MySQL workbench). 2. Run the Backend Application to ensure the mapping but before that make sure that database server is running and accessible. Once the backend server is running, you can check if the mapping and API endpoints are working correctly. Note: you can test the APIs using postman. 3. - Open the terminal within your IDE (e.g., WebStorm) - Navigate to the "frontend" directory using the `cd` command: cd jobs&interviews&recrutement management system/frontend - Install the required Node.js modules with the following command: npm install --legacy-peer-deps Adding the `--legacy-peer-deps` flag can help avoid compatibility issues during installation. - After the installation is complete, start the frontend server: npm start 4. Navigate to the following URL http://localhost:3000 **Authentication Roles: ** The application has three user roles: Admin, Recruiter, and Applicant. Here's how to access their respective authentication forms: - Admin Authentication: To authenticate as an admin, use the following URL: http://localhost:3000/authenticate (You can create an admin inside the database to access the interfaces of him) - Recruiter and Applicant Authentication: For recruiter and applicant roles, you can access the authentication forms via the application's regular sign-in interface.
The objective of this project is to develop a comprehensive web-based recruitment and job offer management system. This system will facilitate the process of job posting, candidate application, and recruitment for organizations. It aims to streamline the recruitment process, improve user experience for candidates and recruiters.
bootstrap,intellij-idea,java17,javascript,jwt-authentication,mysql-database,reactjs,spring-boot,spring-security,uml-diagrams
2023-09-30T15:29:10Z
2024-03-10T15:45:25Z
null
1
0
6
0
0
2
null
null
JavaScript
JulianaMariaSousaMesquita/ada-bootcamp-front-end-vem-ser-tech-2023
main
# Repositório de Aulas Bootcamp (ADA - FRONT END) Este repositório é dedicado ao curso síncrono de aulas do bootcamp ADA - Vem Ser Tech(Front-End), que ocorrerá de 06/10/2023 a 15/03/2024. O curso acontecerá nas segundas, quartas e sextas-feiras, das 19:00 às 22:00. ## Programa iFood Vem Ser Tech Este curso faz parte do programa [iFood Vem Ser Tech](https://ada.tech/sou-aluno/programas/ifood-vem-ser-tech). Você pode obter mais informações sobre o programa e as inscrições através do link. ## Cronograma do Projeto - **Inscrições:** Até 09/08 - **Curso Online:** 27/06 a 10/08 - **Teste de Aptidão Tech:** 14/08 - **Resolução de Case:** 22/08 a 06/09 - **Coding Tank:** 18/09 a 27/09 (etapa atual) - **Divulgação da Lista Final:** 02/10 - **Início das Aulas:** 06/10 ## Grade do Bootcamp ### Front-End Estático - Introdução às Tecnologias Web e História - Linguagem HTML e Estrutura de Documentos HTML - Principais Elementos HTML e Elementos Semânticos (HTML5) - Montagem de Páginas: Esqueleto, Navegação e Conteúdo - Tabelas, Imagens e Formulários - Introdução ao CSS, Seletores e Estilos - Margin, Padding, Border e Posicionamento de Elementos - Layouts Flexbox e Grid - Media Queries para Responsividade ### Lógica de Programação - Sistema de Tipos e Estados - Constantes, Variáveis e Funções - Coerções e Operadores Aritméticos - Vetores, Matrizes e Objetos - Controle de Fluxo e Tomada de Decisão (IF, ELSE, SWITCH) - Operador Ternário e Operadores de Coalescência - Laços de Repetição (WHILE, DO-WHILE, FOR, FOR-IN, FOR-OF) - Busca em Vetores e Matrizes - Funções, Parametrização e Composição - Funções de Alta Ordem e Tratamento de Erros ### Programação Orientada a Objetos - Introdução à POO, Classes e Objetos - Construtores, Atributos e Métodos - Atributos e Métodos Estáticos - Encapsulamento e Métodos de Acesso - Herança, Polimorfismo e Prototypes ### Front-End Dinâmico (JS DOM) - Web APIs e DOM - Manipulação de DOM e Escuta de Eventos - Manipulação de Estilos e Classes - Armazenamento Local e de Sessão (Local Storage e Session Storage) - Programação Assíncrona e Consulta de APIs Externas ### Framework React - Modelagem Baseada em Componentes - Props e PropTypes - State, State Lifting e React Router - Renderização Condicional e de Listas - Composição de Componentes e Formulários - Ciclo de Vida dos Componentes - JSX, Eventos e CSS Module - Utilização de Hooks para Gerenciamento de Estado ### Tempo do Curso O curso terá a duração de 6 meses, ocorrendo de 06/10/2023 a 15/03/2024. ### Instruções de Acesso Para acessar o conteúdo do curso, siga estas etapas: 1. Faça um clone deste repositório em sua máquina local, caso deseje ter acesso aos materiais offline. ```bash git clone https://github.com/JulianaMariaSousaMesquita/ada-bootcamp-front-end-vem-ser-tech-2023
Front-End estático e dinâmico(JS DOM), Lógica de programação I (JS/TS), Programação Orientada a Objetos I (JS/TS), Framework React.
css,html,javascript,react,axios,typescript
2023-10-09T22:25:18Z
2024-03-14T22:30:48Z
null
1
0
55
0
0
2
null
null
JavaScript
patil-sandhya/Gem_Garden
main
# Gem Garden - Welcome to GEM GARDEN, your premier destination for exquisite designer jewelry! Our e-commerce website is designed to provide an unparalleled shopping experience for jewelry enthusiasts of all tastes. Whether you're searching for timeless classics or the latest in contemporary designs, GEM GARDEN has it all. ### Home Page - Our Home Page is the gateway to a world of exquisite designer jewelry. Discover our most popular products, featured prominently, and navigate effortlessly with our user-friendly Navbar. Explore our New Collection to stay updated with the latest trends. Our Footer provides quick access to essential links and information, ensuring a seamless browsing experience. ![Homepage-1](https://github.com/patil-sandhya/Gem_Garden/assets/112822104/09fe16c4-a417-4135-a4d1-37b2d286f878) ![Homepage-2](https://github.com/patil-sandhya/Gem_Garden/assets/112822104/aa2085f5-df9e-441d-bbd3-7cb2e3eafda0) ### Product Page - The heart of GEM GARDEN, the Product Page, showcases our extensive range of jewelry. Browse through various product groups presented in visually appealing cards. Tailor your search using our comprehensive filter options to find the perfect piece that matches your style and preferences. ![All collection](https://github.com/patil-sandhya/Gem_Garden/assets/112822104/fc3e9bde-e4f3-4d22-8218-a7db687b46b5) ### Single Product Page - The Single Product Page on GEM GARDEN is where the beauty and details of each jewelry piece come to life. This page is dedicated to providing you with an in-depth look at the selected product, allowing you to make an informed and confident purchase decision. ![Single page](https://github.com/patil-sandhya/Gem_Garden/assets/112822104/a991b430-8097-4ccc-8a5d-2ceed241e890) ### Account Page - Your personal space on GEM GARDEN, the Account Page, allows you to manage your profile. Here, you can conveniently log in if you're an existing member or sign up if you're new to our website. Enjoy a personalized shopping experience, track your orders, and save your favorite items for future reference. ![Account Page](https://github.com/patil-sandhya/Gem_Garden/assets/112822104/a7f91e57-0435-4c9b-9b29-4d8f3a75eb95) ### Cart and Order Page - The Cart Page is where your selections come together. Review and confirm the products you've added to your cart before proceeding to checkout. It's your shopping companion, ensuring you have everything you desire before finalizing your purchase. - The Order Page is your window into your past transactions. View and track all your orders made on GEM GARDEN. Keep a record of your jewelry purchases, making it easy to refer back to your favorite pieces or check the status of your deliveries. ![Payment and card page](https://github.com/patil-sandhya/Gem_Garden/assets/112822104/927d78cf-9a89-4743-b1c8-59e1e60e7b08) ### Experience the world of designer jewelry at your fingertips with GEM GARDEN's intuitive and elegant website. Each page is designed to enhance your shopping journey, ensuring you have access to the best jewelry, user-friendly navigation, and a secure, enjoyable experience. # Tech Stack Overview ## Frontend Technologies ### React.js - Our frontend is built using React.js, a popular JavaScript library for building user interfaces. React's component-based architecture allows us to create modular and reusable UI components, making the development process efficient and maintainable. ### JavaScript (JS) - JavaScript is the foundation of our frontend development. It enables dynamic and interactive features on our website, ensuring a seamless and engaging user experience. ### CSS - Cascading Style Sheets (CSS) are used to style and format our website's layout. CSS allows us to create visually appealing designs and responsive layouts that adapt to different screen sizes and devices. ## Backend Technology ### RESTful API - Our backend relies on a RESTful API (Representational State Transfer) to handle data requests and interactions with the database. This API follows REST principles, providing a standardized and scalable approach to building web services. It enables communication between the frontend and backend, allowing users to browse products, manage accounts, view their cart, and place orders seamlessly. ## Additional Technologies - In addition to the core technologies mentioned above, we may use other tools and libraries to enhance the functionality and performance of our website. These may include: ### Authentication: - For user authentication and security, we implement authentication mechanisms such as JWT (JSON Web Tokens) or OAuth. ### State Management: - Redux or Context API in React may be used for state management, ensuring efficient data sharing between components. ### Responsive Design: - We follow responsive web design principles to ensure our website functions seamlessly on various devices, including desktops, tablets, and smartphones. ### Deployment: - Vercel used for deploying and hosting the frontend and for backend components we used Render.com . Our tech stack is carefully chosen to provide a robust, scalable, and user-friendly experience for our customers while ensuring the security and integrity of their data. ## API Reference ### Main api Link ```bash https://gem-gardern-mock-api.onrender.com/ ``` #### Get All Products ```bash https://gem-gardern-mock-api.onrender.com/products ``` #### Get All Users ```bash https://gem-gardern-mock-api.onrender.com/users ``` ## Deployment To deploy this project run ```bash npm run deploy ``` ### Netlify Link ```bash https://gemgarden.netlify.app/ ``` ## Installation Install Gem Garden with npm ```bash npm install / npm install --legacy-peer-deps cd Gem_Garden ``` ## Team Members ### Sandhya Patil [![profile](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/patil-sandhya) [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sandhya-patil-b30bbb254/) ### Arup Paul [![profile](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/Its-Arup) [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/arup-paul-310270243/) ### Ashish Kumar [![profile](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/ashishsen003) [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ashish-kumar997/) ### Sanjay Sahu [![profile](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/sanju01sahu) [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sanjay-sahu-452999165/) ### Richa Singh [![profile](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/Richasi) [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/richa-singh-1aa5a8245/)
Gem Garden is a website where you can buy beautiful jewellry and accessories. They have a wide range of items like necklaces, earrings, and bracelets. Whether you like classic or trendy pieces, you can find something you love here. It's a great place to shop for something special to make your outfits look even better.
javascript,reactjs,redux,styled-components
2023-09-26T16:40:52Z
2024-01-15T13:20:55Z
null
6
33
138
1
4
2
null
null
JavaScript
humanshu001/My-Old-Portfolio
Humanshu-Jaglan
null
My portfolio website created using HTML, CSS, and JavaScript. The website is responsive and mobile-friendly.
css,html,javascript
2023-09-19T15:37:25Z
2024-02-26T07:32:27Z
null
1
0
44
0
0
2
null
null
PHP
icflorescu/mantine-contextmenu-v6
main
# Mantine ContextMenu V6 **⚠️ Mantine ContextMenu V6 is compatible with [Mantine V6](https://v6.mantine.dev).** **💡 If you're using Mantine V7, please use [Mantine ContextMenu V7](https://icflorescu.github.io/mantine-contextmenu/).** ![Publish NPM & deploy docs workflow](https://github.com/icflorescu/mantine-contextmenu-v6/actions/workflows/publish-and-deploy.yml/badge.svg) [![NPM version][npm-image]][npm-url] [![License][license-image]][license-url] [![Stars][stars-image]][stars-url] [![Last commit][last-commit-image]][repo-url] [![Closed issues][closed-issues-image]][closed-issues-url] [![Downloads][downloads-image]][npm-url] [![Language][language-image]][repo-url] [![Sponsor the author][sponsor-image]][sponsor-url] The "dark-theme aware" **context-menu** for your Mantine UI applications, built by the creator of [Mantine DataTable](https://icflorescu.github.io/mantine-datatable/). [![Mantine ContextMenu](https://user-images.githubusercontent.com/581999/231230506-3278ea99-dfb3-4edc-ad67-d47f1626a298.png)](https://icflorescu.github.io/mantine-contextmenu-v6/) ## Features - **Lightweight** - no external dependencies, [no bloat](https://bundlephobia.com/package/mantine-contextmenu@6) - **Dark-theme aware** - automatically adapts to the current Mantine theme - **[Simple API](https://icflorescu.github.io/mantine-contextmenu-v6/getting-started)** - just wrap your application in the `ContextMenuProvider` component and use the hook-generated function in your code - **[Custom content support](https://icflorescu.github.io/mantine-contextmenu-v6/examples/custom-content)** - use any Mantine component as context menu content - **[Highly customizable styling](https://icflorescu.github.io/mantine-contextmenu-v6/examples/styling)** - use the `className`/`classNames`, `style`/`styles` and `sx` props to customize the context menu appearance - **[Written in Typescript and well-documented](https://icflorescu.github.io/mantine-contextmenu-v6/type-definitions)** - with detailed JSDoc annotations for each exported function and component ## Full documentation and examples Visit [icflorescu.github.io/mantine-contextmenu-v6](https://icflorescu.github.io/mantine-contextmenu-v6/) to view the full documentation and learn how to use it by browsing the list of usage examples. ## Quickstart Install the package and its dependencies: ```sh npm i @mantine/core@6 @mantine/hooks@6 @emotion/react mantine-contextmenu@6 ``` If you're using Next.js, Vite, CRA, Remix or Gatsby, you might need to install additional dependencies. Please refer to Mantine's [getting started page](https://mantine.dev/pages/getting-started/) for more details. Wrap your application in the `ContextMenuProvider` components: ```tsx import { MantineProvider } from '@mantine/core'; import { ContextMenuProvider } from 'mantine-contextmenu'; function App() { return ( <MantineProvider> <ContextMenuProvider> {/* your app code here... */} </ContextMenuProvider> </MantineProvider> ); } ``` Use the hook-generated function in your code: ```tsx import { IconCopy, IconDownload } from '@tabler/icons-react'; import { useContextMenu } from 'mantine-contextmenu'; import Picture from '~/components/Picture'; import { copyImageToClipboard, downloadImage, unsplashImages } from '~/lib/image'; export default function GettingStartedExample() { const showContextMenu = useContextMenu(); const image = unsplashImages[0]; const { src } = image.file; return ( <Picture image={image} onContextMenu={showContextMenu([ { key: 'copy', icon: <IconCopy size={16} />, title: 'Copy to clipboard', onClick: () => copyImageToClipboard(src), }, { key: 'download', icon: <IconDownload size={16} />, title: 'Download to your computer', onClick: () => downloadImage(src), }, ])} /> ); } ``` Make sure to browse the list of [usage examples](https://icflorescu.github.io/mantine-contextmenu-v6/examples/basic-usage) to learn how to unleash the full power of Mantine ContextMenu. ## Other useful resources 💡 [Mantine DataTable](https://icflorescu.github.io/mantine-datatable/) - The "dark-theme aware" **data-table component** for your Mantine UI applications, built by the creator of Mantine ContextMenu. ## Code contributors [![Contributors list](https://contrib.rocks/image?repo=icflorescu/mantine-contextmenu-v6)](https://github.com/icflorescu/mantine-contextmenu-v6/graphs/contributors) Want to [become a code contributor](https://icflorescu.github.io/mantine-contextmenu-v6/contribute-and-support)? ## Sponsor the project If you find this package useful, please consider ❤️ [sponsoring my work](https://github.com/sponsors/icflorescu). Your sponsorship will help me dedicate more time to maintaining the project and will encourage me to add new features and fix existing bugs. If you're a company using Mantine ContextMenu in a commercial project, you can also [hire my services](https://github.com/icflorescu). ## Other means of support If you find this package useful, please 🙏 star the repository, 💕 [tweet about it](https://twitter.com/share?text=Check%20out%20the%20missing%20context-menu%20for%20Mantine%20UI%20applications!&url=https%3A%2F%2Fgithub.com%2Ficflorescu%2Fmantine-contextmenu&hashtags=react%2Cmantine%2Cui%2Ccontextmenu%2Cfrontend%2Copensource&via=icflorescu), 👍 [endorse me on LinkedIn](https://www.linkedin.com/in/icflorescu) or consider hiring my services. The more stars this repository gets, the more visibility it gains among the Mantine users community. The more users it gets, the more chances that some of those users will become active code contributors willing to put their effort into bringing new features to life and/or fixing bugs. As the repository gain awareness, my chances of getting hired to work on Mantine-based projects will increase, which in turn will help maintain my vested interest in keeping the project alive. ## Hiring the author If you want to hire my services, don’t hesitate to drop me a line at the email address listed in my [GitHub profile](https://github.com/icflorescu). I’m currently getting a constant flow of approaches, some of them relevant, others not so relevant. Mentioning “Mantine ContextMenu” in your text would help me prioritize your message. ## License The [MIT License](https://github.com/icflorescu/mantine-contextmenu-v6/blob/master/LICENSE). [npm-url]: https://npmjs.org/package/mantine-contextmenu [repo-url]: https://github.com/icflorescu/mantine-contextmenu-v6 [stars-url]: https://github.com/icflorescu/mantine-contextmenu-v6/stargazers [closed-issues-url]: https://github.com/icflorescu/mantine-contextmenu-v6/issues?q=is%3Aissue+is%3Aclosed [license-url]: LICENSE [npm-image]: https://img.shields.io/npm/v/mantine-contextmenu.svg?style=flat-square [license-image]: http://img.shields.io/npm/l/mantine-contextmenu.svg?style=flat-square [downloads-image]: http://img.shields.io/npm/dm/mantine-contextmenu.svg?style=flat-square [stars-image]: https://img.shields.io/github/stars/icflorescu/mantine-contextmenu?style=flat-square [last-commit-image]: https://img.shields.io/github/last-commit/icflorescu/mantine-contextmenu-v6?style=flat-square [closed-issues-image]: https://img.shields.io/github/issues-closed-raw/icflorescu/mantine-contextmenu-v6?style=flat-square [language-image]: https://img.shields.io/github/languages/top/icflorescu/mantine-contextmenu-v6?style=flat-square [sponsor-image]: https://img.shields.io/badge/sponsor-violet?style=flat-square [sponsor-url]: https://github.com/sponsors/icflorescu
The lightweight yet customisable context-menu for your Mantine applications, with a succinct API and dark-theme support. Compatible with Mantine V6.
context-menu,dark-mode,dark-theme,javascript,mantine,mantine-v6,react,typescript,ui,ui-kit
2023-10-06T13:13:29Z
2023-11-10T12:28:53Z
null
2
9
208
0
1
2
null
MIT
TypeScript
DanielOsadchenko/portfolio-site
main
# Hi! Here is my portfolio site! I learned Tailwind CSS and Next.js 13 while I made it. :)
Portfolio site
javascript,nextjs,tailwind,typescript
2023-10-01T20:57:39Z
2023-10-30T10:39:53Z
null
1
0
12
0
0
2
null
null
TypeScript
pke/zendesk-markdown
main
# Zendesk Markdown support for customer/user issues Zendesk does not support customer/user entered issues as markdown yet. This TamperMonkey user script hopefully solves the cries for help of the community. ![How it looks in zendesk](https://github.com/pke/zendesk-markdown/blob/main/zendesk_markdown.png?raw=true) ## License MIT
Zendesk user ticket markdown support via TamperMonkey script
greasemonkey,greasemonkey-script,greasemonkey-userscript,javascript,markdown,tampermonkey,tampermonkey-script,tampermonkey-userscript,userscript,userscripts
2023-09-21T14:31:41Z
2023-09-28T10:46:48Z
null
1
0
7
0
0
2
null
MIT
JavaScript
RubenTheCoder/Shunji-Railways-GitHub
main
null
Welcome to the GitHub repository for the Shunji Railways™ project. Here we design a website where people can plan their next trip with our trains. We also store versions of it here.
trains,website,css3,javascript,html5,css,html,js,php,portfolio-website
2023-09-14T07:15:48Z
2023-11-15T09:02:29Z
2023-10-11T10:34:15Z
2
39
232
1
1
2
null
MIT
null
mahafujahamed/course-registration
main
# React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
null
course,course-project,javascript,reactjs,tailwindcss,vitejs
2023-09-16T11:36:01Z
2023-09-16T11:36:54Z
null
1
0
1
0
0
2
null
null
JavaScript
Elisabete-MO/angular-playstation-store
master
# AngularPlaystationStore This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.1. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. ## Running unit tests Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
Uma cópia da Playstation Store feita com Angular
angular,api,css,frontend,html,routes,typescript,javascript,dio-bootcamp
2023-09-13T17:49:30Z
2023-09-14T00:14:29Z
null
1
0
5
0
0
2
null
null
TypeScript
daniel-oliv3/one_piece-website_dv2
main
null
Projeto de um website com HTML CSS e JavaScript
css,html,javascript
2023-09-27T12:33:16Z
2023-10-02T16:10:10Z
null
1
0
5
0
0
2
null
null
JavaScript
kxtzownsu/countdown
main
# Countdown Basic HTML + JS countdown written by me Theme used: Catppuccin Mocha
HTML + JS counter that gets used whenever someone gets fedded :3
countdown,css,html,html-css-javascript,html5,javascript,js
2023-09-27T11:47:18Z
2023-10-09T19:52:09Z
null
1
0
17
0
0
2
null
GPL-3.0
HTML
gauravjatt4k/ChatGptApi
main
# 😍ChatGptApi ## 📝Short description :- This is bun open source project and using express js and react, open ai module. very fast and beginner friendly project ### ⚙ Setup and run with bun :- 1. Clone the repository and download the code. 2. Open your preferred code editor. 3. Create a `.env` file in the project directory and add your OpenAI API key to it. Make sure it looks like this: ``` OPENAI_API_KEY=YOUR_API_KEY_HERE ``` Replace `YOUR_API_KEY_HERE` with your actual OpenAI API key. 4. Open your terminal/command prompt and navigate to the project directory. 5. Run the following commands: ```bash bun install bun dev ``` This will install the necessary dependencies and start the development server using Bun. ### ⚙ Setup and run with node :- 1. Clone the repository and download the code. 2. Open your preferred code editor. 3. Create a `.env` file in the project directory and add your OpenAI API key to it, just like in the Bun setup: ``` OPENAI_API_KEY=YOUR_API_KEY_HERE ``` 4. If there's a file named `bun.lock`, delete it. 5. Open the `package.json` file in your code editor. 6. Locate the `"dev"` script and replace it with the following: ```json "dev": "node App.js" ``` 7. Open your terminal/command prompt and navigate to the project directory. 8. Run the following commands: ```bash npm install npm run dev ``` This will install the required dependencies and start the development server using Node.js. Now you should be able to run your project using both Bun and Node.js. If you encounter any issues or have further questions, feel free to ask for assistance. ### 💻 Pc view demo ![enter image description here](https://raw.githubusercontent.com/devgauravjatt/ChatGptApi/main/Image/pc.png) ### 📱 Mobile view demo ![enter image description here](https://github.com/devgauravjatt/ChatGptApi/blob/main/Image/md.png?raw=true)
Demo in url check now
chatgpt,chatgptapi,javascript,openai-api,reactjs,api-rest,bun,bunjs,expressjs
2023-09-14T22:34:57Z
2023-09-20T08:46:19Z
null
2
0
38
0
0
2
null
null
CSS
SverreNystad/constraint-satisfaction-problem
main
# Constraint Satisfaction Problems <div align="center"> ![Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/SverreNystad/constraint-satisfaction-problem/python-package.yml) [![codecov.io](https://codecov.io/github/SverreNystad/constraint-satisfaction-problem/coverage.svg?branch=main)](https://codecov.io/github/SverreNystad/constraint-satisfaction-problem?branch=main) ![GPT-dungeon-master top language](https://img.shields.io/github/languages/top/SverreNystad/constraint-satisfaction-problem) ![GitHub language count](https://img.shields.io/github/languages/count/SverreNystad/constraint-satisfaction-problem) [![Project Version](https://img.shields.io/badge/version-1.0.0-blue)](https://img.shields.io/badge/version-1.0.0-blue) </div> <details> <summary> <b> Table of Contents </b> </summary> <ol> <li> <a href="#constraint-satisfaction-problems"> Constraint Satisfaction Problems </a> </li> <li> <a href="#introduction">Introduction</a> </li> </li> <li><a href="#installation">Installation</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#clone-the-repository">Clone the repository</a></li> <li><a href="#virtual-environment-recommended">Virtual Environment</a></li> <li><a href="#install-dependencies">Install dependencies</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#tests">Tests</a></li> <li><a href="#license">License</a></li> </ol> </details> ## Introduction This is the sudoku solver. It uses CSP to solve the sudoku. The creators of this application have both never solved a sudoku, but with the power of CSP, we can solve any sudoku. Enjoy the application and have fun solving Sudokus. The application is built with Flask and pure javascript. The CSP is implemented in python. The CSP is a backtracking algorithm. To learn more about CSP look here [CSP](https://en.wikipedia.org/wiki/Constraint_satisfaction_problem) and our [Assignment](docs/Assignment%203%20Constraint%20Satisfaction%20Problems.pdf). To implement the CSP was part of an assignment in the course TDT4136 Introduction to Artificial Intelligence at NTNU. ## Picture of the application: ![frontend](docs/images/application.png) ## Installation To install the Sudoku solver, one needs to have all the prerequisites installed, clone the repository, and install all dependencies. The following sections will guide you through the process. ### Prerequisites - Ensure Python 3.9 or newer is installed on your machine. [Download Python](https://www.python.org/downloads/) ### Clone the repository ```bash git clone https://github.com/SverreNystad/constraint-satisfaction-problem.git cd constraint-satisfaction-problem ``` ### Virtual Environment (Recommended) <details> <summary><strong>🚀 A better way to set up repositories </strong></summary> A virtual environment in Python is a self-contained directory that contains a Python installation for a particular version of Python, plus a number of additional packages. Using a virtual environment for your project ensures that the project's dependencies are isolated from the system-wide Python and other Python projects. This is especially useful when working on multiple projects with differing dependencies, as it prevents potential conflicts between packages and allows for easy management of requirements. 1. **To set up and use a virtual environment for Sudoku solver:** First, install the virtualenv package using pip. This tool helps create isolated Python environments. ```bash pip install virtualenv ``` 2. **Create virtual environment** Next, create a new virtual environment in the project directory. This environment is a directory containing a complete Python environment (interpreter and other necessary files). ```bash python -m venv venv ``` 4. **Activate virtual environment** To activate the environment, run the following command: * For windows: ```bash source ./venv/Scripts/activate ``` * For Linux / MacOS: ```bash source venv/bin/activate ``` </details> ### Install dependencies With the virtual environment activated, install the project dependencies: ```bash pip install -r requirements.txt ``` The requirements.txt file contains a list of packages necessary to run Sudoku solver. Installing them in an activated virtual environment ensures they are available to the project without affecting other Python projects or system settings. ## Usage There are two usages of this application. The first one is to use the application as a web application. The second one is to use the application as a python library. 1. To use the application as a web application, you need to run the following commands: ```bash cd src flask run ``` 2. To use the application as a python library, you need to run the following commands: ```bash python main.py ``` ## Tests To run all the tests, run the following command in the root directory of the project: ```bash pytest ``` ## License Licensed under the [MIT License](LICENSE). Because this is a template repository, you need to change the license if you want to use it for your own project. ## Contributors I would like to thank Simon Sandvik Lee, you are the best! <table align="center"> <tr> <td align="center"> <a href="https://github.com/SverreNystad"> <img src="https://github.com/SverreNystad.png?size=100" width="100px;"/><br /> <sub><b>Sverre Nystad</b></sub> </a> </td> <td align="center"> <a href="https://github.com/sandviklee"> <img src="https://github.com/sandviklee.png?size=100" width="100px;" alt="Simon Sandvik Lee"/><br /> <sub><b>Simon Sandvik Lee</b></sub> </a> </td> <tr> </table> ### Acknowledgements We would like to thank the following people for their contributions to this project. With their work on the CSP base code, we were able to create this application. * Original code by Håkon Måløy * Updated by Xavier Sánchez Díaz
This is the sudoku solver. It uses CSP to solve the sudoku. The creators of this application have both never solved a sudoku, but with the power of CSP, we can solve any sudoku. Enjoy the application and have fun solving Sudokus.
csp,css,flask,html,javascript,sudoku-solver
2023-09-16T14:43:43Z
2024-02-10T20:17:24Z
null
2
33
72
0
1
2
null
MIT
Python
leedskiy/Tic-Tac-Toe
main
# Tic-Tac-Toe <h3> Tic Tac Toe is a well-known game. On this webpage I implemented the bo3 system which means that the first player who will win two rounds will win the game. Anytime you can restart the game using the top-right button. </h3> <h4> link: https://leedskiy.github.io/Tic-Tac-Toe/ </h4> <h4> The purpose of creating this webpage was practicing JavaScript. The main parts here are Modules and Factory functions. </h4>
Tic Tac Toe is a very simple and famous game. The website was created for practice. To play the game you will need a friend.
css,factory-functions,html,javascript,modules,tic-tac-toe,tictactoe
2023-09-28T13:26:46Z
2024-01-27T14:27:54Z
null
1
0
18
0
0
2
null
null
JavaScript
abdullah-zero9/SignalR---Real-time-Chat-Application
master
# SignalR - Real-Time Chat Application with File Sharing and Group Chat This README.md file provides an overview of the "SignalR Chat Application," a real-time messaging platform that enables users to engage in group chats, share files, and experience seamless, instantaneous communication. ## Project Overview The SignalR Chat Application is a dynamic, interactive platform designed to facilitate real-time conversations between users. Key features include: - **Real-Time Messaging**: Experience instant messaging with other users in real-time, providing a fluid and responsive chat environment. - **Group Chat**: Create or join chat groups, allowing multiple users to communicate simultaneously, fostering collaboration and teamwork. - **File Sharing**: Seamlessly share files within the chat, enabling users to exchange documents, images, and other media effortlessly. ## Getting Started To get started with the SignalR Chat Application, follow these steps: 1. Clone the repository from the provided GitHub link. 2. Set up your development environment and ensure you have the required dependencies installed. 3. Run the application and create your user account or sign in. 4. Explore the chat features, create or join groups, and start chatting with other users. 5. Utilize the file sharing feature to send and receive files during your conversations. ## Project Structure The project's structure is organized as follows: - **ChatHub.cs**: The heart of the application, defining the SignalR hub responsible for managing real-time messaging and file sharing. - **Controllers**: Contains controllers for user registration, authentication, and file uploads. - **Models**: Defines data models for users, chat messages, and files. - **Views**: Houses the front-end components for the chat application, including the user interface for messaging and file sharing. - **Services**: Contains services and utilities to facilitate various functionalities within the application. - **Startup.cs**: Configures the application's services and middleware, including SignalR setup and authentication. ## Customization Feel free to customize and expand upon this chat application to suit your specific requirements. You can modify the user interface, add additional features, or integrate it into your existing projects. ## Security Ensure proper security measures are in place, especially if you plan to deploy this application in a production environment. Consider implementing user authentication and authorization mechanisms to protect sensitive data and user accounts. ## Feedback and Contributions We welcome feedback, bug reports, and contributions from the open-source community. Please refer to the GitHub repository for more details on how to contribute to this project. ## Conclusion The SignalR Chat Application provides a foundation for building real-time communication solutions with features like instant messaging, group chat, and file sharing. It offers an engaging and interactive user experience, making it suitable for various collaborative and social applications. For detailed usage instructions and to explore the source code, visit the [GitHub repository](<GitHub_Repository_Link>). Start chatting, sharing, and collaborating in real-time with the SignalR Chat Application!
SignalR Chat: Real-time messaging, group chats, and file sharing in one powerful application. Seamlessly connect and collaborate with others instantaneously.
csharp,javascript,signalr
2023-09-22T18:34:19Z
2023-09-22T18:36:13Z
null
1
0
2
0
1
2
null
MIT
SCSS
gopimishra71/Portfolio
master
null
This Project Contains The Portfolio Website Of Gopi Mishra, Which Having All Details About Gopi Mishra like Education, Certifications, Conatct Details & Projects etc...
bootsrap,css,fullstack,fullstack-developer,fullstack-development,html,javascript,portfolio,portfolio-project,portfolio-site
2023-09-14T08:17:05Z
2024-03-14T23:44:34Z
null
2
2
33
0
1
2
null
null
HTML
Pa1mekala37/ReactJs-Character-Counter
main
The goal of this Repo is to quickly get you off the ground with **Lists and Keys** in React JS. ### Refer to the image below: <br/> <div style="text-align: center;"> <img src="https://assets.ccbp.in/frontend/content/react-js/character-counter-output.gif" alt="Character Counter" style="max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)"> </div> <br/> ### Design Files <details> <summary>Click to view</summary> - [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - No User Inputs View](https://assets.ccbp.in/frontend/content/react-js/character-counter-no-user-inputs-lg-output.png) - [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px)](https://assets.ccbp.in/frontend/content/react-js/character-counter-lg-output.png) </details> ### Set Up Instructions <details> <summary>Click to view</summary> - Download dependencies by running `npm install` - Start up the app using `npm start` </details> ### Completion Instructions <details> <summary>Functionality to be added</summary> <br/> The app must have the following functionalities - Initially, the value of the user input element should be empty and [No User Inputs View](https://assets.ccbp.in/frontend/content/react-js/character-counter-no-user-inputs-lg-output.png) should be displayed. - When a non-empty value is provided in the user input element and the **Add** button is clicked, - A new user input item should be added to the list of user inputs. - The count of characters of the value provided in the user input element should be displayed. - The value inside the user input element should be updated to its initial value. </details> ### Important Note <details> <summary>Click to view</summary> <br/> **The following instruction is required for the tests to pass** - Use the `uuid` package to generate the unique id. </details> ### Resources <details> <summary>Image URLs</summary> - https://assets.ccbp.in/frontend/react-js/no-user-inputs-img.png alt should be **no user inputs** </details> <details> <summary>Colors</summary> <br/> <div style="background-color: #ffc533; width: 150px; padding: 10px; color: black">Hex: #ffc533</div> <div style="background-color: #334155; width: 150px; padding: 10px; color: white">Hex: #334155</div> <div style="background-color: #0f172a; width: 150px; padding: 10px; color: white">Hex: #0f172a</div> <div style="background-color: #ffbf1f; width: 150px; padding: 10px; color: black">Hex: #ffbf1f</div> <div style="background-color: #272c47; width: 150px; padding: 10px; color: white">Hex: #272c47</div> <div style="background-color: #ffffff; width: 150px; padding: 10px; color: black">Hex: #ffffff</div> <div style="background-color: #475569; width: 150px; padding: 10px; color: white">Hex: #475569</div> <div style="background-color: #1e293b; width: 150px; padding: 10px; color: white">Hex: #1e293b</div> </details> <details> <summary>Font-families</summary> - Roboto </details> > ### _Things to Keep in Mind_ > > - All components you implement should go in the `src/components` directory. > - Don't change the component folder names as those are the files being imported into the tests. > - **Do not remove the pre-filled code**
null
bootstrap,jsx,reactjs,javascript
2023-09-19T13:29:56Z
2023-09-19T13:38:18Z
null
1
0
2
0
0
2
null
null
JavaScript
Xodity/omirus
main
# Liberius Framework Light `CLI` Package for QuantumVibe community made with `NODEJS`. `CLI` based on javascript [#omirus](https://www.github.com/laramus/omirus). ## Deployment To deploy this project [#omirus](https://www.github.com/laramus/omirus) install and run : ```bash npm i -g omirus ``` ## Features - MVC Generator - package downloader - Liberius App Installer - Migration and database Generator
omirus library. Providing library code for Laramus code.
hacktoberfest,cli,javascript,laramus,npm-package,omirus
2023-09-26T12:13:05Z
2023-12-23T10:32:25Z
2023-10-27T03:59:52Z
2
11
39
0
3
2
null
null
JavaScript
Ssaava/calculator-app
main
# Frontend Mentor - Calculator app solution This is a solution to the [Calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/calculator-app-9lteq5N29). Frontend Mentor challenges help you improve your coding skills by building realistic projects. ## Table of contents - [Overview](#overview) - [The challenge](#the-challenge) - [Screenshot](#screenshot) - [Links](#links) - [My process](#my-process) - [Built with](#built-with) - [What I learned](#what-i-learned) - [Continued development](#continued-development) - [Useful resources](#useful-resources) - [Author](#author) - [Acknowledgments](#acknowledgments) ## Overview ### The challenge Users should be able to: - See the size of the elements adjust based on their device's screen size - Perform mathmatical operations like addition, subtraction, multiplication, and division - Adjust the color theme based on their preference - **Bonus**: Have their initial theme preference checked using `prefers-color-scheme` and have any additional changes saved in the browser ### Screenshot ![](./public/Screenshot.png) ### Links - Solution URL: [Add solution URL here](https://github.com/Ssaava/calculator-app/tree/main) - Live Site URL: [Add live site URL here](https://calculator-app-6aw.pages.dev/) ## My process ### Built with - Semantic HTML5 markup - CSS custom properties - Flexbox - [sass](https://sass-lang.com/) - CSS Preprocessor - [npm](https://nodejs.org/en) - Package Manager - [Vite](https://vitejs.dev/) - Build Tool - [React](https://reactjs.org/) - JS library ### What I learned Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge. I am really excited to use React in this project due to the power of React Components ```html <main className="{`main" ${userMode}`}> <div className="container"> <header toggleMode="{toggleMode}" /> <Screen value="{currentValue}" /> <ButtonsCase handleClick="{handleClick}" /> <div className="author"> Challenge by_ <a href="https://www.frontendmentor.io?ref=challenge" target="_blank" rel="noreferrer" > Frontend Mentor </a> . Coded by <br /> <a href="https://twitter.com/ssava_ema" target="_blank" rel="noreferrer"> Ssaava Emmanuel </a> </div> </div> </main> ``` ```scss // Used the following sass mixin to ease the creation of flex containers @use "functions" as f; @mixin flex($gap: 0, $wrap: no-wrap) { display: flex; justify-content: space-between; align-items: center; gap: f.rem($gap); flex-wrap: $wrap; } // created on function in sass to convert pixels to rems. the power of sass functions @use "sass:math" as m; @function rem($value) { @if m.is-unitless($value) { @return m.div($value, 16) + rem; } @else { @error "Please remove units from number"; } } ``` ```js // proud of React useEffect() and useState() hooks that enable updating the site content without refreshing const [currentValue, setCurrentValue] = new useState([0]); const [userMode, setUserMode] = new useState(""); useEffect(() => { const themeMode = localStorage.getItem("mode") || ""; setUserMode(themeMode); }); ``` ### Continued development Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect. **Note: Delete this note and the content within this section and replace with your own plans for continued development.** ### Useful resources - [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward. - [Example resource 2](https://www.example.com) - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept. **Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.** ## Author - Website - [Add your name here](https://www.your-site.com) - Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/yourusername) - Twitter - [@yourusername](https://www.twitter.com/yourusername) **Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.** ## Acknowledgments This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit. **Note: Delete this note and edit this section's content as necessary. If you completed this challenge by yourself, feel free to delete this section entirely.**
Challenge by frontend mentor
html,javascript,npm,react,sass,vite,cloudflare,css
2023-09-16T17:54:49Z
2024-03-31T18:32:30Z
null
1
17
67
0
0
2
null
null
JavaScript
shysolocup/aepl
main
# aepl 🍎 <a href="https://www.npmjs.com/package/aepl"><img src="https://img.shields.io/npm/v/aepl?style=flat&color=red&logo=npm&logoColor=white" alt="version" /> <a href="https://www.npmjs.com/package/aepl"><img src="https://img.shields.io/npm/dt/aepl?style=flat&color=green&logo=docusign&logoColor=white" alt="downloads" /> <a href="https://github.com/paishee/aepl/wiki"><img src="https://img.shields.io/badge/documentation-tapel?color=blue&logo=gitbook&logoColor=white" alt="docs" /></a> <img src="https://github.com/paishee/aepl/actions/workflows/publish-shit.yml/badge.svg" alt="publish"> aepl is a Node.JS multi-layered class creation package with built-in parenting systems that let you get info from classes above as well as better function and property makers for easier to read and understand development and modding support inspired by Roblox's Studio API. - Open source - Lightweight - Easy to use - Compact <br><br> ```console npm i aepl ``` ```console npm i paishee/aepl ``` <br><br> ### Uses aepl makes classes layered meaning that you can have multiple classes inside of eachother and access upper classes using parents ```js const Class = require('aepl'); // main class new Class("Main", class { constructor() { this.data = [1, 2, 3]; } }); // creates a new subclass named layer Main.new("subclass", "Layer", class { constructor() { this.data = [4, 5, 6]; } }); // creates a new instance of the main class let main = new Main(); console.log(main.data); // [1, 2, 3] // creates a new instance of the layer class let layer = new main.Layer(); console.log(layer.data); // [4, 5, 6] console.log(layer.parent.data); // [1, 2, 3] ``` <br> it also adds methods for creating new functions and properties <br> ```js const Class = require('aepl'); // main class new Class("Main", class { constructor() { this.data = [1, 2, 3]; } }); // creates a new function that reverses the data Main.new("func", "reverse", function() { return this.data.reverse(); }); // creates a new subclass named layer Main.new("subclass", "Layer", class { constructor() { this.data = [4, 5, 6]; } }); // creates a new property for layer named mainData that returns the data of the parent class Layer.new("prop", "mainData", function() { return this.parent.data; }); // creates a new function for layer that reverses its data Layer.new("func", "reverse", function() { return this.data.reverse(); }); // creates a new instance of the main class let main = new Main(); console.log(main.data); // [1, 2, 3] // creates a new instance of the layer class let layer = new main.Layer(); console.log(layer.data); // [4, 5, 6] console.log(layer.mainData); // [1, 2, 3] console.log(main.reverse()); // [3, 2, 1] console.log(layer.reverse()); // [6, 5, 4] ``` <br><br> ### Advanced Example ```js const Class = require('aepl'); // main class new Class("Main", class { constructor() { this.data = [1, 2, 3]; this.layers = []; } }); // subclasses Main.new("subclass", "Layer", class { constructor() { this.extras = []; this.data = [4, 5, 6]; this.parent.layers.push(this); } }); Layer.new("subclass", "Extra", class { constructor() { this.data = [7, 8, 9] this.parent.extras.push(this); } }); // functions Main.new("func", "reverse", function() { return this.data.reverse(); }); Layer.new("func", "reverse", function() { return this.data.reverse(); }); Extra.new("func", "reverse", function() { return this.data.reverse(); }); // properties Layer.new("prop", "main", function() { return this.parent; }); Extra.new("prop", "layer", function() { return this.parent; }); Extra.new("prop", "main", function() { return this.parent.parent; }); // examples let main = new Main(); console.log(main); // Main { layers: [], data: [1, 2, 3] } let layer = new main.Layer(); console.log(layer); // Layer { extras: [], data: [4, 5, 6] } console.log(layer.main); // Main { layers: [ [Layer] ], data: [1, 2, 3] } let extra = new layer.Extra(); console.log(extra); // Extra { data: [7, 8, 9] } console.log(extra.layer); // Layer { extras: [ [Extra] ], data: [4, 5, 6] } console.log(extra.main); // Main { layers: [ [Layer] ], data: [1, 2, 3] } console.log(main.reverse()); // [3, 2, 1] console.log(layer.reverse()); // [6, 5, 4] console.log(extra.reverse()); // [9, 8, 7] ```
A Node.JS multi-layered class creation package with built-in parenting systems that let you get info from classes above as well as better function and property makers for easier to read and understand development and modding support inspired by Roblox's Studio API.
backend,data,framework,javascript,js,js-class,js-framework,nodejs,package,lightweight
2023-09-14T18:01:07Z
2024-03-02T09:16:12Z
2024-03-02T09:16:12Z
1
0
323
0
0
2
null
MIT
JavaScript
emrahumutkoc/angular-pubsub-pattern
main
# Pub-Sub Pattern for Angular Angular Pub-Sub pattern offers an intuitive and standardized method for embracing the Publish-Subscribe model within Angular applications. Central to this design is its ability to foster decoupled interactions between components through event dispatching and subscriptions. While it's meticulously crafted to integrate seamlessly with the Angular ecosystem, a unique feature of this architecture is its capability to be invoked from outside Angular, leveraging the global `window` object ## Introduction With the expansion of modern web applications, there's a growing necessity for diverse application parts to interact based on events rather than tight interconnections. This is precisely where the Publish-Subscribe (Pub-Sub) pattern becomes invaluable. Our Angular PubSub system is designed to address this event-driven communication, seamlessly integrating with Angular's change detection through zones and providing a global interface on the `window` object for both internal and external triggers. ![](https://github.com/emrahumut/angular-pubsub-pattern/blob/main/src/assets/gif/gif2.gif) ## Pub-Sub Design Pattern The Publish-Subscribe pattern, often referred to as Pub-Sub, is a messaging pattern where senders of messages (publishers) do not program the messages to be sent directly to specific receivers (subscribers). Instead, published messages are characterized into classes, without knowledge of which subscribers (if any) there might be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers there are. This Pub-Sub design in Angular maintains a list of subscribers for each event. When an event is fired, it looks up these subscribers and runs the registered callbacks. ## Goal of the Design The primary goal of the Angular Pub-Sub system is to provide a robust event-driven architecture. This enables different parts of the application to communicate and react to specific events without being directly interconnected. By exposing a global interface on the `window` object, it also ensures versatility and wider applicability, bridging the gap between Angular and non-Angular scripts. ![](https://github.com/emrahumut/angular-pubsub-pattern/blob/main/src/assets/gif/gif1.gif) ## Usage ### Defining Events Events are defined in the `events-enum.ts` file. An example is as follows: ```typescript export enum GlobalEvents { PAGE_VIEWED = 'pageViewed', USER_LOGIN = 'userLogin', BUTTON_CLICKED = 'peekABoo', } ``` ### Firing Events Events can be fired using the `EventFireHelper` class. This provides a straightforward way to trigger events from anywhere in the codebase. For instance: ```typescript EventFireHelper.fire(GlobalEvents.PAGE_VIEWED, [ { pageName: 'Home Page', time: new Date() }, ]); ``` ### Subscribing to Events Components can subscribe to events using the global subscribeToAngularEvent function available on the window object: ```typescript window['subscribeToAngularEvent'](eventName, callbackFunction); ``` The callback function will be executed whenever the specified event is fired. ### Unsubscribing from Events If a component no longer wishes to be notified of an event, it can unsubscribe using: ```typescript window['unsubscribeFromAngularEvent'](eventName); ```
Event-driven Angular communication
angular,design-patterns,javascript,publisher-subscriber-pattern,typescript
2023-09-13T13:19:40Z
2023-09-14T08:28:25Z
null
1
0
18
0
0
2
null
null
TypeScript
Abhijeet-Bhushari/interactive-rating-component
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)
Interactive rating component using react
component,css,frontend,html,interactive,javascript,rating-component,react,reactjs,responsive-design
2023-09-27T10:13:58Z
2023-10-19T20:26:00Z
null
1
2
12
0
0
2
null
null
JavaScript
squirrel-bat/which-costs-more
main
# Which Card Costs More? Let's find out: https://squirrel-bat.github.io/which-costs-more/ ## Development ### Prerequisites * Python 3.x with [requests](https://pypi.org/project/requests/) * local web server ### Local Setup This project relies on an imported [bulk export from Scryfall's API](https://scryfall.com/docs/api/bulk-data). For this purpose, we've got an import script written in python to fetch the latest file and create our own shrunken and compressed version as `./src/data.gzip` > [!NOTE] > Scryfall collects their bulk data only once every 12 hours. Please consider being a good citizen and run the importer only when you really must. 👍 To start the importer, run: ```shell python ./import/importer.py ```
Which Card Costs More?
css,frontend,magic-the-gathering,javascript
2023-10-11T14:22:33Z
2024-01-15T15:38:13Z
null
3
4
57
0
1
2
null
GPL-3.0
CSS
MCStraiight/schoolproject
main
**Check [Docs](https://school.fuckyou.gq/) For More Info.** ## What is this? >This is an repo of me making my school projects & updating them. ## How to install >How to install/use is metioned in **INFO.md** of *every folder!* > [!IMPORTANT] > Find out vulnurabilities & how 2 report issues (bugs) on The next article. [PREVIOUS - NONE](/) | [NEXT - SECURITY GUIDLINES](/SECURITY.md)
projects.
java,javascript,others,python,typescript
2023-10-04T08:30:14Z
2023-10-10T09:29:25Z
2023-10-08T03:07:40Z
1
0
29
0
0
2
null
null
null
MelihKrts/React-First-Project
main
# Project Install and Run 1) Step 1 --> `pnpm create vite` <br> 2) Step 2 --> `pnpm run dev`, will work on `localhost:5173` # Project Image ![Project ScreenShot](src/assets/images/screenshot.png) # Info Construction themed website. Tailwind.css and React.Js were used.
My first work with React, a Javascript framework
javascript,reactjs,tailwindcss
2023-09-23T14:31:37Z
2023-09-24T17:38:24Z
null
1
0
19
0
0
2
null
null
JavaScript
frontendstu/maker-pre-launch-landing-page
main
# Frontend Mentor - Maker pre-launch landing page solution This is a solution to the [Maker pre-launch landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/maker-prelaunch-landing-page-WVZIJtKLd). Frontend Mentor challenges help you improve your coding skills by building realistic projects. ## Table of contents - [Overview](#overview) - [The challenge](#the-challenge) - [Screenshot](#screenshot) - [Links](#links) - [My process](#my-process) - [Built with](#built-with) - [What I learned](#what-i-learned) - [Continued development](#continued-development) - [Useful resources](#useful-resources) - [Author](#author) - [Acknowledgments](#acknowledgments) ## Overview ### The challenge Users should be able to: - View the optimal layout depending on their device's screen size - See hover states for interactive elements - Receive an error message when the form is submitted if: - The `Email address` field is empty should show "Oops! Please add your email" - The email is not formatted correctly should show "Oops! That doesn’t look like an email address" ### Screenshot ![](./screenshot.png) ### Links - Solution URL: [📦 Solution](https://github.com/frontendstu/maker-pre-launch-landing-page) - Live Site URL: [🌏 Live site](https://frontendstu.github.io/maker-pre-launch-landing-page/) ## My process ### Built with - Semantic HTML5 markup - CSS custom properties - Flexbox - CSS Grid - Mobile-first workflow ### What I learned I had a great time building this solution. I found that it was enough to test myself, but not too much to break me. I was able to confidently build the layout and match the design as close as possible. My only thing I wasn't able to get right was the squiggle on the email notfication section. But overall I thoroughly enjoyed this project. ## Author - GitHub - [@frontendstu](https://github.com/frontendstu) - Frontend Mentor - [@frontendstu](https://www.frontendmentor.io/profile/frontendstu)
My solution to the Frontend Mentor "Maker Pre Launch Landing Page" challenge
email-validation,flexbox,frontendmentor,frontendmentor-challenge,grid,html,javascript,sass,sass-mixins
2023-09-19T13:36:41Z
2023-09-28T07:51:43Z
null
1
0
175
0
0
2
null
GPL-2.0
SCSS
Alexandrbig1/pizza-menu
main
# Pizza's Menu <img align="right" src="https://media.giphy.com/media/du3J3cXyzhj75IOgvA/giphy.gif" width="100"/> ## Project Specifications: Pizza menu component for Pizza's website created by React components. ### Languages and Tools: <div align="center"> <a href="https://en.wikipedia.org/wiki/HTML5" target="_blank"><img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/html5-original-wordmark.svg" alt="HTML5" height="50" /></a> <a href="https://www.w3schools.com/css/" target="_blank"><img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/css3-original-wordmark.svg" alt="CSS3" height="50" /></a> <a href="https://www.javascript.com/" target="_blank"><img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/javascript-original.svg" alt="JavaScript" height="50" /></a> <a href="https://git-scm.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" alt="git" width="40" height="40"/> </a> <a href="https://reactjs.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a> </div> ### Connect with me: <div align="center"> <a href="https://linkedin.com/in/alex-smagin29" target="_blank"> <img src=https://img.shields.io/badge/linkedin-%231E77B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white alt=linkedin style="margin-bottom: 5px;" /> </a> <a href="https://github.com/alexandrbig1" target="_blank"> <img src=https://img.shields.io/badge/github-%2324292e.svg?&style=for-the-badge&logo=github&logoColor=white alt=github style="margin-bottom: 5px;" /> </a> <a href="https://stackoverflow.com/users/22484161/alex-smagin" target="_blank"> <img src=https://img.shields.io/badge/stackoverflow-%23F28032.svg?&style=for-the-badge&logo=stackoverflow&logoColor=white alt=stackoverflow style="margin-bottom: 5px;" /> </a> <a href="https://dribbble.com/Alexandrbig1" target="_blank"> <img src=https://img.shields.io/badge/dribbble-%23E45285.svg?&style=for-the-badge&logo=dribbble&logoColor=white alt=dribbble style="margin-bottom: 5px;" /> </a> <a href="https://www.behance.net/a1126" target="_blank"> <img src=https://img.shields.io/badge/behance-%23191919.svg?&style=for-the-badge&logo=behance&logoColor=white alt=behance style="margin-bottom: 5px;" /> </a> </div>
pizza-menu(React component)
css3,frontend,html-css-javascript,html5,javascript,js,react,react-components,reactjs,webdevelopment
2023-10-02T01:13:53Z
2023-10-03T19:56:18Z
null
1
0
4
0
0
2
null
null
CSS
SofiiaTrokhymchuk/vanilla-js-calculator
main
# Simple JavaScript Calculator ## Overview This is a simple calculator built with HTML, CSS and Vanilla Javascript that provides basic functionality. ![image](https://github.com/SofiiaTrokhymchuk/vanilla-js-calculator/assets/93663923/965a7220-f437-4f08-b0be-9d6e47e0a0d5) This calculator project is hosted [here](https://sofiiatrokhymchuk.github.io/vanilla-js-calculator/). ## Functionality This calculator supports basic arithmetic operations and functionality such as: - addition (+); - subtraction (-); - multiplication (\*); - division (/); - modular division (%); - clear all (AC); - delete (DEL). The calculator makes a basic check to see if the expression entered by the user is correct and controls user input: - it ensures that there are no leading zeros (e.g., `01` is corrected to `1`); - multiple consecutive dots are not allowed (e.g., invalid input like `0...1..0` is prevented); - it checks the parity of the entered parentheses (e.g., invalid input like `())(` is prevented); - input of opening `(` paratheses right after `)`, `.` and numbers is prevented; - input of closing `)` paratheses right after `(`, `.` and arithmetic operations symbols is prevented; - input of arithmetic operations symbols right after `(` is prevented (except `-`)). ## Execution 1. Clone the repository ```sh git clone https://github.com/SofiiaTrokhymchuk/vanilla-js-calculator.git ``` 3. Open `index.html` or run on VS Code using Live Server plugin. ## Contributing Contributions are welcome. If you have a suggestion to make this project better, please: 1. Fork the project; 2. Create your branch: ```sh git checkout -b <suggestion-branch-name> ``` 3. Commit your changes: ```sh git commit -m 'Add/Fix something' ``` 4. Push to your branch: ```sh git push origin <suggestion-branch-name> ``` 5. Open a Pull Request. You can also create an issue with `bug` or `enhancement` tag. Please, give this project a star if you like it. Thank you!
Simple calculator using Vanilla JS
calculator,css,html,html-css-javascript,javascript,javascript-calculator,simple-calculator,simple-calculator-js
2023-09-28T20:51:46Z
2023-10-12T12:35:25Z
null
1
0
17
0
0
2
null
null
JavaScript
Devansh-Singh-Parmar/AdBlocker
main
# YouTube Ad Blocker Extension 🚫📺 ## Description 📋 The YouTube Ad Blocker Extension is a browser extension designed to enhance your YouTube viewing experience by intelligently blocking ads. Unlike traditional ad blockers that completely remove ads, this extension aims to strike a balance between user comfort and supporting content creators. With this extension, you can enjoy your favorite content without the interruption of intrusive ads while ensuring that creators still receive their well-deserved revenue. 💡💰 ## Table of Contents - [Features](#features-) - [Installation](#installation-%EF%B8%8F) - [Usage](#usage-) - [Compatibility](#compatibility-) - [Feedback](#feedback-%EF%B8%8F) - [Contributing](#contributing-) - [License](#license-) - [Acknowledgments](#acknowledgments-) ## Features 🌟 - Removes YouTube ads effectively and smartly. 🧹 - Supports content creators by preserving their income. 💸 - Enhances your YouTube viewing experience. 📺🎉 ## Installation 🛠️ 1. [Download the extension](https://addons.mozilla.org/en-US/firefox/addon/blocker-free/) from the Mozilla Add-ons Store. 2. Click on the "Add to Firefox" button. 🦊 3. Confirm the installation when prompted. ✅ ## Usage 🚀 1. After installing the extension, simply browse YouTube as you normally would. 2. The extension will automatically detect and remove ads as you watch videos. 3. Enjoy an uninterrupted viewing experience while supporting content creators. 🙌 ## Compatibility 🌐 - This extension is compatible with Mozilla Firefox browsers. ## Feedback 🗣️ If you encounter any issues, have suggestions for improvements, or want to report a bug, please feel free to [create an issue](https://github.com/Devansh-Singh-Parmar/AdBlocker/issues) on our GitHub repository. We value your feedback and will strive to enhance the extension based on user input. 🤝 ## Contributing 🤝 We welcome contributions from the open-source community. If you'd like to contribute to the development of this extension, please follow our [contributing guidelines](CONTRIBUTING.md). ## License 📜 This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## Acknowledgments 🙏 - Special thanks to all our contributors for helping make this extension better. 🌟 <p align="center"> <img src="https://contributors-img.web.app/image?repo=Devansh-Singh-Parmar/AdBlocker" width = 500/> </p> Happy ad-free YouTube watching! 🎉👀
An Ad Blocker with some simple lines of code.
extension-chrome,firefox-addon,hacktoberfest,hacktoberfest-accepted,javascript
2023-10-02T06:58:24Z
2023-10-03T07:33:15Z
null
7
11
32
0
5
2
null
MIT
JavaScript
jeanbuhendwa/wtech-shop
dev
## WTech Shop Welcome to Your WTech Shop, a versatile online shopping platform. Shop for a wide range of products, including clothing for both men and women, electronics, and jewelry. the store is powered by the Fake Store API. ### Table of Contents - [Features](#features) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [Contributing](#contributing) - [License](#license) ### Features WTech Shop offers a plethora of features to enhance the shopping experience: - **Product Categories:** Browse through an array of categories, including men's and women's clothing, electronics, and jewelry. - **Product Details:** Get comprehensive information about each product, including title, description, price, and more. - **Add to Cart:** Easily add products to your shopping cart for a seamless checkout process. - **Responsive Design:** Enjoy a user-friendly experience on desktop, tablet, and mobile devices. - **User-Friendly UI:** A clean and intuitive interface for an enjoyable shopping experience. ## Getting Started ### Prerequisites Before you get started, ensure you have the following: - A code editor such as Visual Studio Code or Sublime Text. - Node.js and npm installed on your machine. ### Installation 1. Clone the repository to your local machine: ```bash git clone https://github.com/jeanbuhendwa/wtech-shop.git ``` 2. Change into the project directory: ```bash cd wtech-shop ``` 3. Install the project dependencies: ```bash npm install ``` 4. Start the application: ```bash npm start ``` The project will be running locally at [http://localhost:3000](http://localhost:3000). ## Usage WTech Shop is easy to use: 1. Explore the product categories available on the home page. 2. Click on a product to view detailed information. 3. Add products to your cart. 4. Review your cart and proceed to checkout. Enjoy a seamless and secure shopping experience with WTech Shop. ## Contributing We welcome contributions to enhance the functionality and features of this project. If you'd like to contribute, please follow these steps: 1. Fork the repository. 2. Create a new branch for your feature: `git checkout -b feature-name`. 3. Make your changes and commit them: `git commit -m 'Add some feature'`. 4. Push to the branch: `git push origin feature-name`. 5. Create a pull request. Please ensure your code follows our code of conduct and contributes positively to the project. ## License WTech Shop is open-source and licensed under the [MIT LICENSE](./LICENSE). Feel free to use, modify, and distribute it as needed.
Explore a World of Infinite Possibilities with a Wide Range of Products, Unbeatable Deals, and Stay Ahead with the Latest Trends. Elevate Your Shopping Experience Today! 🛒💫🌐
api-rest,javascript,reactjs,tailwindcss
2023-10-04T15:59:27Z
2023-11-29T18:48:17Z
null
1
8
66
0
0
2
null
MIT
JavaScript
Iamtsquare07/calender-with-js
main
# Calender with JavaScript v1.0.0 A full functional calendar app with JavaScript, it has features such as moving to previous and next months, picking a date with a date input, and entering a date manually with a prompt Preview on: https://codepen.io/iamtsquare07/full/eYbGwbP
A full functional calender app with JavaScript, it has features such as moving to previous and next months, picking a date with the date input and entering a date manually with a prompt
calendar,javascript
2023-09-18T19:29:52Z
2023-10-28T17:40:16Z
null
1
0
13
0
0
2
null
CC0-1.0
JavaScript
adilrza0/TripWiz
main
# TripWiz ![logo-color](https://github.com/adilrza0/adaptable-oven-8035/assets/68914197/3a8c05b4-911e-4bd1-9dbd-41bb0e651e14=250x250) ## Table of Contents - [Introduction](#introduction) - [Features](#features) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [Screenshots](#screenshots) - [Deployment](#deployment) - [Contributing](#contributing) - [License](#license) ## Introduction Welcome to Trip Wiz! Trip Wiz is your ultimate travel companion, designed to help you plan, organize, and make the most out of your trips. Whether you're a frequent globetrotter or just planning your next weekend getaway, Trip Wiz has got you covered. With Trip Wiz, you can: - Plan your itinerary with ease. - Discover amazing destinations and attractions. - Find the best accommodations and restaurants. - Collaborate with friends and fellow travelers. - Access travel tips and recommendations. No more stress and hassle when planning your trips – Trip Wiz has everything you need to make your journeys unforgettable. ## Features - **Trip Planning:** Create detailed trip itineraries, including dates, activities, and locations. - **Destination Discovery:** Find new and exciting places to visit based on your interests and preferences. - **Accommodation and Dining:** Explore a wide range of hotels, resorts, and restaurants with user reviews and ratings. - **Collaboration:** Invite friends and family to plan trips together. - **Travel Tips:** Get insider tips and recommendations from experienced travelers. ## Getting Started ### Prerequisites Before using Trip Wiz, make sure you have the following: - A modern web browser (e.g., Chrome, Firefox, Safari). - An active internet connection. ### Installation Trip Wiz is a web-based application, so there's no need for installation. Simply visit our website at [https://www.tripwiz.com](https://www.tripwiz.com) to get started. ## Usage 1. Sign up for a Trip Wiz account. 2. Log in to your account. 3. Start planning your trip by creating a new itinerary. 4. Explore destinations, accommodations, and dining options. 5. Collaborate with friends by inviting them to join your trip. 6. Access travel tips and recommendations from experienced travelers. Enjoy a hassle-free trip planning experience with Trip Wiz! ## Screenshots ![Screenshot 1](https://i.ibb.co/Pc8t9Qy/Screenshot-2023-10-03-185550.png) *Caption: Homepage - Discover New Destinations* ![Screenshot 2](https://i.ibb.co/6ZHwXv1/Screenshot-2023-10-03-185643.png) ![Screenshot 3](https://i.ibb.co/d5DxnkD/Screenshot-2023-10-03-185620.png) *Caption: Trip Planning - Create Detailed Itineraries* !https://ibb.co/vB3qXsQ) *Caption: Accommodation and Dining Recommendations* ## Deployment You can access Trip Wiz by visiting the following deployment URL: [https://www.tripwiz.com](https://651c28a7ddc84f33e8a86578--sunny-muffin-f03636.netlify.app/review) `url` https://651c28a7ddc84f33e8a86578--sunny-muffin-f03636.netlify.app/review `url` https://www.tripwiz.com ## Contributing We welcome contributions from the community. If you'd like to contribute to Trip Wiz, please follow our [Contributing Guidelines](CONTRIBUTING.md). ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. --- Thank you for choosing Trip Wiz as your travel planning companion. We hope you have amazing journeys ahead! If you have any questions or need assistance, please contact our support team at support@tripwiz.com.
TripWiz is a travel web application that allows users to book flights, hotels, and tour packages. The app is designed to make travel planning easy and convenient. With TripWiz, you can search for flights, hotels, and tour packages all in one place
adventure,chakraui,community,css,html,javascript,planning,react,tourism,travel
2023-09-26T16:24:25Z
2023-12-12T09:27:14Z
null
5
31
95
0
3
2
null
null
JavaScript
keith-flynn/pet-adoption-website
main
# Need A Puppy? Take A Puppy! Now deployed on Github Pages! [Need A Puppy Take A Puppy](https://keith-flynn.github.io/pet-adoption-website-frontend/) ## About My Pet Adoption Website ### A mock website to adopt your next adorable dog or cat. Built using HTML, CSS, and JavaScript to serve the frontend on your browser, and Node.js and Express.js as a RESTful API server, Need A Puppy Take A Puppy offers up results for your potential pet adoptions. With responsive displays designed for mobile devices, tablets, and desktop web browsers, users can utilize NAPTAP's robust filtering options to find the perfect fuzzy friend for your family today! ## To Run - Clone the repository - `git clone https://github.com/keith-flynn/pet-adoption-website.git` - Change directory to newly cloned repo - `cd pet-adoption-website` - Install Node - `npm install` - Start the server using Node - `node index.js` - Launch index.html using [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) in VS Code - In Visual Studio Code, right click either anywhere inside of the opened index.html file, or right click on index.html itself in the file explorer of VS Code. Select "Open with Live Server [Alt+L Alt+O]" If you do not already have Node installed on your system, it can be downloaded from the official [download page](https://nodejs.org/en/download) ## Features :warning: If you are grading this project, [Check Here!](https://github.com/keith-flynn/pet-adoption-website/tree/main/project-review) :warning: ### Front End - Search filter dropdowns are populated dynamically at page load and with the switch of the dog/cat toggle (doggle) - Toggle selection of dog or cat persists between page visits in local storage. - Input in the search field is sterilized to only include alphanumeric - An appealing loading screen while the user briefly waits for results - Beautifully displayed pet results that dynamically shift depending on the viewing device (Mobile and Desktop) - A scroll to top button for when your search returns a mountain of fuzzy friends - A perfect Lighthouse score (if you disable google fonts) ### Back End - Robust error handling and logging system - Serve data based on ID, type (dog/cat), breed, size, age, gender, color, and/or name - Modular files can be [swapped](https://github.com/keith-flynn/pet-adoption-website/tree/mongo) to serve MongoDB Atlas Cloud - Wrap responses in industry standard JSON envelope format ## Resources Logos generated using [Adobe Express Logo Maker](https://express.adobe.com/express-apps/logo-maker/preview) Color scheme at [Colorhunt.com](https://colorhunt.co/palette/1b262c0f4c753282b8bbe1fa) All of this was made possible by [Petfinder.com](https://www.petfinder.com/) We thank them for their efforts in finding homes for all of these little goofballs as well as helping developers learn RESTful API usage at scale in a live environment. [Petfinder API Documentation](https://www.petfinder.com/developers/v2/docs/) [deploy-replit](https://github.com/keith-flynn/pet-adoption-website/tree/deploy-replit) branch middleware is served by [Replit.com](https://replit.com/)
Capstone project for Web Dev
css,expressjs,html,javascript,nodejs
2023-10-06T15:01:28Z
2023-12-13T21:04:16Z
null
1
2
149
0
0
2
null
GPL-3.0
JavaScript
seyed0123/OXDebate
main
# OXDebate Application <img src="shots/OXDebate.jpg" width="50%" align="center"> Welcome to the repository of our ChatGPT web application, a marriage between the power of artificial intelligence and the human-like interaction of a chat interface. This application employs an open-source GPT model, providing a conversational AI experience that allows us to answer follow-up questions, admit mistakes, challenge incorrect premises, and reject inappropriate requests. Built using a combination of React, GoLang, and Python, this application represents a comprehensive full-stack solution. React is employed to create a user-friendly and interactive front end, GoLang handles server-side operations, and Python manages the GPT model server. In the initial stages of the project, the plan was to use OpenAI's API. However, to overcome certain limitations and to provide a more flexible solution, the decision was made to switch to an open-source GPT model. The result is an application that is capable of handling real-time chat with the GPT model, offering a dynamic and engaging user experience. Whether you're a developer interested in the mechanics of integrating a GPT model into a full-stack application, or a user fascinated by the capabilities of AI in chat interfaces, we welcome you to explore this project further. ## demo ![wait for it to load](shots/debate.gif) ## Built With <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/1200px-React-icon.svg.png" width="20%" placeholeder="react"> <img src="https://www.edureka.co/blog/wp-content/uploads/2018/09/Golang-Logo-Golang-Tutorial-Edureka.jpg" width="20%"> <img src="https://images.ctfassets.net/mrop88jh71hl/55rrbZfwMaURHZKAUc5oOW/9e5fe805eb03135b82e962e92169ce6d/python-programming-language.png" width="20%" > React - goLang - python ## Setup Introduction To set up the repository on your local machine, follow these steps carefully: ### Cloning the repository Clone the repository to your local machine using the following command: ```bash git clone https://github.com/seyed0123/OXDebate.git ``` ### Backend Setup Navigate to the server directory and install the backend dependencies: ```golang export GO111MODULE="on" go mod tidy go run src/main.go ``` ### Frontend Setup Navigate to the client directory, install the frontend dependencies, and start the front-end server: ```bash cd front npm install npm start ``` ### GPT Model Server Setup Run the `gpt.ipynb` file that installs the packages and starts the server. GPT 4 model is used from this [repo](https://github.com/xtekky/gpt4free) and thanks for their collaborator's hard work ## Usage Type in the input field and click on the send button to interact with the GPT model. The responses are displayed on the webpage. ## Contributing Contributions, issues, and feature requests are welcome! Feel free to check the issues page. Don't hesitate to drop any suggestions or improvements you have in mind. <strong> NOTE: There is a problem connecting Python and Golang in the socket and I am glad to find someone who can help me correct this bug </strong> ## License Distributed under the MIT License. See [LICENSE](LICENSE) for more information. # shots: ![](shots/Shot%200001.png) ![](shots/Shot%200002.png)
Experience the power of AI in a user-friendly chat interface with our ChatGPT Web Application. Built using React for an interactive front-end, GoLang for the main server, and Python for managing the GPT model server, this application delivers a seamless and engaging interaction experience.
chatbot,golang,gpt-4,python,react,websocket,css,html,javascript
2023-09-25T14:54:37Z
2023-10-03T12:56:43Z
null
1
1
24
0
0
2
null
MIT
JavaScript
BTS-CM/beet_api
main
# beet_api An ElysiaJS based API for generating Bitshares Beet wallet deeplinks First [install Bun](https://bun.sh/docs/installation) on your computer. This API was developed using Linux on Windows via [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). Before running this Bitshares Beet API, you need to install the required packages: ``` bun upgrade bun install ``` You then need to fetch the required data for the API to serve to the constructed UI. You can either fetch it all in the one go (which might fail): ``` bun run refreshData ``` Or you can manually run each script: For erasing existing data: ``` bun run eraseChainData ``` For fetching new data: ``` bun run fetchPools bun run fetchAssets bun run fetchDynamicData bun run fetchIssuers bun run fetchBitassetData bun run fetchOffers bun run fetchDeals bun run fetchFees ``` With the required chain data in place, you can then fetch the example [Astro UI](https://github.com/BTS-CM/astro-ui) for the public folder: ``` bun run constructUI ``` The above UI is optional, you can create your own application UI which queries the elysia server. You can now run the dev server: `bun run dev` And you can now compile the beet_api into a linux executable: `bun run compile` --- Once the elysia server is running, navigate to: `http://localhost:8080/` to view the hosted web app --- To run the compiled executable, run: `./beet_api` in the WSL/Linux terminal.
An ElysiaJS based API for generating Bitshares Beet wallet deeplinks
api,astro,bitshares,bun,elysiajs,html,javascript,swagger,typescript
2023-09-12T12:24:31Z
2024-03-11T20:28:43Z
null
1
0
59
2
1
2
null
MIT
TypeScript
phanxuanquang/InstaTalk
master
**© 2023 University of Information Technology / InstaTalk Project** ------------ ![InstaTalk_logo](https://raw.githubusercontent.com/phanxuanquang/InstaTalk/development/InstaTalk/wwwroot/asset/image/logo.png) Introducing InstaTalk, the cutting-edge platform that redefines instant, anonymous connections. InstaTalk empowers you to effortlessly create or join online meeting rooms, and dive into spontaneous video calls with strangers, all without the need for any accounts. But here's the magic: InstaTalk's ingenious match-making algorithm ensures you connect with strangers who are a perfect match for your preferences. Experience the thrill of unbounded, account-free interactions with friends and strangers alike. InstaTalk is majorly designed and developed to cater to a diverse range of individuals who seek instant, anonymous, and tailored connections in the digital realm. Our platform welcomes users from all backgrounds, providing a space for enjoyable and meaningful conversations with both friends and strangers. **Expected released date:** January 31th, 2024 ____________________________ ## 0. Our team: | NO. | NAME | RESPONSIBILITY | | --- | --- | --- | | 1 | [Phan Xuan Quang](https://github.com/phanxuanquang "Phan Xuân Quang") | Product Design, Frontend Development | | 2 | [Tran Van Thiet](https://github.com/MiMi-Yup "Trần Văn Thiệt") | Backend Development | | 3 | [Nguyen Hoang Phuc](https://github.com/phucnh20521768 "Nguyễn Hoàng Phúc") | Frontend Development | | 4 | [Din Hien Dung](https://github.com/dung-ovl "Dín Hiền Dũng") | DevOps | ## 1. Main objectives: * **Maximize Convenience:** Provide a platform that's effortlessly accessible and does not requires any accounts, making it easier than ever to connect with friends and strangers. * **Enhance Connections:** Empower users to forge new friendships and strengthen existing ones through seamless online interactions. * **Ensure Privacy:** Prioritize user anonymity and data protection to create a secure and worry-free environment for all. * **Tailored Matches:** Deliver personalized connections that align with user preferences, creating meaningful conversations. * **Continuous Improvement:** Keep the user experience at the forefront, regularly updating and enhancing InstaTalk for an ever-better user journey. * **Positive Community:** Cultivate a friendly and engaging community where users can connect and share experiences in a supportive atmosphere. ## 2. Target audience: * **Social Enthusiasts:** Those who are eager to expand their social circles, meet new people, and have engaging conversations. * **Digital Nomads:** Individuals who value account-free convenience and the flexibility to connect with colleagues and friends instantly. * **Privacy Advocates:** Users who prioritize online anonymity and data security in their interactions. * **Adventure Seekers:** People looking for excitement in spontaneous interactions with strangers from around the world. * **Global Community:** Anyone interested in connecting with a diverse international community to share cultures, ideas, and experiences. * **Innovators:** Early adopters of new online platforms who appreciate constant feature enhancements and improvements. ## 3. How users interact with our platform: ![InstaTalk_sitemap](https://i.imgur.com/USF7N79.png) ## 4. Technologies: * **ASP.NET Core:** A flexible framework for building web applications. It enables us to create dynamic web pages and manage user interactions seamlessly. * **WebRTC:** The magic behind our real-time video and audio calling capabilities. It empowers users to connect instantly and have high-quality, peer-to-peer conversations directly in their web browsers. * **ChatHub:** The heart of our chat functionality. It's a lightweight, real-time messaging hub built on SignalR that enables users to exchange messages and engage in dynamic conversations with friends and strangers. * **SignalR:** Our chosen technology for creating real-time, responsive web applications. It allows us to push updates and messages to users instantly, ensuring a seamless and interactive user experience. * **Bootstrap 5:** The front-end framework that provides the stylish and responsive look and feel of InstaTalk. It ensures that our platform is not only functional but visually appealing, enhancing the overall user experience.
Talk with your mates instantly, meet strangers anonymously
asp-net-core,bootstrap,chathub,dotnet,html-css-javascript,signalr,uit,webrtc-demos,csharp,javascript
2023-10-03T08:57:02Z
2024-01-15T15:59:33Z
null
4
8
200
0
0
2
null
null
JavaScript
Alexandrbig1/sign-up-form
main
# Sign Up Form <img align="right" src="https://media.giphy.com/media/du3J3cXyzhj75IOgvA/giphy.gif" width="100"/> practising HTML & CSS skills while studying on [Udemy courses](https://www.udemy.com/) <img style="margin: 10px" src="https://findlogovector.com/wp-content/uploads/2022/04/udemy-logo-vector-2022.png" alt="HTML5" height="30" /> ## Languages and Tools: <div align="center"> <a href="https://en.wikipedia.org/wiki/HTML5" target="_blank"><img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/html5-original-wordmark.svg" alt="HTML5" height="50" /></a> <a href="https://www.w3schools.com/css/" target="_blank"><img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/css3-original-wordmark.svg" alt="CSS3" height="50" /></a> <a href="https://www.javascript.com/" target="_blank"><img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/javascript-original.svg" alt="JavaScript" height="50" /></a> </div> ## Connect with me: <div align="center"> <a href="https://linkedin.com/in/alex-smagin29" target="_blank"> <img src=https://img.shields.io/badge/linkedin-%231E77B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white alt=linkedin style="margin-bottom: 5px;" /> </a> <a href="https://github.com/alexandrbig1" target="_blank"> <img src=https://img.shields.io/badge/github-%2324292e.svg?&style=for-the-badge&logo=github&logoColor=white alt=github style="margin-bottom: 5px;" /> </a> <a href="https://stackoverflow.com/users/alex-smagin" target="_blank"> <img src=https://img.shields.io/badge/stackoverflow-%23F28032.svg?&style=for-the-badge&logo=stackoverflow&logoColor=white alt=stackoverflow style="margin-bottom: 5px;" /> </a> <a href="https://dribbble.com/Alexandrbig1" target="_blank"> <img src=https://img.shields.io/badge/dribbble-%23E45285.svg?&style=for-the-badge&logo=dribbble&logoColor=white alt=dribbble style="margin-bottom: 5px;" /> </a> <a href="https://www.behance.net/a1126" target="_blank"> <img src=https://img.shields.io/badge/behance-%23191919.svg?&style=for-the-badge&logo=behance&logoColor=white alt=behance style="margin-bottom: 5px;" /> </a> </div>
signUp/signIn form(HTML,CSS,JS)
css3,frontend,hacktoberfest,html-css-javascript,html5,javascript,js,ux-ui-design,webdesign,webdevelopment
2023-10-05T13:59:45Z
2023-10-05T14:05:10Z
null
1
0
2
0
0
2
null
null
CSS
DOLR-money/liquidity-pool-simulator
main
# Liquidity Pool Simulator Attempts to simulate uniswap lp trades between ETH and an arbitrary token, with randomness. Please look through the code before using because there are some additional actions it takes, such as rebalancing. It is not particularly useful until you extend `LiquidityPoolSimulator` - [see Arb below](#arb). To install: ``` pnpm i ``` To run: ``` pnpm start ``` To run w/ seed: ``` pnpm start --seed 1 ``` You can pass a `config` in to `LiquidityPoolSimulator()` - see the constructor for props. ## Arb The real magic happens when you extend LiquidityPoolSimulator with Arb in arb.js: ``` import LiquidityPoolSimulator from '../index.js'; class Arb extends LiquidityPoolSimulator { tryArb() { ... } } ``` Then run: ``` pnpm arb ``` Happy trails!
Uniswap LP trade sim in JS/Node
crypto,cryptocurrency,dex,erc20,erc20-tokens,eth,ethereum,javascript,liquidity-pool,liquidity-provider
2023-09-16T17:44:16Z
2023-12-04T19:43:20Z
null
1
0
2
0
0
2
null
MIT
JavaScript
stdlib-js/ndarray-fancy
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. --> <!-- lint disable maximum-heading-length --> <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> # FancyArray [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> > Fancy multidimensional array constructor. <!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. --> <section class="intro"> A **FancyArray** is an [`ndarray`][@stdlib/ndarray/ctor] which supports slicing via indexing expressions. ```javascript var ndarray2array = require( '@stdlib/ndarray-to-array' ); var FancyArray = require( '@stdlib/ndarray-fancy' ); var buffer = [ 1, 2, 3, 4, 5, 6 ]; var x = new FancyArray( 'generic', buffer, [ 6 ], [ 1 ], 0, 'row-major' ); // returns <FancyArray> // Select the first 3 elements: var y = x[ ':3' ]; // returns <FancyArray> var arr = ndarray2array( y ); // returns [ 1, 2, 3 ] // Select every other element, starting with the second element: y = x[ '1::2' ]; // returns <FancyArray> arr = ndarray2array( y ); // returns [ 2, 4, 6 ] // Reverse the array, starting with last element and skipping every other element: y = x[ '::-2' ]; // returns <FancyArray> arr = ndarray2array( y ); // returns [ 6, 4, 2 ] ``` </section> <!-- /.intro --> <!-- Package usage documentation. --> <section class="installation"> ## Installation ```bash npm install @stdlib/ndarray-fancy ``` 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 FancyArray = require( '@stdlib/ndarray-fancy' ); ``` <a name="main"></a> #### FancyArray( dtype, buffer, shape, strides, offset, order\[, options] ) Returns a `FancyArray` instance. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // returns <FancyArray> ``` The constructor expects the following arguments: - **dtype**: underlying [data type][@stdlib/ndarray/dtypes]. - **buffer**: data buffer. - **shape**: array shape (dimensions). - **strides**: array strides which are index offsets specifying how to access along corresponding dimensions. - **offset**: index offset specifying the location of the first indexed element in the data buffer. - **order**: array order, which is either `row-major` (C-style) or `column-major` (Fortran-style). The constructor accepts the following `options`: - **mode**: specifies how to handle indices which exceed array dimensions. Default: `'throw'`. - **submode**: a mode array which specifies for each dimension how to handle subscripts which exceed array dimensions. If provided fewer modes than dimensions, the constructor recycles modes using modulo arithmetic. Default: `[ options.mode ]`. - **readonly**: boolean indicating whether an array should be **read-only**. Default: `false`. The constructor supports the following `modes`: - **throw**: specifies that a `FancyArray` instance should throw an error when an index exceeds array dimensions. - **normalize**: specifies that a `FancyArray` instance should normalize negative indices and throw an error when an index exceeds array dimensions. - **wrap**: specifies that a `FancyArray` instance should wrap around an index exceeding array dimensions using modulo arithmetic. - **clamp**: specifies that a `FancyArray` instance should set an index exceeding array dimensions to either `0` (minimum index) or the maximum index. By default, a `FancyArray` instance **throws** when provided an index which exceeds array dimensions. To support alternative indexing behavior, set the `mode` option, which will affect all public **methods** (but **not** slicing semantics) for getting and setting array elements. ```javascript var opts = { 'mode': 'clamp' }; // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order, opts ); // returns <FancyArray> // Attempt to access an out-of-bounds linear index (clamped): var v = arr.iget( 10 ); // returns 4.0 ``` By default, the `mode` option is applied to subscripts which exceed array dimensions. To specify behavior for each dimension, set the `submode` option. ```javascript var opts = { 'submode': [ 'wrap', 'clamp' ] }; // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ]; var shape = [ 2, 2, 2 ]; var order = 'row-major'; var strides = [ 4, 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order, opts ); // returns <FancyArray> // Attempt to access out-of-bounds subscripts: var v = arr.get( -2, 10, -1 ); // linear index: 3 // returns 4.0 ``` * * * ### Properties <a name="static-prop-name"></a> #### FancyArray.name String value of the constructor name. ```javascript var str = FancyArray.name; // returns 'ndarray' ``` <a name="prop-byte-length"></a> #### FancyArray.prototype.byteLength Size (in bytes) of the array (if known). ```javascript var Float64Array = require( '@stdlib/array-float64' ); // Specify the array configuration: var buffer = new Float64Array( [ 1.0, 2.0, 3.0, 4.0 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'float64', buffer, shape, strides, offset, order ); // Get the byte length: var nbytes = arr.byteLength; // returns 32 ``` If unable to determine the size of the array, the property value is `null`. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Get the byte length: var nbytes = arr.byteLength; // returns null ``` <a name="prop-bytes-per-element"></a> #### FancyArray.prototype.BYTES_PER_ELEMENT Size (in bytes) of each array element (if known). ```javascript var Float32Array = require( '@stdlib/array-float32' ); // Specify the array configuration: var buffer = new Float32Array( [ 1.0, 2.0, 3.0, 4.0 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'float32', buffer, shape, strides, offset, order ); // Get the number of bytes per element: var nbytes = arr.BYTES_PER_ELEMENT; // returns 4 ``` If size of each array element is unknown, the property value is `null`. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Get the number of bytes per element: var nbytes = arr.BYTES_PER_ELEMENT; // returns null ``` <a name="prop-data"></a> #### FancyArray.prototype.data A reference to the underlying data buffer. ```javascript var Int8Array = require( '@stdlib/array-int8' ); // Specify the array configuration: var buffer = new Int8Array( [ 1, 2, 3, 4 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'int8', buffer, shape, strides, offset, order ); // Get the buffer reference: var d = arr.data; // returns <Int8Array>[ 1, 2, 3, 4 ] var bool = ( d === buffer ); // returns true ``` <a name="prop-dtype"></a> #### FancyArray.prototype.dtype Underlying [data type][@stdlib/ndarray/dtypes]. ```javascript var Uint8Array = require( '@stdlib/array-uint8' ); // Specify the array configuration: var buffer = new Uint8Array( [ 1, 2, 3, 4 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ -2, 1 ]; var offset = 2; // Create a new array: var arr = new FancyArray( 'uint8', buffer, shape, strides, offset, order ); // Get the underlying data type: var dtype = arr.dtype; // returns 'uint8' ``` <a name="prop-flags"></a> #### FancyArray.prototype.flags Meta information, such as information regarding the memory layout of the array. The returned object has the following properties: - **ROW_MAJOR_CONTIGUOUS**: `boolean` indicating if an array is row-major contiguous. - **COLUMN_MAJOR_CONTIGUOUS**: `boolean` indicating if an array is column-major contiguous. - **READONLY**: `boolean` indicating whether an array is **read-only**. An array is contiguous if (1) an array is compatible with being stored in a single memory segment and (2) each array element is adjacent to the next array element. Note that an array can be both row-major contiguous and column-major contiguous at the same time (e.g., if an array is a 1-dimensional array with `strides = [1]`). ```javascript var Int32Array = require( '@stdlib/array-int32' ); // Specify the array configuration: var buffer = new Int32Array( [ 1, 2, 3, 4 ] ); var shape = [ 2, 2 ]; var order = 'column-major'; var strides = [ 1, 2 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'int32', buffer, shape, strides, offset, order ); // Get the array flags: var flg = arr.flags; // returns {...} ``` <a name="prop-length"></a> #### FancyArray.prototype.length Number of array elements. ```javascript var Uint16Array = require( '@stdlib/array-uint16' ); // Specify the array configuration: var buffer = new Uint16Array( [ 1, 2, 3, 4 ] ); var shape = [ 2, 2 ]; var order = 'column-major'; var strides = [ -1, -2 ]; var offset = 3; // Create a new array: var arr = new FancyArray( 'uint16', buffer, shape, strides, offset, order ); // Get the array length: var len = arr.length; // returns 4 ``` <a name="prop-ndims"></a> #### FancyArray.prototype.ndims Number of dimensions. ```javascript var Uint8ClampedArray = require( '@stdlib/array-uint8c' ); // Specify the array configuration: var buffer = new Uint8ClampedArray( [ 1, 2, 3, 4 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ -2, -1 ]; var offset = 3; // Create a new array: var arr = new FancyArray( 'uint8c', buffer, shape, strides, offset, order ); // Get the number of dimensions: var ndims = arr.ndims; // returns 2 ``` <a name="prop-offset"></a> #### FancyArray.prototype.offset Index offset which specifies the `buffer` index at which to start iterating over array elements. ```javascript var Int16Array = require( '@stdlib/array-int16' ); // Specify the array configuration: var buffer = new Int16Array( [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ -2, -1 ]; var offset = 10; // Create a new array: var arr = new FancyArray( 'int16', buffer, shape, strides, offset, order ); // Get the index offset: var o = arr.offset; // returns 10 ``` <a name="prop-order"></a> #### FancyArray.prototype.order Array order. The array order is either row-major (C-style) or column-major (Fortran-style). ```javascript var Uint32Array = require( '@stdlib/array-uint32' ); // Specify the array configuration: var buffer = new Uint32Array( [ 1, 2, 3, 4 ] ); var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'uint32', buffer, shape, strides, offset, order ); // Get the array order: var ord = arr.order; // returns 'row-major' ``` <a name="prop-shape"></a> #### FancyArray.prototype.shape Returns a copy of the array shape. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 2; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Get the array shape: var dims = arr.shape; // returns [ 2, 2 ] ``` <a name="prop-strides"></a> #### FancyArray.prototype.strides Returns a copy of the array strides which specify how to access data along corresponding array dimensions. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'column-major'; var strides = [ -1, 2 ]; var offset = 1; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Get the array strides: var s = arr.strides; // returns [ -1, 2 ] ``` * * * ### Methods <a name="method-get"></a> #### FancyArray.prototype.get( i, j, k, ... ) Returns an array element specified according to provided subscripts. The number of provided subscripts must **equal** the number of dimensions. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 2; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Get the element located at (1,1): var v = arr.get( 1, 1 ); // returns 6.0 ``` <a name="method-iget"></a> #### FancyArray.prototype.iget( idx ) Returns an array element located at a specified linear index. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 2; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Get the element located at index 3: var v = arr.iget( 3 ); // returns 6.0 ``` For zero-dimensional arrays, the input argument is ignored and, for clarity, should **not** be provided. <a name="method-set"></a> #### FancyArray.prototype.set( i, j, k, ..., v ) Sets an array element specified according to provided subscripts. The number of provided subscripts must **equal** the number of dimensions. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Set the element located at (1,1): arr.set( 1, 1, 40.0 ); var v = arr.get( 1, 1 ); // returns 40.0 // Get the underlying buffer: var d = arr.data; // returns [ 1.0, 2.0, 3.0, 40.0 ] ``` The method returns the `FancyArray` instance. If an array is **read-only**, the method raises an exception. <a name="method-iset"></a> #### FancyArray.prototype.iset( idx, v ) Sets an array element located at a specified linear index. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0 ]; var shape = [ 2, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 0; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Set the element located at index 3: arr.iset( 3, 40.0 ); var v = arr.iget( 3 ); // returns 40.0 // Get the underlying buffer: var d = arr.data; // returns [ 1.0, 2.0, 3.0, 40.0 ] ``` For zero-dimensional arrays, the first, and **only**, argument should be the value `v` to set. The method returns the `FancyArray` instance. If an array is **read-only**, the method raises an exception. <a name="method-to-string"></a> #### FancyArray.prototype.toString() Serializes a `FancyArray` as a string. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ]; var shape = [ 3, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 2; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Serialize to a string: var str = arr.toString(); // returns "ndarray( 'generic', [ 3, 4, 5, 6, 7, 8 ], [ 3, 2 ], [ 2, 1 ], 0, 'row-major' )" ``` The method does **not** serialize data outside of the buffer region defined by the array configuration. <a name="method-to-json"></a> #### FancyArray.prototype.toJSON() Serializes a `FancyArray` as a [JSON][json] object. `JSON.stringify()` implicitly calls this method when stringifying a `FancyArray` instance. ```javascript // Specify the array configuration: var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ]; var shape = [ 3, 2 ]; var order = 'row-major'; var strides = [ 2, 1 ]; var offset = 2; // Create a new array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // Serialize to JSON: var o = arr.toJSON(); // returns { 'type': 'ndarray', 'dtype': 'generic', 'flags': {...}, 'offset': 0, 'order': 'row-major', 'shape': [ 3, 2 ], 'strides': [ 2, 1 ], 'data': [ 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ] } ``` The method does **not** serialize data outside of the buffer region defined by the array configuration. </section> <!-- /.usage --> <!-- Package usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> <section class="notes"> * * * ## Notes - To create a zero-dimensional array, provide an empty `shape` and a single `strides` element equal to `0`. The `order` can be either `row-major` or `column-major` and has no effect on data storage or access. ```javascript var buffer = [ 1 ]; var shape = []; var order = 'row-major'; var strides = [ 0 ]; var offset = 0; // Create a new zero-dimensional array: var arr = new FancyArray( 'generic', buffer, shape, strides, offset, order ); // returns <FancyArray> ``` - A `FancyArray` is an [`ndarray`][@stdlib/ndarray/ctor] instance and supports all [`ndarray`][@stdlib/ndarray/ctor] options, attributes, and methods. A `FancyArray` can be consumed by any API which supports [`ndarray`][@stdlib/ndarray/ctor] instances. - Indexing expressions provide a convenient and powerful means for creating and operating on [`ndarray`][@stdlib/ndarray/ctor] views; however, their use does entail a performance cost. Indexing expressions are best suited for interactive use (e.g., in the [REPL][@stdlib/repl]) and scripting. For performance critical applications, prefer equivalent functional APIs supporting [`ndarray`][@stdlib/ndarray/ctor] instances. - In older JavaScript environments which do **not** support [`Proxy`][@stdlib/proxy/ctor] objects, the use of indexing expressions is **not** supported. </section> <!-- /.notes --> <!-- Package usage examples. --> <section class="examples"> * * * ## Examples <!-- eslint no-undef: "error" --> <!-- eslint-disable new-cap, array-element-newline, comma-spacing --> ```javascript var S = require( '@stdlib/slice-ctor' ); var E = require( '@stdlib/slice-multi' ); var toArray = require( '@stdlib/ndarray-to-array' ); var FancyArray = require( '@stdlib/ndarray-fancy' ); var buffer = [ 1, 2, 3, 4, // 0 5, 6, // 1 7, 8, // 2 9, 10 ]; var shape = [ 3, 2 ]; var strides = [ 2, 1 ]; var offset = 2; var x = new FancyArray( 'generic', buffer, shape, strides, offset, 'row-major' ); // returns <FancyArray> // Access an ndarray property: var ndims = x.ndims; // returns 2 // Retrieve an ndarray element: var v = x.get( 2, 1 ); // returns 8 // Set an ndarray element: x.set( 2, 1, 20 ); v = x.get( 2, 1 ); // returns 20 // Create an alias for `undefined` for more concise slicing expressions: var _ = void 0; // Create a multi-dimensional slice: var s = E( S(0,_,2), _ ); // returns <MultiSlice> // Use the slice to create a view on the original ndarray: var y1 = x[ s ]; console.log( toArray( y1 ) ); // => [ [ 3, 4 ], [ 7, 20 ] ] // Use alternative syntax: var y2 = x[ [ S(0,_,2), _ ] ]; console.log( toArray( y2 ) ); // => [ [ 3, 4 ], [ 7, 20 ] ] // Use alternative syntax: var y3 = x[ '0::2,:' ]; console.log( toArray( y3 ) ); // => [ [ 3, 4 ], [ 7, 20 ] ] // Flip dimensions: var y4 = x[ [ S(_,_,-2), S(_,_,-1) ] ]; console.log( toArray( y4 ) ); // => [ [ 20, 7 ], [ 4, 3 ] ] ``` </section> <!-- /.examples --> <!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> <section class="references"> </section> <!-- /.references --> <!-- 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/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span> - <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</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/ndarray-fancy.svg [npm-url]: https://npmjs.org/package/@stdlib/ndarray-fancy [test-image]: https://github.com/stdlib-js/ndarray-fancy/actions/workflows/test.yml/badge.svg?branch=main [test-url]: https://github.com/stdlib-js/ndarray-fancy/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-fancy/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-fancy?branch=main <!-- [dependencies-image]: https://img.shields.io/david/stdlib-js/ndarray-fancy.svg [dependencies-url]: https://david-dm.org/stdlib-js/ndarray-fancy/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/ndarray-fancy/tree/deno [deno-readme]: https://github.com/stdlib-js/ndarray-fancy/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/ndarray-fancy/tree/umd [umd-readme]: https://github.com/stdlib-js/ndarray-fancy/blob/umd/README.md [esm-url]: https://github.com/stdlib-js/ndarray-fancy/tree/esm [esm-readme]: https://github.com/stdlib-js/ndarray-fancy/blob/esm/README.md [branches-url]: https://github.com/stdlib-js/ndarray-fancy/blob/main/branches.md [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-fancy/main/LICENSE [json]: http://www.json.org/ [@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor [@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/ndarray-dtypes [@stdlib/ndarray/orders]: https://github.com/stdlib-js/ndarray-orders [@stdlib/ndarray/index-modes]: https://github.com/stdlib-js/ndarray-index-modes [@stdlib/repl]: https://github.com/stdlib-js/repl [@stdlib/proxy/ctor]: https://github.com/stdlib-js/proxy-ctor <!-- <related-links> --> [@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array <!-- </related-links> --> </section> <!-- /.links -->
Fancy multidimensional array constructor.
array,constructor,constructors,ctor,ctors,data,dimensions,dims,javascript,multidimensional
2023-09-19T19:58:20Z
2024-04-12T01:50:53Z
null
5
0
22
0
0
2
null
Apache-2.0
JavaScript
rthrx44/trailers
main
<div align='center'><img style="width:30%" src='./src/components/assets/Trailers-Logo.png'/></div> <h2>About the project ❓</h2> <p>Trailers is a movie app where you can watch trending, popular, top-rated, and upcoming Movie/TV shows.</p> 👉 Live Demo: <a href='https://trailers-alpha.vercel.app/'>Live Demo</a> <h3>Build with</h3> [![My Skills](https://skillicons.dev/icons?i=html,css,javascript,react,tailwind,postman)](https://skillicons.dev) <h2>Screenshots of the Project 📸</h2> <br> <div align='center'> <h3 align='center'>Home Page Large Screen 💻</h3> <img src='./src/components/assets/Trailers.png'/> </div> <div align='center'> <h3> Home Page Small Screen 📱</h3> <img src='./src/components/assets/Mobile-Trailers.png'/> </div>
Trailers is a movie app where you can watch trending, popular, top-rated, and upcoming Movie/TV shows.
reactjs,javascript,swiperjs,tailwind-css,tmdb-api,tmdb-movie,movie-app,rest-api
2023-09-30T02:14:05Z
2024-01-06T04:10:49Z
null
1
0
46
0
0
2
null
null
JavaScript
abhay-on-git/MOQO-Clone
master
# MOQO-Clone ## A WebApp which will give You the HangOver of the Morden Web Design.🤩 ### [Live Demo](https://abhay-on-git.github.io/MOQO-Clone/MOQO-CLONE)👈 <img src="https://media.giphy.com/media/mFBhx5cbmlMJBMsLAQ/giphy.gif" alt="ExitedGIF" width="200"> ## Common Click the Link to see Live Demo # Learnings. ## In This FrontEnd Project I Build the deep Concepts in Morden Web Design & Responsiveness with Core Technoligies. ### Html ### Css ### Javascript ### Gsap
A Fully Responsive Frontend Project Which Represents The Morden Web Design of an Awwwarded 🏆 WebApp. 😎 Click to see the Live Demo 👇
css,gsap,html5,javascript
2023-09-22T12:34:22Z
2023-10-17T11:35:23Z
null
1
0
13
0
1
2
null
null
CSS
solidsnk86/tablero-369
master
[![Netlify Status](https://api.netlify.com/api/v1/badges/1021dc72-aed0-4d68-a30b-6c1d1cd21182/deploy-status)](https://app.netlify.com/sites/tablerobap/deploys) 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 # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Proyecto DEMO Tablero digital de tantos para bochas
css,nextjs,reactjs,tailwind-css,typescript,javascript
2023-10-11T09:21:39Z
2023-10-17T10:44:56Z
null
1
0
54
0
0
2
null
null
HTML
plebnet-dev/rates
main
# Satsconverter A Basic Bitcoin to Fiat converter with price feeds from Coindesk. # FastAPI + Vercel This app runs on FastAPI on Vercel ## To install ```sh python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ``` ## To run this app locally ```sh uvicorn src.app:app --reload ``` Works up to python version 3.9.15 for current requirements.txt Your application is now available at `http://localhost:8000`. # Attribution original source code from https://github.com/bitkarrot/satsconverter
A Basic Bitcoin to Fiat Converter - fork of satsconverter
bitcoin,fastapi,hacktoberfest,javascript,python,satoshis
2023-10-08T01:34:04Z
2024-01-20T03:17:32Z
null
6
2
13
2
3
2
null
null
Python
githubber-me/googlecloud23
main
**Deployed at https://githubber-me.github.io/googlecloud23** Mobile Phone responsivity yet to be modified, configures properly on a system browser.
Google Cloud Study Jams 2023 Statistics Display Web Page
cloud,css,google,html,javascript,js,json
2023-09-28T22:13:45Z
2023-10-05T07:53:27Z
null
1
0
29
0
1
2
null
null
CSS
jps27CSE/Gadgets-E-Commerce_React_Django
main
# Gadgets-E-Commerce_React_Django ## React + Vite Template ### Setting up React with Vite #### Table of Contents 1. [Prerequisites](#prerequisites) 2. [Installation](#installation) 3. [Usage](#usage) 4. [Configuration](#configuration) 5. [Technologies Used](#technologies-used) 6. [Contributing](#contributing) 7. [License](#license) #### Prerequisites Before you start, ensure you have the following prerequisites installed on your system: - Node.js: [Installation Guide](https://nodejs.org/en/download/) - npm (Node Package Manager): It comes bundled with Node.js. - Git: [Installation Guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) #### Installation To set up a React project with Vite, follow these steps: 1. **Create a New Project:** Initialize a new Vite project with the `create-vite` command, using one of the available plugins: - Using Babel for Fast Refresh (Recommended): ```bash npx create-vite@latest my-react-app --template react ``` - Using SWC for Fast Refresh: ```bash npx create-vite@latest my-react-app --template react-swc ``` Replace `my-react-app` with your preferred project name. 2. **Navigate to Your Project:** Change your current directory to the newly created project: ```bash cd my-react-app ``` 3. **Install Dependencies:** Use npm to install project dependencies: ```bash npm install ``` #### Usage Now that your React + Vite project is set up, you can start using it: 1. **Development Server:** Start the development server with hot-reloading by running: ```bash npm run dev ``` This will open a development server and display a URL in the console. Open that URL in your web browser to see your React app. 2. **Build for Production:** To build your project for production, use: ```bash npm run build ``` The optimized production build will be available in the `dist` directory. #### Configuration The default Vite configuration for React should work seamlessly with the chosen Fast Refresh plugin. If you need to make custom configurations, you can do so by editing the `vite.config.js` file. Refer to the [official Vite documentation](https://vitejs.dev/config/) for detailed configuration options. ## Django Installation For Windows #### Prerequisites Before you start, ensure you have the following prerequisites installed on your system: - Python: [Installation Guide](https://www.python.org/downloads/) 1. **Install virtual environment** python -m pip install --user virtualenv 2. **Setup virtual environment, where `<environment_name>` is replaced by your virtual environment name** Gadgets-E-Commerce_React_Django\backend> python -m venv <environment_name> 3. **Activate virtual environment** Gadgets-E-Commerce_React_Django\backend> <environment_name>\Scripts\activate 4. **After successfully activate virtual environment. Now, Install backend dependencies** (<environment-name>) Gadgets-E-Commerce_React_Django\backend> pip install -r requirements.txt 5. **Create makemigrations file** (<environment-name>) Gadgets-E-Commerce_React_Django\backend> python manage.py makemigrations 6. **Create database table** (<environment-name>) Gadgets-E-Commerce_React_Django\backend> python manage.py migrate 7. **Create superUser for control admin panel** (<environment-name>) Gadgets-E-Commerce_React_Django\backend> python manage.py createsuperuser 8. **After command No. (7) set your `username`, `email` and `password`, where `password` is invisible for you.** 9. **Now run the server** (<environment-name>) Gadgets-E-Commerce_React_Django\backend> python manage.py runserver 10. **Now, your Django server is prepared to communicate with any other frontend.** ### Technologies Used This project integrates several technologies: - React: A JavaScript library for building user interfaces. - React Router DOM: A library for handling routing in React applications. - Tailwind CSS: A utility-first CSS framework for quickly building responsive designs. - Firebase: A cloud-based platform for building web and mobile apps. - Django: A high-level Python web framework for building robust web applications. Make sure to configure and utilize these technologies as needed for your project. ### Contributing Contributions to this project are welcome! If you'd like to contribute: 1. Fork the repository. 2. Create a new branch for your feature or bug fix. 3. Make your changes and commit them with clear and descriptive commit messages. 4. Push your changes to your forked repository. 5. Create a pull request to the original repository, detailing your changes. ### License This project is licensed under the [LICENSE_NAME](LICENSE_URL). Please review the license before using or contributing to the project. Feel free to reach out if you have any questions or need further assistance. Happy coding!
Gadgets-E-Commerce_React_Django
hacktoberfest,hacktoberfest-accepted,hacktoberfest-approved,hacktoberfest2023,django,firebase,javascript,python,react,hactoberfest2023-accepted
2023-10-02T06:00:31Z
2023-10-24T11:53:41Z
null
5
14
40
3
5
2
null
null
JavaScript
lyzzandro/projeto_loopis
main
# projeto_loopis
PokeLoopis | Desafio
css,html,javascript,react
2023-09-12T23:09:46Z
2023-09-14T00:48:11Z
null
5
4
18
0
0
2
null
null
JavaScript
nazli-d/restaurant-website
main
# Restaurant Website (Restoran Web Sitesi) Bu proje, Restaurant web sitesi için oluşturulan modern ve şık bir web sitesi şablonudur. ![Restaurant Resmi](https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/restaurant.png) ## İçindekiler - [Hakkında]((#hakkında)) - [İletişim]((#iletişim)) - [Anasayfa]((#anasayfa)) - [Galeri]((#galeri)) - [Menü]((#menü)) # Ekran-Resimleri ## Anasayfa <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/anasayfa3.png" alt="anasayfa resmi" width="500" height="300"> <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/anasayfa4.png" alt="anasayfa resmi" width="500" height="300"> ## Hakkımızda <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/hakk%C4%B1m%C4%B1zda2.png" alt="hakkında sayfası resmi resmi" width="500" height="300"> <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/hakk%C4%B1m%C4%B1zda3.png" alt="hakkında sayfası resmi" width="500" height="300"> ## Galeri <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/galeri1.png" alt="galeri sayfası resmi resmi" width="500" height="300"> <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/galeri-2.png" alt="galeri sayfası resmi" width="500" height="300"> ## Menü <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/men%C3%BC1.png" alt="menü sayfası resmi resmi" width="500" height="300"> <img src="https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/men%C3%BC2.png" alt="menü sayfası resmi" width="500" height="300"> ## İletişim ![Restaurant Resmi](https://github.com/nazli-d/restaurant-website/blob/main/ekran%20%C3%A7%C4%B1kt%C4%B1lar%C4%B1/ileti%C5%9Fim.png) ## Teknolojiler - HTML - CSS - JavaScript - Bootstrap ## Katkıda Bulunma Bu proje her türlü katkıya açıktır. Katkıda bulunmak için şu adımları takip edebilirsiniz: 1. "Star" butonuna tıklayarak projeye star verebilirsiniz. 2. Bu depoyu (`repository`) çatallayın (fork). 3. Yaptığınız değişiklikleri içeren yeni bir dal (branch) oluşturun. 4. Değişikliklerinizi bu yeni dalda yapın ve düzenleyin. 5. Değişikliklerinizi başka bir dalda test edin. 6. Değişikliklerinizi orijinal depoya (upstream repository) geri göndermek için bir birleştirme isteği (pull request) açın.
This project offers an elegant website design. The website enables users to gather information about the restaurant, view the menu, and easily communicate. It aims to elevate the restaurant experience for customers with its user-friendly interface and visually impressive design.
bootstrap,css,html,javascript,website,restaurant,restaurant-menu,restaurant-website
2023-10-10T14:25:04Z
2023-10-26T11:34:49Z
null
1
0
38
0
0
2
null
null
HTML
Pratham172/my-javascript-learn-works
main
# my-javascript-learn-works <br> I have written javascript code inside the html while practice <br> I have not made seperate script.js file to link html
null
html5,javascript
2023-10-06T14:02:08Z
2023-10-06T14:19:07Z
null
1
0
3
0
0
2
null
null
HTML
michalfedyna/organization-app
development
[![Codemagic build status](https://api.codemagic.io/apps/6525d1962d51d83f1421600e/ios-e2e-workflow/status_badge.svg)](https://codemagic.io/apps/6525d1962d51d83f1421600e/ios-e2e-workflow/latest_build) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Awesome **Organization App** created using [**React Native**](https://reactnative.dev) with [**Typescript**](https://www.typescriptlang.org/) # Table of Contents <!-- TOC --> * [Table of Contents](#table-of-contents) * [Features](#features) * [Project Structure](#project-structure) * [Libraries](#libraries) * [Testing](#testing) * [TODO](#todo) * [Contributions](#contributions) * [Commits](#commits) * [Commit Message Structure](#commit-message-structure) * [Types](#types) * [Specification](#specification) * [License](#license) <!-- TOC --> # Features - GitHub Actions and [**Codemagic**](https://codemagic.io/) integrations for CI/CD - Unit and integration testing using [**Jest**](https://jestjs.io/) and [**React Native Testing Library**](https://callstack.github.io/react-native-testing-library/) - E2E testing using [**Detox**](https://wix.github.io/Detox/) - Performance regression testing using [**Reassure**](https://callstack.github.io/reassure/) # Project Structure WIP # Libraries - [**React Navigation**](https://reactnavigation.org/) - [**Redux**](https://redux.js.org/) with [**Redux Toolkit**](https://redux-toolkit.js.org/) # Testing - [**Jest**](https://jestjs.io/) - [**React Native Testing Library**](https://callstack.github.io/react-native-testing-library/) - [**Reassure**](https://callstack.github.io/reassure/) - [**Detox**](https://wix.github.io/Detox/) # TODO - Add fastlane for build automation # Contributions ## Commits This project is using [**Conventional Commits**](https://www.conventionalcommits.org/) specification. ### Commit Message Structure ``` <type>[optional scope]: <description> [optional body] [optional footer] ``` ### Types | type | description | |----------|--------------------------------------------------------------------------------------------------------| | feat | A new feature | | fix | A bug fix | | docs | Documentation only change | | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance | | test | Adding missing tests or correcting existing tests | | builds | Changes that affect the build system or external dependencies | | ci | Changes to our CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit | ### Specification ``` The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119. 1. Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by a colon and a space. 2. The type feat MUST be used when a commit adds a new feature to your application or library. 3. The type fix MUST be used when a commit represents a bug fix for your application. 4. An optional scope MAY be provided after a type. A scope is a phrase describing a section of the codebase enclosed in parenthesis, e.g., fix(parser): 5. A description MUST immediately follow the type/scope prefix. The description is a short description of the code changes, e.g., fix: array parsing issue when multiple spaces were contained in string. 6. A longer commit body MAY be provided after the short description, providing additional contextual information about the code changes. The body MUST begin one blank line after the description. 7. A footer MAY be provided one blank line after the body. The footer SHOULD contain additional issue references about the code changes (such as the issues it fixes, e.g., Fixes #13). 8. Breaking changes MUST be indicated in the footer AND by appending a ! after the type/scope. A BREAKING CHANGE introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type. 9. A description MUST be provided after the BREAKING CHANGE:, describing what has changed about the API, e.g., BREAKING CHANGE: environment variables now take precedence over config files. 10. The footer MUST only contain BREAKING CHANGE, external links, issue references, and other meta-information. 11. ypes other than feat and fix MAY be used in your commit messages. ``` # License [MIT](LICENSE.md)
Organization App created using React Native with Typescript
detox,jest,react-native,react-native-app,react-native-testing-library,react-navigation,redux,redux-toolkit,styled-components,react
2023-10-09T17:47:49Z
2024-01-08T15:30:36Z
null
1
9
49
0
0
2
null
MIT
TypeScript
Sokiryanin/project-codefellas
main
Online bookshelf store (team project): https://www.figma.com/file/UGO1AG7xdP17bimFcq56Ub/Bookshelf-(Copy)?type=design&node-id=0-1&mode=design&t=ftmP9ofaDPNUzMyu-0 Our team: Yevhen Sydorov - team lead, developer / allCategories, bestBooks, selectedCategory, support. Demetryj - developer / createMarkupEmptyPage, createMarkupShoppingList, deleteBookFromShoppingList, pagination, switchTheme Oleg Semenenko - developer / header, burger-menuu
internet shop - bookshelf
axios,html,javascript,mixins,npm,rest-api,sass,webpack
2023-09-13T10:01:53Z
2024-01-24T10:41:26Z
null
5
18
201
0
1
2
null
null
JavaScript
IotchulindraRai/Web-music-player
main
# Web-music-player It is a miniproject to play music online.you can play music english and Hindi and there is functionally to change background .It ia a web music player with beautiful UI ![image](https://github.com/IotchulindraRai/Web-music-player/assets/87846923/1813be44-de99-42ee-8724-e227174859d2) ![image](https://github.com/IotchulindraRai/Web-music-player/assets/87846923/a8f606b2-19cd-4f94-a089-18a848026db4) **change UI color**
It is a miniproject to play music online.you can play music english and Hindi and there is functionally to change background .It ia a web music player with beautiful UI
css,html,javascript,miniproject,music-player,playmusic,webmusic
2023-09-14T08:55:13Z
2023-09-14T14:29:26Z
null
2
1
7
0
0
2
null
null
CSS
Awadesh365/Casino-BlackJackGame
main
null
a classic implementation of the popular casino card game, Blackjack, created using HTML, CSS, and JavaScript. experience the thrill of trying to beat the dealer.
css,game,git,html,javascript
2023-09-18T17:54:45Z
2024-02-03T10:47:00Z
null
1
1
9
0
0
2
null
null
JavaScript
OmerJuve2023/HIDROCARBUROS_SAC
master
# PROYECTO HIDROCARBUROS Este proyecto tiene como objetivo desarrollar una aplicación web que permita a los usuarios seleccionar productos de un catálogo, especificar la cantidad deseada de cada producto y generar un informe en formato PDF con la información seleccionada. ## Índice - [Instalación](#instalación) - [Ejecución del Proyecto](#ejecución-del-proyecto) - [Estructura del Proyecto](#estructura-del-proyecto) - [Funcionalidades](#Funcionalidades) - [Contribuir](#contribuir) ## Instalación Asegúrate de tener [Node.js](https://nodejs.org/) instalado en tu máquina. 1. Clona el repositorio ```bash git clone https://github.com/tu-usuario/tu-proyecto.git ``` 2. Entra al directorio del proyecto ```bash cd HIDROCARBUROS_SAC ``` 3. Instala las dependencias ```bash npm install ``` ## Ejecución del Proyecto 1. Inicia la aplicación en modo desarrollo ```bash npm run dev ``` 2. Construye la aplicación para producción ```bash npm run build ``` 3. Inicia la aplicación en modo producción después de construir ```bash npm start ``` ## Estructura del Proyecto ![img.png](img.png) ## Funcionalidades * **Selección de Productos:** Los usuarios pueden explorar un catálogo de productos y seleccionar aquellos que deseen incluir en el informe. * **Especificación de Cantidades:** Para cada producto seleccionado, los usuarios pueden especificar la cantidad que desean. * **Generación de Informe PDF:** Después de completar la selección, los usuarios pueden generar un informe en formato PDF que incluye la lista de productos seleccionados y las cantidades especificadas. ## Contribuir `¡Gracias por considerar contribuir! Si deseas contribuir a este proyecto, sigue estos pasos:` ### Crea un fork del repositorio. 1. Crea una nueva rama para tu función _(git checkout -b feature/nueva-funcion)_. 2. Haz tus cambios y realiza un commit _(git commit -m 'Añadir nueva función')_. 3. Haz push de tus cambios a la rama _(git push origin feature/nueva-funcion)_. 4. Abre una solicitud de extracción en GitHub.
Sistema de Selección de Productos y Generación de Informe PDF
boostrap,css,html,javascript,react,typescript,vite,learn
2023-10-08T00:40:54Z
2024-02-01T22:38:57Z
2024-02-01T22:38:57Z
1
9
31
0
1
2
null
AGPL-3.0
TypeScript
FakeStandard/responsive-furniture-ecommerce
main
# :house: RWD Furniture E-Commerce - Responsive Website Modern Design - Using HTML, CSS & JavaScript - Developed with Mobile First ### :star: [Demo](https://fakestandard.github.io/responsive-furniture-ecommerce/) ![COVER](./preview.png) ### Reference [YT - codewithsadee](https://www.youtube.com/watch?v=NK8Cif0dAoM)
:house: RWD Furniture E-Commerce Using HTML, CSS & Javascript
css,ecommerce,furniture,html,javascript,rwd,responsive-web-design
2023-09-21T03:49:54Z
2023-09-22T02:11:15Z
null
1
0
15
0
0
2
null
MIT
HTML
formysister/angular4-docker-example
main
# Dockerized Angular 4 App (with Angular CLI) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ## Build docker image ``` $ docker build -t myapp . ``` ## Run the container ``` $ docker run -d -p 8080:80 myapp ``` The app will be available at http://localhost:8080 You can easily tweak the nginx config in ```nginx/default.conf```
Dockerized Angular 4 App (with Angular CLI)
angular-cli,angular4,container,docker,javascript,nginx,nodejs,typescript
2023-09-22T12:42:31Z
2023-09-22T11:43:45Z
null
1
0
1
0
0
2
null
MIT
TypeScript
jackcielf/loopstudios
master
# Frontend Mentor - Loopstudios landing page ![Design preview for the Loopstudios landing page coding challenge](./design/desktop-preview.jpg) ## Welcome! 👋 Thanks for checking out this front-end coding challenge. [Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects. **To do this challenge, you need a good understanding of HTML and CSS and a basic understanding of JavaScript.** ## The challenge Your challenge is to build out this landing page and get it looking as close to the design as possible. This challenge focuses mostly on HTML & CSS. There's a tiny bit of JS included for the mobile navigation toggle. But you could also choose to do this without JS! You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go. Your users should be able to: - View the optimal layout for the site depending on their device's screen size - See hover states for all interactive elements on the page Want some support on the challenge? [Join our community](https://www.frontendmentor.io/community) and ask questions in the **#help** channel. ## Where to find everything Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design. The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`. If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro). You will find all the required assets in the `/images` folder. The assets are already optimized. There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts. ## Building your project Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps: 1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/). 2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below. 3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles. 4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content. 5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`. 6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on. ## Deploying your project As mentioned above, there are many ways to host your project for free. Our recommended hosts are: - [GitHub Pages](https://pages.github.com/) - [Vercel](https://vercel.com/) - [Netlify](https://www.netlify.com/) You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe). ## Create a custom `README.md` We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code. The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like. Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file. ## Submitting your solution Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this. Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community. ## Sharing your solution There are multiple places you can share your solution: 1. Share your solution page in the **#finished-projects** channel of the [community](https://www.frontendmentor.io/community). 2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around. 3. Share your solution on other social channels like LinkedIn. 4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/). We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback. The more specific you are with your questions the more likely it is that another member of the community will give you feedback. ## Got feedback for us? We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io. This challenge is completely free. Please share it with anyone who will find it useful for practice. **Have fun building!** 🚀 # Loopstudios This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.19. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. ## Running unit tests Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
Projeto de layout de página sobre tecnologia e notícias.
angular,html,javascript,scss,typescript
2023-09-18T18:55:19Z
2023-09-18T23:49:35Z
null
1
0
8
0
0
2
null
null
TypeScript
CosimoBovi/ECommercePHPBase
main
# Guida Sviluppo di un sito E-Commerce con PHP Nel contesto dell'odierno panorama digitale in costante evoluzione, presento questa guida dedicata all'implementazione di un sito E-commerce attraverso l'utilizzo del linguaggio di programmazione PHP. Questo tutorial fornirà una guida dettagliata per la creazione di un sito E-commerce completamente funzionante, comprensivo di moduli per la gestione del carrello, il sistema di pagamento, l'amministrazione del catalogo dei prodotti e altre funzionalità essenziali. Nel corso di questa guida, utilizzeremo PHP in combinazione con HTML, CSS, Bootstrap, JavaScript e SQL per creare un sito E-commerce completo e dinamico. Per semplificare il processo di sviluppo e gestione del database, sarà utilizzato XAMPP, un ambiente di sviluppo locale. # Indice - [Introduzione a XAMPP](Guide/Xampp.md) - [Impostazione del sito](Guide/Lezione1/impostazione.md) - [Index](Guide/Lezione1/impostazione.md#indexphp) - [Header](Guide/Lezione1/impostazione.md#headerphp) - [Navbar](Guide/Lezione1/impostazione.md#navbarphp) - [Footer](Guide/Lezione1/impostazione.md#footerphp) - [MVC E Login](Guide/Lezione2/MVC.md) - [Struttura delle cartelle del progetto](Guide/Lezione2/MVC.md#struttura-del-progettod) - [MODEL userModel.php](Guide/Lezione2/MVC.md#model-usermodelphp) - [CONTROL userControl.php](Guide/Lezione2/MVC.md#contrl-usercontrolphp) - [VIEW login.php](Guide/Lezione2/MVC.md#viewloginphp) - [VIEW login.js](Guide/Lezione2/MVC.md#viewloginjs) - [Spiegazione Chiamate Asincrone](Guide/Lezione2/MVC.md#approfondimento-su-chiamate-asincrone-e-concetto-di-asincronia) - [Controllo Login](Guide/Lezione3/ControlloLogin.md) - [Aggiunte ad User Model](Guide/Lezione3/ControlloLogin.md#usermodelphp) - [Aggiunte ad User Control](Guide/Lezione3/ControlloLogin.md#usercontrolphp) - [Modifiche alla Navbar](Guide/Lezione3/ControlloLogin.md#navbarphp) - [Gestione Navbar con JS](Guide/Lezione3/ControlloLogin.md#implementazione-della-navbar-con-javascript) - [Logout nell'User Control](Guide/Lezione3/ControlloLogin.md#aggiunta-logout-nel-file-usercontrolphp) - [Database](Guide/Lezione4/Database.md) - [Modello Logico Utenti](Guide/Lezione4/Database.md#modello-logico-utenti) - [Attivare e Gestire il DB](Guide/Lezione4/Database.md#attivare-e-gestire-il-db) - [Creare un database](Guide/Lezione4/Database.md#creare-un-database) - [Dove scrivere le query](Guide/Lezione4/Database.md#dove-scrivere-le-query) - [Modello Fisico Utenti (Create Table)](Guide/Lezione4/Database.md#modello-fisico-utenti-create-table) - [Come consegnare il database](Guide/Lezione4/Database.md#come-consegnare-il-database) - [Come riprendere il database](Guide/Lezione4/Database.md#come-riprendere-il-database) - [Registrazione di un utente](Guide/Lezione5/registrazione.md) - [Inserimento dei tipi di utente](Guide/Lezione5/registrazione.md#inserimento-dei-tipi-di-utente) - [Introduzione alle modifiche al progetto](Guide/Lezione5/registrazione.md#introduzione-alle-modifiche-al-progetto) - [Modifiche a userModel.php](Guide/Lezione5/registrazione.md#modifiche-a-usermodelphp) - [Modifiche a userControl.php](Guide/Lezione5/registrazione.md#modifiche-a-usercontrolphp) - [Estrazione dei tipi di utente in userModel.php](Guide/Lezione5/registrazione.md#estrazione-dei-tipi-di-utente-in-usermodelphp) - [Estrazione dei tipi di utente - Modifiche a userControl.php](Guide/Lezione5/registrazione.md#estrazione-dei-tipi-di-utente---modifiche-a-usercontrolphp) - [VIEW registrazione utente - register.php](Guide/Lezione5/registrazione.md#view-registrazione-utente---registerphp) - [register.js - caricamento dinamico dei tipi di utenti](Guide/Lezione5/registrazione.md#registerjs---caricamento-dinamico-dei-tipi-di-utenti) - [register.js - registrazione di un utente](Guide/Lezione5/registrazione.md#registerjs---registrazione-di-un-utente) - [Modifiche a Login.js](Guide/Lezione5/registrazione.md#modifiche-a-loginjs) - [Login e Database](Guide/Lezione6/LoginEDatabase.md) - [Modifiche a userModel.php](Guide/Lezione6/LoginEDatabase.md#modifiche-a-usermodelphp) - [Modifiche a Login.js](Guide/Lezione6/LoginEDatabase.md#modifiche-a-loginjs) - [Aggiunta dei prodotti](Guide/Lezione7/AggiuntaProdotti.md) - [Progettazione tabella prodotti](Guide/Lezione7/AggiuntaProdotti.md#progettazione-tabella-prodotti) - [productModel.php](Guide/Lezione7/AggiuntaProdotti.md#productmodelphp) - [productControl.php](Guide/Lezione7/AggiuntaProdotti.md#productcontrolphp) - [View insertProduct.php](Guide/Lezione7/AggiuntaProdotti.md#view-insertproductphp) - [View insertProduct.js](Guide/Lezione7/AggiuntaProdotti.md#view-insertproductjs) - [Modifiche a navbar.js](Guide/Lezione7/AggiuntaProdotti.md#modifiche-a-navbarjs) - [Visualizzazione Prodotti](Guide/Lezione8/VisualizzazioneProdotti.md) - [Aggiunte a ProductModel.php](Guide/Lezione8/VisualizzazioneProdotti.md#aggiunte-a-productmodelphp) - [Aggiunte a ProductControl.php](Guide/Lezione8/VisualizzazioneProdotti.md#aggiunte-a-productcontrolphp) - [Modifiche ad index.php](Guide/Lezione8/VisualizzazioneProdotti.md#modifiche-ad-indexphp) - [Aggiunta di products.js](Guide/Lezione8/VisualizzazioneProdotti.md#aggiunta-di-productsjs)
Esempio di E-Commerce per introdurre php base senza Composer.
ajax,bootstrap5,javascript,mysql,php,mvc
2023-10-10T07:11:41Z
2023-12-13T08:14:19Z
null
1
0
202
0
0
2
null
null
PHP
0xOmarAdel/movie-maze
main
# Movie Maze App This is a web application built using React.js, Tailwind CSS, React Router, and TypeScript. It utilizes the TMDB API to fetch movies and TV series data. The app provides various features such as searching, sorting, and viewing details of movies and TV series. It also includes a providers page that displays the top 50 providers for both movies and TV series. ## Features - Home Page: - Slider showcasing the top 5 popular movies - Lists of top-rated movies and popular TV shows - Details Page: - Displays additional information about the selected movie/TV series - Information includes name, overview, tagline, rating, runtime, release date, season number, status, cast, and a trailer - Movies/TV Series Pages: - Allows users to search for specific movies/TV series - Provides sorting options such as top-rated, popular, etc. - Providers Page: - Shows the top 50 providers for both movies and TV series ## Technologies Used - React - React Router - TypeScript - Tailwind CSS - TMDB API ## Prerequisites - Node.js and npm should be installed on your machine. ## Installation 1. Clone the repository: `git clone https://github.com/0xOmarAdel/movie-maze.git` 2. Navigate to the project directory: `cd movie-maze` 3. Install dependencies: `npm install` ## Configuration To use the TMDB API, you need to obtain an API key from [TMDB website](https://www.themoviedb.org/documentation/api). Once you have the key, create a .env file in the project root directory and add the following line: `VITE_API_KEY=your_api_key_here` ## Usage Run the following command to start the development server: `npm run dev` Open your browser and visit `http://localhost:3000` to access the app. To access the deployed version of the app, visit [Movie Maze App](https://movie-maze-app.netlify.app).
Movie Maze App is a React.js web application that utilizes the TMDB API to provide users with a seamless experience of exploring movies and TV series. Discover, search, and view details of your favorite titles with ease. Find top-rated movies, popular shows, and the best providers.
axios,react-router,tailwindcss,typescript,css,html,reactjs,javascript
2023-09-27T09:07:04Z
2024-04-18T12:18:09Z
null
1
0
199
0
0
2
null
null
TypeScript
dilshankarunarathne/system-for-student-registration-front-end
main
# A System for Student Registration A system for student registration and attendance management. This is the front-end application for the system, developed using ReactJS. Lecturers and students can use this system for automating the attendance management process. Uses face recognition for student identification and attendance management. Alternatively, fingerprint recognition and student ID barcode scanning can be used for student identification and attendance management. [![Version](https://img.shields.io/badge/version-0.1-brightgreen.svg)](https://pypi.org/project/ad-topic-recommender/) [![License](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-blue.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) ## Contributing If you'd like to contribute to this project, please check the contribution guidelines for more information. ## License This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa] [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/ [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg ## Contact Information For questions or feedback, please contact the author: - Author: Dilshan M. Karunarathne - Email: ceo@altier.tech - Website: [http://altier.tech](http://altier.tech)
A software system to mark and manage university student attendance data.
face-recognition,javascript,react
2023-09-12T05:08:57Z
2024-01-28T17:07:28Z
null
1
0
465
0
0
2
null
NOASSERTION
JavaScript
billy-enrizky/portfolio
main
# Muhammad Enrizky Brillian's Website This is the README file for Muhammad Enrizky Brillian's personal website project. Below, you will find information about the project structure, the purpose of the website, and its features. ## Project Structure The project consists of the following files and folders: - `index.html`: The main HTML file for the website. - `css/`: A folder containing CSS files for styling the website. - `images/`: A folder containing images used on the website. - `js/`: A folder containing JavaScript files for website functionality. - `README.md`: This README file providing project information. ## Purpose Muhammad Enrizky Brillian's website is designed to serve as a professional online portfolio and resume. It provides visitors with information about Muhammad Enrizky Brillian, his background, skills, experience, and projects. The website's purpose is to showcase Muhammad's qualifications as a Data Scientist, allowing potential employers or collaborators to learn more about his expertise and accomplishments. ## Features The website includes the following sections and features: - **Home**: Provides an introduction to Muhammad Enrizky Brillian, his name, profession, and a call to action to download his resume. - **About Me**: Contains information about Muhammad's background, including his contact details, educational background, skills, and a "Hire Me" button. - **Services**: Highlights the services Muhammad offers, such as data analysis, financial analysis, data visualization, machine learning, and business analysis. - **Portfolio**: Showcases Muhammad's recent projects. However, project descriptions need to be updated with detailed content. - **Contact Me**: Offers multiple ways to contact Muhammad, including his phone number, office location, email address, and a contact form. - **Style Switcher**: A style switcher allows users to change the website's theme color. This can be customized further. ## How to Use To use this website template, you can follow these steps: 1. Clone or download the project files to your local machine. 2. Modify the content, including text, images, and links, to reflect your own information. 3. Update the project descriptions in the "Portfolio" section to showcase your own work. 4. Customize the style switcher if needed by modifying the CSS files. 5. Host the website on a web server to make it accessible to others. ## Author - Muhammad Enrizky Brillian This website template is open for personal and professional use, subject to proper attribution to Muhammad Enrizky Brillian. Enjoy using this template for your personal website or portfolio!
My Personal Portfolio Website Created Using HTML, CSS, and JavaScript
css,html,html-css-javascript,javascript,personal-website
2023-10-11T06:17:14Z
2024-05-03T00:04:41Z
null
1
0
86
0
0
2
null
MIT
HTML
imkaranks/two-good-co-clone
main
null
Tried to clone Two Good Co's website featured in Awwwards.com
css3,gsap,html5,javascript,locomotive-scroll
2023-09-29T13:58:11Z
2024-01-27T18:29:00Z
null
1
0
6
0
0
2
null
null
HTML
pedroeuzebioo/shorts-summary
main
<p align="center"> <img src="./.github/Logo.svg" alt="Logo"> </p> <p align="center"> <img src="./.github/apresentation.png" width="100%"> </p> ## 📒 Descrição Shorts Summary é uma aplicação web para criar resumo de vídeos shorts do Youtube utilizando Inteligência Artificial para transcrever o conteúdo do vídeo e realizar o resumo do conteúdo. Esse projeto é desenvolvido na trilha Foundations na edição NLW IA. ## 📚 Funcionalidades - [x] Cria resumo de vídeos shorts do YouTube utilizando Inteligência Artificial para transcrever o conteúdo do vídeo e realizar o resumo do conteúdo ## 🔧 Tecnologias utilizadas - Front-end: - HTMl - CSS - Javascript - Axios - Back-end: - Node.js - Express - Cors - Ffmpeg Static - Fluent Ffmpeg - Node Wav - YTDL Core - Xenova/Transformers ## 💻 Pré-requisitos Antes de começar, verifique se você atendeu aos seguintes requisitos: - Você tem uma máquina `<Windows / Linux / Mac>` - Node.js instalado. Você pode instalar o Node através [DESSE LINK](https://nodejs.org/en) ## 🚀 Como Executar o Projeto ```bash # clone o repositório $ git clone https://github.com/eupedrohenrique/app-shorts-summary.git # Instale as dependências $ npm install # Execute o servidor $ npm run server # Execute o front $ npm run web ``` - O servidor back-end estará sendo executado em http://localhost:3333. - O aplicação front-end estará sendo executado em http://localhost:5173. ## 🤝 Criador <table> <tr> <td align="center"> <a href="#"> <img src="https://github.com/eupedrohenrique.png" width="100px;" alt="Foto do Pedro Henrique"/><br> <sub> <b>Pedro Henrique</b> </sub> </a> </td> </tr> </table> ## 🎯 Status do projeto O projeto está finalizado. ## :memo: Licença Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](https://github.com/eupedrohenrique/app-shorts-summary/blob/main/LICENSE) para mais detalhes.
Esta aplicação web foi projetada para criar resumos de vídeos shorts do YouTube, utilizando inteligência artificial para transcrever o conteúdo dos vídeos e realizar um resumo conciso e informativo.
css3,expressjs,html5,javascript,nodejs
2023-09-22T00:44:13Z
2023-09-22T13:10:58Z
null
1
0
7
0
0
2
null
MIT
JavaScript
raaf17/kita-bersuara
main
<h1 align="center">Selamat datang di repository Kita Bersuara! 👋🏻</h1> <p></p> <h4 align="center">Kita Berusuara, website pengaduan keluhan bagi siswa dengan fitur-fitur canggih dan intuitif</h4> <p></p> <p align="center"> <img src="https://img.shields.io/github/issues/raaf17/kita-bersuara?style=flat-square"> <img src="https://img.shields.io/github/stars/raaf17/kita-bersuara?style=flat-square"> <img src="https://img.shields.io/github/forks/raaf17/kita-bersuara?style=flat-square"> <img src="https://img.shields.io/github/followers/raaf17.svg?style=flat-square&label=followers"> </p> <p align="center"> <a href="#tentang">Tentang Project</a> • <a href="#fitur">Fitur</a> • <a href="#download">Download & Install</a> • <a href="#akun">Akun Default</a> • <a href="#tim-kami">Tim Kami</a> </p> <p></p> <h2 id="tentang">👨🏻‍🏫 Tentang Kita Bersuara</h2> Kita Berusuara ini meruapakan website pengaduan keluhan bagi siswa. Dengan fitur-fitur canggih dan intuitif, kami memudahkan siswa untuk menyampaikan aspirasi nya dalam upaya meningkatkan kualitas pendidikan. <p></p> <h2 id="fitur">✨ Fitur Tersedia</h2> - Autentikasi - Login siswa, admin - Data Management - **Siswa** - Membuat laporan - Mengedit data profile - Melihat Riwayat Laporan - **Admin** - Menambah data siswa - Fitur import excel untuk menambahkan data siswa dalam jumlah banyak - Melihat semua data siswa - Evaluasi laporan - UI yang simple dan elegan - Website yang responsive - Fitur searching dan pagination menggunakan library DataTables <p></p> <h2 id="demo">🏠 Halaman Demo</h2> Halaman demo untuk sementara tidak ada dikarenakan layanan hosting yang tidak tersedia untuk deploy aplikasi ini, kalian dapat mendownload aplikasi ini lalu menjalankan secara local di komputer anda. <p></p> <h2 id="akun">🔑 Daftar Akun Tersedia</h2> Berikut adalah daftar akun untuk keperluan testing saat anda mencoba aplikasi pertama kali, namun anda juga bisa menambah kan data lewat fitur import atau tambah data manual | Role | NISN | Password | | ----- | ---------------------- | -------- | | Admin | 0000000001 | 12121212 | | Siswa | 0000000002 | 12345678 | <p></p> <h2 id="syarat">💾 Prasyarat yang Diperlukan</h2> Berikut adalah daftar layanan dan aplikasi yang wajib dan diperlukan selama anda menjalankan aplikasi kita bersuara jika anda belum menginstall nya maka disarankan untuk menginstall nya terlebih dahulu - PHP 7, 8 & Web Server [XAMPP, Laragon] - Web Browser [Chrome, Firefox, Safari & Opera] - Internet [Karena menggunakan banyak CDN] - Setting lanjutan PHP [max_upload & post_max di php.ini] <p></p> <h2 id="download">🐱‍💻 Panduan Menjalankan & Install Aplikasi</h2> Untuk menjalankan aplikasi atau web ini kamu harus install XAMPP dan mempunyai setidaknya satu web browser yang terinstall di komputer anda. ```bash # Clone repository ini atau download di $ git clone https://github.com/raaf17/kita-bersuara.git # Buat database Buat database dengan nama "pengaduan_smea" di DMBS [phpmyadmin, dll] # Upload database Arahkan folder ke kita-bersuara/database/pengaduan_smea.sql & upload ke dbms [phpmyadmin] # Buka browser http://localhost/kita-bersuara # Enjoy, jika ingin login maka liat panduan akun diatas ``` <p></p> <h2 id="kontribusi">🤝 Kontribusi</h2> Contributions, issues and feature requests sangat saya apresiasi karena aplikasi ini jauh dari kata sempurna. Jangan ragu untuk pull request dan membuat perubahan pada project ini. Berhubung Project ini saya selesaikan sendiri, namun banyak fitur dan banyak hal yang bisa diperbaiki maka bantuan kalian sangat saya apresiasi. <p></p> <h2 id="tim-kami">📝 Tim Kami</h2> - Muhammad Rafi - Yuma Aji Pangestu - Savero Dalta Saladin - Reyhan Surya Refalda --- **<p align="center">Terima kasih atas kontribusi Anda dalam menciptakan lingkungan sekolah yang lebih baik melalui Aplikasi Pengaduan Siswa ini. Mari bersama-sama membangun masa depan pendidikan yang lebih baik! 💪📝</p>**
#2 - School Project | Aplikasi Pengaduan Siswa | Finished
pengaduan,pengaduan-masyarakat,crud,css,html,javascript,php,school-management,school-project
2023-10-02T17:29:47Z
2023-11-24T13:26:09Z
null
3
57
181
5
2
2
null
null
JavaScript
NguyenNam6689/Learn_ReactJs
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
null
css,html,javascript,reactjs,scss
2023-09-22T15:57:23Z
2023-10-05T16:50:46Z
null
1
0
21
3
0
2
null
null
JavaScript
jazziNardis/Amogus-Jumpscare
main
<p align="center"> <img alt='Icon of the extension' height='180px' src="images/icon_128.png" /> </p> # Amogus Jumpscare Dread it. Run from it. Tired of enjoying a relaxing web browsing experience? This extension is just what you need! As the name suggests, Amogus Jumpscare is a joke extension that randomly plays a funny and totally-not-overused sound effect, making your browsing session even more interesting. ## How to use it <p align="center"> <img alt='Icon of the extension' height='180px' src="screenshots/ui.png" /> </p> When first installed, the extension is enabled by default. To disable it, click on the white toggle in the top-left corner of the pop-up. Furthermore, you can click on the arrows to cicle through the three available sound effects: <p align="center"> <img alt='Icon of the extension' height='250px' src="screenshots/sounds.png" /> </p> Finally. the "GitHub" button redirects to page. ## Installation The extension is already available on the [Mozilla add-ons store](https://addons.mozilla.org/it/firefox/addon/amogus-jumpscare/), while a version for Chromium is still coming. Stay tuned! ## Important Notes On Firefox, you may need to allow audio autoplay for this extension to work properly. Please do note that, by using this software, you acknowledge that amogus memes are still funny. > <a href="https://www.flaticon.com/free-icons/speaker" title="speaker icons">Speaker icons created by Freepik - Flaticon</a> ## Licensing Amogus Jumpscare is licensed under the MIT License. See [LICENSE](https://github.com/jazziNardis/Amogus-Jumpscare/blob/main/LICENSE) for the full text.
Randomly plays a funny and totally-not-overused sound effect.
amogus,css,extension,extension-chrome,extension-firefox,html,javascript,meme,memes,sound
2023-10-01T20:12:29Z
2023-10-17T15:56:44Z
null
1
0
6
0
0
2
null
MIT
JavaScript
clayruh/ph5-final-bountiFUL
main
# Phase 5 Final Project: bountiFUL ![BountiFUL Mobile](client/public/bountiFUL-mobile.png) ## About A mobile-first React site for foraging enthusiasts to see and track all different kinds of fruits, herbs, mushrooms, and the like. ## To Run: - Fork and clone the repo - cd into the project directory - split the terminal into 2 windows - in one terminal: run pipenv install & pipenv shell - in this terminal, then cd into server - run python app.py to start up the server - in another terminal: run npm install - in this terminal, then cd into client - run npm start to start up the React front-end - this should open up a new browser window with the project ### Technology * JavaScript * React * Python * Flask * MapBox API * Plant.id API
A mobile-first React site for foraging enthusiasts to see and track all different kinds of fruits, herbs, mushrooms, and the like.
flask,javascript,mapbox-gl-js,python,react
2023-10-04T20:41:23Z
2023-11-01T20:30:22Z
null
1
1
63
0
2
2
null
null
JavaScript
sofiane-abou-abderrahim/javascript-classes-oop-mini-shop
main
null
I built this JavaScript demo with objects, and most importantly with Object Oriented Programming (OOP) and Classes. For example, inside of those classes, I added data and logic, public and private properties, constructors, inheritance, etc. This way of thinking about my program allowed me to split my code in a cleaner, easier to understand way.
classes,constructor,inheritance,javascript,object-oriented-programming,objects,oop,private-properties,public-properties
2023-09-25T11:46:19Z
2023-10-01T09:27:48Z
null
1
0
31
0
0
2
null
null
JavaScript
dhinesh-mohan/Tic-Tac-Toe-game
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)
An Amazing TicTacToe game using Reactjs with wonderful user interface
javascript,reactjs,tic-tac-toe
2023-09-13T14:17:32Z
2023-09-13T14:24:12Z
null
1
0
2
0
0
2
null
null
JavaScript
abhishek10600/EcommerceApplication-Backend
main
null
I developed a production grade backend of an ecommerce application using expressJs and nodeJs. This backend can be connected to frontend easily.
express,express-js,expressjs,expressjs-framework,expressjs-server,nodejs,nodejs-server,javascript
2023-09-28T09:20:53Z
2023-10-14T09:34:51Z
null
1
0
11
0
0
2
null
null
JavaScript
HopefulHeart2020/animation-landing-page-basic
main
# Animation Landing Page Animation Landing Page using React. You can use it on your project. Let's grow together with Shinobi !
Animation Landing Page using GSAP on React. You can use it on your project.
animation,javascript,react,scss
2023-09-22T07:23:40Z
2023-09-22T07:35:11Z
null
1
0
5
0
0
2
null
null
JavaScript
tomheaton/morphicons
main
# morphicons Morphing icons for React. Customise icons with variants and colours. ## Example ```jsx import MorphIcon from "morphicons"; export default function Icons() { return ( <> <MorphIcon name="sun" /> <MorphIcon name="sun" variant="square" /> <MorphIcon name="sun" variant="square" fill /> </> ); } ```
Morphing icons for React.
react,typescript,javascript,icons
2023-09-24T16:27:56Z
2024-03-07T19:41:56Z
null
1
0
10
0
0
2
null
null
TypeScript
formysister/firebase-express-example
main
# THIS REPO HAS BEEN MOVED This example has been merged into my [blog-examples](https://github.com/formysister/firebase-express-example) repo. This repo will no longer be updated. --- # Express Server on Cloud Functions for Firebase Host an Express Server in Cloud Functions for Firebase. ## TLDR; Host your Express Server on Cloud Functions enabling a low-cost, auto-scaling web server leveraging Firebase's sweet developer experience. Cloud Functions uses [Express request and response objects](https://firebase.google.com/docs/functions/http-events#trigger_a_function_with_an_http_request) allowing us to pass an Express app [directly into the function](https://github.com/jthegedus/firebase-functions-express-example/blob/master/functions/index.js#L11). ## Installation ``` git clone https://github.com/formysister/firebase-express-example cd firebase-express-example yarn install ``` ## Local Development ``` yarn serve ``` This will serve the Cloud Functions locally using the [Firebase emulator](https://firebase.google.com/docs/functions/local-emulator). Interestingly, the trailing `/` is not an issue when hosted locally. ## Deploy to Firebase ``` yarn deploy ``` *N.B.*: Replace `<project-name>` in the `.firebaserc` to connect the project to your Firebase project. ## A note on Code Compatibility Everything was tested on Ubuntu 16.04 & Windows 10 with [Bash on Ubuntu on Windows](https://msdn.microsoft.com/en-au/commandline/wsl/about). If you wish for Windows native support please [submit an issue](https://github.com/formysister/firebase-express-example/issues/new) so we can work on a Windows branch. Please report any macOS errors as I do not have access to a device to test. [My development environment can be found here](https://github.com/formysister/firebase-express-example).
Host an Express Server in Cloud Functions for Firebase.
cloud,express,firebase,javascript,nodejs,npm,yearn
2023-09-15T04:40:26Z
2023-09-15T03:41:49Z
null
2
0
1
0
0
2
null
NOASSERTION
JavaScript
formysister/ethereum-transaction-interrupter
main
## Monitoring, interrupting, and replacement transaction ### Medium Blog https://medium.com/@cyberstorm2007/how-to-protect-ethereum-assets-in-account-that-private-key-was-leaked-1-620e42c6b64 <br/> https://medium.com/@cyberstorm2007/how-to-protect-ethereum-assets-in-account-that-private-key-was-leaked-2-8db9f338d0a8
This front-run application interrupt and prevent/drop the pending transaction using private key.
blockchain,ethereum,ethers,javascript,medium,medium-article,nodejs,sandwitch-attack,transaction,web3
2023-09-20T14:17:57Z
2023-09-20T13:19:06Z
null
1
0
1
0
2
2
null
null
JavaScript
Luca-Divit/fullstackopen
master
<h1 align="center"><a href="https://fullstackopen.com/en/">Full Stack open 2023 Excercises</a></h1>
Exercises of the Full stack open 2023 from University of Helsinki
graphql,javascript,nodejs,reactjs,typescript,ci-cd,docker,express,jest,react-native
2023-09-24T21:29:11Z
2024-01-01T11:03:50Z
null
1
31
96
0
0
2
null
null
JavaScript
GabeOP/blog-noticias
main
![Badge em Desenvolvimento](http://img.shields.io/static/v1?label=STATUS&message=EM%20DESENVOLVIMENTO&color=GREEN&style=for-the-badge) # Descrição Projeto fullstack de um blog com **autorização** e **autenticação** de usuário. Usando um perfil de ADM, é possível criar postagens para que todos os usuários cadastrados e autenticados possam visualizá-las e criar comentários. Um usuário ao se cadastrar, recebe uma mensagem no e-mail cadastrado. A aplicação inteira está deployada em serviços grátis: **Render.com(Frontend, Backend, Banco de dados)** e **CloudAMQP (RabbitMQ)** # Tecnologias / Ferramentas - Java - ReactJS - Spring boot, Spring security, EmailSender - RabbitMQ - Docker - PostgreSQL # Como executar Há 2 maneiras que você pode fazer para utilizar a aplicação: **1ª** - Entrando na página com o sistema inteiro deployado (https://blog-noticias.onrender.com/login) **2ª** - Rodando a aplicação localmente com Docker. Caso prefira da 1ª maneira, pode acontecer de demorar um pouco pois a API está hospedada usando serviços gratuitos do Render.com e após 15 minutos de uso entra em inatividade e precisa iniciar novamente ### Rodando a aplicação inteira localmente com Docker - Clone o repositório na sua máquina - Na pasta backend/src/main/resources, abra o arquivo "application.properties" - Retire os comentários das configurações do banco de dados local (linha 9) e comente as configurações do banco de dados do Render (linha 4) - Retire os comentários das configurações do RabbitMQ local (linha 40) e comente a linha de configuração do CloudAMQP (linha 38) - Abra o terminal, entre na pasta raiz do projeto onde está o arquivo docker-compose.yml - Digite o comando "docker-compose up" - Ainda no terminal, navegue para a pasta "frontend" e use o comando "npm install" e logo depois "npm run dev" para iniciar o Vite - Faça o login com o nome de usuário "adm" e senha "123456" # Imagens do projeto <div align="center"> <h3 align="center">Página inicial</h3> <p>Nessa página é onde os usuários autenticados podem visualizar as postagens existentes no blog e caso desejem ler inteiramente, basta apertar no botão "Ler mais..." ("Gerenciar" no caso de um perfil de ADM) no rodapé de cada postagem. </p> <image src="https://github.com/GabeOP/blog-noticias/blob/main/imagens/paginicial.png?raw=true"/> </div> <div align="center"> <h3 align="center">Página do Post</h3> <p>Essa página é um exemplo de quando apertamos em "Ler mais..." em uma postagem. Temos o título completo, autor, imagem e descrição da postagem completa </p> <image src="https://github.com/GabeOP/blog-noticias/blob/main/imagens/post.png?raw=true"/> </div> <div align="center"> <h3 align="center">Página do Post (Comentários)</h3> <p>Essa é a parte da postagem que mostra a lista de comentários feitos. O usuário que criou o comentário e alguém com cargo de ADM possui a opção de excluí-lo. </p> <image src="https://github.com/GabeOP/blog-noticias/blob/main/imagens/comentarios.png?raw=true"/> </div> <div align="center"> <h3 align="center"> Página para criar postagens</h3> <p>Apenas usuários com autorização podem acessar e criar postagens</p> <image src="https://github.com/GabeOP/blog-noticias/blob/main/imagens/pagcriapost.png?raw=true"/> </div> <div align="center"> <h3 align="center"> Página para criar postagens</h3> <p>Apenas usuários com autorização podem acessar, alterar o cargo ou excluir usuários cadastrados</p> <image src="https://github.com/GabeOP/blog-noticias/blob/main/imagens/gerenciamentousuario.png?raw=true"/> </div> <div align="center"> <h3 align="center"> Página para realizar o login (a página para o cadastro é idêntica) </h3> <image src="https://github.com/GabeOP/blog-noticias/blob/main/imagens/paglogin.png?raw=true"/> </div>
Fullstack blog project using Spring Security
fullstack,java,javascript,postgresql,spring-security,docker,docker-compose,react
2023-09-12T19:25:36Z
2024-01-02T19:43:23Z
null
1
0
151
0
1
2
null
null
Java
DiegoSHS/HIDDENHASH
master
# Hasher this is a web app that uses the module node module [crypto](https://nodejs.org/dist/latest-v18.x/docs/api/crypto.html) for turn plain text to hash I created this just for fun and because it was an activity at my university, __¡¡enjoy the code!!__
This is a simple web for text to hash convertion
crypto,hashing,javascript,nextjs
2023-10-10T02:13:34Z
2024-01-11T04:34:51Z
2023-10-23T01:00:51Z
2
71
43
0
0
2
null
Apache-2.0
JavaScript
TheKhanj/convconv
master
# ConvConv Super simple, zero dependency naming ***conv***ention ***conv***erter and validator library. # Cli As of version 0.3.3 there is cli version of convconv available. Use the following command to install it globally onto your system. `npm i -g convconv` You can see help for cli by running the following command. `convconv --help` # Examples ```typescript import convconv from "convconv"; // examples: // camelCase // kebab-case // PascalCase // snake_case // SCREAMING-KEBAB-CASE // SCREAMING_SNAKE_CASE // converts camelCase to kebab-case // camelCase -> camel-case convconv.fromCamel("camelCase").toKebab(); // converts kebab-case to snake_case // kebab-case -> kebab_case convconv.fromConvention("kebab", "kebab-case").toSnake(); // converts any case to PascalCase convconv .autoFrom("your-input-in-one-of-available-naming-conventions") .toPascal(); // throws ConventionNotFoundError convconv.autoFrom("Random_sTring-with_nOConvention"); // returns 'kebab' convconv.getConvention("some-kebab-case-string"); // throws ConventionNotFoundError convconv.getConvention("Random_sTring-with_nOConvention"); // returns true convconv.isPascal("PascalCase"); // returns true convconv.isConvention("pascal", "PascalCase"); // throws ConventionViolationError convconv.fromKebab("NotKebab"); // throws ConventionViolationError convconv.fromCamel("123startingWithNumber"); ``` # Errors All errors extend from `ConvConvError`.
Super simple, zero dependency naming convention converter and validator cli/library.
javascript,javascript-library,naming-conventions,typescript,typescript-library
2023-09-18T15:52:33Z
2024-03-16T21:11:51Z
null
1
0
75
0
0
2
null
null
TypeScript
MatheusPDS07/BzInventory
master
# BzInventory > This project is an inventory of equipment divided by companies that assist in the audit of computer equipment. ## Table of Contents * [General Info](#general-information) * [Technologies Used](#technologies-used) * [Acknowledgements](#acknowledgements) * [Contact](#contact) <!-- * [License](#license) --> ## General Information - In this application, the user can change any characteristic of the equipment, register a new company to which the equipment belongs, download a .csv file with all the equipment data and know how many equipment belong to a company. - The reason for developing this application is because it is often difficult for an IT professional to make an inventory of how much equipment there is in the companies they provide services to; to separate, organize and have a list of all equipment in real time. - The objective of this project is to solve the problem of cataloging equipment and knowing its information during a customer service. <!-- You don't have to answer all the questions - just the ones relevant to your project. --> ## Technologies Used > <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/android/android-plain-wordmark.svg" width="40" height="40"/><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-plain-wordmark.svg" width="40" height="40"/><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-plain-wordmark.svg" width="40" height="40"/><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/firebase/firebase-plain-wordmark.svg" width="40" height="40"/><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-plain-wordmark.svg" width="40" height="40"/><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg" width="40" height="40"/> - API 31: Android 12.0(s) - VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. - Runtime version: 11.0.13+0-b1751.21-8125866 amd64 - Android Studio Dolphin | 2021.3.1 Patch 1 ## Acknowledgements - This project was inspired by [network-inventory-software](https://community.spiceworks.com/tools) - This project was based on [this tutorial](https://firebase.google.com/docs/database/android/read-and-write). ## Contact Created by [@MatheusPDS07](https://github.com/MatheusPDS07) - feel free to contact me!
A ideia desse projeto é criar a mesma aplicação utilizando várias tecnologias diferentes.
android,firebase,firebase-auth,firebase-database,html,html-css-javascript,java,java-app,javascript,css
2023-09-22T17:50:49Z
2023-09-23T13:41:34Z
null
1
0
8
0
0
2
null
null
Java
NICK-FURY-6023/247-YouTube-Livestreaming
main
# 247-YouTube-Livestreaming YouTube Live stream your MP3 audio file 247 free # Copy the GitHub and use https://github.com/NICK-FURY-6023/247-YouTube-Livestreaming.git # change your video file , mp3 audio file link & your YouTube stream key # • ⚠️ If you have a good hosting then it's for you # install npm install # start node . --- Are you a content creator looking to engage with your audience around the clock? Introducing our groundbreaking code that makes 24/7 YouTube livestreaming a breeze! Key Features: User-Friendly: Our code is designed with simplicity in mind. No technical expertise required - just follow a few simple steps and you're live 24/7. Stability Guaranteed: Bid farewell to frustrating interruptions and technical glitches. Our code ensures a smooth and stable livestreaming experience, so you can focus on creating content. Set and Forget: Once set up, the code runs autonomously. No need for constant monitoring or restarts. It's like having a dedicated streaming assistant. Customization: Tailor your livestream to fit your brand and style. Add overlays, graphics, and personalized messages to keep your viewers engaged. Resource Efficient: Our code is designed to be resource-friendly, so it won't strain your hardware or bandwidth. Livestream 24/7 worry-free. YouTube Integration: Easily connect your YouTube channel to the code, and your livestream will be broadcasted directly to your subscribers. With our code, the world becomes your stage, and your audience can tune in whenever they want, day or night. Elevate your YouTube channel to the next level with 24/7 livestreaming. Get started today and watch your content reach new heights! --- # <h2 align="left">Hi 👋! My name is ₦ł₵₭ ₣ɄⱤɎ and I'm from Bharat</h2> ### <div align="left"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg" height="30" alt="javascript logo" /> <img width="12" /> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg" height="30" alt="typescript logo" /> <img width="12" /> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg" height="30" alt="react logo" /> <img width="12" /> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" height="30" alt="html5 logo" /> <img width="12" /> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" height="30" alt="css3 logo" /> <img width="12" /> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/csharp/csharp-original.svg" height="30" alt="csharp logo" /> </div> ### ___ <div align="left"> <img src="https://img.shields.io/static/v1?message=Youtube&logo=youtube&label=&color=FF0000&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="youtube logo" /> <img src="https://img.shields.io/static/v1?message=Instagram&logo=instagram&label=&color=E4405F&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="instagram logo" /> <img src="https://img.shields.io/static/v1?message=Twitch&logo=twitch&label=&color=9146FF&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="twitch logo" /> <img src="https://img.shields.io/static/v1?message=Discord&logo=discord&label=&color=7289DA&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="discord logo" /> <img src="https://img.shields.io/static/v1?message=Gmail&logo=gmail&label=&color=D14836&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="gmail logo" /> <img src="https://img.shields.io/static/v1?message=LinkedIn&logo=linkedin&label=&color=0077B5&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="linkedin logo" /> </div> ### I'm a self-taught passionate BackEnd developer from India 🇮🇳 **About me** - 💼 Backend Developer - ❤️ I love writing Javascript, and building fun experiments on type-level - 💬 Ask me about anything - [![DiscordBanner](https://invidget.switchblade.xyz/fz8QMYdVDq)](https://discord.gg/CdCfgSC3qy)<br /> <code><img height="20" alt="javascript" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"></code> <code><img height="20" alt="typescript" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/typescript/typescript.png"></code> <code><img height="20" alt="react" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png"></code> <code><img height="20" alt="graphql" src="https://raw.githubusercontent.com/github/explore/5c058a388828bb5fde0bcafd4bc867b5bb3f26f3/topics/graphql/graphql.png"></code> <code><img height="20" alt="nodejs" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/nodejs/nodejs.png"></code> ___ # 📊 GitHub Stats <img width="48.1%" src="https://github-readme-stats.vercel.app/api?username=NICK-FURY-6023&count_private=true&show_icons=true&theme=react" /> <img width="51%" src="https://streak-stats.demolab.com/?user=abhijivani3001&theme=react" /> ___ <img width="99.5%" src="https://github-readme-activity-graph.vercel.app/graph?username=NICK-FURY-6023&bg_color=21232a&color=a8eeff&line=61dafb&point=f0fcff&area=true&hide_border=false" /> ____ <img width="35%" src="https://github-readme-stats.vercel.app/api/top-langs/?username=NICK-FURY-6023&theme=react&show_icons=true&hide_border=false&layout=compact" />
YouTube Live stream your MP3 audio file 247 free no need vps you can use normal hosting service
247,247-music,javascript,livestream,youtube,youtubelive,youtubelivestream
2023-09-23T16:36:52Z
2024-03-31T06:22:06Z
null
1
1
17
0
1
2
null
MIT
JavaScript
AmishaSomaiya/Data-Analysis
main
# Data-Analysis and Visualization This repository contains data analysis and visualizations generated using Tableau, D3.js, VegaAltair-Python, PowerBI and SQL. ### Tuning-PlaySite : Collaborative Data Analysis and Visualization Project ### Tools : D3, Javascript For details, please visit : https://github.com/cse512-23s/Tuning-PlaySite ### Contributions : <p align="center"> <img src="Images/d3_parallelcoords.gif" alt="Fig.1. Interactive Parallel Co-ordinates" width="500" height="300" /> </p> <p align="center"> <strong>Fig.1. Interactive Parallel Co-ordinates</strong> </p> <p align="center"> <img src="Images/tuning-playsite-pg3.png" width="500" height="300" /> </p> <p align="center"> <strong>Fig.2. Multi-Line Chart with Hover and Click Controls </strong> </p> <p align="center"> <img src="Images/tuning-playsite-pg4-1.png" width="500" height="300" /> </p> <p align="center"> <strong>Fig.3. Sub-plots with Slider Control </strong> </p> <p align="center"> <img src="Images/tuning-playsite-pg4-2.png" width="500" height="300" /> </p> <p align="center"> <strong>Fig.4. Click-anywhere Contour Plot </strong> </p> ### 'Analysis of Global Female Employment Trends : 1991-2021' ### Tool : Tableau The goal is to give the viewer a clear idea of global female employment over a time period of 1991 to 2021. All data fields are used raw for this viz. Starting with the 3 charts in the bottom of the dashboard,these give female employment breakdown in services, agriculture and industry over the years. The same statistics for males is also visualized in layered fashion in the same plots for quick and easy comparison. Chart type: layered, Mark: continous line. X axis encoding: year (even numbered years shown for spaced out axis view). Y axis encoding : percentage for each year. Color encoding: Female: blue, Male: orange The line ends are labeled for quicker view. These encodings are maintained through all 3 bottom graphs in both visualizations for uniformity. Moving up to the right is the literacy rate and salaried women(subset of employment in services) stacked bar chart. Chart type: stacked bar chart, Encoding: x axis: percentage, y axis: year (even numbered), Color encoding: Blue: salaried women, Teal: Literacy Rate for females. To the left of this chart, is the Global Female Labor Force map showing percentage of female labor out of total labor for all countries in 2021. Encoding: color scheme : teal-blue color from min(7.79%) to max(64.27%) in 10 steps. Last, in the top-most are the single statistics data frames for female employment taken raw from data for 2021. INFERENCES: -There is female labor force in almost all countries. -Both female literacy and salaried women percentage has shown positive correlation and increase over the years. -Over the years, more women are moving from agriculture and industry towards employment in services. -Over the years from 1991 to 2021, there is an increase in female literacy and employment -Females found in good numbers in labor force as also in leading positions of top managers, owners as also holding seats in National Parliaments. <p align="center"> <img src="Images/global_female_employment_trends_dashboard.png" width="500" height="300" /> </p> <p align="center"> <strong>Fig.5. Tableau Dashboard </strong> </p> ### 'Latitude Analysis of Sunshine Disparity' ### Tool : Vega Altair with Python Visualization Topic and Target Audience: This visualization investigates 'The Relation between proximity to Equator and Monthly/Annual Sunshine of 6 US Cities'. The visualization is targeted for general audience and aims quick interpretability based on expressiveness and effectiveness by utilizing the given data.The visualization consists of 1 heatmap of mean monthly sunshine for each city and and 6 donut charts of annual sunshine (in percentage and total hours of sunshine per year) for each city with regards to city's proximity (distance to Equator-information from Latitude). The cities are sorted by their distance to Equator in both for quick visual comparison. Inferences: Lesser distance to Equator (lesser Latitude) leads to more uniform sunshine spread over all 12 months in contrast to stark extremes when farther away from Equator i.e. very low sunshine in winter months and very high sunshine in summer months. Evident from HeatMap : Miami and Seattle. Certain months (Summer months of June-August) have more sunshine as compared to other months regardless of Latitude or proximity to Equator. Evident from HeatMap for all cities. Lesser distance to Equator (lesser Latitude) generally leads to more annual sunshine with some exceptions. Evident from Donut Plots, exception : San Francisco. Direct inference of individual city analysis (for eg. which city received how much sunshine, in which month, over several months, or annualy or which city received maximum sunshine etc) or comparison with other cities(with respect to each other and/or in comparison to distance/latitude) can be done directly from the visualization. <p align="center"> <img src="Images/vega.png" width="500" height="300" /> </p> <p align="center"> <strong>Fig.6. Static Visualization using Vega Altair </strong> </p>
Data Analysis and Visualization using SQL, Tableau, Power BI, Ms Excel, D3, Javascript and Vega-Altair
d3js,interactive-visualizations,javascript,parallel-coordinates-plot,tableau-dashboard,vega-altair,contour-click-anywhere-plot,multi-line-plot,sub-plots-control,hover-to-highlight
2023-10-08T09:41:37Z
2024-05-05T22:27:08Z
null
1
0
44
0
0
2
null
Apache-2.0
Jupyter Notebook
karlinarayberinger/KARLINA_OBJECT_winter_2023_starter_pack
main
null
This repository contains web page source code and media files which constitute (some of (if not all of)) the intellectual property encapsulated by the website named Karlina Object dot WordPress dot Com.
audio,blog,cplusplus,css,html,images,javascript,karbytes,website,wordpress
2023-10-08T22:30:55Z
2023-12-02T05:42:21Z
null
1
0
69
0
1
2
null
Unlicense
HTML