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
AmlrSF/RapidTube
main
Youtube clone web application using => react js => boostrap => rapidapi : https://rapidapi.com/ytdlfree/api/youtube-v31 reviews : home content : ![image](https://user-images.githubusercontent.com/111384104/216764131-66bfc9ba-aef8-459f-ab31-2c399ab4fee8.png) channel content : ![image](https://user-images.githubusercontent.com/111384104/216764476-5d09f837-eab4-4324-bb1c-f5e009470997.png) video content with comments and related videos : ![image](https://user-images.githubusercontent.com/111384104/216764675-b2147612-6b4e-43e3-be2a-73310147d941.png)
A YouTube clone app powered by RapidAPI, enabling users to interact with everything — from videos to comments and profiles. Enjoy a seamless experience of content discovery and engagement.
boostrap,boostrap5,javascript,rapid-development,rapidapi,react,reactjs
2023-02-03T21:22:29Z
2023-02-04T11:27:36Z
null
1
0
6
0
0
2
null
null
JavaScript
FlorMarchion/VideoGames-ProyectoIndividual
main
![HenryLogo](https://d31uz8lwfmyn8g.cloudfront.net/Assets/logo-henry-white-lg.png) # Individual Project - Henry Videogames <p align="right"> <img height="200" src="./videogame.png" /> </p> ## Objetivos del Proyecto - Construir una App utlizando React, Redux, Node y Sequelize. - Afirmar y conectar los conceptos aprendidos en la carrera. - Aprender mejores prácticas. - Aprender y practicar el workflow de GIT. - Usar y practicar testing. ## Horarios y Fechas El proyecto tendrá una duración máxima de tres semanas. En el caso de que completan todas las tareas antes de dicho lapso podrán avisar a su Instructor para coordinar una fecha de presentación del trabajo (DEMO). ## Comenzando 1. Forkear el repositorio para tener una copia del mismo en sus cuentas 2. Clonar el repositorio en sus computadoras para comenzar a trabajar Tendrán un `boilerplate` con la estructura general tanto del servidor como de cliente. __IMPORTANTE:__ Es necesario contar minimamente con la última versión estable de Node y NPM. Asegurarse de contar con ella para poder instalar correctamente las dependecias necesarias para correr el proyecto. Actualmente las versiónes necesarias son: - __Node__: 12.18.3 o mayor - __NPM__: 6.14.16 o mayor Para verificar que versión tienen instalada: ```bash node -v npm -v ``` __ACLARACIÓN:__ Las dependencias actuales se encuentran en las versiones que venimos trabajando durante el bootcamp. Versiones: - __react__: 17.0.1 - __react-dom__: 17.0.1 - __react-router-dom__: 5.2.0 - __redux__: 4.0.5 - __react-redux__: 7.2.3 Está permitido, __bajo su responsabilidad__, actualizar las dependencias a versiones más actuales. > __IMPORTANTE:__ Versiones mas actuales podrían presentar configuraciones diferentes respecto a las versiones en las que venimos trabajando durante el bootcamp. ## BoilerPlate El boilerplate cuenta con dos carpetas: `api` y `client`. En estas carpetas estará el código del back-end y el front-end respectivamente. En `api` crear un archivo llamado: `.env` que tenga la siguiente forma: ```env DB_USER=usuariodepostgres DB_PASSWORD=passwordDePostgres DB_HOST=localhost ``` Reemplazar `usuariodepostgres` y `passwordDePostgres` con tus propias credenciales para conectarte a postgres. Este archivo va ser ignorado en la subida a github, ya que contiene información sensible (las credenciales). Adicionalmente será necesario que creen desde psql una base de datos llamada `videogames` El contenido de `client` fue creado usando: Create React App. ## Enunciado La idea general es crear una aplicación en la cual se puedan ver los distintos videojuegos disponibles junto con información relevante de los mismos utilizando la api externa [rawg](https://rawg.io/apidocs) y a partir de ella poder, entre otras cosas: - Buscar videjuegos - Filtrarlos / Ordenarlos - Agregar nuevos videojuegos __IMPORTANTE__: Para poder utilizar esta API externa es necesario crearse una cuenta para obtener una API Key que luego debera ser incluida en todos los request que hagamos a rawg simplemente agregando `?key={YOUR_API_KEY}` al final de cada endpoint. Agregar la clave en el archivo `.env` para que la misma no se suba al repositorio por cuestiones de seguridad y utilizarla desde allí. __IMPORTANTE__: Para las funcionalidades de filtrado y ordenamiento NO pueden utilizar los endpoints de la API externa que ya devuelven los resultados filtrados u ordenados sino que deben realizarlo ustedes mismos. En particular alguno de los ordenamientos o filtrados debe si o si realizarse desde el frontend. ### Únicos Endpoints/Flags que pueden utilizar - GET <https://api.rawg.io/api/games> - GET <https://api.rawg.io/api/games?search={game}> - GET <https://api.rawg.io/api/genres> - GET <https://api.rawg.io/api/games/{id}> ### Requerimientos mínimos A continuación se detallaran los requerimientos mínimos para la aprobación del proyecto individial. Aquellos que deseen agregar más funcionalidades podrán hacerlo. En cuanto al diseño visual no va a haber wireframes ni prototipos prefijados sino que tendrán libertad de hacerlo a su gusto pero tienen que aplicar los conocimientos de estilos vistos en el curso para que quede agradable a la vista. __IMPORTANTE__: No se permitirá utilizar librerías externas para aplicar estilos a la aplicación. Tendrán que utilizar CSS con algunas de las opciones que vimos en dicha clase (CSS puro, CSS Modules o Styled Components) #### Tecnologías necesarias - [ ] React - [ ] Redux - [ ] Express - [ ] Sequelize - Postgres ## Frontend Se debe desarrollar una aplicación de React/Redux que contenga las siguientes pantallas/rutas. __Pagina inicial__: deben armar una landing page con - [ ] Alguna imagen de fondo representativa al proyecto - [ ] Botón para ingresar al home (`Ruta principal`) __Ruta principal__: debe contener - [ ] Input de búsqueda para encontrar videojuegos por nombre - [ ] Área donde se verá el listado de videojuegos. Deberá mostrar su: - Imagen - Nombre - Géneros - [ ] Botones/Opciones para filtrar por género y por videojuego existente o agregado por nosotros - [ ] Botones/Opciones para ordenar tanto ascendentemente como descendentemente los videojuegos por orden alfabético y por rating - [ ] Paginado para ir buscando y mostrando los siguientes videojuegos, 15 juegos por pagina, mostrando los primeros 15 en la primer pagina. __IMPORTANTE__: Dentro de la Ruta Principal se deben mostrar tanto los videjuegos traidos desde la API como así también los de la base de datos. Debido a que en la API existen alrededor de 500 mil juegos, por cuestiones de performance pueden tomar la simplificación de obtener y paginar los primeras 100. __Ruta de detalle de videojuego__: debe contener - [ ] Los campos mostrados en la ruta principal para cada videojuegos (imagen, nombre, y géneros) - [ ] Descripción - [ ] Fecha de lanzamiento - [ ] Rating - [ ] Plataformas __Ruta de creación de videojuegos__: debe contener - [ ] Un formulario __controlado con JavaScript__ con los siguientes campos: - Nombre - Descripción - Fecha de lanzamiento - Rating - [ ] Posibilidad de seleccionar/agregar varios géneros - [ ] Posibilidad de seleccionar/agregar varias plataformas - [ ] Botón/Opción para crear un nuevo videojuego > Es requisito que el formulario de creación esté validado con JavaScript y no sólo con validaciones HTML. Pueden agregar las validaciones que consideren. Por ejemplo: Que el nombre del juego no pueda contener algunos símbolos, que el rating no pueda exceder determinado valor, etc. ## Base de datos El modelo de la base de datos deberá tener las siguientes entidades (Aquellas propiedades marcadas con asterísco deben ser obligatorias): - [ ] Videojuego con las siguientes propiedades: - ID: * No puede ser un ID de un videojuego ya existente en la API rawg - Nombre * - Descripción * - Fecha de lanzamiento - Rating - Plataformas * - [ ] Genero con las siguientes propiedades: - ID - Nombre La relación entre ambas entidades debe ser de muchos a muchos ya que un videojuego puede pertenecer a varios géneros en simultaneo y, a su vez, un género puede contener múltiples videojuegos distintos. Un ejemplo sería el juego `Counter Strike` pertenece a los géneros Shooter y Action al mismo tiempo. Pero a su vez existen otros videojuegos considerados como Shooter o como Action. __IMPORTANTE__: Pensar como modelar los IDs de los videojuegos en la base de datos. Existen distintas formas correctas de hacerlo pero tener en cuenta que cuando hagamos click en algun videojuego, este puede provenir de la API o de la Base de Datos por lo que cuando muestre su detalle no debería haber ambigüedad en cual se debería mostrar. Por ejemplo si en la API el videojuego `Age of Empires II: Age of Kings` tiene id = 1 y en nuestra base de datos creamos un nuevo videojuego `Age of Henry` con id = 1, ver la forma de diferenciarlos cuando querramos acceder al detalle del mismo. ## Backend Se debe desarrollar un servidor en Node/Express con las siguientes rutas: __IMPORTANTE__: No está permitido utilizar los filtrados, ordenamientos y paginados brindados por la API externa, todas estas funcionalidades tienen que implementarlas ustedes. - [ ] __GET /videogames__: - Obtener un listado de los videojuegos - Debe devolver solo los datos necesarios para la ruta principal - [ ] __GET /videogames?name="..."__: - Obtener un listado de las primeros 15 videojuegos que contengan la palabra ingresada como query parameter - Si no existe ningún videojuego mostrar un mensaje adecuado - [ ] __GET /videogame/{idVideogame}__: - Obtener el detalle de un videojuego en particular - Debe traer solo los datos pedidos en la ruta de detalle de videojuego - Incluir los géneros asociados - [ ] __POST /videogames__: - Recibe los datos recolectados desde el formulario controlado de la ruta de creación de videojuego por body - Crea un videojuego en la base de datos, relacionado a sus géneros. - [ ] __GET /genres__: - Obtener todos los tipos de géneros de videojuegos posibles - En una primera instancia deberán traerlos desde rawg y guardarlos en su propia base de datos y luego ya utilizarlos desde allí ## Testing - [ ] Al menos tener un componente del frontend con sus tests respectivos - [ ] Al menos tener una ruta del backend con sus tests respectivos - [ ] Al menos tener un modelo de la base de datos con sus tests respectivos
Proyecto individual desarrollado dentro del bootcamp Henry. App de videogames a traves del consumo de una API
css,javascript,express,nodejs,postgresql,postman,reactjs,redux
2023-02-07T19:53:50Z
2024-01-03T14:04:27Z
null
1
0
33
0
0
2
null
null
JavaScript
yurkimus/base-fetch
main
null
Simple javascript fetch-wrapper written in ramda.
fetch,javascript,typescript,ramda,bun,deno,functional-programming,node
2023-02-04T14:17:30Z
2023-07-30T19:19:04Z
2023-07-30T16:12:50Z
1
0
22
0
0
2
null
MIT
TypeScript
letsle/PrevisaoTempo
master
null
Página de Previsão do Tempo desenvolvida durante as aulas da missão você programador com o Rodolfo Mori
css3,html-css-javascript,html5,javascript,page,previsao-do-tempo,weather,rodolfomori
2023-02-06T16:16:11Z
2023-02-06T16:16:33Z
null
1
0
1
0
0
2
null
null
CSS
akram-elgh/Local-Time-Watch
main
# Local-Time-Watch Simple web app to show current time of given regions, using node and express.
Simple web app to show current time of given regions.
express,expressjs,javascript,nodejs
2023-02-07T13:28:52Z
2023-02-07T13:55:00Z
null
1
0
5
0
0
2
null
null
EJS
bartmichu/urbstat
main
# URBSTAT The missing command-line tool for UrBackup Server. It provides valuable insights into the utilization of data, clients' status and activities, and helps administrator to identify, troubleshoot and resolve issues that may arise within the system. You have the option to use this Deno application in two ways: either as a self-contained compiled executable or as a script file that runs with Deno. Although it is not entirely feature-complete, the `Main` branch should be stable and has been utilized daily on a bunch of servers. The following features have been implemented: - Utilizes the standard API provided by UrBackup Server, so there is no need to change or install anything on the server. - You can choose to run the tool directly on the server or remotely over the network from your workstation. - The output can be presented in various formats, and you have the ability to sort data and apply filters as needed. - You can execute the tool manually when required, or you can use it with an automated monitoring solution such as Zabbix. - Information about all clients, including clients with "OK" or "failed" backup status (as seen in the server web UI). - Information about clients without a recent backup (referred to as stale clients), with thresholds that can be configured in urbstatus. - Information about clients without any finished backups (blank clients) and clients not seen for a long time (void clients), with a threshold that can be configured in urbstat. - Information about online, offline, and active clients. - Information about current, last (finished), and paused activities. - Information about storage usage. - All information about a selected client can be obtained at once. Some of the features that are planned for implementation: - The ability to query multiple servers simultaneously. - Creating a repository for deb and rpm systems using OBS. If you have any suggestions for new features that you would like to see in future updates, please don't hesitate to share them with me. Additionally, if you encounter any bugs or issues while using the tool, please report them through GitHub. ## Quick demo [![asciicast](https://asciinema.org/a/557533.svg)](https://asciinema.org/a/557533) Please keep in mind that this demo may represent an older version of `urbstat` with different command names and options. ## Command examples Retrieve the number of clients with failed image backup: ```shell failed-clients --skip-file --format number failed-clients --skip-file --format number --ask-pass failed-clients --skip-file --format number --user urbstat ``` Retrieve clients with a file backup that is older than 24 hours (1440 minutes) since the last backup: ```shell stale-clients --threshold-file 1440 --sort name --format table ``` Retrieve clients that have not been seen for more than 48 hours (2880 minutes): ```shell void-clients --threshold 2880 --sort name --format table ``` Retrieve a list containing the names of clients that have not yet completed any backup: ```shell blank-clients --format list ``` Retrieve the current activity with the longest estimated time of arrival (ETA).: ```shell current-activities --max 1 --sort eta --reverse --format table ``` Get a table with the last activities of the "office" client sorted by size: ```shell last-activities --client office --sort size --format table ``` Retrieve the five longest running activities that have been completed: ```shell last-activities --max 5 --sort duration --reverse --format table ``` Get three clients with biggest storage usage: ```shell usage --format table --sort total --max 3 --reverse ``` ## Usage The simplest way to use `urbstat` is by downloading the executable from the [Releases](https://github.com/bartmichu/urbstat/releases) page: - `urbstat` for Linux x64 systems. - `urbstat-notls` for Linux x64 systems, compiled with TLS certificate validation disabled. Use it only if you have problems with self-signed certificates. Download one of these files and make it executable: ```shell chmod u+x urbstat chmod u+x urbstat-notls ``` Create `.env` configuration file (you can use [this example file](https://raw.githubusercontent.com/bartmichu/urbstat/main/.env.example)) and place it in the same directory with `usbstat` binary. Then simply run the application: ```shell ./urbstat --help ./urbstat-notls --help ``` Alternatively, you can run source file with Deno: ```shell deno run --allow-read='.env,.env.defaults,.env.example' --allow-net=hostname:port --allow-env urbstat.js deno run --allow-read='.env,.env.defaults,.env.example' --allow-net=hostname:port --allow-env --unsafely-ignore-certificate-errors=hostname urbstat.js ``` ## Configuration - The default options are already set up in the `.env.defaults` file, please avoid modifying it. You can set up your own custom options in the `.env` file, which you can find examples of in the `.env.example` file. - The default configuration file contains the URL and credentials that are set by the UrBackup Server installation (localhost:55414, admin, no password). You can change these by setting `URBSTAT_SERVER_URL`, `URBSTAT_SERVER_USERNAME`, and `URBSTAT_SERVER_PASSWORD` in the `.env` file. - Username can be specified in a configuration file or passed with `--user` option. - Password can be specified in a configuration file or interactively at runtime when `--ask-pass` option is provided. - Many options can also be adjusted during runtime by using command options. For more details, please refer to `urbstat <command> --help`. - Make sure to place all configuration files in the same directory as the downloaded binary file. ## Documentation You can access the documentation by using the --help option within the application. Get general help and a list of available commands: ```shell ./urbstat --help ``` Get more help about a specific command and its applicable options: ```shell ./urbstat <command> --help ``` ### Global Options ```bash -h, --help - Show this help. -V, --version - Show the version number for this program. --user <name> - User name. --ask-pass - Ask for connection password. ``` ### Commands - **raw-status** Get raw response of "status" API call. Required rights: `status(all)`. Raw responses cannot be sorted, filtered, etc. Property names and values are left unaltered. - **raw-activities** Get raw response of "activities" API call. Required rights: `progress(all)`, `lastacts(all)`. Raw responses cannot be sorted, filtered, etc. Property names and values are left unaltered. - **raw-usage** Get raw response of "usage" API call. Required rights: `piegraph(all)`. Raw responses cannot be sorted, filtered, etc. Property names and values are left unaltered. - **all-clients** Get all clients. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`. - **ok-clients** Get OK clients i.e. clients with OK backup status. Backups finished with issues are treated as OK by default. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`. - **failed-clients** Get failed clients i.e. clients with failed backup status or without a recent backup as configured in UrBackup Server. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`. - **stale-clients** Get stale clients i.e. clients without a recent backup as configured in urbstat. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`, `URBSTAT_THRESHOLD_STALE_FILE`, `URBSTAT_THRESHOLD_STALE_IMAGE`. - **void-clients** Get void clients i.e. clients not seen for a long time as configured in urbstat. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered.Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`, `URBSTAT_THRESHOLD_VOID_CLIENT`. - **online-clients** Get online clients. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered.Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`. - **offline-clients** Get offline clients. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`. - **active-clients** Get currently active clients. Required rights: `status(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered.Default options are configured with: `URBSTAT_CLIENTS_FORMAT`, `URBSTAT_CLIENTS_SORT`, `URBSTAT_LOCALE`. - **current-activities** Get current activities. Required rights: `progress(all)`, `lastacts(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_ACTIVITIES_FORMAT`, `URBSTAT_ACTIVITIES_SORT_CURRENT`, `URBSTAT_LOCALE`. - **last-activities** Get last activities. Required rights: `progress(all)`, `lastacts(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_ACTIVITIES_FORMAT`, `URBSTAT_ACTIVITIES_SORT_LAST`, `URBSTAT_LOCALE`. - **paused-activities** Get paused activities. Required rights: `progress(all)`, `lastacts(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_ACTIVITIES_FORMAT`, `URBSTAT_ACTIVITIES_SORT_CURRENT`, `URBSTAT_LOCALE`. - **usage** Get storage usage. Required rights: `piegraph(all)`. If you specify "raw" format then output can not be sorted or filtered and property names/values are left unaltered. Default options are configured with: `URBSTAT_USAGE_FORMAT`, `URBSTAT_USAGE_SORT`, `URBSTAT_LOCALE`. - **client** Get all information about one client. Required rights: `status(all)`, `progress(all)`, `lastacts(all)`. If you specify "raw" format then property names/values are left unaltered. Default options are configured with: `URBSTAT_CLIENT_FORMAT`, `URBSTAT_ACTIVITIES_SORT_CURRENT`, `URBSTAT_ACTIVITIES_SORT_LAST`, `URBSTAT_LOCALE`. ## Security considerations - This tool implements only a subset of the UrBackup server API. It does not include methods to modify settings, add or remove clients and groups, start or stop activities, access or delete files and backups. - Avoid using the default `admin` account if possible. Instead, create a dedicated user through the UrBackup Server web UI and apply the principle of least privilege to that user. To get full functionality of `urbstat`, you should grant the user all rights in the `status`, `lastacts`, `progress`, and `piegraph` domains. - Deno provides granular control over permissions. To restrict what `urbstat` can access on your system and network, you can utilize the `allow-read` and `allow-net` flags. - Deno rejects self-signed certificates by default. If needed, you can use the `unsafely-ignore-certificate-errors=hostname` option or supply a certificate with the `cert ./ca.pem` option. - You can use `--ask-pass` option if you don't want to put password in a configuration file. - Make sure `.env` configuration file has strict file permissions if you put your password there. - `urbstat` binary is compiled with `--unstable --allow-read='.env,.env.defaults,.env.example' --allow-net --allow-env` flags. `urbstat-notls` binary is compiled with `--unstable --allow-read='.env,.env.defaults,.env.example' --allow-net --allow-env --unsafely-ignore-certificate-errors` flags. - In some scenarios you may want to download and examine the source script, set the connection details within the script, and then compile the script manually. ## Dependencies These third-party modules are utilized by `urbstat`: - Cliffy https://cliffy.io - ms https://github.com/vercel/ms ## License [MIT License](https://github.com/bartmichu/urbstat/blob/main/LICENSE)
The missing command-line tool for UrBackup Server. It provides valuable insights into the utilization of data, clients' status and activities, and helps administrator to identify, troubleshoot and resolve issues that may arise within the system.
deno,urbackup,cli,javascript
2023-01-28T10:17:44Z
2024-03-01T15:55:31Z
2024-03-01T15:55:31Z
1
0
51
0
0
2
null
MIT
JavaScript
amanvermai30/Shopeasy-Online-Shopping-Application
main
<img src="https://readme-typing-svg.herokuapp.com?font=Architects+Daughter&amp;color=teal&amp;size=20&amp;lines=Welcome+To+Shopeasy.com;" style="width: 100%;"> <h1 align="center">Shopeasy Website</h1> About Shopeasy - Hello world ! welcome to shopeasy.com we are delighted that we are solving real time problem of customer and local street vendor , vendor means provider or seller. # Problem Statement: **Why shop-easy is created** - we have found the problem in real market that local street vendor sell their product in physical market but they faced problem to provide facility in online because of lack of knowledge or complexity process but we made this easy in shopeasy you just need 3 step process and your product is online now. - Choose the plan that’s right for you - Finish setting up your account - List your products. **currently we are not taking any subscription , you just need to create your account and sell your product.** ## ER Diagram ![shop](https://user-images.githubusercontent.com/105967008/219798997-dcb20c24-b2fc-4082-bf7b-7a752b162a27.jpg) ## For more details visit notion https://unequaled-pulsar-4bd.notion.site/Shopeasy-com-43bb81d8e3034d87ad4ccdb6ea996c82
Spring Boot application, is designed to function as an online shopping platform. It offers a set of REST APIs catering to the essential CRUD operations typical of real-life online shopping experiences. Each operation is accompanied by user validation to ensure security at every stage.
css,developer-tools,html,java,javascript,jpa-hibernate,lombok,mysql,spring-mvc,springboot
2023-01-28T06:04:56Z
2023-05-23T07:04:02Z
null
1
30
80
0
0
2
null
null
Java
Polabiel/Aternos-BOT
master
<h1 align="center"> <br> <a href="http://www.aternos.org"><img src="https://aternos.gmbh/img/logo-blue.png" alt="Markdownify" width="200"></a> <br> Aternos-BOT <br> </h1> <h4 align="center">Um bot criado para deixar seu servidor do <a href="http://aternos.org" target="_blank">Aternos</a> AFK .</h4> <p align="center"> <a href="#aviso">Aviso</a> • <a href="#como-configurar">Como configurar</a> • <a href="#preparando-arquivos-para-o-envio">Envio</a> • <a href="#créditos">Créditos</a> • <a href="#suporte">Suporte</a> </p> # Aviso Esse software contem risco de banir sua conta dentro do <a href="http://aternos.org" target="_blank">Aternos</a> além de banir seu servidor do minecraft ## Como configurar faça um bifurcação ou clone e execute o programa, você precisará de [Git](https://git-scm.com) e [Node.js](https://nodejs.org/en/download/) que vem com [npm](http://npmjs.com) instalado em seu computador. Na sua linha de comando: ```bash # Clonar este repositório $ git clone https://github.com/polabiel/aternos-bot # Entre no repositório $ cd aternos-bot # Instalar dependências $ npm install ``` ```Javascript // Configure seus nicknames const nicknames = [ "bot", "escreveaqui", "aternos", "chaco-bot", "passa no canal do polabiel", "minecraft4d" ] // Configure seu IP e Porta do servidor const bot = mineflayer.createBot({ host: "coloca o IP aqui", // <= Coloca seu IP aqui port: 24466, // <= Coloca sua PORTA aqui }) ``` ```bash # Execute o aplicativo $ npm start ``` > **Nota** > caso você estiver usando o Linux Bash para Windows, [consulte este guia](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) ou use `node` no prompt de comando. # Preparando arquivos para o envio Antes de hospedar seu projeto na Square Cloud, é necessário primeiramente ter os arquivos do seu projeto devidamente configurados, para que você possa hospeda-lo posteriormente. > **Nota** > é recomendado deletar a pasta node_modules, caso ela exista em seu projeto. Depois que os arquivos do seu projeto estiverem pronto (e os arquivos desnecessários deletados), basta compacta-los em formato .zip antes de fazer upload para a Square Cloud. Como está abaixo na imagem a baixo <img src="https://3099339305-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVhTs3qFK7WhIgH9qOWXk%2Fuploads%2Fgit-blob-db6b838defb9c9bbaa7496295de4131c2eac6676%2Fjavascript-zip.png?alt=media"> Após compactar seu arquivo, é só enviar ele para a Square Cloud. > **Nota** > caso você estiver com dúvidas de como funciona a Square Cloud clica <a href="https://docs.squarecloud.app/" target="_blank">aqui<a> para acessar o docs deles. ## Créditos Este software/plataformas usa os seguintes pacotes de código aberto: - [MineFlayer](https://github.com/PrismarineJS/mineflayer) - [Node.js](https://nodejs.org/) - [Square Cloud](squarecloud.app) ## Suporte <p>Entra em contato comigo pelo <a href="https://www.discord.gg/BgQrmc6TnC" target="_blank">Discord</a></p> <a href="https://www.discord.gg/BgQrmc6TnC" target="_blank"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgEEDZxmHJc6hbR3E0xg3TqW7abE3zLaXhCA&usqp=CAU" alt="Imagem com link para o Discord do meu servidor" style="height: 41px !important;width: 100px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
Aternos-bot is a Minecraft 🤖 that lets you leave an AFK character so you don't idle on the server when you need to keep a farm running 🚜. Remember, using this code can lead to losing your server on aternos.org ⚠️.
bot,javascript,nodejs
2023-01-31T23:08:36Z
2023-05-25T05:26:32Z
null
1
1
8
0
6
2
null
null
JavaScript
iam-shreyasthana/portfolio-web-application
master
<h2 align="center"> Portfolio Website<br/> </h2> <div align="center"> [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) &nbsp; [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com) &nbsp; [![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) &nbsp; </div> ## Show your support ### Give a ⭐ if you like this website! ## Developed With My personal portfolio <a href="https://iam-shreyasthana.github.io/portfolio-web-application/" target="_blank" rel='noopener' rel="noreferrer">Shrey Asthana</a> Its features some of my projects and my Resume.<br/> This project was built using these technologies. - React.js - Emailjs - CSS3 ## Description <p>The motivation behind building this Portfolio website is to learn more about React and try to learn about different functionalities of React. Since React is a well growing Library of JavaScript and working on it seems to be fun. Also, I've learnt about React Hooks, Functional Components and many more deep concepts and their behaviour during this project. Hope you like it. </p> ## Features **🌐 Stylish Nav Bar** **🖐🏻 Styled with React-Bootstrap and Css with easy to customize colors** **📲 Fully Responsive**
Portfolio Website using React.js
css3,emailjs,javascript,portfolio,portfolio-website,react,reactjs
2023-02-05T13:21:19Z
2024-05-13T10:09:05Z
null
1
0
55
0
0
2
null
null
JavaScript
ShivankK26/Light-Bulb-Project
main
<!-- ABOUT THE PROJECT --> # About The Project ![Screenshot 2023-04-04 at 12 02 54 AM](https://user-images.githubusercontent.com/115289871/229596625-78329eaa-c4e4-4ec0-9206-b988c970c393.png) In this Project, I've built an interface wherein you can turn on/off a bulb by clicking on the buttons given below. So just use it and have fun!!! Use the `README.md` to get started. <!-- BUILT WITH --> # Built With The Tech Stacks used are: <div align="center"> <a href="https://skillicons.dev"> <img src="https://skillicons.dev/icons?i=html,css,js,bootstrap" /> </a> </div> <!-- GETTING STARTED --> # Getting Started To get started, first of all go to the official site of Bootstrap and copy the CDN Links then proceed by pasting them in your html file. ## Installation After pasting the CDN Links, we will use various features in Bootstrap such as Buttons, Cards, Gutters, and much more. * CDN Links ```sh <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> ``` ```sh <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> ``` <!-- CONTACT --> # Contact Name: Shivank Kapur - shivankkapur2004@gmail.com Project Link: https://shivankk26.github.io/Light-Bulb-Project/
In this Project, I've built an interface wherein you can turn on/off a bulb by clicking on the buttons given below. The Tech Stacks used are: HTML, CSS, JavaScript, and Bootstrap.
css,html,javascript,bootstrap
2023-02-07T07:07:30Z
2023-04-04T05:34:39Z
null
1
0
4
0
0
2
null
null
HTML
mateuseap/palavrinha
main
# Palavrinha Go ahead and play it at [mateuseap.github.io/palavrinha](https://mateuseap.github.io/palavrinha/)! 😊 ![palavrinha](https://i.imgur.com/MRbmjLr.png) - If you reload the page, a new word will be loaded to you guess it. - Now there is an total of **4875** different words available, each one with 5 letters and without any accentuation.
Guess the word game made with React
javascript,reactjs,guess-the-word
2023-01-27T02:52:09Z
2023-01-28T20:09:51Z
null
1
0
34
0
0
2
null
null
JavaScript
mosespace/Javascript-Road-Map
main
# **Javascript Beginner Road Map** ![Main Theme](/img/current.png) **Welcome** to the first episode of my JavaScript introduction series! In this journey / "Road Map", am going to cover the basics of the JavaScript programming language, including how to link JavaScript to an HTML file, how to declare variables and assign values to them, and an overview of the different data types in JavaScript. <hr> > First, I start by discussing how JavaScript can be added to an HTML document, and the difference between internal and external JavaScript. Next, we'll cover the basics of variable declaration and assignment, including the different variable types and how to name them. I will also cover the different data types in JavaScript, such as numbers, strings, and booleans, and show you how to work with them in your code. Whether you're new to programming or just new to JavaScript, this road map is the perfect starting point to learn the fundamentals of the language. <hr> > After covering all the days of this road map, you and me will have a strong understanding of the basics of JavaScript and be ready to move on to more advanced topics. Thank you for joining me for the first episode of this JavaScript series, stay tuned for the code [Day 02] where we will be diving deeper into the language. Don't forget to follow me to never miss an episode. > ```js To run the differet javascripts in the console, change line 10 in the officail index.html 8. 9. 10. <link rel="stylesheet" href="style.css"> 11. 12. ``` > You what to change lines? [Click-Here](/index.html)
null
java,javascript
2023-01-29T22:22:30Z
2023-04-12T21:16:28Z
null
1
22
216
0
0
2
null
MIT
JavaScript
berkayyoner/Vue-Website
main
### Örnek Vue.Js Websitesi Projesi . #### Referans olarak kullanılmak için hazırlanmıştır. . - Sunucuyu başlatmak için terminalde "npm run serve" kodunu kullanınız.
Full Stack Developement alanında kendimi geliştirmek ve daha sonraki kullanımlarda kolaylık sağlaması için oluşturduğum ve geliştirdiğim Vue.Js websitesi projesi.
css,html,javascript,vue,vuejs
2023-01-30T16:18:30Z
2023-02-03T09:06:00Z
null
1
0
4
0
0
2
null
null
Vue
LucasAnselmoSilva12345/challengeAppRoutes
master
# Challenge App Routes ## About this project This challenge consists of creating an application where we work with the concept of routes within React. In this challenge, proposed in the [React of the Origamid platform](https://www.origamid.com/curso/react-completo/) course, he was challenged to create an application, where we import data from several products coming from an API, and list this product on the main page. And in addition to the listing, when clicking on a product, the application redirects to a page where we list information about the respective product clicked on. ## Technologies used in this project In this project, the following technologies were used: ### Front-end - [React](https://pt-br.reactjs.org/) - [TailwindCss](https://tailwindcss.com/) - [React Router Dom](https://www.npmjs.com/package/react-router-dom) - [Tailwind-Styled-Components](https://www.npmjs.com/package/tailwind-styled-components) ### Back-end - [API of products](https://ranekapi.origamid.dev/json/api/produto) ### Deploy - [https://approutes.netlify.app/](https://approutes.netlify.app/) ## How to execute this project **To run the application, be sure you have [Git](https://git-scm.com/) installed on your machine**. 1. Make clone this repository through the command: ```sh $ git clone https://github.com/LucasAnselmoSilva12345/challengeAppRoutes ``` 2. After performing the clone the project, still in the terminal, enter the project folder: ```sh $ cd folder ``` Note: To perform the command execution in the next step, ensure that you have [node](https://nodejs.org/en/) installed on your machine to be able to use `npm`. Or, if you prefer to install the dependencies via `yarn`, make sure you have [yarn](https://yarnpkg.com/) installed on your machine. 3. After entering the project folder, run the command: ```sh $ npm install ou $ yarn ``` To perform the installation of dependencies. 4. After installing the dependencies and still in the project folder vide terminal, run the command: ```sh $ code . ``` To open the project in the Visual Studio Code. 5. After opening the project in your Visual Studio Code, go back to the terminal screen, and run the command: ```sh $ npm run dev ou yarn dev ``` To execute the project 6. Once this is done, just open the project in your browser, through the link: ```sh $ http://localhost:5173/ ```
Product information listing and display application
javascript,react,reactjs,styled-components,tailwindcss,vite,vitejs
2023-02-05T15:27:12Z
2023-02-05T19:38:27Z
null
1
8
22
0
0
2
null
null
JavaScript
jsheaven/runtime-info
main
<h1 align="center">runtime-info</h1> > Nano untility library for JavaScript runtime detection <h2 align="center">Purpose</h2> This is important for SSR/SSG, isomorphic runtime code checks: Should certain code be executed or not? Some code works only on server, some code works in browser, and some in browser, but not in WebWorkers. Instead of a weak `if (typeof window !== 'undefined') { ... }` etc. checks which are easy to mistaken you can use this safe, fast and nano sized library. Using it gives you more readable code and reliability. <h2 align="center">Features</h2> - ✅ JavaScript runtime checks: `isBrowser()`, `isServer()`, `isWebWorker()` - ✅ Just `174 byte` nano sized (ESM, gizpped) - ✅ Tree-shakable, side-effect free, so maybe just `~58 byte` for you - ✅ Zero dependencies - ✅ First class TypeScript support - ✅ 100% Unit Test coverage <h2 align="center">Install</h2> - yarn: `yarn add runtime-info` - npm: `npm install runtime-info` <h2 align="center">Use</h2> <h3 align="center">ESM</h2> ```ts import { isBrowser, isServer, isWebWorker } from 'runtime-info' if (isBrowser()) { // safely use window, location, etc. here } if (isServer()) { // safely use Node.js/Deno API's here like process } if (isWebWorker()) { // safely use postMessage() inside of a webworker } ``` <h3 align="center">CommonJS</h2> ```ts const { isBrowser, isServer, isWebWorker } = require('runtime-info') // same API like ESM variant ``` <h2 align="center">One thing about JSDOM</h2> If you're running inside of a server-side environment where globals like `window` and `document` are defined (JSDOM), then you're effectively running in a browser-compatible environment, and this library will return `true` for `isBrowser` and `false` for `isServer`. This is an edge case. You can check for this using the following code: `navigator.userAgent.includes("jsdom")`
Isomorphic, nano-sized library for runtime detection: isServer(), isBrowser(), isWebWorker()
javascript,runtime,browser,deno,nodejs,ssg,ssr,typescript,webworker
2023-02-04T18:53:22Z
2023-02-05T02:49:23Z
null
2
0
4
0
0
2
null
MIT
TypeScript
kauamath/DevPrevisao
master
<h1 align="center"> Dev Previsão </h1> <div align="center"> <img src="./assets/devprevisao3.jpeg" alt=""> <h3 align="center"> <b>📱 Responsivo</b></h3> <img src="./assets/devprevisao2.jpeg" alt=""> </div> ## 🚀 Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: - HTML e CSS - JavaScript - Axios ## 💻 Projeto Aplicação de previsão do tempo, integrando uma API que retorna dados meteorológicos atualizados em tempo real. Essa aplicação permitiu que os usuários obtivessem informações precisas sobre o clima, auxiliando no planejamento de suas atividades diárias e agregando valor ao fornecer insights úteis para tomadas de decisão. ## 👨🏻‍💻 Deploy <a target="_blank" href="https://weatherdevv.netlify.app/"><b>CLICK PARA ACESSAR!</b></a> ## 🌎<i>Onde me encontrar:</i> <br> <div style="display: inline_block"> <a href="https://www.linkedin.com/in/kaua-medeiros/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a> <a href = "mailto:contato.kauamedeiros@gmail.com" target="_blank"><img src="https://img.shields.io/badge/-Gmail-%23333?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.instagram.com/k.matheus/" target="_blank"><img src="https://user-images.githubusercontent.com/75697499/179569889-2a993690-1c1d-4c3c-a89e-775aee94a742.svg"></a> </div>
Aplicação de previsão do tempo, integrando uma API que retorna dados meteorológicos atualizados em tempo real.
html5,css3,javascript
2023-02-01T22:01:39Z
2023-07-11T19:01:06Z
null
1
0
16
0
0
2
null
null
CSS
AliReza7222/gym_site
main
<h1>gym_site</h1> <p> During a period of time, I was thinking that I could implement a site so that I could see the clubs in our city or other cities or I could register in the clubs, so I started to implement it. </p> <p> This site has two types of users: </p> <h3> 1_Master: </h3> <p> This user can create a gym and accept students for enrollment. and other options. </p> <h3> 2_Student </h3> <p> This user can see gyms available and register in these gyms . and other options. </p> <h3>About site :</h3> <p> This project has two other programs (conversation and payment) for two users. </p> <p> Every user must register to use the site's options, and after registration, she must complete her/his profile before using the options.</p> <p>In the payment app, the student user can charge her/his account with a payment gateway simulator, and the teacher user can also transfer the money obtained from student registration.</p> <p>In Converstion app, the teacher user can create a notification for the students of the desired club, that's the current use of this app.</p> <h3>for run project: </h3> <pre>1_First, you must install the requirements.txt file with the following command: pip install -r requirements.txt 2_Another important point is that you have to configure the project yourself, I did not include them for security reasons -> this file settings.py </pre>
A site for viewing gyms and registering in them
css,html,python3,javascript,django
2023-02-01T22:36:59Z
2023-07-08T22:29:28Z
null
1
5
176
0
0
2
null
null
Python
ThMenezes/loginDark
main
<div align="center"> # Página de links ## 💻 Sobre o projeto: O objetivo do projeto era criar uma página para acesso aos links, tendo a possibilidade de escolher o modelo de visualização na versão light ou dark, e conforme alteração de tema também ocorre alteração na imagem. <img width="50%" src=".github/mobile.png"><img width="50%" src=".github/mobile-light.png"> ## 🔗Link do projeto: https://thmenezes.github.io/loginDark/ ## Tecnologias: ![HTML5](https://user-images.githubusercontent.com/109250801/201540543-9f1b15fe-c9ad-4df3-838a-a5a37138c311.png) ![CSS3](https://user-images.githubusercontent.com/109250801/201540546-9fa528be-4b05-4424-8e63-a93c2268cd43.png) ![javascript](https://user-images.githubusercontent.com/109250801/206932871-5bdb1ba4-6e4a-496c-b444-d6f32640d078.png) ## Autora: <img src="https://avatars.githubusercontent.com/u/109250801?v=4" width=115><br><sub> https://github.com/ThMenezes</sub> </div>
Página para acesso aos links, tendo a possibilidade de escolher o modelo de visualização na versão light ou dark, e conforme alteração de tema também ocorre alteração na imagem.
css3,figma,html5,javascript
2023-02-06T00:26:40Z
2023-02-09T23:12:14Z
null
1
0
8
0
0
2
null
null
CSS
joaovdourado/snapclima
main
# snapclima
Aplicativo para consulta do clima em tempo real de qualquer localidade.
css,html,javascript
2023-01-28T22:35:47Z
2023-02-01T02:10:19Z
null
1
0
14
0
0
2
null
null
HTML
LeslieAine/petcare-shop
master
# Pet-Care shop <a name="readme-top"></a> <!-- TABLE OF CONTENTS --> <a name="readme-top"></a> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Deployment](#triangular_flag_on_post-deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ](#faq) - [📝 License](#license) # 📖 [About the Project] <a name="about-project"></a> **[PetCare Shop]** is a dummy website for a petcare shop that allows clients read about the shop, blogs, find services and make appointments ## 🛠 Built With <a name="built-with"></a> ### Html, css, bootstrap and Javascript <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://www.w3schools.com/html/">HTML</a></li> </ul> </details> <details> <summary>Styling</summary> <ul> <li><a href="https://www.w3schools.com/css/">CSS</a></a></li> </ul> </details> <details> <summary>Interactivity</summary> <ul> <li><a href="https://www.w3schools.com/html/">JavaScript</a></a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **[Landing_page]** - Landing page of the website <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - Click [here](https://leslieaine.github.io/petcare-shop) to see the live demo of the project. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> Go to live page - Click on contacts to contact the shop - Click on the different services to get the corresponding service ## 👥 Authors <a name="authors"></a> 👤 **Leslie Aine** - GitHub: [@LeslieAine](https://github.com/LeslieAine) - Twitter: [@LeslieAine](https://twitter.com/LeslieAine) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> > Describe 1 - 3 features you will add to the project. - [ ] **[Future projects I work on]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> - <!-- FAQ (optional) --> <!-- ## ❓ FAQ <a name="faq"></a> > Add at least 2 questions new developers would ask when they decide to use your project. --> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](LICENSE.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
A dummy website for a petcare shop that allows clients read about the shop, blogs, find services and make appointments
html-css,javascript,php,scss
2023-02-07T19:30:08Z
2023-02-07T19:31:06Z
null
1
0
18
0
0
2
null
MIT
SCSS
gabriel-dahan/passepar-4
main
# PASSEPAR-4 ## Présentation Ce projet est une adaptation du fameux *Puissance 4* pour le web, étendu à un système plus 'compétitif', dans le thème de Matrix&copy;. Il est constitué de deux parties distinctes : l'**API**, faite en Python (avec Flask), qui gère toute la partie logistique, base de données, websockets, etc. ; et l'**application** à proprement parler, faite en HTML, CSS, JS (TypeScript), le tout à l'aide de VueJS (framework), qui applique toutes les données fournies par l'API au site pour assurer son bon fonctionnement. Voici une version hébergée du projet : https://passepar4.fr/ ## Installation L'installation du projet se fait donc en deux temps : ### API Suivez ces étapes pas à pas pour installer l'API. *Prérequis* : - `Python >=3.8` : https://www.python.org/downloads/. - Ne pas avoir de proxy bloquant activé (type lycée). - Être administrateur de son ordinateur (en cas de mise sur le réseau). <hr/> Créez un nouvel environnement python à l'aide du module venv (natif) et activez-le, puis installez les dépendances du projet : **Windows** : ```bash $ python -m venv .venv $ .venv\Scripts\activate (.venv) $ pip install -r requirements.txt ``` **Linux** : ```bash $ python3 -m venv .venv $ . .venv/bin/activate (.venv) $ pip install -r requirements.txt ``` <hr/> Il vous faut ensuite créer un fichier `.env` à la racine du dossier `./api` avec les données suivantes : ```bash DB_URI=sqlite:///site.db SECRET=... ``` - `DB_URI` : Nous recommandons de prendre l'adresse donnée par défaut : bien qu'une adresse MySQL/PostgreSQL soit également valide et fonctionne sans aucun doute, l'API n'a pas été testée pour. - `SECRET` : Clé secrète de l'application, elle peut par exemple être générée de la maniètre suivante en Python : ```python import uuid uuid.uuid4().hex # --> Exemple : '21aad80a741a42d584fc17729a7b2018' ``` Il reste une dernière étape avant que l'API soit prête à être lancée : (re)initialiser la base de données, à l'aide de la commande suivante : ```bash (.venv) $ python resetdb.py ``` > **Note** : Ce fichier à initialement été fait pour réinitialiser la base de données lors de changements durant le développement, mais peut également servir à initialiser la base de données lors du premier lancement du serveur. Vous pouvez ensuite lancer l'API : ```bash (.venv) $ python run.py ``` > **Note** : Par défaut, le serveur ne sera accessible qu'en local ! Pour l'ouvrir à votre réseau, il faudra changer le keyword `host` à `0.0.0.0` dans le fichier `run.py` : > ```python > if __name__ == '__main__': > # Avant : host = '127.0.0.1' > socket.run(app, debug = True, host = '0.0.0.0') > ``` > Cela nécessite généralement des *droits administrateurs*. ### Application (VueJS) *Prérequis* : - `Node.js >=v16.17.0` (des versions antérieures fonctionnent probablement, mais le projet n'a pas été testé avec ces versions) : https://nodejs.org/en/download. - `npm >=9.6.0` (livré avec Node.js, vérifier que la version est à jour : '`npm --version`'). Pour installer l'application dans son ensemble (hors-API), il suffit d'éxecuter cette commande (à la racine de `./app`) : ```bash $ npm install ``` Cette commande va installer toutes les dépendances du projet dans les bonnes versions, il est alors possible de lancer l'application (en développement) avec la commande suivante : ```bash $ npm run dev ``` > **Note** : Veillez à ce que l'API soit lancée pour éviter des erreurs de connection dans les outils de développement sur votre navigateur.
PASSEPAR-4, objet de participation aux Trophées NSI
connectfour,flask,javascript,puissance4,python,python3,webapp
2023-02-08T07:46:39Z
2023-06-03T10:26:50Z
null
4
0
69
3
0
2
null
NOASSERTION
Vue
pranjalshikhar/aizen
main
<div id="top"></div> <br /> <div align="center"> <img src="public/android-chrome-512x512.png" alt="Logo" width="80" height="80"> <h3 align="center">Aizen</h3> <p align="center"> <strong>Awesome gifs and images of your code</strong> </p> </div> <img src="./Aizen-Snapshot.jpg" /> ### Demo <img src="./App.js.gif" /> ### Built With * [React.js](https://reactjs.org/) * [DOM to Image](https://github.com/tsayen/dom-to-image) * [GIFshot](https://yahoo.github.io/gifshot/) <!-- LICENSE --> ## License Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.
🚀🤖➕ Create beautiful images and gifs of your source code
code,codesnap,codesnippets,dom-to-image,gifshot,javascript,prismjs,reactjs,typescript
2023-02-01T11:47:46Z
2023-02-01T13:22:42Z
null
1
0
7
0
1
2
null
MIT
JavaScript
Shyam3050/clickit
main
#### HOSTED-URL: [https://clicksit.netlify.app/) # # ![Tab-ptrfoodzone_AdobeExpress](https://user-images.githubusercontent.com/91086813/218113398-7d5038a1-a96e-44ce-a67b-9189e653a78e.gif) <video src="https://user-images.githubusercontent.com/91086813/210171270-3b1a0d12-fa13-4c89-9e3a-a0e8efe4649f.gif" style="width: 730px;"> </video> # Getting started with vite ( It was build with VITE ) # This project was bootstrapped with vite. ### In this project directory run # npm install ### All packages will be installed. ### Then run # npm run dev ### for running devlopment server ## Tech stack used - React.js - Firebase - framer motion (animation library) - Tailwind css - Redux.js ( global state management ) # Future roadmap #### working on mobile responsive. #### working on Dashboard for order management #### payment integration #### multiple category
This is food delivery app
firebase-auth,firestore,framer-motion,html-css-javascript,javascript,reactjs,tailwindcss
2023-02-03T10:08:42Z
2023-07-11T13:42:29Z
null
1
0
29
0
0
2
null
null
JavaScript
RohitAayushmaan/MyWeatherApp
master
# MyWeatherApp #### MyWeatherApp is a simple weather application that allows users to access their location and view the weather information for their current location. Built using HTML, CSS, and JavaScript, this lightweight and user-friendly app provides real-time weather updates with ease. ![mwt](https://github.com/RohitAayushmaan/MyWeatherApp/assets/52812829/6bab88e0-beee-4913-a6cf-819826e46f1e)
MyWeatherApp is a simple weather application.
css,html,javascript
2023-01-31T14:43:56Z
2023-09-01T20:38:27Z
null
1
0
4
0
0
2
null
null
JavaScript
SUGAM-ARORA/Leetcode-
main
# Leetcode- All the regularly solved questions solutions will be uploaded Generally in C++ language rest all depend on need Now daily leetcode challenge on javascript is also solved too.
All questions solved by me are there
c,cpp,python,typescript,javascript
2023-01-29T14:26:52Z
2023-12-11T13:56:22Z
null
1
0
1,331
0
0
2
null
null
C++
Frnt-End/react-design-patterns-page-layout
master
# Highly Reusable Page Layout using React Design Patterns Fully responsive fluid page layout build with React Design Pattern: Split Screen. ![Preview #1](src/preview1.png "React Design Patterns") ![Preview #2](src/preview2.png "React Design Patterns") ![Preview #3](src/preview3.png "React Design Patterns") --- ## This project uses - 🧪 React + Vite. - ✨ Styles-Components. ## Run ### `npm instal` ## Local View ### `npm run dev` --- ### License Copyright © 2015 @frnt-end [frnt-end.github.io/portfolio/](https://frnt-end.github.io/portfolio/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
⚡ React Vite project using React Design Patterns. The page contains 4 sections created with Split Screen Pattern. the page is fluid (screen size friendly :))
fluid,page,react,responsive,styled-components,ui,vite,layout,react-design-patterns,responsive-design
2023-02-08T22:32:43Z
2023-02-08T22:52:15Z
null
1
2
2
0
0
2
null
null
JavaScript
mayank-0407/BookDesk
main
# Description BookDesk is a Simple Interface between the Company and the Employees. BookDesk Can help Company to manage there Employees. Employees can Book the desk on which they want to work. They can book desk for 1,2,3 days from current date with time from 9 a.m. to 6.p.m. of selected date. Employees can not book desk for current day after 6 pm. Sign up Below for managing your employees easily. # How UI Looks Like ![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/9319be61-e856-44d0-9fae-edab8d3ff3ed) ![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/b27f16e9-a64e-4a4c-956f-8ef277ab92fe) ## Company Dashboard ![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/3c2126b5-fa5e-4267-98db-13486692ab38) ## Desk Adding Page ![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/ad987976-0117-4f9b-bdfb-19ed5d62d05a) # How to run project locally - git clone https://github.com/mayank-0407/BookDesk.git - cd ./BookDesk - pip install -r requirements.txt - python manage.py runserver
BookDesk is a Simple Interface between the Company and the Employees. BookDesk Can help Company to manage there Employees. Employees can Book the desk on which they want to work. They can book desk for 1,2,3 days from current date with time from 9 a.m. to 6.p.m. of selected date. Employees can not book desk for current day after 6 pm. Sign up Below
aggarwal,css,django,html,javascript,mayank,mayankaggarwal,projects,bookdesk
2023-01-27T15:03:51Z
2023-08-18T15:50:30Z
null
1
0
20
0
0
2
null
null
CSS
pradipbedre/WebDev-Learning-Content
main
# WebDev-Learning--Content
The repository includes notes on various computer science subjects, learning the MERN stack, JavaScript, and interview questions for software engineering positions.
computer-science,interview-questions,javascript,jobsearch,nodejs,recatjs
2023-01-31T11:02:40Z
2023-02-03T07:06:42Z
null
1
0
3
0
0
2
null
null
null
Francogalfre/rick-and-morty-app
master
## Rick and Morty API This is a project made for practice React <3 ![logo](https://i.imgur.com/LezIZdD.jpg) Hello, this project was made by Franco Galfre to practice my React skills. 👩🏻‍💻 With this project I was able to practice my skills of Testing, React APIs, React Custom Hooks, Styles, and more! This website was made with the [API](https://rickandmortyapi.com). 🥝 ## Demo you can use the web here : ( https://rick-and-morty-api-rest-app.vercel.app ) ## Authors - [@FrancoGalfre](https://www.github.com/francogalfre)
Explore Rick and Morty Universe, a React project repository! Discover characters, enjoy pagination, and delve into the series' world. 🌌
apirest,javascript,react,testing
2023-01-30T19:37:19Z
2023-02-12T04:57:23Z
null
1
0
12
0
0
2
null
null
JavaScript
cauemondek/movie-website
main
![STATUS-FINISHED](https://github.com/cauemondek/movie-website/assets/121320616/26322afa-075d-41b7-b9f1-fec1a11a3e0c) <h1 align="center">Movie Website - Cinehere</h1> <p align="center">A fully personalized movie website, with a catalog of movies, series and a search system.</p> ## 📁 How access the project **You can download it and initialize it on your system or access it through GitHub Pages.** ## 🔨 Built with - ``HTML`` - ``CSS`` - ``Javascript``
A Movie Website
animes,javascript,javascript-web,movie-app,movie-website,movies,series
2023-02-08T17:03:32Z
2023-10-15T22:41:19Z
null
1
0
9
0
1
2
null
MIT
HTML
justinbedia/AutoDiler
master
# AutoDiler - Online Car Market Project | Laravel 9 <img height="25" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/1200px-Laravel.svg.png" /> >This project was an exercise modeled on the largest Montenegrin car market: [AutoDiler](https://www.autodiler.me/) <img height="15" src="https://i.ibb.co/1dCvrW2/logo-min.png" /> - I did both: frontend and backend ![schooldash-dahboard-page](https://i.postimg.cc/Y96bJHfM/naslovna.png) ![schooldash-dahboard-page](https://i.postimg.cc/xCXj3Mhb/oglas2.png) ![schooldash-dahboard-page](https://i.postimg.cc/1zC5FJCQ/limit2.png) ![schooldash-dahboard-page](https://i.postimg.cc/brYHW2w9/registracija.png) ![schooldash-dahboard-page](https://i.postimg.cc/NGbxTbdJ/logovanje.png) ## Requirements * PHP 8.0 and above * Composer * Since this project is running Laravel 9, I suggest checking out the official requirements ## Installation * Clone the repository by running the following command in your command line below (Or you can download the zip file from GitHub) ```shell git clone https://github.com/dzonidevv/auto-diler.git ``` * Head to the projects directory ```shell cd auto-diler-master ``` * Install/Update Composer dependencies ```shell composer install ``` * Copy .env.example file into .env file and configure based on your environment ```shell cp .env.example .env ``` * Generate an encryption key ```shell php artisan key:generate ``` * Migrate the database ```shell php artisan migrate ``` * For development or testing purposes, you can use the Laravel built-in server by running ```shell php artisan serve ``` After running the above commands, you should be able to access the application at http::/localhost or your designated domain name depending on the configuration. * There are two roles: - `administrator` and `subscriber` ## Features * One user can have only 3 advertisements active * Added Factories for cars using <i>pelmered/fake-car</i> * Used Laravel Sluggable for SEO * Added CSRF protection * Added Middleware protection for unregistered users * Added session messages * Added default values for fuel type, state type, drive type and many more * Used SweetAlert2 * Used Chart.js * Added pagination on homepage * Administrator has CMS ( Management System ) with the ability to view, edit and delete everyone's advertisement * Forms Validation ## 🚀 Tech used * PHP v.8 * Laravel v.9 * MySQL * HTML v.5 / CSS v.3 / Bootstrap v.5 * JavaScript
This project was a simulation inspired by AutoDiler, the biggest car market in Montenegro. For this project, I handled both the frontend and backend development.
blade-template,bootstrap,html5,javascript,laravel,mysql,php
2023-02-03T14:38:59Z
2024-02-26T11:48:33Z
null
1
21
128
1
0
2
null
null
JavaScript
pancoty/Soundpad
main
null
Site de efeitos sonoros🔈, feito com a assistência da instituição Alura💙.
sound,alura,alura-cursos-online,css,efeitos-sonoros,html,html-css,html-css-javascript,html-css-js,javascript
2023-01-30T22:19:48Z
2023-01-30T22:28:21Z
null
1
0
3
0
0
2
null
null
CSS
Sharifur/xghrm
main
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p> <p align="center"> <a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a> </p> ## About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: - [Simple, fast routing engine](https://laravel.com/docs/routing). - [Powerful dependency injection container](https://laravel.com/docs/container). - Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. - Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). - Database agnostic [schema migrations](https://laravel.com/docs/migrations). - [Robust background job processing](https://laravel.com/docs/queues). - [Real-time event broadcasting](https://laravel.com/docs/broadcasting). Laravel is accessible, powerful, and provides tools required for large, robust applications. ## Learning Laravel Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. ## Laravel Sponsors We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell). ### Premium Partners - **[Vehikl](https://vehikl.com/)** - **[Tighten Co.](https://tighten.co)** - **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** - **[64 Robots](https://64robots.com)** - **[Cubet Techno Labs](https://cubettech.com)** - **[Cyber-Duck](https://cyber-duck.co.uk)** - **[Many](https://www.many.co.uk)** - **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)** - **[DevSquad](https://devsquad.com)** - **[Curotec](https://www.curotec.com/services/technologies/laravel/)** - **[OP.GG](https://op.gg)** - **[CMS Max](https://www.cmsmax.com/)** - **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)** ## Contributing Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). ## Code of Conduct In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). ## Security Vulnerabilities If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. ## License The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
A simple System for manage human resources ( active development )
laravel,hrm,javascript,php8,sql,vue,vue3
2023-01-31T11:59:27Z
2024-03-30T08:53:13Z
null
1
51
128
2
1
2
null
null
Vue
NyeUsr/Userscripts
main
null
My userscripts.
javascript,userscript,userscript-collection,userscript-library,userscripts,greasemonkey,greasemonkey-script,tampermonkey,tampermonkey-script,violentmonkey
2023-02-09T23:10:46Z
2024-04-30T02:03:27Z
null
1
0
37
0
0
2
null
null
JavaScript
jonathafernandes/portfolio.jonathafernandes
main
<h1 align="center">🔥 Portfólio </h1> <p align="center"> Página pessoal <br> </p> **Desenvolvido com:** - HTML e CSS - JavaScript Vanilla - Vite - GitHub API --- ### Visite ▶️ https://jonathafernandes.vercel.app/
Meu portfólio feito com HTML, CSS, JS Vanilla, Vite e usada a API do GitHub para trazer informações dos meus repositórios.
css,html,javascript
2023-01-28T15:39:06Z
2024-05-20T13:10:34Z
null
1
3
157
0
0
2
null
null
HTML
edendeveloper/pokedex
main
<h1 align="center"> Pokédex </h1> <p align="center"> <a href="#-tecnologias">Tecnologias</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-projeto">Projeto</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#memo-licença">Licença</a> </p> <p align="center"> <img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000"> </p> <br> <p align="center"> <img alt="projeto Habits" src=".github/example.png" width="100%"> </p> ## 🚀 Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: - HTML e CSS - JavaScript - Git e Github ## 💻 Projeto Uma imitação da Pokédex, que faz requisições na PokéAPI e retorna pro usuário as informações do pokémon desejado. - [Visite o projeto online](https://edendeveloper.github.io/pokedex/) - [Visite a PokéAPI](https://pokeapi.co) ## :memo: Licença Esse projeto está sob a licença MIT. ---
Pokédex clone
css,html,javascript
2023-01-26T21:17:50Z
2023-01-27T13:45:35Z
null
1
0
5
0
0
2
null
null
CSS
cuppachino/colorix
main
# Colorix Colorix provides a simple way to define and layer color presets, and helps you recognize and track ANSI escape sequences in your code. Each module uses template literals (and a bit of magic 🪄) to construct a type representation of the color sequences applied to your strings. ```ts import cx from 'colorix' const goblinInk = cx('bgGreen', 'black', 'bold') console.log(goblinInk('hello goblin', '!')) ``` ![goblin-example](./public/globin-example.jpg) ## With TypeScript, *always* know when a string has <u>hidden characters</u> ```ts declare const goblinMessage: Colorix<['bgGreen', 'black', 'bold'], ['hello goblin', '!']> // => `\u001B[42;30;1mhello goblin!\u001B[0m` ``` ### This is useful with primitive strings as well ```ts declare const goblinMessage: Colorix<['bgGreen', 'black', 'bold'], [string, ...string[]]> // => `\u001B[42;30;1m${string}\u001B[0m` ``` ## How it works ```ts // create a theme by passing colors to the first function. declare const cx: <Colors extends Color[]>( ...colors: Colors ) => // then pass stringifiable values to the second function to colorize them. <Strings extends Stringifiable[]>( ...strings: Strings ) => // the returned value is an ansified string. Colorix<Colors, Strings> ``` ## Installation Add `colorix` to your project using your favorite package manager. ### NPM ```hs npm install colorix ``` ### PNPM ```llvm pnpm add colorix ``` ### Yarn ```llvm yarn add colorix ``` ## How to support terminals without color ### `safe`, `colorixSafe`, `cxs` You can use `safe` to check if the terminal supports color before applying a preset. ```ts import cx, { safe } from 'colorix' const errorInk = cx('bold', 'red') console.log(errorInk('That tasted purple...')) // "\u001B[mThat tasted purple...\u001B[0m" console.log(safe(errorInk)('That tasted purple...')) // "That tasted purple..." | "\u001B[mThat tasted purple...\u001B[0m" ``` Alternatively, use `colorixSafe` / `cxs` for an `Ink` preset that *only* applies colors if the terminal supports it. ```ts import { cxs, colorixSafe } from 'colorix' const safeErrorInk = cxs('bold', 'red') // or colorixSafe('bold', 'red') console.log(safeErrorInk('That tasted purple...')) ``` ## Bonus Features ### `ColorixError` Fun way to colorize error messages without worrying about the terminal supporting color, or importing `colorix` / `cx` / `safe` into many files. ```ts import { ColorixError } from 'colorix' const BasicError = new ColorixError( 'simple message that is always safe to display' ) const PrettyError = new ColorixError((cx) => cx( 'white', 'bgBlue', 'dim', 'bold' )( 'Pretty Message', cx('reset')(' '), cx('underline', 'green')( 'npmjs.com/package/colorix', cx('reset', 'italic')(' '), '(this message will always be stripped of color if supportsColor is false)' ) ) ) throw PrettyError ``` ### `PrettyError` For an "out-of-the-box" solution, use `PrettyError`. It provides the same naming and fallback message behavior as `Colorix` without an api for customizing the rest of the error. ```ts import { PrettyError } from 'colorix' const IOError = PrettyError('IOError', 'An unknown IO error occurred.') try { throw new IOError() } catch (err) { console.log(err) } try { throw new IOError('Illegal write operation.', 'more info...') } catch (err) { console.log(err) } ``` ![pretty-error-example](./public/pretty-error-example.png) ![colorix-error-example](./public/colorix-error-example.png) ## Exports ### `default`, `colorix`, `cx` | Colorix | Description | | :---------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [`default` / `cx` / `colorix`](src/index.mts) | Create presets for colorizing [`Stringifiable`](https://github.com/Cuppachino/type-space/blob/9f1a2d71db0c6ef0e3c74b7f4cbdbe7efc390dcb/src/stringifiable.ts) values. | | [`cxs` / `colorixSafe`](src/modules/colorix-safe.mts) | Create presets for colorizing when the terminal supports it [`Stringifiable`](https://github.com/Cuppachino/type-space/blob/9f1a2d71db0c6ef0e3c74b7f4cbdbe7efc390dcb/src/stringifiable.ts). | | [`safe`](src/modules/safe.mts) | Call a colorix preset safely `safe(cx( ...colors ))`. | | [`ColorixError`](src/modules/colorix-error.mts) | Create child `Error` classes with colorized messages. | ### Constants | Name | Description | | :-------------------------------- | :------------------------------------------------------------------- | | [`CSI`](src/ansi.mts) | control sequence introducer (`"\x1b["`) | | [`SGRT`](src/ansi.mts) | select graphic rendition terminator (`"m"`) | | [`FOREGROUND`](src/colors.mts) | readonly foreground lookup object | | [`BACKGROUND`](src/colors.mts) | readonly background lookup object | | [`MODIFIER`](src/colors.mts) | readonly modifier lookup object | | [`COLORS`](src/colors.mts) | readonly color lookup object (foreground, background, and modifiers) | | [`hasBasicColors`](src/index.mts) | boolean indicating if the terminal supports basic colors | | [`has256Colors`](src/index.mts) | boolean indicating if the terminal supports 256 colors | | [`has16mColors`](src/index.mts) | boolean indicating if the terminal supports 16 million colors | | [`supportsColor`](src/index.mts) | boolean indicating if the terminal supports any color | ### Types | Generic | Description | | :---------------------------------------------- | :------------------------------------------------------ | | [`Colorix`](src/types/colorix.mts) | utility for creating literals wrapped in ANSI sequences | | [`ColorSequence`](src/types/color-sequence.mts) | utility for creating literal ANSI sequences | | Alias | Description | | :---------------------------------------------- | :---------------------------------------------------------------------------- | | [`ResetSequence`](src/types/color-sequence.mts) | literal reset sequence that is always appended to the end of a color sequence | | [`ColorTable`](src/types/colors.mts) | readonly record of color aliases and color codes | | [`Color`](src/types/colors.mts) | a foreground, background, or modifier color (`keyof ColorTable`) | | [`ColorCode`](src/types/colors.mts) | an SGR color code | | [`Foreground`](src/types/colors.mts) | a foreground color | | [`Background`](src/types/colors.mts) | a background color | | [`Modifier`](src/types/colors.mts) | a modifier color | #### Color Tables | Foreground | Code | Foreground Bright | Code | | :---------- | :--: | :---------------- | :--: | | `"black"` | 30 | `"gray"` | 90 | | `"red"` | 31 | `"redBright"` | 91 | | `"green"` | 32 | `"greenBright"` | 92 | | `"yellow"` | 33 | `"yellowBright"` | 93 | | `"blue"` | 34 | `"blueBright"` | 94 | | `"magenta"` | 35 | `"magentaBright"` | 95 | | `"cyan"` | 36 | `"cyanBright"` | 96 | | `"white"` | 37 | `"whiteBright"` | 97 | | Background | Code | Background Bright | Code | | :------------ | :--: | :------------------ | :--: | | `"bgBlack"` | 40 | `"bgGray"` | 100 | | `"bgRed"` | 41 | `"bgRedBright"` | 101 | | `"bgGreen"` | 42 | `"bgGreenBright"` | 102 | | `"bgYellow"` | 43 | `"bgYellowBright"` | 103 | | `"bgBlue"` | 44 | `"bgBlueBright"` | 104 | | `"bgMagenta"` | 45 | `"bgMagentaBright"` | 105 | | `"bgCyan"` | 46 | `"bgCyanBright"` | 106 | | `"bgWhite"` | 47 | `"bgWhiteBright"` | 107 | | Modifier | Code | | :---------------- | :--: | | `"reset"` | 0 | | `"bold"` | 1 | | `"dim"` | 2 | | `"italic"` | 3 | | `"underline"` | 4 | | `"inverse"` | 7 | | `"hidden"` | 8 | | `"strikethrough"` | 9 |
🖌️ Track ANSI sequences using the power of generics and type literals. Color without fear!
ansi,color,console-color,terminal-colors,cjs,esm,javascript,library,nodejs,nodenext
2023-01-28T21:11:33Z
2023-03-24T13:42:07Z
2023-03-24T13:42:07Z
1
18
75
1
0
2
null
GPL-3.0
TypeScript
4n0op/Portfolio-Template
master
null
A portfolio template pre-designed framework that allows users to showcase their skills, experience, and work samples in a visually appealing and organized way. It serves as a starting point for creating a personal portfolio website, enabling users to focus on customizing the content and design to fit their needs.
css,html,javascript,portfolio-template
2023-01-29T01:55:02Z
2023-03-22T14:17:23Z
null
2
2
46
0
1
2
null
MIT
JavaScript
zewdu444/Leaderboard
dev
<a name="readme-top"></a> <!-- HOW TO USE: This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project and remove sections that don't apply. REQUIRED SECTIONS: - Table of Contents - About the Project - Built With - Live Demo - Getting Started - Authors - Future Features - Contributing - Show your support - Acknowledgements - License After you're finished please remove all the comments and instructions! --> <div align="center"> <h3><b>Leaderboard</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [:camera: project screenshot](#screen-shoot) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Leaderboard <a name="about-project"></a> <p> This repository a leaderboard website displays scores submitted by different players. It also allows to add score and data were preserved data external API.</p> ## 🛠 Built With <a name="built-with"> </a> > HTML 5 , css3, javascript ES6, NPM, webpack And and Tailwind ### Tech Stack <a name="tech-stack"></a> > HTML 5 , css3, javascript ES6, NPM, webpack And and Tailwind <!-- Features --> ### Key Features <a name="key-features"></a> <li>Display score</li> <li>Submit score</li> <li>Refresh sore </li> <li>Beautiful layout </li> <p align="right">(<a href="#readme-top">back to top</a>)</p><!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> > https://zewdu444.github.io/Leaderboard/ <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> to run on your localhost clone the project to local folder > <p>cd Leaderboard</p> > <p>npm i</p> > <p> npm run server<p> > <p> open your brower locate to localhost:3000</p> ### Setup > <p> git clone https://github.com/zewdu444/Leaderboard.git</p> > cd Leaderboard <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Prerequisites In order to run this project you only need: - latest web-browser - node.js and npm ### Install To install this project in your local machine use > <p> npm i </p> > npm run build ### Usage To run the project, execute the following command: > In visual studio code Go to dist folder then open index.html in live server. <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **zewdu erkyhun** - GitHub: [@zewdu444](https://github.com/zewdu444) - Twitter: [@zewdu444](https://twitter.com/zewdu444) - LinkedIn: [zewdu-erkyhun](https://www.linkedin.com/in/zewdu-erkyhun-081378b3/) <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> > Responsive for all screen size ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/zewdu444/Leaderboard/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> > If you like the project please give it star <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> > I would like to thank Microverse team <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This repository a leaderboard website displays scores submitted by different players. It also allows to add score and data were preserved data external API.
css3,html5,javascript,webpack
2023-01-30T15:14:07Z
2023-02-01T14:03:19Z
null
1
3
22
2
0
2
null
MIT
JavaScript
YashBhajbhuje67/CRUD
main
# CRUD 💻CRUD App || Add, Read, Update and Delete your profile || Full-Stack (MERN) # 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: ### `yarn start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.\ You will also see any lint errors in the console. ### `yarn test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `yarn 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. ### `yarn eject` **Note: this is a one-way operation. Once you `eject`, you can’t go back!** If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `yarn 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)
💻 CRUD App || Add, Read, Update and Delete your profile || Full-Stack (MERN)
css,express,expressjs,html5,javascript,nodejs,react,reactjs,async-await,axios
2023-02-07T05:04:38Z
2023-02-15T14:56:35Z
null
1
0
6
0
0
2
null
null
JavaScript
thepedrov/linkedin-events-add-to-calendar
main
<p align="center"> <img src="https://user-images.githubusercontent.com/107879472/217960181-2a774b7d-2983-4756-a814-410ffc253ce0.png"> </p> # [Chrome Extension] LinkedIn Events - Add to Calendar This extension is born out of the need for users to manually create LinkedIn events in their calendars. Now with a single click on the button that the extension adds on each event page, the event will be available in a universal format that can be added in any calendar application. <details> <summary>What is iCal?</summary> <img src="https://user-images.githubusercontent.com/107879472/217960362-69eaa1cf-7a1e-4cfa-91d8-4480d8270810.jpg"> </details> <details> <summary>Programs that open ICS files</summary> <img src="https://user-images.githubusercontent.com/107879472/217960367-6f207fe4-11e8-49d2-abe8-eab0bc5c39bd.jpg"> </details> This project was suggested to me and who always accompanied me by [Lacerda](https://github.com/JohnLacerdaOliveira). ## Installation Instructions 1. Download this repo as a [ZIP file from GitHub](https://github.com/thepedrov/linkedin-events-add-to-calendar/archive/refs/heads/main.zip). 1. Unzip the file and you should have a folder named "linkedin-events-add-to-calendar-main". 1. In Chrome go to the extensions page ("chrome://extensions"). 1. Enable Developer Mode. 1. Drag the "linkedin-events-add-to-calendar-main" folder anywhere on the page to import it (do not delete the folder afterwards). ## Screenshots <p align="center"> <img src="https://user-images.githubusercontent.com/107879472/217960204-71bb15f6-648b-42c2-8cb8-ff82276997cf.jpg"> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/107879472/217960218-b0ce28c6-bd34-45b0-8c49-260d3e8cf9c9.jpg"> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/107879472/217960221-555498c6-d9f5-4bba-980d-05161241f866.jpg"> </p>
This extension for Google Chrome will help you organize your personal/professional calendars.
chrome-extension,ics,javascript,linkedin
2023-02-09T23:10:34Z
2023-02-09T23:20:21Z
null
1
0
3
0
0
2
null
MIT
JavaScript
hyperdargo/dt-discord-bot
main
Thanks For Download The File. <br> <center><img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=200&section=header&text=Discord-Bot&fontSize=80&fontAlignY=35&animation=twinkling&fontColor=gradient" /></center> <br /> [![Run on Repl.it](https://repl.it/badge/github/hyperdargo/dt-discord-bot)](https://replit.com/@DargoTamber/DT-v1?v=1) <!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/hyperdargo/dt-discord-bot"> <img src="https://media.discordapp.net/attachments/1052887260485394453/1070583925547728936/DTempire.png?width=455&height=455" alt="Pbot-plus" width="200" height="200"> </a> <h3 align="center">Discord-Bot</h3> <p align="center"> Discord-bot is a updated version of <a href="https://github.com/DotwoodMedia/Dbot">Dbot</a>, a advanced Discord multipurpose botcontaining more than 400+ Commands.<br> It can do Moderation, Tickets, Radio, Games, Giveaways, Customisation, Economy, Leveling, Invites, Messages, Utilities, Suggestions, Server Stats etc.<br> Unfortunately the owners stopped at the peak and decided to put the source online of which I made an updated version. <br /> <br /> <a href="https://github.com/hyperdargo/dt-discord-bot/issues">Report Bug</a> · <a href="https://github.com/hyperdargo/dt-discord-bot/issues">Request Feature</a> </p> </p> <!-- NOTICE --> ### <img src="https://cdn.discordapp.com/emojis/1055803759831294013.png" width="20px" height="20px"> 》Notice > You may not claim this as your own! The original source was created by [Dotwood Media](https://github.com/DotwoodMedia) and [Graphix Development](https://github.com/GraphixDevelopment). The source is modified and being updated by my(DargoTamber) > Discord-Bot is a Multipurpose Discord bot base in [Discord.js](https://github.com/Discordjs/discordjs) If you liked this repository, feel free to leave a star ⭐ to motivate me! <!-- ABOUT THE PROJECT --> ## <img src="https://cdn.discordapp.com/emojis/859424401186095114.png" width="20px" height="20px">》Description [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=corwindev&repo=Discord-bot&theme=tokyonight)](https://github.com/hyperdargo/dt-discord-bot) ## <img src="https://cdn.discordapp.com/emojis/852881450667081728.gif" width="20px" height="20px">》Feature - [x] Slash Commands - [x] Upto date with Discord.js v14 - [x] Automod - [X] Custom Commands - [x] Music Commands - [x] Tickets - [x] Utility Commands - [x] Suggestions - [x] Reaction Roles - [x] Family - [x] Giveaways - [x] Easy to use - [x] Don't wanna host it yourself? [Use our public bot](https://discord.com/api/oauth2/authorize?client_id=1070361141332672643&permissions=8&scope=bot%20applications.commands) ## <img src="https://cdn.discordapp.com/emojis/1028680849195020308.png" width="25px" height="25px">》Screenshots <br /> <p align="center"> <a href="https://github.com/hyperdargo/dt-discord-bot"> <img src="https://cdn.discordapp.com/attachments/1052887260485394453/1070574781839192095/image.png"> </a> </p> ## <img src="https://cdn.discordapp.com/emojis/1009754836314628146.gif" width="25px" height="25px">》Requirements - NodeJs v17+ - Java v13 for lavalink server. - Discord Token. Get it from [Discord Developers Portal](https://discord.com/developers/applications) - Mongo Database URL. Get it from [MongoDB](https://cloud.mongodb.com/v2/635277bf9f5c7b5620db28a4#clusters) - Giphy API Token. Get it from [Giphy Developers Portal](https://developers.giphy.com/) - APi Key for OpenAi `for ai chatbot`. Get it from [OpenAi Developers Portal](https://beta.openai.com/account/api-keys) - ClientID `for loading slash commands.` - Spotify client ID `for spotify support` [Click here to get](https://developer.spotify.com/dashboard/login) - Spotify client Secret `for spotify support` [Click here to get](https://developer.spotify.com/dashboard/login) ## <img src="https://cdn.discordapp.com/emojis/814216203466965052.png" width="25px" height="25px">》Installation Guide ### <img src="https://cdn.discordapp.com/emojis/1028680849195020308.png" width="15px" height="15px"> Installing via [NPM](https://www.npmjs.com/) Clone the repo by running ```bash git clone https://github.com/hyperdargo/dt-discord-bot.git ``` ### After cloning Fill all requirement in `.env` **(rename `.env.example` to `.env`)**, then run ```bash npm install ``` To start your bot ```js node src/index.js ``` ## <img src="https://cdn.discordapp.com/emojis/1036083490292244493.png" width="15px" height="15px">》Support Server [![DiscordBanner](https://invidget.switchblade.xyz/7byuZWz9X4)](https://discord.gg/7byuZWz9X4) [Support Server](https://discord.gg/7byuZWz9X4) - Discord-Bot's Support Server Invite # <img src="https://cdn.discordapp.com/emojis/1015745034076819516.png" width="25px" height="25px">》Faq > How to get access to Developers Commands? You will have to set them up via MongoDB or run the below command. ```bash npm run add-dev YOUR_ID ``` # Donate By Donating, You Will Help Me To Maintain This Project <img src="https://cdn.discordapp.com/emojis/809085860632985630.png" width="15px" height="15px"> 》[Sponsor](https://github.com/sponsors/hyperdargo)
DTEmpire Discord Bot Files
discordbot,javascript,nodejs
2023-02-02T05:27:40Z
2023-05-07T16:58:43Z
null
1
7
25
0
0
2
null
MIT
null
cy63rp0nk/Document-signing-and-verification-on-blockchain
main
# Getting started with backend setup Copy contracts from doc-signing-and-verification/contracts folder and use https://remix.ethereum.org/ to compile and deploy contracts onto chain (Use ganache provider as environment to deploy with ganache up and running) For more info, visit: https://remix-ide.readthedocs.io/en/latest/truffle.html#ganache-provider Copy addresses at which contract has been deployed and update contractAdress values at #### `doc-signing-and-verification/src/utils/contract1.js` #### `doc-signing-and-verification/src/utils/contract2.js` This sets up the required backend profile Follow steps in `doc-signing-and-verification/README.md` for frontend implementation
A decentralized platform to add, sign and verify documents. Uses react.js, node.js, , solidity, ganache and remix online IDE as tech stack. Provides a working model. Will need UI improvements.
css,ganache,html,nodejs,reactjs,remix-ide,solidity,ethereum,javascript
2023-02-02T04:57:21Z
2023-02-03T12:02:25Z
null
1
0
27
0
0
2
null
null
JavaScript
Bam-j/Simple-Timer
main
# Simple Timer <small>심플 타이머</small> ## 개요 `심플 타이머`는 사용자로부터 직접 입력을 받아 시간을 카운트하는 웹 애플리케이션입니다. ## 기획 의도 `React.js`, `Node.js` 등의 학습을 하면서 바닐라 자바스크립트에 대한 사용률이 떨어져 바닐라 자바스크립트로만 개발, 학습을 할 때 감각이 떨어짐을 느끼게 되었습니다. 그 감을 잊지않고 유지하고자 기획하게 되었습니다. 또한 앞으로 진행할 개인 프로젝트에 앞서 프로젝트에 대한 전반적인 개발 방식을 연구하고자 기획하게 되었습니다. ## 사용 기술 `HTML5`, `CSS3`, `Bootstrap`, `JavaScript` ## 결과 > - <strong>[결과물 (GitHub Pages)](https://bam-j.github.io/Simple-Timer/)</strong><br> > - <strong>[코드 설명 블로그 글](https://velog.io/@bami/%ED%83%80%EC%9D%B4%EB%A8%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0-with-JavaScript)</strong> - 입력창에 키보드 등으로 숫자를 입력합니다. - start 버튼으로 타이머를 시작합니다. 타이머가 시작되면 pause 버튼, reset 버튼이 활성화 됩니다. - 화면 우측상단의 태양(또는 달) 아이콘을 클릭하면 다크 모드/라이트 모드를 전환할 수 있습니다. ![result_3](https://user-images.githubusercontent.com/64255763/220884343-7f5de7c6-fbce-4031-a4c1-dcd6db7580b2.gif)
자바스크립트 타이머
bootstrap,css,html,javascript,timer
2023-02-01T08:38:36Z
2023-03-02T06:18:44Z
null
1
0
62
0
0
2
null
null
JavaScript
Dhruwang/StoryItUp_client
main
# StoryItUp StoryItUp is a web portal for displaying the success stories of startups from across the world. Main aim is to motivate the youth and inspire them from these stories so that they can know about the journey and problems that were faced by these startups and how where they overcomed. Built using **MERN** stack framework ### Live site Link https://storyitup403.netlify.app ### Server Hosted on https://storyitupbackend.onrender.com ## Features * Role based Login * Admin Login * Upload and Publish stories * Detailed Story Page * Story Submit form * Investor cards * Investor register form * Verified Story Tag * Admin can edit, delete and mark a story as verified * Fully responsive ![aboutPage_image](https://user-images.githubusercontent.com/67850763/220308231-d0770be1-9513-46cd-bbde-3d7ec1c17d74.png) ## Steps to setup Step 1 Cloning repository ``` git clone https://github.com/Dhruwang/StoryItUp_client.git ``` Step 2 Switch to StoryItup_client Folder ``` cd StoryItUp_client ``` Step 3 Installing required packages(You should have node installed on your system to run this project) ``` npm install ``` Step 4 Now you are good to go, ``` npm run start ``` this will run React server on your localhost Port 3000 ![admin](https://user-images.githubusercontent.com/67850763/220310411-b196b0db-d23a-4041-b785-40b6466f1147.png) ![createAccount](https://user-images.githubusercontent.com/67850763/220310431-d0661d03-23ef-482e-b1ee-a62617085b0b.png) ![Individual_story_page](https://user-images.githubusercontent.com/67850763/220310434-799d1cf7-b168-4fb7-bd95-6bae7981ad36.png) ![Individual_story_page_2](https://user-images.githubusercontent.com/67850763/220310441-827b44bf-b4c0-404f-82ee-407c1fc95d3a.png) ![Investor_card](https://user-images.githubusercontent.com/67850763/220310446-51519695-40f7-4fc3-96d2-44fc696145b8.png) ![storiesPage](https://user-images.githubusercontent.com/67850763/220310454-767c3d29-129e-46aa-93a5-93142e3cd4db.png)
This repository contains the client side code for StoryItUp which is a collection of startup stories from across the world
css,git,html,javascript,mongodb,mongoose,node,react,webdevelopment
2023-02-04T09:40:35Z
2023-02-21T10:00:56Z
null
1
2
43
0
0
2
null
null
JavaScript
darian-catalin-cucer/CalculatorSimple
master
# Calculator Android App A simple and easy-to-use calculator for Android. ## Features - Basic mathematical operations (addition, subtraction, multiplication, division) - User-friendly interface ## Getting Started 1. Download the app from the Google Play Store 2. Open the app and start using it for your calculation needs ## Contributions Feel free to contribute to the project by opening up pull requests and improving the code.
Our Calculator Android App is a simple yet powerful calculator for all your daily calculation needs. With a user-friendly interface and basic mathematical functions, it's perfect for individuals and students. Download now and enjoy hassle-free calculations on your Android device.
calculator,cpp,easy,easy-to-use,easyui,game,java,javascript,kmm,kotlin
2023-01-30T08:06:37Z
2023-02-13T12:30:33Z
null
1
0
3
0
0
2
null
null
Kotlin
shaharsh624/ToDoListApp
main
# To-Do-List App :heavy_check_mark: An application to add the To Do items in a checklist form. The user can also delete the item by just clicking on the checkbox. # Idea * It is a well known fact that writing things down in a list helps in better work management * Making such lists on a paper is a thing of the past * A Web-based application which allows user to type their list down and delete it when they are done with it # Tools Used Used HTML5, CSS3, Bootstrap, Node.js, Express.js, MongoDB (mongoose), EJS template engine, Lodash utility functions and JavaScript # How to use the application * The default list comes with a heading called **"Today"**. ![](images/image-1.jpg) * The user can change the heading according to the requirement. **For Example:-** If the user want to use a list for work, **/Work** can be added as a suffix in the URL. ![](images/image-2.jpg) * An example to open a new To-Do List to add items based on **Work** ![](images/image-3.jpg) * To add an item, the user can click on the placeholder **New Item** and type the item which needs to be added * After typing it, the user can click on **'+'** button to add it in the list * When the user is done with the work mentioned in the list or if the user want to delete the item from the list, they can click on the **checkbox** beside that item and the item gets a strikethrough and gets deleted automatically # Important Note * The To-Do list app have a default page with **Today** as the title. If the user navigate to **/work** list, the item added in work list won't appear in any other list, say **/shopping** list. * The item added in a particular list will be persisted when the user navigates to different lists. # How to Run * **Download** and **Un-Zip** the file. * ```cd``` to the location in terminal. * Execute the command ```npm install``` to install all modules. * To run the application on port 3000 type ```node app.js```. * Headover to the browser and go to **http://localhost:3000/** ## Running Test Cases - Run ```npm run test``` to run the test
An application to add the To Do items in a checklist form. The user can also delete the item by just clicking on the checkbox.
bootstrap,checkbox,css3,ejs,express,html5,javascript,lodash,mongoose,monogodb
2023-01-28T12:54:13Z
2023-07-01T04:12:47Z
null
1
0
7
0
0
2
null
null
JavaScript
Pouria-Farahani-developer/Orange-Admin-Panel
main
# OrangeAdminPanel 💵 **From now on , you can entrust me with the accounts of your online store** <!-- <p>&nbsp;</p> <h3 align="center"> ☃ Help view the site </h3> https://user-images.githubusercontent.com/109727844/210151666-ad89db12-3a27-4991-971a-9d8cb6e58c05.mp4 --> <h3 align="center"> 📸 Gallery </h3> ![Main](https://user-images.githubusercontent.com/109727844/215094697-5f2e54f9-8095-4b9e-bb75-28d316f31fd6.jpg) ![list](https://user-images.githubusercontent.com/109727844/215095165-277f23e3-c5f4-460d-8ea6-1a673e90f33d.jpg) ![profile](https://user-images.githubusercontent.com/109727844/215095551-3aff74e6-b74b-41ab-8c9e-c32f0819f8b1.jpg) ![New](https://user-images.githubusercontent.com/109727844/215096132-7c6d2b35-411a-4945-bb3a-d38238f50d34.jpg) ![dark](https://user-images.githubusercontent.com/109727844/215096554-4e9f1b72-c4f5-425d-85a2-959f03fc57e1.jpg) ⚡ Be sure to turn on your VPN to view users' images - 🔗 [Demo Project](https://pouria-farahani-developer.github.io/Orange-Admin-Panel/#/) - 📤 You can download the project file In [master's Branch](https://github.com/Pouria-Farahani-developer/Orange-Admin-Panel/tree/master) - 👨‍💻 Developed by pouria farahani - 📆 Created - 2023-01-27 - 🤖 Technologies Used - Html , css , js , React.js , Mui(Material UI) - 🚧 Hooks & Package Used : useState , useEffect , React-Router-Dom - 🕵🏻‍♀️ Role - Frontend - 📫 How to reach me : with my [instagram](https://www.instagram.com/pouria_farahani_developer) and [linkedin](https://www.linkedin.com/in/pouria-farahani-developer) ## more details # 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) "# OrangeAdminPanel
💵 From now on , you can entrust me with the accounts of your online store
mui,react,react-router-dom,javascript
2023-01-27T12:49:55Z
2023-01-27T14:01:38Z
null
1
0
16
0
0
2
null
null
null
ichala/FocusMood
dev
<p align='center'> <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/ichala/kanban-it?color=blue&label=Repo-Size" /> <img alt="GitHub forks" src="https://img.shields.io/github/forks/ichala/kanban-it?style=social?color=blue"> <img alt="GitHub forks" src="https://img.shields.io/badge/Open-Source-blue"> </p> # FocusMood. > FocusMood is the ultimate customizable timer experience. Built with React, TailwindCSS, and Redux, this timer not only sets an alarm but also provides a unique and relaxing experience with video playback from multiple sources and ASMR sound effects. Create your own personalized timer with a variety of customization options. Say goodbye to boring and generic alarm clocks, and start each day with a calming and rejuvenating experience. <a href="https://www.focusmood.chala.dev/" target=_blank> <img align="center" alt="Ali LinkedIN" width="100%" src="https://user-images.githubusercontent.com/89282221/217003836-038b2bbf-7049-42df-bd2e-791db508a884.png" /> </a> ## Table of Contents * [Installation](#installation) * [Tools](#tools) * [Live Demo & Screenshots](#live-demo) * [Authors](#authors) * [Contributing](#contributing) ## Installation - git clone https://github.com/ichala/FocusMood.git - cd FocusMood - yarn/npm install - yarn/npm start ## Tools - React.js - TailwindCss/DaisyUI - Jest ## Live Demo [FocusMood Live Demo]() ## Authors 👤 **Ali Jendoubi** - GitHub: [@ichala](https://github.com/ichala) - Twitter: [@_ichala](https://twitter.com/_ichala) - LinkedIn: [@alijendoubi](https://www.focusmood.chala.dev/) ## Show your support Give a ⭐️ if you like this project! ## 📝 License This project is MIT licensed.
FocusMood is the ultimate customizable timer experience. Built with React, TailwindCSS, and Redux, this timer not only sets an alarm but also provides a unique and relaxing experience with video playback from multiple sources and ASMR sound effects. Create your own personalized timer with a variety of customization options.
javascript,jest,open-source,opensource,react,reactjs,redux,tailwindcss
2023-01-31T15:51:25Z
2023-02-08T21:46:47Z
null
1
5
55
0
0
2
null
null
JavaScript
nangazaki/coffe-delivery
main
## Coffee Delivery - Rocketseat Challenge <img src="./src/assets/captura-de-tela.png" align="center" /> --- ### 🛠️ In this project I did use - Vite - React - TypeScript - React-Hool-Form - React-Router-Dom - Styled Components - Phospor React Icons - Others topics to add --- <h2>:balloon: Author</h2> <table> <tr> <td align="center"> <a href="https://github.com/nangazaki"> <img src="https://avatars.githubusercontent.com/u/63684025?v=4" width="100px;" alt="Iuri Silva's photo on GitHub"/><br> <sub> <b>Helder Cambuta (Nangazaki)</b> </sub> </a> </all> </tr> </table>
null
context-api,react-router-dom,reactjs,styled-components,vite,javascript,typescript
2023-02-09T12:17:14Z
2023-05-12T10:35:39Z
null
1
0
9
0
0
2
null
null
JavaScript
seokyim8/Tetris
master
### Tired of losing to cheaters on Tetris? Let's try beating them! Project: Self-learning Tetris AI ##### Creator: Seok Yim (Noah) <br> #### *** Preview *** ### Model with almost no training (5-10 minutes) vs with sufficient training (around 2 hours) ![model_500-ezgif com-resize](https://github.com/seokyim8/Tetris/assets/49558316/2334edb3-d3af-4d02-a010-c4b349faee1a)&nbsp;&nbsp;&nbsp;versus&nbsp;&nbsp;&nbsp;![final_model-ezgif com-resize](https://github.com/seokyim8/Tetris/assets/49558316/00f62457-6435-44f3-bb47-b6f0df098025) # Project Summary: Tetris project with self-learning AI using DQN Objective: Achieving an everlasting Tetris AI through deep reinforcement learning with not-so-complex strategies. This project is an attempt to "resurrect" my previously attempted Tetris game application by adding a "self-learning AI" feature. All of the Java code used for building my Tetris game has been translated to Python (by hand), and additional libraries like Pytorch were used to enable Deep Q Learning for the Tetris bot. Details are listed below: ### Technologies Used (for training the model): Python, Pytorch ### Method Used: Deep Q Learning with neural networks. number of layers: 3 learning rate: 0.001 activation function: ReLU epsilon-greedy strategy: linear epsilon decay formula: EPSILON_DELTA = (INITIAL_EPSILON - FINAL_EPSILON) / MAX_EPISODE max number of iterations/episodes: 20000 gamma(discount factor/rate) = 0.99 batch size = 512 ### Game Logic: game mechanics: classic(old) Tetris t-spin: not available saving functionality: available for human-driven gameplay, not available for AI ### How to access/use the AI: 1. Go into AI_python directory 2. Run "python Test.py" (you can set MODEL_NAME to any other model contained in Trained_Models directory) ### How to train the AI: 1. Go into AI_python directory 2. Run "python Train.py" (you can tweak the parameters for possibly better results) 3. If desired, you can modify the DQN network structure by modifying DQN.py 4. If desired, you can enable cuda operation with pytorch to speed up the process (Check availability through "torch.cuda.is_available()") ### Conclusion: 1. After enough training(even with arbitrarily chosen hyperparameters and a rather simple epsilon-decay strategy), my model was able to persist for what seemed like an indefinite amount of time. 2. One thing I noticed after comparing my model with others' Tetris AIs with the same DQN approach was that the amount of time for their models to reach the same result(lasting indefinitely) was significantly shorter (around 20 minutes to 1 hour). 2.1. I am speculating that this is due to me using sub-perfect gamma or epsilon values, along with other parameters that can be adjusted for improvements. 3. However, with enough time spent, the model does become good enough to last forever.
Tetris using java and python. Self-learning AI implemented using Pytorch and DQN.
dqn,java,javascript,neural-networks,python,pytorch,reinforcement-learning
2023-02-03T01:34:09Z
2024-03-11T00:47:14Z
null
1
0
78
0
0
2
null
null
Java
joefelx/NimbusT
master
# Nimbus Tweet ![nimbus-logo](https://user-images.githubusercontent.com/73597256/225027667-121c0d15-88e4-4866-b8c3-ddc351d41064.jpg) Nimbus Tweet is twitter thread maker and scheduler.
Nimbus Tweet is twitter thread maker and scheduler.
javascript,nextjs,twitter-api
2023-02-01T17:07:53Z
2024-04-05T03:43:39Z
null
1
31
41
2
0
2
null
null
JavaScript
tiki-archive/publish-sdk-js
main
# TIKI SDK (JavaScript) —Consumer Data Licensing <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> The TIKI SDK for JavaScript makes it easy to add consumer data licensing to your web applications. It's the client-side component that your users will interact with to accept (or decline) data licensing offers. TIKI's SDK creates immutable, digitally signed license records using cryptographic hashing, forming an audit trail. Programmatically consume records and enforce terms client or server-side using developer-friendly data structures and [APIs](https://mytiki.com/reference/getting-started). This library includes both configurable pre-built UI flows/elements and native low-level APIs for building custom experiences. **Get started with our 📚 [SDK docs](https://mytiki.com/docs/sdk-overview), or jump right into the 📘 [API reference](https://tiki-sdk-js.docs.mytiki.com).** ## Installing _Note: Before you get started, you will need a Publishing ID. It's free to create one; simply log in to our 🧑‍💻 [Developer Console](https://console.mytiki.com) and create a new Project._ Either a) install the dependency from NPM ``` npm install @mytiki/tiki-sdk-js ``` or b) load it browser side from a CDN. ``` <script defer src="https://unpkg.com/@mytiki/tiki-sdk-js@2.0.1/dist/index.js"></script> ``` That's it. And yes, it's really that easy. ## Initialization Initialize the TIKI SDK in minutes with the TIKI pre-built UI and a custom data offer —just 1 builder function ([interactive example](https://mytiki.com/recipes/sdk-pre-built-ui-setup)). ``` TikiSdk.config() .theme .primaryTextColor('#1C0000') .secondaryTextColor('#1C000099') .primaryBackgroundColor('#FFFFFF') .secondaryBackgroundColor('#F6F6F6') .accentColor('#00b272') .fontFamily('"Space Grotesk", sans-serif') .and() .offer .description('Trade your IDFA (kind of like a serial # for your phone) for a discount.') .reward('https://cdn.mytiki.com/assets/demo-reward.png') .bullet({ text: 'Learn how our ads perform', isUsed: true }) .bullet({ text: 'Reach you on other platforms', isUsed: false }) .bullet({ text: 'Sold to other companies', isUsed: false }) .terms('terms.md') .ptr('db2fd320-aed0-498e-af19-0be1d9630c63') .tag(TikiSdk.TitleTag.deviceId()) .use({ usecases:[TikiSdk.LicenseUsecase.attribution()] }) .add() .initialize('<your-publishing-id>', '<your-user-id>'); ``` Read about styling, selecting metadata, and desiging your offer in our [📚 SDK docs →](https://mytiki.com/docs/sdk-overview). ## UI Flows The SDK includes 2 pre-built flows: `present()` and `settings()`. Use `present()` to display to the user a new data licensing offer. ``` TikiSdk.present(); ``` Use `settings()` to render a ...settings screen 😲 where users can change their mind and opt-out of an existing license agreement. ``` TikiSdk.settings(); ``` # Contributing - Use [GitHub Issues](https://github.com/tiki/tiki-sdk-js/issues) to report any bugs you find or to request enhancements. - If you'd like to get in touch with our team or other active contributors, pop in our 👾 [Discord](https://discord.gg/tiki). - Please use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) if you intend to add code to this project. ## Project Structure _While this project compiles to a JS UMD for use in browsers, it is in fact mixed-language._ - `/src`: The primary implementation source for the library. - `/ui`: Declarative UI flows and elements (TS/JS/CSS/HTML) - `/core`: The TypeScript interface for the compiled `/lib` source. - `/lib`: A [tiki-sdk-dart](https://github.com/tiki/tiki-sdk-dart) wrapper for JavaScript compatability and compilation. ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="http://mytiki.com"><img src="https://avatars.githubusercontent.com/u/3769672?v=4?s=100" width="100px;" alt="Mike Audi"/><br /><sub><b>Mike Audi</b></sub></a><br /><a href="https://github.com/tiki/tiki-sdk-js/commits?author=mike-audi" title="Code">💻</a> <a href="https://github.com/tiki/tiki-sdk-js/commits?author=mike-audi" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://civichacker.com"><img src="https://avatars.githubusercontent.com/u/316840?v=4?s=100" width="100px;" alt="Jurnell Cockhren"/><br /><sub><b>Jurnell Cockhren</b></sub></a><br /><a href="https://github.com/tiki/tiki-sdk-js/commits?author=jcockhren" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/ricardolg/"><img src="https://avatars.githubusercontent.com/u/8357343?v=4?s=100" width="100px;" alt="Ricardo Gonçalves"/><br /><sub><b>Ricardo Gonçalves</b></sub></a><br /><a href="#maintenance-ricardobrg" title="Maintenance">🚧</a></td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END --> This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
TIKI SDK (JavaScript) - Consumer Data Licensing
javascript,sdk,typescript,zero-party-data
2023-01-31T14:06:16Z
2023-09-20T14:45:17Z
2023-07-27T21:38:28Z
5
141
333
12
2
2
null
null
TypeScript
sachingabhud/React-Resume-Builder-App
master
# Resume Builder App ### Built using `React` 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.
A resume builder to build your first resume.
css,html,javascript,reactjs
2023-02-02T15:07:08Z
2023-02-02T15:05:57Z
null
1
0
1
0
0
2
null
null
JavaScript
MateusLeviDev/gestao-vendas-apirestful-node
main
![Last Commit](https://img.shields.io/github/last-commit/MateusLeviDev/gestao-vendas-apirestful-node) <h1 align="center"> gestao-vendas-apirestful-node </h1> <p>Backend application for sales management. Creation of registries, clients, purchase orders and a comprehensive user management.</p> <br> <br> <a href="">[In-production]</a> </p> ### `Main technologies used for API development.: Node.js, Express, Typescript, TypeORM, Postgres através de container Docker, Redis através de container Docker, Amazon S3, Amazon SES.` ## `Funcionalidades` - Criação de cadastro de produtos - Clientes - Completa gestão de users - Autenticação Token JWT - Recuperação de email - Atualização de perfil e avatar - O `typeORM` permitirá implenetar entidades e repositórios <br> ![image](https://user-images.githubusercontent.com/101754313/216619865-349e53f1-0fa0-4152-aaa9-d7345c19250d.png) # `Iniciando projeto` `yarn init -y` <br> em seguida: `yarn add typescript ts-node-dev @types/node tsconfig-paths -D` [instalação dos primeiros pacotes] ``` yarn tsc --init --rootDir src --outDir build --esModuleInterop --resolveJsonModule --lib es6 --module commonjs --allowJs true --noImplicitAny true ``` `rootDir:` É aqui que o TypeScript procura nosso código. `outDir:` Onde o TypeScript coloca nosso código compilado. `esModuleInterop:` Se estiver usando commonjs como sistema de módulo (recomendado para aplicativos Node), então esse parâmetro deve ser definido como true. `resolveJsonModule:` Se usarmos JSON neste projeto, esta opção permite que o TypeScript o use. `lib:` Esta opção adiciona tipos de ambiente ao nosso projeto, permitindo-nos contar com recursos de diferentes versões do Ecmascript, bibliotecas de teste e até mesmo a API DOM do navegador. Usaremos recursos es6 da linguagem. `module:` commonjs é o sistema de módulo Node padrão. `allowJs:` Se você estiver convertendo um projeto JavaScript antigo em TypeScript, esta opção permitirá que você inclua arquivos .js no projeto. `noImplicitAny:` Em arquivos TypeScript, não permita que um tipo seja especificado inexplicitamente. Cada tipo precisa ter um tipo específico ou ser declarado explicitamente any. ### Trabalhando com ts, precisamos de uma build, ou seja, compilar esse arquivo em um js. ``` yarn tsc ``` - criação de pasta build. pega tudo dentro de src será compilado e jogado no build. `node build/server.js` # `Estrutura do Projeto` Estrutura de pastas: `config` - configurações de bibliotecas externas, como por exemplo, autenticação, upload, email, etc. `modules` - abrangem as áreas de conhecimento da aplicação, diretamente relacionados com as regras de negócios. A princípio criaremos os seguintes módulos na aplicação: customers, products, orders e users. `shared` - módulos de uso geral compartilhados com mais de um módulo da aplicação, como por exemplo, o arquivo server.ts, o arquivo principal de rotas, conexão com banco de dados, etc. `services` - estarão dentro de cada módulo da aplicação e serão responsáveis por todas as regras que a aplicação precisa atender, como por exemplo: - A senha deve ser armazenada com criptografia; - Não pode haver mais de um produto com o mesmo nome; - Não pode haver um mesmo email sendo usado por mais de um usuário; - E muitas outras... Criando a estrutura de pastas: ```shell mkdir -p src/config mkdir -p src/modules mkdir -p src/shared/http mv src/server.ts src/shared/http/server.ts ``` Ajustar o arquivo `package.json`: ```json { "scripts": { "dev": "ts-node-dev --inspect --transpile-only --ignore-watch node_modules src/shared/http/server.ts" } } ``` ### Configurando as importações Podemos usar um recurso que facilitará o processo de importação de arquivos em nosso projeto. Iniciamos configurando o objeto `paths` do `tsconfig.json`, que permite criar uma base para cada `path` a ser buscado no projeto, funcionando de forma similar a um atalho: ```json "paths": { "@config/*": ["src/config/*"], "@modules/*": ["src/modules/*"], "@shared/*": ["src/shared/*"] } ``` > Nesta videoaula ficou faltando instalar a biblioteca que irá indicar ao nosso script do `ts-node-dev`, como interpretar os atalhos que configuramos iniciando com o caracter `@`. O nome dessa biblioteca é `tsconfig-paths`, e para instalar execute o seguinte comando no terminal (na pasta do projeto): ```shell yarn add -D tsconfig-paths ``` Depois de instalar o `tsconfig-paths`, ajustar o script `dev` no arquivo `package.json`, incluindo a opção `-r tsconfig-paths/register`. Deverá ficar assim: ```json "dev": "ts-node-dev -r tsconfig-paths/register --inspect --transpile-only --ignore-watch node_modules src/shared/http/server.ts" ``` > Observação: o comando acima deve ser incluído como uma linha única do script `dev`. Agora, para importar qualquer arquivo no projeto, inicie o caminho com um dos `paths` configurados, usando o `CTRL+SPACE` para usar o autocomplete. > Observação: ativar "baseUrl": "./", para informar que inicia na raiz. ``` yarn add express cors express-async-errors ``` > express-async-error para trabalharmos com requisições assíncronas em casos de tratamento de erro ### Criação de middleware É o software que se encontra entre o sistema operacional e os aplicativos nele executados. Essencialmente, o middleware funciona como uma camada oculta de tradução, permitindo a comunicação e o gerenciamento de dados para aplicativos distribuídos. Resposánvel por interceptar o erros gerados pela aplicação. `src/shared/errors/AppError.ts` ``` app.use( (error: Error, request: Request, response: Response, next: NextFunction) => { if (error instanceof AppError) { return response.status(error.statudCode).json({ status: 'error', message: error.message, }); } return response.status(500).json({ status: 'error', message: 'Internal server error', }); //verificar se o erro é uma instância da clase AppError }, ); ``` > Middleware que recebe um error. Se a instância do erro é da classe, uma vez que será usado AppError no serviço, o erro sendo da aplicação aparecerá a mensagem. Agora caso não seja, provavelmente é um erro de fora, portando, status 500, erro desconhecido. # `Nota sobre a versão do TypeORM` Basta substituir nas dependências do `package.json` - "typeorm": "^0.3.x" Por: - "typeorm": "0.2.29" Para garantir não haver conflitos, excluir pasta `node_modules` e reinstale usando `yarn` ou `npm install` # `Docker` Comando para criação de um container, quando não tem em execução. - `-e` variável de ambiente do container - `p` definir em qual porta ele rodará em nossa máquina - `-d` roda o processo em background e libera o terminal ``` docker run --name postgres -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres ``` Na raiz do projeto, deverá ser criada um arquivo `ormconfig.json` para informar os parâmetros necessários para se conectar com o postgres ``` { "type": "postgres", "host": "localhost", "port": 5432, "username": "postgres", "password": "docker", "database": "apivendas" } ``` # `ESTRUTURA TABELA PRODUCTS [MIGRATION DA TABELA PRODUCT]` ``` export class CreateProducts1675810870700 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise<void> { await queryRunner.createTable( new Table({ name: 'products', columns: [ { name: 'id', type: 'uuid', isPrimary: true, generationStrategy: 'uuid', default: 'uuid_generate_v4()', }, { name: 'name', type: 'varchar', }, { name: 'price', type: 'decimal', precision: 10, scale: 2, }, { name: 'quantity', type: 'int', }, { name: 'created_at', type: 'timestamp with time zone', default: 'now()', }, { name: 'updated_at', type: 'timestamp with time zone', default: 'now()', }, ], }), ); } ``` - o que a migration faz quando rodamos o comando migration run - <a href="https://typeorm.delightful.studio/interfaces/_query_runner_queryrunner_.queryrunner.html">Documentação QueryRunner - TypeORM</a> # `ENTIDADE DOS PRODUTOS [CONCEITO DE ENTITIES TYPEORM]` <a href="https://orkhan.gitbook.io/typeorm/docs/entities">Documentação Entities - TypeORM</a> Classe que mapeia para uma tabela de banco de dados (ou coleção ao usar MongoDB). Utiliza padrão de decorator, com esse padrão pode-se att funcionalidades extras, sem precisar ter um código muito verboso. - e an entity by defining a new class and mark it with @Entity(): ``` import { Entity, PrimaryGeneratedColumn, Column } from "typeorm" @Entity() export class User { @PrimaryGeneratedColumn() id: number @Column() firstName: string @Column() lastName: string @Column() isActive: boolean } ``` ## `Entidade de Produtos` `mkdir -p src/modules/products/typeorm/entities` - Dentro de entities criar arq Product.ts. Lembrando que é no singular, visto que é a de UM produto. - Definindo a classe `Product` que vai ser nossa entidade em si - Para ser considerada uma entity no typeorm é preciso usar o decorator `Entity` passando o nome da tabela em que ela fará o mapeamento. - Em seguida será defindo os att da tabela - Na próxima operação, é preciso uma forma de dizer ao type orm qual a config de cada coluna att definida acima, dizendo tb o tipo de informação gerada automáticamente ``` import { Column, CreateDateColumn, Entity, PrimaryGeneratedColumn, UpdateDateColumn, } from 'typeorm'; @Entity('products') class Product { @PrimaryGeneratedColumn('uuid') id: string; @Column() name: string; @Column('decimal') price: number; @Column('int') quantity: number; @CreateDateColumn() created_at: Date; @UpdateDateColumn() updated_at: Date; } export default Product; ``` ## `Conceito de Repositório do TypeORM` - <a href="https://typeorm.io/working-with-repository">What is repository - TypeORM</a> Repository is just like EntityManager but its operations are limited to a concrete entity. You can access the repository via EntityManager. ### `Repo de Products` ``` import { EntityRepository, Repository } from 'typeorm'; import Product from '../entities/Product'; @EntityRepository(Product) export class ProductRepository extends Repository<Product> { public async findByName(name: string): Promise<Product | undefined> { const product = this.findOne({ where: { name, }, }); return product; } } ``` ## `Tratamento de Requisições` - CreateProductService: serviço de criação de produto. <p> O service será uma classe, que vai possuir uma instância do repo e através disso será manipulado os dados </p> ``` import AppError from '@shared/errors/AppError'; import { getCustomRepository } from 'typeorm'; import Product from '../typeorm/entities/Product'; import { ProductRepository } from '../typeorm/repositories/ProductsRepository'; interface IRequest { name: string; price: number; quantity: number; } class CreateProductService { public async execute({ name, price, quantity }: IRequest): Promise<Product> { const productsRepository = getCustomRepository(ProductRepository); const productExist = await productsRepository.findByName(name); if (productExist) { throw new AppError('There is already onde product with this name'); } const product = productsRepository.create({ name, price, quantity, }); await productsRepository.save(product); return product; } } export default CreateProductService; ``` > Criação do produto, se preocupando em entender as regras de negócio da aplicação. Como mostra, uma regra que não permite o cadastro de um produto com um nome já existente. - ListProductsService <p> Listagem de produtos cadastrados na DB </p> ``` import { getCustomRepository } from 'typeorm'; import Product from '../typeorm/entities/Product'; import { ProductRepository } from '../typeorm/repositories/ProductsRepository'; class ListProductService { public async execute(): Promise<Product[]> { const productsRepository = getCustomRepository(ProductRepository); const products = productsRepository.find(); return products; } } export default ListProductService; ``` - ShowProductsService <p> listando um product específico </p> ``` import AppError from '@shared/errors/AppError'; import { getCustomRepository } from 'typeorm'; import Product from '../typeorm/entities/Product'; import { ProductRepository } from '../typeorm/repositories/ProductsRepository'; interface IRequest { id: string; } class ShowProductService { public async execute({ id }: IRequest): Promise<Product | undefined> { const productsRepository = getCustomRepository(ProductRepository); const product = productsRepository.findOne(id); if (!product) { throw new AppError('Product not found.'); } return product; } } export default ShowProductService; ``` - UpdateProductService <p> update </p> ``` import AppError from '@shared/errors/AppError'; import { getCustomRepository } from 'typeorm'; import Product from '../typeorm/entities/Product'; import { ProductRepository } from '../typeorm/repositories/ProductsRepository'; interface IRequest { id: string; name: string; price: number; quantity: number; } class UpdateProductService { public async execute({ id, name, price, quantity, }: IRequest): Promise<Product> { const productsRepository = getCustomRepository(ProductRepository); const product = await productsRepository.findOne(id); if (!product) { throw new AppError('Product not found.'); } const productExist = await productsRepository.findByName(name); if (productExist && name !== product.name) { throw new AppError('There is already one product with this name'); } product.name = name; product.price = price; product.quantity = quantity; await productsRepository.save(product); return product; } } export default UpdateProductService; ``` - DeleteProductService <p> delete </p> ``` import AppError from '@shared/errors/AppError'; import { getCustomRepository } from 'typeorm'; import { ProductRepository } from '../typeorm/repositories/ProductsRepository'; interface IRequest { id: string; } class DeleteProductService { public async execute({ id }: IRequest): Promise<void> { const productsRepository = getCustomRepository(ProductRepository); const product = await productsRepository.findOne(id); if (!product) { throw new AppError('Product not found.'); } await productsRepository.remove(product); } } export default DeleteProductService; ``` ## `PRODUCTS CONTROLLER` Controller será uma classe e teremos um método para tratamento de cada rota (listagem, exibição...) ``` export default class ProductsController { public async index(request: Request, response: Response) { const listProducts = new ListProductsService(); const products = listProducts.execute(); return response.json(products); } } ``` > dessa forma, é uma maneira mais viável de escalar uma aplicação em execução. Dividindo as responsabilidades, onde cada recurso da aplicação tem ua tarefa e aquilo que ele precisa rfeceber ele passa pro outro. ## `PRODUCTS ROUTES` criando um arquivo de routes para cada módulo. ## `Validação dos dados de routes` ``` //routes import { Router } from 'express'; import ProductsController from '../controllers/ProductsController'; import { celebrate, Joi, Segments } from 'celebrate'; const productsRouter = Router(); //métodos do expresse nessas consts const productsController = new ProductsController(); productsRouter.get('/', productsController.index); productsRouter.get( '/:id', celebrate({ [Segments.PARAMS]: { id: Joi.string().uuid().required(), }, }), productsController.show, ); productsRouter.post( '/', celebrate({ [Segments.BODY]: { name: Joi.string().required(), price: Joi.number().precision(2).required(), quantity: Joi.number().required(), }, [Segments.PARAMS]: { id: Joi.string().uuid().required(), }, }), productsController.create, ); productsRouter.put( '/:id', celebrate({ [Segments.BODY]: { name: Joi.string().required(), price: Joi.number().precision(2).required(), quantity: Joi.number().required(), }, }), productsController.update, ); productsRouter.delete( '/:id', celebrate({ [Segments.PARAMS]: { id: Joi.string().uuid().required(), }, }), productsController.delete, ); export default productsRouter; //pq importaremos no arq principal que recebe as rotas (index.ts de src) ``` <a href="https://medium.com/trainingcenter/o-que-%C3%A9-uuid-porque-us%C3%A1-lo-ad7a66644a2b">O que é UUID?</a> > Celebrate: Validação de dados, foi implementada pela lib celebrate. > Is a middleware function that wraps the joi validation lib. <a href="https://www.npmjs.com/package/celebrate">Celebrate-NPM Doc</a> - Fim do ciclo do módulo de produtos. Depois de algumas semanas, pude criar as migrações, entidade, repo, serviços, controller e as rotas. Dessa forma, estabeleceu as estrutura básica do products. ## `MIGRATION DE USERS` Começo do processo de regras específicas que a aplicação vai demandar. <br> criação do módulo de users > Demanda mais regras, uma vez que será criado perfil de usuário, avatar, troca de senha... - TABELA PARA CRIAÇÃO DE USUÁRIOS ``` yarn typeorm migration:create -n CreateUsers ``` - TABELA DE USUÁRIO ``` public async up(queryRunner: QueryRunner): Promise<void> { await queryRunner.createTable( //pede uma instância da classe table new Table({ name: 'users', columns: [ { name: 'id', type: 'uuid', isPrimary: true, generationStrategy: 'uuid', default: 'uuid_generate_v4()', }, { name: 'name', type: 'varchar', }, { name: 'email', type: 'varchar', isUnique: true, }, { name: 'password', type: 'varchar', }, { name: 'avatar', type: 'varchar', isNullable: true, }, { name: 'created_at', type: 'timestamp with time zone', default: 'now()', }, { name: 'updated_at', type: 'timestamp with time zone', default: 'now()', }, ], }), ); } ``` ## `ENTIDADE USER` ``` import { Column, CreateDateColumn, Entity, PrimaryGeneratedColumn, UpdateDateColumn, } from 'typeorm'; @Entity('users') class User { @PrimaryGeneratedColumn('uuid') id: string; @Column() name: string; @Column() email: string; @Column() password: string; @Column() avatar: string; @CreateDateColumn() created_at: Date; @UpdateDateColumn() updated_at: Date; } export default User; ``` ## `REPO DE USERS` Através dele que será feito as operações para manipulação do dados. ``` import { EntityRepository, Repository } from 'typeorm'; import User from '../entities/User'; @EntityRepository(User) class UsersRepository extends Repository<User> { public async findByName(name: string): Promise<User | undefined> { const user = await this.findOne({ where: { name, }, }); return user; } public async findById(id: string): Promise<User | undefined> { const user = await this.findOne({ where: { id, }, }); return user; } public async findByEmail(email: string): Promise<User | undefined> { const user = await this.findOne({ where: { email, }, }); return user; } } export default UsersRepository; ``` ## `CREATE USER SERVICE` Service de criação de usuário ``` import AppError from '@shared/errors/AppError'; import { getCustomRepository } from 'typeorm'; import Product from '../typeorm/entities/Product'; import { ProductRepository } from '../typeorm/repositories/ProductsRepository'; interface IRequest { name: string; price: number; quantity: number; } class CreateProductService { public async execute({ name, price, quantity }: IRequest): Promise<Product> {} } export default CreateProductService; ``` > estrutura básica de qualquer serviço - email não pode ser repetido por users ``` import AppError from '@shared/errors/AppError'; import { getCustomRepository } from 'typeorm'; import User from '../typeorm/entities/User'; import UsersRepository from '../typeorm/repositories/UserRepository'; interface IRequest { name: string; email: string; password: string; } class CreateUserService { public async execute({ name, email, password }: IRequest): Promise<User> { const usersRepository = getCustomRepository(UsersRepository); //email não pode ser repetido por users const emailExists = await usersRepository.findByEmail(email); if (emailExists) { throw new AppError('Emaill address already used.'); } const user = usersRepository.create({ name, email, password, }); await usersRepository.save(user); return user; } } export default CreateUserService; ``` ## `Users Controllers` > Os arquivos de controllers são importantes em um projeto de desenvolvimento web porque eles são responsáveis por lidar com as requisições recebidas pelo servidor e enviar as respostas adequadas de volta ao cliente. Em outras palavras, é o controller que faz a ponte entre a camada de modelo e a camada de visualização em um padrão de arquitetura MVC (Model-View-Controller). ``` import { Request, Response } from 'express'; import CreateUserService from '../services/CreateUserService'; import ListUserService from '../services/ListUserService'; export default class UsersController { //teremos dois métodos [index: usar o serviço de listagem & create: create user] public async index(request: Request, response: Response): Promise<Response> { const listUser = new ListUserService(); const users = await listUser.execute(); return response.json(users); } public async create(request: Request, response: Response): Promise<Response> { const { name, email, password } = request.body; const createUser = new CreateUserService(); const user = await createUser.execute({ name, email, password, }); return response.json(user); } } ``` > request.body é uma propriedade de um objeto Request em uma aplicação Node.js que contém os dados enviados em uma solicitação HTTP. Quando um cliente envia uma solicitação HTTP para o servidor, essa solicitação contém informações como o método HTTP usado (por exemplo, GET, POST, PUT, DELETE), a URL da solicitação e os dados da solicitação, que são chamados de corpo (body) da solicitação. O corpo da solicitação pode conter informações úteis para a aplicação, como parâmetros de pesquisa, informações do formulário HTML ou dados no formato JSON, XML ou outro formato. O request.body é usado para acessar esses dados da solicitação que foram enviados pelo cliente. No entanto, o request.body não estará disponível por padrão em uma aplicação Node.js. Para acessar os dados da solicitação, é necessário usar um middleware de processamento de corpo (body parsing middleware), como o body-parser, que analisa o corpo da solicitação e a converte em um objeto JavaScript que pode ser acessado pelo request.body. ## `USER ROUTE` O arquivo **`routes`** é um componente comum em uma aplicação Node.js que utiliza um padrão de arquitetura Model-View-Controller (MVC). Ele é responsável por mapear as solicitações HTTP recebidas pela aplicação para os controladores apropriados que irão processá-las. O arquivo **`routes`** é geralmente definido como um módulo separado que é importado e utilizado pelo arquivo principal da aplicação. Esse módulo é responsável por configurar as rotas da aplicação, que são combinações de um método HTTP (por exemplo, GET, POST, PUT, DELETE) e um caminho de URL. Por exemplo, uma rota pode ser definida como: ``` javascriptCopy code app.get('/users', userController.getAllUsers); ``` Essa rota indica que a aplicação irá responder a uma solicitação HTTP GET para o caminho de URL /users e irá chamar o método getAllUsers do controlador userController. O arquivo routes também é responsável por definir a lógica de tratamento de erros para a aplicação. Por exemplo, uma rota de tratamento de erro pode ser definida como: ``` javascript Copy code app.use(function (err, req, res, next) { console.error(err.stack); res.status(500).send('Something broke!'); }); ``` Essa rota indica que, se ocorrer um erro na aplicação, a mensagem "Something broke!" será enviada como resposta HTTP com o status 500 (Erro interno do servidor). Em resumo, o arquivo routes é uma parte importante de uma aplicação Node.js que ajuda a definir as rotas da aplicação e a mapear as solicitações HTTP para os controladores apropriados. ``` import { Router } from 'express'; import { celebrate, Joi, Segments } from 'celebrate'; import UsersController from '../controllers/UsersController'; const usersRouter = Router(); const usersController = new UsersController(); usersRouter.get('/', usersController.index); usersRouter.post( '/', celebrate({ [Segments.BODY]: { name: Joi.string().required(), email: Joi.string().email().required(), password: Joi.string().required(), }, }), usersController.create, ); export default usersRouter; ``` > lembrar de importar e exportar arquivos. importar no arq principal de rotas `index.ts` da pasta `shared` ## `Criptografar password` Precisa armazenar a password já criptografada. ``` yarn add bcryptjs ``` & ``` yarn add -D @types/bcryptjs ``` > O comando "yarn add -D @types/bcryptjs" é usado para adicionar as definições de tipo TypeScript para a biblioteca "bcryptjs" em um projeto Yarn. O sinalizador "-D" indica que o pacote deve ser instalado como uma dependência de desenvolvimento. Isso significa que ele não será incluído na construção final de produção do projeto. O prefixo "@types/" no nome do pacote indica que este é um conjunto de definições de tipo TypeScript para a biblioteca "bcryptjs", o que permite usar a biblioteca em um projeto TypeScript com suporte completo de verificação de tipos e editor. Em geral, este comando é útil para desenvolvedores que estão construindo um projeto TypeScript que usa a biblioteca "bcryptjs" e desejam garantir que seu código seja bem-tipado e livre de erros relacionados a tipos. ## `CRIANDO SERVIÇO DE AUTENTICAÇÃO` Recomenda-se o uso do médoto POST http. Uma vez que os dados são verificados e auticados na aplicação. - Usar lib json web token, onde será controlado o acesso a determinadas rotas, dessa forma, protegendo com o uso de um token. - Para isso foi criado um service dentro do módulo de users - Criação de um novo cotroller (sessionsController) e em seguida será implementada na rota post. ### `controller` ``` import { Request, Response } from 'express'; import CreateSessionsService from '../services/CreateSessionsService'; export default class SessionsController { public async create(request: Request, response: Response): Promise<Response> { const { email, password } = request.body; const createSession = new CreateSessionsService(); const user = await createSession.execute({ email, password, }); return response.json(user); } } ``` > A classe SessionsController é responsável por tratar as requisições HTTP relacionadas à autenticação de um usuário em um sistema, especificamente a criação de uma sessão (login). O método create é utilizado para criar uma nova sessão. Ele recebe um objeto Request e um objeto Response do Express, que contêm informações da requisição e da resposta HTTP, respectivamente. O método utiliza o serviço CreateSessionsService para criar a sessão e retorna uma resposta JSON contendo o usuário autenticado. O parâmetro : Promise<Response> indica que o método retorna uma promessa (Promise) que eventualmente será resolvida com uma resposta HTTP. ### `routes` ``` import { Router } from 'express'; import { celebrate, Joi, Segments } from 'celebrate'; import SessionsController from '../controllers/SessionsController'; const sessionsRouter = Router(); const sessionsController = new SessionsController(); sessionsRouter.post( '/', celebrate({ [Segments.BODY]: { email: Joi.string().email().required(), password: Joi.string().required(), }, }), sessionsController.create, ); export default sessionsRouter; ``` > código apresentado é responsável por definir as rotas para o endpoint de sessões de usuários em uma aplicação web utilizando o framework Express.js e a biblioteca Celebrate para validação de dados. Aqui está o que cada linha do código faz: A primeira linha importa o objeto Router do módulo express. A segunda linha importa a função celebrate, a classe Joi e o objeto Segments da biblioteca celebrate. Esses recursos são usados para validar os dados enviados pelo usuário. A terceira linha importa o controlador SessionsController que será utilizado para processar as requisições para o endpoint de sessões. A quarta linha cria uma instância do Router para definir as rotas do endpoint de sessões. A quinta linha cria uma instância do controlador SessionsController. A sexta linha define a rota POST para o endpoint de sessões. Ela utiliza a função celebrate para validar os dados do corpo da requisição, especificamente o email e a senha do usuário. Se a validação falhar, um erro será retornado. Se a validação for bem-sucedida, a função create do controlador SessionsController será executada para criar uma nova sessão de usuário. Por fim, a última linha exporta o Router para que ele possa ser utilizado em outras partes da aplicação. Em resumo, este trecho de código define a rota POST para o endpoint de sessões de usuários, valida os dados enviados pelo usuário utilizando a biblioteca Celebrate e chama o método create do controlador SessionsController para processar a requisição. ### `instalação JWT` importação da lib. `yarn add json web token` após esse comando é necessário add os types. `yarn add -D @types/jsonwebtoken` <br> - Após certeza que os dados dos users estão corretos, será configurado o token. ![image](https://user-images.githubusercontent.com/101754313/222246426-53508fde-0816-441b-b05f-7034e3b38408.png) ![image](https://user-images.githubusercontent.com/101754313/222249712-dba50cd5-7b3a-47ab-944d-7f7761a7a2c1.png) O código que você forneceu cria um objeto chamado token que é gerado usando uma biblioteca de geração de tokens chamada jsonwebtoken. O objeto token é composto por três partes: Um payload vazio: {} Uma chave secreta: 'e5814213ceea650a393034bfdd481d95' Algumas opções, incluindo um identificador de usuário (subject) e uma data de validade (expiresIn). Esses valores são usados para criar um token que será usado para autenticar o usuário. A chave secreta é usada para criptografar e descriptografar o token e garantir que ele não seja falsificado ou alterado. O identificador do usuário é adicionado ao token como uma forma de garantir que o token seja exclusivo para aquele usuário específico. A data de validade é usada para garantir que o token expira após um determinado período de tempo (1 dia, neste caso). O código retorna um objeto contendo o usuário autenticado e o token gerado, que serão usados para autenticar e autorizar o usuário em futuras solicitações de API. ### `session service` ``` import AppError from '@shared/errors/AppError'; import { compare } from 'bcryptjs'; import { sign } from 'jsonwebtoken'; import { getCustomRepository } from 'typeorm'; import User from '../typeorm/entities/User'; import UsersRepository from '../typeorm/repositories/UserRepository'; interface IRequest { email: string; password: string; } interface IResponse { user: User; token: string; } class CreateSessionsService { public async execute({ email, password }: IRequest): Promise<IResponse> { const usersRepository = getCustomRepository(UsersRepository); //email não pode ser repetido por users const user = await usersRepository.findByEmail(email); if (!user) { throw new AppError('incorrect email/password combination.', 401); } const passwordConfirmed = await compare(password, user.password); if (!passwordConfirmed) { throw new AppError('incorrect email/password combination.', 401); } const token = sign({}, 'e5814213ceea650a393034bfdd481d95', { subject: user.id, //user autorizado a usar o token expiresIn: '1d', }); return { user, token, }; } } export default CreateSessionsService; ``` > um serviço que é responsável por criar uma sessão de usuário, verificando se as credenciais fornecidas são válidas e gerando um token JWT para o usuário autenticado. O serviço CreateSessionsService contém um método execute, que recebe as informações do usuário (email e senha) como parâmetros e retorna um objeto que contém o usuário autenticado e o token gerado. No início do método, o serviço obtém uma instância do repositório personalizado UsersRepository usando a função getCustomRepository do TypeORM. Em seguida, o serviço procura um usuário com o email fornecido usando o método findByEmail do repositório. Se o usuário não for encontrado, uma exceção é lançada com uma mensagem de erro. Se o usuário for encontrado, o serviço verifica se a senha fornecida corresponde à senha armazenada no banco de dados, usando a função compare do bcryptjs. Se as senhas não corresponderem, uma exceção é lançada com uma mensagem de erro. Se as credenciais do usuário forem válidas, um token JWT é gerado usando a função sign do jsonwebtoken. O objeto de payload é vazio, a chave secreta é fornecida como um argumento e o objeto de opções contém o identificador do usuário e a data de validade do token. Finalmente, o serviço retorna um objeto que contém o usuário autenticado e o token gerado. ## `MIDDLEWARE AUTHETICATION PARA PROTEÇÃO DAS ROTAS` ``` import AppError from '@shared/errors/AppError'; import { NextFunction, Request, Response } from 'express'; import { verify } from 'jsonwebtoken'; import authConfig from '@config/auth'; export default function isAuthenticated( request: Request, response: Response, next: NextFunction, ): void { const authHeader = request.headers.authorization; if (!authHeader) { throw new AppError('JWT Token is missing'); } const [, token] = authHeader.split(' '); try { const decodeToken = verify(token, authConfig.jwt.secret); return next(); } catch { throw new AppError('Invalid JWT Token.'); } } ``` > um middleware de autenticação em que é utilizado o token JWT para proteger as rotas do Express. - O middleware recebe três parâmetros: `request`, `response` e `next`. O parâmetro `next` é uma função de callback que permite que a execução prossiga para o próximo middleware ou controlador. - TRY/CATCH: essa verificação pode ocorrer uma falha. Portanto, deve-se capturá-la utilizando o try/catch. Uma verify que não é feita pela aplication, sendo passada por um método da lib jsonwebtoken. - O middleware primeiro extrai o token do cabeçalho de autorização da solicitação. Se o cabeçalho de autorização não estiver presente, ele lança uma exceção com uma mensagem de erro "JWT Token is missing". - Se o cabeçalho de autorização estiver presente, o middleware divide o cabeçalho em duas partes: o esquema de autenticação e o token JWT. Ele descarta o esquema de autenticação e armazena o token JWT. - Em seguida, o middleware verifica se o token JWT é válido usando a função `verify` do `jsonwebtoken`. Se o token não for válido, ele lança uma exceção com a mensagem de erro "Invalid JWT Token". - Se o token for válido, a função `next()` é chamada para permitir que a execução prossiga para o próximo middleware ou controlador. - Em resumo, este middleware é responsável por verificar se o token JWT é válido e permite que as rotas protegidas pelo token sejam acessadas somente por usuários autenticados e autorizados. Se o token não for válido, o middleware bloqueia o acesso às rotas e envia uma mensagem de erro ao cliente. ![image](https://user-images.githubusercontent.com/101754313/222262285-bba130d0-66db-411f-ba87-de538be225aa.png)
EN: Backend application for sales management. Creation of registries, clients, purchase orders and a comprehensive user management.
apirestfull,docker,express,javascript,jwt-authentication,nodejs,postgresql,typeorm,typescript,in-production
2023-02-03T13:44:35Z
2023-05-24T01:04:12Z
null
1
0
154
0
0
2
null
MIT
TypeScript
Sayandeep15/Digital-Clock-using-HTML-JS-CSS
main
# Digital-Clock-using-HTML-JS-CSS Digital clock along with calender using HTML, CSS and Java script ![clock ss (2)](https://user-images.githubusercontent.com/123149345/215357475-07d74f72-e6ff-4ada-8362-543dcd6e1a9b.png) For live view [click here](https://digital-clk-sayandeep.netlify.app/) <p align="center"><img src="https://profile-counter.glitch.me/Digital-Clock-using-HTML-JS-CSS/count.svg" /></p>
Digital clock along with calender using HTML, CSS and Java script
animation,css,html,javascript
2023-01-29T20:43:04Z
2023-03-09T08:20:24Z
null
1
0
14
0
0
2
null
null
HTML
zoneAnaS/zoneAnaS.github.io
main
null
Hey, I am Anas Shaikh a passionate web developer from India.
css3,html5,javascript
2023-01-30T15:32:09Z
2023-05-17T10:00:08Z
null
1
0
48
0
0
2
null
null
HTML
Badbatunde/musicPlayer
main
# musicPlayer
This is a music player functioning with Javascript
css,html,javascript
2023-01-30T12:54:24Z
2023-02-01T17:19:09Z
null
1
0
6
0
0
2
null
null
JavaScript
erdemalptugoksuz/30-Days-Of-JavaScript-Exercise
main
# 30 Days Of JavaScript: Exercise Answers <br> <div align="center"> <a class="header-badge" target="_blank" href="https://www.linkedin.com/in/erdemalptugoksuz/"> <img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social"> </a> <a class="header-badge" target="_blank" href="https://twitter.com/heyahtuput"> <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/Erdem Alptuğ?style=social"> </a><br> <sub>Organizer: <a href="https://www.linkedin.com/in/erdemalptugoksuz/" target="_blank">Erdem Alptuğ Öksüz</a><br> <small> February, 2023</small> </sub> </div><br> | Day | Topics | | ----- | :---------------------------------------------------------------------------------------------------------------------------------------------------------:| | 01 | [Introduction](/README.md) | | 02 | [Data Types](/English/Day_02/Day_02.md) | | 03 | [Booleans, Operators, Date](/English/Day_03/Day_03.md) | | 04 | [Conditionals](/English/Day_04/Day_04.md) | | 05 | [Arrays](/English/Day_05/Day_05.md) | | 06 | [Loops](/English/Day_06/Day_06.md) | | 07 | [Functions](/English/Day_07/Day_07.md) | | 08 | [Objects](/English/Day_08/Day_08.md) | | 09 | [Higher Order Functions](/English/Day_09/Day_09.md) | | 10 | [Sets and Maps](/English/Day_10/Day_10.md) | | 11 | [Destructuring and Spreading](/English/Day_11/Day_11.md) | | 12 | [Regular Expressions](/English/Day_12/Day_12.md) | | 13 | [Console Object Methods](/English/Day_13/Day_13.md) | | 14 | [Error Handling](/English/Day_14/Day_14.md) | | 15 | [Classes](/English/Day_15/Day_15.md) | | 16 | [JSON](/English/Day_16/Day_16.md) | | 17 | [Web Storages](/English/Day_17/Day_17.md) | | 18 | [Promises](/English/Day_18/Day_18.md) | | 19 | [Closure](/English/Day_19/Day_19.md) | | 21 | [DOM](/English/Day_21/Day_21.md) | | 22 | [Manipulating DOM Object](/English/Day_22/Day_22.md) | | 23 | [Event Listeners](/English/Day_23/Day_23.md) | ## Supported Languages | Flag | Language | | ----- | :-------------------------------------------------------------------------------------------------------------------------------------------------: | | 🇬🇧 | [English](/README.md) | | 🇹🇷 | [Turkish](/Turkish/README.md) ## Support to Organizer | Link Name | Link | | ----- | :-------------------------------------------------------------------------------------------------------------------------------------------------: | | Link 1 | [Ad Link](https://ay.live/lYtYWg)
This repo contains answers to exercises given in 30 Days Of JavaScript tutorial. Don't forget to star and follow to support me.
javascript,30daysofjavascript,exercises
2023-02-05T10:36:31Z
2023-02-15T23:16:11Z
null
1
0
64
0
0
2
null
null
null
codingaslu/Modern-Application-Development-II
main
# Modern-Application-Development-II This repository consists of the code samples, assignments of Modern Application Development II.
This repository consists of the code samples, assignments of Modern Application Development II
javascript,vuejs,celery,vuex
2023-02-06T17:29:45Z
2023-04-16T19:54:09Z
null
1
0
33
0
1
2
null
null
JavaScript
walidhassan1011/Willy-Dashboard
main
# WILLY DASHBOARD willy dashboard is a dashboard template with a lot of features and two themes you can use it in your website as dashboard to manage your web app ## Features - Light/dark mode toggle - manage your team && users - calendar - FQA page - charts - analytics ## Run Locally Clone the project ```bash git clone https://github.com/walidhassan1011/Willy-Dashboard ``` Go to the project directory ```bash cd WILLY-DASHOARD ``` Install dependencies ```bash npm install ``` Start the server ```bash npm run dev ``` ## Screenshots ![MAIN](https://user-images.githubusercontent.com/95965261/232508928-0edc5cd2-dad8-4c38-89d0-e19cd5b0f3da.png) - ![MAIN white ](https://user-images.githubusercontent.com/95965261/232511691-a6ddc7c1-0982-4f22-81b1-5a8763653ccf.png) - ![manage team](https://user-images.githubusercontent.com/95965261/232509375-c0f78e9d-02e9-41c4-8280-c70b78743e61.png) -- ![contact info](https://user-images.githubusercontent.com/95965261/232509846-90e3793b-da68-4739-9152-db41f81e92e0.png) - ![invoices balance](https://user-images.githubusercontent.com/95965261/232510265-0350080b-f457-46a2-8b18-84633540dd1d.png) - ![profile form](https://user-images.githubusercontent.com/95965261/232510630-22403572-502e-4079-b011-c16589abe6a4.png) - ![calendar](https://user-images.githubusercontent.com/95965261/232510890-8748afb2-b740-40e1-9bf4-869c03175452.png) - ![FQA](https://user-images.githubusercontent.com/95965261/232511167-feb66d5c-dcff-458e-9ab4-cab5da84fa23.png) - ![charts](https://user-images.githubusercontent.com/95965261/232511426-5049cb46-75ee-4413-8287-3d38a0756d9d.png) ![Logo](https://user-images.githubusercontent.com/95965261/232508439-07e603e5-c06e-41ef-8a98-a18f45a07bd1.png)
Dashboard Template
chartjs,javascript,reactjs
2023-02-09T18:09:49Z
2023-05-03T05:12:17Z
null
2
0
5
0
0
2
null
null
JavaScript
kingzamzon/doc-site-assignment
main
# Website This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. ### Installation ``` $ yarn ``` ### Local Development ``` $ yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ### Build ``` $ yarn build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. ### Deployment Using SSH: ``` $ USE_SSH=true yarn deploy ``` Not using SSH: ``` $ GIT_USER=<Your GitHub username> yarn deploy ``` If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
4th Assignment - Documentation site using Docusaurus
css,html,javascript
2023-02-05T10:15:52Z
2023-02-27T22:26:00Z
null
1
0
11
0
0
2
null
null
JavaScript
Mrparam07/Mrparam07.github.io
main
null
My portfolio website
css,html,javascript,portfolio,portfolio-website,transition
2023-02-05T13:11:17Z
2023-08-10T12:29:29Z
null
1
0
11
0
0
2
null
null
HTML
younusaliakash/vanilla-js-drawing-sketch-pad
master
## Vanilla JS Drawing Sketch Pad This is a sketchbook app. The app is built using HTML Canvas.Here you can draw different types of sketches and they will be automatically saved to the local store. <img src="./skech-pad.gif" alt="" srcset="">
This is a sketchbook app. The app is built using HTML Canvas.Here you can draw different types of sketches and they will be automatically saved to the local store.
canvas,css,dom-manipulation,html,javascript
2023-01-28T14:17:25Z
2023-04-05T18:22:40Z
null
1
0
3
0
0
2
null
null
JavaScript
jitendraKhadoliya/personal-portfolio
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
My personal portfolio website built with React, featuring animated components, a scroll-to-top button, email functionality with EmailJS, and testimonial carousel. Hosted on Netlify and using various UI libraries.
animation,box-icons,emailjs,hooks,javascript,netlify,portfolio-website,react,react-toastify,scroll-to-top
2023-01-30T10:04:15Z
2024-04-18T07:18:18Z
null
2
1
31
0
1
2
null
null
JavaScript
Thundo54/tablice-td2
master
<h1>SYMULATOR TABLIC ZBIORCZYCH</h1>
Symulator Tablic Zbiorczych - projekt, który symuluje tablice stacyjne (zbiorcze) na podstawie danych SWDR z symulatora Train Driver 2.
javascript,website,traindriver
2023-02-03T02:01:01Z
2024-04-30T16:28:19Z
2024-04-30T16:28:19Z
1
28
273
0
1
2
null
MIT
JavaScript
pancoty/Pong
main
null
A Versão simulada do jogo "Pong"⚾, foi elaborada com fins de treinamento✏. Desenvolvida na plataforma p5js, com a assistência da instituição Alura💙.
jogo,pong,alura,p5js,javascript,alura-cursos-online,js,p5,p5-js,p5-library
2023-01-30T21:35:47Z
2023-02-05T16:37:30Z
null
1
0
4
0
0
2
null
null
JavaScript
anandnbarai/assignment
main
<h2> Assignments</h2> <p>Assignment Submitted during training in TOPS Technologies</p> <img align="center" alt="TOPS Technologies" src="https://www.tops-int.com/images/TOPS-logo.png">
This repository contains My Assignment Work during my training period in TOPS Technologies.
bootstrap5,css,php,training,javascript,jquery,laravel
2023-01-28T12:44:46Z
2023-08-13T03:07:16Z
null
1
0
385
0
0
2
null
null
HTML
aloklearning/react-task-tracker
main
# React Task-Tracker App [![made-with-react](https://img.shields.io/badge/Made%20with-React-1f425f.svg)](https://reactjs.org/) [![GitHub license](https://badgen.net/github/license/Naereen/Strapdown.js)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) [![build](https://img.shields.io/appveyor/build/gruntjs/grunt)](https://pub.dev/packages/flutter_bounce#-analysis-tab-) This is a small react task tracker app bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Features - Ability to add the task and see the changes real time - Null checks, if try adding empty data - Dark-Light Mode Switch option is available. - Ability to delete and update the status of the task. - A live json server has been added which is connected to the client for the interactions ## Available Scripts In the project directory, you can run: ### Install the important packages on which the project is dependent. ```bash npm install ``` ### Runs the json server locally for API interactions with the client. ```bash npm run server ``` ### 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. ```bash npm start ``` ### 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. ```bash npm test ``` ### 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. ```bash npm run build ``` ### Ejects the project **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. ```bash npm run eject ``` ## 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)
Task tracking application for brushing up ReactJS learning with JavaScript programming language
javascript,reactjs,website-development,react-hooks
2023-02-05T14:05:58Z
2023-04-05T22:38:33Z
null
1
0
26
0
0
2
null
MIT
JavaScript
gdbroman/bundler
main
# bundler A home-made bundler for JavaScript. Inspired by Ronen Amiel's talk [Build Your Own Webpack](https://www.youtube.com/watch?v=Gc9-7PBqOC8). ## Try it ```bash yarn yarn build // Run the bundler yarn start // Run the bundled code ```
A home-made JavaScript bundler.
javascript,module-bundler
2023-01-26T11:37:55Z
2023-01-26T12:45:50Z
null
1
0
3
0
0
2
null
null
JavaScript
jsohndata/magic-color-xxl
main
# Magic Color XXL ![Preview of Site](./images/readme.webp) What started as a random hex color generator, a class project at [BocaCode](https://bocacode.com), turned into a fun experimental site while jamming to music ([Spotify playlist](https://open.spotify.com/playlist/4RuO5yX4bziAqTYEc3EM4w?si=6ffa673a347848ad)). <br> ## Site * 👉 [jsohndata.github.io/magic-color-xxl](https://jsohndata.github.io/magic-color-xxl/) <br> ## YouTube * [Trailer](https://www.youtube.com/watch?v=fIWf74r5cnE) <br> ## Resource I got the background patterns from below. * [FreePik.com](https://www.freepik.com/free-photos-vectors/seamless-pattern) * [Vecteezy.com](https://www.vecteezy.com/png/1209782-square-pattern)
🚀 What started as a random hex color generator, a class project at BocaCode C-9, turned into a fun experimental site while jamming to music.
javascript,css
2023-02-01T19:14:38Z
2023-05-07T18:31:48Z
null
1
0
27
0
0
2
null
null
HTML
bex-ford/project-1
main
# 🥬 JustVeggie Application A web application that provides recipe ideas for vegetarian and gluten-free options, quick and easy to find options related to the user's dietary requirements. The user can include or exclude ingredients and select a cuisine of their choice. The Javascript code uses functions and event listeners to handle user interactions and update the content on the screen. Two APIs are used to retrieve the recipes and videos ideas. The two APIs used in this website are: Spoonacular and Youtube. This app has been created as a group project by Bex Ford and Clelia Mangione for the edEX Front-End Development Bootcamp. ## Table of Contents - [Key Features](#key-features) - [Workflow](#workflow) - [Link to the Application](#link-to-deployed-application) - [Final result](#final-results) # Key Features - Find recipe ideas for vegetarian and gluten free options. - Search for recipes by including or excluding ingredients. - Select a cuisine of your choice. - Watch extra recipe videos from Youtube. # Workflow 1. The user types the name of a dish, including or excluding ingredients and they choose a specific cuisine. 2. This triggers the Spoonacular API to show 6 recipes ideas. 3. In the Videos Ideas section, the YouTube API is triggered to show other 6 video recips ideas for general vegetarian gluten free dishes. ## Link to deployed Application [Just Veggie](https://bex-ford.github.io/project-1/) ## GitHub [GitHub](https://github.com/bex-ford/project-1) ## Final Results When the user visits the page it is displayed with a navigation bar at the top and the logo as you can see in the image below: ![Website](assets/Website.png) ## Spoonacular API The first API we created was from Spoonacular. Our website was created for users that are vegetarian with a gluten intolerance. Therefore the API request we created only displays food that are vegetarian and gluten free. With this API we also wanted the user to have the choice to include or exclude ingredients therefore we built it into the API request. We felt that this give the user more options to narrow down the recipe that they want to find, creating an overall better user experience. As you can see in the image below the options for the user: ![Spoonacular API](assets/spoonacularAPI.png) ## Youtube API The second API we created was Youtube. This enabled users to have a video link of vegeterian and gluten-free recipes. We felt this made the overall user experience great as all of the information was given without the user having to do a second search. As you can see in the image below the user has the option to click on **Watch on Youtube** button if they choose to do so. ![Youtube API](assets/youtubeAPI.png) ## Brand theme Below is an image of the colour palette in which we used throughout designing the web application. ![colour theme](assets/JVcolour.png) The font style we used for this project was called **Jost** from google fonts. ## Credits - Ryan Ford (Graphic Designer). Ryan designed the JustVeggie logo for this project which is displayed below. ![JustVeggie Logo](assets/justveggie.png)
Website application that provides recipe ideas for vegetarian and gluten-free options.
bootstrap,css,html,javascript,jqeury,spoonacular-api,youtube-api
2023-02-01T19:08:11Z
2023-02-10T17:47:53Z
null
3
0
77
0
0
2
null
MIT
HTML
Sammy3000/leaderboard-API
feature-leaderboard
![](https://img.shields.io/badge/Microverse-blueviolet) <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [👥 Authors](#authors) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Leaderboard-API <a name="about-project"></a> -The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. ## Screenshot ![](./src/images/leaderboard.PNG) ## 🛠 Built With <a name="built-with"></a> - ![JavaScript](https://img.shields.io/badge/-JavaScript-000000?style=flat&logo=javascript) - ![CSS3](https://img.shields.io/badge/-CSS3-000000?style=flat&logo=css3&logoColor=ffffff&labelColor=1572B6) - ![HTML](https://img.shields.io/badge/-HTML-000000?style=flat&logo=html) ### Key Features <a name="key-features"></a> - **Input scores** - **Displaying scores in the UI** ## 💻 Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. 1. Clone the Repo or Download the Zip file or `https://github.com/Sammy3000/leaderboard` 2. cd /leaderboard 3. Open it with the live server ### Prerequisites In order to run this project you need: - Git/Github - HTML and CSS knowledge - VS code or any other equivalent tool. <!-- LIVE DEMO --> ### LIVE DEMO - See it live by clicking [Live Demo Link](https://sammy3000.github.io/leaderboard-API/dist/) ### Setup Clone this repository to your desired folder: <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install Install this project with: - to install locally run git clone https://github.com/Sammy3000/leaderboard.git - open the cloned directory with VSCode - Install live server extension for VSCode - Right click on the index.html and select open with live servers ### Run tests For tracking linter errors locally you need to follow these steps: After cloning the project you need to run these commands `npm install` `This command will download all the dependancies of the project` For tracking linter errors in HTML files run: `npx hint .` For tracking linter errors in CSS or SASS files run: `npx stylelint "**/*.{css,scss}"` And For tracking linter errors in JavaScript files run: `npx eslint .` - ### Usage - Feel free to use this project. - After cloning run `npm install` then `npm start` <!-- AUTHORS --> ## Authors ## 👥 Author <a name="author"></a> > This is a solo project. 👤 **Towett Sammy** - GitHub: [@sam](https://github.com/Sammy3000) - Twitter: [@towettsam](https://twitter.com/sammy15375658) - LinkedIn: [@towettSammy](https://www.linkedin.com/in/towett-sammy-43476024a/) <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <!-- SUPPORT --> ## ⭐️ Show your support <a name="support"></a> Give a ⭐️ if you like this project! <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - I would like to thank my bootcamp for granting me the knowledge to do this. - Hat tip to Microverse and all the staff. - Thanks to My coding Partners - Thanks to My Morning-session-group and Standup-team Partners and - Thanks to Code Reviewers ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed.
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
css,html5,javascript
2023-01-31T09:21:48Z
2023-03-06T07:51:52Z
null
1
3
31
0
0
2
null
MIT
JavaScript
shreesharma07/Password-Generator
master
<p align="center"> <img src="https://img.shields.io/badge/Shree-Kumar_Sharma-grey.svg?labelColor=6600ff&style=flat&logo=Sass&logoColor=FFFFFF" alt="Software Development Engineer" style="width: auto; height: 27px;"> <img src="https://hits.sh/github.com/shreesharma07/Password-Generator.svg?label=Repository%20Views&labelColor=464646&logo=github" alt="Repository Views" style="width: auto; height: 27px;"> </p> <div style="style="display:inline-block; padding:0px 0px 15px 0px;" align="center"> <!---SDE-MEMOJI --> <a href="https://bit.ly/3HO1sCn" target="_blank" style="cursor: pointer; margin-top:15px;"><img src="https://github.com/shreesharma07/shreesharma07/blob/production/Images/Memoji/Shree-Kumar-Sharma-Memoji-No-Background.png" style="width:auto; height:200px;"></a><br> </div>
Passwordly is a random password generator. Built using core HTML, CSS and Javascript.
css,html,javascript
2023-02-02T06:01:21Z
2023-02-02T12:44:28Z
null
1
0
10
0
0
2
null
MIT
HTML
harshitsingh13/Fitness-Advisory-AI-Chatbot
main
# Fitness-Advisory-AI-Chatbot VA with functionality of calculating BMI, recommending exercises and diets, find gym and book its subscription, set water reminder, live agent transfer on LiveChat platform, secure login through website for using bot. Bot is enabled for Web, IVR, and telegram channel. (Tech stack: Kore.ai platform, NodeJs, ReactJs) Demo video of bot: https://www.loom.com/share/bd6e8e1f07f64e6f89538c0afd9d913c Bot on telegram channel: https://t.me/fitness1391_bot
VA with functionality of calculating BMI, recommending exercises and diets, find gym and book its subscription, set water reminder, live agent transfer on LiveChat platform, secure login through website for using bot.
ai-chatbot,chatbot,css,fitness,html,javascript,nlp,node-js,reactjs
2023-02-07T12:02:19Z
2023-02-07T12:10:01Z
null
1
0
3
1
0
2
null
null
null
jakebogan01/3D-Ball-Animation
main
# 3D Scroll Animation <img src="https://github.com/jakebogan01/3D-Ball-Animation/blob/main/img/Screen%20Shot%202023-01-28%20at%2010.09.00%20PM.png?raw=true"> ## Visit Site You can check it out here :point_right: <a href="https://jakebogan01.github.io/3D-Ball-Animation/"> SITE </a> ## Details Cool 3D scroll animation made from blender and using gsap along with JavaScript canvas. Enjoy :palm_tree:
3D scroll animation
blender,css,html,canvas,javascript
2023-01-29T03:05:56Z
2023-02-07T03:29:30Z
null
1
0
6
0
0
2
null
null
JavaScript
JefersonLC/url-shortener
main
# URL Shortener A simple URL shortener application developed using Nuxt and Supabase. ## Technologies Used - [Nuxt](https://nuxt.com/) - Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. - [Supabase](https://supabase.com/) - Supabase is an open source Firebase alternative with: Realtime subscriptions, Postgres database, Authentication, instant APIs, Edge Functions, Storage, and Vector embeddings. ## Setup Make sure to install the dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## Contribution If you'd like to contribute to this project, feel free to submit a pull request. Before doing so, be sure to create a separate branch for your changes.
URL shortener developed with Nuxt and Supabase.
javascript,supabase,typescript,url-shortener,tailwind,nuxt,nuxt3,nuxtjs,vue,vue3
2023-02-05T06:40:49Z
2024-04-23T01:30:55Z
null
1
0
112
0
0
2
null
null
Vue
GSU-Web-Programming-2023/vroom
main
# VROOM 🛻 A Mars exploration game made with Three.JS + Flask. ## Prerequisites Before proceeding, ensure that you have Python (version 3.6 or higher) installed on your system. If you do not have Python installed, you can download it from the [official Python website](https://www.python.org/downloads/). ## Installation Steps 1. **Clone the repository** First, clone the application's GitHub repository to your local machine by running the following command in your terminal or command prompt: `git clone https://github.com/GSU-Web-Programming-2023/o-o-game.git` This will create a folder named `vroom` in your current directory. 2. **Navigate to the project folder** Change your current directory to the `vroom` folder: `cd vroom` 3. **Create a virtual environment (optional but recommended)** It is recommended to create a virtual environment for your project to isolate the dependencies. To create a virtual environment, run the following command: ```bash python3 -m venv env ``` This will create a virtual environment named `env`. To activate the virtual environment, run the following command: - On Windows: ``` env\Scripts\activate ``` - On macOS and Linux: ``` source env/bin/activate ``` You should see `(env)` at the beginning of your command prompt, indicating that the virtual environment is active. 4. **Install the required packages** The `requirements.txt` file contains a list of all the necessary packages for the web application. Install these packages using the following command: `pip install -r requirements.txt` This will install all the required packages, including Flask, Flask-Cors, Flask-Migrate, Flask-SQLAlchemy, and PyMySQL (if using MySQL), among others. 5. **Configure the environment variables** If you decide to use something like MySQL it's highly advisable to store your credentials in environment variables. Create a `.env` file in the root directory of the project and add the following variables: ``` DB_USERNAME=<your_database_username> DB_PASSWORD=<your_database_password> DB_HOST=<your_database_host> DB_NAME=<your_database_name> ``` Replace `<your_database_username>`, `<your_database_password>`, `<your_database_host>`, and `<your_database_name>` with the appropriate values for your database. 6. **Initialize the database** Before running the application, you need to set up and initialize the database. Run the following command: `flask db init` Next, apply the migrations with the following command: `flask db migrate` Finally, upgrade the database to the latest revision by running: `flask db upgrade` 7. **Run the application** You can now run the application using the following command: `flask run` This will start the web application on your local development server, typically accessible at `http://127.0.0.1:5000` or `http://localhost:5000`. [View Flowchart](flowchart/flowchart.md) ## Deployment Script (NGINX + Systemd) To deploy the application to a production server, you can use the following deployment script: ```bash #!/bin/bash # Remove the existing vroom directory rm -rf vroom # Clone the repository git clone https://github.com/GSU-Web-Programming-2023/vroom cd vroom # Build the application python3 -m venv env source env/bin/activate pip install -r requirements.txt flask db init flask db migrate flask db upgrade # create the systemd service file cat <<EOF > /etc/systemd/system/vroom.service [Unit] Description=VROOM After=network.target [Service] User=root WorkingDirectory=/opt/vroom Environment="FLASK_APP=app" Environment="FLASK_ENV=production" ExecStart=/opt/vroom/env/bin/flask run --host=0.0.0.0 --port=5000 Restart=always [Install] WantedBy=multi-user.target EOF # Create the Nginx configuration file cat <<EOF > /etc/nginx/sites-available/vroom.conf server { listen 80; server_name ~^vroom\.judahpaul\.com$; location / { proxy_pass http://localhost:5000; proxy_set_header Host \$host; proxy_set_header X-Real-IP \$remote_addr; proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto \$scheme; } } EOF sudo setenforce 0 ln -S /etc/nginx/sites-available/* /etc/nginx/sites-enabled/* nginx -t systemctl restart nginx systemctl status nginx --no-pager # Start the application systemctl daemon-reload systemctl start vroom systemctl enable vroom systemctl status vroom --no-pager echo "VROOM deployed successfully" ``` Save the script to a file named `setup_vroom.sh` (or whatever you want) and make it executable by running: ```bash chmod +x setup_vroom.sh ``` You can then run the script to set up the application on the server: ```bash ./setup_vroom.sh ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
A Mars exploration game made with Three.JS + Flask.
game-development,threejs,jquery,opengl,flask,rest-api,sqlalchemy,javascript
2023-02-08T02:31:47Z
2024-04-04T04:24:50Z
null
4
11
282
0
0
2
null
MIT
JavaScript
ViniciusBenfica/portfolio_V2
main
<h1 align="center">Portfólio - Vinicius Benfica</h1> ![Resultado final do projeto](img/preview.webp) <h4 align="center"><a target="_blank" href="https://viniciusbenfica.com.br/">https://viniciusbenfica.com.br/</a></h4> ## Seções O site é composto por quatro seções: - **Início:** Nele temos uma breve apresentação; - **Minha jornada:** Nessa seção tem uma breve descrição sobre minhas experiências profissionais; - **Tecnologias:** Abordo sobre algumas tecnologias onde tenho mais experiência; - **Onde me encontrar:** Disponibilizo links com algumas das minhas redes sociais; --- ## Tecnologias utilizadas Para o desenvolvimento deste site utilizei as seguintes tecnologias: - HTML; - CSS; - JavaScript; --- <div style="display: flex; justify-content: center; align-items: center; height: 100vh;"> <img src="img/performance.webp" alt="Boas práticas" style="max-width: 100%; max-height: 100%; object-fit: contain;"> </div>
second version of my portfolio
css,html,javascript
2023-02-09T15:47:22Z
2024-05-11T19:37:43Z
null
1
0
58
0
0
2
null
null
HTML
FranMirror/rock-paper-and-scissors
main
# blog.francmirror.github.io
Play rock paper and scissor made in javascript online
javascript,bootstrap5,game
2023-01-29T16:19:41Z
2023-05-23T21:19:59Z
null
1
0
7
0
0
2
null
MIT
CSS
Lakshmishreya-Bapatuyeruguti/Poduct-Management-System
main
# Poduct-Management-System ### Done By- Lakshmishreya Bapatuyeruguti - Blockchain Trainee -2023 - This is a product management system using Javascript with CRUD operations and searching and sorting functionalities of the product - Can ADD, READ, MODIFY ,SEARCH , SORT and DELETE a product - Validation of product form - Products can be searched by name and could be sorted by prices, name and Id Results Screenshots - Read , Sort Products <br>![Screenshot (491)](https://user-images.githubusercontent.com/122250979/218404001-dab94c27-f783-4479-8c22-4fd4ac6f86a6.png) - Add Product ![Screenshot (498)](https://user-images.githubusercontent.com/122250979/218404390-90772479-962c-47a9-ba40-48c2a8b3bd78.png) - Edit Product / Delete Product ![Screenshot (495)](https://user-images.githubusercontent.com/122250979/218405010-31b7ed97-d123-45d1-b7f3-34dc45aa4dd1.png) - Search for a product ![Screenshot (493)](https://user-images.githubusercontent.com/122250979/218405283-cfa1281a-952e-45e5-a05a-d573fc8b4e4a.png)
This is a Product management system with CRUD operations , search and sort products features using JavaScript and local storage
crud-application,css,html,javascript,localstorage,filter-products,search-product
2023-02-09T04:07:11Z
2023-02-14T07:56:54Z
null
1
0
16
0
0
2
null
null
JavaScript
divyaGrvgithub/Open-to-Intern-Frontend
company_project/inventory_application
null
This project is basically for the Internship Site. In this project, we had to create 2 Model like College Model and Intern Model. First we need to create College and user can apply for Internship in their colleges. Real time example of this project is Naukri.com, LinkedIn, Internshala, etc.
frontend,javascript,npm-package
2023-01-26T07:50:45Z
2023-02-21T15:32:47Z
null
1
0
3
0
0
2
null
null
JavaScript
divyaGrvgithub/Book-Management-deployment
project/booksManagementGroup9
# Californium ## Project - Books Management ### Key points - Create a group database `groupXDatabase`. You can clean the db you previously used and resue that. - This time each group should have a *single git branch*. Coordinate amongst yourselves by ensuring every next person pulls the code last pushed by a team mate. You branch will be checked as part of the demo. Branch name should follow the naming convention `project/booksManagementGroupX` - Follow the naming conventions exactly as instructed. ### Models - User Model ```yaml { title: {string, mandatory, enum[Mr, Mrs, Miss]}, name: {string, mandatory}, phone: {string, mandatory, unique}, email: {string, mandatory, valid email, unique}, password: {string, mandatory, minLen 8, maxLen 15}, address: { street: {string}, city: {string}, pincode: {string} }, createdAt: {timestamp}, updatedAt: {timestamp} } ``` - Books Model ```yaml { title: {string, mandatory, unique}, excerpt: {string, mandatory}, userId: {ObjectId, mandatory, refs to user model}, ISBN: {string, mandatory, unique}, category: {string, mandatory}, subcategory: {string, mandatory}, reviews: {number, default: 0, comment: Holds number of reviews of this book}, deletedAt: {Date, when the document is deleted}, isDeleted: {boolean, default: false}, releasedAt: {Date, mandatory, format("YYYY-MM-DD")}, createdAt: {timestamp}, updatedAt: {timestamp}, } ``` - Review Model (Books review) ```yaml { bookId: {ObjectId, mandatory, refs to book model}, reviewedBy: {string, mandatory, default 'Guest', value: reviewer's name}, reviewedAt: {Date, mandatory}, rating: {number, min 1, max 5, mandatory}, review: {string, optional} isDeleted: {boolean, default: false}, } ``` ## User APIs ### POST /register - Create a user - atleast 5 users - Create a user document from request body. - Return HTTP status 201 on a succesful user creation. Also return the user document. The response should be a JSON object like [this](#successful-response-structure) - Return HTTP status 400 if no params or invalid params received in request body. The response should be a JSON object like [this](#error-response-structure) ### POST /login - Allow an user to login with their email and password. - On a successful login attempt return a JWT token contatining the userId, exp, iat. The response should be a JSON object like [this](#successful-response-structure) - If the credentials are incorrect return a suitable error message with a valid HTTP status code. The response should be a JSON object like [this](#error-response-structure) ## Books API ### POST /books - Create a book document from request body. Get userId in request body only. - Make sure the userId is a valid userId by checking the user exist in the users collection. - Return HTTP status 201 on a succesful book creation. Also return the book document. The response should be a JSON object like [this](#successful-response-structure) - Create atleast 10 books for each user - Return HTTP status 400 for an invalid request with a response body like [this](#error-response-structure) ### GET /books - Returns all books in the collection that aren't deleted. Return only book _id, title, excerpt, userId, category, releasedAt, reviews field. Response example [here](#get-books-response) - Return the HTTP status 200 if any documents are found. The response structure should be like [this](#successful-response-structure) - If no documents are found then return an HTTP status 404 with a response like [this](#error-response-structure) - Filter books list by applying filters. Query param can have any combination of below filters. - By userId - By category - By subcategory example of a query url: books?filtername=filtervalue&f2=fv2 - Return all books sorted by book name in Alphabatical order ### GET /books/:bookId - Returns a book with complete details including reviews. Reviews array would be in the form of Array. Response example [here](#book-details-response) - Return the HTTP status 200 if any documents are found. The response structure should be like [this](#successful-response-structure) - If the book has no reviews then the response body should include book detail as shown [here](#book-details-response-no-reviews) and an empty array for reviewsData. - If no documents are found then return an HTTP status 404 with a response like [this](#error-response-structure) ### PUT /books/:bookId - Update a book by changing its - title - excerpt - release date - ISBN - Make sure the unique constraints are not violated when making the update - Check if the bookId exists (must have isDeleted false and is present in collection). If it doesn't, return an HTTP status 404 with a response body like [this](#error-response-structure) - Return an HTTP status 200 if updated successfully with a body like [this](#successful-response-structure) - Also make sure in the response you return the updated book document. ### DELETE /books/:bookId - Check if the bookId exists and is not deleted. If it does, mark it deleted and return an HTTP status 200 with a response body with status and message. - If the book document doesn't exist then return an HTTP status of 404 with a body like [this](#error-response-structure) ## Review APIs ### POST /books/:bookId/review - Add a review for the book in reviews collection. - Check if the bookId exists and is not deleted before adding the review. Send an error response with appropirate status code like [this](#error-response-structure) if the book does not exist - Get review details like review, rating, reviewer's name in request body. - Update the related book document by increasing its review count - Return the updated book document with reviews data on successful operation. The response body should be in the form of JSON object like [this](#successful-response-structure) ### PUT /books/:bookId/review/:reviewId - Update the review - review, rating, reviewer's name. - Check if the bookId exists and is not deleted before updating the review. Check if the review exist before updating the review. Send an error response with appropirate status code like [this](#error-response-structure) if the book does not exist - Get review details like review, rating, reviewer's name in request body. - Return the updated book document with reviews data on successful operation. The response body should be in the form of JSON object like [this](#book-details-response) ### DELETE /books/:bookId/review/:reviewId - Check if the review exist with the reviewId. Check if the book exist with the bookId. Send an error response with appropirate status code like [this](#error-response-structure) if the book or book review does not exist - Delete the related reivew. - Update the books document - decrease review count by one ### Authentication - Make sure all the book routes are protected. ### Authorisation - Make sure that only the owner of the books is able to create, edit or delete the book. - In case of unauthorized access return an appropirate error message. ## Testing - To test these apis create a new collection in Postman named Project 4 Books Management - Each api should have a new request in this collection - Each request in the collection should be rightly named. Eg Create user, Create book, Get books etc - Each member of each team should have their tests in running state Refer below sample ![A Postman collection and request sample](assets/Postman-collection-sample.png) ## Response ### Successful Response structure ```yaml { status: true, message: 'Success', data: { } } ``` ### Error Response structure ```yaml { status: false, message: "" } ``` ## Collections ## users ```yaml { _id: ObjectId("88abc190ef0288abc190ef02"), title: "Mr", name: "John Doe", phone: 9897969594, email: "johndoe@mailinator.com", password: "abcd1234567", address: { street: "110, Ridhi Sidhi Tower", city: "Jaipur", pincode: "400001" }, "createdAt": "2021-09-17T04:25:07.803Z", "updatedAt": "2021-09-17T04:25:07.803Z", } ``` ### books ```yaml { "_id": ObjectId("88abc190ef0288abc190ef55"), "title": "How to win friends and influence people", "excerpt": "book body", "userId": ObjectId("88abc190ef0288abc190ef02"), "ISBN": "978-0008391331", "category": "Book", "subcategory": "Non fiction", "isDeleted": false, "reviews": 0, "releasedAt": "2021-09-17" "createdAt": "2021-09-17T04:25:07.803Z", "updatedAt": "2021-09-17T04:25:07.803Z", } ``` ### reviews ```yaml { "_id": ObjectId("88abc190ef0288abc190ef88"), bookId: ObjectId("88abc190ef0288abc190ef55"), reviewedBy: "Jane Doe", reviewedAt: "2021-09-17T04:25:07.803Z", rating: 4, review: "An exciting nerving thriller. A gripping tale. A must read book." } ``` ## Response examples ### Get books response ```yaml { status: true, message: 'Books list', data: [ { "_id": ObjectId("88abc190ef0288abc190ef55"), "title": "How to win friends and influence people", "excerpt": "book body", "userId": ObjectId("88abc190ef0288abc190ef02") "category": "Book", "reviews": 0, "releasedAt": "2021-09-17T04:25:07.803Z" }, { "_id": ObjectId("88abc190ef0288abc190ef56"), "title": "How to win friends and influence people", "excerpt": "book body", "userId": ObjectId("88abc190ef0288abc190ef02") "category": "Book", "reviews": 0, "releasedAt": "2021-09-17T04:25:07.803Z" } ] } ``` ### Book details response ```yaml { status: true, message: 'Books list', data: { "_id": ObjectId("88abc190ef0288abc190ef55"), "title": "How to win friends and influence people", "excerpt": "book body", "userId": ObjectId("88abc190ef0288abc190ef02") "category": "Book", "subcategory": "Non fiction", "isDeleted": false, "reviews": 4, "releasedAt": "2021-09-17T04:25:07.803Z" "createdAt": "2021-09-17T04:25:07.803Z", "updatedAt": "2021-09-17T04:25:07.803Z", "reviewsData": [ { "_id": ObjectId("88abc190ef0288abc190ef88"), bookId: ObjectId("88abc190ef0288abc190ef55"), reviewedBy: "Jane Doe", reviewedAt: "2021-09-17T04:25:07.803Z", rating: 4, review: "An exciting nerving thriller. A gripping tale. A must read book." }, { "_id": ObjectId("88abc190ef0288abc190ef89"), bookId: ObjectId("88abc190ef0288abc190ef55"), reviewedBy: "Jane Doe", reviewedAt: "2021-09-17T04:25:07.803Z", rating: 4, review: "An exciting nerving thriller. A gripping tale. A must read book." }, { "_id": ObjectId("88abc190ef0288abc190ef90"), bookId: ObjectId("88abc190ef0288abc190ef55"), reviewedBy: "Jane Doe", reviewedAt: "2021-09-17T04:25:07.803Z", rating: 4, review: "An exciting nerving thriller. A gripping tale. A must read book." }, { "_id": ObjectId("88abc190ef0288abc190ef91"), bookId: ObjectId("88abc190ef0288abc190ef55"), reviewedBy: "Jane Doe", reviewedAt: "2021-09-17T04:25:07.803Z", rating: 4, review: "An exciting nerving thriller. A gripping tale. A must read book." }, ] } } ``` ### Book details response no reviews ```yaml { status: true, message: 'Books list', data: { "_id": ObjectId("88abc190ef0288abc190ef55"), "title": "How to win friends and influence people", "excerpt": "book body", "userId": ObjectId("88abc190ef0288abc190ef02") "category": "Book", "subcategory": "Non fiction", "isDeleted": false, "reviews": 0, "releasedAt": "2021-09-17" "createdAt": "2021-09-17T04:25:07.803Z", "updatedAt": "2021-09-17T04:25:07.803Z", "reviewsData": [] } } ```
This project is basically for the Book Management. In this project, we had to create 3 Model like user model, book model and review model. First we need to create user and users can create their book. Then we can give review for those Books.
glitch,javascript,jwt-authentication,jwt-token,npm,validation
2023-02-02T08:53:52Z
2023-02-02T11:53:11Z
null
9
0
94
0
0
2
null
null
JavaScript
sabidalam/Car-Doctor-Client
main
# Car-Doctor (car-repair and servicing) # Live-Site: https://genius-car-ab208.web.app/ # Project Feature: 1. User can order multiple car service 2. Users can add, delete and update their orders. 3. Admin can approved or delete user orders. 4. Used Firebase and JWT authentication.
null
daisyui,expressjs,firebase,javascript,jwt-authentication,mongodb,nodejs,reactjs,tailwind-css
2023-01-28T05:33:45Z
2023-01-28T05:45:55Z
null
1
0
4
0
0
2
null
null
JavaScript
maryanchuk04/stud-city
development
# StudCity (Our website in the development stage) ## Description > This is cool web application. That will be best app for student and teachers communication. ### Frontend [Deployment link](https://stud-city.azurewebsites.net) ### Backend API [API link](https://stud-city-api.azurewebsites.net/swagger) ### 💻 Tech Stack: ![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Azure](https://img.shields.io/badge/azure-%230072C6.svg?style=for-the-badge&logo=azure-devops&logoColor=white) ![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white) ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens) ![MicrosoftSQLServer](https://img.shields.io/badge/Microsoft%20SQL%20Sever-CC2927?style=for-the-badge&logo=microsoft%20sql%20server&logoColor=white) ![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)! ![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white) ![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white) ![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white) ![Babel](https://img.shields.io/badge/Babel-F9DC3e?style=for-the-badge&logo=babel&logoColor=black)
Super web app for CHNU
asp-net-core,javascript,mssql,react,redux,redux-toolkit
2023-02-03T09:03:38Z
2023-08-31T16:00:28Z
null
6
75
218
35
0
2
null
null
C#
animation-coding/CBuild_JS
main
<img src="https://github.com/animationbro/CBuild_JS/blob/main/Calculator%20html%20css%20js%20.png">
null
calculator,css,html,javascript,js,calculator-html-css-js
2023-02-03T12:13:33Z
2023-02-03T12:15:39Z
null
1
0
4
0
0
2
null
null
HTML
PerezChris99/Bots
main
# Bots This repository contains bots that are aimed at automating some of the addictive social media activities With these bots, you can automate your social media habits that include liking, commenting, following, unfollowing, blocking, going live , joining and leaving live sessions.
This repository contains bots that are aimed at automating some of the addictive social media activities
javascript,python
2023-01-31T12:44:34Z
2023-02-06T17:52:44Z
null
1
0
11
0
0
2
null
null
Python
pxls00/socialex-client
master
# SocialeX This is my social media Universal Website (SSR) Nuxtjs based startup project. I am using firebase store for this project file store, yes you can say - "aws s3" but since s3 is paid i used free way and firebase store, as for deployment i could use firebase deploy or heroku but since they are paid i started looking for free way but still i can't find free vps hosting either( so i settled on vercel. Since vercel hosting service doesn't have ssr hosting server, I had to host in spa view ( Apologies in advance for slowing down my project… In my SocialeX project, you can create random posts for yourself and comment on posts, etc. static deploy - https://socialex-static.vercel.app/ static app - https://github.com/pxls00/socialex-static ## Build Setup ```bash # install dependencies $ yarn install # serve with hot reload at localhost:3000 $ yarn dev # build for production and launch server $ yarn build $ yarn start # generate static project $ yarn generate ``` For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).
SocialeX
authentication,ckeditor,firebase,firebase-store,javascript,nuxt-auth,nuxtjs,vuejs,wrapper-api,rest-api
2023-01-28T19:46:13Z
2023-01-28T20:22:04Z
null
1
0
8
0
0
2
null
null
Vue
kaif-ans/Quizzical
master
# Quizzical A quiz is a form of game or mind sport in which players attempt to answer questions correctly on one or several specific topics. Quizzes can be used as a brief assessment in education and similar fields to measure growth in knowledge, abilities, or skills.
A quiz is a form of game or mind sport in which players attempt to answer questions correctly on one or several specific topics. Quizzes can be used as a brief assessment in education and similar fields to measure growth in knowledge, abilities, or skills.
css,flexbox,html,javascript,logic,logical-programming,logicbuilding,reactjs
2023-01-28T05:04:44Z
2023-08-02T06:40:26Z
null
1
0
69
0
0
2
null
null
JavaScript
AbdallahAyed/Simple-React-Calculator
main
# Simple React Calculator ![calculator preview](calculator.gif) This is a simple calculator built using React, a popular JavaScript library for building user interfaces. The calculator can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The interface is intuitive and user-friendly, making it easy for users to perform calculations with ease. The code is well-documented and structured, making it easy for developers to understand and build upon. Feel free to use this calculator as a starting point for your own projects or to contribute to its development. ##### I've taken the idea from [Web Dev Semplfied](https://www.youtube.com/@WebDevSimplified) ## 💻 Happy coding and if you want contact with me ([@abdallahayed](https://www.linkedin.com/in/abdalla-ayed-930106207/)) or just say Hi 👋
This is a simple calculator built using React :)
css3,javascript,react,reactjs
2023-02-05T23:41:50Z
2023-08-16T17:58:34Z
null
1
0
10
0
0
2
null
null
JavaScript
PRABADHARSHAN/Resume
main
# Resume-project
𝘢 𝘱𝘦𝘳𝘴𝘰𝘯𝘢𝘭 𝘳𝘦𝘴𝘶𝘮𝘦 𝘴𝘪𝘵𝘦 𝘤𝘢𝘯 𝘣𝘦 𝘢 𝘱𝘰𝘸𝘦𝘳𝘧𝘶𝘭 𝘵𝘰𝘰𝘭 𝘧𝘰𝘳 𝘦𝘴𝘵𝘢𝘣𝘭𝘪𝘴𝘩𝘪𝘯𝘨 𝘺𝘰𝘶𝘳 𝘱𝘦𝘳𝘴𝘰𝘯𝘢𝘭 𝘣𝘳𝘢𝘯𝘥 𝘢𝘯𝘥 𝘤𝘰𝘮𝘮𝘶𝘯𝘪𝘤𝘢𝘵𝘪𝘯𝘨 𝘺𝘰𝘶𝘳 𝘷𝘢𝘭𝘶𝘦 𝘱𝘳𝘰𝘱𝘰𝘴𝘪𝘵𝘪𝘰𝘯 𝘵𝘰 𝘱𝘰𝘵𝘦𝘯𝘵𝘪𝘢𝘭 𝘦𝘮𝘱𝘭𝘰𝘺𝘦𝘳𝘴 𝘢𝘯𝘥 𝘤𝘭𝘪𝘦𝘯𝘵𝘴
css,html,javascript
2023-02-08T08:47:15Z
2023-02-13T10:33:05Z
null
1
0
3
0
0
2
null
null
HTML
Nnadivictory25/Retail-Record
master
# Retail-Record A web application and tool to help physical store retailers to keep record of their product sales. ## Built with - Tailwind CSS - SCSS - Supabase (for backend and authentication) - Vanilla JavaScript ## Features Include - Full CRUD operation on table data stored on the supabse backend with real-time update - Third party Sign In (Google) - Creation of goods/products categories and so on Visit www.retailrecord.com for more info
A web application/tool to help physical store retailers to keep record of their product sales.
javascript,saas
2023-02-08T21:02:58Z
2024-02-12T21:54:31Z
null
1
0
50
0
0
2
null
null
HTML
fabianbm15/Recipes-App
main
# Recetas Este proyecto es una aplicación web que te permite explorar y crear recetas. Puedes ver información detallada sobre cada receta y agregarlas o eliminarlas de tus favoritos. También puedes filtrar tus recetas favoritas por dieta y ordenarlas por orden alfabético o por health score. Además, puedes crear tus propias recetas y eliminarlas si lo deseas. ![image](https://user-images.githubusercontent.com/115187369/233853518-f164bfc7-6efe-4698-9e66-2ec06b02dc62.png) # Funcionalidades - Agregar/Eliminar recetas a/de favoritos - Ver detalles de cada receta - Filtrar recetas favoritas por dieta - Ordenar recetas favoritas por orden alfabético o por health score - Crear/Eliminar recetas # Tecnologías utilizadas Este proyecto fue construido utilizando las siguientes tecnologías: - Javascript - HTML - CSS - PostgreSQL - Sequelize - Node.js - Express - React - Redux # Demo Puedes ver una demostración en vivo de la aplicación aquí: [demo](https://foodcook-fabian.netlify.app/) # Contribuciones Si deseas contribuir al proyecto, no dudes en hacer un fork del repositorio y enviar un pull request con tus cambios.
Aplicación web para explorar y crear recetas.
express,javascript,node,nodejs,postgresql,react,recetas,recetas-de-cocina,recipes,redux
2023-02-03T22:34:02Z
2024-02-22T03:31:18Z
null
1
0
22
0
0
2
null
null
JavaScript
MarkSuckerberg/typeble
master
# Typeble [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MarkSuckerberg/typeble/tests.yml?label=tests)](https://github.com/MarkSuckerberg/typeble/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/MarkSuckerberg/typeble/branch/master/graph/badge.svg?token=0MTQNK5RUP)](https://codecov.io/gh/MarkSuckerberg/typeble) [![GitHub](https://img.shields.io/github/license/MarkSuckerberg/typeble?logo=license)](LICENSE) [![GitHub search hit counter](https://img.shields.io/github/search/MarkSuckerberg/typeble/any%20language:TypeScript?color=red&label=uses%20of%20any&logo=typescript)](https://github.com/search?q=repo%3AMarkSuckerberg%2Ftypeble+language%3ATypeScript+any&type=code) Typeble is an unofficial Tumblr API library written entirely in typescript to fill the gap left by the [official Tumblr JS lib](https://github.com/tumblr/tumblr.js) that doesn't supply type information nor seems to support the OAuth2 standard. It's still heavily WIP, but many of the important endpoints of the API are covered. ## ⚠️ Notice ⚠️ This library is **NOT** official, endorsed, sponsored by, or otherwise associated with Tumblr in any way, shape, or form. It was built using the API reference documents, and like any other project built using the API (including those made using this library) should conform to the [Tumblr Application Developer and API License Agreement](https://www.tumblr.com/docs/en/api_agreement). Be sure you also follow it. ## How to use 1. Install the package into your project with NPM with the command `npm install typeble` 2. Import the functions you need for your project as you would any library, documentation [here](https://marksuckerberg.github.io/typeble/) 3. Obtain an OAuth 2 token for tumblr using [my tumblr authentication library](https://github.com/MarkSuckerberg/tumblr-auth) or some other method 4. DON'T SHARE THE TOKEN WITH ANYONE! It will expire (unless it has the offline_access scope) but someone could do damage to your account if they get access to the token 5. Pass the token as the first argument to any of the functions ## Contributing First and foremost, once again, make sure to honour the [Tumblr Application Developer and API License Agreement](https://www.tumblr.com/docs/en/api_agreement). Don't try to bypass any rate limits, and make sure that this project isn't in any way percievable as officially endorsed by Tumblr. Code that is not documented, is poorly documented, or is "hacky" in some way, especially parts close to the API, will likely not be added to the codebase. Code that isn't at least somewhat covered by unit tests is heavily discouraged. ### Testing (Local) Create a .env file with the following contents (You can also just set them as environment variables, but afaik that's less secure): ```dotenv CONSUMER_ID=[your Tumblr OAuth App ID here] CONSUMER_SECRET=[your Tumblr OAuth App secret here] ``` Then run `npm test`. A browser window will open up a Tumblr authentication page, asking you to approve the scopes. **REMEMBER THAT THE TESTS WILL BE RUN USING WHATEVER ACCOUNT YOU ARE LOGGED INTO!** Create a bot account if you need to. ### Testing (Github) Truth be told, CI (tests) will likely only run on master as there is a chance of destructive actions being taken using the bot used for testing. If you want to run CI on your own fork, be sure to set the following github secrets: - `SECRETS_ACCESS_TOKEN`: A [github PAT](https://github.com/settings/personal-access-tokens/new) (can be fine-grained) with write access to your fork's secrets (used to update the refresh token) - `TUMBLR_CLIENT_ID`: The client ID from your Tumblr OAuth App (Can just be a normal environment variable, but oh well) - `TUMBLR_CLIENT_SECRET`: The client secret from your Tumblr OAuth App - `TUMBLR_REFRESH_TOKEN`: A refresh token from a successful login to a Tumblr OAuth App with the `offline_access` scope, you can use [my tumblr authentication library](https://github.com/MarkSuckerberg/tumblr-auth) from the command line with the scope parameter set to include `offline_access` and the json option set to get the full response (which includes the refresh token). **REMEMBER THAT THE RUN USING WHATEVER ACCOUNT YOU ARE LOGGED INTO!** You *really* want to use a bot account for this, since if you accidentally merge malicious code, it could run on your main account. ## Roadmap - [ ] [Cover all (documented) endpoints](https://github.com/MarkSuckerberg/typeble/issues/3) - [x] Add support for OAuth1/plain access token authentication where possible - [x] Release on NPM - [ ] Starter template using this project ## Other Resources - [Tumblr API Documentation](https://www.tumblr.com/docs/en/api/v2) - [Tumblr OAuth Apps](https://www.tumblr.com/oauth/apps) - [Tumblr API Console](https://api.tumblr.com/console)
WIP Unofficial Tumblr JS library written in Typescript
javascript,javascript-library,nodejs,npm,tumblr,tumblr-api,typescript,typescript-library
2023-02-01T00:59:26Z
2024-03-12T03:42:39Z
2024-03-12T03:42:39Z
1
0
115
1
0
2
null
MIT
TypeScript
Mystic-Mirage/scrum-host-reminder
main
# Scrum Host Reminder Reminds who's turn to host a daily stand-up meeting ![Scrum Host Reminder](scrum-host-reminder.png)
Reminds who's turn to host a daily stand-up meeting
google-apps-script,google-sheets,javascript,scrum
2023-02-09T17:56:48Z
2024-03-20T14:14:11Z
null
1
0
144
0
0
2
null
null
JavaScript
moinkhan07/MarkDeals
main
# MarkDeals - An Ecommerce Application <img src = "./FrontEnd/Assets/logo.png"> - The website has been built using Spring Boot, a popular Java-based framework, for its backend. - For the frontend, the website uses HTML, CSS, and JavaScript, which are common languages used for building user interfaces on the web. - The use of these technologies suggests that Markdeals is a modern and well-designed ecommerce platform that is capable of providing an optimal user experience for its customers. <img src = "./FrontEnd/Assets/erdiagram.jpg"> ## There are mainly 2 users : ### 1. Admin ### 2. User ## Index Page : <img src="./FrontEnd/Assets/indexpage.png"> ## Admin Side : ### Login - Username: admin@gmail.com - Password: 12345678 <img src = "./FrontEnd/Assets/adminlogin.png"> ### Dashboard - View Sales Daily - View Total Users Registered - View Total Products - View Total Orders - View Total Processing Orders - View Total Processsed Orders - View Total Out For Delivery Orders - View Total Delivered Orders - View Total Cancelled Orders <img src = "./FrontEnd/Assets/admindash.png"> ### User Section - View All Register Users <img src = "./FrontEnd/Assets/adminuser.png"> ### Product Section - View All Products - Add product - Update Product Price & Quantity - Delete Product <img src="./FrontEnd/Assets/adminproduct.png"> ### Order Section - View All Orders - Update Order Status <img src="./FrontEnd/Assets/orderadmin.png"> ## User Side : ### Register & Login <img src = "./FrontEnd/Assets/userLogin.png"> ### Product Page - View All Products - Search Product By Name - Sort Products by Price (Low to high/high to low) - Filter By Category (Pants,Shirts,T-shirt,Laptop,Mobile,Grocery,Home-Kitchen) - Add To Cart Product <img src = "./FrontEnd/Assets/productpage.png"> ### Cart Page - Remove Product - Checkout Amount - Increase/Decrease Quantity (Pending) <img src = "./FrontEnd/Assets/cartpage.png"> ### Payment Page - Card Payment(Card number should be of 16 digits, CVV = 786) - UPI Payment (1234567890@ibl) - Scan & Pay (Scan the barcode, You will get an otp) - COD <img src="./FrontEnd/Assets/payment.png"> ### Success Page <img src = "./FrontEnd/Assets/successpage.png"> ### Order History - View All Orders History - Cancel Order <img src="./FrontEnd/Assets/orderhistory.png"> ## Tech Stack : - Java - Spring Boot - MySQL - Spring Data JPA - Hibernate - Javascript - CSS - HTML - Railway - Swagger ## Contributor : - Moin Khan <h1 style="text-align:center;">Thank you for taking the time to read 😊</h1>
MarkDeals is an E-commerce website. User can view product, add to cart, placed order and Admin can (add, delete, update, view) products and orders also view all the users and also admin can see daily sales, total order, total products, total users, and much more on the dashboard.
java,spring-boot,css,hibernate,html,javascript,maven,mysql
2023-01-31T17:30:58Z
2024-04-16T04:26:32Z
null
1
170
357
0
0
2
null
null
Java
kunal-2002/kunal-kathpal-portfolio-website
main
# My Portfolio website A React App which is a personal portfolio website. # Technologies: ## Frontend: HTML, SASS, Javascript and React ## Backend: Sanity.io # 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)
A React App which is a personal portfolio website made by using HTML, SASS, Javascript and React for its Front-end and Sanity for its Back-end.
api,create-react-app,html-css-javascript,javascript,json,react,sanity-io,sass-framework
2023-02-04T15:55:58Z
2023-05-18T05:01:27Z
null
1
0
10
0
0
2
null
null
JavaScript
No-Country/C9-26-Java-React
main
<img align="center" src="https://res.cloudinary.com/dqkkehztd/image/upload/v1682751696/readme/imxge16pjcsecjrn7pst.png"> <h3>👉🏻 Learn English easily with Bright English. We offer fast customer support, online interviews, streamlined data loading, and an interactive methodology for a fun and effective learning experience.</h3> <h3>👉🏻 <b>Visit our website at <a href="https://bright-english.vercel.app/">Bright English</a> 📚</b></h3> <h3><a href="https://www.canva.com/design/DAFbsKILg88/mCCl3MFdHaR6UWSZUtPZWw/watch"> <img src="https://img.shields.io/badge/Video Preview%20-%231A237E.svg?&style=for-the-badge&logo=Canva&logoColor=white"/></h3> <hr/> ### ⚡ Project links: <h3><a href="https://www.figma.com/file/eDI7HAuNMbGwzJgMby2PkR/No-Country-C9-26?node-id=109-2&t=n5vk2BS8yKjb1tIk-0"> <img src="https://img.shields.io/badge/Figma-%23F24E1E.svg?style=for-the-badge&logo=Figma&logoColor=white"/></a> <a href="https://documenter.getpostman.com/view/25274758/2s93CHuaTn"> <img src="https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=Postman&logoColor=white"/></a></h3> <hr/> ### ⚛️ Front End: #### 🛠️ Tech Stack: ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=black) ![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=white) ![Redux](https://img.shields.io/badge/Redux-764ABC?style=for-the-badge&logo=Redux&logoColor=white) ![Axios](https://img.shields.io/badge/Axios-000000?style=for-the-badge&logo=axios&logoColor=white) ![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white) ![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=HTML5&logoColor=white) ![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=CSS3&logoColor=white) ![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=Vercel&logoColor=white) #### 🧑‍💻 Developers: | <img src="https://avatars.githubusercontent.com/u/12972468?v=4" width=50>| <img src="https://avatars.githubusercontent.com/u/101360874?v=4" width=50>| <img src="https://avatars.githubusercontent.com/u/105551748?v=4" width=50>| |:-:|:-:|:-:| | **Alberto Gomez Juan**| **Fernando De Laurentis**| **Franco Buceta**| | <a href="https://github.com/agomezjuan"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/agomezjuan/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <a href="https://github.com/Fdlaurentis/"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/fernando-de-laurentis"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <a href="https://github.com/francobuceta"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/francobuceta"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <hr/> ### ☕ Back End: #### 🛠️ Tech Stack: ![Java](https://img.shields.io/badge/Java-007396?style=for-the-badge&logo=java&logoColor=white) ![Spring Boot](https://img.shields.io/badge/Spring_Boot-6DB33F?style=for-the-badge&logo=Spring%20Boot&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=for-the-badge&logo=MySQL&logoColor=white) ![Hibernate](https://img.shields.io/badge/Hibernate-59666C?style=for-the-badge&logo=Hibernate&logoColor=white) ![Maven](https://img.shields.io/badge/Maven-C71A36?style=for-the-badge&logo=Apache%20Maven&logoColor=white) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=Postman&logoColor=white) ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=json-web-tokens&logoColor=white) ![Cloudinary](https://img.shields.io/badge/Cloudinary-7E57C2?style=for-the-badge&logo=Cloudinary&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=Docker&logoColor=white) ![AWS](https://img.shields.io/badge/AWS-232F3E?style=for-the-badge&logo=Amazon-AWS&logoColor=white) #### 🧑‍💻 Developers: <img src="https://res.cloudinary.com/dqkkehztd/image/upload/v1681946601/readme/ggb8cgny4tlty884hdnr.jpg" width=50>| |:-:| | **Armando Ruiz**| <a href="https://github.com/ArielRzz"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/ruizarmandoariel/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <hr/> ### 🎨 UX/UI: | <img src="https://res.cloudinary.com/dqkkehztd/image/upload/v1682753805/readme/whcqj9rtnci4opbptd29.jpg" width=50>| <img src="https://res.cloudinary.com/dqkkehztd/image/upload/v1682753805/readme/gkmeoymptrjzbvbj2d3p.jpg" width=50>| |:-:|:-:| | **Maria Laura Cattaneo**| **Veronica Stanislavsky**| |<a href="https://www.behance.net/marialcattane"><img src="https://img.shields.io/badge/Behance-1769ff?style=for-the-badge&logo=behance&logoColor=white"/></a> <a href="https://www.linkedin.com/in/maria-laura-cattaneo/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <a href="https://www.behance.net/phstanis"><img src="https://img.shields.io/badge/Behance-1769ff?style=for-the-badge&logo=behance&logoColor=white"/></a> <a href="https://www.linkedin.com/in/veronica-mariela-stanislavsky/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <hr/> ### 🧪 QA: | <img src="https://res.cloudinary.com/dqkkehztd/image/upload/v1682753805/readme/shteogxsz1zefdoebdt2.jpg" width=50>| |:-:| | **Gabriel Flores**| |<a href="https://www.linkedin.com/in/gabrielfloresc/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> | <hr/> ### 👩‍💼 Project Manager: | <img src="https://res.cloudinary.com/dqkkehztd/image/upload/v1682753805/readme/tzg0cph6zv0mlq5ezd3o.jpg" width=50>| |:-:| | **Camila Cataldi**| |<a href="https://www.linkedin.com/in/cami-cataldi/"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> |
Learn English easily with Bright English. We offer fast customer support, online interviews, streamlined data loading, and an interactive methodology for a fun and effective learning experience.
java,javascript,spring-boot,react,html,css,spring-data-jpa,spring-security,jwt
2023-01-31T16:55:49Z
2024-04-23T13:52:12Z
null
8
52
221
0
1
2
null
null
Java
SCjadhav21/Paradox_Squad_Project
main
<h1 align="center" id="title">IMPACT Classes</h1> IMPACT Calsses is an educational lecture designed to be posted online with beautiful platform. Lectures are recorded to video, audio or both, then uploaded and made viewable on a designated site. Students may go to a certain designated site to view the lecture online at a time which is convenient. ## 🛠 Built with Technologies used in the project: ![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&amp;logo=javascript&amp;logoColor=F7DF1E) ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&amp;logo=react&amp;logoColor=61DAFB) ![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white) ![Chakra-UI](https://img.shields.io/badge/Chakra--UI-319795?style=for-the-badge&amp;logo=chakra-ui&amp;logoColor=white) ![Node-JS](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&amp;logo=nodedotjs&amp;logoColor=white) ![Express-JS](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&amp;logo=express&amp;logoColor=white) ![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&amp;logo=mongodb&amp;logoColor=white) ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&amp;logo=JSON%20web%20tokens) ## 💻 Screenshots **Home Page:** ![Home Page](https://user-images.githubusercontent.com/96822665/215349326-eb04c8fa-d6e8-405f-ab49-bcae6e237aa5.png) **Login Page:** ![Login Page](https://user-images.githubusercontent.com/96822665/215349223-ad39bed4-831b-4b82-a6a2-eef40b32ddd1.jpg) **Category Page:** ![Product Page](https://user-images.githubusercontent.com/96822665/215349449-5b2d8d4e-0721-4c84-b1c6-2227807c9e1b.jpg) **Single Category Page:** ![Product Page](https://user-images.githubusercontent.com/96822665/215349508-17c1c285-6867-49c1-b7be-59ef1dfc9b4f.jpg) ## ✨ Features - Live previews -Simple Authentication ## 🚀 Demo **Front-end deployed URL:** https://coruscating-dango-7c9751.netlify.app/ <br/> **Back-end deployed URL:** https://vast-cow-kilt.cyclic.app/ Clone the project ```bash https://github.com/SCjadhav21/Paradox_Squad_Project.git ``` ## ✍ Authors - [@SCjadhav21](https://www.github.com/SCjadhav21) - [@Abhi11sep](https://github.com/Abhi11sep) - [@Gurjazz18](https://github.com/Gurjazz18) ##
IMPACT Classes is an educational lecture designed to be posted online with beautiful platform. Lectures are recorded to video, audio or both, then uploaded and made viewable on a designated site. Students may go to a certain designated site to view the lecture online at a time which is convenient.
chakra-ui,css,expressjs,javascript,mongodb,mongodb-atlas,mongoose,nextjs,nodejs,react
2023-01-28T06:10:42Z
2023-01-29T19:10:46Z
null
3
15
40
0
0
2
null
null
JavaScript
DevjavuBlog/devjavu-utterances
main
# Devjavu Utterances 🔮 + 🗞️ Devjavu's commenting / issue system built with utterances. Comments made on each article on [Devjavu](git@github.com:MartinsOnuoha/devjavu-utterances.git) will be created as an issue on this repository. ![Devjavu landing page](https://raw.githubusercontent.com/MartinsOnuoha/devjavu-utterances/main/assets/landing.png)
Devjavu's commenting space built with utterance
javascript,utterances
2023-01-28T23:11:53Z
2023-01-29T03:03:15Z
null
1
0
1
4
0
2
null
null
null