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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
gustavohdab/pixel_dreams | main | <h1 align="center">Pixel Dream - DALL-E Clone</h1>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> </a>
</p>
<br>
<h2 align="center"> Web Preview </h2>
<p align="center">
<img alt="preview" src=".github/preview.png" width="100%">
</p>
<h2 align="center"> Mobile Preview </h2>
<p align="center">
<img alt="preview" src=".github/mobile2.png" width="90%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- 💻Web Front end :
- [JavaScript](https://www.javascript.com/)
- [React](https://reactjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [Vite](https://vitejs.dev/)
---
- ⚙️Back end :
- [Node.js](https://nodejs.org/en/)
- [Express](https://expressjs.com/pt-br/)
- [MongoDB](https://www.mongodb.com/)
- [Mongoose](https://mongoosejs.com/)
- [API DALL-E](https://openai.com/blog/dall-e/)
- [API Cloudinary](https://cloudinary.com/)
---
## 💻 Projeto
O Pixel Dream é um clone do DALL-E, um projeto de IA que gera imagens a partir de textos. Com a opção de compartilhar no feed da aplicação, onde todos podem ver as imagens geradas, baixar e até mesmo ver o prompt que foi usado para gerar a imagem para caso queira gerar a mesma imagem ou algo parecido.
#### Funcionalidades:
- [x] Gerar imagens a partir de textos
- [x] Compartilhar imagens geradas no feed
- [x] Procurar imagens geradas por outros usuários
- [x] Baixar imagens geradas
---
Feito com ♥ by Gustavo Batista :wave: [LinkedIn](https://www.linkedin.com/in/gustavo-h-batista/) e [GitHub](https://github.com/gustavohdab)
| Pixel Dream is a clone of DALL-E, an AI project that generates images from text. With the option to share in the application's feed, where everyone can see the generated images, download and even see the prompt that was used to generate the image in case you want to generate the same image or something similar. | express,javascript,mongodb,nodejs,reactjs,dailybot,learn | 2023-01-22T01:43:48Z | 2023-01-22T02:25:42Z | null | 1 | 1 | 6 | 0 | 0 | 4 | null | MIT | JavaScript |
jetza/Generative-AI-Services-Demo | main | # Programmatic Creation of Multimedia Content Using Generative AI Services
This is a React app that demonstrates how to use Generative AI services for creating multimedia content. You can use this app to generate images, text, speech, and videos from your input.
## Features
- **Text to Image**: You can enter a text query and get an image generated by DALL-E, a neural network that can create images from text. For example, you can enter "a cat wearing a hat" and get an image of a cat wearing a hat.
- **Image to text**: You can upload an image and get a text detection and extraction from images, using the Image to Text API from API Ninjas.
- **Object detection**: You can upload an image and get a list of objects that are detected in the image, using the Object Detection API from API Ninjas. For example, you can upload an image of a kitchen and get a list like "sink, stove, refrigerator, table, chair".
- **Speech recognition**: You can use your microphone and speak into the app and get a text transcription of what you said, using the react-speech-recognition library that is based on the Web Speech API. For example, you can say "hello world" and get a text like "hello world".
- **Text to speech**: You can enter a text and get a speech synthesis of the text, using the react-speech-kit library that is based on the Web Speech API.
- **Text to video**: You can enter a text, upload an image, choose voices, include subtitles and get a video generated from this settings, using the Text to Video API from D-ID. Also, you can preview this video embedded in app using react-video library.
## Technologies
This app is created using create-react-app, using the following libraries:
- reduxjs/toolkit: A toolkit for managing application state.
- react-router-dom: A library for routing in React.
- react-speech-kit: A library for speech synthesis in React.
- react-speech-recognition: A library for speech recognition in React.
- openai: A library for accessing the OpenAI API.
- react-player: A library for playing videos in React.
- tailwind: A utility-first CSS framework for styling.
## Installation
To run this app locally, you need to have Node.js and npm installed on your machine. Then follow these steps:
1. Clone this repository to your local machine.
2. Navigate to the project folder and run `npm install` to install the dependencies.
3. Create a `.env` file in the project root and add your API keys for OpenAI, API Ninjas and D-ID as follows:
```
REACT_APP_OPENAI_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REACT_APP_DID_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REACT_APP_API_NINJAS=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```
4. Run `npm run start` to start the development server.
5. Open `http://localhost:3000` in your browser to see the app.
NOTE: U must register to OpenAI, API Ninjas and D-ID to get your unique keys and then use them in this application.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
| Demonstration of generative AI services in React App, made as a demo material for conferences. | ai,generative-ai,javascript,openai,reactjs | 2023-01-21T17:54:32Z | 2023-10-16T23:33:09Z | null | 1 | 0 | 37 | 0 | 1 | 4 | null | MIT | JavaScript |
sabrinagomesb/programaria-frontend2 | main | # Curso EuProgrAmo Front-End#2 [Turma 2] - Programaria [DEMO](https://sabrinagomesb.github.io/programaria-frontend2/)
## 📖 Sobre
Dividido em 8 MÓDULOS com o total de 78 aulas, o curso aborda os seguintes tópicos:
- [x] Apresentando novas tags HTML;
- [x] CSS e layouts responsivos;
- [x] Aprofundando os conhecimentos em JavaScript;
- [x] Dinamizando o código com JavaScript;
- [x] Decolando o seu projeto (Git/GitHub).
📌 Curso disponível no site [progra{m}aria](https://www.programaria.org/).
## 💡 Projeto
### Dicionário de Mulheres Negras
→ Exibe imagens e descrição de mulheres que fizeram e ainda fazem parte da história do Brasil e do mundo.
→ Alterações realizadas no projeto final: alteração no estilo e ordenação por ordem alfabética utilizando JavaScript.
<p align="left">
<img src="./.github/Animação.gif" alt="Exibição de gif demonstrando o projeto final" width="100%">
</p>
## 💻 Feito com
[](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
[](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
[](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
<p align="center">Feito por <a href="https://github.com/sabrinagomesb">💫 Sabrina Gomes</a></p> | Projeto desenvolvido durante o curso Eu ProgrAmo - Frontend#2 | css,html,javascript | 2023-01-19T01:37:22Z | 2023-01-23T23:56:15Z | null | 1 | 0 | 9 | 0 | 0 | 4 | null | null | JavaScript |
Lancelot-SO/To-do | main | <a name="readme-top"></a>
<!--
HOW TO USE:
This is an example of how you may give instructions on setting up your project locally.
Modify this file to match your project and remove sections that don't apply.
REQUIRED SECTIONS:
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License
OPTIONAL SECTIONS:
- FAQ
After you're finished please remove all the comments and instructions!
-->
<div align="center">
<!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. -->
<img src="murple_logo.png" alt="logo" width="140" height="auto" />
<br/>
<h3><b>Microverse README Template</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [To-do] <a name="about-project"></a>
> Describe your project in 1 or 2 sentences.
**[To-do]** is a...
## 🛠 Built With <a name="VSCode, Git and Github"></a>
### Tech Stack <a name="Html, Webpack, Css and JavaScript"></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://html.com/">Html</a></li>
<li><a href="https://javascript.com/">JavaScript</a></li>
<li><a href="https://csstricks.com/">Css</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://webpack.js.org/guides/development/#using-webpack-dev-server">Webpack-dev-server</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="#">Database</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> Describe between 1-3 key features of the application.
- **[Delete feature]**
- **[Edit feature]**
- **[Add feature]**
<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://lancelot-so.github.io/To-do/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
<!--
Example command:
```sh
gem install rails
```
-->
- Browser
- git
- code editor
### Setup
Clone this repository to your desired folder:
<!--
Example commands:
```sh
cd my-folder
git clone git@github.com:Lancelot-SO/To-do.git
```
```
git@github.com:Lancelot-SO/To-do.git
```
- Navigate to the To-do with this command
```
cd To-do
```
--->
### Install
Install this project with:
<!--
Example command:
```sh
cd my-project
gem install
```
--->
### Usage
To run the project, execute the following command:
<!--
Example command:
```sh
rails server
```
--->
### Run tests
To run tests, run the following command:
<!--
Example command:
```sh
bin/rails test test/models/article_test.rb
```
npm start
--->
### Deployment
You can deploy this project using:
<!--
Example:
```sh
```
-->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Felix Sowah**
- GitHub: [@githubhandle](https://github.com/Lancelot-SO)
- Twitter: [@twitterhandle](https://twitter.com/Lancelot_hans)
- LinkedIn: [LinkedIn](www.linkedin.com/in/felix-sowah)
👤 **Author2**
- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **[Delete single list feature]**
- [ ] **[Pending lists feature]**
- [ ] **[Edit list feature]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
> Write a message to encourage readers to support your project
If you like this project...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
> Give credit to everyone who inspired your codebase.
I would like to thank my family for their undying support and a few friends who helped me.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Can a usser store the data inputed]**
- [Yes, data can be stored in localstorage]
- **[Can you clear all completed files]**
- [After a task is completed, you can clear all after checking it]
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p> | This is a todo app that takes user input and displays it on the screen. It also enables you to delete, and edit any task you input. Also all inputs are stored in localstorage. Inputs can be marked as finished and all finished tasks can be cleared using the clear all functionality. | html-css,javascript,webpack,linters | 2023-01-17T20:12:21Z | 2023-01-20T19:40:04Z | null | 1 | 3 | 23 | 4 | 1 | 4 | null | MIT | JavaScript |
CauaYves/Bate-Papo-UOL | main | null | Chat baseado no Bate papo UOL, Integrado com API que permite troca de mensagens em tempo real. | api,css3,html5,javascript | 2023-01-17T02:06:51Z | 2023-01-23T17:10:09Z | null | 1 | 0 | 21 | 0 | 0 | 4 | null | MIT | JavaScript |
Mehedi53423/Best-Five | main | # Best Five
| null | html5,javascript | 2023-01-20T20:55:17Z | 2023-01-20T21:02:17Z | null | 1 | 0 | 10 | 0 | 0 | 4 | null | null | HTML |
Mehedi53423/Typing-Master | main | # Typing Master
| null | html5,css3,javascript | 2023-01-20T21:10:51Z | 2023-01-20T21:12:06Z | null | 1 | 0 | 13 | 0 | 0 | 4 | null | null | HTML |
arpit2444/NearBuy | master | <h1 align="center">Nearbuy.com Clone</h1>
<h2 align="center">Nearbuy is India’s first hyper-local e-commerce platform which is a one stop destination to buy just about anything. So, whether you want to dine at the finest restaurants, relax at the best spas, or just discover your city intimately, nearbuy makes it happen for you.</h2>
<br />
<p align="center">
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="html"/>
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="css3"/>
<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" alt="JavaScript" />
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" alt="react"/>
<img src="https://camo.githubusercontent.com/5d58ae623237663dd0d209c197c95181d672cbc62ad322039de3c37f1647bcce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4368616b726125323055492d3362633762643f7374796c653d666f722d7468652d6261646765266c6f676f3d6368616b72617569266c6f676f436f6c6f723d7768697465" alt="chakraUI"/>
</p>
<br />
<h3 align="center"><a href="https://soft-custard-9f29c0.netlify.app/"><strong>Want to see live preview »</strong></a></h3>
### 🔗 Live Deployed URL: https://soft-custard-9f29c0.netlify.app/
<br />
<br />
## The user-Interface of the Herebuy.com
<h3>Herebuy Homepage Screenshot</h3>

<br />

<br />
<h3>Herebuy Search Screenshot</h3>

<br />
<h3>Herebuy Product Page Screenshot</h3>

<br />
<h3>Herebuy Single Product Page Screenshot</h3>

<br />
<h3>Herebuy Checkout Page Screenshot</h3>

<br />
<br />
## Team Members:
<h3>Arpit Kumar Jain (fw21_0420)</h3>
<h3>Kashif Rezwi (fp04_011)</h3>
<h3>Ravinder (fw19_0390)</h3>
<h3>Prateek Agrawal (fw20_0114)</h3>
<h3>Hemant Pratap Singh (fw20_1164)</h3>
<br />
<br />
## Project Code:
<h3>grieving-driving-625</h3>
<h3>IA: vivek.goswami@masaischool.com</h3>
<br />
<br />
## Show your support
Give a ⭐️ if you like this project!
| nearbuy.com (Nearbuy India Private Limited) is India's first hyper-local online platform that enables customers and local merchants to discover and engage with each other. | html,crud-operation,css,filtering,javascript,react,rest,rest-api,sorting-algorithms | 2023-01-17T10:33:41Z | 2023-03-06T10:26:17Z | null | 7 | 29 | 86 | 0 | 4 | 4 | null | null | JavaScript |
FromSunNews/DongNaiTravelApp | master | <div>
<h1>
<a align="left"><img src="https://i.ibb.co/SQWy8xC/logo-big.png" alt="DONGNAITRRAVEL-Logo" style="width: 80px; float: left; margin-right: 1rem" border="0"></a>
DONG NAI TRAVEL
<br>
Cẩm nang du lịch cho mọi người
</h1>
</div>
Ứng dụng được xây dựng cho mục đích tham gia __cuộc thi Sáng tạo Khoa học Kĩ thuật__ tỉnh Đồng Nai - 2023, __cuộc thi tìm kiếm giải pháp chuyển đổi số Tỉnh Đồng Nai 2023__ và là đồ án tốt nghiệp 2024.
## Achieved
Giải pháp đạt được giải __Ba__ chung cuộc __cuộc thi tìm kiếm giải pháp chuyển đổi số Tỉnh Đồng Nai 2023__. xem thông tin [tại đây](https://dntu.edu.vn/tin-tuc/sinh-vien-khoa-cong-nghe-thong-tin-dat-giai-3-cuoc-thi-chuyen-doi-so-tinh-dong-nai?fbclid=IwZXh0bgNhZW0CMTEAAR071lmE5A1yVjtAYpqd98t6Sx_NDK32SO6PXAlYGeHX72WDPibXpx1C3Bo_aem_AdVg_F5Y82KVeij1Hm3lGWFEz3KoM9cGDidyC1ATMfAONtGm8H2F82xYegC2JzJVO_Qev--DM_nRiNLRyI0jWzTb).
Giải pháp đạt được giải __Khuyến khích__ chung cuộc __cuộc thi Sáng tạo Khoa học Kĩ thuật__ tỉnh Đồng Nai - 2023. Xem thêm thông tin [tại đây](https://drive.google.com/file/d/1rtrAE14D4_O47xg_cKyicr1dSMoTsqJe/view?usp=sharing).
## Demo
Xem [tại đây](https://www.youtube.com/watch?v=6lMZkIQiZ68)
## Thông tin
Hỗ trợ khám phá các địa điểm du lịch ở Đồng Nai, đồng thời người dùng có thể chia sẻ được các trải nghiệm của người dùng thông qua các bài viết và quản lý hồ sơ cá nhân... Hơn thế nữa, người dùng còn có thể dùng Travel Bot để tham khảo lộ trình, kế hoạch đi du lịch; xem thông tin về thời tiết; xem lộ trình đường đi với Map tích hợp.
__Công nghệ__: `React-Native`, `NodeJS`, `Express`, `MongoDB`, `GoogleAPI`, `Cloudinary`, `GPT` , các thư viện khác của React Native, NodeJS.
__Thời gian__: từ tháng 02 - tới tháng 07 năm 2023.
__Người tham gia__:
- Thái Anh Đức, [xem thêm](https://github.com/ThaiAnhDuc02).
- Lương Văn Pháp, [xem thêm](https://github.com/phapdev).
- Từ Nhật Phương, [xem thêm](https://github.com/FromSunNews).
- Nguyễn Anh Tuấn, [xem thêm](https://github.com/NguyenAnhTuan1912).
- Nguyễn Thị Liệu (giảng viên hướng dẫn).
- Lê Nhật Tùng (giảng viên hướng dẫn).
## Các chức năng chính
Giới thiệu sơ qua các chức năng chính của ứng dụng. Ứng dụng được chia ra làm 4 chức năng chính, trong đó:
- Xem các thông tin mới nhất về địa điểm, bài viết, sự kiện. Ngoài ra thì người dùng có thể lưu thông tin địa điểm, bài viết.
- Tìm lộ trình đi tới điểm điểm, xem các thông tin chi tiết về địa điểm.
- Đọc, nghe thông tin về địa điểm, bài viết.
- Sử dụng Travel Bot để tham khảo, tạo lộ trình, kế hoạch đi du lịch.
## Tài liệu liệu quan
- Tài liệu chính, [tại đây](https://docs.google.com/document/d/1KdUV5ahihEOVYrn73MnY4GPgdbXIl4ou/edit?usp=sharing&ouid=102396661633118680496&rtpof=true&sd=true).
- Các issues của dự án, [tại đây](https://github.com/FromSunNews/DongNaiTravelApp/issues).
- Inforgraphic, [tại đây](https://www.behance.net/gallery/177198847/DongNaiTravel-App).
## Tài liệu kỹ thuật
- Cloudinary Document for NodeJS (2023). Nguồn: [https://cloudinary.com/documentation/node_integration](https://cloudinary.com/documentation/node_integration)
- Expo Document (2023). Nguồn: [https://docs.expo.dev](https://docs.expo.dev)
- Google API Document (2023). Nguồn: [https://developers.google.com/workspace/products](https://developers.google.com/workspace/products)
- React Document (2023). Nguồn: [https://react.dev](https://react.dev/)
- React-Native Document (2023). Nguồn: [https://reactnative.dev](https://reactnative.dev)
- React-Navigation Document (2023). Nguồn: [https://reactnavigation.org](https://reactnavigation.org)
| Application about introducing tourist places or hanging out in Dong Nai Province (Viet Nam) | expo,google-maps,npm,react-native,travel,javascript | 2023-01-18T13:29:06Z | 2024-05-14T14:56:11Z | null | 6 | 94 | 315 | 9 | 4 | 4 | null | null | JavaScript |
Damian-Sanchez/CloudflareDomainPark | main | # Cloudflare Domain Parking
Unlike buying or managing domains with registrars like Namecheap or GoDaddy, Cloudflare does not (yet?) provide a parking page for domains that are not currently being routed to a website host. Instead of a browser showing "This site can't be reached" becasue of a NXDOMAIN error, you can host this domain parking template with Cloudflare Pages for free, so anyone that happens to search your domain can see that you are planning to use the domain.
# Host with Cloudflare Pages
Using Cloudflare Pages, you can conect a GitHub or GitLab account and select a repository to connect as your project’s source code. New commits will trigger Cloudflare to automatically build and deploy your changes. Alternatively, you could use Direct Upload to upload your site's assest directly from your computer or Wrangler CLI to deploy your files from the command line.
# Add Domain Name
Once your project is built, it is given a default address on a `.pages.dev` subdomain, you can add your domain by configuring your domain's Cloudflare DNS with the following CNAME record:
| Type | Name | Content | TTL |
| ------| ---- | ------------------------ | ---- |
| CNAME | @ | <PROJECT_NAME>.pages.dev | Auto |
# Additional DNS Settings
If you have not already, Cloudflare also recommends that you add an A, AAAA, or CNAME record for `www` so that `www.yourdomain.com` can resolve.
| Type | Name | Content | TTL |
| ------| ---- | ------- | ---- |
| CNAME | www | @ | Auto |
| Parking page for domain names registered or managed with Cloudflare. | cloudflare,cloudflare-pages,css,domain-parking,html,javascript | 2023-01-21T21:38:51Z | 2024-02-26T02:26:53Z | null | 1 | 0 | 3 | 0 | 5 | 4 | null | MIT | CSS |
Genevy/mesto | main | <div align="center"><h3>Мesto</h3></div>
##
<br>
<p align="center">
Место — адаптивный, интерактивный сайт-сервис для добавления фотографий достопримечательностей и знаковых мест. В проекте была применена работа с макетом <a href="https://www.figma.com/file/2cn9N9jSkmxD84oJik7xL7/JavaScript.-Sprint-4?node-id=0%3A1&t=eb2h3YUth7WrGziJ-0">Figma</a>, построение сложных сеток, разширенные возможности HTML и CSS с применением объектно-ориентированного программирование JS.
</p>
<br>
<p align="center">🔎 Explore on <a href="https://genevy.github.io/mesto/"><strong>GitHub Pages »</strong></a></p>
<br>
<a href="https://genevy.github.io/mesto/">
<img src="https://raw.githubusercontent.com/Genevy/mesto/main/src/images/mesto.png" alt="Иллюстрация к проекту Место" width="100%">
</a>
### 🚀 Функционал
* Адаптивный дизайн: вэб-сервис адаптирован как для стационарных ПК так и для мобильных устройств
* Расширенный функционал: реакции на действия пользователей с применением JavaScript
* Интерфейс User Experience (UX)
* Сохранение и удаление данных на сервере.
### ⚙️ Технологии
* Flexbox
* Grid Layout
* Positioning Elements
* BEM Methodology
* File Structure and File Paths (Nested BEM)
* Git
* Figma
* JavaScript ECMAScript 6
* Node JS
* Webpack
* API `POST`, `GET`, `PUT`, `DELETE`, `PATCH`
### 🛠 Рефакторинг
* [Create on React](https://github.com/genevy/mesto-react#readme)
##
####
© Developed by [Evgeny Striganov](https://github.com/genevy) jointly [Yandex Praktikum](https://practicum.yandex.ru/web/) | Место — адаптивный, интерактивный сайт-сервис для добавления фотографий достопримечательностей и знаковых мест | api,css3,javascript,webpack,bem-nested,html5,bem-methodology,node-js,ecmascript-6,css-flexbox | 2023-01-25T15:26:41Z | 2023-04-25T17:57:44Z | null | 1 | 0 | 127 | 0 | 0 | 4 | null | null | JavaScript |
alih6051/DigiBasket | main | null | Digi Basket is a clone of bigbasket.com. It is an online grocery shopping and supermarket that delivers personal and household needs to the customer's doorstep. | chakra-ui,javascript,nextjs,redux-toolkit | 2023-01-17T07:03:34Z | 2023-03-09T06:39:31Z | null | 5 | 18 | 80 | 0 | 1 | 4 | null | null | JavaScript |
ra0321/Ethereum-zksync | master | # zkSync
| Ethereum zksync Tutorial Guide | ethereum,ethersjs,javascript,zksync-v2 | 2023-01-24T07:26:24Z | 2023-01-24T07:53:49Z | null | 1 | 1 | 17 | 0 | 0 | 4 | null | null | JavaScript |
mebakid74/D0018E-Databasteknik-2023 | main | # D0018E-Database technology-2023
### The Lab project in the course D0018E E-commerce Lp3, V23
The purpose of this laboratory session was to create a simple e-commerce website by using a SQL database Luleå University of Technology under the supervision of Olov Schelén.
## Table of contents
* [Introduction](#introduction)
* [Development and other tools](#dev)
* [Website sample](#web)
* [Participant](#participant)
## Introduction
The goal of this laboratory session is to create a basic e-commerce website that will be accessible to regular browser clients by creating a simple web frontend as well as administering the sververn database using SQL database structure to later upload it in a cloud platform of any choice.
## Development and other tools
This project uses the following development tools;
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-plain.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mysql/mysql-original.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-original.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/figma/figma-original.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/intellij/intellij-original.svg" />
<img align="left" alt="Java" width="60px" style="padding-right:50px;" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" />
<br />
<br />
<br />
## Website sample
Showcasing a simple and clean design that is both user-friendly and visually appealing.



## Participant
**Hannes Furhoff** <br>
**Mebaselassie Kidane Kebede** <br/>
**Nathanael Niklaus** <br>
| Lab Project E-commerce site in the course D0018E. | crud-application,dust,figma,mysql,nodejs,reactjs,fullstack-development,mern-stack,javascript,database | 2023-01-17T08:33:58Z | 2023-03-20T15:44:04Z | null | 3 | 0 | 157 | 0 | 0 | 4 | null | null | JavaScript |
Janani1727/1800-Flowers.com | main |
PROJECT NAME : BLOSSOM
DEPLOYED LINK : https://flower18.vercel.app/
<h1 align='center'>Home Page</h1>

<h1 align='center'>Products Page</h1>

<h1 align='center'>Products Page</h1>

<h1 align='center'>Login Page</h1>

| 1-800-Flowers.com, Inc. is a floral and foods gift retailer and distribution company in the United States. The company's focus, except for Mother's Day and Valentine's Day, is on gift baskets. They also use the name 1-800-Baskets.com. | css3,firebase-auth,html5,javascript,nextjs,rest-api | 2023-01-23T13:45:50Z | 2023-02-07T18:36:59Z | null | 1 | 0 | 3 | 0 | 0 | 4 | null | null | JavaScript |
khu-js-study/javascript-study | main | # 🦎 모던 자바스크립트 Deep Dive 스터디

## 📝 진행 방식
스터디는 **발표**, **실습** 형태의 스터디를 지향합니다.
| 매주 화요일 20시에 스터디를 진행합니다. ( 오프라인 / 온라인 )
자세한 진행 방식은 아래와 같습니다.
1. 주차가 시작되면 정해진 진도까지 개인 학습을 진행합니다.
2. 정해진 스터디 시간 전까지 다음의 과제를 준비해야합니다.
```markdown
1. 개인 학습 중 인상 깊었던 부분 혹은 중요하다고 느꼈던 부분 작성하기
2. 학습 내용으로 이루어진 간단한 퀴즈 만들기 ( 5문제 이내 )
3. 학습 내용으로 이루어진 간단한 코드 만들어오기
4. 위의 내용을 PR로 생성하여 올리기
```
3. 스터디 시간에는 위의 내용들을 기반으로 **발표** 및 **토론**을 진행합니다.
## 📆 진행 상황
### 1주차 (01.18 ~ 01.24) ✅
```markdown
01장 프로그래밍
02장 자바스크립트란?
03장 자바스크립트 개발 환경과 실행 방법
04장 변수
```
### 2주차 (01.24 ~ 01.31) ✅
```markdown
05장 표현식과 문
06장 데이터 타입
07장 연산자
08장 제어문
```
### 3주차 (01.31 ~ 02.07) ✅
```markdown
09장 타입 변환과 단축 평가
10장 객체 리터럴
11장 원시 값과 객체의 비교
12장 함수
```
### 4주차 (02.07 ~ 02.14) ✅
```markdown
13장 스코프
14장 전역 변수의 문제점
15장 let, const 키워드와 블록 레벨 스코프
```
### 5주차 (02.14 ~ 02.21) ✅
```markdown
16장 프로퍼티 어트리뷰트
17장 생성자 함수에 의한 객체 생성
18장 함수와 일급 객체
```
### 6주차 (02.21 ~ 02.28) ✅
```markdown
19장 프로토타입
```
### 7주차 (02.28 ~ 03.07) ✅
```markdown
20장 strict mode
21장 빌트인 객체
22장 this
```
### 8주차 (03.07 ~ 03.14) ✅
```markdown
23장 실행 컨텍스트
24장 클로저
```
### 9주차 (03.14 ~ 03.21) ✅
```markdown
25장 클래스
```
### 10주차 (03.21 ~ 03.28) ✅
```markdown
26장 ES6 함수의 추가 기능
27장 배열
```
### 11주차 (03.28 ~ 04.04) 🏖️
```markdown
- HTML, CSS 이해하기
- HTML, CSS 실습
```
## 🧑🏻💻 커밋 및 네이밍 규칙
- Commit 규칙
```
- feat: 새로운 기능에 대한 커밋
- fix: 수정에 대한 커밋
- chore: 그 외 자잘한 수정에 대한 커밋(기타 변경)
- docs: 문서 수정에 대한 커밋
- style: 코드 스타일 혹은 포맷 등에 관한 커밋
- refactor: 코드 리팩토링에 대한 커밋
```
- Branch 네이밍 규칙
```diff
// 규칙. 해당 장 숫자/깃허브 이름
// 예시. 00장, 작성자 L2HYUNN인 경우
+ Branch Name: 00/L2HYUNN
```
- PR 타이틀 네이밍 규칙
```diff
// 규칙. 해당 장의 타이틀을 이용
// 예시. 00장, 테스트 및 연습인 경우
+ PR Title Name: 00. 테스트 및 연습
```
| 모던 자바스크립트 Deep Dive 스터디 레포입니다. | javascript,js,study | 2023-01-18T06:23:56Z | 2023-04-06T00:24:47Z | null | 4 | 108 | 140 | 2 | 1 | 4 | null | null | JavaScript |
Design-Dude/ddSpiral | main | # ddSpiral
Magically shapes almost any kind of 🌀 spiral in [Sketch.](https:www.sketch.com)

## Dependencies
ddSpiral is a plugin for Sketch, so you just need [Sketch.](https://www.sketch.com)
The plugin was created with Sketch Plugin Manager, so if you are planning to use the source code you'll probably need [SKPM](https://github.com/skpm/skpm) too. Together with [sketch-module-web-view](https://github.com/skpm/sketch-module-web-view/tree/master/docs) as a bridge between the plugin and the overlay for user input.
## Installation
Download and double-click the [latest version.](https://github.com/Design-Dude/ddSpiral/releases/latest) Or drop it on the Sketch app icon.
## How it works
Just select up to 2 objects and/or an open path and run 🌀 ddSpiral from 🧰 ddTools in the plugin menu. You can also hit CTRL-ALT-SHIFT-S (All future ddTools wil use CTRL-ALT-SHIFT). The plugin presents you with an overlay for adjustments. The spiral will behave slightly differently depending on the selected objects. As long as you stay in the overlay you can update the spiral by altering:
- size and rotation (preset by the selected objects)
- direction (clockwise or counterclockwise),
- number of loops,
- number of points per loop (tangents),
- tension (0%=sharp corners, 100%=optimal curves, <500%=experimental loose curves).
- transition (linear, ease in and out, ease-in or ease-out),
- and easing rate (0%=linear, 50%=standard css easing, <500%=exponetial).
You must always click the _Spiralize_ button first to start the drawing process. Subsequent updates can be automated by checking the _Auto update_ option. The operations are terminated as soon as the ddSpiral overlay is closed or loses its focus. The last option _Remove pre-selected objects_ automatically starts a cleaning process during this final termination.
### 1. Select a single object, such as an image, group, or symbol, and then run ddSpiral
If you select 1 object, not a path, the spiral rotates from the bounding box to the center of the object. Position, size and rotation are inherited from the selected object. The spiral is drawn on top of the object in the same group.

### 2. Select a closed shape, like a rectangle, oval or any other custom closed path, and then run ddSpiral
Selecting a closed path is basically the same as #1 but the experimental option _Force into shape_ becomes available. When checked, the spiral runs from top to bottom, roughly staying within the object's outer perimeter rather than inside the bounding box.

### 3. Select an open path, i.e. a line, and then run ddSpiral
Choose an open path and the spiral will stretch along the route of the selected line. By optionally selecting 1 or 2 other shapes/objects along with the open path, the size and rotation of these objects will be used as a preset. The option 'Mirror around midpoint' swaps the end point and half way point, creating a symmetrical spiral.

### 4. Select two shapes or objects, and then run ddSpiral
The spiral is stretched from the first object to the second, using their coordinates, size and rotation. The first object is the object behind all others, not necessarily the first selected object. The spiral is drawn at the document level if both objects belong to a different group.

## Additional features
- Automatic update option (you can also press RETURN for a quick update).
- Little overhead, the plugin does not respond to events from Sketch as long as the overlay is closed.
- You can leave the overlay open and make a new selection for another spiral or make a new spiral on the same selection.
- Adjustable logarithmic scale for transition options.
- User input is saved for the next spiral.
- Thoughtful user experience in a pleasant user interface.
- Dark mode support.
- Automatic cleaning service to remove pre-selected objects.
## TODOs
- [ ] Add pure js instead of cocoa script for length measurements
- [ ] Standalone js version
- [ ] Spinning option for arti spirals.
- [ ] Rotating version of the forced spiral.
- [ ] Additional path adjustments (ddBilb).
## Privacy
ddPlugin will ping the ddServer for updates upon activation. However, no data whatsoever is sent to this server. By using the plugin, you automatically agree to this fait accompli (or you can strip the functionality and build your own version of the plugin).
## Known issues
1. See [issues.](https://github.com/Design-Dude/ddSpiral/issues)
2. There is a known side effect that you can sometimes resolve yourself. Paths are made with bézier curves. The smoothness depends on the length of the path, in combination with the number of loops as well as the number of points per loop. If the combination doesn't match you can get unexpected turns and bends. Especially if the route along an open path contains long or sharp turns. Try changing the path, number of loops or points for a better result. If you set the number of points very high you can see how the curve should actually run. However, many points is completely unnecessary. 4 points per loop is more than enough in most cases. Manually removing and adjusting the tangents afterwards is also always an option.
3. The _Force into shape_ option is a work in progress.
- Logically, this option also suffers from the sharp corners and varying radii described above. ddSpiral is not very good in tight spaces, especially at the beginning and the end where the direction is indeterminate. Subsequent adjustments are often necessary. Keep it simple is the motto. Always.
- The spiral is never interrupted, so no gaps or notches are taken into account.
- For now, the spiral will only run from top to bottom, not in any other direction. You can of course rotate your object before running ddSpiral.
- Filling large objects with ddSpiral can take some time because the perimeter must first be meticulously unraveled in its entirety, which takes time and resources. You'd better turn off auto update in such cases.
## On the drawing board
- Smooth hand-drawn paths.
- Turn lines into pencil drawings
- Decorating paths and repeating object in various patterns.
- Unit calculator (there is a plugin for that, perhaps it's good enough).
## Do you have any ideas or improvements?
Please [contact](https://github.com/Design-Dude/ddSpiral/discussions) me if you have any other advice or creative idea. Also, ddSpiral is hopefully bug free. If you find one, [please let me know! ](https://github.com/Design-Dude/ddSpiral/issues)
## Have fun
You can use it as long as the Sketch API remains unchanged and you can also use the source code with lots of comments to develop your own plugin. It was written with the best of knowledge. ddSpiral was my first plugin and the Sketch API documentation is, well, as good as it gets: important bits and pieces are missing, the examples that exist online are mostly outdated and the forum has recently been abandoned. Fortunately, there are quite a few well-written example plugins around that you can learn from also. Don't hesitate to ask your questions.
If you like it you may consider [buying me a coffee](https://www.buymeacoffee.com/Mastermek).
[](https://www.buymeacoffee.com/Mastermek)
Thank you for using ddSpiral.
Mek
| Magically shapes almost any kind of 🌀 spiral in Sketch. | plugin,sketch,spiral,javascript,sketch-plugin,math | 2023-01-17T21:50:00Z | 2023-03-06T10:47:05Z | 2023-03-06T10:04:36Z | 2 | 1 | 222 | 0 | 0 | 4 | null | MIT | HTML |
Fernando0012/habits-nlw-setup | 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://fernando0012.github.io/habits-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 com ♥ by Rocketseat :wave: [Participe da nossa comunidade!](https://discord.gg/rocketseat)
| Habit Tracker by NLW's Rocketseat | css3,figma,git,github,html-css-javascript,html5,javascript,nlw,nlw-11,rocketseat | 2023-01-21T03:03:51Z | 2023-08-31T21:28:44Z | null | 1 | 0 | 7 | 0 | 0 | 4 | null | null | CSS |
fadwa2022/pharmacy | main | # pharmacy
Pharmacy est une application de gestion de pharmacie facilite la gestion des stocks en mettant en place les fonctions CRUD et la validation des champs en javascript.
Il est développé avec les technologies HTML, CSS, Tailwind, Bootstrap, PHP (POO), javascript et MySQL.
| Application full stack pour une dashboard de gestion de pharmacie, permettant la gestion des stocks avec une interface conviviale. | css3,git,html5,javascript,mysql,php,tailwindcss,uml | 2023-01-23T01:13:53Z | 2023-01-26T15:11:14Z | null | 1 | 0 | 2 | 0 | 0 | 4 | null | null | JavaScript |
Prathamesh111-netizen/Proxima | main |
## Proxima
* Proxima is a Collaborative Decentralized Video Meeting Website designed exclusively for developers to enhance their virtual collaboration and communication efforts.
* The platform provides real-time audio/video conferencing, file sharing, and a live code share feature, making it an ideal solution for developers who want to work together on projects.
* Proxima is built on a decentralized infrastructure powered by blockchain technology, providing users with a transparent and secure environment for collaboration.
* The decentralized architecture ensures that user data is protected from centralized server attacks, giving developers peace of mind during virtual meetings.



<p align="center">
<a href="#key-features">Key Features</a> •
<a href="#how-to-use">How To Use</a> •
<a href="#credits">Credits</a> •
</p>
## Key Features
* LivePreview - Make changes, See changes
- Instantly see your changes in code
* A code editor for programming discussions, a code compiler to run and test code,
* Whiteboard for collaboration.
* Syntax highlighting
* Meeting transcripts for records, and reports for documenting important decisions and action items
* Dark/Light mode
* Toolbar for basic Markdown formatting
* Cross platform
- Windows, macOS and Linux ready.
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/)(which comes with [npm](http://npmjs.com)) and [Docker](https://www.docker.com/) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/Prathamesh111-netizen/0xkid-FVM-Space-Warp
# Go into the repository
$ docker-compose up
# Update all environment variables beforehand
```
## Credits
This software uses the following open source packages:
- [Node.js](https://nodejs.org/)
- [Express.js](https://expressjs.com/)
- [React.js](https://reactjs.org/)
- [Huddle01](https://www.huddle01.com/)
- [Socket.io](https://socket.io/)
- [Arcana Auth](https://www.arcana.network/)
- [highlight.js](https://highlightjs.org/)
---
<h1 align="center">
<br>
<a href="[https://client0xkid-prathamesh111-netizen.cloud.okteto.net/](https://proxima-prathamesh111-netizen.cloud.okteto.net/)"><img src="/client/public/proxima-logo.png" alt="Markdownify" width="200"></a>
<br>
</h1>
<h4 align="center">Collaborative Meetings : Streamlining Communication and Productivity </h4>
<h1 align="center">
<br>
<a href="https://ethglobal.com/showcase/proxima-z0rpt"><img src="https://user-images.githubusercontent.com/79742694/218778485-dba57a39-e524-4196-9a3a-a3dbd1fbeae9.png" alt="Markdownify" width="200"></a>
<br>
</h1>
> GitHub [@PrathameshPawar](https://github.com/Prathamesh111-netizen) ·
> GitHub [@karanShah](https://github.com/Karan-Shah-2513) ·
> GitHub [@HarshPatil](https://github.com/HARSHHHULK) ·
| Collaborative Meeting: Streamlining Communication & productivity | javascript,nodejs,react,reactjs | 2023-01-23T15:35:57Z | 2023-09-30T08:38:35Z | null | 3 | 23 | 33 | 0 | 1 | 4 | null | null | JavaScript |
DYA13/cinema_js | main | null | Cinema | api,javascript | 2023-01-24T14:39:58Z | 2023-06-05T08:59:36Z | null | 1 | 0 | 11 | 0 | 0 | 4 | null | null | CSS |
harshit0075/Tata-1mg | main | # Tata-1mg
Tata 1mg is an e-commerce website backed by Tata Group. The site is focused on providing a market place mainly for medicines and other hygiene related products. The site also provides option to purchase Vitamins & Nutrition related items as well as Healthcare Devices such as thermometers and other medical equipment. It has recently included a new category of products under "Covid Essentials."
Link to the original site: "https://www.1mg.com/"
## Project_Objective:
My objective is to replicate the original site with all the functionalities and design elements. I aim to create the best clone of the website using the skills we have learnt through Masai School.
## Softwares:
I used the following softwares:
VS Code - To write HTML,CSS and JavaScript code.
GitHub Desktop - To maintain the Git repository.
Microsoft Edge,Google Chrome & Mozilla Firefox - To check the functionality and output of the code.
## Languages:
I wrote the code in the following languages:
HTML - I used HTML to give the basic structure to our webpages.
CSS - I used CSS to give style properties to our webpages.
JavaScript - I used JavaScript to give dynamic and functional abilities to our webpages.
CLI - I used CLI to commit changes to our repository.
Frontend deploy link-https://cheery-genie-ab8380.netlify.app/
| Empower your health journey with our Tata 1mg clone – a cutting-edge platform offering seamless prescription uploads, virtual consultations, and doorstep delivery. Experience the future of healthcare, where convenience meets comprehensive wellness solutions. | css,html,javascript | 2023-01-18T15:09:40Z | 2023-12-08T12:33:46Z | null | 2 | 0 | 11 | 0 | 0 | 4 | null | null | HTML |
sujayadkesar/terminal_portfolio | main | # Terminal Portfolio 🤖🐺
Welcome to my terminal-based portfolio! This site was created to showcase my projects and skills in a unique and creative way.
## Navigation
Use the arrow keys to navigate through the different sections of the site. Press enter to enter a section or view a project.
## Features
- Responsive Design 📱💻
- Multiple themes 🎨
- Autocomplete feature ✨ (TAB)
- Go previous and next command (ctrl+p/⬆️|⬇️)
- View command history 📖
**Develpment** - HTML, CSS & JavaScript <br></br>
**Deployment** - [Github pages](https://sujayadkesar.github.io/terminal_portfolio/)
## Multiple Theme
Currently, this website supports 2 themes. Type `theme` in the terminal for more info.
## Running Locally
Clone this project
```bash
git clone https://github.com/sujayadkesar/terminal_portfolio.git
```
Go to the project directory
```bash
cd terminal_portfolio
```
Open the index file
```bash
./index.html
```
## Inspiration and Credits
Here are some inspiration for this kind of terminal website.
- [satnaing](https://terminal.satnaing.dev/)
| portfolio in terminal style created by only html css and javascript with diffrent themes aswell as shortcuts and autocomplete commands features. | html5,terminal,terminal-portfolio,ubuntu-themes,css3,javascript,portfolio-website | 2023-01-20T07:33:22Z | 2023-01-27T15:41:05Z | 2023-01-27T15:41:05Z | 1 | 0 | 10 | 0 | 4 | 4 | null | null | JavaScript |
BrunoDorea/rocketseat-boraCodar | main | null | Desafios semanais proposto pela Rocketseat para o projeto Bora Codar. | boracodar,css,html,rocketseat,analytics,javascript | 2023-01-25T16:05:55Z | 2023-10-21T11:25:47Z | null | 1 | 0 | 67 | 0 | 2 | 4 | null | MIT | HTML |
Mehedi53423/News-Portal | main | # News Portal
| null | html5,javascript | 2023-01-20T21:06:21Z | 2023-01-20T21:08:19Z | null | 1 | 0 | 13 | 0 | 0 | 4 | null | null | HTML |
PedroHdSTeixeira/nlw-Setup | 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://pedrohsdteixeira.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 com ♥ by Rocketseat :wave: [Participe da nossa comunidade!](https://discord.gg/rocketseat)
| Habit Tracker by NLW's Rocketseat | css,figma,git,github,html,javascript | 2023-01-21T23:26:35Z | 2023-01-22T00:02:39Z | null | 1 | 0 | 4 | 0 | 0 | 4 | null | null | CSS |
msaouab/Piscine-JS | main | <h1 align="center">JS Piscine</h1>
<h4 align="center">🔥 Javascript crunch course from scratch</h4>
This is the Piscine project, a short-term Javascript curriculum created by 42 Cadet.
> ℹ️ The repo is a Piscine JS project created by 42 Cadet, available only in Korean version, translated by contributors from 1337 school.
>
> Please check out below the origin repo!
>
> https://github.com/42js/piscine
## 🗒 Progress
> 🏃 The progression of the subjects must be done with this order:
>JS -> FE -> Rush00 -> BE -> Rush01.
<br>
### JS - Javascript 101
* [JS00](JS/js00) : JSX, Props and State, Component Types, Component Lifecycle
* [JS01](JS/js01) : DOM manipulation
* [JS02](JS/js02) : Synchronous & Asynchronous
<br>
### FE - React
* [FE00](FE/fe00) : JSX, Props and State, Component Types, Component Lifecycle
* [FE01](FE/fe01) : Form control, React Styling
* [FE02](FE/fe02) : Using APIs
* [FE03](FE/fe03) : FE Comprehensive
<br>
### BE - Express
* [BE00](BE/be00) : Node.js, Validator, Templates
* [BE01](BE/be01) : Database, ORM, CURD
* [BE02](BE/be02) : Certification, Passport
* [BE03](BE/be03) : BE Comprehensive
<br>
### Rush
* [Rush00](Rush00) (Projects carried out by 2 people, 1-2 people per team)
* [Rush01](Rush01) (Projects carried out by 3 or 4 people at random regardless of team)
> 😥 As Rush's goal is to "collaborate within a short period of time", please understand that it will be released for a limited time.
<br>
## 🧑💻 Contributors
- [Youssef Gbouri](https://github.com/ygbouri)
- [Mohamed saouab](https://github.com/msaouab)
- [Ilyass Qessam](https://github.com/iqessam)
- [Issam EL FERKH](https://github.com/issamelferkh)
| The best choice to be a Javascript Developer | 42school,javascript,js,json,reactjs | 2023-01-22T13:03:30Z | 2023-05-11T09:41:04Z | null | 1 | 0 | 31 | 0 | 0 | 4 | null | null | HTML |
ibrataha8/traduction-tifinagh | main | # Traduction - Tifinagh
Application translate text from [alphabet] into [Tifinagh](https://fr.wikipedia.org/wiki/Tifinagh) letters.
## Technologies used:
HTML, CSS, [fontawesome}(https://fontawesome.com) and JS
### to do :
- [ ] add this font: https://fonts.google.com/noto/specimen/Noto+Sans+Tifinagh
- [ ] we need to add copy to cliboard button
- [ ] add multi language
- [ ] make it responsive
| Application translate text from alphabets into Tifinagh letters. | css,html,javascript,traduction,translation | 2023-01-20T23:44:24Z | 2023-01-21T00:07:15Z | null | 1 | 0 | 3 | 0 | 1 | 4 | null | null | JavaScript |
centauricoder01/social-media-frontend | master | # Diverse - Lets get deversify.
Diverse is a social media chatting app where the user can interect with different peaple, can post images, comments, like and message each other. User can add , edit and delete posts, comments and their details. Users can also follow and unfollow each other.

## Tech Stack
**Client:**
- **React**
- **Redux Thunk**
- **Axios**
- **CSS**
- **Ant-Designs**
**Server:**
- **Node Js**
- **Mongo DB**
- **Express Js**
- **Bcrypt**
- **JWT**
## Deployment
Client - Netlify
Server - Cyclic
## 🔗 Links
Client - https://diversely.netlify.app
Server - https://busy-jade-sawfish-cape.cyclic.app
## Features
- Post , delete , edit images
- like , comment on the posts
- update profile and cover picture
- delete account and change password
- Follow and unfollow users
- Proper Responsiveness
- Login / signup authentication
- form validation
## Screenshots
1. Home page

2. Profile page

3. login page

## Blog / Presentation
Presentation -
Blog -
## Contributors
- [@Piyush Agrawal](https://github.com/piyush-agrawal6)
- [@Rajendra patel](https://github.com/centauricoder01)
| Diverse is a social media chatting app where the user can interect with different peaple, can post images, comments, like and message each other. User can add , edit and delete posts, comments and their details. Users can also follow and unfollow each other. | chat,react,reactjs,redux,ant-design,chat-application,full,full-stack-application,javascript | 2023-01-24T15:35:35Z | 2023-01-24T15:36:56Z | null | 1 | 0 | 1 | 0 | 0 | 4 | null | null | JavaScript |
rodrigsmor/mynotes-ui | main | <div align="center">
<img src="https://i.ibb.co/tLBCYVg/Vector-1.png" alt="MyNotes logo icon" height="120px" width="120px" />
<h1>MyNotes - The note management web application</h1>
</div>
### 📜 Description
MyNotes is an annotation management web application that aims to make life easier for its users by allowing them to organize, customize and manage their annotations. In MyNotes you can create multiple notes by defining a name, description, adding images, text and links, as well as categorizing and dividing them into different groups (or collections).
### 🛠️ Technologies
<div align="center">
<img alt="Yarn" src="https://img.shields.io/badge/yarn-%232C8EBB.svg?style=for-the-badge&logo=yarn&logoColor=white" />
<img alt="NPM" src="https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white" />
<img alt="Vite" src="https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white" />
<img alt="react" src="https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB"/>
<img alt="Figma" src="https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white" />
<img alt="Redux" src="https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white" />
<img alt="Javascript" src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E" />
<img alt="react-router-dom" src="https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white" />
<img alt="typescript" src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white"/>
<img alt="styled-components" src="https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white"/>
</div>
### 📺 How to visualize and install
If you do not want to install the application on your local device, just go to the following link: [🔗 click here](https://rm-mynotes.netlify.app/).
Otherwise, make sure Git is installed, as well as npm and Yarn. If these tools are not already installed on your device, [🔗 click here](#tooling-installation) to find some support links and/or tutorials that will help you install them.
~~~
# this command will create a repository clone on your local device
git clone https://github.com/rodrigsmor/mynotes-ui.git
# this command will go to the cloned repository
cd mynotes-ui
# this command will install all application dependencies
yarn install
# this command will run the app on your local device
# the --host flag it's optional, you only need to use it when you want to access the server on other devices connected to your network
yarn run dev --host
~~~
By running these commands, the application can be used by you. To see MyNotes running, just open in your favorite browser the following server ˋhttp://localhost:3000ˋ. Now you just have to enjoy and explore the application.
<i>detail: if you used the <code>--host</code> flag, the link might be different, on your command line there will be the correct link, just copy and paste it into the browser.</i>
### 📺 Demonstrations
<div align="center">
<h4>Login page</h4>
<img src="https://i.ibb.co/N9Yrtyt/mynotes-login.png" alt="MyNotes login page" width="100%" height="auto"/>
<div>📓 • 📓 • 📓</div>
<h4>Overview page</h4>
<img src="https://i.ibb.co/C8sC1Xh/overview-preview.png" alt="MyNotes overview page" width="100%" height="auto"/>
<div>📓 • 📓 • 📓</div>
<h4>All notes page</h4>
<img src="https://i.ibb.co/zRbNk3c/mynotes-home.png" alt="MyNotes all notes page" width="100%" height="auto"/>
</div>
### 🌎 Support links and tutorials
- 🔗 Install git: [https://git-scm.com/book/en/v2/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git);
- 🔗 Install npm: [https://docs.npmjs.com/downloading-and-installing-node-js-and-npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm);
- 🔗 Install yarn [https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable);
### 👨🏽💻 Author <a name="AUTHOR"></a>
*****
<img style="border-radius: 50%" src="https://avatars.githubusercontent.com/u/78985382?s=460&u=421fd89ba15c63b87559a53804a6b850f5890575&v=4" width="100" alt="Rodrigo Moreira profile picture">
<h5>Rodrigo Moreira 🌠</h5>
<p>🌐 Developed by <b> <i>Rodrigo Moreira da Silva</b> </i> 👨🏽💼❤️
[](https://twitter.com/psrodrigs)
[](https://www.linkedin.com/in/psrodrigomoreira/)
****
<p align="center">
<b> <i> Copyright (c) 2023 Rodrigo Moreira da Silva </i> </b>
</p>
<p align="center"> <a href=""> <img src="https://img.shields.io/badge/LICENSE-MIT-%237159c1?style=for-the-badge&color=061430&labelColor=395ea8"> </a> </p>
| MyNotes is a note management web application in which you can customize and organize your notes. The idea of the app is to make it easy to create and organize notes, in order to provide a simple and usual experience that fits perfectly into your daily life. The app was developed in React.js with Typescript and styled using styled-components. | notes,notes-app,react,styled-components,typescript,formik,javascript,yup,redux,reactjs | 2023-01-21T23:13:21Z | 2023-10-07T02:15:42Z | null | 1 | 16 | 100 | 0 | 1 | 4 | null | null | TypeScript |
UsamaMasood12/To-do-list | master | <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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 To-do-list <a name="about-project"></a>
**To-do-list** is a project in which, I will build a simple HTML list of To Do tasks which will be built using webpack and served by a webpack dev server.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>HTML</summary>
<ul>
<li><a href="https://reactjs.org/">React.js</a></li>
</ul>
</details>
<details>
<summary>CSS</summary>
<ul>
<li><a href="https://expressjs.com/">Express.js</a></li>
</ul>
</details>
<details>
<summary>Javascript</summary>
<ul>
<li><a href="https://www.postgresql.org/">PostgreSQL</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **You can view your daily tasks.**
- **You can add your daily task.**
- **You can mark your tasks as completed.**
<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](https://usamamasood12.github.io/To-do-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:
Visual Studio Code Editor.
Git Bash.
### Setup
Clone this repository to your desired folder:
git clone git@github.com:UsamaMasood12/To-do-list.git
### Install
Install NPM packages with:
```sh
npm install
```
### Usage
To run the project, execute the following commands:
```sh
1. npm run build
2. npm start
```
### Run tests
- Open it by live server in the VScode.
- Check for the linters
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Usama Masood**
- Email [@Usama Masood](https://umasood.bee17seecs@seecs.edu.pk)
- GitHub [@obed300](https://github.com/UsamaMasood12)
- Twitter: [@bamfo_obed](https://twitter.com/Usama____Masood)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Clender**
- [ ] **Time**
<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 do start 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 [Microverse](https://www.microverse.org/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| To-do-list is a project in which, I will build a simple HTML list of To Do tasks which will be built using webpack and served by a webpack dev server. | css,html,javascript,webpack | 2023-01-18T08:52:54Z | 2023-01-19T11:19:29Z | null | 1 | 3 | 18 | 1 | 0 | 4 | null | null | JavaScript |
ViktorSvertoka/goit-hw-js | main | # js-instructor-examples
| Practice with a mentor 👀 | css,html,javascript,learning,practice,ukraine | 2023-01-24T18:17:02Z | 2023-04-08T09:06:32Z | null | 2 | 63 | 130 | 0 | 0 | 4 | null | null | JavaScript |
chetandabli/upwear | main | # Upwear (clothing website)
Hello everyone, this is a Readme for my construct week project that has been completed successfully within the duration of 5 days. It was a solo project. I've made the website with reference from myntra.com . I've created Home page , Signup page , Login page, profile and upwear products page.
### Live Links
- [Frontend](https://extraordinary-pavlova-536bcb.netlify.app/)
- [Backend](https://gold-lively-peacock.cyclic.app/products)
- [Blog](https://medium.com/@chetandabli/upwear-solo-project-5f7955b216b2)
<img src="https://extraordinary-pavlova-536bcb.netlify.app/img/logo.png">
## Features
- **Authentication:** The project includes JWT-based authentication to secure user data.
- **Authorization:** The project includes role-based authorization to restrict access to certain routes or functionality.
- **Cross-platform compatibility:** The project is designed to be compatible across multiple platforms and devices.
- **Hashing:** User passwords are securely hashed to protect against unauthorized access.
- **dotenv:** The project uses `dotenv` to manage environment variables and sensitive configuration data.
- **Relationship:** The project includes database schema relationships between collections to support complex data structures.
- **Aggregation:** The project uses MongoDB's aggregation framework to perform advanced queries and data manipulations.
## Tech Stack
- HTML/CSS/JavaScript
- Node.js
- Express.js
- MongoDB
## API Endpoints
| HTTP Method | Endpoint | Description |
| --- | --- | --- |
| POST | `/user/register` | Register a new user |
| POST | `/user/login` | Login as an user |
| POST | `/admin/register` | Register a new admin |
| POST | `/admin/login` | Login as an admin |
| GET | `/products` | Retrieve all products |
| GET | `/products/:id` | Retrieve a specific product by its ID |
| POST | `/products` | Add a new product |
| PUT | `/products/:id` | Update a specific product by its ID |
| DELETE | `/products/:id` | Delete a specific product by its ID |
| GET | `/cart` | Retrieve all products in the cart for a specific user |
| GET | `/cart/verify` | Verify if the cart route is working |
| POST | `/cart` | Add a product to the cart |
| DELETE | `/cart/:id` | Remove a product from the cart by its ID |
| DELETE | `/cart` | Remove all products from the cart after placing an order |
| GET | `/order` | Retrieve the order history for a specific user |
| POST | `/order` | Place an order |
| DELETE | `/order/:id` | Delete a specific order by its ID |
| PATCH | `/order/:id` | Update the rating for a specific order by its ID |
## Database Schema
### User
| Field Name | Data Type | Required |
| ---------- | ---------| -------- |
| _id | ObjectId | Yes |
| name | String | Yes |
| email | String | Yes |
| password | String | Yes |
### Cart
| Field Name | Data Type | Required |
| ---------- | ---------| -------- |
| _id | ObjectId | Yes |
| userID | ObjectId | Yes |
| productid | ObjectId | Yes |
### Order History
| Field Name | Data Type | Required |
| ---------- | ---------| -------- |
| _id | ObjectId | Yes |
| userID | ObjectId | Yes |
| productid | ObjectId | Yes |
| createdAt | Date | Yes |
| rate | Number | No |
| is_delivered| Boolean | No |
### Product
| Field Name | Data Type | Required |
| ----------------- | ---------| -------- |
| _id | ObjectId | Yes |
| category | String | Yes |
| title | String | Yes |
| subtitle | String | No |
| discounted_price | Number | Yes |
| strike_price | Number | Yes |
| discount | String | No |
| images | String | Yes |
| size | Array | Yes |
| rating | Number | No |
| rating_count | String | No |
# Glimpse and Screenshots of this project website:
## A. Homepage
this is the home page of this website. navbar and footer are available across the website.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*TMe7ZkiwftIDjoZ1wlNHzw.png">
## B. Navbar
This is the Navbar of this website. the Navbar will show the respective Page.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*CBRpK9aMIuHmI3ge46jA5Q.png">
## C. Footer
Here we have a footer of our website where users can go on different pages and social media.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*XILGbMi5duEOOFH1vcd3yw.png">
## D. Login and Signup
If the user is registered with the website, only then he/she can log in with their respective email id & password. After successful login, the user can add the product to the cart and see the profile page where user details and order history are present.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*-lvqayzAxIVPcLxheUE_bg.png">
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*Us9IPtgozDRjUEDneY8WhA.png">
## E. Product Page
This is the Product page of our website, Users must be logged in on our website so he/she can able to add the product to the cart.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*LHyR_Q9fsigW-Gw_vHDzHg.png">
## F. Cart
You can see the order summary and the product that is added to the cart and you can place an order from here.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*KjAchvbBCYzkBKG60cS05A.png">
## G. Profile
- user can see their account details and order history on this page and also user can log out from here.
- user can cancel pending orders or rate the product if order is delivered.
<img src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*LQeIkq5GXeroLdFyqBHi5w.png">
So thanks for reading this. this is all about this project.
| An online store for clothing and accessories. where user can order products, cancel orders, rate products, access order history and many more things. | css,expressjs,html5,javascript,mongodb,nodejs | 2023-01-17T08:28:26Z | 2023-07-27T06:13:50Z | null | 2 | 14 | 58 | 0 | 1 | 4 | null | null | JavaScript |
burakbehlull/leogram-live-chat-with-nodejs | main | # leogram-live-chat-with-nodejs | Instant chat application and multi-user support with nodejs | chatapp,ejs,express,mongodb,nodejs,scss,socketio,javascript,mvc,validation | 2023-01-19T15:45:01Z | 2023-05-18T00:46:00Z | null | 1 | 0 | 23 | 0 | 0 | 4 | null | MIT | SCSS |
Jackson-SM/DashLearn | master | ### Sobre o que é o projeto?
> O Projeto que visa desenvolver um dashboard para gerenciamento de tarefas e anotações. Com ele, é possível criar tarefas, definir prazos e responsáveis, bem como acompanhar o andamento e progresso de cada uma delas. Além disso, o Dashlearn também oferece a possibilidade de criar anotações para manter todas as informações relevantes em um só lugar. Acreditamos que o nosso projeto pode ser uma grande ajuda para aumentar a produtividade e melhorar a gestão de tarefas e projetos.
### Como iniciar o projeto:
- Clonar o projeto:
```bash
git clone git@github.com:Jackson-SM/DashLearn.git
```
- Instalar Dependências:
```bash
cd DashLearn
yarn
```
- Iniciar Projeto em Localhost:
```bash
yarn dev
```
- Configurações de dependências
- Stitches - stitches.config.ts
- Jest - jest.config.ts
- Eslint - .eslintrc.json
- Prettier - .prettierrc
### Estrutura de Pastas
- Components: Responsável por portar os componentes utilizados globalmente na Aplicação.
- index.tsx / Arquivo principal
- styles.ts / Arquivo de estilo
- /Components / Componentes Locais
- Assets: Guardar arquivos estáticos como imagens, fontes etc...
- Config: Pasta de configuração de arquivos. Pode ser um arquivo utilizado globalmente como um tema, ou configuração de alguma biblioteca.
- Contexts: Pasta para manter as Context Api's na nossa aplicação.
- Hooks: Guardar os Hooks que serão utilizados na nossa aplicação.
- Pages: Páginas já montados com todos os componentes.
- Routes: Arquivos relacionados a rotas.
- Styles: Estilos globais da aplicação, como temas, globalCss e etc...
- Test: Arquivos de testes ou configuração de testes além de funções relacionados ao mesmo.
| DashLearn é uma aplicação frontend dashboard com o intuito de facilitar a visualização de dados e acompanhamento de crescimento de algo utilizando gráficos com uma interface de usuário bem planejada e agradável. | dashboard,javascript,nodejs,reactjs,typescript | 2023-01-23T02:34:42Z | 2023-08-18T02:33:44Z | null | 1 | 0 | 43 | 0 | 0 | 4 | null | null | TypeScript |
Mdabdullah3/coffee-website | main | null | null | coffee-website,css3,html5,javascript | 2023-01-21T05:03:42Z | 2023-01-21T05:04:07Z | null | 1 | 0 | 1 | 0 | 0 | 4 | null | null | HTML |
tanveerisonline/bookstore-app | dev | <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 -->
# 📖 [Bookstore-App] <a name="about-project"></a>
> Book store app is a react based app where we can add and remove books.
## 🛠 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>
<li><a href="https://redux.js.org/">React Redux</a></li>
<li><a href="https://reactrouter.com/">React Router</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.
> In this project you can Add books and delete books.
> This project is using React Router.
> 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.
> This project is using Github Actions to check linters errors.
> This project is using react-redux to manage state.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a href="https://bookstore-902w.onrender.com">Live Link</a>
<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/bookstore-app.git
### 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 user data.
- [ ] I will add more functionality to this project like book search, author search 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](./LICENSE.md) 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. In this project you can Add books and delete books. This project is using React Router. This project is using best practices with React and JavaScript. This project follows the Gitflow convention. | gitflow,javascript,react,react-router | 2023-01-18T19:34:21Z | 2023-01-27T17:03:26Z | null | 1 | 11 | 39 | 0 | 0 | 4 | null | MIT | JavaScript |
periclesmartins/projeto-verificador-de-idade | main | null | Colocando sua data de nascimento, o site te informa sua idade, além de ilustrar com imagens de pessoas com idade próxima a sua. | css,cursoemvideo,html,javascript,verificador-de-idades | 2023-01-22T03:59:00Z | 2023-01-24T00:43:38Z | null | 1 | 0 | 6 | 0 | 0 | 4 | null | MIT | JavaScript |
bikramboss8055/zoomcar_clone | main | # Quick-car.com
## Objective:
Quick-car is India’s largest self-drive car rental marketplace, which offers a wide selection of over 20,000 cars in more than 45 cities in India. Zoomcar gives you great car rental solutions and flexibility to rent a car for 8 hours, a few days, a week, month or even longer!
## Description:
Rent a car for airport pickups, grocery shopping, mall visits, upcoming weddings, long-weekend getaways, hill station trips, road trips or vacation travel - you can always find a wide variety of cars on Zoom car app from local hosts - near your location - to fit your needs. We’re here to help you unlock memorable driving experiences in your travel with your friends and family.
## Some snapshots of the UI
# Landing Page

# Login Page

# Car Page

# Checkout Page

## Tech Stacks:
1) Front-end:
* React (HTML5, JS, CSS3)
* React
* Redux (React-redux, redux-thunk)
* Chakra Ui
* External CSS Libraries (Styled-Components, framer-motion,Slicka,)
2) Back-end:
* Node
* Express
* Mongoose (server-databse)
* www.cyclic.sh (To Deploy Server)
3) DataBase:
* MongoDB (MongoDB Atlas)
## Dependencies:
### Front-end
1) react
2) react-dom
3) react-scripts
4) styled-components
5) react-router-dom
6) react-icons
7) chakra ui realated libararies including chakra icons
8) react-slick
9) axios
10) redux, redux thunk, react-redux
### Backend
1) express
2) cors
3) dotenv
4) mongoose
5) nodemon
## Setting Up Project in local
### Frontend
#### 1) Setting up node environment
1) navigate to Front-end directory
2) use node version 16 or higher. version 18 is recommended
3) run command npm install
#### 2) Starting frontend on localhost
(make sure you are confirming url of server)
npm start /*or*/ npm run start
#### 3) Making Production ready folder
npm run build
### Server
#### 1) Setting up node environment
1) navigate to Back-end directory
2) use node version 16 or higher. version 18 is recommended
3) run command npm install
#### 1) Starting Server in deployment
npm start
#### 1) Starting Server with nodemon on locahost
npm run server
### Database: MongoDB
#### 1) Atlas
in .env file provide MONGODB_URL with proper credentials
#### 2) Local database
if MONGODB_URL not declared in .env, by default it will connect to local data base
in case not working try changing MONGODB_URL in Back-end/config/db.js
## Members:
* [Bikram Dutta -Team Lead](https://github.com/bikramboss8055)
* [Arpit Kumar Sahu](https://github.com/arpitkumarsahu)
* [Shivang Kumar](https://github.com/kshivang80)
* [Abhra Mondal](https://github.com/Abhra11)
* [Shubham Devidas Muddamwar](https://github.com/Shubham18598)
| This is a Full-Stack Clone of car sharing platform Zoomcar, which has the functionality of booking a car in a city of your choice. | chakra-ui,css,expressjs,html,javascript,mongodb,nodejs,react,redux | 2023-01-17T07:16:00Z | 2023-04-27T07:50:37Z | null | 5 | 31 | 98 | 2 | 3 | 4 | null | null | JavaScript |
vidio-boy/Bookmarklets1.4 | main | <html>
<head><h1>Bookmarklets</h1></head>
<p>JavaScript snippits 1.4 (js update).</p>
<b>How to add Bookmarklets:</b>
<h1>Chrome:</h1>
<p>1. Copy the bookmarklet code.</p>
<p>2. Open a new tab.</p>
<p>3. Right click your bookmarks bar.</p>
<p>4. Click "add page".</p>
<p>5. Where it says URL, delete the text in that box and paste the code.</p>
<p>6. Rename it to whatever you want.</p>
<p>7. Click "Save".</p>
<h1>Windows:</h1>
<p>Use Chrome browser on Windows, then follow the Chrome instructions.</p>
<h1>How to Use</h1>
<p>Just click on the Bookmarklet on your bookmarks bar in a webpage and it should work</p>
<h1>About</h1>
<p>Bookmarklets are short pieces of Javascript that can do anything you program them to do. They're easy to code, Bookmark, and use. Some can make your webpage 3d, others can let you edit Google. Overall, they just make your computer more fun, and give you something to do. I hope they work and are entertaining,
<b>@vidio-boy</b></p>
<p><footer><small> <b>Disclaimer:</b> I did not code all of the Bookmarklets; I got some of them off of random sites.</small><footer></p>
</html>
| JavaScript snippets 1.4 (js update) | javascript,exploit,school,bookmarklets,browser,chrome,unblocked | 2023-01-25T22:14:22Z | 2023-05-04T18:19:05Z | null | 1 | 0 | 74 | 1 | 0 | 4 | null | MIT | JavaScript |
Codevendor/inferjs | main | [inferjs]: https://github.com/Codevendor/inferjs
[inferjs-library]: https://github.com/Codevendor/inferjs-library
[inferjs-compiler]: https://github.com/Codevendor/inferjs-compiler
[inferjs-doc-builder]: https://github.com/Codevendor/inferjs-doc-builder
[infer-object]: https://github.com/Codevendor/inferjs-library
[logo]: https://github.com/Codevendor/inferjs/blob/main/assets/images/inferjs-logo.png?raw=true
[header]: https://github.com/Codevendor/inferjs/blob/main/assets/images/git_header.png?raw=true
[arrow]: https://github.com/Codevendor/inferjs/blob/main/assets/images/arrowright.png?raw=true
[check1]: https://github.com/Codevendor/inferjs/blob/main/assets/images/check1.gif?raw=true
[library-docs]: https://github.com/Codevendor/inferjs-library/
[library-issues]: https://github.com/Codevendor/inferjs-library/issues
[compiler-docs]: https://github.com/Codevendor/inferjs-compiler/
[compiler-issues]: https://github.com/Codevendor/inferjs-compiler/issues
[doc-builder-docs]: https://github.com/Codevendor/inferjs-doc-builder/
[doc-builder-issues]: https://github.com/Codevendor/inferjs-doc-builder/issues
[unhandled-error]: https://github.com/Codevendor/inferjs-library/blob/main/src/errors/infer-unhandled-error.js
[type-error]: https://github.com/Codevendor/inferjs-library/blob/main/src/errors/infer-type-error.js
[expect-error]: https://github.com/Codevendor/inferjs-library/blob/main/src/errors/infer-expect-error.js
[demo]:https://inferjs.com/demo.html
<!-- MARKDOWN LINKS & IMAGES -->
[contributors-shield]: https://img.shields.io/github/contributors/Codevendor/inferjs.svg?style=for-the-badge
[contributors-url]: https://github.com/Codevendor/inferjs/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Codevendor/inferjs.svg?style=for-the-badge
[forks-url]: https://github.com/Codevendor/inferjs/network/members
[stars-shield]: https://img.shields.io/github/stars/Codevendor/inferjs.svg?style=for-the-badge
[stars-url]: https://github.com/Codevendor/inferjs/stargazers
[issues-shield]: https://img.shields.io/github/issues/Codevendor/inferjs.svg?style=for-the-badge
[issues-url]: https://github.com/Codevendor/inferjs/issues
[license-shield]: https://img.shields.io/github/license/Codevendor/inferjs.svg?style=for-the-badge
[license-url]: https://github.com/Codevendor/inferjs/blob/master/LICENSE.txt
[product-screenshot]: images/screenshot.png
[star0]: https://codevendor.com/scripts/stars.html?repo=inferjs&id=0
[star1]: https://codevendor.com/scripts/stars.html?repo=inferjs&id=1
[star2]: https://codevendor.com/scripts/stars.html?repo=inferjs&id=2
[star3]: https://codevendor.com/scripts/stars.html?repo=inferjs&id=3
[star-more]: https://codevendor.com/scripts/stars.html?repo=inferjs&id=-1
[starlink0]: https://codevendor.com/scripts/starlink.html?repo=inferjs&id=0
[starlink1]: https://codevendor.com/scripts/starlink.html?repo=inferjs&id=1
[starlink2]: https://codevendor.com/scripts/starlink.html?repo=inferjs&id=2
[starlink3]: https://codevendor.com/scripts/starlink.html?repo=inferjs&id=3
[starlink-more]: https://codevendor.com/scripts/starlink.html?repo=inferjs&id=-1
![InferJS Library][header]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
## ![Heading][arrow] InferJS: Overview
A package of InferJS tools, designed for runtime checking of JavaScript types and narrowing through expectations.
- [Live Example][demo]
## ![Heading][arrow] InferJS: npm Package Contents
- [InferJS-Library][inferjs-library] - The main library for checking types.
- [InferJS-Compiler][inferjs-compiler] - The compiler for building [**InferObjects**][infer-object] for checking types.
- [InferJs-Doc-Builder][inferjs-doc-builder] - A custom **JSDoc** builder that includes [**InferJS**][inferjs] type definitions. (_Coming Soon..._)
## ![Heading][arrow] InferJS: Installation
Here are the different options for installing the latest [**InferJS**][inferjs] package with `npm`.
### Install [Locally]()
```sh
npm install inferjs --save
```
### Install [Globally]()
```sh
npm install -g inferjs
```
**_Optional_**: If you would like to download the package source code with `git`:
```sh
git clone https://github.com/Codevendor/inferjs.git
git clone https://github.com/Codevendor/inferjs-library.git
git clone https://github.com/Codevendor/inferjs-compiler.git
git clone https://github.com/Codevendor/inferjs-doc-builder.git
```
![InferJS Example][check1]
<!-- ABOUT THE PROJECT -->
## ![Heading][arrow] InferJS-Library: Package Overview
[**InferJS-Library**][inferjs-library] allows you to easily add runtime type checking by utilizing **JSDoc** multi-line comments in both client and server side **JavaScript**. The library is part of the package named [**InferJS**][inferjs].
[**InferJS**][inferjs] is provided with an [**InferJS-Compiler**][inferjs-compiler]. The compiler interprets your **JSDoc** comments from your source code and compiles them into an [**InferObject**][infer-object] file, that you can import into any **JavaScript** file.
With this library, you can also enable extended type checking and narrow down your data types with `@infer` expectation rules.
To view the repo and doumentation for the [**InferJS-Library**][inferjs-library].
## ![Heading][arrow] InferJS-Compiler: Package Overview
A compiler that processes **JSDoc** comments into an [**InferObject**][infer-object] file, for utilizing with the [**InferJS-Library**][inferjs-library]. The [**InferJS-Compiler**][inferjs-compiler] is part of a bigger project called [**InferJS**][inferjs]. The compiler can be used for other third party projects, that may need to interpret **JSDoc** comments into **JSON** type files.
To view the repo and doumentation for the [**InferJS-Compiler**][inferjs-compiler].
## ![Heading][arrow] InferJS-Doc-Builder: Package Overview
A custom **JSDoc** builder that includes [**InferJS**][inferjs] type definitions. (_Coming Soon..._)
<!-- ROADMAP -->
## ![Heading][arrow] InferJS: Roadmap
- [[ Summer 2023 ]()] - Develop a custom JSDoc builder that incorporates **InferJS** definitions.
- [[ April 2023 ]()] - Create a plan for text localization with the **InferJS** repo.
- [[ March 2023 ]()] - First Release Date - Possible
- [[ Feb 2023 ]()] - Make Distributon Plan and Library Versioning for browser with Webpack and Terser for JS minification.
- [[ Jan 25, 2023 ]()] - Under Development and Testing
<!-- CHANGELOG -->
## ![Heading][arrow] InferJS: Change Log
This will be moved to versioning record per each repo...
- [[ Feb 26, 2023]()] - Combine all InferJS tools into one `npm` package.
- [[ Feb 12, 2023 ]()] - Built a logger class for managing console logging of CLI **InferJS-Compiler**. Built a starting help menu system.
- [[ Feb 11, 2023 ]()] - Working on assertion test scripts for both **InferJS-Library** and **InferJS-Compiler**. Opted for using Nodejs **test runner**.
- [[ Feb 10, 2023 ]()] - Adding output module type for **InferJS-Compiler**. Param **-output-file-options-module** accepts ( [_esmodule_]() | [_commonjs_]() | [_script_]() ). Defaults to [esmodule]().
- [[ Feb 9, 2023 ]()] - Creating _package.json_ files per project **InferJS-Library** and **InferJS-Compiler**. Also adding a global _package.json_ for whole **InferJS** repo, depending on the needs of the developer. Adding clean, build and test scripts to _packpage.json_.
- [[ Feb 8, 2023 ]()] - Building **v0.0.2** of **InferJS-Library**. Library was not returning exception properly. Modified **check()** method to throw by default and return if param(_returnException_) is set to true.
- [[ Feb 7, 2023 ]()] - Building [live example](https://inferjs.com/demo.html) on **InferJS.com** website.
- [[ Jan 31, 2023 ]()] - Built **package.json** with build commands for **webpack** configs, to automate the building and versioning of the library. Updated _readme.md_ with processes.
- [[ Jan 30, 2023 ]()] - Restructing **InferJSCompiler** for version package releases. Dist folder will conatin two sub folders, **latest** and **versions**.
- [[ Jan 29, 2023 ]()] - Changing the main **InferJS** repo structure to isolate projects and versioning. Redefined error type InferRuleError to InferExpectError.
- [[ Jan 27, 2023 ]()] - Added in **InferJS-Compiler** actions parse-list, parse-file-list. Removed bugs found in **InferJS-Compiler** and setup testing per action in **.vscode** launch and task files.
- [[ Jan 26, 2023 ]()] - Added in extended type checking to infer types. Updated **InferJS-Compiler** with terminal command argument processing.
## ![Heading][arrow] InferJS: Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Inside each `package` has information about contributing.
<!-- LICENSE -->
## <img height="28" width="29" src="https://github.com/Codevendor/inferjs/blob/main/assets/images/arrowright.png?raw=true" style="float:left;" /> License
Distributed under the **MIT** License. See `LICENSE.txt` for more information.
## ![Heading][arrow] InferJS: Support Related
- [**InferJS-Library** Documentation][library-docs] - Information documentation for the **InferJS-Library**.
- [**InferJS-Library** Issues][library-issues] - Direct all questions about the **InferJS-Library**
- [**InferJS-Compiler** Documentation][compiler-docs] - Information documentation for the **InferJS-Compiler**.
- [**InferJS-Compiler** Issues][compiler-issues] - Direct all questions about the **InferJS-Compiler**.
- [**InferJS-Doc-Builder** Documentation][doc-builder-docs] - Information documentation for the **InferJS-Doc-Builder**.
- [**InferJS-Doc-Builder** Issues][doc-builder-issues] - Direct all questions about the **InferJS-Doc-Builder**.
<!-- ACKNOWLEDGMENTS -->
## ![Heading][arrow] InferJS: Acknowledgments
* [Codevendor](https://codevendor.com) - Thanks to developer: **Adam Smith** for creating `InferJS`.
* [JSDoc](https://jsdoc.app/) - Thanks to **Michael Mathews** and **Gabriel Reid** for creating `JSDoc`.
* [Bunting Labs](https://buntinglabs.com) - Thanks to **Brendan Ashworth**, for transferring Ownership of npm Package name `inferjs`.
| A package of InferJS tools, designed for runtime checking of JavaScript types and narrowing through expectations. | javascript,node,nodejs,infer,js,types,compiler,es6,jsdoc,library | 2023-01-21T04:59:44Z | 2023-03-19T00:09:11Z | 2023-03-19T00:09:11Z | 1 | 8 | 113 | 0 | 0 | 4 | null | MIT | JavaScript |
annaluizacamargo/ComicStore | main | 
## 🚀✨ Proposta do Desafio
Bem-vindo(a) ao "ComicStore", um site onde é possível comprar as revistas de história em quadrinhos da Marvel, estando disponível para acesso no link: <https://comic-store-five.vercel.app/>.

## 🎯✨ Objetivos
Este foi meu primeiro projeto utilizando React, após menos de uma semana de estudos para a sua implementação. Além disso, busquei desenvolver um site utilizando conceitos de LocalStorage e integração com a API da [Marvel](https://developer.marvel.com/).
É válido ressaltar que todo planejamento, elaboração, estudos e desenvolvimento foi realizado ao longo de nove dias, possuindo funcionalidades ainda em andamento (cadastro, perfil do usuário e compras).
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/qXdCWxg4vvZbXeTDEwGgNh/ComicStore?node-id=1%3A165&t=ByoANFmSj3zZQM6G-1).<br><br>
## 🧠✨ Dificuldades e o que aprendi
Tive a oportunidade de consolidar alguns conceitos de =
- JavaScript (arrow function, return, map, filter, some e findIndex).
- CSS (referenciar classes e tags de pai para filho para não interferir em outros componentes).
- API (explorar documentação, utilização de token (chaves pública e privada) e criptografia com md5).
- LocalStorage (onde minha maior dificuldade foi a junção do componente (useState e useEffect) com o LocalStorage). <br><br>
Quanto ao React aprendi e implementei conceitos de =
- Criação de componentes;
- Utilização dos Hook’s com a elaboração de uma página reativa (wishlist) ao estado (state) da aplicação;
- Utilização do import e export para variáveis e funções;
- Estruturação de pastas e arquivos do projeto com a utilização do index.js;
- Substituição do eventListener do JS;
- Referenciar função, definindo a função no componente pai para ser executada no componente filho (Comic.js e WishList.js).
Por fim, pude descobrir um pedacinho do universo incrível das bibliotecas do Node, com a utilização do Axios (de forma superficial utilizei para fazer a requisição da API), MD5 (utilizei para criptografar informações do token da API), Carrousel (utilização de um componente pronto ao invés de criar um do zero) e React-router (de forma superficial para navegação entre as páginas).<br><br>
## 🔧✨ Tecnologias utilizadas
<div style="display: inline_block">
<img align="center" alt="Anna-React" height="30" width="40" src="https://camo.githubusercontent.com/48d099290b4cb2d7937bcd96e8497cf1845b54a810a6432c70cf944b60b40c77/68747470733a2f2f7261776769742e636f6d2f676f72616e67616a69632f72656163742d69636f6e732f6d61737465722f72656163742d69636f6e732e737667">
<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 Marvel disponível em = https://developer.marvel.com/.
</div><br><br>
## 💻✨ Rodando o projeto
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/215923739-1d4ddeea-b909-4e77-82ce-e35a87d9f5df.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>
| Projeto em React de um site de venda de Histórias em Quadrinhos da Marvel, consumindo API. | api,css,html,javascript,marvel,marvel-api,reactjs | 2023-01-25T02:33:34Z | 2023-03-05T20:53:50Z | null | 1 | 0 | 77 | 0 | 0 | 4 | null | null | JavaScript |
ammirzaei/Shopping-Cart | master | # Shopping-Cart
Shopping cart example with browser localStorage
Project on netlify : https://incredible-zabaione-abb93d.netlify.app
| Shopping cart example with browser localStorage | css3,html5,javascript | 2023-01-18T09:08:36Z | 2023-01-21T16:53:42Z | null | 1 | 0 | 25 | 0 | 0 | 4 | null | null | JavaScript |
Sumitamahato/eager-structure-3963 | main | # eager-structure-3963
Clone of Dollar Tree Website
Dollar Tree is a national company with thousands of stores conveniently located in shopping centers and malls in all 48 contiguous states. You can also shop online for larger quantities of the same items you'd find in our stores, plus check out craft and project ideas, take advantage of online exclusives and manufacturer closeouts, watch videos, and check out our Value Seekers Blog to find even more fun and frugal ideas. We invite you to come check us out, compare our prices, and stretch your dollars by shopping with us... Discover the Dollar Tree Difference!
Original Website Link: "https://www.dollartree.com/"
Deployed Link of project: "https://glittering-cannoli-4f8403.netlify.app/"

"Admin Panel"
"Use Case Diagram of Admin Panel"




Contributors
Sumita (Team Leader)
Vishal Patil
Rakesh Kisku
Aniket Nagpure
Deepan Ghosh
🛠 Tech Stack
Tech stack: HTML CSS Javascript
Challanges we faced
Merging each other code on Github
Read others code and make changes to it
Exact pixel-perfect cloning of the website
| Provide customers with an affordable and convenient shopping experience for a wide range of products at $1 or less | css,html,javascript | 2023-01-17T06:23:07Z | 2023-04-04T06:29:11Z | null | 6 | 34 | 109 | 6 | 2 | 4 | null | null | JavaScript |
Yemisirach/Todo-List | main | # To-Do-list.
# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
### Objectives of this project
- test by using jest library
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
## Built With
- HTML
- CSS
- JavaScript(ES6)
- WebPack
- jest library
## Live Demo
[Go Live](https://yemisirach.github.io/Todo-List/dist/)
## Getting Started
1. Open [main branch](https://github.com/Yemisirach/Todo-List.git)
2. Open VSCode or terminal and navigate to the folder where you would like to clone the project.
3. Type "pwd" to see your working directory.
4. [clone repository](git@github.com:Yemisirach/Todo-List.git)(git clone "branch-link")
5. run "npm start" to start the website on local server
6. Enjoy 😎
## 👥 Authors <a name="authors">Yemisirach and Kingno</a>
> Mention all of the collaborators of this project.
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/Yemisirach)
- Twitter: [@twitterhandle](https://twitter.com/TamiratYemisrach)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yemisirach)
👤 **Author2**
- GitHub: [@githubhandle](https://github.com/kingno3l)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kingno3l
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[CSS styling]**
- [ ] **[Multi Pages]**
- [ ] **[Server Storage]**
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse for amusing support and guidance.
- Microverse code reviewers.
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| A single-page application (SPA) that you can use to organize your daily schedule. You can create a task ✍🏼, mark a task as completed ✔, update its details ⚒, or delete it 🚩. All this without needing to reload a page.. The main technologies are ES6-JS, JEST framework, CSS3 and HTML5. | css,html5,javascript | 2023-01-24T15:23:55Z | 2023-02-11T13:57:59Z | null | 2 | 5 | 56 | 3 | 0 | 4 | null | MIT | JavaScript |
Yemisirach/Awsome-book-ES6 | main | # Awsome-book-ES6
<a name="readme-top"></a>
<div align="center">
<img src="https://media.wbur.org/wp/2022/12/cover-e1670599123274-1000x661.jpg" alt="logo" width="160" height="auto" />
<br/>
<br/>
<h1><b> Awesome-Books 📚📚📚</b></h1>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<br>
<!-- DEPLOYMENT -->
### This project goes live [here](https://yemisirach.github.io/Awsome-book-ES6/) 🚀 .
<br>
<!-- DEPLOYMENT -->
<!-- ### Have a look at the project's video presentation [here](https://www.loom.com/share/1f7de2b9345a4d3988c6327952899d30) 📽️ . -->
<br>
<!-- PROJECT DESCRIPTION -->
# 📖 [Awesome Books ES6] <a name="about-project"></a>
**Awesome Books** is a pair programming project for saving book details like an online library.
## 🛠 Built With <a name="built-with"></a>
-Client
##Create a book
- **HTML**
- **CSS**
- **JavaScript**
<a href="https://yemisirach.github.io/Awsome-book-ES6/">Live Demo link</a>
<!-- 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 to copy the link of this Repository.
```sh
https://github.com/Yemisirach/Awesome_books.git
```
<br>
### Setup
Clone this repository to your desired directory using the command:
```sh
cd your-folder
git clone https://github.com/Yemisirach/Awesome_books.git
```
<br>
### Usage
Kindly go ahead and give this project a massage but do not forget to give a detailed description in your pull request.
<!--
Example command:
```sh
rails server
```
--->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Yemisirach
- GitHub: [@githubhandle](https://github.com/Yemisirach)
- Twitter: [@twitterhandle](https://twitter.com/TamiratYemisrach)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yemisirach)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[CSS styling]**
- [ ] **[Multi Pages]**
- [ ] **[Server Storage]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project kindly support by suggesting changed by forking and pull requests
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank everyone who inspired us to learn programming. Regards to the whole Microverse team, Peers, and family supporting.
<!-- <br>A massive Thank You to [Cindy Shin](https://www.behance.net/adagio07) who is the original designer of this [design](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) -->
<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>
| Hello there ✋🏼 . You like reading. here is an awesome single page App to help you organize your books | css,html5,javascript | 2023-01-24T05:17:53Z | 2023-01-26T10:54:53Z | null | 1 | 1 | 11 | 1 | 1 | 4 | null | MIT | JavaScript |
natividadesusana/buzz-quizz | main | # Project BuzzQuizz
<img width="782" alt="Captura de Tela 2023-01-30 às 21 22 50" src="https://user-images.githubusercontent.com/95102911/215626947-7353ae54-a251-4bd4-90c5-d036f67bc56a.png">
<img width="895" alt="Captura de Tela 2023-01-30 às 21 23 29" src="https://user-images.githubusercontent.com/95102911/215626958-4aee343c-6e07-4f1e-a857-2e9c909ae649.png">
Check out the running demo: https://projeto6-buzzquizz-pearl.vercel.app/
## About
BuzzQuizz is a quiz system implemented in HTML, CSS and JavaScript, with an API as a backend. We developed both the quiz experience itself and the screens that allow you to create quizzes.
This project came about as a challenge to improve our JavaScript skills and work as a team. The fact that we can create a product that can be useful and fun for many people was a huge motivation for us.
## Main features
- List of quizzes;
- Display of quizzes with random questions and shuffled answers;
- Automatic calculation of results based on user responses;
- Creation of quizzes.
## Technologies
The main technologies used in this project were:
- HTML
- CSS
- JavaScript
- Axios (for HTTP requests)
## How to run the project
To run the project, follow the instructions below:
1. Clone the repository:
git clone https://github.com/your-user/repository-name.git
2. Navigate to the project folder:
cd repository-name
3. Open the index.html file in your preferred browser.
## Next steps
- Implementation of a "quiz of the day" functionality, where a random quiz is selected and made available to users;
- Addition of new themes and/or categories of quizzes;
- Implementation of a login and user registration system;
- Implementation of a system for sharing results on social networks.
## How to Contribute
Contributions are always welcome! If you find any bugs or have suggestions for new features, feel free to open an issue or pull request.
| 💠 BuzzQuizz is a quiz system in HTML, CSS and JavaScript with a back-end API, developed as a team to improve skills and create a fun and useful product. | css3,html5,javascript,project,quiz | 2023-01-25T00:08:42Z | 2023-04-01T22:26:30Z | null | 3 | 1 | 40 | 0 | 0 | 3 | null | null | JavaScript |
Diegofergamboa/JavaScript-ECMAScript-Advance-Concepts | main | ## Course of ECMAScript History and Revision of JavaScript 🚀
💻
Welcome to the "Course of ECMAScript History and Revision of JavaScript" repository! 📚 Explore a comprehensive guide to ECMAScript (ES) features, including ES6, ES7, and more. Find examples and explanations of various JavaScript concepts here. 🚀
## Table of Contents 📋
- [Installation](#installation-)
- [Usage](#usage-)
- [Features](#features-)
- [Technologies Used](#technologies-used-)
- [Contributing](#contributing-)
- [License](#license-)
- [Author](#author-)
- [Acknowledgments](#acknowledgments-)
Installation :wrench:
1. Clone the repository:
bash
Copy code
git clone https://github.com/Diegofergamboa/coding-a-videogame-javascript.git
## Usage :computer:
You can explore the code examples in this repository to learn about the different features of ECMAScript. Each file focuses on a specific feature and includes relevant code snippets and explanations. :bulb:
## Features :keycap_ten: :one::one: :one::two: :one::three:
- **ES6:**
- let and const, and arrow functions :arrow_right:
- strings :abc:
- default parameters :ballot_box_with_check:
- destructuring assignment :open_file_folder:
- spread operator :star2:
- object literals :file_folder:
- promises :hourglass_flowing_sand:
- classes :classical_building:
- modules :file_folder:
- generators :recycle:
- Set.add :heavy_plus_sign:
- **ES7:**
- array-includes 🏛️
- exponential 📂
- **ES8:**
- object-entries 🌟
- object-values 🔤
- string-padding ☑️
- trailing-commas 📁
- async-functions ➡️
- **ES9:**
- regex ⏳
- spread 🔤
- async ☑️
- finally 📂
- **ES10:**
- 00-flatMap :file_folder:
- 01-trimstart-trimend :file_folder:
- 02-try-catch :file_folder:
- 03-fromentries :file_folder:
- **ES11:**
- 00-optional-chaining :file_folder:
- 01-bigint :file_folder:
- 02-nullish :file_folder:
- 03-promise-allsettled :file_folder:
- 04-globalthis :file_folder:
- 05-matchall :file_folder:
- 06-dynamic-import :file_folder:
- **ES12:**
- 00-numeric-separators :file_folder:
- 01-replaceall :file_folder:
- 02-promise-any :file_folder:
- 03-private :file_folder:
- **ES13:**
- 00-at :file_folder:
- 01-products :file_folder:
- 01-top-level-await :file_folder:
These are just some of the features mentioned, and there may be additional features covered in your course materials. Let me know if you have any further questions! :raised_hands:
## Technologies Used :computer:
The code examples are written in JavaScript and utilize ECMAScript (ES6, ES7, etc.) features. :floppy_disk:
## Contributing :raising_hand:
1. Fork the repository. :fork_and_knife:
2. Create a new branch for your feature or bug fix. :seedling:
3. Make your changes and commit them with descriptive commit messages. :pencil2:
4. Push your changes to your forked repository. :rocket:
5. Open a pull request, providing a detailed description of your changes. :loudspeaker:
## License :page_with_curl:
This project is licensed under the MIT License. :scroll:
## Author :bust_in_silhouette:
@diegofergamboa :man_technologist:
Diego Fernando Ortiz Gamboa :mortar_board:
## Acknowledgments :pray:
[Platzi - Course on ECMAScript 6 and revision of JavaScript. :raised_hands:]
| JavaScript & ECMAScript - Advance Concepts | documentation,ecmascript,javascript | 2023-01-22T23:08:15Z | 2023-08-03T23:44:23Z | null | 2 | 0 | 46 | 0 | 0 | 3 | null | null | JavaScript |
felixDev22/bookstore | dev | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Book Store ](#-book-store-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [`npm test`](#npm-test)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 Book Store <a name="about-project"></a>
The Bookstore is a website that allows the user to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## 🛠 Built With <a name="built-with"></a>
- React
- HTML
- CSS
- JavaScript
- Linter Checks
- Webpack
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- 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>
[Live Demo Link](https://bookstore-app-f7ed66.netlify.app/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
- Clone this repo to your local machine using `git clone https://github.com/FelixDev22/bookstore.git`
- cd into the folder and run `npm install` to install all the dependencies.
- Run `npm start` to start the app.
- Open `http://localhost:3000` to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
- Run `npm run build` to build 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!
### `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.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Prerequisites
In order to run this project you need:
- Git and GitHub
- A code editor
- Nodejs
- NPM
- A browser
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Setup
- Create a local directory where you can clone the project.
- Clone the project into your directory
- Install the dependencies
- Open the project on a browser
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Just run npm i to install all dependencies
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
**Felix Nzomo Nyamai**
- GitHub: [@githubhandle](https://github.com/felixDev22)
- Twitter: [@twitterhandle](https://twitter.com/@monzo200)
- LinkedIn: [LinkedIn](https://https://www.linkedin.com/in/felixnyamai/)
Contributions, issues, and feature requests are welcome!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Improve the UI**
- [ ] **Add functionality**
- [ ] **Add the number of pages**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/felixDev22/bookstore/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project kindly leave 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 for the great resources shared.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
| Book Store is a (SPA) single-page application. That gets a book list from an API. It allows the user to add a book (title, author, and category). It also allows the user to delete a book from the book list. | html-css,javascript,react,redux,api | 2023-01-20T16:22:36Z | 2023-01-29T09:09:30Z | null | 1 | 5 | 92 | 0 | 0 | 3 | null | MIT | JavaScript |
raminka13/infinite-scrolling | main | 
# Project
> About this project.
## Built With
- **HTML & CSS best practices:** Correct use of tags, elements, properties and syntax.
- **GitHub flow:** Correct use of Branches for deployment and features development.
- **Linters Check:** Local and Pull Request check for errors, bugs and stylistic errors in code.
## Live Demo
[Live Demo Link](https://raminka13.github.io/M1-Portfolio/)
## Authors
👤 **Raul A Ospina**
- GitHub: [@raminka13](https://github.com/raminka13)
- Twitter: [@raminka13](https://twitter.com/raminka13)
- LinkedIn: [Raul Ospina](http://linkedin.com/in/raul-ospina-83232614)
## Collaborators
- [Name](URL)
- [Name](URL)
## Project Milestones
- Milestone 1
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.
| Infinite Scrolling, Intersection Observer, Scroll Reveal implementations with vainilla JS | css,html,javascript | 2023-01-18T15:32:22Z | 2023-01-25T18:27:53Z | null | 1 | 5 | 22 | 0 | 0 | 3 | null | null | HTML |
karanjarwal999/Home-and-store | main |
Hello there,
This project is clone of [crateandbarrel](https://www.crateandbarrel.com/) and I gave another name to our clone project is "Home&store".
I use some follownig tech stacks to build this project :-
● HTML
● CSS
● Javascript
This project is live at :-
Netlify- https://flowingliquid.netlify.app/
I have build following 3 main Pages other UI of this website :-
* create&barrel website contains two home page so, i have also created two home and pthey are :-
1. Landing pade (Home&store)

2. second page (Kids&page)

* Login page pop up-

* Register page-

* Product render UI-

* Cart page-

* Checkout UI-

| An e-commerce website to deliver home decoration at your doorstep | css,html,javascript | 2023-01-17T06:01:08Z | 2023-03-22T07:21:23Z | null | 2 | 6 | 21 | 0 | 0 | 3 | null | null | HTML |
atiqbaqi/crud-backend-api | master | # RESTful CRUD API
This repository is a basic nodeJS and MySQL CRUD API.
<br/><br/>
POSTMAN COLLECTION - https://documenter.getpostman.com/view/7330118/2s935oN57W
<br/><br/>
Here is the link for a front end client which will consume this api - https://github.com/atiqbaqi/crud-frontend
## 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-backend-api.git
```
3. You need to create the database which is located in the "db" folder.
4. Go to the application folder and open a terminal.
5. Install the application dependencies with the next command:
>npm install
6. Execute the next command in the terminal.
>npm start
### 🐳 Docker
1. Build image
```bash
docker build -t crud-api .
```
2. create container from image and run
```bash
docker run --name crud-api --rm -p 8080:8080 crud-api
```
<b>Finally access using the following url: <a href="http://localhost:8080" target="__blank">http://localhost:8080</a></b>
## Technologies used



| RESTful CRUD api | express,javascript,jsonwebtoken,mysql,nodejs | 2023-01-23T16:32:25Z | 2023-03-29T05:48:26Z | null | 1 | 2 | 46 | 0 | 1 | 3 | null | null | JavaScript |
Ridwanullahi-code/plumbing-website | development | ## **Project Demo**
[Live Demo](https://react-plumbing-app.netlify.app/)
## **Description**
**Plumbing Services website** is a web-based platform that showcases the plumbing services offered by a plumbing company. The website is designed to provide users with information about the company's services, team, and contact details.
**Features:**
- Home page: A landing page that provides an overview of the company's services and highlights their unique selling points.
- About Us: A page that provides information about the company's history, team, and values.
- Services: A page that lists the plumbing services offered by the company and provides detailed information about each service.
- Testimonials: A page that displays testimonials from satisfied customers to build trust and credibility.
- Contact Us: A page that provides contact information, such as phone number, email address, and a contact form, for users to get in touch with the company.
**Frontend Technology Stack:**
- Setup project with [React](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/lessons/what_is_react.md)
- JavaScript: To enhance user interactions and create dynamic effects.
- [TailwindCSS](https://tailwindcss.com/docs/installation): To build the user interface and create a responsive design.
- Bootstrap or Material-UI: To style the website and create a modern and professional look.
- Use [Gitflow](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/git-github/gitflow.md).
- Google Maps API: To display the location of the company and enable users to get directions.
**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.
- 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
## **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
- [Tailwind CSS](https://tailwindcss.com/docs/installation)
## **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))
- [Tailwind CSS](https://tailwindcss.com/docs/installation)
## **SETUP**
To make use of this project, kindly run any of the following commands.
```
git clone https://github.com/Ridwanullahi-code/plumbing-website.git
```
or
```
git clone git@github.com:Ridwanullahi-code/plumbing-website.git
```
## **INSTALL**
```
npm install
```
## **Run On Server**
To run the project on server, run below command
```
npm start
```
## **Run Test**
To test run the project
## **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/)
## 🚀 **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/plumbing-website/issues/)
## **Acknowledgements**
- [Microverse](https://www.microverse.org/)
## **License**
This project is [MIT](https://choosealicense.com/licenses/mit/LICENSE) licensed.
| Plumbing Services website is a web-based platform that showcases the plumbing services offered by a plumbing company. The website is designed to provide users with information about the company's services, team, and contact details. Built with React, Redux TailwindCSS | css,javascript,plumbing,reactjs,tailwind,tailwindcss | 2023-01-21T14:03:15Z | 2023-04-01T16:00:01Z | null | 1 | 0 | 25 | 0 | 0 | 3 | null | null | JavaScript |
ndminhvn/COSC4353_Group52 | main | # UH-Spring2023 COSC4353: Software Design
## Team 52 Members
- Quang Du
- Han Hoang
- Minh Nguyen
- Elinnoel Nuñez
# <p align="center"> Fuel Quote Rate Prediction </p>
<!-- ## <p align="center"> [LIVE WEB APP] </p> -->
## Description
> [Project detail document](/doc/Project.pdf) - Will update later with requirements
## Technology Stack
- Frontend: [ReactJS](https://reactjs.org/)
- Backend: [ExpressJS](https://expressjs.com/)
- Database: [PostgreSQL](https://www.postgresql.org/)
- Libraries:
- Components: [Material UI](https://mui.com/)
- Styling: [Bootstrap](https://github.com/twbs/bootstrap)
- Request: [Axios](https://github.com/axios/axios)
- Unit Testing: [Jest](https://jestjs.io/)
## Demo
- Walk-through video: [link video if we make one]
- Screenshots: (will provide later)
## Installation
- Requirements:
- Git
- Visual Studio Code (or other IDEs or code editors)
- [Node v18](https://nodejs.org/en/)
- We use [npm](https://docs.npmjs.com/) as our package manager
- PostgreSQL
- Install:
- Clone this repository: `git clone https://github.com/ndminhvn/COSC4353_Group52`
- Frontend:
- Go to client folder: `cd client`
- Install dependencies: `npm install`
- Create a new `.env` file: `cp .env.example .env`
- Fill in the `.env` file
- Start server: `npm start`
- Backend:
- Go to server folder: `cd server`
- Install dependencies: `npm install`
- Create a new `.env` file: `cp .env.example .env`
- Fill in the `.env` file
- Start server: `npm start`
- Start unit-test: `npm test`
- Database:
- Install Postgres 15 on your computer and start the database: https://www.postgresql.org/download/
- pgAdmin as database manager: https://www.pgadmin.org/download/
- Register a new server.
- Create a new database.
- Import the tables using `server/database/dbSchema.sql`.
- Go to your `server/.env` file and fill in your database connection.
- If successfully connected, prompt will display during `npm start` (backend)
| Software Design Project - Fuel Rate Prediction | postgres,react,rest-api,expressjs,javascript,nodejs | 2023-01-21T01:12:12Z | 2023-04-28T06:29:05Z | null | 4 | 44 | 72 | 0 | 1 | 3 | null | null | JavaScript |
Techbrolakes/cryptobase | master | This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## 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.
| The app is written in TypeScript, Ant Design & Tailwind Css for user interfaces, Redux Toolkit for state management, app complied with Nextjs. The application fetches crypto related information from various api's | typescipt,chakra-ui,javascript,nextjs,react-testing-library,redux,redux-toolkit | 2023-01-21T22:38:50Z | 2023-02-22T19:04:29Z | null | 1 | 0 | 51 | 0 | 1 | 3 | null | null | TypeScript |
MarketingPipeline/Conversations | main | # [Conversations](https://github.com/MarketingPipeline/Conversations/) · [](https://github.com/MarketingPipeline/Conversations/blob/main/LICENSE) [](https://github.com/MarketingPipeline/Conversations/blob/main/README.md#contributing-)
**[Live Demo](https://marketingpipeline.github.io/Conversations/demo)** | **[GitHub](https://github.com/MarketingPipeline/Conversations/)**
## What is this?
The goal of this repo is to create a community-driven and open source chatbot that developers can help improve by adding their own functions, training data, and users can help by submitting data via feedback, inputs to the bot, translations & more to help.
This chat bot would be powered by artificial intelligence and would be able to communicate with people in different languages & preform various functions.
## How can YOU help?
This is just a VERY early beta, that is written in pure JavaScript. You could help by improving / creating datasets, adding your own functions to use, HTML / CSS etc, improving the NLP procress to call functions via entity extraction etc. A major goal is for developers to easily intergate it with countless API's as needed (your own API service etc) & for developers to EASILY customize it to their own needs (such as making a chatbot for a text based adventure game or etc).
<!---
## Documentation
> Note: this is a first **(v1.0.0 release)** - there is little to NO documentation. This project needs contributors like you to help improve documentation, usage & more!
You can find the Termino.js documentation [here](https://github.com/MarketingPipeline/Termino.js/wiki).
Check out the [Getting Started](https://github.com/MarketingPipeline/Termino.js/wiki/Getting-Started) for a quick overview.
You can improve it by sending pull requests to [this repository](https://github.com/MarketingPipeline/Termino.js).
----->
## Live Demo
> Note: this is a very early **(beta)**, there is LOTS of room for improvements. This project needs contributors like you to help create documentation, UI / UX, usage & more!
You can view a demo of Conversations in use [here](https://marketingpipeline.github.io/Conversations/demo).
## Contributing [](https://github.com/MarketingPipeline/Conversations/graphs/contributors/)
> The main purpose of this repository is to continue evolving the chatbot, making it faster and easier to use. Development of Conversations happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.
Want to improve this? Create a pull request with detailed changes / improvements! If approved you will be added to the list of contributors of this awesome project!
Looking for a task to work on? Check the tasks that need improved in the [to-do](https://github.com/MarketingPipeline/Conversations/blob/main/TO-DO.md) list.
See also the list of
[contributors](https://github.com/MarketingPipeline/Conversations/graphs/contributors) who
participate in this project.
## License [](https://github.com/MarketingPipeline/Conversations/blob/main/LICENSE)
This project is licensed under the MIT License - see the
[LICENSE](https://github.com/MarketingPipeline/Conversations/blob/main/LICENSE) file for
details.
| A chat-bot that is community-driven and open source – powered by you! (WIP) | chat-bot,chatbot,chatbot-framework,javascript,natural-language-processing,nlp,open-source,bot | 2023-01-19T06:12:39Z | 2023-01-21T05:53:39Z | null | 1 | 0 | 7 | 0 | 1 | 3 | null | MIT | HTML |
Amit0841/RAX-Cart-E-Commerce-website | main | # grumpy-interest-7917
| This is an E-commerce project , implementation to create a user-friendly website. | css,html,javascript,mockapi | 2023-01-17T11:33:53Z | 2024-02-16T03:23:00Z | null | 2 | 4 | 20 | 0 | 0 | 3 | null | null | HTML |
hmu35/bewakoofClone | main | # BewakoofClone
Hello everyone, this is a Readme for my construct week project that has been completed successfully within the duration of 5 days. It was a Collaborative project. I've made the clone website of Clothing Keeda . I've created Home page , Signup page , Login page , Clothing products page , Cart page , Payment Page and Admin Side.
### live link: https://clothing-keeda.netlify.app/
<img src="https://www.linkpicture.com/q/9999-2.png">
## Installing and Running
> Executing the commands mentioned below one by one in your command line will help in making this web app, up and running on your system in the development mode.
>
> ```bash
> git clone
> cd ./dear-ink-638
> open with live server
After entering the commands mentioned above, open [http://localhost:7500](http://localhost:7500) to view the app in the browser.
## Tech-Stack:
a.HTML (structuring)
b.CSS (styling)
c.Javascript (functionality)
# Features
-Home page
-Navbar and Footer
-Slider on Homepage
-Signup | Login
-User can see restaurants in product Page and avail the coupon
-User have to Login first for availing coupon
-User have to create account before login
-Cart Page
-Product Detail Page
-Payment Page
-Admin Page
Glimpse and Screenshots of my cloned website:
## 🅐 Navbar:
- This is the Navbar of our website. Clicking on Login or Signup on the Navbar will show the respective Page.
<img src="https://www.linkpicture.com/q/nav.png">
## 🅑 Home Page:
- apart from the design of the homepage, I have implemented a slider type of thing where the trending restaurant is shown.
<img src="https://www.linkpicture.com/q/Screenshot-328_2.png">
## 🅒 Footer bar:
- Here we have a footer of our website where users can go on different pages and social media.
<img src="https://www.linkpicture.com/q/Screenshot-331_4.png">
## 🅓 Login and Signup:
- Here we have a Modal Function on the Navbar when users click on signup or login they get a popup on the screen.
- If the user is registered with the website, only then he/she can log in with their respective email id & password. After successful login, the user is redirected to his/her home page. Visible user name in user navbar section after login.
<img src="https://www.linkpicture.com/q/Screenshot-335_3.png">
- Click on signup they redirect to a separate page for signing up, if someone is not registered with the website he/she can either register by filling in the respective details.
<img src="https://www.linkpicture.com/q/Screenshot-334_4.png">
## 🅔 Product Page
- This is the Product page of our website, here users can redeem/generate coupon codes.
- Users must be logged in on our website for able to redeem the unique coupon code.
<img src="https://www.linkpicture.com/q/Screenshot-327_4.png">
<img src="https://www.linkpicture.com/q/Screenshot-337_3.png">
<img src="https://www.linkpicture.com/q/Screenshot-340_1.png">
## 🅔 Product Detail Page
-This is the product detail page,here user can see product detail.
<img src="https://www.linkpicture.com/q/Screenshot-326_1.png">
## 🅔 Product Cart Page
-This is the product detail page,here user can add product detail.
<img src="https://www.linkpicture.com/q/Screenshot-338_2.png">
## 🅔 Product Payment Page
-This is the product detail page,here user can pay from her.
<img src="https://www.linkpicture.com/q/Screenshot-333_2.png">
## 🅔 Product Admin Login Page
-This is the product detail page,here Admin can login here.
<img src="https://www.linkpicture.com/q/Screenshot-336_3.png">
## 🅔 Product Admin Dash Board Page
-This is the product detail page,here Admin can see product and also see how many product here.
<img src="https://www.linkpicture.com/q/Screenshot-309_3.png">
| It is an e-commerce website. | api,css3,html,javascript,mongodb,netlify,nodejs | 2023-01-22T17:56:49Z | 2023-05-15T09:11:10Z | null | 4 | 0 | 14 | 0 | 1 | 3 | null | null | HTML |
Diegiwg/youtube-info | master | # Youtube Info
## Demonstration
https://user-images.githubusercontent.com/15692310/236733228-3f10bcb4-c096-471c-a19b-a0136073f333.mp4
## Description
An API for the ytdl-core NPM package, with a simple web client
## Mode of Use
### API
- To use the API, just make an HTTP-GET call to the `/ytdl/info` link, supplying the query parameter `video_url`, with a valid youtube url.
- As a response, you will receive the json containing all the information collected about the provided video, or a 404 error, if there is an error in the request.
### Web Client
- To use the Web Client, just access the base link, provide a valid YouTube link, and click search.
## Technologies
- SvelteKit was used to provide automated deployment facility for the Netlify service.
- The SvelteKit Server system was used to run the ytdl.
| An API for the ytdl-core NPM package, with a simple web client | api-explorer,javascript,scraping,svelte,sveltekit,youtube-api-wrapper | 2023-01-24T00:40:41Z | 2023-05-08T04:22:28Z | null | 1 | 4 | 7 | 1 | 0 | 3 | null | null | JavaScript |
kevinhermawan/markup2json | main | # markup2json
  
`markup2json` is a JavaScript library that provides an easy way to convert HTML and XML into JSON format. It uses the [@xmldom/xmldom](https://github.com/xmldom/xmldom) package to parse the input HTML/XML string and convert it into a JSON object. The library is designed to be lightweight, easy to use and compatible with both Node.js and web browsers.
## Features
- Malformed input validation
- Supports HTML and XML
- Supports Deno via NPM
## Installation
To install `markup2json`, run the following command:
**NPM**
```
npm install markup2json
```
**Yarn**
```
yarn add markup2json
```
**pnpm**
```
pnpm add markup2json
```
## Usage
```ts
import markup2json from "markup2json";
// import markup2json from "npm:markup2json"; // (for Deno)
const html = "<div class='container'><p>Hello, World!</p></div>";
const json = markup2json(html);
console.log(json);
```
**Output**
```json
{
"tag": "div",
"attributes": {
"class": "container"
},
"children": [
{
"tag": "p",
"children": [
{
"tag": "#text",
"text": "Hello, World!"
}
]
}
]
}
```
## License
[MIT License](/LICENSE)
| A library for converting HTML and XML into JSON | html-parser,html-to-json,html2json,javascript,typescript,xml-parser,xml-to-json,xml2json | 2023-01-21T18:51:07Z | 2023-10-03T14:56:11Z | 2023-10-03T14:56:11Z | 1 | 0 | 21 | 0 | 1 | 3 | null | MIT | TypeScript |
felixDev22/react-todo-app | dev | <a name="readme-top"></a>
<div align="center">
<img src="./murple_logo.png" alt="logo" width="140" height="auto" />
<br/>
<h3><b>Todo-app</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Todo-app project ](#-Todo-app-project-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [`npm test`](#npm-test)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 Todo-app project <a name="Todo-app"></a>
"To-do list" is a (SPA) Single Page Application 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 With <a name="built-with"></a>
- React
- HTML
- CSS
- JavaScript
- Linter Checks
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Add task**
- **Remove completed task**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Currently there are is no working live demo. But I will update as soon as the app is ready.
<!-- - [Live Demo Link](https://github.com/felixDev22.oi/react-todo-app) -->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
- This project was bootstrapped with [Create React App](https://github.com/facebook/react-todo-app).
- Clone this repo to your local machine using `
- cd into the folder and run `npm install` to install all the dependencies.
- Run `npm start` to start the app.
- Open `http://localhost:3000` to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
- Run `npm run build` to build 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!
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/react-todo-app/docs/running-tests) for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Prerequisites
In order to run this project you need:
- Git and GitHub
- A code editor
- Nodejs
- NPM
- A browser
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Setup
- Create a local directory where you can clone the project.
- Clone the project into your directory
- Install the dependencies
- Open the project on a browser
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Just run npm i to install all dependencies
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
**Felix Nzomo Nyamai**
- GitHub: [@githubhandle](https://github.com/felixDev22)
- Twitter: [@twitterhandle](https://twitter.com/@monzo200)
- LinkedIn: [LinkedIn](https://https://www.linkedin.com/in/felixnyamai/)
Contributions, issues, and feature requests are welcome!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Improve the UI**
- [ ] **Add functionality**
- [ ] **Add pages**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://https://github.com/felixDev22/react-todo-app/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project kindly leave 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 for the great resources shared.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT]licensed. | "To-do list" is a (SPA) Single Page Application that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. | reactjs,css,html,javascript | 2023-01-17T09:29:46Z | 2023-01-19T11:08:15Z | null | 2 | 1 | 48 | 0 | 0 | 3 | null | MIT | JavaScript |
Mnv17/honest-boat-2230 | main | # honest-boat-2230
# Pages on Web-site
#homepage - Tanvi Gaware & Manav Verma,
#responsiveness(all pages) - Tanvi Gaware,
#login page & signup page - Keerti Pawar,
#favourites & cart secttions - Sonu Parjapat,
#product pages(Men and Women) & payment page - Manav Verma & Sonu Parjapat.
| One-Destination E-commerce web (Foot-Locker Replica) | html,css,javascript,json-api,json-server | 2023-01-18T06:06:36Z | 2023-06-13T09:51:33Z | null | 4 | 14 | 49 | 0 | 2 | 3 | null | null | HTML |
blueycode/youtube-mp3-download | main | <!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
<a name="readme-top"></a>
<br />
<div align="center">
<h1 align="center">YouTube to MP3 Downloader</h1>
<p align="center">
<em>YouTube to MP3 Downloader. Developed with React</em>
<br />
<br />
<a href="https://yt-mp3-down.netlify.app">View Demo</a>
·
<a href="https://github.com/blueycode/youtube-mp3-download/issues">Report Bug</a>
·
<a href="https://github.com/blueycode/youtube-mp3-download/issues">Request Feature</a>
</p>
</div>
<!-- ABOUT THE PROJECT -->
## About The Project
This repository makes part of Bluey Code's project. Its entire development process has been recorded for teaching purposes and can be accessed on <a href="https://www.youtube.com/@blueycode">Bluey Code's YouTube channel</a>.
### Assets
* <a href="https://whimsical.com/youtube-to-mp3-downloader-bluey-code-YN3VsTBj1Qbd2eyN9tN3FJ">Mind map</a> that was shown in the video (contains all third-party assets)
### Built With
* React
<!-- LIVE DEMO -->
### Live Demo
You can check a running version of this project <a href="https://yt-mp3-down.netlify.app">here</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/blueycode/youtube-mp3-download.git
```
2. Install NPM packages
```sh
npm install
```
3. Run on dev environment
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<p align="right">(<a href="#readme-top">back to top</a>)</p> | YouTube to MP3 Downloader developed with React | css,html,javascript,mp3,react,youtube | 2023-01-24T01:16:09Z | 2023-01-25T02:55:28Z | null | 1 | 0 | 6 | 0 | 1 | 3 | null | null | JavaScript |
jaonoctus/nip06 | master | # NIP06

- [NIP-06 Specs](https://github.com/nostr-protocol/nips/blob/master/06.md)
## Install
```bash
npm i nip06
```
## Usage
```js
import {
privateKeyFromSeedWords,
getPublicKey,
getBech32PrivateKey,
getBech32PublicKey
} from 'nip06'
const mnemonic = 'zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo wrong'
const passphrase = 'your super secure passphrase' // optional
// hex format
const { privateKey } = privateKeyFromSeedWords({ mnemonic, passphrase })
const { publicKey } = getPublicKey({ privateKey })
// bech32 format
const { bech32PrivateKey } = getBech32PrivateKey({ privateKey })
const { bech32PublicKey } = getBech32PublicKey({ publicKey })
```
| Nostr basic key derivation from mnemonic seed phrase | javascript,node,nostr,typescript,nip-06,nip06 | 2023-01-17T07:33:28Z | 2024-05-12T02:20:01Z | 2024-05-12T02:20:01Z | 1 | 4 | 22 | 0 | 0 | 3 | null | MIT | TypeScript |
TheGeekBoiz/TheGeekBoiz.github.io | main | ballz
| Site | html,programming,css,css3,gif,html5,ico,javascript,javasript-algorithms,jpg | 2023-01-23T11:09:35Z | 2023-04-30T07:59:57Z | 2023-01-24T13:32:24Z | 3 | 0 | 83 | 0 | 1 | 3 | null | MIT | HTML |
yuriy-kulakovskyi/telegram-form | main | <h1 align="center">
<br>
<a href="https://elaborate-biscotti-b180ae.netlify.app/"><img width="214" alt="Screenshot" src="https://icons.iconarchive.com/icons/froyoshark/enkel/256/Telegram-icon.png"></a>
<br>
Telegram form sender
<br>
<h4 align="center">Telegram form sender using HTML, Bootstrap, JavaScript, Axios
</h1>
<img alt="Screenshot" src="./screenshot.png">
> [Portfolio 👨💻](https://yuriy-kulakovskyi.github.io/Portfolio/) <a href="https://github.com/yuriy-kulakovskyi"><img width="30" src="https://camo.githubusercontent.com/eff93eb40f9cb9691cdbedba4158b8acca6e4a33d723234f5135cea107381a05/68747470733a2f2f63646e342e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f69636f6e73696d706c652d6c6f676f74797065732f3531322f6769746875622d3531322e706e67" alt="GitHub logo"></a>
| Form to send messages to the telegram channel. I've finally used Bootstrap to style the page. I've also used Axios to post messages. In general, it was a great experience.💬🤖 | api,bootstrap,deploy,deployment,form,git,github,html,javascript,netlify | 2023-01-23T11:41:48Z | 2023-04-30T08:34:58Z | null | 1 | 0 | 16 | 0 | 1 | 3 | null | null | CSS |
quendp/g4-mini-project-2 | main | # Lakbay Travel Agency - Mini Project 2
## <p align="center"> <a href="https://lakbay.quendp.com/"> <---------- VIEW LIVE WEBSITE ----------></a> </p>
<br>
## 📷 Preview Image
<p align="center"> <img width="100%" src="./README/img1.jpg" /> </p>
<br>
<p align="center"> <img width="100%" src="./README/img2.jpg" /> </p>
<br>
<p align="center"> <img width="100%" src="./README/img3.jpg" /> </p>
<br>
<p align="center"> <img width="100%" src="./README/img4.jpg" /> </p>
<br>
---
## 📌 Key Features
- Fullstack website
- Responsive design
- Modern and Interactive UI
- Booking system
- Membership system (log in/log out)
- Role-based Authentication
- Form Validation on all forms
- Has Admin Dashboard (exclusive to admin account)
- Has Travel Agent Dashboard (exclusive to travel agent account)
- Has User Dashboard (exclusive to user account)
<br>
---
<br>
## 📝 Description
This is our group's submisssion to our coding bootcamp's capstone project. The brand "Lakbay" as well as the website's brief and functions are created by the developers for the sole purpose of this project. It is not a real company and does not operate in the real world. For the front-end, we utilized ReactJS with Vite, and for the backend, we used nodejs, creating this fullstack website.
<br>
### About the Brand
Lakbay is a Filipino travel agency which showcases various tourist spots in the Philippines and offers transportation and guiding services to customers. Their tours which lasts from half - 3 days focus on one primary destination (e.g. Puerto Princesa Underground River) and some nearby locations as secondary.
Their target audience is mainly young adventurous adults from both local and international. The clients want to have a website that feels modern, exquisite/elegant, trustworthy, safe, and emphasizes the beauty of the country.
<br>
### Website Features
The website should have the following features/sections:
- 5 main destination categories or themes (water, mountains, city, historical, nature)
- A page describing the main destinations (at least 3 in each theme) + secondary locations
- Log in and Sign Up membership system
- A tour booking system in each destination
- A member-exclusive account page
- A travel agent-exclusive dashboard
- An admin-exclusive dashboard
- A "Share your story" section in each destination showcasing the experiences of past customers instead of testimonials
<br>
---
<br>
## ⌛ Project Timeline
v1.0.0 - January 21, 2023 - Initialized project repository
v2.0.0 - March 4, 2023 - Finished front-end
v3.0.0 - March 27, 2023 - Finished back-end
<br>
---
<br>
## ⚙️ Tools and Languages
Frontend
- HTML
- CSS
- Bootstrap 5
- JavaScript
- React JS
Backend
- Node JS
- Express JS
- Sequelize
Version Control
- Git, GitHub,
<br>
---
<br>
## ❤️ Collaborators
- Quen Del Pilar (Lead)
- Nherwin Ostia
- CE Paguntalan
- Nick Anthony Escobido
- Radilyn Ramirez
- Roland Manalo
- JM Baldonado (Bootcamp Adviser)
<br>
---
<br>
### ❓ What's Next?
Here are some features we are looking to add in this project in the near future
- Bug fixes for Safari browsers
- Deactive animations option for low-end devices
<br>
---
<br>
### 💛 Acknowledgement
- [Manila City Skyline - Photo by David Milmont Unsplash](https://unsplash.com/@dmilmont?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
- [El Nido Palawan - Photo by Eibner Saliba Unsplash](https://unsplash.com/@zilch?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
- [Mount Pulag - Photo by Joanne Caselyn Unsplash](https://unsplash.com/@joannecaselyn?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
- [Calle Crisologo - Photo by Adrian Enriquez from Pixabay](https://pixabay.com/users/adrianenriquez-691469/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=593843)
- [Cambulo Ifugao - Photo by AR from Unsplash](https://unsplash.com/@ar__?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
| A responsive full stack website for booking travel services online. Created using HTML, CSS, JS, ReactJS, MySql, and NodeJS, it works on both front end and the backend. | javascript,reactjs,css,full-stack,html,javascipt,responsive-design | 2023-01-21T05:10:16Z | 2023-03-29T06:05:59Z | null | 6 | 37 | 243 | 0 | 0 | 3 | null | null | JavaScript |
ulasbayraktar/discord-911pager-bot | main | # Discord 911 Pager Bot
It was coded for Los Santos Stories Roleplay in the year 2020. Coded by me, with assistance from Aksoy. Thanks, Aksoy.
> [!TIP]
> If you upload the 'pager.js' file to the commands folder and the 'buttons.js' file to the events folder of your Discord bot, you can execute the command smoothly.
> [!CAUTION]
> Do not forget to replace the token with your own token in the 'ayarlar.json' file.
## Preview

## Reference
The Discord bot was coded with reference to LS-RP during the development.

| 911 Pager bot for Discord. | discord,fivem,gta5,gtav,javascript,lsrp,mta,openmp,ragemp,role-play | 2023-01-23T17:16:44Z | 2024-02-10T10:28:07Z | null | 1 | 0 | 7 | 0 | 1 | 3 | null | null | JavaScript |
josealejandro2928/parallelizer-function | master | # parallelizer-function
An npm package for running JavaScript functions in a different Thread. This implementation uses the Worker API. It works for both browsers and NodeJs. Based on the run environment, it uses the Nodejs build-in library "worker_threads" or the default window.Worker class in case of a browser environment.
- [parallelizer-function](#parallelizer-function)
- [1- Installation](#1--installation)
- [2- Usage](#2--usage)
- [2.1- Using the thread pool](#21--using-the-thread-pool)
- [2.2- Model implemented](#22--model-implemented)
- [3- Testing](#3--testing)
- [4- Examples](#4--examples)
- [4.2 - GitHub examples node app, react app, vanilla app, vue app](#42---github-examples-node-app-react-app-vanilla-app-vue-app)
- [4.2 - Stackblitz](#42---stackblitz)
- [5- Limitations](#5--limitations)
- [6- Examples](#6--examples)
- [6.1 - Example of image processing](#61---example-of-image-processing)
- [7 - Conclucion](#7---conclucion)
- [8 - Note](#8---note)
- [Author](#author)
- [License](#license)
## 1- Installation
npm
```sh
npm i parallelizer-function --save
```
yarn
```sh
yarn add parallelizer-function
```
## 2- Usage
There are two main core parts of the library, the function **workerPromise**, which allow executing a function in a separate thread, and the **pool** object, which implements a Thread Pool that runs every task with a set predefined max number of threads or workers. It implements an async queue to execute the function once an available worker has finished its current work.
The **Pool** class allows you to run your functions in a separate thread, so that it does not block the main thread. It also allows you to limit the number of concurrent threads, so that your application does not overload the system.
```TypeScript
const { workerPromise } = require("parallelizer-function");
const longRunningTask = (n) => {
let result = 0;
for (let i = 0; i < n; i++) {
result += i;
}
return result;
}
async function main() {
// workerPromise(fn: (...params: any[]) => any, args: any[] = []): Promise<any>
workerPromise(longRunningTask,[1_000_000])
.then((res)=>{console.log(res)})
.catch((error)=>{console.error(error)})
/// or using try-catch
try{
let res = await workerPromise(longRunningTask,[1_000_000]);
console.log(res);
}catch(error){
console.error(error)
}
}
```
### 2.1- Using the thread pool
The **pool** also allows you to limit the number of concurrent threads, so that your application does not overload the system. This is useful for running long-running tasks, such as image processing, and running a large number of tasks concurrently.
```typescript
const { Pool, pool } = require('parallelizer-function');
// It you want to maintain the global state of the pool use the object pool, but you can define a new Object: const newPool = new Pool(2)
pool.setMaxWorkers(2); // Set the maximum number of worker threads for the global object pool
const longRunningTask = (n) => {
let result = 0;
for (let i = 0; i < n; i++) {
result += i;
}
return result;
};
const heavyImageProcessing = (imageData: ImageData) => {
for (let i = 0; i < imageData.data.length; i += 4) {
// This is a heavy operation that will block the main thread
imageData.data[i] = imageData.data[i] * 2;
imageData.data[i + 1] = imageData.data[i + 1] * 2;
imageData.data[i + 2] = imageData.data[i + 2] * 2;
}
return imageData;
};
async function main() {
//pool.exec(fn: (...params: any[]) => any, args: any[]): Promise<any>
try {
let res = await pool.exec(longRunningTask, [1_000_000]);
console.log(res);
} catch (error) {
console.error(error);
}
/// You can use Promise.all to run several tasks
try {
Promise.all([
pool.exec(longRunningTask, [1_000_000]),
pool.exec(longRunningTask, [2_000_000]),
pool.exec(heavyImageProcessing, [imageData]),
]).then((res) => {
console.log(res);
});
console.log(
'This function will be executed very fast, the above heavy tasks will not block the main thread'
);
} catch (error) {
console.error(error);
}
}
```
### 2.2- Model implemented
Here you can appreciate an ilustration of the thread pool implemented.
<img src="./images/worker-pool.png" height="250" />
## 3- Testing
**We have run several unit tests that cover error handling, expected behavior, rejections, memory leaks, concurrency states, and more. Here I share with you a snapshot of coverage with jest:**
<img src="./images/coverange.jpeg" height=250/>
## 4- Examples
### 4.2 - GitHub examples node app, react app, vanilla app, vue app
1. [Example performing several long computation in NodeJS environment](https://github.com/josealejandro2928/parallelizer-function/tree/master/examples/node-example)
2. [Example using in a React application](https://github.com/josealejandro2928/parallelizer-function/tree/master/examples/react-test)
3. [Example using in another a React application](https://github.com/josealejandro2928/parallelizer-function/tree/master/examples/react-test-2)
4. [Example in a Vanilla JS application](https://github.com/josealejandro2928/parallelizer-function/tree/master/examples/vanilla-js)
5. [Example in a Vue 3 application with Composition](https://github.com/josealejandro2928/parallelizer-function/tree/master/examples/vue-test)
**Using the package in an Angular application does not work for the moment because of the Webpack transformation over the functions. The package loses the correct toString() version of the part to execute in the worker thread.**
### 4.2 - Stackblitz
1. [stackblitz example in a react application](https://stackblitz.com/edit/parallelizer-function-example-react?file=src/App.tsx)
2. [stackblitz example in a node application](https://stackblitz.com/edit/parallelizer-function-example-node?file=index.js)
## 5- Limitations
1. The worker function must be able to be stringified or cloned (e.g. cannot be a class method)
2. The toString() method of the function should be the same of the function definition.
3. All the libraries or packages the function uses in performing its task should be imported inside the function. This is becouse workers run in another global context that is different from the current window. The function will be isolated as if it were in a separate script.
4. You can run whatever code you like inside the worker thread, with some exceptions. For example, you can't directly manipulate the DOM from inside a worker, or use some default methods and properties of the window object
Here an example where we want to process a text file and return its content as a list
of rows
```TypeScript
import { pool } from "parallelizer-function";
import path from "path";
//////////// main script
try{
let pathToFile = path.resolve("../docs/sample-name.txt");
let res:Array<string> = await pool.exec(
async (pathFile)=>{
const fs = require('fs');
let files = fs.readFileSync(pathFile, { encoding: 'utf-8' });
return files.split('\n');
}, [pathToFile]);
console.log("Names: ", res)
}catch(error){
console.error(error)
}
```
## 6- Examples
Here are some examples of how you might use this package in your application:
1. Running a long-running task, such as image processing, in a separate thread to prevent it from blocking the main thread.
2. Running a large number of tasks concurrently, but limiting the number of threads to prevent the system from becoming overloaded.
3. Running a task in a separate thread and using a callback function to retrieve the result
Let's imagine we have this sample of functions we want to compute on a website or respond to a request using an express server.
```TypeScript
import { Pool } from "parallelizer-function";
let pool = new Pool(4); // Here we instanciate another instance of Worker Pool and we set a pool of 4 workers
function isPrimeThisNumber(n){
// This function takes an integer and returns whether it is a prime number or not. Complexity O(n^1/2)
for(let i=2;i*i<=n;i++){
if(n%i == 0) return false;
}
return true
}
function TripleSum(arr=[]){
// This function return all the distinc triplet i,j,k i<j<k,
// where arr[i] + arr[j] + arr[k] sum up to 0. Complexity O(n^2)
let visited = new Set()
let sol = []
arr = arr.sort()
for(let i =0;i<arr.length;i++){
let target = -arr[i]
let isSeen = new Set()
for(let j=i+1;j<arr.length;j++){
if(isSeen.has(target - arr[j])){
let key = `${arr[i]},${arr[j]},${target - arr[j]}`
if(!visited.has(key))
sol.push([arr[i],arr[j],target - arr[j]])
visited.add(key)
}else{
isSeen.add(arr[j])
}
}
}
return sol
}
function simulateLongTask(delayS = 10){
// This function simulate a task that will take <delayS> seconds to finish
let now = Date.now();
let iter = 0;
let MAX_DELAY = delayS * 1000; // 10 seconds 100000 milliseconds
while((Date.now() - now) < MAX_DELAY ){
iter++;
}
return iter;
}
```
If you have a listener to react to the click button or an endpoint API and the inputs for the functions are bigger enough. The following snippets code will block the main thread of JS; which will cause a web site becomes unresponsible or an API that will not accept more incoming requests.
```TypeScript
someBTNEl.addEventListener("click",()=>{
console.log(isPrimeThisNumber(352684978))
/// This will block the main thread
})
// Also this
someBTNEl.addEventListener("click",()=>{
let promiseFn = new Promise((resolve)=>{
resolve(isPrimeThisNumber(352684978));
})
promiseFn.then(console.log);
/// This also will block the main thread.
// Wrapping normal code in a Promise does not guarantee that the main thread will not be blocked.
})
```
using **pool** we can avoid the bloking of the EventLopp for the above functions.
```TypeScript
someBTNEl.addEventListener("click",async ()=>{
try{
let res = await pool.exec(isPrimeThisNumber,[352684978]);
console.log(res);
// This will not block the main thread of JS, it will run "isPrimeThisNumber"
// in a separate thread using Worker class.
}catch(error){
}
})
// You can do all computation in once
someBTNEl.addEventListener("click",async ()=>{
Promise.all([
pool.exec(isPrimeThisNumber,[352684978]),
pool.exec(simulateLongTask,[10])
]).then((isPrime,sum] )=>{
/// do more stuff
})
})
// Or in and endpoind for the computation of the functions
let functions = {
TripleSum,
isPrimeThisNumber,
simulateLongTask
}
app.post("/compute/:fn",(req,res)=>{
let fn = req.params.fn;
if(!fn || !(fn in functions)){
return res.status(401).json({msg:"Not found the function"});
}
try{
let res = await pool.exec(functions[fn],req.body?.args || []);
// This will not block the main thread of JS, it will run
return res.status(200).json({ error:false,msg:"OK",data:res });
}catch(e){
return res.status(400).json({ error:true,msg:e.message });
}
})
```
### 6.1 - Example of image processing
```TypeScript
import { pool } from "parallelizer-function";
const heavyImageProcessing = (imageData: ImageData) => {
for (let i = 0; i < imageData.data.length; i += 4) {
// This is a heavy operation that will block the main thread
imageData.data[i] = imageData.data[i] * 2;
imageData.data[i + 1] = imageData.data[i + 1] * 2;
imageData.data[i + 2] = imageData.data[i + 2] * 2;
}
return imageData;
};
const processImage = async (image: HTMLImageElement) => {
const canvas = document.createElement('canvas');
canvas.width = image.width;
canvas.height = image.height;
const ctx = canvas.getContext('2d');
ctx.drawImage(image, 0, 0);
const imageData = ctx.getImageData(0, 0, canvas.width, canvas.height);
// This will block the main thread
const processedImageData = heavyImageProcessing(imageData);
ctx.putImageData(processedImageData, 0, 0);
return canvas.toDataURL();
};
const processImageInWorker = async (image: HTMLImageElement) => {
const canvas = document.createElement('canvas');
canvas.width = image.width;
canvas.height = image.height;
const ctx = canvas.getContext('2d');
ctx.drawImage(image, 0, 0);
const imageData = ctx.getImageData(0, 0, canvas.width, canvas.height);
// This will not block the main thread
const processedImageData = await pool.exec(heavyImageProcessing, [imageData]);
ctx.putImageData(processedImageData, 0, 0);
return canvas.toDataURL();
};
```
In the above example, processImage will block the main thread, causing the user interface to freeze and the application to become unresponsive. On the other hand, processImageInWorker uses the Pool class to execute the heavy image processing task in a separate worker thread, allowing the main thread to continue executing and providing a better user experience.
## 7 - Conclucion
The thread pool allows you to run your functions in separate threads, so they do not block the main thread. It also allows you to limit the number of concurrent threads, so that your application does not overload the system. This is useful for running long-running tasks, such as image processing, and running a large number of tasks concurrently.
## 8 - Note
This package has been tested on Node.js v14.x v16.x, v18.x and in browser like Mozilla and Chrome using Vanilla JavaScript, React and Angular
## Author
author: [Jose Alejandro Concepcion Alvarez](https://www.npmjs.com/~jalejandro2928)
github: [Github](https://github.com/josealejandro2928)
## License
This project is licensed under the MIT License.
| An npm package for running JavaScript functions in a different Thread. This implementation uses the Worker API. It works for both browsers and NodeJs. Based on the run environment, it uses the Nodejs build-in library "worker_threads" or the default window.Worker class in case of a browser environment. | javascript,typescript,multithreading,parallel-computing,workers | 2023-01-19T21:00:36Z | 2023-02-09T13:44:16Z | null | 1 | 0 | 39 | 0 | 0 | 3 | null | MIT | TypeScript |
roxyzc/toko | master | **lanjutannya ada di repository:** https://github.com/Akbaroke/Ecommerce-MERN
| null | javascript,mysql,sequelize,typescript | 2023-01-20T16:07:54Z | 2023-03-06T12:30:28Z | null | 1 | 0 | 52 | 0 | 0 | 3 | null | null | TypeScript |
LarissaOlimpio/CineTag | main | # CineTag
## Introdução
Este projeto foi criado a partir do curso da Alura - React:Praticando com Js, com a instrutora Mônica Hillman, onde a ideia é a criação de uma plataforma de compartilhamento de filmes que possibilita a ação tanto de assistir quanto de favoritar um item. Além disso, ao clicarmos na imagem seremos redirecionado para a tela de Player, onde é exibido o vídeo.
Dessa forma, foi utilizado React, HTML5, CSS3 e JavaScript então pude colocar em prática o conhecimento sobre rotas dinâmicas, normais e aninhadas, hooks como useState, useEffect e useContext e consumo de Api. Neste caso foi utilizado Mock Api - serviço de web gratuito que nos permite simular uma Api
Adicionei também alguns elementos visuais e utilizei também CSS module para evitar conflitos entre estilos. Ainda estou trabalhando com a responsividade, embora eu prefira utilizar o conceito de mobile firts, neste projeto tive como foco o aprendizado em React fixando todo aprendizado dos cursos até aqui então utilizei a base do css disponibilizado pela instrutora.
> Processo de refatoração - design responsivo
| :placard: CineTag | |
| ------------- | --- |
| :label: Tecnologias | React, JavaScript, Html5, CSS3 (tecnologias utilizadas)
| :rocket: URL |https://cine-tag-vert.vercel.app/
https://user-images.githubusercontent.com/50180854/223243616-bae59563-a953-4275-8721-1d2672df23c4.mp4
### Como rodar o projeto:
**Você pode clonar o projeto e rodá-lo localmente seguindo os passos abaixo**
1. `git clone https://github.com/LarissaOlimpio/CineTag.git` para clonar o projeto
2. `yarn` ou `npm install` para instalar as dependências do projeto
3. `yarn start` ou `npm start` para rodar o projeto
4. Acessar [http://localhost:3000](http://localhost:3000) no navegador
**Para criar a API fake, utilizei o site My JSON Server** : https://my-json-server.typicode.com/
Seguindo estes passos:
Criar um repositório on GitHub (<your-username>/<your-repo>)
Criar um arquivo db.json
Visitar "https://my-json-server.typicode.com/your-username/your-repo" para acessar seu servidor.
**Link para o repositório da API utilizada: https://github.com/LarissaOlimpio/cinetag-api
**Projeto criado com Create-React-App, para saber mais acesse a documentação: https://create-react-app.dev/docs/getting-started/**
| Plataforma web de compartilhamento de filmes. | css3,dev,frontend,html5,javascript,react,tecnology,vitrinedev | 2023-01-24T16:23:30Z | 2023-04-29T22:49:50Z | null | 1 | 0 | 25 | 1 | 0 | 3 | null | null | JavaScript |
Marx-wrld/Job-Description-Generator | main | # Job-Description-Generator-using-ChatGPT-API
Job description generator using NextJs and ChatGPT API that allows a user to generate a specific job-group description and copy

| Job description generator using NextJs and ChatGPT API that allows a user to generate a specific job-group description and copy | css3,javascript,nextjs,shell-script,tailwindcss | 2023-01-23T19:34:26Z | 2023-02-10T12:27:49Z | null | 1 | 13 | 37 | 0 | 0 | 3 | null | GPL-2.0 | JavaScript |
Lokendra-debug/online-outlet | main | # truculent-face-1803 | This initiative presents a captivating e-commerce site harmonizing functionality with striking design, crafting an immersive shopping ambiance to drive user exploration and purchases. | api,bootstrap5,css,hmtl5,javascript | 2023-01-17T15:19:51Z | 2023-01-22T16:50:46Z | null | 2 | 8 | 19 | 0 | 1 | 3 | null | null | HTML |
ziadOUA/small-projects | master | # small-projects
<p align="center">
<img src="https://i.postimg.cc/qqjj9Y2P/SMALL-HTML-PROJECTS.png">
</p>
<p align="center">
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/CSS/css2.svg">
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/HTML/html2.svg">
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/Javascript/javascript2.svg">
</p>
Discover this small collection of projects :
<a href="https://ziadoua.github.io/small-HTML-projects/articleFrançais/page.html">Project 1</a>
<p>This first project is a French homework. We had to write an article about the film <i>"Some like it hot"</i>.<br>Besides the main article (which is the one about the film), the other ones (left and right) describe a rather dystopian future (especially for France), in 2029 (2029 being 70 years after the initial film release).</p>
<a href="https://ziadoua.github.io/small-HTML-projects/ressourcerie/page.html">Project 2</a>
<p>This one is a small website made for the <i>"Ressourcerie"</i> (translates to a <i>"resale store"</i>) of the high school I'm currently in.</p>
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.postimg.cc/KzPKjBNn/footer-Dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://i.postimg.cc/C5wRq5P9/footer-Light.png">
<img alt="Footer" src="https://i.postimg.cc/KzPKjBNn/footer-Dark.png">
</picture>
</p>
<p align="center">
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/LicenceMIT/licencemit2.svg">
</p>
| 📚 Small collection of HTML projects, because they don't deserve individual repos. | css,html,javascript | 2023-01-19T20:38:08Z | 2023-10-26T21:44:15Z | null | 1 | 0 | 44 | 0 | 0 | 3 | null | MIT | CSS |
Megacoderuzb/book-shelter | main | null | site | css3,es,html5,javascript,scss,bootstrap5 | 2023-01-20T21:55:21Z | 2023-01-26T06:41:42Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | JavaScript |
TheNewC0der-24/Manage-Landing-Page | master | # Frontend Mentor - Manage landing page solution
This is a solution to the [Manage landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/manage-landing-page-SLXqC6P5). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Usage](#usage)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- See all testimonials in a horizontal slider
- Receive an error message when the newsletter sign up `form` is submitted if:
- The `input` field is empty
- The email address is not formatted correctly
### Screenshot

### Links
- Solution URL: [https://github.com/TheNewC0der-24/Manage-Landing-Page](https://github.com/TheNewC0der-24/Manage-Landing-Page)
- Live Site URL: [https://thenewc0der-24.github.io/Manage-Landing-Page/](https://thenewc0der-24.github.io/Manage-Landing-Page/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [Tailwind CSS](https://tailwindcss.com/) - CSS Framework
- [Swiper](https://swiperjs.com/) - JavaScript Library
## Usage
### Install dependencies (Tailwind)
```
npm install
```
Run the Tailwind CLI to compile the input.css during development. The output file is css/main.css
```
npm run watch
```
To build once run...
```
npm run build
```
>You can edit the scripts in package.json and the tailwind.config.js file to change input/output locations
## Author
- LinkedIn - [Bhavya Khurana](https://www.linkedin.com/in/bhavyakhurana24/)
- Frontend Mentor - [@TheNewC0der-24](https://www.frontendmentor.io/profile/TheNewC0der-24)
- Twitter - [@Bhavya06001699](https://twitter.com/Bhavya06001699)
| This is a solution to the Manage landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects. | css,gh-pages,html5,javascript,tailwind-css | 2023-01-24T20:08:26Z | 2023-01-25T02:08:26Z | null | 1 | 0 | 35 | 0 | 0 | 3 | null | null | CSS |
ajgrinds/CSC-131-Double-Blind-Medical-Simulation | main | # Getting Started with Create React App
This is cool
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)
| Our team project for CSC 131 - creating a double blind medical study simulation. | javascript,react,vendia | 2023-01-24T20:26:11Z | 2023-05-18T19:09:16Z | null | 7 | 51 | 197 | 0 | 0 | 3 | null | null | JavaScript |
mohammadreza99/mohammadreza99.github.io | main | <h1 align="center"><b>Hi , I'm Mohammadreza </b><img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/hi.gif" alt="hi" width="35"></h1>
<h3 align="center">A passionate Frontend Developer</h3>
<div align="center">
<a href="https://github.com/mohammadreza99/mohammadreza99">
<img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/grid-snake.svg" alt="snake" />
</a>
</div>
## <img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/about.gif" width="35px"> **About me**
<img align="right" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/coding.gif" alt="coding" width=250px>
- 🌱 I’m a Self-taught Front-end developer
- 🔭 I’m currently working in my UI component
set, <a href="https://github.com/mohammadreza99/prime-plus" target="blank">Prime Plus</a>
- 🤝 I’m available for freelancing.
- 📝 Personal website [link](https://mohammadreza99.github.io)
- 📫 How to reach me: **shahbaziweb@gmail.com**
- 📄 Know about my experiences, <a href="https://raw.githubusercontent.com/mohammadreza99/mohammadreza99/main/files/Mohammadreza-Shahbazi.pdf" target="blank">Resume</a>
<br/>
## <img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/code.gif" width="35px"> **Tools, Technologies and Languages**
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/html.svg" alt="html">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/css.svg" alt="css">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/javascript.svg" alt="javascript">
</a>
<a href="https://getbootstrap.com" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/bootstrap.svg" alt="bootstrap">
</a>
<a href="https://tailwindcss.com" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/tailwind.svg" alt="tailwind">
</a>
<a href="https://sass-lang.com" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/sass.svg" alt="sass">
</a>
<a href="https://mui.com" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/materialui.svg" alt="material ui">
</a>
<a href="https://figma.com" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/figma.svg" alt="figma">
</a>
<a href="https://git-scm.com/" target="_blank">
<img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/git.svg" width="40" height="40" alt="git">
</a>
<a href="https://angular.io" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/angular.svg" alt="angular">
</a>
<a href="https://nativescript.org" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/nativescript.svg" alt="nativescript">
</a>
<a href="https://reactjs.org" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/react.svg" alt="react">
</a>
<a href="https://postman.com" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/postman.svg" alt="postman">
</a>
<a href="https://typescriptlang.org" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/typescript.svg" alt="typescript">
</a>
<!-- <a href="https://nextjs.org" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/nextjs.svg" alt="next js">
</a> -->
<!-- <a href="https://react-redux.js.org" target="_blank">
<img height="40" src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/redux.svg" alt="redux">
</a> -->
## <img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/handshake.gif" width="35px"> **Let's Connect..!**
<p align="center">
<em><b>I love connecting with different people</b> so if you want to say <b>hi, I'll be happy to meet you more!</b> 😊</em>
</p>
<p align="center">
<a href="https://mohammadreza99.github.io"><img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/website.png" alt="Website"/></a>
<a href="mailto:shahbaziweb@gmail.com"><img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/gmail.png" alt="Gmail"/></a>
<a href="https://github.com/mohammadreza99"><img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/github.png" alt="GitHub"/></a>
<a href="https://linkedin.com/in/mohammadrezashahbazi"><img src="https://github.com/mohammadreza99/mohammadreza99/blob/main/files/linkedin.png" alt="LinkedIn"/></a>
</p>
| Personal website of Mohammadreza Shahbazi | css,html,javascript,jquery,angular,developer,nativescript,reactjs,responsive,sass | 2023-01-23T07:43:07Z | 2023-07-27T14:42:06Z | null | 1 | 0 | 109 | 0 | 0 | 3 | null | null | CSS |
JoaoAlisonTI/NLW-11--SETUP | main | <h1 align="center"> Habits Tracker </h1>
<p align="center">
o Habits foi desenvolvido durante a 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 Tracker" 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 Tracker é um app para ajudar a rastrear os hábitos. Selecione e faça a gestão dos seus hábitos diários no dia e crie um novo dia (com os mesmos hábitos) após concluí-lo.
- [Acesse o projeto finalizado, online ☁️](https://joaoalisonti.github.io/NLW-11--SETUP/)
## 🖼️ Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/file/EF6QBjehuCRDFFNgHSpVzj/Habits-(e)-(Community)?t=ibvdpCnzOoksUhuu-6). É necessário ter conta no [Figma](https://figma.com) para acessá-lo.
## :memo: Licença
Esse projeto está sob a licença MIT.
---
<strong>2023</strong>
| Habits Tracker is an app to help track habits | css,git,github,javascript,habit-tracking,habits,rocketseat,setup | 2023-01-22T20:09:30Z | 2023-03-27T18:31:01Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | HTML |
nitinahirwal/IndiFlix | main | # Getting Started with IndiFlix
IndiFlix is an Netflix Frontend Clone
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
## 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/).
| A Netflix Frontend Clone | clone,css,html,javascript,netflix-clone,reactjs | 2023-01-23T08:53:25Z | 2023-01-23T10:05:24Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | JavaScript |
wendybaque/React-Admin-Panel | master | # Concept
React Admin Panel is an admin panel made with React, Firebase and MUI components.

# Based On
To help me, I relied on the tutorial made by [Lamadev](https://github.com/safak) on [Youtube](https://www.youtube.com/watch?v=yKV1IGahXqA).
# Online website
You can login and setup your professional dashboard on [this website](https://react-admin-panel-tau.vercel.app/login). | React Admin Panel is an admin panel made with React, MUI and Firebase | admin-dashboard,admin-panel,learning,learning-by-doing,learning-exercise,mui,react,reactjs,sass,context | 2023-01-17T13:00:38Z | 2023-01-24T10:22:49Z | null | 1 | 0 | 23 | 0 | 1 | 3 | null | null | JavaScript |
HE-Arc/BlooBloop | main | # BlooBloop
Pas de bla bla que du BooBloop. La messagerie en ligne la plus agréable à utiliser.
Ce projet est réalisé dans le cadre du cours de développement web. Nous utilisons Django pour la partie backend et Vue.js pour le frontend.
### Membres du projet
- Vincent Jeannin
- Filippos Gleglakos
- Théo Vuilliomenet
| null | api,django,javascript,python,rest,vue,vuejs,website | 2023-01-25T13:54:34Z | 2023-05-02T16:40:45Z | 2023-05-01T10:26:10Z | 8 | 0 | 106 | 0 | 1 | 3 | null | null | Vue |
mejrimo/keepintech | main | # Keep in Tech




This is a news website that uses APIs from Hacker News.
**You can try it here -> [keep-in-tech](https://keep-in-tech.netlify.app/)**
## Screenshots




## Lessons Learned
Doing this project i learned how to make a call for API and how to use them, how
to keep my keys secret thanks to a .env file and last but not least how to
initialize a project with webpack.
## API Reference
All the API you need are here [Hacker News](https://github.com/HackerNews/API)
## Environment Variables
In the repo you can find a .env_example file. You have to put your api there and
save the file as .env
## Features
- Responsive design
- 5 different sections of news
- Load more button to read 10 more news each time
## Makin the Project
First of all i started initializing the project with webpack, so once i
installed the dependencies and set the webpack.config file i created all the
content i needed in the template html file.
The next step was to put the API keys into a .env file and with a webpack
plug-in i managed to reach those keys.
After that i created all the necessary functions in the index.js file: one to
call the API and manage the data received, one to display the data as news as we
intend them, one to implement a working button that takes more news. I also
implemented a UnixTime to Date converter to know when the article where
published.
The next step was to modify the style a little bit, to make the site more
beautiful. To accomplish that i used bootstrap, not only for the style, but even
to make the site responsive.
Finally once the app was ready i deployed it with netlify.
## License
[](https://choosealicense.com/licenses/mit/)
## 🔗 Links
[](https://mejrimo.github.io/)
[](www.linkedin.com/in/mohamed-mejri-925157234)
## Support
For support or any information contact me on
[](https://discordapp.com/users/936580101586423828)
| News site using APIs from Hacker News | axios,bootstrap5,javascript,lodash,webpack | 2023-01-20T12:12:02Z | 2023-01-28T23:33:11Z | null | 1 | 0 | 94 | 0 | 0 | 3 | null | MIT | JavaScript |
pkbsa/shopping-cart | main | # E-Commerce Website
This repository contains the code for an e-commerce website built using Node.js and the Handlebars (hbs) template engine. The website features a shopping cart where users can add items and proceed to checkout. The site is connected to a MongoDB database for storing product information and user data.
to run the service you will need to install all of the package include in package.json
```
npm install
```
<hr/>
After install all the package needed, you will need to create a new MongoDB collection,
to create a mongodb collection :
```
https://www.mongodb.com/atlas/database
```
(optional) if you want the website to send you a line message for summary the order, you will need to create a group chat and paste a token in the env file.
you can get your line notify token here
```
https://notify-bot.line.me/en/
```
next paste you mongodb collection url to the .env file
```
#SET YOUR DATABASE & LINE API HERE
MONGO_URL = "PASTE_YOUR_MONGODB_URL"
LINE_API = "PASTE_YOUR_LINENOTIFY_TOKEN"
```
finally you will need to insert information into the Products table, You can use my dummy data by cd into seed directory and enter the command
```
node product-seeder.js
```
<hr/>
To run the website type in the command :
```
npm start
```
or
```
node app.js
```
Snapshot of the website :
<img src="./img/img1.png" alt="img1">
<img src="./img/img2.png" alt="img2">
<img src="./img/img3.png" alt="img3">
<img src="./img/img4.png" alt="img4">
<img src="./img/img9.png" alt="img9">
<img src="./img/img5.png" alt="img5">
<img src="./img/img6.png" alt="img6">
<img src="./img/img7.png" alt="img7">
<img src="./img/img8.png" alt="img8">
<img src="./img/img10.png" alt="img10">
<img src="./img/img11.png" alt="img11">
<img src="./img/img12.png" alt="img12">
<img src="./img/img13.png" alt="img13">
| This repository contains the code for an e-commerce website built using Node.js and the Handlebars (hbs) template engine. The website features a shopping cart where users can add items and proceed to checkout. The site is connected to a MongoDB database for storing product information and user data. | expressjs,hbs,javascript,mongodb,nodejs,shopping-cart | 2023-01-18T08:47:01Z | 2023-05-31T19:14:59Z | null | 2 | 4 | 56 | 1 | 0 | 3 | null | null | Handlebars |
AmiraAlaa3/Wanted-Template | main | # Wonted – Book and Author React Template
Wonted is a beautifully designed and feature-rich single-page book and author react template developed specifically for creative professionals like book authors to showcase their portfolio and promote their books.

| A simple,portfolio website! | website,html,css,javascript,portfolio-template,portfolio-website,portfolio,templates,website-design | 2023-01-22T00:10:31Z | 2024-02-07T18:27:27Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | HTML |
ShivankK26/The-Drum-Kit | main | <!-- ABOUT THE PROJECT -->
# About The Project

In this Project, I've built a Web Page where I have created various Drum Kits which are played once the user presses the allotted key to it. It plays different kinds of sounds which are present in a Real Life Drum.
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 the given images of various Drum Tools and the Sounds produced by each one of them. After that create the HTML, CSS and JavaScript files to begin.
## Installation
In this Project, we will use the Audio method from JavaScript Library.
* Audio
```sh
var audio = new Audio("pathOfAudio");
audio.play();
```
<!-- CONTACT -->
# Contact
Name: Shivank Kapur - shivankkapur2004@gmail.com
Project Link: https://shivankk26.github.io/The-Drum-Kit/
| In this Project, I've built a Web Page where I have created various Drum Kit which are played once the user presses the allotted key to it. It plays different kinds of sounds which are present in a Real Life Drum. | css,html,javascript | 2023-01-20T16:57:04Z | 2023-04-04T05:41:39Z | null | 1 | 0 | 21 | 0 | 0 | 3 | null | null | JavaScript |
ItharDev/RPG-Viewer-Server | main | # RPG Viewer Server
## Description
RPG Viewer's official backend server
## Releases

| Official server-side application for RPG Viewer VTT | backend,javascript,mongodb,nodejs,roleplaying,server,socket-io,vtt,tabletop,rpg | 2023-01-25T16:22:28Z | 2023-05-28T19:18:21Z | null | 1 | 1 | 22 | 0 | 2 | 3 | null | null | JavaScript |
ra0321/CryptoZombies_Frontend | master | # CryptoZombies_Frontend
This is DApp frontend implementation for CryptoZombies.
| Crypto zombie tutorial - Dapp frontend sample | dapp,javascript,web3js | 2023-01-19T12:46:48Z | 2021-12-12T17:41:14Z | null | 1 | 0 | 10 | 0 | 1 | 3 | null | null | HTML |
filipeaizen/Habits-tracker-rocketseat | main | <h1 align="center"> Habits Tracker </h1>
<p align="center">
Programa 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 Tracker" src=".github/Cover.png" width="100%">
</p>
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML e CSS
- JavaScript
- Git e Github
- Figma
## 💻 Projeto
O Habits Tracker é um programa gratuito para você começar a ter novos hábitos no seu dia a dia.
- [Visite o projeto online](https://filipeaizen.github.io/Habits-tracker-rocketseat)
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/file/O4ZOfGuiLuCkCVf3US63CL/Habits-(e)-(Community)?node-id=6%3A344&t=DrNjSwMx9fQQloUm-0). É 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 Filipe Aizen | Habits Tracker by Filipe Aizen - NLWSetup | css,figma,git,github,html,javascript | 2023-01-18T22:37:13Z | 2023-01-22T01:10:19Z | null | 1 | 0 | 12 | 0 | 0 | 3 | null | null | CSS |
Begaspa/my-first-habit | main | null | Site para acompanhar meus habitos diarios criado no evento nlw setup explorer👩🏻💻 | css3,html5,javascript,nlw-setup | 2023-01-20T22:59:35Z | 2023-01-21T00:24:39Z | null | 1 | 0 | 1 | 0 | 0 | 3 | null | null | CSS |
GdoubleA/Fairy_Forest | master | null | Fairy Forest (Parallax) | css,forest,html,javascript,magic,parallax | 2023-01-21T01:48:25Z | 2023-01-30T22:57:37Z | null | 1 | 0 | 5 | 0 | 1 | 3 | null | null | CSS |
KauanEspindula/NLW-Setup-Habits | main | <h1 align=center>HABITS<h1>
<p align=center>
Projeto feito pela RocketSeat para o treinamento e aprendizado de novos devs.
<br></p>
<p align=center>
<img alt= "Projeto Habits" src=".github/preview.png" width=100%>
</p>
## <strong>🧠TECNOLOGIAS<strong>
<p> Este projeto foi desenvolvido com as seguintes tecnologias:</p>
- HTML E CSS
- JavaScript
- Git e GitHub
- Figma
## 📲<STRONG>PROJETO<STRONG>
<P>O Habits tem o objetivo de ajudar o usuario a localizar e organizar seus hábitos diarios.</P>
- [Visite o projeto online][def]
## <strong>📑LAYOUT<strong>
Você pode acessar o layout no figma através [DESSE LINK](https://www.figma.com/community/file/1195327109778210238). Para sua visualização é necessario ter conta no [Figma](https://www.figma.com/).
[def]: https://kauanespindula.github.io/NLW-Setup-Habits/
| Habits tracker by NLW Setup | css,git,github,html,javascript,figma | 2023-01-22T18:08:24Z | 2023-02-21T17:26:56Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | CSS |
Chetan-bhagat/savvy-kettle_788 | main |
<h1 align="center"> Green Basket </h1>
<h2 align="center">It's E-commerce web application with all the major functionalities. </h2>
<br>
<p>Green Basket is the clone of the bigbasket which is the e-commerce popular for groceries items.In green Basket you can find the different groceries item by categories as well also you can search the product in search bar. I have added the admin section which will manage the products in the website by different CRUD operations.
</p>
<h3 style="color: red">📍 Tech Stack</h3>
<h4 align="center">Frontend</h4>
<div display:"flex" align="center">
<img src="https://camo.githubusercontent.com/d63d473e728e20a286d22bb2226a7bf45a2b9ac6c72c59c0e61e9730bfe4168c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f48544d4c352d4533344632363f7374796c653d666f722d7468652d6261646765266c6f676f3d68746d6c35266c6f676f436f6c6f723d7768697465">
<img src="https://camo.githubusercontent.com/3a0f693cfa032ea4404e8e02d485599bd0d192282b921026e89d271aaa3d7565/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f435353332d3135373242363f7374796c653d666f722d7468652d6261646765266c6f676f3d63737333266c6f676f436f6c6f723d7768697465">
<img src="https://camo.githubusercontent.com/93c855ae825c1757f3426f05a05f4949d3b786c5b22d0edb53143a9e8f8499f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a6176615363726970742d3332333333303f7374796c653d666f722d7468652d6261646765266c6f676f3d6a617661736372697074266c6f676f436f6c6f723d463744463145">
</div>
<h4 align="center ">Backend</h4>
<div display:"flex" align="center">
<img src="https://camo.githubusercontent.com/a1eae878fdd3d1c1b687992ca74e5cac85f4b68e60a6efaa7bc8dc9883b71229/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4e6f64652e6a732d3333393933333f7374796c653d666f722d7468652d6261646765266c6f676f3d6e6f6465646f746a73266c6f676f436f6c6f723d7768697465">
<img src="https://camo.githubusercontent.com/7f73136d92799b19be179d1ed87b461120c35ed917c7d5ab59a7606209da7bd3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f457870726573732e6a732d3030303030303f7374796c653d666f722d7468652d6261646765266c6f676f3d65787072657373266c6f676f436f6c6f723d7768697465">
<img src="https://camo.githubusercontent.com/72e92f69f36703548704a9eeda2a9889c2756b5e08f01a9aec6e658c148d014e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6f6e676f44422d3445413934423f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6f6e676f6462266c6f676f436f6c6f723d7768697465">
<img src="https://camo.githubusercontent.com/92407fc26e09271d8137b8aaf1585b266f04046b96f1564dfe5a69f146e21301/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a57542d3030303030303f7374796c653d666f722d7468652d6261646765266c6f676f3d4a534f4e253230776562253230746f6b656e73266c6f676f436f6c6f723d7768697465">
</div>
<br>
<p >Click here to visit the site: <a href="https://green-basketapp.netlify.app/">https://green-basketapp.netlify.app/</a></p>
<br>
<img align="center" width="800" heigth:"500" alt="project3" src="https://user-images.githubusercontent.com/113410376/214221931-369db1d6-716f-4304-8ddc-a41f33875b35.png">
<br>
<h3>✨Content & Features: </h3>
<ul>
<li> Creative Landing Page </li>
<li> Login/Signup for users </li>
<li> Hasing the password of users and JWT Authentication</li>
<li> Admin Page/Administration Page </li>
<li>Fetch by Categories feature</li>
<li>Search the products feature</li>
<li> add to cart & delete to cart feature </li>
<li> Responsiveness for different device</li>
</ul>
<h3 align="center"> Layout of the Website</h3>
<img width="898" alt="layout" src="https://user-images.githubusercontent.com/113410376/214280786-77c1bafb-5b53-4fe6-b403-421b29660cc1.png">
<h3>Contact ✉️</h3>
<p> Connect with me over socail media </p>
<div display:"flex">
<a href="https://www.linkedin.com/in/chetan-bhagat-5002081ba/"=> <img src="https://camo.githubusercontent.com/a80d00f23720d0bc9f55481cfcd77ab79e141606829cf16ec43f8cacc7741e46/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c696e6b6564496e2d3030373742353f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e6b6564696e266c6f676f436f6c6f723d7768697465"> </a>
<a href="https://github.com/Chetan-bhagat"=> <img src="https://camo.githubusercontent.com/fbc3df79ffe1a99e482b154b29262ecbb10d6ee4ed22faa82683aa653d72c4e1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4769744875622d3130303030303f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562266c6f676f436f6c6f723d7768697465"> </a>
<a href="https://chetan-potfolio.netlify.app/"=> <img src="https://camo.githubusercontent.com/56e6045a9403c591ff7c6a997edcd1566597519fa8b8e1129b4919bf10b5c2bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f7274666f6c696f2d3138413330333f7374796c653d666f722d7468652d6261646765266c6f676f3d696f6e6963266c6f676f436f6c6f723d7768697465"> </a>
</div>
<p> @2023 Chetan Bhagat </p>
<h3> Show your support 🙌</h3>
<p> Give ⭐ , If you 🫶 like the project</P>
| It is a E-commers website which contain groceries product in it. This website is the clone of the big-basket app, where you can order the house hold and groceries item. | css,expressjs,html5,javascript,mongodb-atlas,mongoose,nodejs,jwt-authentication | 2023-01-21T04:50:02Z | 2023-01-31T13:26:50Z | null | 1 | 3 | 50 | 0 | 0 | 3 | null | null | HTML |
kkmk11/Smart-Scheduler | main | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| A list of tasks that are often Noted on this website as a memory aid with particular time and date that one needs or intends to accomplish. | html,reactjs,bootstrap5,context-api,css,hooks-api-react,javascript,netlify-deployment | 2023-01-21T17:41:41Z | 2023-01-22T11:40:13Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | HTML |
ank501/thinkable-slope-4107 | main | # thinkable-slope-4107
Clone of Apple website
Deployed Link : https://earnest-biscochitos-2c3eff.netlify.app/
| Clone of Apple ,Leading website for mobile and laptops | axios,html,javascript,react,react-router-dom | 2023-01-17T11:32:16Z | 2023-03-13T16:14:14Z | null | 2 | 5 | 15 | 0 | 0 | 3 | null | null | JavaScript |
abhicominin/Mesh-Surface-Sampler | master | null | null | css3,glsl,html5,javascript,threejs,webgl,webpack | 2023-01-20T06:50:08Z | 2023-01-20T07:12:22Z | null | 2 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
MatheusTh1/habits | main | <h1 align="center"> Habits </h1>
<p align="center">
Habits, seu gerenciador de disciplina diário! <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
Habits é um app para ajudar a manter constância nos seus hábitos diários, com a possibilidade de visualizar todo o histórico.
- [Visite o projeto online aqui.](https://matheusth1.github.io/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 Matheus Henrique :wave:
| Habits, seu gerenciador de disciplina diário! | css,figma,git,html,javascript | 2023-01-20T01:24:16Z | 2023-01-23T14:51:30Z | null | 1 | 8 | 20 | 0 | 0 | 3 | null | null | CSS |
divyaGrvgithub/Url_Shortner_Project_G8 | project/urlShortnerGroup-8 | # Californium
## Scalable URL Shortner Project Requirement
## Phase I
## Overview
URL shortening is used to create shorter aliases for long URLs. We call these shortened aliases “short links.” Users are redirected to the original URL when they hit these short links. Short links save a lot of space when displayed, printed, messaged, or tweeted. Additionally, users are less likely to mistype shorter URLs.
For example, if we shorten the following URL through TinyURL:
```
https://babeljs.io/blog/2020/10/15/7.12.0#class-static-blocks-12079httpsgithubcombabelbabelpull12079-12143httpsgithubcombabelbabelpull12143
```
We would get:
```
https://tinyurl.com/y4ned4ep
```
The shortened URL is nearly one-fifth the size of the actual URL.
Some of the use cases for URL shortening is to optimise links shared across users, easy tracking of individual links and sometimes hiding the affiliated original URLs.
If you haven’t used tinyurl.com before, please try creating a new shortened URL and spend some time going through the various options their service offers. This will help you have a little context to the problem we solve through this project.
### Key points
- Create a group database `groupXDatabase`. You can clean the db you previously used and reuse that.
- This time each group should have a *single git branch*. Coordinate amongst yourselves by ensuring every next person pulls the code last pushed by a team mate. You branch will be checked as part of the demo. Branch name should follow the naming convention `project/urlShortnerGroupX`
- Follow the naming conventions exactly as instructed. The backend code will be integrated with the front-end application which means any mismatch in the expected request body will lead to failure in successful integration.
### Models
- Url Model
```
{ urlCode: { mandatory, unique, lowercase, trim }, longUrl: {mandatory, valid url}, shortUrl: {mandatory, unique} }
```
### POST /url/shorten
- Create a short URL for an original url recieved in the request body.
- The baseUrl must be the application's baseUrl. Example if the originalUrl is http://abc.com/user/images/name/2 then the shortened url should be http://localhost:3000/xyz
- Return the shortened unique url. Refer [this](#url-shorten-response) for the response
- Ensure the same response is returned for an original url everytime
- Return HTTP status 400 for an invalid request
### GET /:urlCode
- Redirect to the original URL corresponding
- Use a valid HTTP status code meant for a redirection scenario.
- Return a suitable error for a url not found
- Return HTTP status 400 for an invalid request
## Testing
- To test these apis create a new collection in Postman named Project 3 Url Shortner
- Each api should have a new request in this collection
- Each request in the collection should be rightly named. Eg Url shorten, Get Url etc
- Each member of each team should have their tests in running state
## Phase II
- Use caching while creating the shortened url to minimize db calls.
- Implement what makes sense to you and we will build understanding over the demo discussion.
- Figure out if you can also use caching while redirecting to the original url from the shortedned url
## Response
### Successful Response structure
```yaml
{
status: true,
data: {
}
}
```
### Error Response structure
```yaml
{
status: false,
message: ""
}
```
## Response samples
### Url shorten response
```yaml
{
"data": {
"longUrl": "http://www.abc.com/oneofthelongesturlseverseenbyhumans.com",
"shortUrl": "http://localhost:3000/ghfgfg",
"urlCode": "ghfgfg"
}
}
```
| URL shortening is used to create shorter aliases for long URLs. We call these shortened aliases “short links”. Users are redirected to the original URL when they hit these short links. Short links save a lot of space when displayed, printed, messaged, or tweeted. Additionally, users are less likely to mistype shorter URLs. | caching,javascript,npm,redis,validator | 2023-01-20T02:56:32Z | 2023-02-22T10:54:57Z | null | 6 | 0 | 37 | 0 | 0 | 3 | null | null | JavaScript |
Wilian-N-Silva/nlw-setup-ignite | 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, CSS e TailwindCSS
- JavaScript e Typescript
- NodeJS
- React e React Native
- Git e Github
- Figma
## 💻 Projeto
O Habits é um app para ajudar a rastrear os hábitos.
## 🔖 Layout
Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/community/file/1195326661124171197). É 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 | css,figma,git,github,html,javascript,nodejs,react,react-native,tailwindcss | 2023-01-17T21:11:31Z | 2023-01-22T15:45:53Z | null | 1 | 1 | 6 | 0 | 0 | 3 | null | MIT | TypeScript |
iamgabrielsoft/DSA | master |
STUDYING DATA STRUCTURE AND ALGORITHM
Contributors are Welcome
| Crates of Leetcode Questions and Solutions | java,javascript | 2023-01-17T03:40:28Z | 2023-11-26T12:02:33Z | null | 1 | 0 | 49 | 0 | 0 | 3 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.