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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MatheusCouti/nlw-setup | main | <h1 align="center"> Habits </h1>
<p align="center">
Evento nlw produzido pela Rocketseat projeto web nlw-setup. <br/>
</p>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
<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/preview.jpg" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- JavaScript
- Git e Github
- Figma
## 💻 Projeto
O Habits é um app para ajudar a rastrear os hábitos.
- [Visite o projeto online](https://matheuscouti.github.io/nlw-setup)
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/community/file/1195327109778210238). É necessário ter conta no [Figma](https://figma.com) para acessá-lo.
## :memo: Licença
Esse projeto está sob a licença MIT.
---
Feito por Matheus Coutinho 💻 na plataforma da Rocketseat | Habit Tracker | css,figma,git,hml,javascript | 2023-01-21T23:43:07Z | 2023-01-22T00:13:34Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | CSS |
Theuzqrz/NLW-habits | main | <h1 align="center"> Habits </h1>
<p align="center">
NLW é um evento exclusivo e gratuito, promovido pela Rocketseat para ensino de tecnologias WEB.<br/>
</p>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
<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/habits.png" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- JavaScript
- Git e Github
- Figma
## 💻 Projeto
O Habits é um app para ajudar a rastrear os hábitos.
- [Visite o projeto online](http://theuzqrz.github.io/NLW-habits)
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/community/file/1187422022288947321). É necessário ter conta no [Figma](https://figma.com) para acessá-lo.
## :memo: Licença
Esse projeto está sob a licença MIT.
---
Feito com ♥ by Rocketseat :wave: [Participe da nossa comunidade!](https://discord.gg/rocketseat)
| Habits Tracker by NWL's Rocketseat | css,figma,git,github,html,javascript | 2023-01-23T02:46:40Z | 2023-05-21T19:29:34Z | null | 1 | 0 | 23 | 0 | 0 | 3 | null | null | CSS |
scarletquasar/melon-docs-ofc | main | # Melon Runtime Official Documentation
Documentation for Melon Runtime containing API Reference, Best Pratices and specific tutorials.
| 🔰 Documentation for Melon Runtime containing API Reference, Best Pratices and specific tutorials | documentation,javascript,melon,runtine | 2023-01-19T03:56:01Z | 2023-04-10T03:47:16Z | 2023-04-10T03:47:16Z | 1 | 0 | 47 | 0 | 0 | 3 | null | MIT | JavaScript |
serkonda7/miniscript | main | # Miniscript
Selfhosted source-to-source compiler for a small subset of JavaScript in 1k lines of code.
The prebuilt JS used for bootstrapping is in `out/`.
## Usage
```sh
Usage: node cli.js <command|file>
Examples:
node cli.js foo.ms Compile the file ´foo.ms´ into ´foo.js´.
Commands:
self Recompile the compiler.
version Print version information..
help Show this message.
```
## Feature Support and Compability
> This section is work in progress and doesn't reflect the actual feature set yet!
### Try...catch
```js
try {
// try statements
} catch (exception_var) {
// catch statements
} finally {
// finally statements
}
```
Optional elements:
- `exception_var` and its surrounding parentheses, resulting in `catch {...}`
- `catch` block
- `finally` block
### Imports and Exports
```js
import * as import_name from 'import'
export { foo, bar, baz }
```
## License and Attribution
This project was inspired by [mini-js][repo-mini-js].
All files in this repository are subject to the [MIT License](LICENSE).
<!-- links -->
[repo-mini-js]: https://github.com/maierfelix/mini-js
| Minimal selfhosted compiler for a subset of JavaScript in 1k lines of code. | compiler,self-hosted,javascript,toy | 2023-01-23T19:34:17Z | 2023-11-28T13:11:05Z | 2023-01-30T18:37:15Z | 1 | 0 | 25 | 0 | 0 | 3 | null | MIT | JavaScript |
ShivankK26/The-Dice-Game | main |
<!-- ABOUT THE PROJECT -->
# About The Project

In this project, I've built a Web Page where there are two Players assigned as Player 1 and Player 2 with one dice each. As you refresh the Web Page the dice rolls automatically and the Player which gets the bigger number becomes the winner and that person's name is displayed at the top.
Use the `README.md` to get started.
<!-- BUILT WITH -->
# Built With
The Tech Stacks used are:
<div align="center">
<a href="https://skillicons.dev">
<img src="https://skillicons.dev/icons?i=html,css,js" />
</a>
</div>
<!-- GETTING STARTED -->
# Getting Started
To get started, download all the faces of dice and import them in your project. After that create the HTML, CSS, and JavaScript files.
<!-- CONTACT -->
# Contact
Name: Shivank Kapur - shivankkapur2004@gmail.com
Project Link: https://shivankk26.github.io/The-Dice-Game/
| In this project, I've built a Web Page where there are two Players assigned as Player 1 and Player 2 with one dice each. As you refresh the Web Page the dice rolls automatically and the Player which gets the bigger number becomes the winner and that person's name is displayed at the top. | css,html,javascript | 2023-01-20T14:56:14Z | 2023-04-04T05:39:16Z | null | 1 | 0 | 14 | 0 | 0 | 3 | null | null | HTML |
Googlers-Repo/node-native | master | null | Android native functions written in Node.js | android,cpp,magisk,magisk-module,native,javascript | 2023-01-23T14:14:13Z | 2023-02-26T10:58:16Z | null | 1 | 0 | 11 | 0 | 0 | 3 | null | null | C++ |
luizbrito6/projeto-mario | main | # projeto-mario
Projeto realizado durante a Semana do zero ao programador contratado do canal Dev em dobro.
> <h4>Link - https://luizbrito6.github.io/projeto-mario/</h4>

| Projeto realizado durante a Semana do zero ao programador contratado do canal Dev em dobro. | css,html,javascript | 2023-01-22T21:51:27Z | 2023-02-16T12:07:24Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | CSS |
erkamesen/Quote-Generator | main | # Quote-Generator
Simple Flask app with JavaScript

## Installation
Flask
```
pip install Flask
```
Flask - SQLAlchemy
```
pip install Flask-SQLAlchemy
```
## Usage
Follow these steps:
- Clone the repository:
```
git clone https://github.com/erkamesen/quote-generator.git
```
- Navigate to the directory:
```
cd quote-generator
```
- Run the application:
```
flask run
```
Quote-Generator now running on your localhost: http://127.0.0.1:5000
## Quote API
All quotes:
```
http://localhost:5000/quotes
```
Random quote:
```
http://localhost:5000/random-quote
```
| Simple Flask app with JavaScript | css,flask,html,javascript,python | 2023-01-24T17:14:50Z | 2023-03-05T15:49:40Z | null | 1 | 0 | 8 | 0 | 3 | 3 | null | GPL-3.0 | CSS |
daniel-oliv3/dev-two-mario_website | main | null | Projeto desenvolvido com HTML CSS JavaScript | css,html,javascript | 2023-01-18T03:57:34Z | 2023-01-26T15:40:59Z | null | 1 | 0 | 18 | 0 | 0 | 3 | null | null | CSS |
msaouab/ft_transcendence | master | # ft_transcendence
This project is about creating a website for the mighty Pong contest!
# Overview
Thanks to your website, users will play Pong with others. You will provide a nice user interface, a chat, and real-time multiplayer online games!
<img src="./Image/Overview.jpg" />
Your work has to comply with the following rules:
- Your website backend must be written in NestJS.
- The frontend must be written with a TypeScript framework of your choice.
- You are free to use any library you want to in this context. However, you must use the latest stable version of every library or framework used in your project.
- You must use a PostgreSQL database. That’s it, no other database.
- Your website must be a single-page application. The user should be able to use the Back and Forward buttons of the browser.
- Your website must be compatible with the latest stable up-to-date version of Google Chrome and one additional web browser of your choice.
- The user should encounter no unhandled errors and no warnings when browsing the website.
- Everything has to be launch by a single call to: docker-compose up --build
# Security concerns
In order to create a fully functional website, here are a few security concerns that you have to tackle:
- Any password stored in your database must be hashed.
- Your website must be protected against SQL injections.
- You must implement some kind of server-side validation for forms and any user input.
# User Account
The user must login using the OAuth system of 42 intranet.
- The user should be able to choose a unique name that will be displayed on the website.
- The user should be able to upload an avatar. If the user doesn’t upload an avatar, a default one must be set.
- The user should be able to enable two-factor authentication. For instance, Google Authenticator or sending a text message to their phone.
- The user should be able to add other users as friends and see their current status (online, offline, in a game, and so forth).
- Stats (such as: wins and losses, ladder level, achievements, and so forth) have to be displayed on the user profile.
- Each user should have a Match History including 1v1 games, ladder, and anything else useful. Anyone who is logged in should be able to consult it.
# Chat
You also have to create a chat for your users:
- The user should be able to create channels (chat rooms) that can be either public, or private, or protected by a password.
- The user should be able to send direct messages to other users.
- The user should be able to block other users. This way, they will see no more messages from the account they blocked.
- The user who has created a new channel is automatically set as the channel owner until they leave it.
- The channel owner can set a password required to access the channel, change it, and also remove it.
- The channel owner is a channel administrator. They can set other users as administrators.
◦ The administrators of a channel can ban or mute users for a limited time.
- The user should be able to invite other users to play a Pong game through the chat interface.
- The user should be able to access other players profiles through the chat interface.
# Game
The main purpose of this website is to play Pong versus other players and show everyone how good you are!
- Therefore, users should be able to play a live Pong game versus another player directly on the website.
- There must be a matchmaking system: the user can join a queue until they get automatically matched with someone else.
- It can be a canvas game, or it can be a game rendered in 3D, it can also be ugly, but in any case, it must be faithful to the original Pong (1972).
- You must offer some customization options (for example, power-ups or different maps). However, the user should be able to select a default version of the game without any extra features if they want to.
- The game must be responsive!
- The user should be able to watch a live play between other users without interfering with it.
# Data Base
- [The data-base diagram](https://drawsql.app/teams/ft-transcendence-1/diagrams/ft-transcendence)
# Contributers
- [Mohamed SAOUAB](https://github.com/msaouab)
- [intra](https://profile.intra.42.fr/users/msaouab)
- [linkedin](https://www.linkedin.com/in/msaouab/)
- [Ilyass QESSAM](https://github.com/iqessam)
- [intra](https://profile.intra.42.fr/users/iqessam)
- [linkedin](https://www.linkedin.com/in/ilyassqessam/)
- [Ismail Choukri](https://github.com/ichoukri)
- [intra](https://profile.intra.42.fr/users/ichoukri)
- [Rida En-nasry](https://github.com/RidaEn-nasry)
- [intra](https://profile.intra.42.fr/users/ren-nasr)
- [linkedin](https://www.linkedin.com/in/rida-ennasry/)
- [Mohamed Behhar](https://github.com/MohamedBehhar)
- [intra](https://profile.intra.42.fr/users/mbehhar)
- [linkedin](https://www.linkedin.com/in/mohamed-behhar-332025155/)
# Technology used
<img src="https://img.shields.io/badge/NestJS-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" />
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" />
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" />
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" />
<img src="https://img.shields.io/badge/Material%20UI-007FFF?style=for-the-badge&logo=mui&logoColor=white" />
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white" />
<img src="https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white" />
<img src="https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white" />
<img src="https://img.shields.io/badge/-Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white" />
<img src="https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white" />
| This project is about creating a website for the mighty Pong contest! | html,javascript,nestjs,react,typescript,css,html5,docker,docker-compose,postgresql | 2023-01-18T15:06:30Z | 2023-06-26T19:16:04Z | null | 6 | 63 | 362 | 0 | 3 | 3 | null | null | TypeScript |
LivioAlvarenga/aluroni | master | <h1 align="center">
SPA (single page application) de restaurante - Projeto React/React-router-dom - TypeScript - ViteJs - Tailwindcss.
</h1>
<p align="center">
<a href="#-sobre-o-projeto">Sobre</a> •
<a href="#-vitrine-dev">Vitrine Dev</a> •
<a href="#-tecnologias">Tecnologias</a> •
<a href="#-instalação">Instalações</a> •
<a href="#-funcionalidades">Funcionalidades</a> •
<a href="#-autor">Autor</a> •
<a href="#-licença">Licença</a>
</p>


<a id="-sobre-o-projeto"></a>
## 💻 Sobre o projeto
🚀 SPA com Home, Cardápio, Detalhamento de prato, Sobre e PageNotFound 404 de restaurante em React, React-Router, TypeScript, Radix UI, ViteJs e Tailwindcss.
Usei a metodologia Mobile-first, o projeto é responsivo para Mobile, Tablet, Desktop pequeno e grande.
Aplicação com input de busca, filtros por categoria (massas, carnes, etc), ordenação por preços, porção etc.
Foi utilizado o componente Radix UI Menubar no componente de ordenação e Navigation Menu para gerar acessibilidade.
Page not found 404 com animação de background.
Usei o Tailwindcss para abstrair o CSS. Adicionei ao Tailwindcss cores, fontes e responsividade personalizadas.
Usei React Router Dom para gerenciamento de rotas.
Usei a biblioteca CLSX para adicionar condicionais as className.
Como formatador e estile de código foi utilizado Prettier e Eslint.
Deploy na Vercel.

<p align="center">
<a href="#license"><img src="https://img.shields.io/github/license/LivioAlvarenga/aluroni?color=ff0000"></a>
<a href="https://github.com/LivioAlvarenga/aluroni/issues"><img src="https://img.shields.io/github/issues/LivioAlvarenga/aluroni" alt="issue site aluroni" /></a>
<a href="https://github.com/LivioAlvarenga/aluroni"><img src="https://img.shields.io/github/languages/count/LivioAlvarenga/aluroni" alt="total amount of programming languages used in the project" /></a>
<a href="https://github.com/LivioAlvarenga/aluroni"><img src="https://img.shields.io/github/languages/top/LivioAlvarenga/aluroni" alt="most used language in the projects" /></a>
<a href="https://github.com/LivioAlvarenga/aluroni"><img src="https://img.shields.io/github/repo-size/LivioAlvarenga/aluroni" alt="repository size" /></a>
<a href="https://aluroni-livio-alvarenga.vercel.app/"><img src="https://vercel.com/button" alt="Deploy with Vercel"/></a>
<p>
---
<a id="-vitrine-dev"></a>
## 📺 Vitrine Dev
| :placard: Vitrine.Dev | |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| :sparkles: Nome | **SPA (single page application) de restaurante - Projeto React/React-router-dom - TypeScript - ViteJs - Tailwindcss.** |
| :label: Tecnologias | React, React-Router, TypeScript, ViteJs, Tailwindcss, Radix UI, NodeJs, JavaScript, HTML5, CSS3, Prettier, Eslint |
| :rocket: URL | https://aluroni-livio-alvarenga.vercel.app/ |
---
<a id="-tecnologias"></a>
## 🛠 Tecnologias
As seguintes ferramentas foram usadas na construção do projeto
<p align="center">
<a href= "https://html5.org/"><img alt="html 5 badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=E34F26&logo=HTML5&label=Markup Language&message=HTML5&color=E34F26"></a>
<a href= "https://developer.mozilla.org/pt-BR/docs/Web/CSS"><img alt="CSS 3 badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=1572B6&logo=CSS3&label=Style&message=CSS3&color=1572B6"></a>
<a href= "https://tailwindcss.com/"><img alt="Tailwind CSS badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=06b6d4&logo=Tailwind CSS&label=Style&message=Tailwind CSS&color=06b6d4"></a>
<a href= "https://www.typescriptlang.org/"><img alt="TypeScript badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=3178c6&logo=TypeScript&label=Language&message=TypeScript&color=3178c6"></a>
<a href= "https://www.javascript.com/"><img alt="JavaScript badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=F7DF1E&logo=JavaScript&label=Language&message=JavaScript&color=F7DF1E"></a>
<a href= "https://nodejs.org/en/"><img alt="Node.js badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=339933&logo=Node.js&label=Runtime Environment&message=Node.js&color=3139933"></a>
<a href= "https://reactjs.org/"><img alt="React badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=61dafb&logo=React&label=Framework&message=React&color=61dafb"></a>
<a href= "https://reactrouter.com/"><img alt="React Router badge" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=ca4245&logo=React Router&label=Library&message=React Router&color=ca4245"></a>
<a href= "https://vitejs.dev/"><img alt="site Vite" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=646cff&logo=Vite&label=Tooling&message=Vite&color=646cff"></a>
<a href= "https://code.visualstudio.com/download"><img alt="vscode download" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=007ACC&logo=Visual Studio Code&label=IDE&message=Visual Studio Code&color=007ACC"></a>
<a href= "https://github.com/prettier/prettier"><img alt="code formatter prettier" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=F7B93E&logo=Prettier&label=Code Formatter&message=Prettier&color=F7B93E"></a>
<a href= "https://eslint.org/"><img alt="code standardization eslint" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=4B32C3&logo=ESLint&label=Code Standardization&message=ESLint&color=4B32C3"></a>
</p>
---
<a id="-instalação"></a>
## ⚙️ Instalações
### Criando projeto com ViteJs e React e TypeScript
```bash
npm create vite@latest aluroni -- --template react-ts
# Instalando dependências
cd aluroni
npm install
# Instalando vite-plugin-svgr para criar componentes SVG
npm install vite-plugin-svgr -D
# Em vite.config.ts adicione import e plugin
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
import svgr from "vite-plugin-svgr";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), svgr()],
});
# Crie uma pasta type e add file svg.d.ts
/// <reference types="vite-plugin-svgr/client" />
# Instalando vite-tsconfig-paths para fazer imports absolutos
npm install -D vite-tsconfig-paths
# Em vite.config.ts adicione import e plugin
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
import svgr from "vite-plugin-svgr";
import tsconfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [react(), svgr(), tsconfigPaths()],
});
# Em tsconfig.json adicione a baseURL em compilerOptions
"baseUrl": "./src"
# Instalando react-icons
npm install react-icons
# Instalando react-router-dom
npm install react-router-dom
# Instalar Menubar Radix
npm install @radix-ui/react-menubar
# Instalar Navigation Menu do Radix
npm install @radix-ui/react-navigation-menu
```
### Instalando arquitetura Tailwindcss
```bash
npm install -D tailwindcss postcss autoprefixer prettier prettier-plugin-tailwindcss
# Criando tailwind.config.cjs
npx tailwindcss init -p
# Editando npx tailwind.config.cjs
/** @type {import('tailwindcss').Config} \*/
module.exports = {
content: ["./index.html", "./src/**/\*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}
# Adicionando configuração Tailwindcss em global.css
@tailwind base;
@tailwind components;
@tailwind utilities
# Cria arquivo .prettierrc.json na raiz do projeto
# Inicia projeto
npm run dev
```
### Configurando ESlint
```bash
# Instalando Eslint
npm init @eslint/config
# √ How would you like to use ESLint? · style
# √ What type of modules does your project use? · esm
# √ Which framework does your project use? · react
# √ Does your project use TypeScript? · Yes
# √ Where does your code run? · browser
# √ How would you like to define a style for your project? · prompt
# √ What format do you want your config file to be in? · JSON
# √ What style of indentation do you use? · 2
# √ What quotes do you use for strings? · double
# √ What line endings do you use? · windows
# √ Do you require semicolons? · Yes
# rodando o eslint e forçando os ajustes com --fix
npx eslint ./src --fix
# Adicionar no arquivo .eslintrs.json no campo rules a opção abaixo para não precisarmos importar o react no inicio do arquivo, as versões acima de 17 do react não tem necessidade de realizar a importação
"react/react-in-jsx-scope": "off"
# Adicionar em ident a opção { "SwitchCase": 1 }, para corrigir erro de edentação em switchCase
"indent": ["error", 2, { "SwitchCase": 1 }],
# Adicionar ignorePatterns "*.config.cjs" para ignorar os arquivos de configuração. Ou adicione no top dos arquivos /* eslint-env node */, pois Node é o ambiente real durante a compilação.
"ignorePatterns": ["*.config.cjs"]
```
### Instalações para suporte
```bash
# Instalar CLSX para criar condicionais em className
npm install clsx
```
---
<a id="-funcionalidades"></a>
## ⚙️ Funcionalidades

- Buscar por descrição de pratos;
- Filtrar por categoria de pratos;
- Ordenar por preço, quantidade e serve quantas pessoas;
- Efeito de zoom em imagens de pratos;
- MenuNavigation com acessibilidade (Radix UI);
- Menubar de ordenação com acessibilidade (Radix UI);
- Site responsivo Mobile, Tablet e Desktop.
- Page not found 404 com animação personalizada de background.
- Animação de card em cardápio.
- SPA com Home, Cardápio, Detalhamento de prato, Sobre e PageNotFound 404.

### 🧭 Rodando a aplicação web (Modo desenvolvimento)
```bash
# Clone este repositório
$ git clone https://github.com/livioalvarenga/aluroni.git
# Acesse a pasta do projeto no seu terminal/cmd
$ cd aluroni
# Instale as dependências
$ npm install
# Execute a aplicação em modo de desenvolvimento
$ npm run dev
# A aplicação será aberta na porta:5173 - acesse http://localhost:5173
```
---
<a id="-autor"></a>
## 🦸 Autor
Olá, eu sou Livio Alvarenga, Engenheiro de Produção | Dev Back-end e Front-end. Sou aficcionado por tecnologia, programação, processos e planejamento. Uni todas essas paixões em uma só profissão. Dúvidas, sugestões e críticas são super bem vindas. Seguem meus contatos.
- [www.livioalvarenga.com](https://livioalvarenga.com)
- contato@livioalvarenga.com
<p align="center">
<a href= "https://www.livioalvarenga.com/"><img alt="portifólio livio alvarenga" src="https://raw.githubusercontent.com/LivioAlvarenga/LivioAlvarenga/3109a24e71f07dbad193ae0ddbc43b69b39c7adf/files/badgePortifolioLivio.svg"></a>
<a href= "https://www.linkedin.com/in/livio-alvarenga-planejamento-mrp-engenheiro-produ%C3%A7%C3%A3o-materiais-vba-powerbi/"><img alt="perfil linkedin livio alvarenga" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=0A66C2&logo=LinkedIn&label=LinkedIn&message=Livio Alvarenga&color=0A66C2"></a>
<a href= "https://twitter.com/AlvarengaLivio"><img alt="perfil twitter livio alvarenga" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=1DA1F2&logo=Twitter&label=Twitter&message=@AlvarengaLivio&color=1DA1F2"></a>
<a href= "https://www.instagram.com/livio_alvarenga/"><img alt="perfil instagram livio alvarenga" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=E4405F&logo=Instagram&label=Instagram&message=@livio_alvarenga&color=E4405F"></a>
<a href= "https://www.facebook.com/profile.php?id=100083957091312"><img alt="perfil facebook livio alvarenga" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=1877F2&logo=Facebook&label=Facebook&message=Livio Alvarenga&color=1877F2"></a>
<a href= "https://www.youtube.com/channel/UCrZgsh8IWyyNrRZ7cjrPbcg"><img alt="perfil youtube livio alvarenga" src="https://img.shields.io/static/v1?logoWidth=15&logoColor=FF0000&logo=YouTube&label=Youtube&message=Livio Alvarenga&color=FF0000"></a>
</p>
<p align="center">
<a href= "https://cursos.alura.com.br/vitrinedev/livioalvarenga"><img alt="perfil vitrinedev livio alvarenga" align="center" height="30" src="https://raw.githubusercontent.com/LivioAlvarenga/LivioAlvarenga/e0f5b5a82976af114d957c20f0c78b4d304a68a0/files/vitrinedev.svg"></a>
</p>
---
<a id="-licença"></a>
## 📝 Licença
Este projeto é [MIT licensed](./LICENSE).
##### _#CompartilheConhecimento_
| Cardápio de restaurante - Projeto React - TypeScript - ViteJs - Tailwindcss com arquivos estáticos. | css,css3,html,html5,javascript,nodejs,radix,radix-ui,react,reactjs | 2023-01-25T13:49:53Z | 2023-02-02T19:55:57Z | null | 1 | 0 | 88 | 0 | 0 | 3 | null | MIT | TypeScript |
govind-kumarr/my-tunes-musicapp | master | # my-tunes-musicapp
myTunes is a simple webpage where one can look at the best music and movie collections. It also have a gift cards feature by which you can avail amazing gift vouchers.
## Features
- Layout
- CSS Flexbox/Grid
## Sneak Peeks
This is the homepage of our application here is about section and all of the features of site



| myTunes is a simple webpage where one can look at the best music and movie collections. It also have a gift cards feature by which you can avail amazing gift vouchers. | css3,cssflexbox,cssgrid,html5,javascript | 2023-01-24T07:15:59Z | 2023-01-24T09:39:08Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | HTML |
adityakhr/Shoefie_Clone-Of-ClarkUSA | main | null | Shoefie is an E-commerce website that sells the variety of shoes for men, women and kids. It's a Front End based project. | css,html,javascript,filter,searching-sorting | 2023-01-17T09:20:15Z | 2023-01-22T18:00:15Z | null | 2 | 5 | 12 | 0 | 0 | 3 | null | null | HTML |
yashsdoshi/Blog_Website_With_Database | main |
# :octocat: Blog_Website_With_Database
### This is a Upgrade of my previous project, [Blog Website WITHOUT Database](https://github.com/yashdoshi12/Blog_Website_Without_Database). I have added MongoDB database to it! The front-end is same to previous one.
This is a Blog website made using `EJS`. You can write blogs and post them!
This is a simple website made using,
1. <b>`Node.js`</b>
2. <b>`express.js`</b>
3. <b>`Body-parser`</b> Module
4. <b>`lodash`</b> Mobule
# Note from Owner
- [x] <b>I have not worked much on `styling` for simplicity.</b>
- [x] <b>This website will give you a clear understanding of how `CRUD in MongoDB` works!</b>
<hr />
## :octocat: To install modules and frameworks
Method-1) Run the commands from below in your vs-code project folder terminal.
```bash
npm i node
npm i express
npm i body-parser
npm i lodash
```
Method-2) Download this repo. and run;
```bash
npm i
```
## :octocat: Cloning this repo(Terminal Vaersion):
- [x] Run the following command:
```bash
git clone 'https://github.com/yashsdoshi/Blog_Website_With_Database.git'
```
- [x] `cd` to the cloned folder:
```bash
cd Blog_Website_With_Database
```
- [x] Install required `npm` pakages
```bash
npm i
```
<hr />
### :octocat: Example prewview of website:

### :octocat: About Us Page:

### :octocat: Compose Page:

### :octocat: writing a post:

### :octocat: Updated Homepage:

### :octocat: Elaboration on specific post:

<hr/>
### MongoDB Shell images:



<hr />
<br />
## <div align="center">Don't forget to leave a star ⭐️</div>
| This is a Upgrade of my previous project, "Blog Website Without Database". I have added MongoDB database to it! | mongodb,mongoose,blog-website,blogging,dynamic-web-app,ejs,ejs-templates,express,expressjs,javascript | 2023-01-22T05:50:00Z | 2024-01-15T04:38:40Z | 2023-02-13T04:53:14Z | 1 | 0 | 26 | 0 | 1 | 3 | null | null | JavaScript |
prashantsail08/Book-Store-Website | main | # Book-Store-Website
This Project is mainly developed for bookstores and shops to digitize the book purchasing process. The aim is to create an efficient and reliable online Book Selling Platform. It manages all the information about Books, Stock, Customers, Payment, Delivery, Orders. This system saves both time and travelling cost of customers.
• In this website I created Login & Register module, Home Module, Search Module.
• By Visiting on this website, a Customer can Register, Login, Forgot Password, Update Customer Details, Add Books in the Cart, set Book Quantity, Delete Book, Place Order and Check Order Status Accordingly.
• Admin can Add Book, Update Book, Delete Book, Update Order Status, Delete Customers Account.
Technologies Used: Java, JSP, Servlet, Html, CSS and MySQL.
| This Project is mainly developed for bookstores and shops to digitize the book purchasing process. The aim is to create an efficient and reliable online Book Selling Platform. It manages all the information about Books, Stock, Customers, Payment, Delivery, Orders. This system saves both time and travelling cost of customers. | advance-java,css,hmtl,java,javascript,jdbc,jquery-ajax,jsp-servlet,mysql-database | 2023-01-25T15:40:18Z | 2023-02-17T12:26:21Z | null | 1 | 0 | 6 | 0 | 1 | 3 | null | null | Java |
TeleNEXus/TeleNEXus | master | #
\[En\]
#
# Introduction.
TeleNEXus is a program for building SCADA (Supervisory Control And
Data Acquisition) and ICS (Industrial Control System) systems.
The system project is a set of extensible markup language (XML) files that
describe the graphical interface, data sets and their presentation methods.
The software basis of TeleNEXus is the Qt framework, due to which
provides cross-platform.
# Features.
- Cross-platform;
- For the development of the project you need only a text editor;
- Security system to restrict access to the functions described
systems;
- Ability to work in embedded systems with touchscreen;
- Built-in ability to create on-screen keyboards;
- Ability to use JavaScript to describe behavior
systems, data processing, and response to operator actions;
- Ability to connect plugins in the form of dynamic libraries for
expanding the possibilities of building a graphical interface and implementing
data transfer protocols.
# Compiling.
## Composition of build.
The project consists of three separately compiled parts:
- The main part of TeleNEXus located in the folder `tnexcore`;
- The launcher located in the `tools/launcher` folder;
- MODBUS data source implementation plugin in the `plugins/modvussource` folder.
## Version Qt.
TeleNEXus was build using Qt 5.15.
## Linux.
To fully compile the entire project, you can use the bash script file
`build.sh` with the `-jN` option indicating the number of compilation threads, or you can
compile all parts separately using qmake and make.
After compilation, you can use the install.sh script which will copy
executable files and plugins to the `/opt/tnex` and `/opt/tnex/plugins` folders, as well as
create a tnex link in `/usr/bin/`
Build and installation example:
```
$./build.sh
$sudo ./install.sh
```
## Windows.
If you have the Linux Subsystem for Windows installed on your system, you can
use the bash script file `win_build.sh` with the `-jN` option to specify
number of compilation threads.
The `win_build.sh` file contains substitutions for the qmake and make commands at the beginning
which need to be changed in accordance with the utilities you have installed.
You can use QtCreator to compile all parts individually. For this
need to open files with `.pro` extension in QtCreator and after settings
projects to compile.
After compiling the project, you need to deploy it using
Qt utility `windeployqt.ext`, or if compilation was done by a script
`win_build.sh`, you can use the `win_deploy.sh` script as a result of work
which the `win_deploy` folder should appear containing all executable files
and libraries necessary for the program to work.
Build and deploy example:
```
$./win_build.sh
$./win_deploy.sh
```
or
```
$bash win_build.sh
$bash win_deploy.sh
```
# Usage.
## Console.
There are two ways to run a project in the console:
- Go to the project folder and run the tnex command, this will produce
search for the root file of the project with the name `main.xml`;
- Run a command like `tnex "xml file name or path to project"`
## tnexluncher project manager.
Using this small program, you can quickly launch different projects.
The program has a simple graphical interface and supports all possible
project launch options
# Examples.
Examples of simple projects designed to familiarize with the functions
of the program are given in the folder './examples'
## Screenshots
Screenshot of the sample project with the scheme "Set of light bulbs and buttons"
`examples/example_projects/mnemoscheme`.

Screenshot of widget style examples
`examples/widgetstyles`.

Screenshot of the on-screen keyboard example
`examples/keyboard`.

#
\[RU\]
#
# Введение.
TeleNEXus это программа для построения SCADA (Supervisory Control And
Data Acquisitionи) и ICS (Industrial Control System) систем.
Проект ситсемы представляет собой набор файлов расширяемого языка разметка
(XML) описывающие графический интерфейс, наборы данных и спобобы их представления.
Програмной основой TeleNEXus является фреймворк Qt за счет чего
обеспечивается кроссплатформенность.
# Особенности.
- Кроссплатформенность;
- Для рызработки проекта нужен только текствый редактор;
- Система безопасности для ограничения доступа к функциям описываемой
системы;
- Возможность работы во встроенных системах с экранами TouchScreen;
- Встроенная возможность создания экранных клавиатур;
- Возможность использования скриптов JavaScript для описания поведения
системы, обработки данных, и реакции на действия оператора;
- Возможность подключения плагинов в виде динамических библиотек для
расширения возможностей построения графического интерфейса и реализации
протоколов передачи данных.
# Компилирование.
## Состав сборки.
Проект состоит из трех отдельно компилируемых частей:
- Основная часть TeleNEXus расположенная в папке `tnexcore`;
- Программа запуска расположенная в папке `tools/launcher`;
- Плагин реализации источника данных MODBUS в папке `plugins/modvussource`.
## Версия Qt.
Для сборки TeleNEXus использовалась версия Qt 5.15.
## Linux.
Для полной компиляции всего проекта можно исользовать файл bash скрипта
`build.sh` с параметром `-jN` указывающий количество потоков компиляции, или можно
компилировать все части по отдельности, используя утилиту qmake и make.
После компиляции можно использовать скрипт install.sh который скопирует
исполняемые файлы и плагины в папку `/opt/tnex` и `/opt/tnex/plugins`, а также
создаые ссылку tnex в папке `/usr/bin/`
Пример сборки:
```
$./build.sh
$sudo ./install.sh
```
## Windows.
Если в вашей системе установлена подсистема Linux для Windows можно
исользовать файл bash скрипта `win_build.sh` с параметром `-jN` указывающий
количество потоков компиляции.
В файле `win_build.sh` в начале указаны подстановки для команды qmake и make
которые необходимо изменить в соотвенствии с установленными у вас утилитами.
Вы можете QtCreator, чтобы компилировать все части по отдельности. Для этого
необходимо открыть файлы с расширением `.pro` в QtCreator и после настроек
проектов произвести компиляцию.
После компиляции проекта необходимо произвести его развертывание используя
утилиту Qt `windeployqt.ext`, или если компиляция производилась скриптом
`win_build.sh`, можно использовать скрипт `win_deploy.sh` в результате работы
которого должна появиться папка `win_deploy` содержащая все исполняемые файлы
и библиотеки небоходимые для работы программы.
Пример сборки:
```
$./win_build.sh
$./win_deploy.sh
```
or
```
$bash win_build.sh
$bash win_deploy.sh
```
# Использование.
## Консоль.
Для запуска проекта в консоли можно использовать два пути:
- Перейти в папку проекта и запустить команду tnex, при этом будет произведен
поиск корневого файла проекта с именем `main.xml`;
- Выполнить команду вида `tnex "xml file name or path to project"`
## Менеджер проектов tnexluncher.
Используя эту небольшую программу можно быстро запускать разные проекты.
Программа имеет простой графический интерфейс и поддерживает все возможные
варианты запуска проекта.
# Examples.
Examples of simple projects designed to familiarize with the functions
of the program are given in the folder './examples'
## Снимки экрана
Снимок экрана простого проекта схемы типа "Набор лампочек и кнопочек"
`examples/example_projects/mnemoscheme`.

Снимок экрана проекта примеров стилей оформления виджетов
`examples/widgetstyles`.

Снимок экрана примера экранной клавиатуры
`examples/keyboard`.

| TeleNEXus is a program based on the Qt library designed to build SCADA and ICS systems | ics,remote-control,scada,modbus,xml,cplusplus,javascript,cross-platform,qt5,raspberry-pi | 2023-01-23T13:27:21Z | 2023-02-20T09:30:20Z | null | 1 | 0 | 729 | 1 | 1 | 3 | null | GPL-3.0 | C++ |
AmroAl-Wageei/Master_FrontEnd_ | main |
# Front-End
-> Done
##### 1. Coming Soon Page , 2. Home Page
##### 3. About Us Page , 4. Contact Us Page
##### 5. Artical Page , 6. Book Page
##### 7. Login Page , 8. Register Page
##### 9. Profile Page , 10. LOGO
-------------------------------------------------------------------------
-> Doing
##### 1. Services Page , 2. Admin Dashboard
| Master_FrontEnd_ | css3,html5,javascript,slider | 2023-01-20T17:35:39Z | 2023-02-02T10:56:12Z | null | 1 | 0 | 37 | 0 | 1 | 3 | null | MIT | HTML |
0-FoxHunt-0/Crypto-Bites_Crypto-Tracker | master | null | John Bryce Project 2 - this project allows the user to track and monitor current ongoing changes of crypto-currency values | javascript,web,web-development,web-development-project | 2023-01-18T06:43:51Z | 2023-03-22T10:36:24Z | null | 1 | 0 | 2 | 0 | 4 | 3 | null | null | JavaScript |
Ridwanullahi-code/React-porfolio | dev | ## **Project Demo**
[Live Demo](https://ridwan-ajayi-portfolio.netlify.app/)
## **Description**
Advanced Portfolio Website is a web-based platform that showcases the skills and work of a professional in a creative and interactive way.
The website is designed to provide users with a unique and engaging experience that highlights the individual's strengths and achievements
## **Features:**
- Home page: A landing page that provides an overview of the individual's skills, experience, and work.
- About Me: A page that provides information about the individual's background, education, and career goals.
- Portfolio: A page that displays the individual's projects, with detailed descriptions and images or videos.
- Blog: A page that features articles or posts related to the individual's field of expertise.
- Contact: A page that provides contact information, such as email address, phone number, and social media profiles, for users to get in touch with the individual.
## **Advanced Features:**
- Interactive Animations: Using animations and effects to create a unique and engaging user experience.
- Custom Graphics: Using custom graphics and illustrations to enhance the website's visual appeal.
## **Project Deliverables:**
- A functional and responsive website that meets the requirements specified in the project description.
- Source code with proper documentation.
- User manual and installation instructions.
## **Frontend Technology Stack:**
- Use JavaScript to build an interactive user interface.
- Understand the using of [HTML & CSS best practices](https://github.com/microverseinc/curriculum-html-css/blob/main/articles/html_css_best_practices.md)
- Use GitHub flow.
- Use [Gitflow](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/git-github/gitflow.md).
- Setup project with [React](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/lessons/what_is_react.md) to create a dynamic and interactive user interface.
- Understand how to use medium-fidelity [wireframes](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/sneak_peek.md) to create a UI
## **Prerequisites:**
- Basic Knowledge of HTML & CSS
- Basic Knowledge of [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) & [ES6](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/lesson_es6-what_is_it_about.md) syntax
- Basic Knowledge of [React Setup](https://reactjs.org/docs/getting-started.html) setup
- [Jest](https://jestjs.io/docs/getting-started) and [React Testing Library ](https://testing-library.com/docs/react-testing-library/example-intro)
## **Build With:**
- HTML
- CSS
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [React]((https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/webpack_v1_1.md))
## **SETUP**
To make use of this project, kindly run any of the following commands.
```
git clone https://github.com/Ridwanullahi-code/math-magicians.git
```
or
```
git clone git@github.com:Ridwanullahi-code/math-magicians.git
```
## **INSTALL**
```
npm install
```
```
npm install --save-dev @testing-library/dom
```
## **Run On Server**
To run the project on server, run below command
```
npm start
```
## **Run Test**
To test run the project
```
npm run test
```
## **Show your support**
Give a ⭐️ if you like this project!
## **Authors**
- Github: [Ridwan](https://github.com/Ridwanullahi-code)
- LinkedIn: [Ridwan](https://www.linkedin.com/in/ajayi-ridwan-2a1515199/)
## 🚀 **About Me**
I'm full stack software developer, Computer science, and Microverse student.
**Stack:** Python, JavaScript, Bootstrap, Ruby, Rails, React, Redux. Available for hire!
## 🤝 **Contributing**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ridwanullahi-code/React-porfolio/issues/)
## **Acknowledgements**
- [Microverse](https://www.microverse.org/)
## **License**
This project is [MIT](https://choosealicense.com/licenses/mit/LICENSE) licensed.
| Advanced Portfolio Website is a web-based platform that showcases the skills and work of a professional in a creative and interactive way. The website is designed to provide users with a unique and engaging experience that highlights the individual's strengths and achievements. | css,javascript,react,reactjs,redux,tailwindcss | 2023-01-22T23:39:24Z | 2023-03-06T06:31:16Z | null | 1 | 0 | 20 | 0 | 0 | 3 | null | null | JavaScript |
Kushan2k/real-state-application-nextjs-public | git-public | This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
| created real state web application using nextjs,SSG,SSR,RepidAPI and more.. | chak,javascript,nextjs,react,reactjs,rapitapi | 2023-01-23T11:52:35Z | 2023-01-23T12:02:36Z | null | 1 | 0 | 9 | 0 | 1 | 3 | null | null | JavaScript |
MosesSoftEng/alx-backend | master | # :book: ALX Backend.
## :page_with_curl: Topics Covered
1. Pagination.
2. Caching.
3. i18n.
## :wrench: Project setup.
```bash
# Create project directory and readme.
mkdir ./alx-backend/
touch ./alx-backend/README.md
cd alx-backend
# Create repository.
git init
git add .
git commit -m 'first commit'
git remote add origin <REMOTE_URL>
git push
```
# :computer: Projects
## [0x00. Pagination](0x00-pagination)
The project is about pagination - breaking down large amounts of data into smaller, more manageable chunks that can be delivered to clients in a structured way.
### :wrench: Project setup.
```bash
# Create project directory and readme.
mkdir ./0x00-pagination/
touch ./0x00-pagination/README.md
cd 0x00-pagination
```
> [:point_right: Go to project](0x00-pagination)
## [0x01. Caching](0x01-caching)
The project involves learning about caching - storing frequently requested data in a temporary storage location, so that subsequent requests for the same data can be served more quickly and efficiently.
### :wrench: Project setup.
```bash
# Create project directory and readme.
mkdir ./0x01-caching/
touch ./0x01-caching/README.md
cd 0x01-caching
```
> [:point_right: Go to project](0x01-caching)
<!---->
## [0x02. Session authentication](0x02-Session_authentication)
The project is about implementing a session authentication mechanism without installing any other module. The learning objectives of the project include;
* Understanding authentication, session authentication.
* Cookies, sending cookies, and parsing cookies.
### :wrench: Project setup.
```bash
# Create project directory and readme.
mkdir ./0x02-Session_authentication/
touch ./0x02-Session_authentication/README.md
cd 0x02-Session_authentication
```
> [:point_right: Go to project](0x02-Session_authentication)
<!---->
# :man: Author and Credits.
This project was done by [SE. Moses Mwangi](https://github.com/MosesSoftEng). Feel free to get intouch with me;
:iphone: WhatsApp [+254115227963](https://wa.me/254115227963)
:email: Email [moses.soft.eng@gmail.com](mailto:moses.soft.eng@gmail.com)
:thumbsup: A lot of thanks to [ALX-Africa Software Engineering](https://www.alxafrica.com/) program for the project requirements.
| Server backend development using JavaScript and NodeJS. | backend,es6,expressjs,javascript,kue,nodejs,redis | 2023-01-23T19:18:37Z | 2023-03-27T11:20:42Z | null | 1 | 1 | 6 | 0 | 2 | 3 | null | MIT | Python |
1442916418/web-collection | main | # Web collection
> [查看文档](https://1442916418.github.io/web-collection/#/)
**ui-library/y-ui** web-components + 拟物风格 UI 组件库
**ui-library/y-css** CSS 类库
**ui-library/y-js** js 库
| 自定义组件、样式库 | css,neumorphism,neumorphism-dark,web-components,javascript | 2023-01-18T02:42:54Z | 2023-03-08T06:01:31Z | null | 1 | 0 | 101 | 0 | 0 | 3 | null | MIT | SCSS |
yodkwtf/chatterbot-with-javascript | main | # ChatterBot - An AI Powered Chat Bot
This AI-powered chat bot is built with OpenAI's API and uses HTML, CSS, and Javascript for the frontend and a Node & Express server for the backend to provide a conversational interface for users. It is designed to understand natural language and respond in a meaningful way. The chat bot can be used to answer questions, provide information, and even complete tasks. It is powered by machine learning algorithms that allow it to learn from its interactions with users and become more intelligent over time. The chat bot also has an intuitive user interface that makes it easy for users to interact with it. With its powerful AI capabilities, this chat bot can help make conversations more efficient and enjoyable.
> In fact, most of the above description has been written by the app itself.
## Live Preview
[ChatterBot - Live Demo](https://chatterbot-dk.netlify.app/)
[ChatterBot Server](https://chatterbot-dk.onrender.com)
## Key Components
- HTML, CSS, and Vanilla Javascript
- Node.js and Express.js
- DOM Manipulation
- OpenAI API
- HTTP Requests (GET and POST) and Response
## Preview

| An AI chat bot built with JavaScript using openAI library. The app is a mini clone of ChatGPT. | express,javascript,nodejs,openai | 2023-01-24T05:30:44Z | 2023-08-12T13:01:20Z | null | 1 | 0 | 6 | 0 | 3 | 3 | null | null | JavaScript |
kristorres/cordova-plugin-epson-tm | main | Epson TM Printer Service
========================
<p>
<img src="https://img.shields.io/badge/Cordova-11+-e8e8e8?style=for-the-badge&logo=apache-cordova" />
<img src="https://img.shields.io/badge/Cordova%20iOS-6+-e8e8e8?style=for-the-badge&logo=apache-cordova" />
<img src="https://img.shields.io/badge/iOS-11+-lightgrey?style=for-the-badge&logo=apple" />
<img src="https://img.shields.io/badge/Swift-4+-f05339?style=for-the-badge&logo=swift" />
</p>
A simple Cordova plugin for printing receipts from an Epson TM printer. 🧾🖨️
This plugin defines a global `EpsonTM` object, which is available after the
`deviceready` event.
> **IMPORTANT:** If you are building an app with this plugin for a simulator on
> a Mac with Apple Silicon, then you may encounter a build error. To resolve the
> issue, exclude `arm64` for the simulator SDK under both
> *<Project>.xcodeproj* and *CordovaLib.xcodeproj*. See technote
> [TN3117](https://developer.apple.com/documentation/technotes/tn3117-resolving-build-errors-for-apple-silicon)
> for more details.
Installation
------------
```sh
cordova plugin add cordova-plugin-epson-tm
```
API
---
The `EpsonTM` object has constants for the following compatible printer models:
* `m10`
* `m30`
* `P20`
* `P60`
* `P60II`
* `P80`
* `T20`
* `T60`
* `T70`
* `T81`
* `T82`
* `T83`
* `T88`
* `T90`
* `T90KP`
* `U220`
* `U330`
* `L90`
* `H6000`
* `T83III`
* `T100`
Additionally, but most importantly, the `EpsonTM` object has three methods.
Ideally, they should be used in the same component (yes, this plugin is
UI-library-agnostic).
* `printReceipt(args, success, error)`
* `startPrinterSearch(success, error)`
* `stopPrinterSearch(success, error)`
### `printReceipt(args, success, error)`
Prints a receipt using the specified `args`.
**Parameters:**
* `args` — An object that contains the following properties:
* `model` — The Epson TM printer model (e.g., `EpsonTM.m30`).
* `lines` — The lines on the receipt.
* `includeCustomerCopy` — Indicates whether a second copy of the receipt
will be printed. The default is `false`.
* `success` — A callback to invoke when the receipt is printed. It passes
`true`.
* `error` — A callback to invoke when there is an error. It passes one of the
following errors:
* `PRINTER_NOT_FOUND` — An Epson TM printer was not found by the service.
* `INVALID_PRINTER_MODEL` — The Epson TM printer model is invalid.
* `CANNOT_CONNECT_PRINTER` — The service cannot connect to an Epson TM
printer.
* `BLANK_RECEIPT` — The receipt is blank.
```javascript
EpsonTM.printReceipt(
{
model: EpsonTM.m30,
lines: [
" BUSINESS NAME ",
" 1234 Main Street ",
" City, ST 54321 ",
" 1(123)456-7890 ",
"------------------------------",
"Lorem ipsum $1.25",
"Dolor sit amet $7.99",
"Consectetur $26.70",
"Adipiscing elit $15.49",
"Sed semper $18.79",
"Accumsan ante $42.99",
"Non laoreet $9.99",
"Dui dapibus eu $27.50\n",
"Sub Total $150.70",
"Sales Tax $5.29",
"------------------------------",
"TOTAL $155.99",
],
includeCustomerCopy: true,
},
(result) => console.log(`Success? ${result}`),
(error) => {
if (error === EpsonTM.Error.CANNOT_CONNECT_PRINTER) {
console.log("Cannot connect to a printer.")
}
}
)
```
### `startPrinterSearch(success, error)`
Starts searching for an Epson TM printer.
This method will keep running in the background until either a printer is found
or the `stopPrinterSearch` method is called. Ideally, it should be called when
the component is created.
**Parameters:**
* `success` — A callback to invoke when the printer search is started.
It passes `true`.
* `error` — A callback to invoke when there is an error. It passes the error
`CANNOT_START_PRINTER_SEARCH`.
```javascript
EpsonTM.startPrinterSearch(
(result) => console.log(`Success? ${result}`),
(error) => {
if (error === EpsonTM.Error.CANNOT_START_PRINTER_SEARCH) {
console.log("Cannot start printer search.")
}
}
)
```
### `stopPrinterSearch(success, error)`
Stops searching for an Epson TM printer.
Ideally, this method should be called when the component is destroyed.
**Parameters:**
* `success` — A callback to invoke when the printer search is stopped.
It passes `true`.
* `error` — A callback to invoke when there is an error. It passes the error
`CANNOT_STOP_PRINTER_SEARCH`.
```javascript
EpsonTM.stopPrinterSearch(
(result) => console.log(`Success? ${result}`),
(error) => {
if (error === EpsonTM.Error.CANNOT_STOP_PRINTER_SEARCH) {
console.log("Cannot stop printer search.")
}
}
)
```
Component Example
-----------------
Here is how one would use the plugin in a Svelte component:
```svelte
<script>
import {onDestroy, onMount} from "svelte"
const printReceipt = () => {
EpsonTM.printReceipt(
{
model: EpsonTM.m30,
lines: receiptLines,
includeCustomerCopy: true,
},
(result) => {},
(error) => {
// Handle the error here.
}
)
}
onMount(
() => EpsonTM.startPrinterSearch()
)
onDestroy(
() => EpsonTM.stopPrinterSearch()
)
</script>
<button on:click={printReceipt}>
Print Receipt
</button>
```
For a more concrete example, please check out
[this repo](https://github.com/kristorres/epson-tm-demo).
| 🖨️ A simple Cordova plugin for printing receipts from an Epson TM printer. | cordova,epos,epson,ios,javascript,nodejs,plugin,printer,receipt,swift | 2023-01-24T03:20:34Z | 2023-04-11T22:43:17Z | null | 1 | 0 | 13 | 0 | 0 | 3 | null | MIT | Objective-C |
ThatConference/thatconference.com | main | # THAT CONFERENCE.COM
[](https://github.com/thatconference/thatconference.com/issues) [](https://github.com/thatconference/thatconference.com/issues) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
## Get started
thatconference.com is a SvelteKit application. It uses Tailwind for styling, and makes GraphQL calls against our Api, https://api.that.tech.
### local dependencies
- nodejs v20.x
- npm v8.0.0
### project dependencies
We use nodenv to manage our node versions, it's configed in this repo.
Install the project dependencies...
```bash
npm i
```
## Building and running in development
### env configuration
You will find the env settings in .env.sample. The current settings in the .env.sample will allow you to do development on pages which do not require authentication. If you're interested in working on those pages in the project you will need some additional values. Email us at <hello@thatconference.com>.
### running
```bash
npm run dev
```
Navigate to [localhost:5173](http://localhost:5173). You should see your app running. Edit a component file in `src`, save it. It's setup with HMR and Tailwind's JIT. You should see your changes as soon as you make them.
## Building and running in production mode
```bash
npm run local:build
npm run preview
```
Mind you the build servers will run the following:
```bash
npm run build
```
The only difference is how we're managing env settings.
## Development and PRs
We currently build and ship by following stacking prs https://stacking.dev/ and use a tool to aid us called graphite https://graphite.dev/.
## 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://unspecified.io"><img src="https://avatars1.githubusercontent.com/u/772569?v=4?s=100" width="100px;" alt="Clark Sell"/><br /><sub><b>Clark Sell</b></sub></a><br /><a href="https://github.com/ThatConference/thatconference.com/commits?author=csell5" title="Code">💻</a> <a href="#content-csell5" title="Content">🖋</a> <a href="#design-csell5" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://blog.brettski.com"><img src="https://avatars3.githubusercontent.com/u/473633?v=4?s=100" width="100px;" alt="Brett Slaski"/><br /><sub><b>Brett Slaski</b></sub></a><br /><a href="https://github.com/ThatConference/thatconference.com/commits?author=brettski" title="Code">💻</a> <a href="#infra-brettski" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-brettski" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://nate.codes"><img src="https://avatars.githubusercontent.com/u/596293?v=4?s=100" width="100px;" alt="Nate Emerson"/><br /><sub><b>Nate Emerson</b></sub></a><br /><a href="https://github.com/ThatConference/thatconference.com/issues?q=author%3Anateemerson" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hachyderm.io/@alzaudtke"><img src="https://avatars.githubusercontent.com/u/1631560?v=4?s=100" width="100px;" alt="Al"/><br /><sub><b>Al</b></sub></a><br /><a href="https://github.com/ThatConference/thatconference.com/issues?q=author%3Azaudtke" title="Bug reports">🐛</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!
| null | graphql,superforms,svelte,sveltekit,tailwindcss,javascript,community,vercel | 2023-01-24T22:09:29Z | 2024-05-09T20:44:37Z | 2023-03-21T21:06:45Z | 3 | 207 | 444 | 14 | 1 | 3 | null | GPL-3.0 | Svelte |
mariamar95/jan-hackathon | main | # [5 Bucket Calculator](https://mariamar95.github.io/jan-hackathon/)
The [Bucket Calculator](https://mariamar95.github.io/jan-hackathon/) App is based on Dan Lok’s 5 [Bucket Money Management Concept]( https://medium.datadriveninvestor.com/how-to-manage-money-5b490e9d3d63).
His concept was designed to teach the user the habit of managing money as a long term solution. This is done by breaking the salary into 5 different buckets; Expenses, Emergency, Investment, Learning and Fun. The suggestion is to commit 60% of our salary to the Expenses bucket and 10% in each of the others. However, these percentages can be adjusted to suit bigger and smaller salaries.

[Deployed App](https://mariamar95.github.io/jan-hackathon/)
Whilst sharing ideas and starting to brainstorm, we tried to take into consideration the skills and strengths of each team member and work on a project where everyone can get involved. We decided to build a front-end app which meant the majority of the team could contribute.
Using Dan Lok’s concept we built a calculator where the user could find out how much money would go in each bucket based on their salary.
We decided to the it a bit further and create a "Buckets Breakdown" calculator where the user can have a better tracking of their expenses. Once the user fills the form a chart will appear and the user can compare how their salary is distributed in the 5 buckets compared to Dan Lok's concept.
---
## Table of contents
- [5 Bucket Calculator](#5-bucket-calculator)
- [Table of contents](#table-of-contents)
- [UX](#ux)
- [User Stories](#user-stories)
- [Primary Goals:](#primary-goals)
- [Secondary Goals:](#secondary-goals)
- [Tertiary Goals:](#tertiary-goals)
- [Back to top](#back-to-top)
- [Wireframes](#wireframes)
- [Desktop](#desktop)
- [Main Page ](#main-page-)
- [Calculator ](#calculator-)
- [Tips Page ](#tips-page-)
- [About Page ](#about-page-)
- [Mobile](#mobile)
- [Main Page ](#main-page--1)
- [Calculator ](#calculator--1)
- [Tips Page ](#tips-page--1)
- [About Page ](#about-page--1)
- [Style and colours](#style-and-colours)
- [Color Palette ](#color-palette-)
- [Typography](#typography)
- [Imagery](#imagery)
- [Features](#features)
- [Existing Features](#existing-features)
- [Home Page](#home-page)
- [Calculator Page](#calculator-page)
- [Tips Page](#tips-page)
- [About Page](#about-page)
- [Team Page](#team-page)
- [Future Features](#future-features)
- [Technologies Used](#technologies-used)
- [Languages](#languages)
- [Testing](#testing)
- [Deployment](#deployment)
- [**GitHub Pages**](#github-pages)
- [**How to deploy GitHub Pages**](#how-to-deploy-github-pages)
- [**Cloning the repository**](#cloning-the-repository)
- [Credits](#credits)
- [Acknowledgements](#acknowledgements)
- [\*Disclaimer: This Project was created for January's Hackathon. It should not be taken as actual financial advice.](#disclaimer-this-project-was-created-for-januarys-hackathon-it-should-not-be-taken-as-actual-financial-advice)
---
## UX
---
### User Stories
#### Primary Goals:
- To be able to use the site on different screen sizes (responsiveness).
- To see an easy to read breakdown of my spending (chart.JS)
- To use an accessible site that accounts for all users (colour-blindness, screen readers).
#### Secondary Goals:
- I want to be able to customize the label names on the charts.
- I want to see a comparison of my spending / saving compared to the recommendations (5 Bucket Principle).
#### Tertiary Goals:
- I want to be able to save the charts to view later (download as PDF).
- I want to be able to use this site in a range of countries (currency converter API)
- I want to be able to access guides on saving and spending less.
[Back to top](#Table-of-contents)
---
## Wireframes
### Desktop
#### Main Page <br>
 <br>
#### Calculator <br>
 <br>
#### Tips Page <br>
 <br>
#### About Page <br>
 <br>
### Mobile
#### Main Page <br>
 <br>
#### Calculator <br>
 <br>
#### Tips Page <br>
 <br>
#### About Page <br>
 <br>
[Back to top](#Table-of-contents)
---
### Style and colours
#### Color Palette <br>
The colour palette for this project is based on the purple colour scheme. The purple colour is considered to be a colour of creativity and imagination and complements beautifully the project idea. <br>
Background colour #f2f2fc Ghost White <br>
Hero background color #ffffff White
Text colour #332a7c Picotee Blue <br>
Footer background #d3d3f1 and #a9a9d7 Light Periwinkle and Blue Bell <br>
 <br>
#### Typography
The fonts used are [Open Sans](https://fonts.google.com/specimen/Open+Sans?query=open) and [Playfair Display](https://fonts.google.com/specimen/Playfair+Display?query=playfair) which really complement eachother and give the project professional look.
### Imagery
[Creative Fabrica](https://www.creativefabrica.com/) The images used are from Creative Fabrica and come with license for commercial use.
[Back to top](#Table-of-contents)
---
## Features
### Existing Features
- #### Header - The header consist of the name of the project on the left and the navigation links on the right. On mobile devices the navigation turns into hamburger menu and the links to the pages appear sliding from the left. This is to guarantee better user experience on smaller devices.
- #### Hero sections - There is a hero section on the home page, the tips page and the about page. It consist of relevant to the page heading and image. The hero section on the home page has a see more button which will take the user to the about page which will provide the user with more information.

[Back to top](#Table-of-contents)
---
### Home Page
- The home page consist of image which visually represents the main idea behind this project. Presenting the information in a more visual way helps the user the understand the concept easier. This is then followed by section which goes into a bit more detail about the concept followed by a button which when clicked will take the user to the calculator page.

[Back to top](#Table-of-contents)
---
### Calculator Page
- The calculator page has 3 sections:
1. The 5 Bucket Calculator

Users can enter their salary and click calculate to find out how much money has to go in each bucket based on Dan Lok's theory
2. The Buckets Breakdown

Users can enter all their regular payments to track how their money is spend. Once they click calculate they will be presented with a chart of their own buckets compared to Lok's theory.

3. The Currency Convertor

[Back to top](#Table-of-contents)
---
### Tips Page
- The Tips page consist of carefully selected and presented information for the user for better money management. On the left there is a collapsible list with 5 tips followed by image representing saving. On the right there is more information about credit card usage.

[Back to top](#Table-of-contents)
---
### About Page
- The About page was created to provide more information to the user about the Five Bucket Method. It also has a button which takes the user to the calculator page.

[Back to top](#Table-of-contents)
---
### Team Page
- The Team page consist of information about the team who created the project and links to each member's LinkedIn and GitHub.
[Back to top](#Table-of-contents)
---
### Future Features
- #### Download Data
- Users have the option to export and download a pdf file of their data after using the calculator.
- #### User Login
- Users have the option to create an account where they can easily save and adjust their details.
- #### Convert Currency
- Once the user has used the calculator their will have they option to automatically convert all figures to a different currency. As we did not have the time to add this functionality on the finished app, we decided to add a separate currency convertor bellow the calculators.
- #### Link your Banking App
- Users have the option to link their banking app and every time they make a transaction it is automatically added to their Buckets Breakdown. This makes it easier for users to keep a track of all speedings without having to manually enter it.
[Back to top](#Table-of-contents)
---
## Technologies Used
- [GitHub](https://github.com/) - GithHub is the hosting site used to store the source code for the Website and Git Pages is used for the deployment of the live site.
- [Git](https://git-scm.com/) was used as version control software to commit and push code to the GitHub repository where the source code is stored.
- [Google Chrome Developer Tools](https://developer.chrome.com/docs/devtools/) was used as a testing tool during the development of the application.
- [Google Fonts](https://fonts.google.com/) was used to import the fonts [Open Sans](https://fonts.google.com/specimen/Open+Sans?query=open) and [Playfair Display](https://fonts.google.com/specimen/Playfair+Display?query=playfair)
- [Font Awesome](https://fontawesome.com/) was used for icons.
- [Balsamiq Wireframes](https://balsamiq.com/wireframes/) was used to create the wireframes for the mobile version of the application.
- [Photoshop](https://www.adobe.com/ie/products/photoshop.html) was used to create the desktop mockups and resize and export the images for web.
- [Coolors.co](https://coolors.co/) was used to display the colour palette
- [Favicon.io](https://favicon.io/) was used to create the favicon for the website.
- [Exchangerates API](https://exchangeratesapi.io/)was used for the currency converter
## Languages
- HTML - used to build the main structure of the website.
- CSS - custom written CSS was used as an addition to Materialize.
- [Materialize Framework](https://materializecss.com/) - used throughout the website for layout and styling.
- JavaScript - was used to create functionality for the calculator.
- [Jquery](https://jquery.com/)
[Back to top](#Table-of-contents)
---
## Testing
[All testing can be found here](TESTING.md)
---
## Deployment
### **GitHub Pages**
The website is deployed using GitHub pages. It automatically updates new commits as they are pushed to the repository.
### **How to deploy GitHub Pages**
1. Login to my GitHub account
2. Open the repository
3. Click on Settings
4. Scroll down and click on the Pages tab located on the left of the screen
5. Under 'Source' select the main branch
6. Wait for the page to refresh
7. Scroll down to and locate the website link under the 'GitHub Pages' section
### **Cloning the repository**
1. Open the repository
2. Click the Code button above the list of files
3. Click on GitHub CLI and click on the 'copy' button to copy the URL link
4. Open GitPod
5. Type 'git clone' and paste the URL link
Find more [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository#cloning-a-repository-to-github-desktop)
[Back to top](#Table-of-contents)
---
## Credits
- [CSS Tricks](https://css-tricks.com/css-link-hover-effects/) was used for inspiration for the hover effect on the nav.
- [CodeVille](https://www.youtube.com/watch?v=C-qi-z8phTM&ab_channel=CodesVille) Currency Converter
- FavIcon
- [Source](https://www.clipartmax.com/download/m2H7i8A0m2G6G6H7_money-flat-icon-ecoverauthority-logo-homepage/ )
- [Processed at 'favicon-converter'](https://favicon.io/favicon-converter/)
### Acknowledgements
- The Hackathon Team - Big thank you for making this Hackathon happen. It was great experience.
[Back to top](#Table-of-contents)
---
## *Disclaimer: This Project was created for January's Hackathon. It should not be taken as actual financial advice. | null | css,html,javascript,materializecss | 2023-01-18T19:16:49Z | 2023-01-23T14:55:57Z | null | 8 | 81 | 183 | 0 | 6 | 3 | null | null | HTML |
tanveerisonline/React-todo | Devlopment | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [REACT-TODO-APP] <a name="about-project"></a>
> This is a todo app created in react.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> Following technologies have been used in this project.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://react.org/">React JS</a></li>
<li><a href="https://www.jsx.com/">JSX</a></li>
<li><a href="https://www.w3.org/Style/CSS/current-work.en.html">CSS</a></li>
<li><a href="https://www.ecma-international.org/publications-and-standards/standards/ecma-262/">JavaScript5</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://pages.github.com/">Github Pages</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> This project is a React Single Page App.
> This is a todo app created in react.
> This project is using best practices with React and JavaScript.
> This project follows the gitflow convention.
> This is using eslint and stylelint to check errors.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Soon you will find a live demo link here:
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> This is how a new developer could make use this project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] A PC or Mac.
- [ ] An active internet connection.
- [ ] Some knowledge of git and github.
### Setup
Clone this repository by using the command line : git clone https://github.com/tanveerisonline/React-todo
### Install
Install this project with:
Use npm install after cloning this project
### Usage
- [ ] First you need to download this repo or clone this repo.
- [ ] Open this project in your local machine.
- [ ] Open Terminal in your machine.
- [ ] run npm install in your terninal to install necessary required dependencies for this project.
- [ ] Copy index.html file path and paste it in your browser url.
- [ ] now the project will be running.
### Deployment
You can deploy this project using:
Github Pages.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Author1**
- GitHub: [@tanveerisonline](https://github.com/tanveerisonline)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Following are a few features i will add to the project in future.
- [ ] I will add a database to this project in future where i can save todos.
- [ ] I will add more functionality to this project like searching,editing etc.
- [ ] I will update the interface and design of the project in future.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you're committed to making the world a better place, please support our project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to give credit to the following people who have inspired my codebase:
- [ ] The Whole Microverse Team - thank you so much for this great learning platform.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
- **[Question_1]** What technologies i have used in this project ?
- [Answer_1]:Thanks for the question you can find the answer at the top section of this readme.md file where i have explained everything.
- **[Question_2]** Have you used webpack in this project ?
- [Answer_2] Yes i have used webpack 5 in this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./MIT-LICENSE.txt) licensed.
\_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project is a React Single Page App. This is a todo app created in react. This project is using best practices with React and JavaScript. This project follows the gitflow convention. This is using eslint and stylelint to check errors. | eslint,javascript,reactjs,stylelint | 2023-01-18T13:05:24Z | 2023-01-18T14:18:16Z | null | 2 | 1 | 5 | 0 | 0 | 3 | null | null | JavaScript |
Mr-Soni532/Gator | main | # berserk-camera-3158 | Gator is a clone of an online store Crocs, sells exciting range of footwears for Men, Women, and Kids. | css3,expressjs,html5,javascript,mongodb,mongoose,nodejs,npm-package | 2023-01-17T14:54:10Z | 2023-02-07T17:30:39Z | null | 2 | 7 | 56 | 2 | 0 | 3 | null | null | HTML |
ShivankK26/Demo-Travel-Website | main | <!-- ABOUT THE PROJECT -->
# About The Project

In this Project, I've built a Demo Website which can be used for various purposes such as Personal Portfolio, Tourism, much more. It is a Simple Website with a lot of features which the user can explore.
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 Carousel, 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/Demo-Travel-Website/
| In this Project, I've built a Demo Website using Bootstrap 5, HTML, and CSS. It is a Simple Website with a lot of feature which the user can explore. | bootstrap,css,html,javascript | 2023-01-20T18:30:54Z | 2023-04-04T05:40:27Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | HTML |
16Bogdan54/LunarNewYear-chromeExtension-JS | main | 
## Chinese New Year Greetings to Wish Wealth & Prosperity
Money and wealth are highly valued in Chinese culture. They are even more so when they are regarded as being intertwined with having good luck. It is considered polite and appropriate to offer money-related greetings in the New Year. Especially towards our colleagues and bosses, these Chinese New Year greetings are extremely well-received. Here are a list of wealth and prosperity phrases that you can use right away:
* 恭喜发财 (gōng xǐ fā cái) – May you be happy and prosperous
* 财源广进 (cái yuán guǎng jìn) – May your money and treasures be plentiful
* 招财进宝 (zhāo cái jìn bǎo) – May wealth and treasures fill your home
* 一本萬利 (yī běn wàn lì) – Wishing that you reap a huge profit from a small investment
* 财源滾滾 (cái yuán gǔn gǔn) – May wealth come pouring in
* 吉星高照 (jí xīng gāo zhào) – May good fortune fall upon
* 大吉大利 (dà jí dà lì) – May you have great luck and great profit
* 年年有馀 (nián nián yǒu yú) – Wishing you abundance and prosperity every year
* 新年大吉 (xīn nián dà jí) – Wishing you luck for the new year
## Chinese New Year Greetings for Happiness, Health & Peace
Of course, there are other important things apart from just good fortune and good luck. You can also wish them peace, good health and immense happiness. Whether towards your elders, friends, family or colleagues, these greetings are generally good for anyone you love and care about:
* 恭贺新禧 (gōng hè xīn xǐ) – Good luck in the year ahead
* 心想事成 (xīn xiǎng shì chéng) – May all your wishes come true
* 万事如意 (wàn shì rú yì) – May everything go well for you
* 笑口常开 (xiào kǒu cháng kāi) – May your year be filled with abundance of smiles and laughter
* 五福临门 (wǔ fú lín mén) – May the five blessings (longevity, wealth, health, virtue, and a natural death) come to you
* 身体健康 (shēn tǐ jiàn kāng) – Wishing you good health
* 龙马精神 (lóng mǎ jīng shén) – Wishing you lots of energy and good spirit
* 出入平安 (chū rù píng ān) – Wishing you safety and peace where ever you go
* 福寿双全 (fú shòu shuāng quán) – May you enjoy both longevity and blessing
* 一帆风顺 (yī fān fēng shùn) – May all that you do go smoothly
* 阖家幸福 (hé jiā xìng fú) – May your whole family be filled with happiness
* 四季平安过旺年 (sì jì píng ān guò wàng nián) – Wishing you four seasons of peace and a flourishing year
### text [from](https://justlogin.com/blog/chinese-new-year-greetings/) | This extension is all about Lunar New Year! | chrome-extension,javascript,js,newyear2023 | 2023-01-23T20:51:46Z | 2023-01-24T18:53:10Z | null | 3 | 0 | 10 | 0 | 0 | 3 | null | null | JavaScript |
IgorLebedev/Difference-generator | main | # Difference Generator
---
### Hexlet tests and linter status:
[](https://github.com/IgorLebedev/frontend-project-46/actions)
[](https://codeclimate.com/github/IgorLebedev/frontend-project-46/maintainability)
[](https://codeclimate.com/github/IgorLebedev/frontend-project-46/test_coverage)
[](https://github.com/IgorLebedev/frontend-project-46/actions/workflows/main.yml)
---
### Description
A difference generator is a program that determines the difference between two data structures. This is a popular task for which there are many online services, such as [JSON Diff](http://www.jsondiff.com/). A similar mechanism is used when outputting tests or when automatically tracking changes in configuration files.
##### Utility features:
+ Support for different input formats: **yaml**, **json**
+ Report generation as **plain text**, **stylish** and **json**
---
### Requirements:
+ Node.js version v.18.12.1 or later
+ Npm package version 8.19.2 or later
+ GNU Make version 4.2.1 or later
---
### Deploy:
1. Clone project
git@github.com:IgorLebedev/frontend-project-46.git
2. Install dependencies
make install
---
### Usage example:
1. Help:
gendiff --help
Usage: gendiff [options] <filepath1> <filepath2>
Compares two configuration files and shows a difference.
Options:
-v, --version output the current version
-f, --format <type> output format (default: "stylish")
-h, --help display help for command
2. Plain format:
gendiff --format plain path/to/file.yml another/path/file.json
Property 'common.follow' was added with value: false
Property 'group1.baz' was updated. From 'bas' to 'bars'
Property 'group2' was removed
3. Stylish format:
gendiff filepath1.json filepath2.json
{
+ follow: false
setting1: Value 1
- setting2: 200
- setting3: true
+ setting3: {
key: value
}
+ setting4: blah blah
+ setting5: {
key5: value5
}
}
### Demonstration
### Stylish output:
[](https://asciinema.org/a/MUN754Z0v5vRwUdxpaSKTmMOT)
### Plain output:
[](https://asciinema.org/a/O7pqigQGhHQpQVwNxjQNIdGkC)
### JSON output:
[](https://asciinema.org/a/i8ZCoYwfv1ijEcTpzC9MvE7FW) | Cli that shows the difference between two data structures. | commander,eslint,javascript,jest,lodash | 2023-01-24T07:19:02Z | 2023-02-10T15:55:45Z | null | 1 | 0 | 119 | 0 | 0 | 3 | null | null | JavaScript |
shahab897/node-amazing-tools | main | # Node.js Tools
This repository contains various tools Api's developed in Node.js.
## Tools List
1. PDF to DOCX Converter
2. Password Generator
3. RSS Feed Reader
4. URL Shortener
5. Image Resizer
6. Fake Data Generator
## Requirements
- Node.js
- NPM
## Installation
1. Clone the repository:
`git clone https://github.com/shahab897/node-amazing-tools.git`
2. Install dependencies:
```bash
npm install
```
3. Run Project
```bash
npm run dev
```
## License
This project is licensed under the [MIT license](https://opensource.org/licenses/MIT). Feel free to use it however you like.
| Various tools developed in Node.js | api,express,javascript,nodejs | 2023-01-22T15:38:23Z | 2023-12-25T18:22:28Z | null | 2 | 3 | 48 | 0 | 0 | 3 | null | null | JavaScript |
Sandrex233/javascript-game-development-course-freecodecamp | master | # javascript-game-development-course-freecodecamp
https://www.youtube.com/watch?v=GFO_txvwK_c&t=18935s
| This is a code of 9 hour JS GameDev tutorial by Frank's Laboratory | game,html5-canvas,javascript | 2023-01-20T06:08:21Z | 2023-01-24T19:18:11Z | null | 1 | 2 | 15 | 0 | 0 | 3 | null | null | JavaScript |
ra0321/Eth-price-oracle | master | # EthPriceOracle | Smart contract oracle | ethereum,ethersjs,javascript,smart-contracts | 2023-01-21T05:01:07Z | 2022-01-07T14:24:44Z | null | 1 | 0 | 36 | 0 | 0 | 3 | null | null | JavaScript |
CaioLima10/todo-list-drag-and-drop | master | ## 💻 projeto em Andamento⏳
Nesse projeto é um App de tarefas, que vc cria uma tarefa dentro do seu "Card", colocando oque vc que fazer no seu dia.
podendo arrantar para opção "doing" e "done" e ate mesmo retornar para o "toDo".
<img alt="Modal" src=".github/card2.PNG"></img>
<img alt="Card" src=".github/card.PNG"></img>
## tarefas do projeto
1. Ao clicar no botão new Item deve abrir modal
2.Apos prencher e clicar em confirmar, um card deve aparecer na coluna "To do"
3. Cada card criado terá um indentificador numerico, por ordem crecente. o primeiro card 01, segundo 02...
4. A coluna deve mostrar quantos cards tem nela
5. O maximo derá ser 5 se passa disso o 6 tem que ficar com a cor "RED"..."em andamento"
6. Os cards poderá passar para frente e para atrás
7. No topo terá três pontinhos podendo editar o card "Em andamento"
8. O campo type quando clicado deve apresentar as 4 opções.
. Cada opção adcionada uma cor diferente a borda esquerda do "Card"
## 💻 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- JavaScript
- Git e Github
- Figma
feito por 🙋♂️ Caio lima
| To Do List/Drag And Drop/ O usuário poderá criar um Card com as informações que ele mais gosta | css,figma,git,github,html,javascript | 2023-01-21T02:17:03Z | 2023-01-26T03:53:18Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | CSS |
vijay-varadarajan/vijay-varadarajan.github.io | main | # Personal Portfolio
### Visit my portfolio at [vijay-varadarajan.github.io](https://vijay-varadarajan.github.io)
<hr>
#### Inspired by [vcard-personal-portfolio](https://github.com/codewithsadee/vcard-personal-portfolio)
| My Personal Portfolio Website | css,html,javascript | 2023-01-18T12:31:03Z | 2023-12-20T03:59:53Z | null | 1 | 0 | 34 | 0 | 0 | 3 | null | MIT | HTML |
kamawallsec/weather-app | main |
# Weather App
Daily weather forecast information.
## Authors
- [@Kamilismayilzade](https://www.github.com/Kamilismayilzade)
## Documentation
Application created with [TypeScript](https://www.typescriptlang.org/) + [ReactJs](https://reactjs.org/) and [Vite](https://vitejs.dev/guide/).
[Tailwind CSS](https://tailwindcss.com/) is used for styling.
For data fetching [OpenWeatherMap API](https://react-icons.github.io/react-icons/) is used.
[React Icons](https://react-icons.github.io/react-icons/) applied for customization.
Learn More about [TypeScript Documentation ](https://www.typescriptlang.org/docs/) and [React Documentation ](https://beta.reactjs.org/) here.
Get familiar with [Tailwind CSS](https://tailwindcss.com/docs/installation) here.
Also take a look to the [OpenWeatherMap API Docs](https://openweathermap.org/forecast5).
## Features
- Weather forecasts for any county and city.
- Daily hourly temperatures.
- Daily maximum and minimum temperatures.
- Sunrise, Sunset, Wind, Pressure, Humidity, Precipitation, Visibility, Feels like .etc
- Responsive Design
- Loader
## OpenWeatherMap API
#### Get Forecast
```http
http://api.openweathermap.org/data/2.5/forecast?lat={lat}&lon={lon}& appid={API key}
```
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key`, `lat`, `lon` | `number` | **Required**. Your API key, lat, lon |
#### Get Geocoding
```http
http://api.openweathermap.org/geo/1.0/direct?q={city name},{state code},{country code}&limit={limit}&appid={API key}
```
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `city`, `country` | `string` | **Required**. |
| `limit` | `number` | **Optional**. |
## Badges



## Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Blue 50 |  #eff6ff |
| Slate 800 |  #1e293b |
| Slate 400 |  #94a3b8 |
| Slate 200 |  #e2e8f0 |
| Gray 700 |  #334155 |
| Gray 900 |  #111827 |
## 🛠 Skills
Javascript, Typescript, React, HTML, CSS, Tailwind
## Run Locally
Clone the project
```bash
git clone https://github.com/Kamilismayilzade/weather-app
```
Go to the project directory
```bash
cd weather-app-typescript-react-api
```
Install dependencies
```bash
npm install
npm install react-icons --save
npm install react-spinners
```
Install Dev Dependencies
```bash
npm create vite@latest
npm install typescript --save-dev
npm install -D tailwindcss
npx tailwindcss init
```
Start the server
```bash
npm run dev
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`OPEN_WEATHER_MAP_API_KEY`
## Tech Stack
**Client:** React, TypeScript, TailwindCSS
## Deployment
To deploy this project run
```bash
npm run deploy
```
## Screenshots




| This Weather application shows you temperatures for any country. Uses OpenWeatherMap API. | javascript,api,css,css3,html,html5,openweathermap-api,react,react-components,react-hooks | 2023-01-25T18:50:43Z | 2023-02-07T11:51:55Z | null | 1 | 0 | 52 | 0 | 2 | 3 | null | null | TypeScript |
Shoaib20-1998/Gadgets | main | # Gadgets++
A clone of Gadgets 360 which build on top of the react + chakra ui

# The landing page of Gadgets++

# How to Go All mobile product Page = Product Finder > Mobiles

# The Product page of Gadgets++

# The Single Product Page of Gadgets++

# The Feedback Functionalities of User

| Gadget Review is a lifestyle website focusing on gadget news. The mission of the site is to provide honest reviews of products that help consumers make informed choices. | ant-design,chakra-ui,html,javascript,react | 2023-01-17T15:14:11Z | 2023-04-26T03:25:59Z | null | 2 | 19 | 50 | 1 | 0 | 3 | null | null | JavaScript |
vSchiaffino/luara | main | # Luara
Minimal "ecommerce" template with Google Sheets, NextJS SSG and React


You can update your articles via google sheets. And receive your products via Whatsapp message.
It is designed to be almost zero cost and easy to configure
## Getting Started
To create a custom local Luara page:
1. Create a google sheet like [this](https://docs.google.com/spreadsheets/d/1QqpNyXh4C9kyJ0dGnpZx_zy_7josC_d8Kz6Kw1D5HWQ/edit?usp=sharing)
2. In the google docs spreadsheet, click on file -> Share -> To the web, select as .csv value and copy the link generated (should look like [this](https://docs.google.com/spreadsheets/d/e/2PACX-1vTj_BVYqprfKVQFKs6H_Tv5o8h2fI2g0cqQiwJLmTbQNp4lJE-7ipknc53_A0vr9PxZngugvki5wwPB/pub?output=csv))
3. Clone the repo `git clone https://github.com/vSchiaffino/luara.git`
4. Create a copy of .env.example, and name it: .env.local
5. In the previous file, set NEXT_PUBLIC_PHONE_NUMBER and NEXT_PUBLIC_SHEET_URL respectively
6. Open a terminal in the root of the proyect and run:
```bash
npm install
npm run build
npm start
```
6. You are running Luara [locally](http://localhost:3000)! :D
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
| Minimal "ecommerce" template with Google Sheets, NextJS SSG and React | argentina,ecommerce,javascript,nextjs | 2023-01-20T19:53:11Z | 2023-01-20T23:09:11Z | null | 1 | 0 | 18 | 0 | 0 | 3 | null | null | TypeScript |
zapodeanu/dna_custom_workflows | main | # Cisco DNA Custom Workflows
Repo for Cisco DNA Center ITSM Integration (ServiceNow) Custom Workflows.
**"command_runner.js"**:
This application is included in the scoped app: "Cisco DNA Custom Workflows". This App is in development.
The script is triggered when a new "Additional Comment" is added to an incident.
The comment must be formatted in this way:
device: deviceHostname
command: CLI command
Example of a valid additional comment:
device: PDX-M
command: show ip int bri
The app will call the Cisco DNA Center REST APIs to:
- obtain a Cisco DNA Center token
- identify the device UUID for the device with the hostname
- send the CLI command to device with the command runner APIs
- retrieve the command output
- post the command output in the incident notes
All application logs start with "DNA Custom Workflow -- "
Requirements:
- Cisco DNA Center
- ServiceNow instance
- Cisco DNA App installed and configured on ServiceNow
- ServiceNow MID server

@author gabi@cisco.com, Gabriel Zapodeanu, TME, Cisco Systems
Thank you szapodeanu19@gmail.com, Stephan Zapodeanu, CS Student, Purdue University, for your contributions to this app development.
| Repo for Cisco DNA Center ITSM Integration (ServiceNow) Custom Workflows | api,automation,business-rules,cisco,cisco-dna-center,javascript,network-troubleshooting,servicenow,itsm-integration | 2023-01-20T21:43:34Z | 2023-02-03T00:30:32Z | null | 2 | 0 | 35 | 0 | 0 | 3 | null | NOASSERTION | JavaScript |
OpenTMD/OpenVC | main | # OpenVC
OpenVC is a set of open source, simple, easy to use, fast, containerized VPN networking and intranet penetration management software.
## QuickStart
<!-- add docs here for user -->
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org | OpenVC is a set of open source, simple, easy to use, fast, containerized VPN networking and intranet penetration management software. | docker,javascript,linux,network,nginx,nodejs,python,shell,vpn,vue | 2023-01-18T10:33:41Z | 2023-01-20T16:44:29Z | null | 2 | 9 | 29 | 0 | 1 | 3 | null | Apache-2.0 | JavaScript |
neokidev/sf2-synth-audio-worklet | main | # sf2-synth-audio-worklet
[](https://github.com/neokidev/sf2-synth-audio-worklet/blob/main/LICENSE.md)
[](https://www.npmjs.com/package/sf2-synth-audio-worklet)
[](https://www.npmjs.com/package/sf2-synth-audio-worklet)
[](https://github.com/neokidev/sf2-synth-audio-worklet/actions/workflows/ci.yml)
An Audio Worklet-based SoundFont2 synthesizer for the browser.
## Installation
```bash
npm install sf2-synth-audio-worklet
```
## Getting Started
This code sets up a simple SoundFont2 player in React using the library.
```tsx
import { useState } from 'react'
import {
createSoundFont2SynthNode,
type SoundFont2SynthNode,
} from 'sf2-synth-audio-worklet'
function App() {
const [node, setNode] = useState<SoundFont2SynthNode>()
const setup = async () => {
const audioContext = new AudioContext()
const sf2Url = 'path/to/soundfont2' // Replace with the SoundFont2 file path
const node = await createSoundFont2SynthNode(audioContext, sf2Url)
node.connect(audioContext.destination)
setNode(node)
}
const noteOn = () => node?.noteOn(0, 60, 100, 0)
const noteOff = () => node?.noteOff(0, 60, 0)
return (
<div>
<button onClick={setup} disabled={!!node}>
Setup
</button>
<button onMouseDown={noteOn} onMouseUp={noteOff} disabled={!node}>
Sound
</button>
</div>
)
}
```
## License
MIT
| An Audio Worklet-based SoundFont2 synthesizer for the browser | audio-worklet,javascript,library,npm-package,soundfont2,synthesizer | 2023-01-21T12:50:15Z | 2024-05-13T12:28:11Z | null | 1 | 23 | 152 | 0 | 0 | 3 | null | MIT | TypeScript |
TechSir3n/go-social-network | main | # Small Social Network
# [Images (must-view)](https://github.com/Kl1ck9r/go-social-network/tree/main/screenshots)
---
# Requirements
* **Go:** `1.19`
* **PostgreSQL:** `15.2`
* **Memcached:** `1.6.17`
* **Redis:** `6.0.17`
* **Google** and **Github** keys
## docker-compose
Server is ready immediately after containers are up
```shell
make compose #docker-compose up
```
## Dockerfile
```shell
make docker-build #docker build -t social-network .
make docker-run #docker run social-network
```
---
## Setup OAuth
### - Github
1. Go to the **[Developer settings](https://github.com/settings/apps)**
2. Create **[Application](https://github.com/settings/apps)**
3. Enable `User permissions` -> `Email addresses` -> `Read Only` in the **[Permissions](https://github.com/settings/apps/permissions)**
4. Generate **secret token**
5. Enter the `URIs` that are allowed to be redirect-URIs (e.g. `https://localhost:3000/oauth/github/callback`)
6. Paste both `Client ID` and `Client Secret` to the `github_secret.json`
### - Google
1. Go to the **[Google Cloud Console](https://console.cloud.google.com/projectselector2/apis/credentials)**
2. Create project (add content to the consent screen like title and logo) or use existing
3. `Credentials` -> `Create Credentials` -> `Oauth Client ID`
4. Choose the `Web Application` type and give it a name
5. Enter the `URIs` that are allowed to be redirect-URIs (e.g. `https://localhost:3000/oauth/google/callback`)
6. Paste both `Client ID` and `Client Secret` to the `google_secret.json`
---
- ### Redis
**Port** `:6379` **Password** `password` **Database** `0`
- ### PostgreSQL
**Port** `:5431` **User** `postgres` **Password** `pg_password` **Database** `social-network`
It is possible to additionally configure the app using environment variables
```yaml
environment:
POSTGRES_IP: 127.0.0.1 # connect to local database
HOST_PORT: 8082 # change server port
```
---
## Build / Run
```shell
git clone https://github.com/Kl1ck9r/go-social-network.git
cd social-network
make build
make run
```
## Run arguments
```shell
server -http # or https
```
---
## Setup Postgresql
```shell
migrate -database ${POSTGRESQL_URL} -path migrate/ up
```
### Down
```shell
migrate -database ${POSTGRESQL_URL} -path migrate/ down
```
---
## Tests
* [x] Mocks
* [x] Unit
```shell
make test
```
---
## Logs
```yaml
# File (default logger.txt)
[ERROR]: 16002-216-216 216:216:216 - [memcache: cache miss Failed to get value of the memcached]
[INFO]: 12002-212-212 212:212:212 - [database connected successfully]
[INFO]: 16002-216-216 216:216:216 - protocol[http method GET path /favicon.ico Duration 769.2µs Status Code 200 Status text OK]
[INFO]: 16002-216-216 216:216:216 - protocol[http method GET path /login Duration 512.6µs Status Code 200 Status text OK]
[FATAL]: 16002-216-216 216:216:216 - [listen tcp :3000: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.]
```
## Endpoints
### - Main Page `/home`
### - Register `/registration`
### - Login `/login`
### - Logout `/logout`
### - Mail verify `/verify`
### - Reset Password `/reset/password`
### - Access Admin `/access/admin`
#### - Github OAuth `/login/github` `/github/callback`
#### - Google OAuth `/login/google` `/google/callback` | Small Social Network | golang,social-network,docker,redis,css,html,javascript,oauth,memcached | 2023-01-18T21:16:59Z | 2023-02-20T21:50:22Z | null | 1 | 0 | 30 | 0 | 0 | 3 | null | MIT | Go |
daiaanebarbosaf/gitfavorite | main | null | É uma aplicação que busca perfils usando a API do GitHub, a ideia é você favoritar os usuários que mais gosta de acessar, é possível remover e colocar outros, sendo necessário confirmar após aparecer a mensagem ao clicar no botão. | api,css,html,javascript | 2023-01-24T10:40:47Z | 2023-04-08T21:26:20Z | null | 1 | 0 | 122 | 0 | 0 | 3 | null | null | CSS |
MAKAIABootcamp/frontend-cohorte-3 | main | null | Este es el repositorio donde albergaremos los ejemplos y ejercicios prácticos del módulo 2 de Front-end Cohorte 3 | axios,javascript,react-redux,react-router-dom-v6,reactjs,sass | 2023-01-18T16:30:02Z | 2023-03-24T02:24:25Z | null | 1 | 0 | 68 | 0 | 0 | 3 | null | null | JavaScript |
smrket/Arabic-Webapps | main | # Arabic-Opensource-Webapps
CRUD, PhoneStore ...
## Powered By:
https://smx.tn
| Arabic Web Apps . تطبيقات ويب عربية | arabic,css,html,javascript,open-source,opensource,webapps | 2023-01-22T10:55:08Z | 2024-01-25T16:55:23Z | null | 2 | 2 | 9 | 0 | 1 | 3 | null | MIT | HTML |
sidcrz/dad-jokes-generator | main | <b><u>WORKING OF DAD JOKES GENERATOR <U><b>
This code is a JavaScript implementation that utilizes the Document Object Model (DOM) and the Fetch API to retrieve a dad joke from an API endpoint and display it on the webpage.
The first step is to access the necessary HTML elements. The code declares two variables, "btnEl" and "jokeEl", which use the document.getElementById() method to select the elements with the corresponding ids "btn" and "joke" from the HTML document.
Next, the code declares a variable "apiKey" that contains the API key required to make requests to the API endpoint. A "options" variable is then declared, which contains an object that specifies the request method as "GET" and includes the API key in the headers with the key "X-Api-Key". A variable named "apiURL" that contains the API endpoint URL is also declared.
The code then defines an asynchronous function "getJoke" which is used to handle the joke retrieval and display process. Inside this function, the inner text of the "jokeEl" element is updated to "Updating...", the "btnEl" element is disabled, and its inner text is changed to "Loading...".
The code then uses the Fetch API's fetch() method to make a request to the API endpoint using the "options" and "apiURL" variables. The promise returned by the fetch method is awaited and the response is saved to a variable "response". The json method is used on the response to parse the data and the result is saved to a variable "data".
The code then sets the "btnEl" element to be enabled again, changes its text back to "Tell me a joke", and displays the joke on the page by setting the inner text of the "jokeEl" element to the joke in the "data" variable.
In case of any error, the code updates the text of the "jokeEl" element to "An error happened, try again later", enables the "btnEl" element again, changes its text back to "Tell me a joke", and logs the error to the console.
Finally, an event listener is added to the "btnEl" element that listens for click events and calls the "getJoke" function when triggered, allowing the user to retrieve a new joke by clicking the button
<img width="959" alt="image" src="https://user-images.githubusercontent.com/57244923/213877541-9ec641bc-cda6-45dd-b13c-b49d85b2c197.png">
| A SIMPLE WEBPAGE for retrieving and displaying a dad joke from an API on a webpage, making use of modern web development technologies and best practices. | api,css,dadjokes-api,github-pages,html,javascript | 2023-01-21T16:46:08Z | 2023-01-21T16:56:06Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | MIT | JavaScript |
flemton/todo-list | main | <a name="readme-top"></a>
<div align="center">
<h3><b>To do list</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [todo list](https://flemton.github.io/todo-list/dist) <a name="about-project"></a>
**[Todo list](https://flemton.github.io/todo-list/dist)** is a web tool used to add tasks you wanna do and mark ones completed as completed and delete one or all selected tasks
**[Click here](https://flemton.github.io/todo-list/dist) for a [live](https://flemton.github.io/todo-list/dist) version to [todo list](https://flemton.github.io/todo-list/dist)**
## 🛠 Built With <a name="built-with"></a>
- HTML, CSS and JAVASCRIPT
- ES6 Syntax
- Webpack
### Tech Stack <a name="tech-stack"></a>
* ES6
* Webpack
* Node Js
<details>
<summary>Server</summary>
<ul>
<li><a href="https://nodejs.org/">Node.js</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Add todo tasks**
- **Check tasks as completed**
- **Delete one or all selected tasks**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://flemton.github.io/todo-list/dist)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Node LTS](https://nodejs.org/en/download/)
- Run below command to make sure it is installed
```sh
node -v
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:flemton/todo-list.git
```
### Install
After cloning the repo, you only need to install dependencies with `npm install` command in the root directory of the project
### Usage
To run the project, execute the following command:
`npm start`
### Run tests
To run tests, run the following command:
<!--
Example command:
```sh
bin/rails test test/models/article_test.rb
```
--->
### Deployment <a name="deployment"></a>
You can deploy this project using [GitHub Pages](https://pages.github.com/)
<!--
Example:
```sh
```
-->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHOR -->
## 👥 Author <a name="author"></a>
👤 **Newton**
- GitHub: [@flemton](https://github.com/flemton)
- LinkedIn: [Alhassan Osman](https://www.linkedin.com/in/alhassan-o-83039a80/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Add background color toggle**
- [ ] **Add time and reminders**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, please consider adding a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank:
- [Microverse](https://www.microverse.org/) for giving me this project to work on
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
- **How to install Node?**
- Head over to [Node LTS Download](https://nodejs.org/en/download/) page.
- **Which Node version should you install?**
- The latest Node LTS (Long Term Support) on the Node downloads page
<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>
<sub> Cheers and Happy coding!👏👏👏 </sub>
| "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. built using ES6 and Webpack! | javascript,nodejs | 2023-01-18T16:23:42Z | 2023-01-25T17:10:36Z | null | 2 | 4 | 21 | 0 | 0 | 3 | null | MIT | JavaScript |
chelobotix/Awesome_Book | main | <a name="readme-top"></a>
<div align="center">
<img src="assets/images/books.png" alt="logo" width="200" height="auto" />
<br/>
<img src="assets/images/Logo Barrenechea.png" alt="logo" width="300" height="auto" />
<br/>
<h3><b>Awesome Books</b></h3>
<h3><b>Awesome Book Microverse Project Module 2</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🧑🏻💻 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Clone](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 Awesome Books - Micorverse Project Module 2<a name="about-project"></a>
> A page to add book titles and authors developed in JS Modules and SPA..
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://en.wikipedia.org/wiki/HTML">Html</a></li>
<li><a href="https://en.wikipedia.org/wiki/CSS">Css</a></li>
<li><a href="https://en.wikipedia.org/wiki/JavaScript">Vanilla Javascript</a></li>
<li><a href="https://moment.github.io/luxon/#/install?id=es6">Luxon</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Single Page Application. ->>HTML Interface with CSS>>**
- **JavaScript ->> Modules ->> Luxon Dependecy**
- **Display list of books>> ->>Localstorage management>> ->>Show Current Date ->>Switch between sections dinamically>>**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🧑🏻💻 Live Demo <a name="live-demo"></a>
<a href="https://chelobotix.github.io/Awesome_Book/">Visit the Live Demo</a>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and use as a template for your own portafolio site, follow these steps.
### Prerequisites
In order to run this project you need: git installed in your system
### Clone
Clone this repository to your desired folder:
```sh
https://github.com/chelobotix/Awesome_Book.git
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHOR -->
## 👥 Author <a name="authors"></a>
👤 **Author1**
: Marcelo Alarcon Barrenechea
🇧🇴 Bolivia 💓
- GitHub: [@chelobotix](https://github.com/chelobotix)
- Linkedin: [Marcelo Alarcon](https://www.linkedin.com/in/marceloalarconb/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[WebPack]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project please let me know
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
My mother. Let's play to the end together ❤️ with 🧠
<br/>
Cindy Shin. This project was adapted from Cindy Shin's <a href="https://www.behance.net/gallery/29845175/CC-Global-Summit-2015">template</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ <a name="faq"></a>
- **Could I use your site to make some other list??**
- Yeah, no problem
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](<a href="https://github.com/chelobotix/Awesome_Book/blob/modules_implementation/license">License</a>) licensed.
<a href="https://github.com/chelobotix/Awesome_Book/blob/modules_implementation/license">License</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Awesome Books is a dynamic JavaScript-based SPA that empowers users to effortlessly add and beautifully display their favorite books. Experience seamless book management and stunning visuals, all in one delightful web application. | css,dom-manipulation,html5,javascript | 2023-01-23T14:32:21Z | 2023-01-23T19:19:54Z | null | 1 | 1 | 5 | 1 | 0 | 3 | null | MIT | JavaScript |
G-Dharani-raj/Lens-studio | main | <h1 align="center">Lens Studio</h1>
<h2 align="center">Lens Studio is a E-commerce Website where Customers can find variety of eyewear.</h2>
<br />
<p align="center">
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" alt="reactjs" />
<img src="https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white" alt="redux" />
<img src="https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white" alt="redux" />
<img src="https://img.shields.io/badge/Chakra%20UI-3bc7bd?style=for-the-badge&logo=chakraui&logoColor=white" alt="chakra-ui"/>
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black" alt="chakra-ui"/>
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="chakra-ui"/>
<img src="https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white" alt="chakra-ui"/>
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="chakra-ui"/>
<img src="https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge&logo=Firebase&logoColor=white" alt="chakra-ui"/>
</p>
<h3 align="center"><a href="https://next-hill-6732.vercel.app/"><strong>Want to see live preview »</strong></a></h3>
## 🚀 Features
- Sign Up/Login authentication made with Firebase and Sign in with Google Funtionality.
- Product Page with filter, sorting functionality.
- Cart Funtionality, Shipping, Payment.
- Admin panel with CRUD functionality.
- Search Functionality.
- Real time tracking of Traffic in website.
<br />
### In this project we have
# 1. Landing Page

# 2. Product Page

# 3. Single Product Page

# 4. Cart Page

# 5. Checkout Page

# 6. Payment Page

# 7. Admin Dashboard
<strong>Admin details to login </strong>
- Username : admin
- password : 12345678

# 8. Admin Product Page

# 9. Admin Search Page

# 10. User Details Page

| E-commerce website where customers can find a variety of eyewear, they can sort, filter based on their requirements and can add the selected product to the cart | firebase,javascript,react,reactjs,redux | 2023-01-17T10:29:51Z | 2023-02-10T14:41:30Z | null | 8 | 41 | 147 | 7 | 1 | 3 | null | null | JavaScript |
dikshantnagpal/Planmytrip | main | # Planmytrip
This project is a clone of MakeMyTrip which is an Indian online travel company founded in 2000. Headquartered in Gurugram, Haryana, its a company. the company provides online travel services including airline tickets, domestic and international holiday packages, hotel reservations, rail, and bus tickets.
<h3>Live Demo Link https://celebrated-bunny-b6e3a9.netlify.app/ </h3>
<h1>Home Page</h1>
<img src=https://user-images.githubusercontent.com/108027350/225333828-1a8ac58c-7c51-456b-8742-147fa9e76d5c.png alt="">
<img src="https://user-images.githubusercontent.com/108027350/222748993-a35a4a43-d94e-49c6-b154-5d2620b8be3b.png" alt="">
<img src="https://user-images.githubusercontent.com/108027350/222749071-8ea7f3a0-a314-4299-a074-600752e36efc.png" alt="">
<h1>Login Page</h1>
<img src="https://user-images.githubusercontent.com/108027350/222749148-d5741585-73f6-4b7e-a6ef-56db9715c6ad.png" alt="">
<h1>Hotels page</h1>
<img src="https://user-images.githubusercontent.com/106018569/223726786-e15045ad-4978-4223-9646-1b93ba9fda54.png" alt="">
<h1>Single Hotel</h1>
<img src="https://user-images.githubusercontent.com/106018569/223727167-0c657cf2-b58f-4686-bb67-24f547d95d41.png" alt="">
<h1>Checkout</h1>
<img src="https://user-images.githubusercontent.com/106018569/223727438-87bf9b0e-4fa2-4e35-9baa-4413c15227df.png" alt="">
<h1>Payment</h1>
<img src="https://user-images.githubusercontent.com/106018569/223727653-c7945128-a7e7-4038-9b95-0271bb8fff20.png" alt="">
<h1>Footer</h1>
<img src="https://user-images.githubusercontent.com/106018569/223728839-e0e58ebd-5ef2-4d85-b645-928c66047e5f.png" alt="">
<h1>[Getting Started]</h1>
<h3>Execution</h3>
<p>If you want to run our project in your local machine</p>
<p>Follow the given steps:</p>
<ul>
<li>Clone our respository <a href="https://github.com/dikshantnagpal/Planmytrip">https://github.com/dikshantnagpal/Planmytrip</a></li>
<li>Open our code in VS code </li>
<li>Then do npm install</li>
<li>Then Initialize the server by writing 'npm run start' on Terminal</li>
<li>Congrats ! you have successfully sarted the application.</li>
<h1>Built with</h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Java Script</li>
<li>Chakra UI </li>
<li>React.js</li>
<li>React Routing</li>
<li>node js</li>
</ul>
<h1>Creators</h1>
<ul>
<li><a href="https://github.com/dikshantnagpal">@Dikshant Nagpal</a></li>
<li><a href="https://github.com/aakarshpatel84">@Aakarsh Patel</a></li>
<li><a href="https://github.com/VK14133M02">@Vikram</a></li>
<li><a href="https://github.com/Sachintewatia-tech">@Sachin Tewatia</a></li>
| This project is a clone of MakeMyTrip which is an Indian online travel company founded in 2000. Headquartered in Gurugram, Haryana, its a company. the company provides online travel services including airline tickets, domestic and international holiday packages, hotel reservations, rail, and bus tickets. | chakra-ui,css,html,javascript,react,reactjs | 2023-01-17T07:21:24Z | 2023-03-15T14:08:18Z | null | 7 | 28 | 86 | 1 | 0 | 3 | null | null | JavaScript |
chelobotix/To-Do-List | main | <a name="readme-top"></a>
<div align="center">
<img src="src/assets/images/to-do-list.png" alt="logo" width="400" height="auto" />
<br/>
<img src="src/assets/images/Logo Barrenechea.png" alt="logo" width="300" height="auto" />
<br/>
<h3><b>To Do List</b></h3>
<h3><b>To Do List Project Module 2</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🧑🏻💻 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Clone](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 Protoje Concert - Capstone Micorverse Project Module 1<a name="about-project"></a>
> To Do List App developed with html, css, js and webpack
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://en.wikipedia.org/wiki/HTML">Html</a></li>
<li><a href="https://en.wikipedia.org/wiki/CSS">Css</a></li>
<li><a href="https://en.wikipedia.org/wiki/JavaScript">Vanilla Javascript</a></li>
<li><a href="https://webpack.js.org/">Webpack</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **To Do List Generate with Webpack**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🧑🏻💻 Live Demo <a name="live-demo"></a>
<a href="https://chelobotix.github.io/To-Do-List/">Visit the Live Demo</a>
<br/>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and use as a template for your own portafolio site, follow these steps.
### Prerequisites
In order to run this project you need: Git and Nodejs installed in your system and Webpack knowledge<br/>
NPM dependecies needed:
```sh
npm i webpack webpack-cli webpack-dev-server --save-dev
```
```sh
npm i html-webpack-plugin --save-dev
```
```sh
npm install --save-dev style-loader css-loader
```
```sh
npm install file-loader --save-dev
```
run project:
```sh
npm run build
```
```sh
npm start
```
### Clone
Clone this repository to your desired folder:
```sh
https://github.com/chelobotix/To-Do-List.git
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHOR -->
## 👥 Author <a name="authors"></a>
👤 **Author1**
: Marcelo Alarcon Barrenechea
🇧🇴 Bolivia 💓
- GitHub: [@chelobotix](https://github.com/chelobotix)
- Linkedin: [Marcelo Alarcon](https://www.linkedin.com/in/marceloalarconb/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Local Storage**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project please let me know
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
My mother. Let's play to the end together ❤️ with 🧠
<br/>
Cindy Shin. This project was adapted from Cindy Shin's <a href="https://www.behance.net/gallery/29845175/CC-Global-Summit-2015">template</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ <a name="faq"></a>
- **Is there any restriction to adapting the page to other porpouse??**
- No problem.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](<a href="https://github.com/chelobotix/To-Do-List/blob/Html_Skeleton_and_basic_JS/license">License</a>) licensed.
<a href="https://github.com/chelobotix/To-Do-List/blob/Html_Skeleton_and_basic_JS/license">License</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| To Do List is an App that let you Create, Display, Delete and Update tasks and store them on Local Storage. It's a Single Page Application that has been bundled with Webpack | css,html5,javascript,javascript-es6,single-page-app,webpack,webpack5,localstorage | 2023-01-24T15:29:33Z | 2023-01-24T22:10:07Z | null | 1 | 1 | 10 | 0 | 0 | 3 | null | MIT | JavaScript |
billymohajeri/React-Bookstore | dev | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Todo App ](#-todo-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 Bookstore <a name="about-project"></a>
The Bookstore is a website that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
- React.js
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Display a list of books**
- **Add a book**
- **Remove a selected book**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Not deployed yet...]()
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need [Node.js](https://nodejs.org/en/) installed on your machine.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:billymohajeri/React-Bookstore.git
```
### Install
Install the dependencies with:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Billy Mohajeri**
- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Deploy on GitHub**
- [ ] **Responsive design**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, please consider giving it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank all code reviewers for making this project better.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE/MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| The Bookstore is a website that allows you to: Display a list of books. Add a book. Remove a selected book. | css,html,javascript,react | 2023-01-19T09:50:19Z | 2023-01-25T21:46:35Z | null | 1 | 5 | 15 | 0 | 0 | 3 | null | null | JavaScript |
SFarida/to-do-list | main | # to-do-list
<a name="readme-top"></a>
<div align="center">
<h1><b>To do list</b></h1>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 To do list <a name="about-project"></a>
**To do list** is a website to manage your daily tasks
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
The following stacks were used
<details>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">Javascript</a></li>
<li><a href="https://www.valentinog.com/blog/webpack/">Webpack</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
Not yet published
- **Add a book**
- **Remove a book**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
Coming soon
<!-- - [Live Demo Link](https://sfarida.github.io/abijanais/) -->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
### Prerequisites
In order to run this project you need to have a browser and of course a code editor
Run the following command
<!-- ```$
npm install
```
```$
npm start
``` -->
### Setup
Clone this repository to your desired folder, you can also set up HTML, CSS and JavaScript linters, for this you will need node installed. you can follow the steps [here](https://github.com/microverseinc/linters-config/tree/master/html-css-js) to setup the linters
### Install
Once you cloned this project run the following in your terminal
```$
npm install
```
```$
npm start
```
### Usage
To run the project, you can simply type the link http://localhost:8080/ on your favorite browser.
### Run tests
If you follow the tutorial above to setup linters then you can run these tests
```$
npx hint .
```
```$
npx stylelint "**/*.scss"
```
or if you use css then run this instead of the latter command above
```$
npx stylelint "**/*.{css,scss}"
```
```$
npx eslint .
```
### Deployment
Not yet deployed
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Gueleu S. Farida**
- GitHub: [@SFarida](https://github.com/SFarida)
- Twitter: [@First_Dialo](https://twitter.com/First_Dialo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/farida-gueleu/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **Displays a list of your tasks**
- [ ] **Option to clear completed tasks**
- [ ] **Option to add a new task**
- [ ] **Option to delete a task**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/SFarida/to-do-list/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project you can follow me on github for more.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
thanks to Microverse for providing the necessary resources.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
- **Are the linters necessary?**
- It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | To do list is a website to manage your daily tasks where you can add a new task, delete, edit and mark a task as complete. | css,html,javascript | 2023-01-19T08:41:02Z | 2023-01-27T11:48:43Z | null | 1 | 5 | 17 | 1 | 0 | 3 | null | null | HTML |
annaluizacamargo/DisneyEggs | main | 
## 🚀✨ Proposta do Desafio
Bem-vindo(a) ao "DisneyEggs", um site onde é possível encontrar todos os filmes da Disney que determinado personagem já apareceu (incluindo os "easter eggs"), estando disponível para acesso no link: <https://disney-eggs.vercel.app/>.

Infelizmente a API utilizada possui diversas restrições, dentre elas o idioma (aceita pesquisas somente em inglês), exigindo o nome completo do personagem, e possuindo limitações quanto ao uso.<br><br>
## 🧠✨ Objetivo e o que aprendi
O objetivo foi criar um web site utilizando JavaScript, HTML e CSS (puros, sem framework), a fim de consolidar meus conhecimento em API.
Caso queira saber um pouquinho mais do processo de elaboração e criação, fiz um breve benchmarking, elenquei possíveis referências e ideias de layout, escolhi as cores que possuíssem acessibilidade visual, e todo esse trajeto até chegar neste resultado final é possível visualizar no meu repositório do [Figma](https://www.figma.com/file/DFHUqpBTHUprs1O8sXhO9l/DisneyEggs?node-id=0%3A1&t=xjdNuSnoXFffa5Nq-1).<br><br>
## 🔧✨ Tecnologias utilizadas
<div style="display: inline_block">
<img align="center" alt="Anna-Js" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-plain.svg">
<img align="center" alt="Anna-HTML" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg">
<img align="center" alt="Anna-CSS" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg">
API da Disney disponível em = https://disneyapi.dev/
</div><br><br>
## 💻✨ Rodando o projeto
Para rodar o repositório é necessário clonar o mesmo, e procurar no seu explorador de arquivos o HTML para iniciar o projeto: `index.html`
Ou simplesmente clicar no link onde o mesmo está disponível para acesso: <https://disney-eggs.vercel.app/>
Observação: os testes referente ao layout e responsividade foram realizadas somente utilizando o Google Chrome e Android.<br>
https://user-images.githubusercontent.com/100868704/213940343-f05fc240-b38f-42b0-9314-1518b1bd12ff.mp4
<br>
## 🌺✨ Forma de contato
<div style="display: inline_block">
<img align="left" alt="Anna-pic" height="150" style="border-radius:50px;" src="https://cdn.picrew.me/shareImg/org/202301/707090_N2E3YlxN.png"><br>
Caso tenha alguma sugestão ou queira entrar em contato, fico a disposição 🥰💖
</div><br><br>
<div>
<a href = "mailto:luizafistarol@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a>
<a href="https://www.linkedin.com/in/anna-luiza-camargo-fistarol/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a>
</div>
| Web site com integração a API da Disney que mostra os filmes que determinado personagem aparece (incluindo os "easter eggs"). | api,css,html,javascript,disney | 2023-01-19T01:02:25Z | 2023-01-24T00:45:32Z | null | 1 | 0 | 36 | 2 | 0 | 3 | null | null | CSS |
Oscah01/todo-list-app | main |
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
**[To-do list page]** is a web page where you can add your to-do tasks, and also remove them when completed.
## 🛠 Built With <a name="built-with">HTML_CSS_JS</a>
### Tech Stack <a name="tech-stack"></a>
> Describe the tech stack and include only the relevant sections that apply to your project.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">React.js</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://expressjs.com/">Express.js</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="https://www.postgresql.org/">PostgreSQL</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> Listed below are the key features of my webpage.
- **[Tasks list]**
- **[Add tasks form]**
- **[Remove tasks option]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Add a link to your deployed project.
- [Live Demo Link](https://github.com/Oscah01/Webpack-Setup.git/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Terminal
- Git
- IDE
<!--
Example command:
```sh
gem install rails
```
-->
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Oscah01/Webpack-Setup.git
```
-
### Install
Install this project with:
```sh
npm install
```
-
### Usage
To run the project, execute the following command:
Example command:
```sh
Open this project in your live server
```
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
>Oscar Deus
👤 **Oscar Deus**
- GitHub: [Oscah01](https://github.com/Oscah01)
- LinkedIn: [Oscar Deus](https://www.linkedin.com/in/oscah-deus-757833210/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **[Mark tasks as complete]**
- [ ] **[Add comment to tasks]**
- [ ] **[]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [[MIT](https://rem.mit-license.org)](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| is a web page where you can add your to-do tasks, and also remove them when completed. | html,javascript,css | 2023-01-18T16:09:33Z | 2023-01-21T08:06:53Z | null | 1 | 3 | 26 | 4 | 0 | 3 | null | null | JavaScript |
haliljon/react-to-do-list | development | # React-To-Do-List
# 📗 Table of Contents
- [React-To-Do-List](#react-to-do-list)
- [📗 Table of Contents](#-table-of-contents)
- [📖 React-To-Do-List ](#-react-to-do-list-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Deployment Link:](#deployment-link)
- [💻 Getting Started with Create React App ](#-getting-started-with-create-react-app-)
- [Available Scripts](#available-scripts)
- [`npm start`](#npm-start)
- [`npm test`](#npm-test)
- [`npm run build`](#npm-run-build)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License](#-license)
<!-- PROJECT DESCRIPTION -->
# 📖 React-To-Do-List <a name="about-project"></a>
**React-To-Do-List** The app lets the user to input items into to do list, edit, delete and so on.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> Describe the tech stack and include only the relevant sections that apply to your project.
<details>
<summary>Programming languages</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="https://www.javascript.com/">JavaScript</a></li>
<li><a href="https://reactjs.org/">React</a></li>
</ul>
</details>
<details>
<summary>Technologies</summary>
<ul>
<li><a href="https://git-scm.com/">Git</a></li>
<li><a href="https://github.com/">Github</a></li>
<li><a href="https://eslint.org/">Linters</a></li>
<li><a href="https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow">Gitflow</a></li>
</ul>
</details>
<details>
<summary>Frameworks</summary>
</details>
<details>
<summary>Modules</summary>
</details>
<details>
<summary>Server</summary>
</details>
<details>
<summary>Database</summary>
</details>
### Key Features <a name="key-features"></a>
- **[User is able to add, delete and edit to-do list items]**
- **[The to-do list items are kept in the local storage]**
- **[The app is SinglePage app]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## Deployment Link:
https://haliljon.github.io/react-to-do-list/
## 💻 Getting Started with Create React App <a name="getting-started"></a>
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.
## 👥 Author <a name="author"></a>
👤 **Haliljon Juraboev**
- GitHub: [@githubhaliljon](https://github.com/haliljon)
- Twitter: [@twitterhaliljon1](https://twitter.com/haliljon1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juraboev-haliljon)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
FUTURE FEATURES
## 🔭 Future Features <a name="future-features"></a>
>
- [ ] **[I would like to improve the look and feel of the application]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/haliljon/react-to-do-list/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
Please consider giving a ⭐️ if you like this project!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
> Give credit to everyone who inspired your codebase.
I would like to thank [Microverse](https://www.microverse.org/)
P.S. stackoverflow and google 😉
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### 📝 License
- This project is [MIT](./LICENSE) lincensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| To Do List is a task management app that keeps track of daily tasks. Tasks are stored in browser's local storage and it has CRUD functionalities. It was built with HTML, CSS, JavaScript, and webpack. | javascript,react | 2023-01-23T14:35:34Z | 2023-01-27T10:26:47Z | null | 1 | 2 | 6 | 0 | 0 | 3 | null | MIT | JavaScript |
LuisFernandoVillalon/business-card-form-TOP | main | # CV Form - Resume Builder
Project: A form used to generate a resume - The Odin Project
# Summary
The application allows users to input their personal information, skills, experience, education and a photo in a form.
As they are filling up the form the Resume is being built in real time. The user has options of reseting the form, loading an
example of a resume, as well as converting their resume into PDF.
# Technologies
HTML, CSS, JavaScript, npm, React, GitHub, components
# Video Recording
[screen-capture (3).webm](https://user-images.githubusercontent.com/104875261/234382666-c0913761-fda6-49f7-b2b0-6e3395a235eb.webm)
| The Odin Project: CV Form | css,html,javascript,components,react,import | 2023-01-21T17:57:50Z | 2023-04-25T19:29:33Z | null | 1 | 0 | 15 | 0 | 0 | 3 | null | null | JavaScript |
Eggy115/eggy115.github.io | main | # [eggy115.github.io](https://eggy115.github.io/)
Eggy115's website. You can go to it [here](https://eggy115.github.io/index.html).
## Features
- Uh blog maybe
- Tools I might make
- Downloads for software
## License
GPL v3
| Eggy115 Website | blog,css,html,javascript,website,eggy115 | 2023-01-22T09:26:03Z | 2023-04-20T18:57:26Z | null | 1 | 0 | 45 | 0 | 2 | 3 | null | GPL-3.0 | HTML |
alexisintech/seize-the-day | main | # 🪐 [Seize The Day](https://seize-the-day.netlify.app/)
> One of the ways I manage anxiety and organize scattered thoughts is by creating lists and tracking my tasks. I built this full stack app with mindful language being used throughout, and affirmations to greet users on the main page, so that users can organize their day, in a mindful way.
### > Old version
<img src="https://github.com/alexisintech/seize-the-day/blob/main/client/public/imgs/old-seize-the-day.gif" width="100%" />
### > New version (As of 02/11/2023)
<img src="https://github.com/alexisintech/seize-the-day/blob/main/client/public/imgs/new-seize-the-day.gif" width="100%" />
<!-- FEATURES -->
## ⭐ Features
### Welcome page
- User authentication supported using JSON Web Tokens and password encryption using Bcrypt password-hashing
- Login and signup pages built with custom form validation (will be updated to use Formik/Yup)
### Profile (Dashboard)
- Custom greeting based on username
- Randomly generated affirmations and reminders to help redirect thoughts and attitudes into positive directions
- Dashboard widgets for tracking the time, date, and weather
- Weather widget utilizes Open Weather API. Update location feature is currently in progress of being added.
### Explore the sidebar
#### Tasks
- All: users' tasks organized by in progress (what I will accomplish) vs. completed (what I have accomplished)
- Completed
- In Progress
#### Organize
- Lists (coming soon)
- Tags (coming soon)
<!-- BUILT WITH -->
## 🛠️ Built With
- MongoDB, Mongoose.js
- Node.js, Express.js
- JSON Web Tokens
- React.js, Material UI, Vite
- Formik/Yup
- HTML5/CSS3, Javascript ES6
- ESbuild, ESlint, Stylelint
- VSCode
- Backend hosted on Railway
- Frontend hosted on Netlify
<!-- GET YOUR OWN COPY -->
## 🚀 Get your own copy running!
### Backend
In one terminal:
1. Change the directory to the config folder and create a new file
```sh
cd api/config
touch .env
```
2. Create .env variables PORT and DB_STRING
```sh
PORT = 2222 // port 2222 is used as the api_base in App.js on the client side
DB_STRING = "<Replace everything in quotes with MongoDB Connection String>"
JWT_SECRET = "<Any string of your choice>"
```
3. Navigate back to the api
```sh
cd ..
```
4. Install packages and dependencies
```sh
npm i
```
*The server will be running on localhost:2222*
### Frontend
In a second terminal:
1. Navigate to the client folder
```sh
cd client
```
2. Install packages and dependencies
```sh
npm i
```
### Start the app
Concurrently is a package that allows you run multiple commands in a single terminal <br />
To run the application in a development server,
1. Navigate to the client folder
2. In the client folder, the package.json should have a "script" that looks like this:
```sh
"api": "cd ../api && npm start",
```
3. While still in the client folder, run the application using this command:
```sh
concurrently "npm:api" "npm:dev"
```
*The client side application will render on localhost:4444* <br />
*The page will reload if you make edits.*<br />
<!-- ROADMAP -->
## 🌠 Roadmap
- [X] Mobile-first design; responsiveness using CSS Flexbox and Grid (but needs to be redesigned for an improved UI/UX)
- [X] Utilize Material UI for consistent, reusable components
- [ ] User can update location on weather widget
- [ ] User can choose between celsius vs. fahrenheit on weather widget
- [ ] User hovers clock, will show analogous time
- [X] Use useReducer and Context API for passing data around components
- [X] Add getUser to the AppContext
- [X] Light/dark mode (implemented by updating MUI theme using useContext)
- [X] A task can become a list when subtasks are added
- For example, a task with the title "Grocery Shopping" can become a list if subtasks, such as grocery items, are added
- [ ] Organize tasks using tags, such as important or critical, or users can create custom tag names
See the [open issues](https://github.com/alexisintech/seize-the-day/issues) for a full list of proposed features (and known issues).
<!-- TEA SPILL -->
## 🌝 Tea Spill
I created this project using Vite for optimization reasons (sorry CRA...ur slow). In contrast to my previous projects using EJS for views and Passport.js for authentication, I used React Router for client-side rendering, and realized quickly that Passport.js was not so friendly with this - so I removed all of Passport.js authentication and dived into implementing auth with JSON Web Tokens. First off, React Router was super easy to set up: friendly reminder to self, use < Link to="" > instead of typical href's for routing to different pages on the app :P Next, implementing JSON Web Tokens for the first time was... interesting. Stressful. Rewriting my entire auth.js file and coding my middleware from scratch was really good practice for me to learn how JWT works. Also had to write my own "comparePassword" function because Passport.js did this logic for you, but the logic for this was pretty simple using bcrypt documentation.
For the front end development of this project, I decided to use Material UI to streamline my design process and deliver a consistent UI. Plus, as is the reason I love React, I really nerd out over the reusability of the pre-made components. Learning MUI's V5 structure such as Themes with the ThemeProvider, and custom styling the components, was a bit difficult at first - luckily, MUI has great documentation. I also got more practice using Grid and I definitely want to continue and improve on using it because it's an incredibly powerful and customizable layout system.
In a separate branch, I'm currently working on restructuring my code to use useReducer and the Context API. The way my project currently is, the Profile.jsx page is too cluttered with elements that can become components. And the data that is being fetched in the Profile.jsx *page* needs to be accessible by other components, which is the reason I'd like to use Context. I want my Fetch calls to be in a utils folder, and overall, want more readable, maintanable, organized, and dry code (which is why I'm choosing Context instead of prop drilling). Instead of trying to integrate these tools into my preexisting code, I'm realizing it might be easier for my learning if I rebuilt the front end from scratch using them.
02/11/2023: I have finally implemented the Context API!! I used useContext and useMemo for updating the mode between light and dark and therefore, the corresponding MUI theme. I used useContext and useReducer to handle API calls and updating the user's global state for their tasks. This allowed me to entirely restructure my app. I decided to redesign the entire app as well while I was at it, giving it a more clean, sophisticated, and modern UI. I created a simple, but interesting dashboard for users so that data is not the first thing they encounter - it's supposed to be a mental health forward version of a to-do app. I also played around with Formik+Yup for the "Create New Task" component; I plan to implement them for the login and signup forms as well. It was INCREDIBLY frustrating to learn how to use the context API and useReducer... how many console.log's were there? The limit does not exist. HOWEVER! I have learned SO much, and it is very rewarding to have the application finally functional and looking so much better than the last deployment.
04/10/2023: I implemented the Subtasks feature! When users are creating a new task, they have the option to add "subtasks". For example, the task's title could be "Grocery List" and the subtasks could be "apples", "oranges", etc. The challenge of this feature was figuring out how to do this using Formik, because Formik has a lot of form control and does a lot of the form's functionality behind the scenes. Through Formik documentation and a single youtube video that I found, I learned that I would need to use Formik's FieldArray component, map over the array of values, and render a Field component for each. Another challenge was that I used TextField components from Material UI so that I could have uniform styling across input elements. I already successfully integrated Formik's functionality with MUI's TextField component, but I couldn't use a TextField here because the FieldArray component required the Field component to be its child. Through research, I found that the Field component accepts an "as'' property, allowing the Field to be compiled as any component you need. In my case, I needed the Field to be "as: {TextField}", so that it would inherit the styling from an MUI TextField component. After getting the submission to be successful, I built its addition into the Task and Tasks components with conditional logic. The next challenge would be adding a subtasks’ update functionality: when a user clicks on a subtask, toggle its completion. This was actually simple because it was the same logic as completing an entire task. I added its ACTION to the appReducer, its fetch call to the utils file, and all of the necessary code to my API: a new route, a new controller, and an updated model. From there, I just needed to add an onClick event to each subtask for calling the fetch function and dispatching the result to the appContext.
| Organize your day, in a mindful way. | bcrypt,expressjs,javascript,jsonwebtokens,jwt,jwt-authentication,material-ui,mongodb,mongoose,nodejs | 2023-01-19T20:59:51Z | 2023-06-12T18:00:56Z | null | 1 | 4 | 132 | 0 | 0 | 3 | null | null | JavaScript |
orlandodiazc/event-website | main | <!--
HOW TO USE:
This is an example of how you may give instructions on setting up your project locally.
Modify this file to match your project and remove sections that don't apply.
REQUIRED SECTIONS:
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License
OPTIONAL SECTIONS:
- FAQ
After you're finished please remove all the comments and instructions!
-->
# Event Page <a name="about-project"></a>
**Event Page** is a HTML/CSS and basic JavaScript capstone project.
[Live Website](https://tubular-dasik-8676ff.netlify.app/)
## Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
This project was created using:
<details>
<summary>Client</summary>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
</ul>
</details>
<!-- Features -->
## Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
1. Clone the repository into your machine (Or download the .zip file and extract).
2. Open the project's folder.
3. Run npm install
4. Run npm start
## Authors <a name="authors"></a>
👤 **Orlando Diaz**
- GitHub: [@orlandodiazc](https://github.com/orlandodiazc)
- LinkedIn: [LinkedIn](www.linkedin.com/in/orlando-diaz-conde)
<!-- FUTURE FEATURES -->
## ⭐️ Show your support <a name="support"></a>
Give a star if you like this project!
<!-- LICENSE -->
## 📝 License <a name="license"></a>
[CC Global Summit 2015](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) website design by [Cindy Shin](https://www.behance.net/adagio07) is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
| Event website ia a landing page that gives all necessary information about Barranquilla's Carnival. | css,javascript | 2023-01-22T16:49:31Z | 2023-03-09T00:02:41Z | null | 1 | 1 | 14 | 0 | 0 | 3 | null | MIT | HTML |
Amirsamrezv/30-days-of-html | main | # 30-days-of-html
A step by step guide to learn the concept of HTML, DOM tree, and web development in 30 days.
30 Days Of HTML
Terminologies
Day 1
Introduction
Requirements
Web Development
Frontend Web Development
Backend Web Development
Full-stack Web Development
How the Web Works
Web Development Tools
Parts of a website
Exercises
Day - 2
Setting Development Environment
Browser
Code Editor
How to use Visual Studio Code
Introductin to HTML
History of HTML
What is HTML?
HTML Element
Attribute
HTML Comment
Exercise
Day 3
DOM
Declaration
Root Element
Heading Elements
Paragraph Element
Section Element
Header Section
Main Section
Footer Section
Inline Style
Exercise
Day 4
Blocking and Non-blocking Elements
Exercises
Day 5
HTML5 Formatting Elements
Exercises
Day 6
HTML5 Semantic Elements
Exercise
Day 7
HTML Document metadata
Exercises
Day 8
HTML Form
Day 9
HTML Table
Day 10
Lists
Ordered List
Unordered List
Description List
Day 11
File Paths
Meta tags
Day 12
Under utilized HTML elements
# Day Topics
01 Introduction
02 DOM(Document Object Model)
03
04
🧡🧡🧡 HAPPY CODING 🧡🧡🧡
Support the author to create more educational materials
Paypal Logo
30 Days Of HTML: Introduction
januray 2023
Day 2 >>
30 Days Of HTML
Terminologies
Some of the terminologies you may come across in this challenge: client, server, web developer, web designer, UI, UX, web development, browser, code editor, command lines, Git, GitHub, Version Control, semantic, accessibility, responsiveness, compatibility, request, response, HTML, CSS, JavaScript, viewport, blocking element, non-blocking element, tag, opening tag, closing tag, self closing tag, attribute, style, script, property, value, render, comment, HTTP, path, URL, absolute path, relative path, landing page, single page application, hero image, HTML element, content, SEO, feature image, carousel, sidebar, website, web application
Day 1
Introduction
Congratulations on deciding to participate in 30 days of HTML challenge. In this challenge you will learn everything you need to know about HTML, and in general, the foundation of web development. In the end of the challenge, you will get a 30DaysOfHTML challenge completion certificate. In case you need help or if you would like to help others you may join the telegram group.
A 30DaysOfHTML challenge is a complete guide for both beginners and advanced developers. Welcome to 30DaysOfHTM! HTML is the build-block of the web. There is no website without HTML, therefore, to develop a website it requires an HTML.
In this step by step HTML challenge, you will learn HTML, the standard markup language for the web. HTML is used to build the skeleton or outline of any website. The skeleton or outline of the website is styled(beautified) by CSS(Cascading Style Sheet). JavaScript (JS) can make a website interactive and dynamic. HTML, CSS and JS are the core technologies to build websites and these are the skills required to be a web developer. This challenge will focus on HTML but we will use little CSS to make some HTML concepts more clear to the readers. A 30DaysOfCSS will be a follow up challenge after 30DaysOfHTML. There are 30 Days of JavaScript, 30 Days of React, and 30 Days of Python by the same author.
Look at the following picture to understand the purpose of HTML, CSS and JavaScript very well.
htl css js
The image has been taken from medium article, source.
By the end of the challenge:
You will have a clear understanding of how the web works
You will be able to develop a modest static website with HTML and little CSS
You will know what to do next to become a web developer
The main goal of this challenge is to teach the core building block of the web that is HTML. Therefore, let's get started by understanding some the terminologies in this field such as web development, front end development, back end development, and full-stack.
⚠️ This is not a proof read material. You may find typo, grammar and some technical errors here and there. The content will be updated now and then. Therefore, do not be surprised you find a typo or a grammar or other mistakes.
Requirements
The minimum requirement to follow this challenge:
Motivation
Computer
Internet
Web Development
Web development is a process of designing, building, testing, and maintaining a website which ranges from a simple single page static website to a complex full-stack applications. This field has two broad categories.
Frontend
Backend
Frontend Web Development
A front end(client-side) is a website that a user can see and interact with. It can be also called a client-side because it is the part that the user(client) can see and interact with. Therefore, anything we see on any website when we surf on the internet is part of the front end and it includes the colors, fonts, buttons, images, videos, audios and any other content on the website. The technologies that uses to build front end parts of a website are called front end technologies. The core technologies to build a front end are:
HTML
CSS
JavaScript
There are hundreds of JavaScript that allows building a dynamic web applications. Currently, the three most popular JavaScript libraries are:
React
Vue
Angular
Do not learn learn JavaScript before, HTML and CSS. Do not learn JavaScript libraries before you learn JavaScript. This the right sequence of learning:HTML > CSS > JavaScript > React or Vue or Angular.
Backend Web Development
Backed(Server-side) development refers to the activities that happens behind the scene. Backend development consists of backend a programming language and a database. The backend interacts with frontend and the database using a backend programming language that could be (Node.js, Python, Ruby, PHP, etc). Look at the following figure to understand the interaction between client. A client send a HTTP request to the backend and the backend return a HTTP response to the client computer(The response could be an HTML page, txt, image, or any other form of data). HTTP(Hypertext Transfer Protocol) is a communication protocol that allow transmitting data between a client and a sever. It is designed for communication between web browsers(client) and web servers.
Full-stack Web Development
Full-stack is another buzzword that no one agrees on the definition. You can understand Full-stack web development as a sum of frontend, backend, testing, and including some other technologies. I believe now you have a big picture of web development.
How the Web Works
By now you should have clear understanding how the web works based on the information you get on the above two sections. If you want to know more you may also read this article.
Web Development Tools
Tools you need as a web developer
Motivation
Computer
Internet: To access information or resources
Browser: allows to render HTML code to a human readable output(website pages). Examples of browsers(Chrome, Firefox, IE, Safari, Opera, Brave, etc)
Design Software: allow to create a design or a prototype of the website. Examples of (Figma, Adobe XD, etc)
Code Editor: allows to write code. For example(Visual Studio Code, Atom, Sublime Text, Bracket, etc)
Git(Version Control Software): allows to manage different version of our code
Before we start developing a website, it is good to recall the common parts(components) of a website. In the next section, we will cover this.
Parts of a website
A website can have a couple of features or several features. There is no guideline that tells what a website should have but most of the time a website has the following common parts(components). For instance, if you look at the first ever created website, it has just one page and several links. However, since 1993 to today, for the last three decades HTML has been evolving and with only HTML it is possible to develop a decent static website.
Let's see the most common parts(components) of a website:
Website Logo
Header/Banner
Navigation Bar/Menu Bar
Carousel
Sections
Forms
Buttons
Links
Images
Videos
Audios
Social Links
Footer
If you agree that these are components of a website, then you will create these components to build a website. Actually, once you create a certain feature it can be used in different projects(reusable). Therefore, whenever you create a certain part try to consider maintainability and reusability. You don't have to have all the mentioned above features when you develop a website. There is no strict guidelines what to have on your website.
Exercises
What is web development?
What is frontend?
Mention at least four frontend technologies
What is backend?
Mention at least four backend technologies
What is full-stack
What is client?
What is server
What is HTTP?
What is HTTP request ?
What is HTTP response?
What are the necessary tools for a web development?
Mention parts of a website
What is the purpose of HTML
What is the purpose of CSS?
What is the purpose of JavaScript
Is it possible to develop using only HTML?
Is there any strict guidelines what a website should look like?
What are Git and GitHub? Did you install Git? Do you have GitHub account?
Do you need a prototype or mockup or a wireframe before you start building the website?
First open this website, then right click on the page then click source, after that you will get an HTML source code. Count the number of the different HTML tag that have been used on this site.
Day - 2
Setting Development Environment
Browser
There are many browsers out there but most developers prefer to use Google Chrome or FireFox. I usually use Google chrome for development and I recommend it too. Download Google Chrome if you do not have one.
The browser render your HTML code to a human read website.
Code Editor
As web developer, you should write code using a text or code editor. Therefore, to write HTML code, CSS, JS, React or other you need to have a code edit.
I will use Visual studio code and I will use it in this challenge too. I strongly suggest to use Visual Studio Code because it has lots of productivity extensions that makes super productive. Now, let's download visual studio code.
How to use Visual Studio Code
To know how to use visual studio code, watch the following video
Introductin to HTML
History of HTML
The initial release of HTML was 1993. The first version of HTML was written by Tim Berners-Lee in 1993. HTML has been evolving for the last three decades and the now the latest version is HTML5.
What is HTML?
The word HTML is an acronym. That is stands for Hypertext Markup Language. It is the standard markup languages to develop websites. HTML is the build block of the web that allows building layouts of page using HTML elements. HTML is not not a programming language instead it is a markup language.
HTML code will be rendered by a browser and it give a human readable output. Look at the figure bellow to understand better how the HTML code convert to a website using a browser.
HTML Element
HTML elements consists of an open tag(<>), attribute(s), content and closing tag(<>). Look at the figure below to understand a syntax of an HTML element.
Open and Close tag without attribute
<h1>Welcome to 30 Days of HTML</h1>
The tag name is h1 and the content is 30 Days of HTML. The h1 will tell the browser to make the text a big font size that why we call HTML a markup language.
<p>
HTML elements are the blocking of a website. There is not website without
HTML. Learn HTML and build a website.
</p>
The p tag marks the text to be paragraph that why we call HTML a markup language.
Attribute
HTML attributes provide additional information about the element. An attribute can added only in the opening tag. It will be difficult to list down all HTML attributes but we can list down the most common ones.
alt - to add information about added image, use with img element.
autocompelete - to enable auto complete feature of a form, use with form and input.
autofocus - enable auto focus of input fields
autoplay - allows playing an audio/video on the page loads
charset - enable character encoding of meta tag
checked - to make a checkbox checked of an input element
class - to give a common identifier for HTML elements
cols - to determine the width of a textarea element
contenteditable - make any element editable
download - allows a link to download a resource(image, pdf, PPT, etc)
draggable - to make an element draggable, apply to all elements
for - to connect/bound a label element with a specific input field, use with a label tag
href - to specify a URL or a path of a resource, use with a link tag
id - a unique id for an HTML element, apply to all elements
lang - specifies the language of the page
type - specifies the type of the element and it uses with only a certain elements
src - to specify URL of a media file(img, audio, video, source, embed, script)
style - to add an inline CSS style to an element
There are also event listener attribute that listen mouse or keyboard. For instance, onclick, onsubmit, onkeydown, onkeyup, onscroll, etc. Remember, do not try to remember by hard. For detail information about, HTML attributes you may check this link
Open and Close tag An attribute is optional in an HTML element. See the following h1 tag with an id attribute value of first-title.
<h1 id="first-title">Welcome to 30 Days of HTML</h1>
An HTML element with multiple attributes
<h1 id="first-title" class="title">Welcome to 30 Days of HTML</h1>
<p style="color:gray;">
HTML elements are the blocking of a website. There is not website without
HTML. Learn HTML and build a website.
</p>
The above p tag has a style attribute. The style attribute has a color property and a value gray. The style changes the text color to gray. You can try it by adding other property and value in the style. Each value has to be separated by a semicolon.
Some HTML elements do not have closing tag, instead they have self-closing tag.
Self Closing Tags An example of self closing tags:
<area />
<base />
<br />
<col />
<embed />
<hr />
<img />
<input />
<link />
<meta />
<para />
<source />
<track />
<wbr />
The slash is optional but I strongly recommend to use the slash with self-closing tags. For instance, React.js does not allow you to use without the slash.
HTML Comment
Comment in any programming language help a code to be more readable. Therefore, it is common to leave some text on a code to make it more readable and maintainable. Let us the syntax of an HTML comment, it has opening ()
<!-- The is an HTML comment and it makes the code more readable -->
Exercise
What is the acronym HTML stands for?
What is an HTML element?
What is an attribute
Write at least five HTML attributes
Where do you write an attribute to HTML element?
Write an HTML comment that says, I am enjoying 30 Days of HTML
What is the purpose of Visual studio code?
What is the purpose of the browser?
Does every element need to have attributes?
Day 3
DOM
In this section, we will start writing the DOM tree of an HTML document or file. DOM stands for Document Object Model. The DOM is structure like a true. It starts with an html root element followed by head and body. The head and the body are the immediate children of the root element, html. Before the root element, there is a declaration.
Declaration
Before the root element, there is a declaration. This declaration tells the browser that the document is an HTML. Therefore, the browser render it to the way an HTML suppose to be rendered.
This is the code to declare an HTML. The declaration is not part of the DOM tree.
<!DOCTYPE html>
Root Element
The html element is the root of the DOM tree and is the parent of head and body.
The DOM try has to be wrapped by the html tag.
<!DOCTYPE html>
<html></html>
The html tag with two children, head and body.
<!DOCTYPE html>
<html>
<head></head>
<body>
content goes here
</body>
</html>
Create folder on the desktop and give it any name and even you may call it (30DaysOfHTML), inside this folder create an index.html file. Every HTML file has to end with a .html extension. And it is good to have at least on index.html file in the a project and the reset of the file will have different names.
This a simplistic DOM structure that contains html, head, title, body, h1 elements.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<h1 id="first-title">The Building Blocks of the web</h1>
</body>
</html>
The DOM tree of the above HTML looks like the following diagram.
DOM tree
Heading Elements
HTML is a markup language. We mark a content using an HTML tag and the browser render it to a clean web page. The h1 tag means making a text to be a large font size text, by default it creates 32px size text. We have h1 to h6 different tags to write different font size title. Pixel(px) is a unit to measure size which is as small as a dot.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<h1>First level heading</h1>
<h2>Second level heading</h2>
<h3>Third level heading</h3>
<h1>Fourth level heading</h1>
<h4>Fifth level heading</h4>
<h6>Sixth level heading</h6>
</body>
</html>
The size of the h1 to h6 tags:
h1 is 32px (2em)
h2 is 24px (1.5em)
h3 is 20.8px (1.3em)
h4 is 16px (1em)
h5 is 12.8px (0.8em)
h6 is 11.2px (0.7em)
Paragraph Element
Now, let's add paragraph to our web page using the p tag.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and web
applications
</p>
</body>
</html>
Now, there are six elements in the above HTML code. An HTML element may have a parent, a child, sibling(s). The html element is the root or the parent of the head and body. The head and body are children of the html tag.The head and body are siblings. The title is the child of the head. The body has two children, the h1 and p.
Section Element
If we went to create section for our page, we can use div or section element. Section element has semantic meaning. Let's add div in the previous page.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<div>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and web
applications
</p>
</div>
</body>
</html>
As you can see from the above code, all the elements inside the body are wrapped by a div. Instead of div, a section can be also used
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and web
applications
</p>
</section>
</body>
</html>
Header Section
Now, let us add header to our web page using the header HTML tag.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>HTML</header>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and web
applications
</p>
</section>
</body>
</html>
In side the header, we can add any kind of HTML element. But I like to style the four letters of the HTML text. Therefore, I have to tag them in span element.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span>H</span>
<span>T</span>
<span>M</span>
<span>L</span>
</header>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and web
applications
</p>
</section>
</body>
</html>
Main Section
Let's make use of the main HTML tag to wrap all the content that will go to the main section.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span>H</span>
<span>T</span>
<span>M</span>
<span>L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</section>
</main>
</body>
</html>
Footer Section
There is a footer HTML tag to make a footer. Let us create footer for the web page.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span>H</span>
<span>T</span>
<span>M</span>
<span>L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</section>
</main>
<footer>Copyright 2021 | Asabeneh Yetayeh</footer>
</body>
</html>
Instead of just throwing text in the footer tag let us add a small HTML tag to wrap the text and it will be render to a small size text.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span>H</span>
<span>T</span>
<span>M</span>
<span>L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</section>
</main>
<footer>
<small>Copyright 2021 | Asabeneh Yetayeh</small>
</footer>
</body>
</html>
Inline Style
We can apply CSS to an HTML element using inline styling. Look at the figure below HTML
We use the style attribute to apply CSS to an HTML element. For instance, let us apply style to h1.
<h1 id="first-title" style="color:green">The Building Blocks of the web</h1>
We can add more CSS properties by separating with semicolons
<h1 id="first-title" style="color:green;font-size:90px; background:blue;">
The Building Blocks of the web
</h1>
As you can see from above code, font-size and background properties have been used.
Similarly let us apply style to the span elements.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span style="color: #e34c26">H</span>
<span style="color: #264de4">T</span>
<span style="color: #f0db4f">M</span>
<span style="color: #61dbfb">L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</section>
</main>
<footer>
<small>Copyright 2021 | Asabeneh Yetayeh</small>
</footer>
</body>
</html>
Colors can be described by name, hexadecimal, RGB(Red, Green, Blue), and HSL(Hue, Saturation, Lightness).
There about 1.67 million colors and it hard to describe them by name. There are about 140 colors that can be described by name and the rest of the colors can be described using hexadecimal, RGB, or HSL. One form of the color can be converted the other. Let see the different form of the color red(name), hexadecimal(#ff0000), RGB(rgb(255, 0, 0)) and HSL(hsl(0, 100%, 50%))
If you followed all the steps by now you should get something like this.
Simple web page
Congratulations! You have completed Day 3 challenge
Exercise
What is the acronym DOM stands for?
What is the root of the DOM tree?
What are the children of html tag
How many children can the head have?
How many children can the body have?
Make a DOM tree of the following HTML code
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span style="color: #e34c26">H</span>
<span style="color: #264de4">T</span>
<span style="color: #f0db4f">M</span>
<span style="color: #61dbfb">L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</section>
</main>
<footer>
<small>Copyright 2021 | Asabeneh Yetayeh</small>
</footer>
</body>
</html>
Day 4
Blocking and Non-blocking Elements
HTML elements are like a box. Some elements take the whole width of the view port while some take as much space that fit only for the content. In another way, some elements do not allow other elements to come next them both in the left and right side, however, some elements allow other elements to come next to them.
Blocking elements take the whole width of the viewport.
Non-blocking element only take a space that is enough for the content.
List of blocking elements:
<address></address> - allows to write an address related information
<article></article> - allows to write articles in a section
<aside></aside> - allows to create a section that is indirectly related to the document
<blockquote></blockquote> - to create text a quoation mark
<canvas></canvas> - to create canbas
<dd></dd> - to describe a term or name in a description list
<div></div> - to create section or box
<dl></dl> - to create a description list
<dt></dt> - describes a term a description list
<fieldset></fieldset> - to create related elements in a from
<figcaption></figcaption> - define figure caption
<figure></figure> - to wrap figure, diagram, etc
<footer></footer> - to create footer of a document
<form> - to create a form
<h1></h1> to <h6></h6> - to create different size headings
<header></header> - to create header of a document
<hr /> - to create a horizontal line
<li></li> - create order or an unordered list
<main></main> - to wrap the main content of the document
<nav><nav> - to create navigation
<noscript></noscript> - describe an alternative content to be displayed to users when JS has disabled on their browsers.
<ol></ol> - to create an ordered list
<p></p> - to creat paragraph
<pre></pre> - to create a space preserved content, eg poem
<section><section> - to create section
<table></table> - to create table
<tfoot><tfoot> - to create a table footer
<ul><ul> - to wrap order or unorder list
<video></video> - to create a video content
Now, let's use some of the blocking elements in following snippet of code.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span style="color: #e34c26">H</span>
<span style="color: #264de4">T</span>
<span style="color: #f0db4f">M</span>
<span style="color: #61dbfb">L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<article>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</article>
</section>
<section>
<h2>Front end Technologis</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</section>
<section>
<video src="./assets/video/js-project.mp4"></video>
</section>
</main>
<footer>
<small>Copyright 2021 | Asabeneh Yetayeh</small>
</footer>
</body>
</html>
List of non-blocking elements
<a> - to create a link
<abbr> - to create abbreviation
<acronym> - to create an acronym
<audio> - to create or embed an audio
<b> - to make bold
<bdo> - to reverse a text
<big> - to make text big
<br> - to make a line break
<button> - to create a button
<cite> - to add citation
<code> - to write code on HTML
<dfn> - to write definition using HTML
<em> - to make an emphasise
<i> - to make italic
<img> - to create an image
<input> - to create an input field
<kbd> - to define keyboard inputs
<label> - to create a label for input fields
<map> - to define an image map
<object> - to represent an external resource that used to multimedia such as audios, videos, images, pdf, etc
<output> - to represent a result of a calculation
<q> - short quotation
<samp> - to represent sample output
<script> - to write JS code
<select> - to select items
<small> - to write small size texts
<span> - to mark or separate a text
<strong> - to make text with strong importance
<sub> - to create subscript
<sup> - to make superscript
<textarea> - to create a text area
<time>- represents a specific period of time
<tt> - to represent inline teletype
<var> - is used to define a variable
Let's make use of the above tags in the previous snippet of code.
<!DOCTYPE html>
<html>
<head>
<title>30 Days Of HTML</title>
</head>
<body>
<header>
<span style="color: #e34c26">H</span>
<span style="color: #264de4">T</span>
<span style="color: #f0db4f">M</span>
<span style="color: #61dbfb">L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<article>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
</article>
</section>
<section>
<h2>Front end Technologis</h2>
<!-- Unorder list -->
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<!-- Ordered list -->
<p>Ten most populated countries</p>
<ol>
<li>China<li>
<li>India<li>
<li>USA<li>
<li>Indonesia<li>
<li>Brasil<li>
<li>Pakistan<li>
<li>Nigeria<li>
<li>Bangladesh<li>
<li>Russia</li>
<li>Japan</li>
</ol>
<!-- To link an image: img tag and src attribute, we putthe path in the src -->
<img src ='./assets/images/html.png' alt='HTML Logo'>
<img src ='./assets/images/css_logo.png' alt='CSS Logo'>
<img src ='./assets/images/js_logo.png' alt='JS Logo'>
<img src ='./assets/images/css_logo.png' alt='CSS Logo'>
</section>
<!-- button allows to do some acction -->
<button onclick = "alert('Welcome to 30 DaysOfHTML')"> Click Me</button>
<section>
<h1>Audios</h1>
<audio controls>
<source src="./assets/audios/audio_1.mp3" />
</audio>
<audio controls>
<source src="./assets/audios/audio_2.mp3" />
</audio>
<audio controls>
</section>
</main>
<footer>
<small>Copyright 2021 | Asabeneh Yetayeh</small>
<!-- Social Link: -->
<ul>
<li>
<!-- a tag takes href attribute to target a link resource -->
<a href="https://www.linkedin.com/in/asabeneh/">LinkedIn</a>
</li>
<li>
<a href="https://twitter.com/Asabeneh">Twitter</a>
</li>
<li>
<a href="https://github.com/Asabeneh">GitHub</a>
</li>
</ul>
</footer>
</body>
</html>
To create a new line between non-blocking elements we can use the break(br) element.
Exercises
What is blocking element?
What is non-blocking element?
What is the difference between block and non-blocking elements?
List at least five blocking elements
List at least five non-blocking elements
Day 5
HTML5 Formatting Elements
We format text in different form on daily basis. Every Microsoft office users know how to format a text on Microsoft office document. Similarly, we can format text on a web using different HTML elements.
HTML Formatting Elements
- <b> - Create bold text
- <strong> - Make an important text
- <i> - Make italic text
- <em> - Make emphases to text
- <mark> - Marks text
- <small> - Make smaller text
- <del> - Deleted text
- <ins> - Inserted text
- <sub> - Subscript text
- <sup> - Superscript text
- <pre> - Preserve text space
- <u> -To underline
I want to be bold Text
I am very important text
I want to be an italic text
I am emphasized text
I am marked text
I am a smaller text
I am deleted text
My favorite language is not Python. It is JavaScript
2H2 + O2 = 2H2 O 210 = 1024
I like to make break her
I like to start a new line
This is the third line. The pre tag is
good to use when a space is need to be
preserved for instance for poem.
I am underlined
formatting example
Exercises
Create the following text using the formatting elements. Text formatting
Day 6
HTML5 Semantic Elements
Semantic elements have special meaning and describes it meaning to the browser. For instance,
and are not semantic elements because they do not give any meaning to a browser. However, or is a semantic element because it clearly describe and defines its content. List of some semantic elements:
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<mark>
<nav>
<section>
<summary>
<time>
To know more about each semantic element, you can read this article.
Exercise
Apply semantic elements on your HTML document
Day 7
HTML Document metadata
The HTML document starts with a declaration followed by the root tag. Inside the tag, there is and . The contains the HTML document metadata. Metadata contains information about the page that includes styles, scripts, and data to help software user and render the page. In this section, we will learn how to use the different metadata. Look at the table blow understand the different metadata.
Source, MDN
base: The base tag refers to the base URL for all relative URLs in a document
<!DOCTYPE html>
<html>
<head>
<!-- character encoding for the HTML document -->
<meta charset="UTF-8" />
<!-- the following meta tags for Search engine optimization(SEO)-->
<meta name="description" content="30 Days of HTML Challenge" />
<meta name="keywords" content="HTML, CSS, Web Development" />
<meta name="author" content="Asabeneh Yetayeh" />
<!-- base url https://www.30daysofreact.com -->
<base href=" https://www.30daysofreact.com" target="_blank" />
<!-- Goes to the task bar on the browser-->
<title>30 Days Of HTML</title>
<!-- to lik external css -->
<link rel="stylesheet" href="" />
<!-- inline styling is very tideous, we can also use internal style
we can use tag name, id or class to select an element. Id is unique and class is for a single or group of elements
When we select by id we use # followed by the id name and if we select by class name we use . followed by a class name.
-->
<style>
.letter {
font-size: 68px;
}
#letter-h {
color: #e34c26;
}
#letter-t {
color: #264de4;
}
#letter-m {
color: #f0db4f;
}
#letter-l {
color: #61dbfb;
}
</style>
<!-- The script tag allows to write JS code -->
<script>
console.log('Welcome to 30 Days of JavaScript')
</script>
</head>
<body>
<header>
<span class="letter" id="letter-h">H</span>
<span class="letter" id="letter-t">T</span>
<span class="letter" id="letter-m">M</span>
<span class="letter" id="letter-l">L</span>
</header>
<main>
<section>
<h1 id="first-title">The Building Blocks of the web</h1>
<p>
There is not website without HTML. Learn HTML and build websites and
web applications
</p>
<a href="/course/30-days-of-htm.html">30 Days Of HTML</a>
</section>
</main>
<footer>
<small>Copyright 2021 | Asabeneh Yetayeh</small>
</footer>
</body>
</html>
Congratulations! Now, you knew about metadata.
Exercises
What are metadata elements?
What is id?
What is the difference between id and class?
What the is the difference between style and script?
What is SEO?
Which meta tags help to improve SEO?
What is internal style?
What tag do you use to write external style?
What is the difference between internal style and external style?
What HTML tag do you use to write a JavaScript code?
Day 8
HTML Form
A form is one part of a website. Different websites handle user data using a HTML form. For instance, when we create an account or sign in to our account we fill an input field. Filling a form on a website is a common activity. Therefore, we have to know how to build a form. To create a form, we use form element and the form element wrap other input fields. The input field might be text, number, date, checkbox, radio button, file ,or others types.
<form>
<label>First name:</label>
<input type="text" />
<input type="submit" value="Submit" />
</form>
You can try the output of the above code on visual studio code.
The HTML form code below can handle different kind of data. It handles almost any kind of data including file.
<h1 class="section-title">Application Form</h1>
<article class="form-article">
<form class="contact-form">
<div class="form-group">
<label for="firstname">First Name</label>
<input type="text" id="firstname" placeholder="Your name" />
</div>
<div class="form-group">
<label for="lastname">Last Name</label>
<input id="lastname" type="text" placeholder="Your last name" />
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" placeholder="Your email" />
</div>
<div class="form-group">
<label for="company">company</label>
<input id="company" type="text" placeholder="Your company name" />
</div>
<div class="form-group">
<label for="age">You age: </label>
<input type = "number" id="age" name="age' placeholder="Age" />
</div>
<div class="form-group">
<label for="date">Date of Birth</label>
<input id="date" type="datetime-local" />
</div>
<div class="form-group">
<p>What are your skills</p>
<input type="checkbox" id="html" />
<label for="html">HTML</label>
<br />
<input type="checkbox" id="css" />
<label for="css">CSS</label>
<br />
<input type="checkbox" id="js" />
<label for="js">JavaScript</label>
<br />
<input type="checkbox" id="react" />
<label for="js">React</label>
<br />
<input type="checkbox" id="redux" />
<label for="redux">Redux</label>
</div>
<div class="form-group">
<label for="color">Your favorite</label>
<input id="color" type="color" />
</div>
<div class="form-group">
<p>Gender</p>
<input type="radio" id="female" name="gender" />
<label for="female">Female</label>
<br />
<input type="radio" id="male" name="gender" />
<label for="male">Male</label>
<br />
<input type="radio" id="other" name="gender" />
<label for="other">Other</label>
</div>
<div class="form-group">
<p>Select your country</p>
<select name="country" id="country">
<option value="">-Country-</option>
<option value="Finland">Finland</option>
<option value="Estonia">Estonia</option>
<option value="Sweden">Sweden</option>
<option value="Norway">Norway</option>
<option value="Denmark">Denmark</option>
</select>
</div>
<div class="form-group">
<p>Select your country</p>
<select name="course" id="course">
<option value="">-Select Course-</option>
<option value="html-css">Basis of HTML and CSS</option>
<option value="js">Modern JavaScript</option>
<option value="pyhton">Python</option>
<option value="react">React</option>
<option value="data-analysis">Data Analysis with Python</option>
</select>
</div>
<div class="form-group">
<label for="message">Leave your message here</label> <br />
<textarea
cols="120"
rows="10"
id="message"
placeholder="Write your message here..."
></textarea>
</div>
<div class="form-group">
<input type="file" id="file-input" />
<label for="file-input"><i class="fas fa-upload"></i>Upload File</label>
</div>
<div>
<input type="checkbox" id="agree" />
<label for="agree"
>Be sure that all the information is yours and true.</label
>
</div>
<div>
<input type="submit" value="Submit" />
</div>
</form>
</article>
Try the output the above code on visual studio.
What is matters the most is understanding how the HTML form works, this is not an exhaustive list of all the input fields. Whenever you would like to solve some problem, try to search it on the internet using a key word. Searching is also one the most important skill in software development.
Day 9
HTML Table
In this section, we will see how to create an HTML table. Table has an external border, header rows and header cell, body rows and its cells and it could have also a footer row. To make an HTML table, we need a table element that wrap all the rows and the rows wrap all the data cells.
<table>
<tr>
<td>Name</td>
<td>Gender</td>
<td>Country</td>
</tr>
<tr>
<td>Asabeneh</td>
<td>250</td>
<td>Finland</td>
</tr>
</table>
Let us see the output of the above code
Name Gender Country
Asabeneh 250 Finland
However, HTML table has thead, *tbody and tfooter. Let us add thead and tbody to the above code. In addition, we can use th in the table head instead to td to make the table heading bold.
<table>
<thead>
<tr>
<th>Name</th>
<th>Gender</th>
<th>Country</th>
</tr>
</thead>
<tbody>
<tr>
<td>Asabeneh</td>
<td>250</td>
<td>Finland</td>
</tr>
</tbody>
</table>
Try the output of the above code using visual studio code.
Name Gender Country
Asabeneh 250 Finland
The author of this challenge creates different challenges every year. Let us put all his challenges on a table.
<html>
<head>
<title>30 Days Of HTML: Table</title>
<style>
/* Table CSS */
table,
td,
th {
border: 2px solid gray;
border-collapse: collapse;
border: 1px solid #a785df;
}
table {
margin-top: 15px;
width: 75%;
}
td {
padding-left: 10px;
}
th {
background-color: #7433df;
color: white;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>Challenge</th>
<th>Days</th>
<th>Time</th>
<th>Stars(K)</th>
<th>URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>30 Days of Python</td>
<td>30</td>
<td>November 2019</td>
<td>4.6K</td>
<td>
<a href="https://github.com/Asabeneh/30-Days-Of-Python">Link</a>
</td>
</tr>
<tr>
<td>30 Days of JavaScript</td>
<td>30</td>
<td>January 2020</td>
<td>6.8K</td>
<td>
<a href="https://github.com/Asabeneh/30-Days-Of-JavaScript">Link</a>
</td>
</tr>
<tr>
<td>30 Days of React</td>
<td>30</td>
<td>October 2020</td>
<td>5.6K</td>
<td>
<a href="https://github.com/Asabeneh/30-Days-Of-React">Link</a>
</td>
</tr>
<tr>
<td>30 Days of HTML</td>
<td>30</td>
<td>February 2011</td>
<td>33</td>
<td>
<a href="https://github.com/Asabeneh/30-Days-Of-HTML">Link</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Try the output the above code on visual studio
Day 10
Lists
Lists are important to list down items. In HTML, we have different list types such as ordered list, unordered list and description list.
Ordered List
If you want to be a web developer, learn the following technologies according to order:
<ol>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>React</li>
<li>Redux</li>
<li>Node</li>
<li>MongoDB</li>
<li>GatsBy</li>
</ol>
Unordered List
We use undordered list if we do not interested in the order or hierarch of the list.
For instance, if we like to list down the Scandinavian Countries.
<ul>
<li>Finland</li>
<li>Sweden</li>
<li>Norway</li>
<li>Denmark</li>
<li>Iceland</li>
</ul>
Description List
A description list indent the list to the right.
<dl>
<dt>HTML</dt>
<dd>HTML(HyperText Markup Language) is the build block the web.</dd>
<dt>CSS</dt>
<dd>CSS(Cascading Style Sheet) that make HTML page look beautiful.</dd>
<dd></dd>
<dt>JavaScript</dt>
<dd>
JavaScript is a programming language that can add interactivity to websites
</dd>
<dt>React</dt>
<dd>
React is a modern JavaScript library that was initial released on May 29,
2013.
</dd>
</dl>
Output of the above code
HTML
HTML(HyperText Markup Language) is the building block the web.
CSS
CSS(Cascading Style Sheet) that make HTML page look beautiful.
JavaScript
JavaScript is a programming language that can add interactivity to websites
React
React is a modern JavaScript library that was initial released on May 29, 2013.
Day 11
File Paths
Meta tags
Day 12
Under utilized HTML elements
| A step by step guide to learn the concept of HTML, DOM tree, and web development in 30 days. | css3,html,html5,javascript,webdevelopment | 2023-01-20T09:16:47Z | 2023-01-20T09:31:18Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | null | HTML |
es-shims/ArrayBuffer.prototype.detached | main | ArrayBuffer.prototype.detached <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![Build Status][travis-svg]][travis-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![npm badge][npm-badge-png]][package-url]
[![browser support][testling-svg]][testling-url]
An ES6 spec-compliant `ArrayBuffer.prototype.detached` shim. Invoke its "shim" method to shim ArrayBuffer.prototype.detached if it is unavailable.
*Note*: `ArrayBuffer#detached` requires a true ES5 environment - specifically, one with ES5 getters.
This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES5-supported environment and complies with the proposed [spec](https://tc39.es/proposal-arraybuffer-transfer/#sec-get-arraybuffer.prototype.detached).
Most common usage:
```js
var detached = require('arraybuffer.prototype.detached');
assert(detached(new ArrayBuffer('a') === false);
if (!ArrayBuffer.prototype.detached) {
detached.shim();
}
assert(new ArrayBuffer('a').detached, false);
```
## Tests
Simply clone the repo, `npm install`, and run `npm test`
[package-url]: https://npmjs.com/package/arraybuffer.prototype.detached
[npm-version-svg]: http://versionbadg.es/es-shims/ArrayBuffer.prototype.detached.svg
[travis-svg]: https://travis-ci.org/es-shims/ArrayBuffer.prototype.detached.svg
[travis-url]: https://travis-ci.org/es-shims/ArrayBuffer.prototype.detached
[deps-svg]: https://david-dm.org/es-shims/ArrayBuffer.prototype.detached.svg
[deps-url]: https://david-dm.org/es-shims/ArrayBuffer.prototype.detached
[dev-deps-svg]: https://david-dm.org/es-shims/ArrayBuffer.prototype.detached/dev-status.svg
[dev-deps-url]: https://david-dm.org/es-shims/ArrayBuffer.prototype.detached#info=devDependencies
[testling-svg]: https://ci.testling.com/es-shims/ArrayBuffer.prototype.detached.png
[testling-url]: https://ci.testling.com/es-shims/ArrayBuffer.prototype.detached
[npm-badge-png]: https://nodei.co/npm/arraybuffer.prototype.detached.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/arraybuffer.prototype.detached.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/arraybuffer.prototype.detached.svg
[downloads-url]: http://npm-stat.com/charts.html?package=arraybuffer.prototype.detached
| ES Proposal spec-compliant shim for ArrayBuffer.prototype.detached | array,arraybuffer,buffer,detached,ecmascript,javascript,polyfill,shim,es-shim,es-shims | 2023-01-18T21:22:27Z | 2023-09-13T14:19:33Z | null | 2 | 0 | 13 | 1 | 0 | 2 | null | MIT | JavaScript |
sakilk130/50-days-of-javascript | main | # 50 Days Of JavaScript
This is a collection of 100 days of JavaScript projects. Each day I will create a new project using vanilla JavaScript. The projects will be simple and easy to understand. I will also add a README.md file to each project with a description of the project and how to run it.
## Day 01 - Counter App
This is a simple counter app using vanilla JavaScript.
## Day 02 - Random Hex Color Generator
This is a simple random hex color generator. It generates a random hex color and displays it on the screen. It also displays the hex color code.
## Day 03 - Random Number Generator
This is a simple random number generator. It generates a random number between 1 and 10 and displays it on the screen.
## Day 04 - Modal Popup
This is a simple modal popup app. It is a simple app that shows a modal popup when you click on the button.
## Day 05 - Palindrome Checker
This is a simple palindrome checker. It checks if the string is a palindrome or not.
## Day 06 - Vowel Counter App
This app is used to count the number of vowels in a string.
## Day 07 - Click to Copy
This is a simple example of how to copy text to clipboard using JavaScript.
## Day 08 - Google Drive Download Link Generator
This is a simple script to generate download link for Google Drive files.
## Day 09 - Input Character Counter
This is a simple app that counts the number of characters in an input field. It also changes the color of the text depending on the number of characters.
## Day 10 - Internet Connection Detector
This is a simple app that detects the internet connection and shows the status of the internet connection.
## Day 11 - JavaScript Quiz App
This is a simple quiz app built with JavaScript
## Day 12 - Geolocation API
This is a simple quiz app that uses the Geolocation API to get the user's location and display it on a map.
## Day 13 - HTTP Request Project
This project is a simple HTTP request project that uses the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to make a request to the `user.json` file and display the data on the page.
## Day 14 - Random Quote Generator
This project is a simple Random quote generator project the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to make a request to the [Type.fit API](https://type.fit/api/quotes) to get a random quote.
## Day 15 - Weather App
This is a simple weather app that uses the OpenWeatherMap API to get the weather data. It uses the geolocation API to get the user's location and then uses the OpenWeatherMap API to get the weather data for that location. It also has a search bar that allows the user to search for a city and get the weather data for that city.
## Day 16 - List Search Project
This project is a simple list search app.
## Day 17 - Date Countdown
This project is a simple countdown timer that counts down to a specific date. It is built with HTML, CSS, and JavaScript.
## Day 18 - Promo Countdown
This project is a simple countdown timer that counts down to a specific date. It is built with HTML, CSS, and JavaScript.
## Day 19 - Tip Calculator
This is a simple tip calculator app that calculates the tip amount and total amount based on the bill amount and tip percentage.
## Day 20 - Smooth Scroll
This is a simple smooth scroll demo.
## Day 21 - Sticky Nav Bar on Scroll
This is a simple sticky nav bar on scroll demo.
## Day 22 - Active Menu Switcher
This is a simple project that shows how to switch the active menu item when the user scrolls down the page.
## Day 23 - Scroll to Top
This is a simple scroll to top button that will appear when the user scrolls down the page. It will disappear when the user scrolls back to the top of the page.
## Day 24 - Responsive Mobile Menu
This is a responsive mobile menu that is built with HTML, CSS and JavaScript. It is a simple menu that is built with a hamburger icon and a dropdown menu. The menu is responsive and will change to a dropdown menu when the screen size is less than 768px.
## Day 25 - Responsive Mobile Menu 2
This is a responsive mobile menu with a hamburger icon. The menu is hidden by default and will be shown when the hamburger icon is clicked. The menu will be hidden again when the hamburger icon is clicked again.
## Day 26 - Responsive Mobile Submenu
This is a responsive mobile submenu. The menu is hidden by default and will be shown when the hamburger icon is clicked. The menu will be hidden again when the hamburger icon is clicked again.
## Day 27 - Scroll Indicator
This is a simple scroll indicator that shows the percentage of the page that has been scrolled.
## Day 28 - Newsletter Form on Scroll
This is a simple newsletter form that appears on scroll. It is built with HTML, CSS and JavaScript.
## Day 29 - Page Animation with AOS
This is a simple page animation with AOS.
## Day 30 - Password Generator
This is a simple password generator. The password contains uppercase and lowercase letters, numbers and special characters. It is built with HTML, CSS and JavaScript.
## Day 31 - Local Storage
This is a simple example of how to use local storage in a web application.
## Day 32 - Todo App
This is a simple todo app that uses HTML, CSS and JavaScript. It uses LocalStorage to store the todo items.
## Day 33 - Notes App
This is a simple notes app that allows you to create, edit, and delete notes. It uses the browser's local storage to store the notes.
## Day 34 - BMI Calculator
This is a simple BMI calculator app. It calculates the BMI of a person and gives the result.
## Day 35 - Calculator
This is a simple calculator app. It performs basic arithmetic operations.
## Day 36 - Digital Clock
This is a simple digital clock app. It displays the current time.
## Day 37 - Weight Converter
This is a simple weight converter that converts from pounds to kilograms and vice versa.
## Day 38 - Temperature Converter
This is a simple temperature converter that converts from Celsius to Fahrenheit , Kelvin and vice versa.
## Day 39 - Jumping Game
This is a simple jumping game. The player has to jump over the obstacles to score points.
## Day 40 - Word Count Tool
This is a simple word count tool. It counts the number of words in a text.
## Day 41 - Accordion
This is a simple accordion. It is built with HTML, CSS and JavaScript.
## Day 42 - Random Joke Generator using Async/Await
This is a simple random joke generator that uses the [icanhazdadjoke API](https://icanhazdadjoke.com/api) to get a random joke. It uses the async/await syntax.
## Day 43 - Modules import/export
This is a simple example of how to use modules in JavaScript. It uses the import and export syntax.
## Day 44 - GitHub Profile Search
This is a simple GitHub profile search app. It uses the GitHub API to get the user's profile information and display it on the page.
## Day 45 - Wikipedia Search
This is a simple Wikipedia search app. It uses the Wikipedia API to get the search results and display it on the page.
## Day 46 - Lyrics Search
This is a simple lyrics search app. It uses the [lyrics.ovh](https://lyrics.ovh) API to fetch the lyrics of the song.
## Day 47 - Image Slider
This is a simple image slider that uses the `transition` property to animate the images.
## Day 48 - JS Array Methods
This is a collection of exercises to practice using array methods.
## Day 49 - Data Attribute
The data attribute is used to store custom data private to the page or application. The attributes can then be used in the JavaScript to create a more engaging user experience (without any Ajax calls or server-side database queries).
## Day 50 - Product Filter
This is a simple product filter that allows you to filter products by category.
| This is a collection of 100 days of JavaScript projects. Each day I will create a new project using vanilla JavaScript. The projects will be simple and easy to understand. I will also add a README.md file to each project with a description of the project and how to run it. | 100-days-of-code,100daysofcode,100daysofjavascript,javascript | 2023-01-21T15:56:47Z | 2023-04-07T17:10:22Z | null | 1 | 0 | 73 | 0 | 0 | 2 | null | null | HTML |
atiqbaqi/crud-frontend | master | # Front-end client of a CRUD API
This repository is a front-end client built with nodeJS and Ejs a template engine of javascript which consumes a back-end API to perform CRUD operation.
<br/><br/>
Find the backend API here - https://github.com/atiqbaqi/crud-backend-api
## Installation guide
### 💪🏻 Non-Docker
Required Tools:
- [Node.js](https://nodejs.org/en/download/)
- [Git](https://git-scm.com/downloads)
1. You need to install nodejs and its package manager npm.
2. Clone git repository -
```bash
git clone https://github.com/atiqbaqi/crud-frontend.git
```
3. Go to the application folder and open a terminal.
4. Install the application dependencies with the next command:
>npm install
5. Execute the next command in the terminal.
>npm start
### 🐳 Docker
1. Build image
```bash
docker build -t crud-frontend .
```
2. create container from image and run
```bash
docker run --name crud-frontend --rm -p 8081:8081 crud-frontend
```
<b>Finally access using the following url: <a href="http://localhost:8081" target="__blank">http://localhost:8081</a></b>
## Technologies used


<br/>

## Browsers support




| Front-end web app to consume a restful crud api | express,javascript,nodejs,ejs | 2023-01-24T06:30:00Z | 2023-03-29T05:53:44Z | null | 1 | 1 | 43 | 0 | 0 | 2 | null | null | EJS |
henry-dura/To-Do-List | main | # 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [Awesome-Books](#awesome-books)
- [Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Run tests](#run-tests)
- [Authors](#authors)
- [🤝 Contributing](#-contributing)
- [Show your support](#show-your-support)
- [Acknowledgments](#acknowledgments)
- [License](#license)
# To DO List
- To Do List is a simple application that you can use to list your daily tasks and check them off as you complete the task.
## Built With
<a href="https://www.w3.org/html/" target="_blank"><img align="center" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="55" height="55"/></a><a href="https://www.w3schools.com/css/" target="_blank"><img align="center" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="55" height="55"/></a><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"><img align="center" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="55" height="55"/></a>
## 🚀 Live Demo <a name="live-demo"></a>
[LIVE VIEW](https://henry-dura.github.io/To-Do-List/dist/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
In order to run this project you need:
- A personal computer connected to the internet
- A Modern/Updated web browser
- Have a local version control like git installed on your computer and a Github account
- Code editor (Visual studio code, sublime text, notepad++, ...) installed on your computer
### Install
Install this project with:
- `cd` your-desired-folder
- `git clone https://github.com/henry-dura/To-Do-List.git`
- Open it in the Code editor (Visual studio code, sublime text e.t.c) installed on your computer.
- Run: `npm install webpack webpack-cli --save-dev`
- In the terminal, run `npm start` to start the project
### Run tests
```sh
- Open it in the Code editor (Visual studio code, sublime text e.t.c) installed on your computer.
- check for linters
```
## Authors
👤 **Henry Ikemefuna Ugwu**
- GitHub: https://github.com/henry-dura
- Twitter: https://twitter.com/henryikemefuna
- LinkedIn: https://www.linkedin.com/in/henry-ikemefuna-ugwu-3a2613100/
<!-- FUTURE FEATURES -->
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/henry-dura/To-Do-List/issues).
## Show your support
If you like this project, kindly give a ⭐️.
## Acknowledgments
A list of resources that i find helpful and would like to give credit to :
- [Microverse ](https://www.microverse.org)
- [GitHub ](https://www.github.com)
- [Youtube ](https://www.youtube.com)
- [W3schools ](https://www.w3schools.com)
- [Stackoverflow ](https://stackoverflow.com)
## License
- This project is MIT [MIT](./MIT.md) licensed. | To-Do-List is a simple application that you can use to list your daily tasks and delete each task as you complete it. You can also edit added tasks. | css3,html5,javascript,webpack | 2023-01-17T20:02:47Z | 2023-01-20T16:28:15Z | null | 1 | 5 | 39 | 2 | 0 | 2 | null | null | JavaScript |
Timbar09/To-Do-list | main | <a name="readme-top"></a>
<div>
<h1><b>To-do List</b></h1><br/><br/>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 Todo List <a name="about-project"></a>
**Todo List** is a single page app that displays a list of tasks and allows you to add and remove tasks from that list.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/html5/">HTML5</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/What_is_CSS">CSS</a></li>
<li><a href="https://www.javascript.com/">JavaScript</a></li>
</ul>
### Key Features <a name="key-features"></a>
- **Add and remove tasks**
- The website displays a list of tasks and allows you to add and remove tasks from that list.
- **JavaScript Classes**
- The tasks are managed and manipulated using classes and helper functions within those classes.
- **Store and retrieve data**
- The tasks are stored and retrieved from the local storage of the browser.
- **Testing with Jest**
- The functions are tested using Jest.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- Visit the live demo [here](https://timbar09.github.io/To-Do-list/dist/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A browser (e.g. Firefox)
- An IDE (e.g. [Vususal Studio Code](https://code.visualstudio.com/download))
- [npm](https://nodejs.org/en/)
- [Webpack](https://webpack.js.org/)
- [Jest](https://jestjs.io/)
### Setup
To clone this repository to your desired folder, follow the steps below:
**Using the command line**
- Use the following commands
```sh
cd my-folder
git clone https://github.com/Timbar09/To-Do-list.git
```
**Using GitHub Desktop app**
- Follow the steps below
- Visit this link "https://github.com/Timbar09/To-Do-list.git"
- Click the green button labelled "code"
- Select the "Open with GitHub Desktop" option
- After the GitHub Desktop add opens, click the "clone repo" button
### Install
Install this project's dependencies with the following command:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project by:
- visiting your repository on [GitHub](https://github.com)
- Click on settings
- Go to the "Pages" option
- Select the main branch and save
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
| 👤 Author | GitHub | Twitter | LinkedIn |
| :-- | :-- | :-- | :-- |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles09](https://www.linkedin.com/in/miles09) |
| Cindy Kandie | [@cindykandie](https://github.com/cindykandie) | [@cindy_kandie](https://twitter.com/cindy_kandie) | [@cindykandie](https://linkedin.com/in/cindykandie) |
| Oscar Deus | [@Oscah01](https://github.com/Oscah01) | [@alphonce_isaya](https://twitter.com/alphonce_isaya) | [@oscar-deus-757833210](https://linkedin.com/in/oscar-deus-757833210) |
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Implement a functionality for dragging and dropping tasks.**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Timbar09/To-Do-list/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project, give it a ⭐️ and let us know what you like in particular.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank the whole Microverse community for their help and contributions towards this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project is a to-do list web app that displays a list of tasks and allows you to add and remove tasks from that list. It was built with Webpack, JavaScript, CSS, and HTML. | dynamic-programming,javascript,ux-design | 2023-01-17T08:19:24Z | 2023-01-27T13:51:30Z | null | 3 | 5 | 67 | 3 | 0 | 2 | null | MIT | HTML |
Jignesh6775/Advance-Auto-Parts_Clone | main | # Advance Auto Parts Clone
It is an E-commerce website for auto parts. It was the first project that I made using HTML, CSS, and JavaScript only. It was an individual project built and executed in 5 days. I added Sort & Filter functionalities using JavaScript. :-
● HTML
● CSS
● Javascript
● Home Page

● Register Page

● Login Page

● Products Page

● Cart Page

● Payment Page

| It is an E-commerce website for auto parts. It was my first project that I made using HTML, CSS and JavaScript only. It was an individual project built and executed in 5 days. I added Sort & Filter functionalities using JavaScript. | css,html,javascript | 2023-01-17T11:23:18Z | 2023-09-20T16:14:09Z | null | 3 | 2 | 18 | 2 | 0 | 2 | null | null | HTML |
chelobotix/To-Do-List-Barrenechea | main | <a name="readme-top"></a>
<div align="center">
<img src="src/assets/images/to-do-list.png" alt="logo" width="400" height="auto" />
<br/>
<img src="src/assets/images/Logo_Barrenechea.png" alt="logo" width="300" height="auto" />
<br/>
<h3><b>To Do List</b></h3>
<h3><b>To Do List Project Module 2</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🧑🏻💻 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Clone](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 To Do List - Micorverse Project Module 2<a name="about-project"></a>
> To Do List App developed with html, css, js and webpack
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://en.wikipedia.org/wiki/HTML">Html</a></li>
<li><a href="https://en.wikipedia.org/wiki/CSS">Css</a></li>
<li><a href="https://en.wikipedia.org/wiki/JavaScript">Vanilla Javascript</a></li>
<li><a href="https://webpack.js.org/">Webpack</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **To Do List Generate with Webpack**
- **CRUD options**
- **Implement a removeMultiple method to Task Class for the "Clear all completed" button (array method used: filter())**

<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🧑🏻💻 Live Demo <a name="live-demo"></a>
<a href="https://chelobotix.github.io/To-Do-List-Barrenechea/dist/">Visit the Live Demo</a>
<br/>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and use as a template for your own portafolio site, follow these steps.
### Prerequisites
In order to run this project you need: Git and Nodejs installed in your system and Webpack knowledge<br/>
Please Install all NPM dependecies needed:
```sh
npm install
```
Run the app with:
```sh
npm run
```
### Clone
Clone this repository to your desired folder:
```sh
https://github.com/chelobotix/To-Do-List.git
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHOR -->
## 👥 Author <a name="authors"></a>
👤 **Author1**
: Marcelo Alarcon Barrenechea
🇧🇴 Bolivia 💓
- GitHub: [@chelobotix](https://github.com/chelobotix)
- Linkedin: [Marcelo Alarcon](https://www.linkedin.com/in/marceloalarconb/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Drag & Drop Tasks**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project please let me know
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
My mother. Let's play to the end together ❤️ with 🧠
<br/>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ <a name="faq"></a>
- **Is there any restriction to adapting the page to other porpouse??**
- No problem.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](<a href="https://github.com/chelobotix/To-Do-List-Barrenechea/blob/main/LICENSE">License</a>) licensed.
<a href="https://github.com/chelobotix/To-Do-List-Barrenechea/blob/main/LICENSE">License</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| To Do List it's a Task manager app with CRUD implemetation | css,javascript,webpack5 | 2023-01-25T16:30:35Z | 2023-07-12T20:46:07Z | null | 2 | 4 | 19 | 1 | 0 | 2 | null | MIT | JavaScript |
vishalG197/shopexpress_clone | main |
# ShopExpress
-----
### E-COMMERCE WEBSITE FOR GROCERIES PRODUCTS*
Project: Make a clone of the shopclue.com.
Cloned-Website: https://marvelous-crostata-edb007.netlify.app/index.html
HOW TO GO THROUGH THE PROJECT -
- First, visit the link that shows you the landing page.
- click on see more, on clicking that it redirects to the product page
- add the product to the card and go to the card page. click on the buy now
- you have to register and login after that click on the buy now, and it redirects you to the checkout page
-
## Landing Page
<img width="960" alt="Screenshot 2023-10-15 104043" src="https://github.com/vishalG197/shopexpress_clone/assets/119415070/b6534de1-08e0-48de-b29f-f9a13762f6dc">
## Product Page
<img width="960" alt="Screenshot 2023-10-15 104058" src="https://github.com/vishalG197/shopexpress_clone/assets/119415070/0cffd7be-d719-45a8-8074-384e8cd4a333">
## cart page
<img width="960" alt="Screenshot 2023-10-15 104234" src="https://github.com/vishalG197/shopexpress_clone/assets/119415070/5341409b-123c-4871-b265-518d2ecf2053">
## Sing in and log in Page
<img width="960" alt="Screenshot 2023-10-15 104245" src="https://github.com/vishalG197/shopexpress_clone/assets/119415070/eb71b2c9-81a1-4dc6-a907-8dc0e9c3ab1e">
## Admin Page
<img width="960" alt="image" src="https://github.com/vishalG197/shopexpress_clone/assets/119415070/3ace1af6-2696-4bc8-bbcf-0760b70b1574">
This E-Commerce website specializes in selling grocery products for kitchens & gadgets. The website provides 16,000 products of different products.
In this project, we used HTML, CSS, and javascript With the self-learning efforts and the technology stack, that we have learned till Unit-2 in the Masai School, we could clone the whole website with the same looks & features.
This is an Individual project built within 5 days.
# Technology Stack Used 🌟
* HTML
* CSS
* JavaScript
* local storage
For storing user data we also used JSON-Server & local storage.
## How to run the Project
* Clone this repo and run it using the live server.
## End Notes 📑
In this project, we have tried to achieve a near-to-perfect clone of the original website as much as possible. This entire journey of this construct week has given us experiences and we have learned lots of things by applying to the actual website and it gave us a lot of confidence. Most of the features are added and the website's functionality is achieved.
| An e-commerce website that enables users to browse, select, and purchase products or services. It provides a convenient and efficient way for customers to shop from the comfort of their homes. | css3,html-css-javascript,html5,javascript,json-api,json-server | 2023-01-17T03:56:14Z | 2023-10-15T05:33:04Z | null | 2 | 3 | 17 | 0 | 0 | 2 | null | null | HTML |
erikbernard/Challenge-ONE--Decodificado | main | <h1 align="center">
<strong>Challenge ONE Decodificador</strong>
</h1>
<p align="center">
<apan align="center">
<img alt="Happy" src="./assets/home.gif" height="80%" width="64%">
</apan>
<span align="center">
<img alt="Happy" src="./assets/mobile.gif" height="10%" width="20%">
</span>
</p>
## 🧪 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
## 🚀 Como executar
Clone o projeto e acesse a pasta do mesmo.
```bash
$ git clone https://github/erikbernard/Challenge-ONE--Decodificado
$ cd Challenge-ONE--Decodificado
```
Para iniciá-lo, siga os passos abaixo:
```bash
# abra em um browser o arquivo index.html
```
## 💻 Projeto
Projeto dessevolvido durante o programa ONE basicamente é construir um decodificador de texto com Javascript seguindo as seguintes intruções para criar as "chaves" de criptografia que usado no projeto são:
- A letra "e" é convertida para "enter"
- A letra "i" é convertida para "imes"
- A letra "a" é convertida para "ai"
- A letra "o" é convertida para "ober"
- A letra "u" é convertida para "ufat"
Requisitos:
- Deve funcionar apenas com letras minúsculas
- Não devem ser utilizados letras com acentos nem caracteres especiais
- Deve ser possível converter uma palavra para a versão criptografada e também retornar uma palavra criptografada para a versão original.
Por exemplo:
```
"gato" => "gaitober"
gaitober" => "gato"
```
Este é um projeto desenvolvido durante o **Programa ONE - Oracle Next Education**.
## 🔖 Layout
Você pode visualizar o layout do projeto através do link abaixo:
- [Layout Web](https://www.figma.com/file/B8s0vyp6l2KuUgRZbEFwAg/Alura-Challenge---Desafio-1---L%C3%B3gica-(Copy)?node-id=2%3A213&t=7dWUBrNDVcR4r55w-1)
Lembrando que você precisa ter uma conta no [Figma](http://figma.com/).
## 📝 License
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
| null | acessibility,css,css3,figma,html,javascript,challengeonedecodificador2,challengeonedecodificador3,challengeonedecodificador4 | 2023-01-18T01:03:48Z | 2023-01-27T01:46:26Z | null | 1 | 2 | 11 | 0 | 0 | 2 | null | MIT | JavaScript |
zewdu444/Todolist_best_practice | main | <a name="readme-top"></a>
<!--
HOW TO USE:
This is an example of how you may give instructions on setting up your project locally.
Modify this file to match your project and remove sections that don't apply.
REQUIRED SECTIONS:
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License
After you're finished please remove all the comments and instructions!
-->
<div align="center">
<h3><b>TodoList best practice and unit test</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 -->
# 📖 TodoList best practice and unit test <a name="about-project"></a>
> This project is a part of Microverse in JavaScript and networking module, and it is an extension of To-do list application which used for code reviewing from coding partner to check all best practice and implemented jest test cases on javascript.
## 🛠 Built With <a name="built-with"> </a>
> HTML 5 , css3, javascript ES6, NPM ,babel, webpack and jest.
### Tech Stack <a name="tech-stack"></a>
> HTML 5 , css3, javascript ES6, NPM ,babel, webpack and jest.
<!-- Features -->
### Key Features <a name="key-features"></a>
<li>Display daily tasks</li>
<li>Create daily tasks</li>
<li>Edit daily tasks</li>
<li>Remove tasks</li>
<li>Store in local storage</li>
<li>Strike through complete tasks</li>
<li>Clear completed tasks </li>
<li>Add unit test for each function</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/Todolist_best_practice/
<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
> cd Todo_list
> npm i
> npm run server
> open your brower locate to localhost:3000
### Setup
> <p> git clone https://github.com/zewdu444/Todolist_best_practice.git</p>
> cd Todolist_best_practice
<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
> npm i
> 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/)
👤 **Samuel tobby**
- GitHub: [@Tobby8629](https://github.com/Tobby8629)
- Twitter: [@Tobby_samuels](https://twitter.com/Tobby_samuels)
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Implement Mock functionality
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/zewdu444/Todo_list/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 project is a part of Microverse in JavaScript and networking module, and it is an extension of To-do list application which used for code reviewing from coding partner to check all best practice and implemented jest test cases on javascript. | css,html,javascript,best-practices,jest | 2023-01-23T09:47:30Z | 2023-01-26T01:29:05Z | null | 2 | 3 | 22 | 1 | 0 | 2 | null | MIT | HTML |
Paulette-Zaldivar-Flores/Baby-Loop | master | # Baby Loop 👶🏼
> An ecommerce app web that allows you to rent and rent out baby products by uploading your offers.
> Live demo [_here_](https://baby-loop.herokuapp.com/).
## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Screenshots](#screenshots)
* [Project Status](#project-status)
* [Room for Improvement](#room-for-improvement)
* [Contact](#contact)
## General Information
<ul><li>The goal of this project was to develop a peer to peer marketplace for parents in Japan to rent baby items. </li></ul>
## Technologies Used
## Languages
<ul>
<li>Ruby</li>
<li>Javascript ES6</li>
<li>HTML5</li>
<li>CSS3</li></ul>
## Frameworks
<ul>
<li>Rails</li>
<li>Media Queries</li>
<li>Bootstrap</li>
</ul>
## Database
<ul><li>PostgreSQL</li></ul>
## Communication Tool
<ul><li>Axios</li></ul>
## Other Tools
<ul>
<li>Pundit</li>
<li>Devise</li>
<li>Cloudinary</li>
<li>Mapbox</li>
<li>Webpack</li></ul>
## Features
<ul>
<li> Make an offer</li>
<li>Edit your offer</li>
<li>Delete your offer</li>
<li>Accept an offer</li>
<li>Reject an offer</li></ul>
## Screenshots
https://user-images.githubusercontent.com/96970580/235887421-55d700d9-e4aa-4c21-b797-790d6f6d60fd.mp4
## Project Status
<ul>
<li>Project is: in progress</li></ul>
## Room for Improvement
To do:
<ul>
<li>Make responsive: in progress</li><ul>
## Contact
Created by Sarah, Kim and [Paulette](https://paulette-zaldivar-flores.netlify.app/) - feel free to contact us!
| Baby Loop is a versatile mobile app designed to support parents. With Baby Loop, users have the ability to seamlessly make, edit, and delete offers for various baby-related products and services allowing users to conveniently accept or reject offers. | javascript,ruby,ruby-on-rails,webpack,api-rest,css3,html5,postgresql,sql | 2023-01-21T08:02:54Z | 2023-10-05T13:53:52Z | null | 3 | 76 | 228 | 0 | 0 | 2 | null | null | Ruby |
kennedyowusu/bookstore | develop |
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Book store ](#-book-store-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👤 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 Book store <a name="about-project"></a>
> "Book store" is a website for storing details about book.
It is an MVP version that allows users to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## 🛠 Built With <a name="built-with"></a>
- HTML/CSS
- JavaScript
- React
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript">JavaScript</a></li>
<li><a href="https://reactjs.org/">React.js</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Add/remove book**
- **User Interface**
- **React**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Will update soon...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> To get a local copy up and running, follow these steps.
### Prerequisites
> In order to run this project you need:
- Gitflow
- HTML and CSS
- JAVASCRIPT
- React.js
- npm
- Node.js
- Any code editor (vs code)
### Setup
Clone this repository to your desired folder:
- `git clone https://github.com/kennedyowusu/bookstore.git`
### Install
Install this project with:
<!--
Example command:
```sh
cd my-project
gem install
```
--->
### Usage
> To run the project, execute the following command:
- for build `npm run build`
- for development `npm start`
### Run tests
> To run tests, run the following command:
- `npm run test`
### Deployment
> Incoming ...
## 👤 Author <a name="author"></a>
👤 **Kennedy Owusu**
- GitHub: [@kennedyowusu](https://github.com/kennedyowusu)
- Twitter: [@_iamkobby](https://twitter.com/_iamkobby)
- LinkedIn: [kennedy-owusu](https://www.linkedin.com/in/kennedy-owusu/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[Add categories section in the form input and display books according to the same]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project give it a star
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank the Microverse team for their great support!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
Will update soon...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](https://github.com/kennedyowusu/bookstore/blob/develop/LICENSE.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This is a Microverse React project which allow users to read a book, see all displayed books, update a book data and delete a book | javascript,react-hooks,react-router,reactjs | 2023-01-20T21:07:51Z | 2023-01-28T09:20:17Z | null | 1 | 7 | 51 | 0 | 0 | 2 | null | MIT | JavaScript |
batoomer/search-visualizer | main | # Search Visualizer
This is a simple project that aims to visualize different search algorithms used in AI. Currently, it includes the following algorithms:
- Breadth-First Search
- Depth-First Search
- Dijkstra's Algorithm
- A* Search
## Preview
You can preview the project by clicking on this link: https://batoomer.github.io/search-visualizer/#/
## Functionality
- Select different search algorithms from the navigation bar.
- Select different maze generators
- Add/Remove weights
- Animation of the cells that are visited by the algorithm
- Animation of the path found by the algorithm
- Pause, resume and reset the searching process.
- Article for each search algorithm
## Tech stack
- HTML
- CSS
- JavaScript
- Webpack
## How to run the project
1. Clone the project.
2. Run npm install to install all the dependencies.
3. Run npm run start to start the development server.
4. Open http://localhost:8080 in your browser.
## Author
This project was created by [Batouchan Omer](https://github.com/batoomer).
## License
This project is licensed under the MIT License. | Interactive web-based visualization of Search Algorithms in AI | html,javascript,css,artificial-intelligence,search-algorithm,maze-explorer,maze-generation,maze-solver | 2023-01-22T16:55:22Z | 2023-02-03T17:16:57Z | null | 1 | 0 | 21 | 0 | 1 | 2 | null | MIT | JavaScript |
kunal-2002/PGLife | main | A fully functional Student Accommodation Web Application that works seamlessly on different devices, made using HTML, CSS, Bootstrap, MySQL, PHP, Javascript and React.
You can visit this website by using the link given below: https://pglife-official.000webhostapp.com/
| A fully functional Student Accommodation Web Application that works seamlessly on different devices, made using HTML, CSS, Bootstrap, MySQL, PHP, Javascript and React. | bootstrap,create-react-app,css,html,javascript,mysql,php,react | 2023-01-18T14:53:37Z | 2023-01-19T17:51:22Z | null | 1 | 0 | 9 | 0 | 0 | 2 | null | null | PHP |
rsmalberca/Videogames_App | master | <p align="left" >
<img height="90" src="./client/src/assets/logo_arcadeclub_f.png"/>
</p>
# [Videogames App](https://videogames-pi-five.vercel.app/)
This web application was developed by [Renzo San Martin](https://www.linkedin.com/in/renzo-san-martin-alberca-5b07b3130/) as an assignment (Individual Project) in the Full-Stack Developer bootcamp at [Henry](https://www.soyhenry.com/).
## Project goals
- To develop a Web app using React, Redux, Node, Sequelize, etc.
- To affirm, connect and apply all the concepts learned throughout the Bootcamp.
- To learn and practice the GIT workflow.
- And, to learn best practices.
## BoilerPlate
The structure of the project is conformed of 02 main folders: `api` (back-end) and `client` (front-end).
## Project description
The overall idea of this project is to create a web app in which you can see some of the different video games available, along with relevant information about them, using the info provided by the [RAWG](https://rawg.io/apidocs) Video games Database API. The app has the following features that allow you to:
- Search video games either by name or keywords.
- Filter the video games by genre, platform, etc.
- Order them by name (alphabetically) and popularity (rating).
- Create your own video games.
### Technologies
This app was developed using the following tools:
- Node.js
- React.js
- Redux
- Express
- Sequelize
- PostgreSQL
## Front-end
The development of the graphical UI of this website was made through the use of [React](https://reactjs.org/) and [Redux](https://redux.js.org/).
- React.js is a declarative and component-based JS library for building user interfaces, and Redux is a predictable, centralized and flexible state container for JS Apps.
Base URL : `https://videogames-pi-five.vercel.app/`
### **Landing Page**
`https://videogames-pi-five.vercel.app/`
<div align="center" >
<img height="700" src="./client/src/assets/md_images/landing_page.PNG"/>
</div>
### **Home**
`https://videogames-pi-five.vercel.app/home`
- Search bar: you can find the names by name, typing the word in the input.
- The video games listing, here you'll find the card of each game with the following details:
- Name.
- Rating.
- Genres.
- Platforms it is available on.
The listing has pagination so it shows only 15 video games per page.
- Filtering and ordering area:
- Filter options: by genre, platform, etc.
- Order options: alphabetically and by rating.
<div align="center" >
<img height="700" src="./client/src/assets/md_images/home.PNG"/>
</div>
Example of ordering by popularity:
<div align="center" >
<img height="700" src="./client/src/assets/md_images/home_rating.PNG"/>
</div>
### **Video game detail**:
`https://videogames-pi-five.vercel.app/videogame/${videogame_id}`
Here you'll find more information about the selected video game such as:
- Name
- Description
- Image
- Date of release
- Rating
- Genres
- Platforms
<div align="center" >
<img height="700" src="./client/src/assets/md_images/videogame_detail.PNG"/>
</div>
**Video game creation**:
`https://videogames-pi-five.vercel.app/videogame`
This route contains a creation form with the data needed in order to create, successfully, a new video game:
- Name\*
- Description\*
- Image
- Date of release\*
- Rating\*
- Platforms\*
- Genres\*
The form is validated using `JavaScript` so no video games are created with the wrong information.
(\*) Required fields.
## Backend
Back-end development means working on server-side software, which focuses on everything you can't see on a website. Back-end developers ensure the website performs correctly, focusing on databases, back-end logic, application programming interface (APIs), architecture, and servers.
The server was developed using [Express](https://expressjs.com/).
- Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
These are the routes used:
- Routes HTTP GET requests to the specified path with the specified callback functions.
- **`GET /videogames`**:
- Fetch 120+ videogames from the RAWG API.
- **`GET /videogames?name="searchedName"`**:
- Gets the first 15 videogames matching the string passed as query parameter.
- If it does not find any video games, it shows an adequate message.
- **`GET /videogame/{videogame_id}`**:
- Fetch the details of the video game with the matching ID.
- **`GET /genres`**:
- Fetch all the available genres of the video games.
- Routes HTTP POST requests to the specified path with the specified callback functions.
- **`POST /videogames`**:
- Receives all the required data from the controlled video game creation form.
- Creates a new video game and associates, through the database relations, the genres of the video game.
## Database
The database was created using technologies such as [Sequelize](https://sequelize.org/) and [PostgreSQL](https://www.postgresql.org/).
- Sequelize is a modern Node.js ORM\*\* for PostgresSQL. Featuring solid transaction support, relations, eager and lazy loading, read replication and more.
- PostgreSQL is a powerful, open source object-relational database system.
(\*\*) Object-relational mapping (ORM) is a programming technique in which a metadata descriptor is used to connect object code to a relational database.
The models\*\*\* defined for the database are shown below:
(\*\*\*) Models are the essence of Sequelize. A model is an abstraction that represents a table in the database. The model tells Sequelize several things about the entity it represents, such as the name of the table in the database and which columns it has (and their data types).
- Videogame model with the following attributes:
- ID:
- Primary key
- type: DataTypes.UUID
- Name:
- type: DataTypes.STRING
- Description:
- type: DataTypes.TEXT
- Date of release:
- type: DataTypes.STRING
- Image:
- type: DataTypes.TEXT
- Platforms:
- type: DataTypes.ARRAY(DataTypes.STRING)
- Rating:
- type: DataTypes.DECIMAL
- Created by User:
- type: DataTypes.BOOLEAN
- Genre model with the following attributes:
- ID: Primary key. Created by default.
- Name:
- type: DataTypes.STRING
| Arcade Club is a web app in which you can see some of the different video games available, along with relevant information about them, using the info provided by the RAWG Video games Database API (https://rawg.io/) | css,expressjs,javascript,nodejs,postgresql,railway-deployment,redux,sequelize,vercel-deployment,back-end | 2023-01-18T11:37:46Z | 2023-01-20T16:30:15Z | null | 1 | 0 | 12 | 0 | 0 | 2 | null | null | JavaScript |
GutemberghVieira/nlw-setup | main | <h1 align="center">Habits</h1>
<p align="center">NLW é um evento exclusivo e gratuito, promovido pela Rocketseat tecnologias Web. <br/></p>
<p align="center">
<a href="#-tecnologias">Tecnlogias</a>
<a href="#-projeto">Projeto</a>
<a href="#-layout">Layout</a>
<a href="#MIT-licença">Lincença</a>
</p>
<p align="center">
<img alt="License" src="https://img.shields.io/static/v1?label=lincese&message=MIT&color=49AA26&&labelColor=000000">
</p>
<br/>
<p align="center">
<img alt="projeto Habits" src=".gitHub/preview.jpg" width="100%">
</p>
## 💻TECNOLOGIAS
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- JavaScript
- Git e GitHub
- Figma
# 🧛♀️Project
O habits é um app para ajudar a rastrear os hábitos.
- [Visite o projeto online](https://gutemberghvieira.github.io/nlw-setup/)
## :memo: Lincença
Esse projeto está sob a licença MIT.
Feito com 🤍 by RocketSeat :wave: [participe da comunidade!](https://discord.gg/rocketseat) | Habit traker By rocket sit Nlw | css,git,html,javascript,figma,github | 2023-01-22T18:33:07Z | 2023-01-28T16:09:22Z | null | 1 | 0 | 15 | 0 | 0 | 2 | null | MIT | CSS |
subhwhoo/Javascript-Projects | main | # Javascript-Projects
1. Guess the Number - <a href="https://gtn1.netlify.app">Click to Visit</a>
2. Modal Window - <a href="https://moda1.netlify.app">Click to Visit</a>
3. Pig Game - <a href="https://pig1.netlify.app">Click to Visit</a>
4. Todo List - <a href="https://tdlist1.netlify.app">Click to Visit</a>
5. Random Background Generator - <a href="https://randomcg.netlify.app">Click to Visit</a>
6. Currency Converter - <a href="https://currconvert.netlify.app">Click to Visit</a>
7. Calculator 1 - <a href="https://calci1.netlify.app">Click to Visit</a>
8. Calculator 2 - <a href="https://calci2.netlify.app">Click to Visit</a>
9. Clock - <a href="https://clo1.netlify.app">Click to Visit</a>
10. Calendar - <a href="https://calen1.netlify.app">Click to Visit</a>
11. Mouse Event - <a href="https://mousee1.netlify.app">Click to Visit</a>
12. Progress Bar - <a href="https://lb1.netlify.app">Click to Visit</a>
13. Testimonial Slider - <a href="https://testimonialslider1.netlify.app">Click to Visit</a>
14. Mini Calendar - <a href="https://minical1.netlify.app">Click to Visit</a> | Links to the Projects is in the Readme File | css-grid,html,javascript,javascript-game,javascript-library,javascriptproject,javascriptprojects,js,netlify,project | 2023-01-24T07:57:10Z | 2023-02-13T07:52:41Z | null | 2 | 1 | 73 | 0 | 0 | 2 | null | null | CSS |
Santosl2/javascript-algorithms-explain | master | # Javascript Algorithms Explanation
This repo is a set of most popular algorithms in Javascript. I will try to explain them in a simple way. In this repo you should can see the most popular sorting algorithms and searching algorithms.
## Sorting Algorithms
The sorting algorithms will have in this repos are:
- [Bubble Sort](./sorting/bubble-sort/)
- [Merge Sort](./sorting/merge-sort/)
- [Quick Sort](./sorting/quick-sort/)
- [Insertion Sort](./sorting/insertion-sort/)
- Heap Sort
## Searching Algorithms
The searching algorithms will have in this repos are:
- Binary Search
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
---
All algorithms explanations are in the README.md file in each folder.
| Some of most popular Searching and Sorting algorithms, made in Javascript | algorithm,algorithms,javascript,searching-algorithms,sorting-algorithms | 2023-01-22T14:28:11Z | 2023-03-14T19:22:56Z | null | 1 | 0 | 5 | 0 | 0 | 2 | null | null | JavaScript |
tobiasvidela/CrochetMind | main | # This is a projects for knitters (W.I.P.) | This is a project for knitters, a future social media where the knitters community can share, create, buy, comment, like, ask, and more. | crochet,javascript,knitting,knittingpatterns,social-media | 2023-01-19T14:44:08Z | 2023-01-31T13:09:12Z | null | 1 | 0 | 24 | 0 | 0 | 2 | null | null | HTML |
Manthanpelne/few-insect-4217 | main | # few-insect-4217 | MakeMyTrip clone is an e-commerce travelling, hotel booking, and holiday packages booking platform | html,css,express-js,javascript,mongodb-atlas,node-js | 2023-01-17T17:00:09Z | 2023-01-22T13:45:27Z | null | 2 | 7 | 16 | 0 | 0 | 2 | null | null | HTML |
dpk915/Apna_Bazaar | main | null | Discover a fast-paced individual project where a fully functional E-Commerce website for daily use items was designed and built in just 5 days. This project leverages the power of HTML, CSS, and JavaScript to offer a seamless online shopping experience for everyday essentials. Explore the codebase to see how this project was brought to life . | css,html,javascript,netlify,vscode | 2023-01-17T16:42:43Z | 2023-01-22T16:53:43Z | null | 2 | 0 | 3 | 0 | 0 | 2 | null | null | JavaScript |
Polly2000/pomodoro-timer | main | # Pomodoro-timer with React

### Demonstration: https://polly2000.github.io/pomodoro-timer/
# 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)
| Pomodoro timer with React.js | javascript,pomodoro,react,reactjs,scss,hooks | 2023-01-20T22:20:58Z | 2023-01-29T12:01:50Z | null | 1 | 1 | 14 | 0 | 0 | 2 | null | null | JavaScript |
daljeeet/hotstar-clone | main | # hotstar-clone
| A movie app clone hotstar where we can search for any Movie and can see various things about the particular movie | css3,html5,javascript,movieapi | 2023-01-17T22:05:45Z | 2023-01-23T17:22:54Z | null | 1 | 0 | 2 | 0 | 0 | 2 | null | null | JavaScript |
riveraaj/Authentication-App | main | # Authentication App

> This is a project of an application with authentication, both manually and through some services like Google, Facebook, GitHub and Twitter.
---
### Table of Contents
- [Description](#description)
- [Technologies](#technologies)
- [Author Info](#author-info)
---
## Description
Requirements:
- User story: I can register a new account
- User story: I can log in
- User story: I can log in or register with at least one of the following services: Google, Facebook, Twitter or Github
- User story: I can sign out
- User story: I can see my profile details
- User story: I can edit my details including: photo, name, bio, phone, email and password
- User story: I can upload a new photo or provide an image URL
#### Technologies
- C#
- ASP.NET
- MVC
- Entity Framework
- SLQServer
## Author Info
- Linkedin - [jriveraa](https://www.linkedin.com/in/jriveraaa/)
- Website - [Jonathan R.V](https://riveraaj.github.io/Portfolio/)
| This is a project of an application with authentication, both manually and through some services like Google, Facebook, GitHub and Twitter. | csh,asp,css3,dotnet,html5,javascript,mvc,entity-framework,social-media,sqlserver | 2023-01-19T20:00:49Z | 2023-12-11T04:12:13Z | null | 1 | 0 | 16 | 0 | 0 | 2 | null | null | C# |
JamieVaughn/blog | main | # Blog
Astro powered blog on web development topics
[Go to blog site](https://wjv.io/blog)
## Icon Park
[Find icon-park keys here](https://iconpark.oceanengine.com/official)
## Deploy
Simply commit & push!
Deployment is automatically handled via github actions in `.github/workflows/deploy.yml` | Astro powered blog on web development topics | blog,javascript,web | 2023-01-23T02:12:10Z | 2024-05-06T19:27:33Z | null | 1 | 0 | 15 | 0 | 0 | 2 | null | null | Astro |
simonpine/piviGames | master | # SimonPine - Design
An old games website, using canvas and js.
## Deploy
[pivigames.netlify.app](https://pivigames.netlify.app)
[](https://app.netlify.com/sites/simonpine-design/deploys)
## Description
An website where the user can play tetris, snake, pong, pac-man, flappy bird and space invader, games that have been created with vanilla javaScript. And have an atractive home page that show different 3d shapes for game.
## Libraries
- [ThreeJs][thrjs] - Home page decoration
## Contact
- https://twitter.com/SimonPine2
- simonpineda0521@gmail.com
- https://www.linkedin.com/in/simon-pineda-0b8abb251
## Folder Structure
- `html`: Contains all the game pages.
- `img`: Contains all the images used in the website.
- `js`: Contains the scripts of the games and homepage decoration.
- `style.css`: style of the page.
[deploy]: https://pivigames.netlify.app/
[status]: https://api.netlify.com/api/v1/badges/a253097a-2925-4d33-bb21-7eb6cf663ab0/deploy-status
[netlify]: https://app.netlify.com/sites/pivigames/deploys
[ThreeJs]: https://threejs.org/
| A website to play diferent clasic games (snake, pong, flappy bird, space invaders) | 2d-game,canvas,javascript,pong-game,snake-game,flappy-bird-clone,space-invaders,pacman,tetris,threejs | 2023-01-18T19:53:21Z | 2023-03-25T16:30:48Z | null | 1 | 0 | 29 | 0 | 0 | 2 | null | null | JavaScript |
paulde1/portfolio | main | # portfolio
Hi! I'm Paul and here I have a created and continuosly improved upon a complete modern portfolio with visitor generated testimonial, perfect for showcasing your work using all modern frameworks and languages, entirely customizable
To get started on your local machine:
fork and clone this repository
If you plan to use Sanity use these commands:
cd backend_sanity
npm i
sanity manage (to register your project)
npm run dev
*once registered you will need you project token and id for the front end portion*
To get to the frontend going:
cd frontend_react
npm i
npm start
*you will need to create a .env file with the following two variables at the root of your frontend directory*:
-REACT_APP_SANITY_PROJECT_ID
-REACT_APP_SANITY_TOKEN
*To get a Live Preview of this Project go to pauldecunha.com*
| Portfolio Website | javascript,portfolio,react,reactjs | 2023-01-25T16:36:46Z | 2023-03-01T22:35:14Z | null | 1 | 2 | 27 | 0 | 0 | 2 | null | null | JavaScript |
jonas-45/Awesome-Books-ES6 | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Awesome Books</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Awesome Books <a name="about-project"></a>
> Awesome books is a website that allows you to add and remove books from your library.
## 🛠 Built With <a name="built-with"></a>
>Html
>Css
>Javascript
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">Plain Old javascript</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://expressjs.com/">No server side for this project</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="https://www.postgresql.org/">No database added yet</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> Describe between 1-3 key features of the application.
- **A book can be added to your library collection**
- **Books can be removed from library collection**
- **It has a contact page to get in touch with interested visitors**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://jonas-45.github.io/Awesome-Books-ES6/))
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
Vscode was used in developing this project but you can use any IDE that you are confortable with such as sublime, notpad++ etc
### Setup
Get the repository url from above and clone it to your desired folder using
>git clone <repository url>
### Usage
Visit the website using the link https://jonas-45.github.io/JonasPotfolio/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Author1**
- GitHub: [@jonas-45](https://github.com/jonas-45)
- Twitter: [@jonaswullah](https://twitter.com/jonaswullah)
- LinkedIn: [jonas-wullah](https://linkedin.com/in/jonas-wullah)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **A MySql database will be added to persist books data permanently**
- [ ] **A contact form will be added to get visitors details**
- [ ] **An edit option will be added to enable editing of a book in the library**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, give it a thumps up and follow me on Github for more exciting projects
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
Libraries Used:
- Luxon (version 1.24.1) - A library for working with dates and times (https://moment.github.io/luxon/)
- Luxon is used in this project to handle date and time operations.
- Luxon is <a href="https://github.com/moment/luxon/blob/master/LICENSE.md">MIT Licensed</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Awesome Books is a web app for creating a local E-library. Users can add and remove books from the library. Built with Javascript | css,html,javascript | 2023-01-23T15:41:52Z | 2023-01-24T07:14:43Z | null | 1 | 1 | 15 | 1 | 0 | 2 | null | MIT | JavaScript |
karamvirr/chatgpt-sms | main | # ChatGPT via SMS
A ChatGPT SMS server built using Node.js, the Twilio API, and the OpenAI API.
### Usage
This project requires both a Twilio and OpenAI account.
- Instructions for setting up a Twilio account can be found [here](https://www.twilio.com/docs/usage/tutorials/how-to-use-your-free-trial-account).
- An OpenAI developer account can be set up [here](https://openai.com/api/).
Server setup instructions:
- Open the terminal and change the working directory to where you want the cloned repository (ex. `cd ~/Desktop`).
- Clone repository: `git clone https://github.com/karamvirr/chatgpt-sms.git`
- Change the working directory to the cloned repo: `cd chatgpt-sms`
- From the root, create a `.env` containing your OpenAI API KEY `OPENAI_API_KEY` and server port number `PORT` (port 3000 is used if not set).
- Install dependencies: `npm install`
- Run server: `node server.js`
We can expose this local server to the public internet using [ngrok](https://ngrok.com/).
- Install ngrok: `brew install ngrok/ngrok/ngrok`.
- Start a tunnel: `ngrok http N` where 'N' is whatever value is stored in `process.env.PORT` (or 3000).
<img width="929" alt="Screen Shot 2023-01-21 at 10 00 26 PM" src="https://user-images.githubusercontent.com/21179214/213902907-0709090b-f772-442a-80e5-a46aec9ae819.png">
Set your webhook for incoming messages in your Twilio account, as shown below. Make sure it makes an HTTP POST request on `/sms`.
<img width="997" alt="Screen Shot 2023-01-21 at 10 09 09 PM" src="https://user-images.githubusercontent.com/21179214/213903150-180681c5-998c-416e-89ca-fc3a67fce01c.png">
That's it! 🥳
Now that it's configured, inbound SMS messages to your Twilio account number will trigger an HTTP POST request to the server, which will make a request to the OpenAI server and return the text from that response to the user via an outbound SMS.
Example output:

### License
This project is [MIT licensed](./LICENSE).
| A ChatGPT SMS server built using Node.js | chatgpt,javascript,nodejs,twilio-api,sms | 2023-01-21T01:02:08Z | 2023-04-14T23:56:30Z | null | 1 | 0 | 10 | 0 | 0 | 2 | null | MIT | JavaScript |
imnaori/nlw-setup | main | null | Um rastreador de hábitos é um aplicativo ou dispositivo que ajuda as pessoas a monitorar e melhorar seus hábitos diários, como alimentação, exercícios, sono e outros. | css3,figma,git,github,html5,javascript | 2023-01-21T23:35:57Z | 2023-01-22T16:21:23Z | null | 1 | 0 | 21 | 0 | 0 | 2 | null | null | HTML |
kasfalcone/nlw-setup-explorer | main | <h1 align="center"> Habits </h1>
<p align="center">
NLW é um evento exclusivo e gratuito, promovido pela Rocketseat para ensino de tecnologias WEB. <br/>
</p>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
<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/preview.jpg" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- JavaScript
- Git e Github
- Figma
## 💻 Projeto
O Habits é um app para ajudar a rastrear os hábitos.
- [Visite o projeto online](https://kasfalcone.github.io/nlw-setup-explorer)
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/community/file/1195327109778210238). É necessário ter conta no [Figma](https://figma.com) para acessá-lo.
## :memo: Licença
Esse projeto está sob a licença MIT.
---
Feito com ♥ by Rocketseat :wave: [Participe da nossa comunidade!](https://discord.gg/rocketseat)
| Habit Tracker by NLW's Rocketseat | css3,figma,git,github,html5,javascript | 2023-01-22T20:39:57Z | 2023-01-22T21:09:19Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | CSS |
bugracntp/PCAT | main | # PCAT
| Just a little work with NodeJS | javascript,mvc,mvc-architecture,node-js,nodejs | 2023-01-23T12:29:48Z | 2023-02-09T14:34:53Z | null | 1 | 1 | 4 | 0 | 0 | 2 | null | null | EJS |
asifpatel068/temporary-partner-4254 | main | # temporary-partner-4254
Aura is clone of Catherines® which is dedicated to providing the best in women's plus size fashion.
| Aura is clone of Catherines® which is dedicated to providing the best in women's plus size fashion. | css,expressjs,html,javascript,mongodb,mongoose,nodejs | 2023-01-17T14:39:36Z | 2023-03-17T13:05:48Z | null | 2 | 6 | 17 | 0 | 0 | 2 | null | null | HTML |
faisalpinitod/Fashion-store-clone_of_ctshirts | main | # rightful-order-9279
| Fashion store is the clone of Charles Tyrwhitt Shirts Ltd., also known as CT Shirts, is a British multi-channel clothing retailer specialising in dress shirts, ties, suits, casualwear, shoes and accessories | css,expressjs,html,javascript,mongodb,nodejs | 2023-01-17T14:59:00Z | 2023-03-06T18:36:02Z | null | 2 | 5 | 14 | 0 | 0 | 2 | null | null | HTML |
Arthavruksha/jayshankarpure | main | # hi
https://jayshankarpure.me/
| Jay Shankarpure Personal Site | css,html,javascript,portfolio-website | 2023-01-17T16:37:59Z | 2023-12-19T13:38:22Z | null | 1 | 1 | 48 | 0 | 0 | 2 | null | null | CSS |
holoflash/Current-Temperature | main | # Current Temperature
A simple weather app that displays the current temperature in any chosen city. Built as a student project while learning about API's.

- Search for any city in the world
- Display the city name, state, country and flag (if applicable) of the country for each search result
- Enjoy the CSS loading animation while waiting for the search to complete
- Toggle between celsius and fahrenheit by clicking on the temperature display
- Once selected, display the full city name, the current temperature, and the temperature fetch time in local-time
- Dynamic gradient background indicating the temperature (cold = blue, warm = red, night = dark-blue, day = orange)
- Selected city and choose temperature unit (°C/°F) are stored in localStorage and displayed upon refresh/revisit of site
- Reset localStorage via changeCity button
### Huge hanks to the amazing people behind these great API's used in this project:
- [Open-Meteo](https://open-meteo.com/)
- [Country Flags](https://www.countryflags.io/)
#### Technologies used:



| A simple weather app that displays the current temperature in any chosen city. Built as a student project while learning about API's. | api,css,html,javascript,openapi,publicapi,weather | 2023-01-20T08:36:23Z | 2023-05-10T05:43:01Z | null | 1 | 0 | 21 | 0 | 0 | 2 | null | null | JavaScript |
Andy18j/CartLene-clone | main | # CaratLene-clone
This websites is a clone of caratlene. caratlene is e-commerce website that they sells the diamonds and gold jwellery. This was a solo project and executed in 5 days. It has expanded to several product & offers for customers, as well as a few free offers provided by us if customers purchase mass product. caratlene website have few step to purchase product very easily, which means that customers can use very smoothely, rather than others website. The company offers a variety of pruducts to choose from product list, and customers can purchase product through the caratlene website or mobile app.
<h1>Tech Stacks</h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JAVASCRIPT</li>
</ul>
<h1>Features</h1>
<ul>
<li>Home Page</li>
<li>Login/Sign-up</li>
<li> Products page</li>
<li>Cart Functionality</li>
<li>purchase page</li>
</ul>
| clone caratlene website | css,html,javascript | 2023-01-17T06:41:53Z | 2023-10-05T07:07:52Z | null | 2 | 3 | 11 | 4 | 0 | 2 | null | null | HTML |
darkghost33/Movie-Database---React-Web-App | master | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| A simple movie database similar to IMDB. Created using React and TMDB Movie API. Alternate Deployed URL - https://imdb-clonenew.netlify.app/ | css,javascript,nodejs,reactjs,react,bootstrap,html | 2023-01-17T12:05:52Z | 2023-02-12T22:01:54Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.