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
harry-io/apple.com
master
# teal-fuel-7913 # Bolt - apple.com Apple Inc (Apple) designs, manufactures, and markets smartphones, tablets, personal computers (PCs), portable and wearable devices. The company also offers software related services, accessories, and third-party digital content and applications. ## Demo :movie_camera: - Deployed Link: [https://bolt-beryl.vercel.app/] - Routes Documentation (Swagger): [https://back-ened-bolt.onrender.com/docs/] # Team Members - [@Harikesh Kumar](https://github.com/harry-io) - [@Shivendra Singh](https://github.com/Shivendra-Singh044) - [@Abu Osama](https://github.com/Abu1Osama) - [@Arun Kumar](https://github.com/Arun-kumar-fw20-0202) - [@Meenakshi Arora](https://github.com/meenakshiar) # Technology Stack Used ๐Ÿ’ป - React - Redux - Javascript - Sass - Cors - Express - MongoDB - Mongoose - Render - Swagger ## Features :sparkles: 1. Any user is be able to purchase the products from our website. 2. For each product, we have created a detailed description page. 3. User can add any item to cart or can buy it. 4. For adding any Item to cart user must be signed up or logged in. 5. Once the user created his account the next time user can be able to direct login. 6. On the Home page of the website, we are creating a very beautiful interface. 7. On the product page, we have provided multiple features. 8. Admin Dashboard to control products and admin profile. # Installation : 1. Clone this repo to your local machine using ``` git clone https://github.com/Varun8177/roasted-geese-6392.git ``` 2. Go to the folder where you cloned this repo and install dependencies using ``` npm install ``` 3. Run the project in production mode ``` npm run start ``` # Screenshots ## Home Page [![Screenshot-98.png](https://i.postimg.cc/d01QksYb/Screenshot-98.png)](https://postimg.cc/K16hCy4f) ## Login page [![Screenshot-97.png](https://i.postimg.cc/SyG0MF1s/Screenshot-97.png)](https://i.postimg.cc/SyG0MF1s) ## Signup page [![Screenshot-106.png](https://i.postimg.cc/L6c7qfYd/Screenshot-106.png)](https://postimg.cc/3dZ9VkF9) ## Products page [![Screenshot-100.png](https://i.postimg.cc/bwMbwBX9/Screenshot-100.png)](https://postimg.cc/753bBXZ5) ## Single Product Page [![Screenshot-101.png](https://i.postimg.cc/k5QxYvZN/Screenshot-101.png)](https://postimg.cc/WD4Fhgst) ## Cart Page [![Screenshot-102.png](https://i.postimg.cc/fbghFpPm/Screenshot-102.png)](https://postimg.cc/8FW3fKNz) ## Search page [![Screenshot-103.png](https://i.postimg.cc/P5znMPhL/Screenshot-103.png)](https://postimg.cc/875Ypk7D) ## Payment page [![Screenshot-104.png](https://i.postimg.cc/1RBgvccS/Screenshot-104.png)](https://postimg.cc/bdGNJnBV) ## Admin Page [![Screenshot-105.png](https://i.postimg.cc/3rg3JKbx/Screenshot-105.png)](https://postimg.cc/6T5kMNXk)
Apple Inc (Apple) designs, manufactures, and markets smartphones, tablets, personal computers (PCs), portable and wearable devices. The company also offers software related services, accessories, and third-party digital content and applications.
css3,express,html5,javascript,mongodb,mongoose,react,redux,sass,cors
2023-03-27T22:00:55Z
2023-04-12T18:43:37Z
null
6
65
160
0
2
11
null
null
JavaScript
Roger-Melo/pokedex-atualizado
main
<h1 align="center"> ATUALIZADO: Como desenvolver uma pokedex em JavaScript </h1> <h6 align="center">Como construir uma pokedex com JavaScript puro, sem frameworks.</h6> </br> [![Como desenvolver uma pokedex em JavaScript](assets/img/banner-video-pokemon-javascript.jpg)](https://youtu.be/uTNKsgJHboo) <h2 align="center">Link para o vรญdeo</h2> <p align="center">๐Ÿ”— https://youtu.be/uTNKsgJHboo</p> --- <h2 align="center">Como baixar este repositรณrio</h2> <p align="center">Para baixar este repositรณrio em sua mรกquina, vocรช pode clicar no botรฃo verde "Code" (ali em cima) e fazer download do .zip ou, caso vocรช tenha noรงรตes de Git, vocรช pode forkรก-lo e/ou clonรก-lo.</p> --- <h2 align="center">Tem alguma dรบvida ou sugestรฃo?</h2> <p align="center">Envie um email para <a href="mailto:oi@rogermelo.com.br">oi@rogermelo.com.br</a></p>
Como construir uma pokedex com JavaScript puro, sem frameworks.
filter,intersection-observer,javascript,map,pokedex,pokemon,js,allsettled,async,await
2023-04-05T12:10:44Z
2023-04-18T16:02:24Z
null
1
0
5
0
11
11
null
null
CSS
chrisdiana/jsden
master
<a href="https://jsden.dev" target="_blank"><img src="img/brand.png" width="300px" alt="JSDen"/></a> [jsden.dev](https://jsden.dev) is an minimal JavaScript playground that allows you to test code and get instant feedback. ## Features * JavaScript console emulation * Preview panel * Mobile and tablet friendly * Install as a progressive web app (PWA) for offline use * Light & dark themes * Keyboard shortcuts * Offline support ## Help, commands, using external libraries Type `help()` in the editor panel to view built-in commands and basic features. ## Contributing 1. Fork and clone the repo 2. Run any local web server in the root directory ``` $ git clone git@github.com:chrisdiana/jsden.git $ cd jsden/ $ python3 -m http.server 8080 ``` 3. Navigate to the local webserver and pass the `debug=1` param to bypass service workers ``` http://localhost:8080?debug=1 ``` ## Get Updates [Sign up](http://eepurl.com/gntUvf) to get updates on new features and releases. ## Thanks! * [CodeMirror](https://codemirror.net/) * [RenderJSON](https://github.com/caldwell/renderjson) * Inspired by [Scratch](https://hole.dev/scratch/) and [RunJS](https://runjs.app/)
Minimal JavaScript Playground โŒจ๏ธ
editor,javascript,javascript-tools,jsbin,jsbin-clone,jsfiddle,jsfiddle-clone,playground,progressive-web-app,pwa
2023-04-05T02:16:01Z
2023-04-06T00:21:57Z
null
1
0
6
0
1
11
null
MIT
JavaScript
Rohit2216/motionless-division-7590
main
# motionless-division-7590 # sephora.com_Clone_Project --- This project is a clone of Sephora.nnnow.com Sephora India online is a powerful beauty presence in the digital space, thanks to its unparalleled assortment of prestige products in every category, unbiased service from beauty experts, interactive shopping environment, and innovation. ---- ## Tech Stack The tech Stack we used for creating this webiste are:- + HTML + CSS + Javascript + Node JS + Express + MongoDB ## Landing Page ----- The Landing page of sephora.com displays the navigation bar for products, Learn about a particular product, pricing for the product, Cart Page and the login & signup part, along with the Popular in Various categories. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/landing.png?raw=true "Logo Title Text 1") We have designed the carousel functionality of products using javascript as assigning the event listeners to the arrow buttons and containing each product in a different container and put all the products in a container at last and overflow the image and user the attributes like visibility hidden and trigger on the event listeners. Even if event listeners are not triggered product is carousel after a set interval of time using the Setinterval function. We used javascript to append various products in HTML page using an array of objects along with CSS for styling the containers ## Signup Page ----- There have no account to first to create the acount. There be need to E-mail account and the mobile no. also then set the strong password. then click the signup. they also redirect to login page. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/register.png?raw=true "Logo Title Text 1") ## Login Page ----- After the successful completion of the signup, your email and password are stored in the local storage and you can log in with that credentials, if the email and password are incorrect it will fail the validation and you cannot log in to the website. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/login.png?raw=true "Logo Title Text 1") ## Product page ----- The product page contains various products from various categories which could be filtered using multiple filters present on-page to select from. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/product%20display.png?raw=true "Logo Title Text 1") ## Cart with some products. ------ whenever any product is added to the cart, the Cart page display no. of products added to the cart and a container containing the product you added to the cart. From where you can change the quantity of a particular product. It also has a coupon code section where you can get a 30% discount by typing " masai30 " on the product. Besides that, you can place an order by clicking on the "Place Order" button. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/cart.png?raw=true "Logo Title Text 1") ## Address / Payment Page ------ The address is taken from the user and sent to localStorage so this address could be used further used in the payment page to select from multiple addresses entered. The idea was to make a payment page that is not functional, but the carrier can take the dummy input that the user provides. basically, it was just a dummy Static page with a minimum amount of CSS present. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/payment.png?raw=true "Logo Title Text 1") ## Footer Page ------ This is the footer part of my website. There have some data to our site and their products. ![landing page](https://github.com/Rohit2216/motionless-division-7590/blob/main/Frontend/images/footer.png?raw=true "Logo Title Text 1")
Sephora is a French multinational retailer of personal care and beauty products with nearly 340 brands, along with its own private label, Sephora Collection, and includes beauty products such as cosmetics, skincare, body, fragrance, nail color, beauty tools, body lotions and haircare.
css,express,html,javascript,mongodb,nodejs
2023-03-28T06:46:22Z
2023-08-29T07:38:33Z
null
2
27
77
0
0
10
null
null
HTML
Sonikak004/Portfolio
main
yfeature-a <a name="readme-top"></a> <div align="center"> <h3><b>My Portfolio!</b></h3> </div> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [๐Ÿš€ Live Demo](#live-demo) - [๐Ÿ’ป Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [โ“ FAQ](#faq) - [๐Ÿ“ License](#license) # ๐Ÿ“– [Hello Microverse] <a name="about-project"></a> **[Hello Microverse]** First project in microverse! ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML5 & CSS3 & Javascript</summary> </details> ### Key Features <a name="key-features"></a> - **Used Linters** - **HTML** - **CSS** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> you can see my profile through this link: https://sonikak004.github.io/sonika04.github.io/ <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: + To have a prior knowledge of Linters, Git, HTML & CSS + Clone or fork the repository + A web browser (google chrome preferably) + A code editor (e.g vscode) ### Setup Clone this repository to your desired folder: cd my-folder git clone https://github.com/Sonikak004/Portfolio.git ### Install To install this project run this into your terminal: + git clone https://github.com/Sonikak004/Portfolio.git ### Usage To run the project: + double-click on the index.html file to open on your web browser ### Run tests No test run is required as this website is built with just html5 & css3 ### Deployment You can deploy this project: + on any hosting services ## ๐Ÿ‘ฅ Authors <a name="authors"></a> @sonikak004 ๐Ÿ‘ค **Author1** - GitHub: [@sonikak004](https://github.com/sonikak004) - Twitter: [@sonikak004](https://twitter.com/sonikak004) - LinkedIn: [sonikak004](https://linkedin.com/in/sonikak004/) ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[will add more elements]** - [ ] **[will add styles]** - [ ] **[will add js]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> Star this project if you like it! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank microverse for giving me this oppurtunity! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โ“ FAQ <a name="faq"></a> - **[How this project help me in my first days?]** - [It familiarizes you with all the tools you will use further] - **[What is Microverse?]** - [remote coding school!] ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./mit.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Immerse yourself in my personal portfolio, crafted with passion and powered by JavaScript, HTML, and CSS. Explore my work, beautifully designed using a Figma template.
css,figma,html5,javascript
2023-04-01T08:44:13Z
2023-06-22T15:39:41Z
null
2
10
68
0
0
10
null
null
CSS
doemser/next-openai-integration
main
# Talk to anyone you like ![Rick Sanchez](/public/assets/rick-sanchez.png) This repository provides an isolated entrypoint into the world of fetching results from OpenAI's API. It's designed for simplicity and ease of use, perfect for beginners who want to start exploring the powerful capabilities of OpenAI's GPT engines. The app allows users to input a persona and a question, and uses OpenAI's API to generate a response to the question from the perspective of the specified persona. The app is built using React and the generated response is displayed in real-time on the webpage. ## Getting Started ### Add your API key Create an account at https://platform.openai.com/signup and obtain your API key. Copy the `.env.local.example` file to `.env.local`: ```shell cp .env.local.example .env.local ``` Open the `.env` file and add your OpenAI API key: ```shell OPENAI_API_KEY=your_api_key_here ``` > If you do not have a paid openai api key, you will need to adjust the model to use something lower than gpt3.5-turbo. ### Run the development server: ```bash npm run dev # or yarn dev # or pnpm dev ```
OpenAI API Starter - Real-time chatbot with OpenAI.
javascript,next,nextjs,openai-api,react,starter-project
2023-04-03T23:17:05Z
2023-05-10T10:49:08Z
null
1
0
10
0
1
10
null
null
JavaScript
aptabase/aptabase-js
main
![Aptabase](https://aptabase.com/og.png) This repository hosts the code for: - [SDK for React / Remix / Next.js](./packages/react/README.md) - [SDK for Web Apps](./packages/web/README.md) - [SDK for Browser Extensions](./packages/browser/README.md)
JavaScript SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps
analytics,javascript,privacy,typescript,webapp
2023-04-02T11:21:28Z
2023-12-29T13:05:07Z
2023-12-15T20:45:30Z
2
2
59
1
4
10
null
MIT
TypeScript
abhi1506manu/Etherscan-Clone
main
# Etherscan-Clone - The Ethereum Blockchain Explorer ## Screenshorts ![etherscan1](https://user-images.githubusercontent.com/69383256/232290186-7d20c19d-1777-430d-aad1-ea0eba184c5f.png) ![etherscan2](https://user-images.githubusercontent.com/69383256/232290192-cd3b2992-1367-4051-ab95-d058b4172ca0.png) ## Quickstart - Open your terminal and run the command ``` $ git clone https://github.com/abhi1506manu/Etherscan-Clone.git $cd Etherscan-Clone ``` - To install dependencies for backend ``` $ cd backend $ npm install ``` - To install dependencies for frontend ``` $ cd frontend $ npm install ``` - Create a `.env` file in the backend directory and add your moralis `api-key` ``` API_KEY = smajhbbxhsjsjiuhsx ``` <h3> Run frontend and backend concurrently</h3> - To run the backend ```sh $ cd backend/ $ npm start ``` To run the frontend ```sh $ cd frontend/ $ npm run dev ```
Etherscan is a popular Ethereum blockchain explorer that help user to access Ethereum transactions and blocks.
javascript,moralis,nextjs,nodejs
2023-04-07T07:59:26Z
2023-04-16T09:39:32Z
null
1
0
10
0
9
10
null
null
JavaScript
p-sun/typescript-fluid-simulator
main
<div style="display:flex"> <img src="https://user-images.githubusercontent.com/9044578/232227994-b83b7042-dd37-459b-9805-a759c0fa3d75.png" height="260"> <img src="https://user-images.githubusercontent.com/9044578/232897252-d6fe52eb-9247-4cc4-8ad3-288ae7e7f455.png" height="260"> <img src="https://user-images.githubusercontent.com/9044578/233224536-525696a3-9bfa-4594-a378-efcd0a9913d6.png" height="260"> </div> # Latte Art Fluid Simulator I made a latte art simulator where the process of making latte art using it feels like real life. To get good at drawing latte art here, you need to pay attention to the same concepts as you would in real life -- experimenting with speed of your pour, the shape you're drawing, the timing, keeping it symetrical, and making quick micro adjustments as the milk flow slows down while you fill up the cup. ## Play with Latte Art! https://stackblitz.com/edit/typescript-lzex4b?file=index.ts Mobile Link: https://typescript-lzex4b.stackblitz.io "Milk" tool + left drag pours milk. Right drag, or "Pen" tool + left drag pushes milk around. https://user-images.githubusercontent.com/9044578/233222681-d18ca804-81dc-4763-8e37-5510383f18d5.mov https://user-images.githubusercontent.com/9044578/232339842-c2dac2ad-2100-486f-ace9-cf461f80a239.mov ## Want to Learn Fluid Simulation? This repo is build on top of off the Eulerian fluid simulator from Ten Minute Physics that I ported to TypeScript and significantly refactored for better encapsultation, bug fixes, and to separate html layout logic from the physics. If you're learning fluid simulation for the first time, I'd recommend watching his video, and then looking at my `no_latte_art` branch. `no_latte_art` branch is also here: https://stackblitz.com/edit/typescript-niznck?file=index.ts [![Eulerian Fluid Simulator](https://img.youtube.com/vi/iKAVRgIrUOU/0.jpg)](https://www.youtube.com/watch?v=iKAVRgIrUOU) ## My Notes [Fluid Simulation 10 min physics HQ.pdf](https://github.com/p-sun/typescript-fluid-simulator/files/11239672/Fluid.Simulation.10.min.physics.2.pdf) ![Page1 3](https://user-images.githubusercontent.com/9044578/232228953-4be1b45c-c8af-4f04-8071-a359ae2791a0.png) ![Page2 3](https://user-images.githubusercontent.com/9044578/232228971-df379b8b-033c-4811-a4ba-82e2ba4de46d.png) ![Page3 3](https://user-images.githubusercontent.com/9044578/232228969-d3e97113-902f-4e03-8c3b-21e8caca56f2.png) ![Page4 3](https://user-images.githubusercontent.com/9044578/232228967-b78ff351-ca3e-4b05-9a13-f7e7ff9aa45c.png) ![Page5](https://user-images.githubusercontent.com/9044578/232228983-b7686fe3-55d2-4759-89e2-06fcd37879bb.png) ![Page6](https://user-images.githubusercontent.com/9044578/232228981-5f592704-e577-4528-95a6-21f1757c2bf6.png) ![Page7](https://user-images.githubusercontent.com/9044578/232228979-f62857ba-91f5-4b0b-84b9-e68e458e9497.png) ![Page8](https://user-images.githubusercontent.com/9044578/232228977-d1bcc7d3-903c-43a6-8b28-eed2081195b6.png)
Latte art and general fluid simulator, written in TypeScript.
fluid-dynamics,fluid-simulation,latte-art,typescript,javascript
2023-04-03T21:40:49Z
2023-04-28T19:02:36Z
null
1
0
91
0
0
10
null
MIT
TypeScript
francobalich/ToDoList-.Net-React
main
# Aplicaciรณn Fullstack - ToDo List con .Net y React Este fue un proyecto realizado por: - [@francofazzito](https://github.com/francofazzito) *(Backend en .Net)* - [@francobalich](https://github.com/francobalich) *(Frontend con React)* En este proyecto podรฉs encontrar en: ## src/backend El proyecto de Visual Studio que es necesario ejecutar para iniciar el backend. Para este se necesita tenes SQL Server conectado y actualizar el string de conexiรณn. ## src/frontend El proyecto de react que iniciarรญa el frontend del proyecto de forma local. Se requiere tener node.js instalado y para ejecutarlo por primera vez se tienen que usar los siguientes comandos: Para instalar todas las dependencias: ``` npm install ``` Para ejecutar el proyecto: ``` npm run dev ```
Aplicaciรณn Fullstack - ToDo List con .Net y React
react,csharp,fullstack,javascript,net
2023-04-02T18:47:47Z
2023-04-11T01:51:38Z
null
2
2
59
0
9
10
null
MIT
C#
wrappid/core
main
## Wrappid Core Package
This is a package repository
javascript,react,react-native,wrappid,framework
2023-03-27T18:38:20Z
2024-03-26T08:00:56Z
2024-05-22T10:14:55Z
18
100
1,495
27
4
10
null
MIT
JavaScript
wrappid/native-mobile
main
# native-mobile This repository is combined packages of all the Styled Components for react-native hybrid mobile project.
This repository is combined packages of all the Styled Components for react-native hybrid mobile project.
css,cssinjs,javascript,react-native,react-native-paper,styled-components,wrappid,wrappid-native-components,wrappid-styles
2023-03-27T18:23:09Z
2024-03-18T13:27:51Z
2024-05-23T12:14:35Z
16
25
561
17
1
10
null
MIT
JavaScript
federicaulzurrun/ES6-AwesomeBooks
main
# Awesome Books ES6 # ๐Ÿ“— 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](#deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#license) # ๐Ÿ“– [Awesome Books] <a name="about-project"></a> **Awesome Books** We created this project using a wireframe with plain JavaScript ES6. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> First i use HTML 5 thas it's markup languange used for structuring and presenting content on the WWW. And we add the functionality with Javascript. ### Key Features <a name="key-features"></a> - **Page Development** : Where you can check the functionality of the page. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - <a href="https://federicaulzurrun.github.io/ES6-AwesomeBooks/ "> Visit the site!</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: 1. Have VScode instale, it's a code editor. 2. Have downloaded Git. 3. Have a minimum knowledge of css and html 4. Live server extension 5. Npm 6. Node ### Setup Clone this repository to your desired folder: ```sh git clone https://github.com/federicaulzurrun/ES6-AwesomeBooks.git ``` ### Install ```sh npm install ``` ### Usage To run the project, execute the following command: ```sh Open Live Server ``` ### Run tests To run tests, run the following command: ```sh To check the HTML functionality use: 'npx hint .' ``` ```sh To check the CSS functionality use: 'npx stylelint "**/*.{css,scss}"' ``` ```sh To check the JavaScript functionality use: 'npx eslint."' ``` ### Deployment You can deploy this project using: ```sh GitHub pages. ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ‘ฅ Author <a name="authors"></a> ๐Ÿ‘ค **Federica Ulzurrun** - GitHub: [@federicaulzurrun](https://github.com/federicaulzurrun) - Twitter: [@ulzurrunfede](https://mobile.twitter.com/ulzurrunfede) - LinkedIn: [Federica Ulzurrun](https://www.linkedin.com/in/federica-ulzurrun-293a86198) ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - **-Making the page more responsive** : Adding more than 1 breaking point. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> If you like this project let me know via twitter ! and i'll follow you! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> Thanks to Microverse for allowing me to make this project <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This book list web application is a useful tool for book lovers and anyone looking to organize their reading material. Built with JavaScript ES6 and designed with plain CSS, the application provides a clean and intuitive interface
css,html,javascript,mit-license,es6
2023-04-03T16:10:36Z
2023-04-03T21:04:38Z
null
1
1
9
1
0
10
null
MIT
JavaScript
federicaulzurrun/AwesomeBooks
main
# Awesome Books # ๐Ÿ“— 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](#deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#license) # ๐Ÿ“– Awesome Books <a name="about-project"></a> **Awesome Books** We created this project using a wireframe with plain JavaScript. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> First i use HTML 5 thas it's markup languange used for structuring and presenting content on the WWW. And we add the functionality with Javascript. ### Key Features <a name="key-features"></a> - **Page Development** : Where you can check the functionality of the page. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - <a href="https://merry-elf-283198.netlify.app/"> Visit the site!</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: 1. Have VScode instale, it's a code editor. 2. Have downloaded Git. 3. Have a minimum knowledge of css and html 4. Live server extension 5. Npm 6. Node ### Setup Clone this repository to your desired folder: git clone https://github.com/federicaulzurrun/AwesomeBooks.git ### Install ```sh npm install ``` ### Usage To run the project, execute the following command: ```sh Open Live Server ``` ### Run tests To run tests, run the following command: ```sh To check the HTML functionality use: 'npx hint .' ``` ```sh To check the CSS functionality use: 'npx stylelint "**/*.{css,scss}"' ``` ```sh To check the JavaScript functionality use: 'npx eslint."' ``` ### Deployment You can deploy this project using: ```sh GitHub pages. ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ‘ฅ Author <a name="authors"></a> ๐Ÿ‘ค **Federica Ulzurrun** - GitHub: [@federicaulzurrun](https://github.com/federicaulzurrun) - Twitter: [@ulzurrunfede](https://mobile.twitter.com/ulzurrunfede) - LinkedIn: [Federica Ulzurrun](https://www.linkedin.com/in/federica-ulzurrun-293a86198) ๐Ÿ‘ค **Maedea9** - GitHub: [@maedea9](https://github.com/maedea9) - Twitter: [@MelanieCascant6](https://twitter.com/MelanieCascant6) - LinkedIn: [Melanie Cascante] (https://www.linkedin.com/in/melanie-cascante-938a93228/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - **-Making the page more responsive** : Adding more than 1 breaking point. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> If you like this project let me know via twitter ! and i'll follow you! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> Thanks to Microverse for letting us do this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This code creates a web application that allows the user to add and remove books from a list, with the list being stored in local storage.
css,html,javascript,mit-license
2023-03-26T20:33:46Z
2023-03-29T22:57:42Z
null
2
3
36
0
0
10
null
MIT
JavaScript
huzidev/stable-diffusion-api
master
null
Run Stable diffusion as API
ai,aigc,image-generation-ai,image-generator,img2img,javascript,nodejs,stable-diffusion,stable-diffusion-api,txt2img
2023-03-29T16:32:36Z
2023-04-09T18:02:59Z
null
1
0
35
0
1
10
null
null
JavaScript
seyioyemade/to-do-list
main
<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 (OPTIONAL)](#faq) - [๐Ÿ“ License](#license) # ๐Ÿ“– TO DO LIST <a name="about-project"></a> - TO DO List is an app that allows you to plan your daily schedule. ## ๐Ÿ›  Built With <a name="HTML and CSS and JS"></a> ### Tech Stack <a name="Front end (Javascript)"></a> - This is a mobile and desktop browser responsive website. Client - HTML, CSS, JS - No Frameworks - Technologies Used- HTML, CSS, JS, GIT, Webpack, Linters (GitHub Actions, Lighthouse, Webhint, Stylelint) ### Key Features <a name="key-features"></a> - Organise daily schedules - Webpack is used for module bundling - Data is stored in local storage - Data can be retrieved from local storage <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://seyioyemade.github.io/to-do-list/webpack/dist/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - Git - An IDE (VsCode, Atom, etc) ### Setup Clone this repository to your desired folder: - git clone https://github.com/seyioyemade/to-do-list.git - cd to-do-list - cd webpack - run npm start ### Install Install this project with: - npm Install ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Seyi Oyemade** - GitHub: [@seyioyemade](https://github.com/seyioyemade) - Twitter: [@seyi_oyemade](https://twitter.com/@seyi_oyemade) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/seyi-oyemade-523ab1142/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - Implement drag and drop for list items. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/seyioyemade/to-do-list/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> If you like this project, please give it a star, and if you would love to tell me ways to improve it, contact me on LinkedIn or Twitter. It will be a pleasure to hear from you. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> - I would like to thank [Microverse](https://www.microverse.org/) for giving this opportunity to learn. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed.
To Do List is a web application that allows users to plan their daily schedule. Users can add, remove, store and retrieve data from local storage. Built with JavaScript, CSS, HTML
css,html,javascript
2023-03-29T11:22:43Z
2023-04-07T15:55:27Z
null
1
3
25
1
0
9
null
GPL-3.0
JavaScript
Bjorn86/countries-info
main
# ะŸั€ะพะตะบั‚ - Countries Info [README in English](./README-en.md) ะŸั€ะพะตะบั‚ ะฟั€ะตะดัั‚ะฐะฒะปัะตั‚ ะธะท ัะตะฑั ะผะฝะพะณะพัั‚ั€ะฐะฝะธั‡ะฝั‹ะน ัะฐะนั‚, ะฟั€ะตะดะพัั‚ะฐะฒะปััŽั‰ะธะน ะธะฝั„ะพั€ะผะฐั†ะธัŽ ะพ ัั‚ั€ะฐะฝะฐั…. ะ’ั‹ะฟะพะปะฝะตะฝ ะฒ ั€ะฐะผะบะฐั… ะทะฐะดะฐะฝะธั ั ัะฐะนั‚ะฐ [Frontend Mentor](https://www.frontendmentor.io). ะ˜ะฝั„ะพั€ะผะฐั†ะธั ะพ ัั‚ั€ะฐะฝะฐั… ะฟั€ะตะดะพัั‚ะฐะฒะปัะตั‚ัั [REST Countries API](https://restcountries.com). ## ะžะณะปะฐะฒะปะตะฝะธะต - [ะžะฑะทะพั€ ะฟั€ะพะตะบั‚ะฐ](#ะพะฑะทะพั€-ะฟั€ะพะตะบั‚ะฐ) - [ะ—ะฐะดะฐั‡ะธ ะฟั€ะพะตะบั‚ะฐ](#ะทะฐะดะฐั‡ะธ-ะฟั€ะพะตะบั‚ะฐ) - [ะคัƒะฝะบั†ะธะพะฝะฐะปัŒะฝะพัั‚ัŒ ะฟั€ะพะตะบั‚ะฐ](#ั„ัƒะฝะบั†ะธะพะฝะฐะปัŒะฝะพัั‚ัŒ-ะฟั€ะพะตะบั‚ะฐ) - [Screenshot](#screenshot) - [ะ”ะธั€ะตะบั‚ะพั€ะธะธ ะฟั€ะพะตะบั‚ะฐ](#ะดะธั€ะตะบั‚ะพั€ะธะธ-ะฟั€ะพะตะบั‚ะฐ) - [ะ—ะฐะฟัƒัะบ ะฟั€ะพะตะบั‚ะฐ](#ะทะฐะฟัƒัะบ-ะฟั€ะพะตะบั‚ะฐ) - [ะกัั‹ะปะบะธ](#ััั‹ะปะบะธ) - [ะฅะพะด ะฒั‹ะฟะพะปะฝะตะฝะธั ะฟั€ะพะตะบั‚ะฐ](#ั…ะพะด-ะฒั‹ะฟะพะปะฝะตะฝะธั-ะฟั€ะพะตะบั‚ะฐ) - [ะ˜ัะฟะพะปัŒะทัƒะตะผั‹ะต ั‚ะตั…ะฝะพะปะพะณะธะธ](#ะธัะฟะพะปัŒะทัƒะตะผั‹ะต-ั‚ะตั…ะฝะพะปะพะณะธะธ) - [ะงะตะผัƒ ั ะฝะฐัƒั‡ะธะปัั ั€ะฐะฑะพั‚ะฐั ะฝะฐะด ะฟั€ะพะตะบั‚ะพะผ](#ั‡ะตะผัƒ-ั-ะฝะฐัƒั‡ะธะปัั-ั€ะฐะฑะพั‚ะฐั-ะฝะฐะด-ะฟั€ะพะตะบั‚ะพะผ) - [ะะฒั‚ะพั€](#ะฐะฒั‚ะพั€) ## ะžะฑะทะพั€ ะฟั€ะพะตะบั‚ะฐ ### ะ—ะฐะดะฐั‡ะธ ะฟั€ะพะตะบั‚ะฐ ะŸั€ะตะดะพัั‚ะฐะฒะธั‚ัŒ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปัะผ ะธะฝั„ะพั€ะผะฐั†ะธัŽ ะพ ัั‚ั€ะฐะฝะฐั…, ะธั… ัั‚ะพะปะธั†ะฐั…, ัะทั‹ะบะฐั…, ะฒะฐะปัŽั‚ะต, ะฝะฐัะตะปะตะฝะธะธ, ะณั€ะฐะฝะธั†ะฐั…. ### ะคัƒะฝะบั†ะธะพะฝะฐะปัŒะฝะพัั‚ัŒ ะฟั€ะพะตะบั‚ะฐ - ะŸั€ะพัะผะพั‚ั€ ะบั€ะฐั‚ะบะพะน ะธะฝั„ะพั€ะผะฐั†ะธะธ ะพ ะฒัะตั… ัั‚ั€ะฐะฝะฐั… ะฝะฐ ะณะปะฐะฒะฝะพะน ัั‚ั€ะฐะฝะธั†ะต - ะŸะพะธัะบ ัั‚ั€ะฐะฝั‹ ะฟะพ ะฝะฐะทะฒะฐะฝะธัŽ - ะคะธะปัŒั‚ั€ะฐั†ะธั ัั‚ั€ะฐะฝ ะฟะพ ั€ะตะณะธะพะฝัƒ - ะŸั€ะพัะผะพั‚ั€ ะดะตั‚ะฐะปัŒะฝะพะน ะธะฝั„ะพั€ะผะฐั†ะธะธ ะพ ัั‚ั€ะฐะฝะต ะฝะฐ ะพั‚ะดะตะปัŒะฝะพะน ัั‚ั€ะฐะฝะธั†ะต - ะŸะตั€ะตั…ะพะด ะบ ะฟั€ะธะณั€ะฐะฝะธั‡ะฝะพะน ัั‚ั€ะฐะฝะต ั‡ะตั€ะตะท ััั‹ะปะบะธ ะฝะฐ ัั‚ั€ะฐะฝะธั†ะต ะดะตั‚ะฐะปัŒะฝะพะณะพ ะฟั€ะพัะผะพั‚ั€ะฐ - ะ˜ะทะผะตะฝะตะฝะธะต ั†ะฒะตั‚ะพะฒะพะน ัั…ะตะผั‹ ะผะตะถะดัƒ ัะฒะตั‚ะปะพะน ะธ ั‚ั‘ะผะฝะพะน ั‚ะตะผะฐะผะธ ### Screenshot ![Home page screenshot](./screenshot/ci_home_lm.png) ![Detail page screenshot](./screenshot/ci_detail_lm.png) ### ะ”ะธั€ะตะบั‚ะพั€ะธะธ ะฟั€ะพะตะบั‚ะฐ - `src/assets` โ€” ะดะธั€ะตะบั‚ะพั€ะธั ัะพ ัั‚ะฐั‚ะธั‡ะฝั‹ะผะธ ั„ะฐะนะปะฐะผะธ - `src/components` โ€” ะดะธั€ะตะบั‚ะพั€ะธั ั ะบะพะผะฟะพะฝะตะฝั‚ะฐะผะธ - `src/lib` โ€” ะดะธั€ะตะบั‚ะพั€ะธั ั ั„ะฐะนะปะฐะผะธ ะฑะธะฑะปะธะพั‚ะตะบ - `src/pages` โ€” ะดะธั€ะตะบั‚ะพั€ะธั ั ะบะพั€ะฝะตะฒั‹ะผะธ ั„ะฐะนะปะฐะผะธ ัั‚ั€ะฐะฝะธั† - `src/utils` โ€” ะดะธั€ะตะบั‚ะพั€ะธั ัะพ ะฒัะฟะพะผะพะณะฐั‚ะตะปัŒะฝั‹ะผะธ ัƒั‚ะธะปะธั‚ะฐะผะธ ### ะ—ะฐะฟัƒัะบ ะฟั€ะพะตะบั‚ะฐ - `npm run build` โ€” ะทะฐะฟัƒัะบ ะฟั€ะพะตะบั‚ะฐ ะฒ ั€ะตะถะธะผะต ะฟั€ะพะดะฐะบัˆะฝ - `npm run dev` โ€” ะทะฐะฟัƒัะบ ะฟั€ะพะตะบั‚ะฐ ะฒ ั€ะตะถะธะผะต ั€ะฐะทั€ะฐะฑะพั‚ะบะธ (ะฑะตะท ะทะฐะฟัƒัะบะฐ webpack-dev-server) - `npm start` โ€” ะทะฐะฟัƒัะบ ะฟั€ะพะตะบั‚ะฐ ะฒ ั€ะตะถะธะผะต ั€ะฐะทั€ะฐะฑะพั‚ะบะธ ### ะกัั‹ะปะบะธ - [ะกัั‹ะปะบะฐ ะฝะฐ ั€ะตะฟะพะทะธั‚ะพั€ะธะน ะฟั€ะพะตะบั‚ะฐ](https://github.com/Bjorn86/countries-info) - [ะกัั‹ะปะบะฐ ะฝะฐ ะดะตะผะพ-ัั‚ั€ะฐะฝะธั†ัƒ ะฟั€ะพะตะบั‚ะฐ](https://bjorn86.github.io/countries-info/) ## ะฅะพะด ะฒั‹ะฟะพะปะฝะตะฝะธั ะฟั€ะพะตะบั‚ะฐ ### ะ˜ัะฟะพะปัŒะทัƒะตะผั‹ะต ั‚ะตั…ะฝะพะปะพะณะธะธ - HTML - SCSS - JS - [React](https://react.dev/) - [React Router](https://reactrouter.com/en/main) - [react-helmet-async](https://www.npmjs.com/package/react-helmet-async) - ะะดะฐะฟั‚ะธะฒะฝะฐั ะฒั‘ั€ัั‚ะบะฐ - ะกะตะผะฐะฝั‚ะธั‡ะตัะบะฐั ะฒั‘ั€ัั‚ะบะฐ ### ะงะตะผัƒ ั ะฝะฐัƒั‡ะธะปัั ั€ะฐะฑะพั‚ะฐั ะฝะฐะด ะฟั€ะพะตะบั‚ะพะผ - ะ ะฐะฑะพั‚ะต ั ะดะพัั‚ัƒะฟะฝะพัั‚ัŒัŽ ะฟั€ะธะปะพะถะตะฝะธั ะธ ัƒะฟั€ะฐะฒะปะตะฝะธัŽ ัะปะตะผะตะฝั‚ะฐะผะธ ัั‚ั€ะฐะฝะธั†ั‹ ั ะฟะพะผะพั‰ัŒัŽ ะบะปะฐะฒะธะฐั‚ัƒั€ั‹ - ะ ะฐะฑะพั‚ะต ัะพ ัั‚ะธะปัะผะธ ั ะฟะพะผะพั‰ัŒัŽ SCSS - ะžั€ะณะฐะฝะธะทะฐั†ะธะธ ะฟะพะธัะบะฐ ะธ ั„ะธะปัŒั‚ั€ะฐั†ะธะธ ะบะพะฝั‚ะตะฝั‚ะฐ - ะ ะฐะฑะพั‚ะต ั ั€ะฐะทะปะธั‡ะฝั‹ะผะธ ั‚ะธะฟะฐ ะดะฐะฝะฝั‹ั… ะฟะพะปัƒั‡ะฐะตะผั‹ั… ะพั‚ REST API, ะธ ะธั… ะพะฑั€ะฐะฑะพั‚ะบะต - ะ ะฐะฑะพั‚ะต ั ะทะฐะณะพะปะพะฒะบะฐะผะธ ัั‚ั€ะฐะฝะธั† ะธ ะผะตั‚ะฐะดะฐะฝะฝั‹ะผะธ, ะฒ ั€ะฐะผะบะฐั… SPA ะฟะพัั‚ั€ะพะตะฝะฝะพะณะพ ะฝะฐ React ## ะะฒั‚ะพั€ **ะ”ะฐะฝะธะปะฐ ะ›ะตะณะบะพะฑั‹ั‚ะพะฒ** - e-mail: [legkobytov-danila@yandex.ru](mailto:legkobytov-danila@yandex.ru) - LinkedIn: [in/danila-legkobytov](https://www.linkedin.com/in/danila-legkobytov/) - Telegram: [@danila_legkobytov](https://t.me/danila_legkobytov) - Frontend Mentor: [@danila_legkobytov](https://www.frontendmentor.io/profile/Bjorn86)
ะŸั€ะพะตะบั‚ Countries Info ัะพะทะดะฐะฝ ั ะฟะพะผะพั‰ัŒัŽ React, ะธ ะฟั€ะตะดัั‚ะฐะฒะปัะตั‚ ะธะท ัะตะฑั wiki ะฟั€ะตะดะพัั‚ะฐะฒะปััŽั‰ัƒัŽ ะบั€ะฐั‚ะบัƒัŽ ะธะฝั„ะพั€ะผะฐั†ะธัŽ ะฟะพ ัั‚ั€ะฐะฝะฐะผ. ะกะพะทะดะฐะฝ ะฝะฐ ะพัะฝะพะฒะต ะดะฐะฝะฝั‹ั… REST Countries API
adaptive,countries,flexbox,frontend-mentor,grid,javascript,react,react-router,scss,wiki
2023-03-30T11:23:12Z
2023-09-28T16:40:58Z
null
1
0
21
0
0
9
null
null
JavaScript
faraz412/medistar-hospital-management-system
main
<div align="center" width="55" height="55"> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/MEDSTAR.png?raw=true" alt="html" width="120" height="120"/> </div> Medistar Hospital Management System is a web application built using Nodejs,Expressjs,Mongoose,Redis and MongoDB. The system is designed to automate the management of hospital appointments, including the handling of patient records, medical billing, appointment scheduling, and other administrative tasks. The system allows users to create, read, update, and delete records of patients, doctors, and medical procedures. Patients can schedule appointments with doctors, and doctors can view their schedule and patient records. The system also includes a billing module that generates bills for medical procedures and tracks payments. ## Tech Stacks Used <p align = "center"> <img src="https://github.com/PrinceCorwin/Useful-tech-icons/blob/main/images/HTML.png" alt="html" width="55" height="55"/> <img src="https://user-images.githubusercontent.com/25181517/183898674-75a4a1b1-f960-4ea9-abcb-637170a00a75.png" alt="CSS" width="50" height="55"/> <img src="https://user-images.githubusercontent.com/25181517/117447155-6a868a00-af3d-11eb-9cfe-245df15c9f3f.png" alt="js" width="50" height="50"/> <img src="https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/TypeScript.svg" alt="ts" width="50" height="50"/> <img src="https://raw.githubusercontent.com/PrinceCorwin/Useful-tech-icons/main/images/nodejs.png" alt="nodejs" width="50" height="50"/> <img src="https://res.cloudinary.com/kc-cloud/images/f_auto,q_auto/v1651772163/expressjslogo/expressjslogo.webp?_i=AA" alt="express" width="50" height="50"/> <img src="https://raw.githubusercontent.com/PrinceCorwin/Useful-tech-icons/main/images/mongodb-leaf.png" alt="mongo" width="50" height="50"/> <img src="https://user-images.githubusercontent.com/25181517/182884894-d3fa6ee0-f2b4-4960-9961-64740f533f2a.png" alt="redis" width="50" height="50"/> <img src="https://user-images.githubusercontent.com/25181517/121401671-49102800-c959-11eb-9f6f-74d49a5e1774.png" alt="npm" width="50" height="50"/> </p> <hr> ## Features - Authentication - APIValidation - Responsive - Cross Platform - Signup/signin/Logout - Appointment Booking - Appointment Cancelation - Admin can perform all crud operations ## Run Locally ### Clone this Project ``` https://github.com/faraz412/cozy-passenger-4798.git ``` ### Install npm Packages ```javascript npm i --global ``` ### Go to Backend Folder ```javascript cd backend ``` ### Run Server ```javascript npx nodemon index.js ``` ### Runs the project in the development mode [http://localhost:8080](http://localhost:8080) ### Environment Variables Required `mongoURL` `key` `PORT` `Redis Cloud Password + Host + Port` `Nodemailer Password` ## NPM Packages <p align = "center"> <img src="https://repository-images.githubusercontent.com/139898859/9617c480-81c2-11ea-94fc-322231ead1f0" alt="bcrypt.png" width="70" height="50"/> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/cors.png?raw=true" alt="cors" width="70" height="50"/> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/download.png?raw=true" alt="dotenv" width="60" height="50"/> <img src="https://github.com/faraz412/cozy-passenger-4798/blob/main/Frontend/Files/JWT.png?raw=true" alt="jwt" width="70" height="50"/> <img src="https://4008838.fs1.hubspotusercontent-na1.net/hubfs/4008838/mogoose-logo.png" alt="mongoose.png" width="70" height="70"/> <img src="https://i0.wp.com/community.nodemailer.com/wp-content/uploads/2015/10/n2-2.png?fit=422%2C360&ssl=1" alt="nodemailer" width="50" height="70"/> <img src="https://user-images.githubusercontent.com/13700/35731649-652807e8-080e-11e8-88fd-1b2f6d553b2d.png" alt="nodemon.png" width="50" height="50"/> <img src="https://www.npmjs.com/npm-avatar/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdmF0YXJVUkwiOiJodHRwczovL3MuZ3JhdmF0YXIuY29tL2F2YXRhci8wNmFkMDUxNjc0NDA0NTVjOTQzYzE4NWIwNmM4NjBmMD9zaXplPTEwMCZkZWZhdWx0PXJldHJvIn0.fJ4Me0BC-QzMrHKVqZzMx9CzgTcYb06jEt9nk9NxC2c" alt="otpgen.png" width="50" height="50"/> <img src="https://user-images.githubusercontent.com/25181517/182884894-d3fa6ee0-f2b4-4960-9961-64740f533f2a.png" alt="redis" width="50" height="50"/> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSKZRJJRPM1V6XKXBLn2fnsy5VwmLW1uO9ixCfCYiZRwWeLKe2ukB17uzxRRyhZElgzn_E&usqp=CAU" alt="twilio" width="70" height="50"/> </p> ## API Endpoints #### Welcome ```javascript GET /api/ ``` #### Email Verification ```javascript POST /api/user/emailVerify ``` #### User Signup ```javascript POST /api/user/signup ``` #### User Signin ```javascript POST /api/user/signin ``` #### User Logout ```javascript POST /api/user/logout ``` <!-- #### Doctor ```javascript GET /api/doctor/allDoctor GET /api/doctor/search? GET /api/doctor//allDoctor/:id GET /api/doctor/docPending DELETE /api/doctor/removeDoctor/:id POST /api/doctor/addDoctor PATCH /api/doctor/updateDoctorStatus/:id PATCH /api/doctor//isAvailable/:doctorId ``` #### Appointment Booking ```javascript GET /api/appointment/allApp/ GET /api/appointment/getApp/:appointmentId GET /api/appointment/checkSlot/:doctorId POST /api/appointment/create/:doctorId POST /api/appointment//deleteSlot/:doctorId DELETE /api/appointment/cancel/appointmentId PATCH /api/appointment/reschedule/:appointmentId ``` #### Appointment Admin CRUD Operations ```javascript GET /api/appointment/all/ GET /api/appointment/allPending DELETE /api/appointment/reject/:appointmentId PATCH /api/appointment/approve/:appointmentId ``` --> ### `USERS DATA...` {"first_name":"harsh thakur", "last_name":"thakur", "email":"harsh@gmail.com", "mobile":"909999345", "password":"123456" } ### `DOCTORS DATA...` {"doctorName":"Abhishek Jaiswal", "email":"abhisek@gmail.com", "qualifications":"MBBS from AIMS Delhi", "experience":"14 years of experience", "phoneNo":"7011144555", "city":"Mumbai", "departmentId":1, "status":true, "isAvailable":true; "image":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJO1Bmu2stkBmmOJXmyHN5G7UHmeA4xr5z0whR9JZF&s" } ### `APPOINTMENT DATA...` {"patientId":"64256f28b1fc4d36b5a12be7", "doctorId":"6425319914291e303a3cf2c4", "ageOfPatient":40, "gender":"male", "address":"Mumbai woribali", "problemDescription":"having some problem related to neourology ", "appointmentDate":"30-03-2023", "createdAt":, "updatedAt":, "paymentStatus":false} <div align = "center"> | `DB Workflow` | | :-----------: | [Link of Lucid Diagram](https://lucid.app/lucidchart/89a9abfd-eb14-4536-817c-92e46d59f21c/edit?viewport_loc=122%2C2%2C2689%2C1156%2C0_0&invitationId=inv_8ce3c450-9515-4295-a303-cb7c82663b34) <img src="https://raw.githubusercontent.com/faraz412/cozy-passenger-4798/main/Frontend/Files/MEDISTAR%20HOSPITALS%20DB%20Workflow.png" width="800" height="400" /> <img src="https://user-images.githubusercontent.com/109690823/230876067-5b3223de-3ff3-4204-a4a8-9fb5818f2e1c.png" width="700" height="300" /> <div/> | `Project Highlights` | | :------------------: | <div align = "center"> <img src="https://user-images.githubusercontent.com/109690823/229313097-98ac03fb-69b0-4833-849c-48c4a1b9d38d.png" width="700" height="300" /> <img src="https://user-images.githubusercontent.com/109690823/229355448-be996d1e-8545-44e1-b1ba-dc3d62d0ac9a.png" width="700" height="300"/> <img src="https://user-images.githubusercontent.com/109690823/229355596-5bfd0bf9-9147-47fb-bb42-b6e04ac4208b.png" width="700" height="300"/> <img src="https://user-images.githubusercontent.com/112754448/229442938-2217ce0b-89d7-4663-a9c0-f966cbafe9e5.png" width="700" height="300"/> <img src="https://user-images.githubusercontent.com/112754448/229443082-625321d8-29bc-4f28-b7bb-c21e900c1ad4.png" width="700" height="300"/> <div/> | `Demo` | | :----: | [https://medistar-hospital-301.netlify.app/](https://medistar-hospital-301.netlify.app/) | `Authors` | | :-------: | [@faraz412](https://github.com/faraz412) [@deepakChourasiya-aj](https://github.com/deepakChourasiya-aj) [@abhishek1494k](https://github.com/abhishek1494k) [@Atul3007](https://github.com/Atul3007) [@prernadave](https://github.com/prernadave) <!-- | `Admin` | | :-----: | ``` /admin.login.html admin@gmail.com admin ``` --> <!-- mongoURL='mongodb+srv://medistar:medistar@medistar.ne0fmxt.mongodb.net/medistar?retryWrites=true&w=majority' key='masai' port=8080 redisPassword = 'jKnThiUqDr7ko7ESOUban2Rawrt7DSu2' redisHost = 'redis-19172.c8.us-east-1-2.ec2.cloud.redislabs.com' redisPort = 19172 nodeMailer="inuuywvtlrqvugpp" medistar.hospital301@gmail.com https://medistar-hospital-301.netlify.app/admin.login.html -->
Medistar Hospital Management system is designed to automate the management of hospital appointments, including the handling of patient records, medical billing, appointment scheduling, and other administrative tasks.
css,expressjs,html,javascript,mongodb,nodejs,nodemailer,typescript
2023-03-28T06:10:26Z
2023-06-01T19:16:27Z
null
6
118
343
0
5
9
null
null
CSS
ahmedmayara/art-gallery-management-app
main
# Art Gallery Management Application ![Art Gallery Management Application](src/assets/img/Demo.png) This is an art gallery management application built using Laravel as a backend framework and Vue.js as a frontend framework. The application allows art gallery owners and administrators to manage their gallery including artworks, artists, and customers. The application also allows customers to buy artworks from the gallery. ## Features The application has the following features: - Artwork management: Add, edit, and delete artworks. Upload images of artworks. - Artist management: Add, edit, and delete artists. Upload artist images and biographies. - Customer management: Track customer orders and approve orders. - Artwork category management: Add, edit, and delete artwork categories. - Sales management: Track sales and approve orders. - Buy artworks: Buy artworks from the gallery. - Dark mode: Toggle between light and dark modes. ## Technologies Used The following technologies were used to build the application: - Laravel 9.x (Backend Framework) - Vue.js 3.x (Frontend Framework) - MySQL 5.7 (Database) - Tailwind CSS (Styling Framework) - Headless UI (Vue.js Component Library) - Chart.js (JavaScript Charting Library) - Moment.js (Date and Time Library) - Git (Version Control System) - GitHub (Code Hosting and Collaboration Platform) ## License This project is licensed under the MIT License. See the LICENSE file for details.
This is an open-source web application built using Laravel and Vue 3 for managing an art gallery.
headless-ui,javascript,laravel,php,tailwindcss,vue,vuejs
2023-04-07T22:26:33Z
2023-05-22T18:26:14Z
null
1
0
37
0
0
9
null
MIT
Vue
hoangsonww/Space-Invader-Game
main
# Space Shooter Game JavaFX ## Overview Space Shooter is an engaging JavaFX-based game where players navigate a spaceship, avoiding enemies and obstacles while trying to achieve the highest score possible. The game incorporates features such as enemy spawn logic, collision detection, power-ups, and a scoring system, showcasing the capabilities of JavaFX in creating interactive 2D games. ## User Interface ### Start Screen <p align="center" style="cursor: pointer"> <img src="start.png" alt="The WeatherMate App Interface" width="100%"/> </p> ### Gameplay <p align="center" style="cursor: pointer"> <img src="gameplay.png" alt="The WeatherMate App Interface" width="100%"/> </p> ### Losing Screen <p align="center" style="cursor: pointer"> <img src="losing.png" alt="The WeatherMate App Interface" width="100%"/> </p> ## Features - Control a spaceship using keyboard inputs (A, W, S, D, or arrow keys) to move and SPACE to shoot. - Enemies and boss enemies spawn at intervals, increasing the game's difficulty. - Collect power-ups to boost your abilities. - Score tracking and display, with the game increasing in difficulty as your score rises. - Lives system where players lose a life if an enemy reaches the bottom of the screen or collides with the player's spaceship. - Reset mechanism to start over once all lives are lost. ## Prerequisites - JDK 11 or higher. - JavaFX SDK (version compatible with your JDK). ## Setup and Installation 1. **JavaFX SDK**: Download the JavaFX SDK from [OpenJFX](https://openjfx.io/) and extract it to a known directory. 2. **Clone the Repository**: Use `git clone <repository-url>` to clone this repository to your local machine. ## Configuration Ensure JavaFX is correctly set up in your development environment: - **IntelliJ IDEA**: 1. Go to `File` > `Project Structure` > `Libraries`, add the JavaFX SDK as a library by navigating to its `lib` folder. 2. Modify your run configuration to include VM options for the JavaFX modules you use, e.g., `--module-path "path/to/javafx-sdk/lib" --add-modules javafx.controls,javafx.fxml,javafx.media`. - **Eclipse**: 1. Add the JavaFX SDK as an external JAR to your project's build path. 2. Adjust the run configurations to include the necessary VM arguments, as shown above for IntelliJ. ## Running the Application Compile and run the `SpaceShooter.java` file. Ensure the VM options are set correctly to include the JavaFX library path and modules. ## How to Play - Use the A, W, S, D keys or arrow keys to move the spaceship. - Press SPACE to shoot at enemies. - Avoid letting enemies reach the bottom of the screen or colliding with them. - Collect power-ups to enhance your capabilities and increase your score. - The game ends when all lives are lost, but you can start over by resetting the game. ## Contributing Contributions to the Space Shooter game are welcome! Please fork the repository, make your changes, and submit a pull request with your improvements. ## License This project is licensed under the Creative Commons License. --- Created with โค๏ธ by [Son Nguyen](https://github.com/hoangsonww) in 2024.
๐Ÿ‘พ Embark on an exhilarating journey with SpaceInvader, a thrilling experience as you navigate through cosmic challenges and face off against alien invaders. Crafted with JavaFX, SpaceInvader combines stunning visuals and engaging gameplay to create a truly immersive experience.
game,game-development,gamedev,java,javafx,javascript,space-invaders,space-shooter,space-shooter-game
2023-03-27T01:21:30Z
2024-05-19T10:06:58Z
null
1
0
7
0
9
9
null
CC0-1.0
Java
wlsf82/mtc-2023-cypress-demo
main
# mtc-2023-cypress-demo [![CI](https://github.com/wlsf82/mtc-2023-cypress-demo/actions/workflows/ci.yml/badge.svg)](https://github.com/wlsf82/mtc-2023-cypress-demo/actions) [![mtc-2023-cypress-demo](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/1zr8eq/main&style=flat&logo=cypress)](https://cloud.cypress.io/projects/1zr8eq/runs) Sample project for a [Cypress](https://cypress.io) vs. [Playwright](https://playwright.dev/) battle at [MTC](https://minastestingconference.com.br/) 2023. ___ ## Pre-requirements To run this project, you will need: - [git](https://git-scm.com/downloads) (I've used version `2.34.1` while writing this doc) - [Node.js](https://nodejs.org/en/) (I've used version `v18.13.0` while writing this doc) - npm (I've used version `8.19.3` while writing this doc) **Note:** When installing Node.js, npm is automatically installed too. ## Installation To install the dev dependencies, run `npm install` (or `npm i` for short.) ## Configuring the environment variables Before running the tests, some environment variables need to be set up. Make a copy of the [`cypress.env.example.json`](./cypress.env.example.json) file as `cypress.env.json`, and set the appropriate values for all the variables. **Note:** `cypress.env.json` file is not tracked by git. ## Running the tests In this project, you can run tests in interactive and headless modes. ### Headless mode Run `npm test` (or `npm t` for short) to run all tests in headless mode. ### Interactive mode Run `npm run cy:open` to open the Cypress App to run tests in interactive mode. ___ Made with โค๏ธ by [Walmyr](https://walmyr.dev).
Sample project for a Cypress vs. Playwright battle at MTC 2023.
cypress-testing,modern-web-testing,mtc-2023,saucedemo,cypress-vs-playwright-battle,minas-testing-conference,swag-labs,ecmascript,es6,javascript
2023-03-29T00:32:55Z
2023-12-15T23:14:38Z
null
1
2
28
0
3
9
null
MIT
JavaScript
ckaiser258/ai-powered-travel-app
master
# AI-Powered Travel App Welcome to the documentation for the AI-Powered Travel App. This app utilizes artificial intelligence to provide various travel-related features and language learning exercises. It aims to enhance your travel experience and help you learn new languages effectively. **Live Demo:** [AI-Powered Travel App Demo](https://aitravelapp.vercel.app/) ## Technologies and APIs Used The AI-Powered Travel App utilizes the following technologies and APIs: - **React** - **Next.js** - **TypeScript** - **GraphQL** - **NodeJS** - **PostgreSQL** - **Material UI** - **Apollo** - **Prisma** - **OpenAI API** - **Google Translate API** - **Google Maps API** ## Getting Started To get started with the AI-Powered Travel App, follow these steps: 1. Clone the repository: `git clone https://github.com/ckaiser258/ai-powered-travel-app.git` 2. Install the dependencies: `npm install` 3. Set up the environment variables by creating a `.env` file. Use the provided `.env.example` file as a template. 4. Ensure you have a PostgreSQL instance running (if you don't have the PostgreSQL App, installation instructions are below). Then create the Prisma/PostgreSQL database/generate the Prisma Client: `npx prisma migrate dev` 5. Start the development server: `npm run dev` 6. Access the app in your browser at `http://localhost:3000` **Note: The application uses PostgreSQL as the database. Make sure you have downloaded and installed PostgreSQL on your local machine. You can download it from the official PostgreSQL website. Additionally, ensure that the PostgreSQL service is running.** To simplify the management of PostgreSQL, I recommend using the PostgreSQL App. You can download it from the [PostgreSQL App website](https://postgresapp.com). The PostgreSQL App provides an easy-to-use interface for starting, stopping, and managing your local PostgreSQL instance. ## Features ### Translation The AI-Powered Travel App leverages the OpenAI API and Google Translate API to provide translation services. Users can enter text in one language and get accurate translations in their desired language, as well as phonetic pronunciations. ![Translation Feature](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/a2608faf-c53a-4989-874a-acfdd5df11ec) --- ### Language Learning Exercises The app offers language learning exercises to help users improve their language skills. Users can add any languages they'd like to learn, and the app will generate exercises of various difficulty levels of their choosing. They can then practice these exercises in real time. ![Language Learning Exercises](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/74393a97-ea82-4b2a-8c61-7a6d848d5e3b) --- ### Common Phrases Generator The Common Phrases Generator feature leverages the Google Maps API and the OpenAI API to provide useful phrases and expressions for any location on earth. Users can select a specific location and get common phrases and expressions commonly used in that location, what they mean, as well as their phonetic pronunciations. ![Common_Phrases_Feature](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/1b34b3e3-722e-465a-ad62-06dee18d4ec1) --- ### Chatbot The Chatbot feature allows users to ask questions about travel-related topics. The app utilizes a chatbot powered by AI to provide helpful responses and suggestions. The chatbot will even provide help for the most obscure questions and/or the most remote places in the world. ![Chatbot Feature](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/3c017471-6030-4e6a-a8bd-21a79e9dadf7) ![Chatbot Recognizes Remote Locations](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/f62d45ad-9de8-468a-9ebf-e5ecdcbf3441) --- ### Add and Remove Languages Users have the power to add or remove any languages they'd like to learn. ![Adding Languages To Learn](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/ffefb307-03ae-409f-8036-ea8f1274625a) ![Removing Languages To Learn](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/b9a7fe39-5bf7-45bd-aec3-58d09fd9da24) --- ### Responsive Design The AI-Powered Travel App is fully responsive and works seamlessly on various screen sizes, including mobile devices. ![Responsive Design](https://github.com/ckaiser258/ai-powered-travel-app/assets/62724182/cbf07b9a-6ac3-4ab1-bbf0-a5895c662c65) --- ## Contributing If you would like to contribute to the AI-Powered Travel App, please follow these guidelines: 1. Fork the repository. 2. Create a new branch: `git checkout -b feature/your-feature-name` 3. Make your changes and commit them: `git commit -m "Add your changes"` 4. Push to the branch: `git push origin feature/your-feature-name` 5. Submit a pull request describing your changes. ## Contact If you have any questions or suggestions, please feel free to reach out! coltonkaiser1@gmail.com I hope you enjoy using the AI-Powered Travel App and have a fantastic travel experience! Happy travels! ## License Copyright 2023 Colton Kaiser Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
An AI powered travel and language learning application that allows users to translate any language into any other language they'd like, ask any travel-related question they want to a chatbot, generate words and phrases they should be aware of in any location in the world, and use personalized exercises to learn any language in the world.
nextjs,ai,graphql,javascript,nodejs,openai,openai-api,prisma,react,typescript
2023-03-29T19:45:03Z
2023-10-09T02:10:01Z
null
1
1
165
0
7
9
null
null
TypeScript
davidolanrewaju/AwesomeBooks-with-ES6
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! --> <!-- 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) <!-- - [๐ŸŽฅ Video Summary](#video-summary) --> - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [โ“ FAQ (OPTIONAL)](#faq) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– AwesomeBooks <a name="about-project"></a> **[AwesomeBooks]** is a project that helps showcases a deeper understanding of Javascript by the use of classes, property constructors, and objects to create an webpage with the feature to add and remove contents dynamically. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Frontend</summary> <ul> <li>HTML</li> <li>CSS</li> <li>Linters</li> <li>GitHub Flows</li> <li>Javascript</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - [x] Add books dynamically - [x] Remove added books dynamically - [x] Applied ES6 modules for page dynamism <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://dave-prog.github.io/My-Portofolio/) <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: <ul> <li>GitHub Account</li> <li>Git installed on your system</li> <li>Install all dependencies</li> <li>Code Editor</li> </ul> ### Setup Clone this repository to your desired folder, write the following commands in git bash ```sh cd my-folder git clone git@github.com/dave-prog/AwesomeBooks.git ``` ### Usage To run the project, execute the following command: ```sh npm init -y npm install --save-dev hint@7.x npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x ``` ### Run tests To run tests, run the following command: ```sh npx hint . npx stylelint "**/*.{css,scss}" npx eslint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Olanrewaju David** - GitHub: [@dave-prog](https://github.com/dave-prog) - Twitter: [@ola_dayve](https://twitter.com/ola_dayve) - LinkedIn: [David Olanrewaju](https://www.linkedin.com/in/david-olanrewaju) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] Add a download link and like button for any book added <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- VIDEO SUMMARY --> <!-- ## ๐ŸŽฅ Video Summary <a name="video-summary"></a> >This is a video summary on the aim of this project and the challenges encountered.</br> Click [this link](https://www.loom.com/share/a600c92ff4cd4594a16d8c8d59bc619d) to get a view of the project <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/dave-prog/AwesomeBooks/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 hit the like button and also hit me up if you need a collaborator on any side projects you're working on. <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 resources provided to make this project easy to execute and my coding partner Mahou <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## โ“ FAQ (OPTIONAL) <a name="faq"></a> - **How did you set up your project?** - Installed all dependencies given by Microverse (stylelint, webhint, lighthouse) - **How do I clone your report for use?** - Open git bash and enter "git clone https://github.com/dave-prog/My-Portofolio" <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](https://choosealicense.com/licenses/mit/) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
"AwesomeBooks-with-ES6" is a comprehensive repository featuring the use of JS modules, and best practices designed to improve my skills in ECMAScript 6.
css,html,javascript,es6,eslint,stylelint
2023-04-03T15:00:33Z
2023-04-19T08:26:26Z
null
1
1
14
0
0
9
null
MIT
JavaScript
osamaashraf6/Final-Capstone-FrontEnd
dev
# Book A Swimming Class Frontend > This is a React front-end Swimming class booking web-application. This applications is responsive and users can load, create, and delete doctors and reservations We use React for the front-end. In order to access the application users need to sign up or login. ## Link to the backend [Book A Swimming Class Backend](https://github.com/users/amexabee/final-capstone) ## Kanban Board [Kanban Board](https://github.com/users/amexabee/projects/1/views/1) ## Initial state Of Kanban Board [Initial Kanban Board](https://github.com/amexabee/final-capstone/issues/17) > ***We are a group of three*** 1. Member 1 - [Amanuel](https://github.com/amexabee) 2. Member 2 - [Tamana](https://github.com/tamana-Balkhi) 3. Member 3 - [Osama](https://github.com/osamaashraf6) ## Preview ### Home Page ![Screenshot (177)](https://user-images.githubusercontent.com/113527620/231905763-1065fb84-e577-40e1-8503-c6ac8ffdd03c.png) ### Details Page ![Screenshot (178)](https://user-images.githubusercontent.com/113527620/231905805-948ce848-af03-4043-a983-2761e88f4789.png) ### Reserve class Page ![Screenshot (179)](https://user-images.githubusercontent.com/113527620/231905843-14a56bd5-6917-470e-886b-1b8c214efbc3.png) ### Add class Page ![Screenshot (181)](https://user-images.githubusercontent.com/113527620/231905916-c5f0038f-5b3c-4171-b431-5001ba99361d.png) ## Live version - [Live Demo](https://swimming.onrender.com/) ## Built With - HTML - CSS - Bootstrap - JavaScript - React - Redux ## Getting Started - Follow setup instructions below to get a copy locally. ### Prerequisites - React - Git and Github - Terminal - Browser ### Install - [Git](https://git-scm.com/downloads) - [Node](https://nodejs.org/en/download/) ### Setup Follow [this link](https://github.com/amecabee/final-capstone) to visit the [back-end repository]() and start the server on localhost:3000. - Clone this repository `` - Cd or navigate into the directory and run `npm install` to install dependencies - Run `npm start` - Visit `localhost:3009` in your browser ### Using it Locally - Clone the project ```bash git clone https://github.com/osamaashraf6/Final-Capstone-FrontEnd.git cd Final-Capstone-FrontEnd ``` - Install dependencies ```bash npm i or npm install ``` - To Start the development server ```bash npm start ``` ## Backend Repo [Book A Swimming Class Backend](https://github.com/amexabee/final-capstone.git) Suggestions: Back-end should run in **localhost:3000** Front-end should run in **localhost:3009** # Credits ## Authors ๐Ÿ‘ค **Amanuel Galema** - GitHub: [@amexabee](https://github.com/amexabee) - Twitter: [@i_amanuel](https://twitter.com/i_amanuel) - LinkedIn: [Amanuel Galema](https://www.linkedin.com/in/amanuel-galema/) ๐Ÿ‘ค **Tamana Balkhi** - GitHub: [@tamana-Balkhi](https://github.com/tamana-Balkhi) - LinkedIn: [Tamana Balkhi](https://linkedin.com/in/linkedinhandle) ๐Ÿ‘ค **Osama Ashraf** - GitHub: [Osama Ashraf](https://github.com/osamaashraf6) - Twitter: [Osama Ashraf](https://twitter.com/OsamaAshraf578?t=l75KjrhQgK4h-vSPfgk1gA&s=08) - LinkedIn: [Osama Ashraf](https://www.linkedin.com/in/osama-salem-2a046b203) ## ๐Ÿค Contributing Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). ## Show your support Give a โญ๏ธ if you like this project! ## Acknowledgments - [Microverse](https://www.microverse.org/) - Original Design idea by [Murat Korkmaz](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign) ## ๐Ÿ“ License This project is [MIT](./LICENSE) licensed.
This is the React front-end Swimming course booking web-application. This applications is responsive and users can load, create, and delete courses and reservations We use React for the front-end. In order to access the application users need to to be authorized as Admins then login.
css3,javascript,linter,react,react-testing-library,redux
2023-03-30T19:56:45Z
2023-06-21T05:44:00Z
null
3
15
110
0
1
8
null
MIT
JavaScript
EmberCrate/website
main
<p align="center"> <img width="150" src="public/android-chrome-512x512.png" alt="EmberCrate Logo"> <h3 align="center">EmberCrate</h3> <p align="center">The open collection for all resources on Ember.js</p> <p align="center" width="450" style="width: 450px; margin: 0 auto;"> <img src="https://img.shields.io/badge/Ember.js-~v4.8.0-orange"> <img src="https://img.shields.io/badge/Node.js-14.*%20%7C%7C%2016.*%20%7C%7C%20%3E%3D%2018-green"> <img src="https://img.shields.io/badge/Yarn-v1-blue"> <img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fembercrate.com"> <img alt="GitHub issues" src="https://img.shields.io/github/issues-raw/EmberCrate/website"> <img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr-raw/EmberCrate/website"> <img alt="Discord" src="https://img.shields.io/discord/480462759797063690"> <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/EmberCrate?style=social"> </p> </p> ## About Discover the best resources and learning materials on Ember.js. Find interesting articles, conference talks, social media posts, and more. ## Built with Ember.js - ๐Ÿน Ember 4.8 - โšก๏ธ Prember and Fastboot for Static Site Generation (SSG) - ๐Ÿ“ฆ Embroider build system - ๐ŸŽจ Tailwind CSS (with Flowbite) - โœ… TypeScript - ๐Ÿ” Glint (template validation) - โœจ Template tag components - ๐Ÿ“ ESLint and Prettier ## Add a resource Adding a resource can be done by opening a PR to this repository. See the submission guidelines on the site and read the [CONTRIBUTION.md](CONTRIBUTING.md) doc to get started locally.
The open collection for all resources on Ember.js
ember,javascript,learning,resources
2023-03-26T18:18:16Z
2023-09-09T16:59:38Z
null
6
12
53
2
5
8
null
Apache-2.0
TypeScript
CodeSystem2022/CodeStyle3erSemestre
main
# CodeStyle-3er-Semestre Repositorio de tareas tercer semestre 2023 De las materias Programaciรณn 3 y Laboratorio 3. <hr> ![github utn](https://github.com/CodeSystem2022/CodeStyle3erSemestre/blob/main/asets/Make%20your%20README.png) <ul> <h2>Integrantes: </h2> <li> Florencia Oviedo</li> <li> Fernando Rojas</li> <li> Dana Angellotti</li> <li>Martin Verstraeten</li> <li> Gabriela Silva</li> <li> Ivana Germir</li> <li> Adriana Da Silva</li> <li> Juan Pablo Ayoroa</li> </ul> <br> <table> <tr> <th>Semana</th> <th>Scrum Master</th> </tr> <tr> <td>Sprint 1</td> <td>Florencia Oviedo</td> </tr> <tr> <td>Sprint 2</td> <td>Florencia Oviedo</td> </tr> <tr> <td>Sprint 3</td> <td>Dana Angellotti</td> </tr> <tr> <td>Sprint 4</td> <td>Dana Angellotti</td> </tr> <tr> <td>Sprint 5</td> <td>Adriana Da Silva</td> </tr> <tr> <td>Sprint 6</td> <td>Adriana Da Silva</td> </tr> <tr> <td>Sprint 7</td> <td>Juan Pablo Ayoroa</td> </tr> <tr> <td>Sprint 8</td> <td>Juan Pablo Ayoroa</td> </tr> <tr> <td>Sprint 9</td> <td>Gabriela Silva</td> </tr> <tr> <td>Sprint 10</td> <td>Gabriela Silva</td> </tr> </table>
Repositorio de tareas tercer semestre 2023 grupo CodeStyle
java,javascript,python
2023-04-08T22:33:00Z
2023-07-02T16:19:20Z
2023-07-02T16:19:20Z
11
82
195
0
4
8
null
null
Python
Modern-Modpacks/kjspkg
main
# KJSPKG A simple package manager for KubeJS. [![contributions](https://github.com/Modern-Modpacks/kjspkg/assets/79367505/d2519e70-ce96-4bbc-b35b-af3e674bf421)](https://github.com/Modern-Modpacks/kjspkg#adding-your-own-package) [![lat](https://img.shields.io/badge/approved%20by-lat-c374e4?style=for-the-badge&labelColor=480066)](https://media.discordapp.net/attachments/764838645374648353/1105578193181753465/image.png?width=545&height=657) ![logo](https://user-images.githubusercontent.com/79367505/227798123-5454e9b1-b39b-4c45-9e02-e18f2e807585.png) ## Installation & Update ### Requirements * [Python 3.8](https://www.python.org/) (or higher) * Pip * [Git](https://git-scm.com/) * [Curl](https://curl.se/) (probably pre-installed) ### Linux ```sh curl -s https://raw.githubusercontent.com/Modern-Modpacks/kjspkg/main/install.sh | sh ``` ### Windows Download [this bat file](https://raw.githubusercontent.com/Modern-Modpacks/kjspkg/main/install.bat) and run it or use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) ## Usage Installing packages: ```sh kjspkg install [package] [package] kjspkg install kjspkg:[package] kjspkg install carbon:[package] # CarbonJS compatibility (https://github.com/carbon-kjs) kjspkg install github:[author]/[package] # External packages ``` Removing packages: ```sh kjspkg remove [package] [package] ``` Updating packages: ```sh kjspkg update [package] [package] ``` More info in the help page: ```sh kjspkg help ``` ## Adding your own package 1. Create a repository containing your scripts and assets 2. [Don't forget to license your code](https://choosealicense.com/) 3. Add a file to your repo named `.kjspkg` and format it like this: ```json { "author": "<your_name>", "description": "<description>", "versions": [<Version key numbers (see the numbers in parentheses in the table below, or use this formula: "version title = 1.(version key + 10).whatever"). Can contain multiple numbers>], "modloaders": [<Modloaders ("fabric"/"forge", "fabric" will for quilt as well)>. Can contain multiple modloaders], "dependencies": [<Package names that your package depends on, blank if none. To depend on mods add "mod:" before the mod id>], "incompatibilities": [<Package names that your package is incompatible with, blank if none. Incompatible mods are also supported (use the same syntax)>] } ``` 4. Fork this repo 5. Clone it 6. Add your package to `pkgs.json` file. Format it like this: `"your_package_id": "your_github_name/your_repo_name[$path/to/your/package/directory][@branch_name]",` * Things in [] are optional * Only specify the path if you have multiple packages in one repository. If you do, specify the path where the .kjspkg file is located at * Branch is `main` by default 7. Create a pull request 8. Wait for it to be accepted ### KJSPKG badges [![kjspkg-available](https://github-production-user-asset-6210df.s3.amazonaws.com/79367505/250114674-fb848719-d52e-471b-a6cf-2c0ea6729f1c.svg)](https://kjspkglookup.modernmodpacks.site/#) ```md [![kjspkg-available](https://github-production-user-asset-6210df.s3.amazonaws.com/79367505/250114674-fb848719-d52e-471b-a6cf-2c0ea6729f1c.svg)](https://kjspkglookup.modernmodpacks.site/#{packagename}) ``` ## Supported versions ![Version list (3)](https://github.com/Modern-Modpacks/kjspkg/assets/79367505/9da92336-cbc7-4ac3-8e87-7070a1fa7efd) (Thanks tizu.hehe on discord for the figma template) Tested means that the version is confirmed to be working; Not tested means that the version should work, but hasn't been tested. Feel free to test it yourself and let us know so we'll update the readme. Full support means that we focus on that version; Partial support means that the version is supported, but not as much as the fully supported ones; No support means that the version works, but any issues that you have with it won't be fixed. Borked means it doesn't work lmao.
A KubeJS package manager
kubejs,package-manager,python,kjspkg,javascript
2023-03-26T12:04:09Z
2024-05-18T10:10:57Z
null
13
15
209
0
11
8
null
MIT
Python
chandankumar1425/Travelocity-Clone
main
--- This project is a clone of tevelocity.com which is an online travelling site. ---- ## Author + Chandan Kumar Behera + Github:-https://github.com/chandankumar1425 + linkedIn:-https://www.linkedin.com/in/kaushikchandan6372 ## Tech Stack The tech Stack we used for creating this webiste are:- + HTML + CSS + Javascript + Node JS + Express + MongoDB ## Landing Page ----- ![image](https://user-images.githubusercontent.com/118505620/229411451-3634a67d-4a45-46a5-89b7-37bf976c2d19.png) ## SignIn Page ![image](https://user-images.githubusercontent.com/118505620/229411624-0935f4b2-ca9d-44cf-9394-4a5d83f4e4fc.png) ![image](https://user-images.githubusercontent.com/118505620/229411678-81789597-a116-46a8-a2f0-f6e94a0b035c.png) ## Hotel Page ![image](https://user-images.githubusercontent.com/118505620/229411775-c2579e10-6511-4176-9c93-7615fea8c92a.png) ## Booking Page ![image](https://user-images.githubusercontent.com/118505620/229411904-ff6e98bd-3882-4169-94af-4be94baffae0.png) ## Payment Page ![image](https://user-images.githubusercontent.com/118505620/229412001-00c4a96f-1b42-424b-aa82-f1f2c5cd16ad.png)
Travelocity is an e-commerce website that sells a variety of products related to women's fashion only like tops, jeans, t-shirts, etc.
css,html,javascript,expressjs,mongodb,nodejs
2023-03-28T05:42:45Z
2023-07-21T20:12:52Z
null
2
0
22
0
0
8
null
null
HTML
ZeeshanMukhtar1/JS-Playbook
main
# ๐Ÿš€ JavaScript Playbook - Your Learning Journey Begins Here! ## Introduction Greetings, fellow coder! Welcome to our JavaScript Playbook, an immersive learning haven crafted to propel you toward JavaScript mastery. Whether you're a coding enthusiast venturing into the world of programming or a seasoned developer aiming to hone your skills, this repository is a treasure trove of code snippets, examples, and pro tips to make your JavaScript journey both enjoyable and impactful. As a Full-Stack developer, I've meticulously curated these resources as companions to my own learning odyssey, and now I'm delighted to share them with you. Let's plunge into the exciting realm of JavaScript together! ## ๐Ÿ“˜ Table of Contents 1. **[Introduction](./01-Introduction%20๐Ÿ“š/README.md) ๐ŸŒ** - **[Overview](./01-Introduction%20๐Ÿ“š/01-Overview.ipynb)** - Get a course overview and set up your coding environment. - **[Why We Should Learn JavaScript](./01-Introduction%20๐Ÿ“š/02-Why-JavaScript.ipynb)** - Discover why JavaScript is a valuable language to learn in 2023-24. 2. **[Basics](./02-Basics%20๐ŸŸข/README.md) ๐ŸŸข** - **[Variables](./02-Basics%20๐ŸŸข/01-Variables.ipynb)** - Learn the basics of using variables in JavaScript. - **[Data Types](./02-Basics%20๐ŸŸข/02-Data-Types.ipynb)** - Explore the different types of data in JavaScript. - **[Functions](./02-Basics%20๐ŸŸข/03-Functions.ipynb)** - Understand the basics of functions, including arrow functions. - **[Conditionals](./02-Basics%20๐ŸŸข/04-Conditionals.ipynb)** - Introduce decision-making in your code. - **[Operators](./02-Basics%20๐ŸŸข/04-Conditionals.ipynb)** - Dive into the basics of operators in JavaScript. - **[Loops](./02-Basics%20๐ŸŸข/06-Loops.ipynb)** - Master the art of looping in JavaScript. 3. **[Intermediate Concepts](./03-Intermediate%20๐ŸŸก/README.md) ๐ŸŸก** - **[Objects](./03-Intermediate%20๐ŸŸก/01-Objects.ipynb)** - Explore the world of JavaScript objects. - **[Arrays](./03-Intermediate%20๐ŸŸก/02-Arrays.ipynb)** - Dive into the versatility of arrays in JavaScript. - **[Nullish Coalescing](./03-Intermediate%20๐ŸŸก/03-Nullish-Coalescing.ipynb)** - Uncover the power of nullish coalescing. - **[This Keyword](./03-Intermediate%20๐ŸŸก/04-This-Keyword.ipynb)** - Understand the mysterious "this" keyword. - **[Async Await Basics](./03-Intermediate%20๐ŸŸก/05-Async-Await.ipynb)** - Step into the asynchronous world of JavaScript. - **[IIFE](./03-Intermediate%20๐ŸŸก/06-IIFE.ipynb)** - Discover Immediately Invoked Function Expressions. 4. **[Advanced](./04-Advanced%20๐Ÿ›ก๏ธ/README.md) ๐Ÿ›ก๏ธ** - **[Modules & ES6](./04-Advanced%20๐Ÿ›ก๏ธ/01-Modules-and-ES6.ipynb)** - Delve into modern JavaScript with ES6 and modules. - **[JS Strict Mode](./04-Advanced%20๐Ÿ›ก๏ธ/02-Strict-Mode-and-Web-APIs.ipynb)** - Uncover the power of strict mode in JavaScript. - **[Advance Objects](./04-Advanced%20๐Ÿ›ก๏ธ/03-Advanced-Objects.ipynb)** - Elevate your mastery of JavaScript objects. - **[Advance Arrays](./04-Advanced%20๐Ÿ›ก๏ธ/04-Advanced-Arrays.ipynb)** - Take your skills with arrays to the next level. - **[Closures](./04-Advanced%20๐Ÿ›ก๏ธ/05-Closures.ipynb)** - Unravel the mystery of closures in JavaScript. - **[Async Nature of JS](./04-Advanced%20๐Ÿ›ก๏ธ/06-Javascript-Async-Nature.ipynb)** - Navigate the asynchronous landscape of JavaScript. 5. **[Browser Development](./05-Browser-Development%20๐ŸŒ/README.md) ๐ŸŒ** - **[Local & Session Storage](./05-Browser-Development%20๐ŸŒ/01-Local-Storage-and-Session-Storage.ipynb)** - Learn how to store data on the client-side and utilize it for a seamless user experience. - **[Event Loop](./05-Browser-Development%20๐ŸŒ/02-Event-Loop.ipynb)** - Explore how asynchronous operations are handled, ensuring your code runs smoothly. - **[Chrome Dev Tools](./05-Browser-Development%20๐ŸŒ/03-Chrome-Dev-Tools.ipynb)** - Master the art of debugging and optimizing your code with Chrome Dev Tools. Discover hidden features and unleash the full potential of your development workflow. - **[Browser Events](./05-Browser-Development%20๐ŸŒ/04-JS-Events.ipynb)** - Understand how to handle and utilize browser events in your JavaScript applications. Enhance interactivity and responsiveness through effective event handling. - **[DOM Manipulation](./05-Browser-Development%20๐ŸŒ/05-DOM-Manipulation.ipynb)** - Learn how to dynamically update and modify the structure and content of your web pages. - **[Event Propagation](./05-Browser-Development%20๐ŸŒ/06-EventPropagationGuide.ipynb)** - Understand how events travel through the DOM and gain control over their flow in your web applications. 6. **[Next-Level Techniques](./06-Next-Level-Techniques) ๐Ÿš€** - **[Extending Prototype with Custom Methods](./06-Next-Level-Techniques%20๐Ÿš€/Js-prototype-extension.ipynb)** - Explore techniques for extending JavaScript prototypes with custom methods. - **[Call Method](./06-Next-Level-Techniques%20๐Ÿš€/Call-method.ipynb)** - Learn about the "Call" method and its applications in JavaScript. 7. **[Projects](./07-Projects) ๐Ÿšง** - [Exciting Project Initiatives](./07-Projects%20๐Ÿšง): Dive into stimulating JavaScript projects. 8. **[Resources](./08-Resources) ๐Ÿ“Ž** - [Handpicked Additional Resources](./08-Resources/README.md): Explore a curated collection of resources to elevate your JavaScript journey. 9. **[Conclusion](./09-Conclusion) ๐ŸŽฏ** - [Final Thoughts and Reflections](./09-Conclusion/README.md): Wrap up your JavaScript adventure with insightful reflections. 10. **[Interview Preparation](./10-interview-preparation%20๐ŸŽ“/) ๐ŸŽฏ** - [Interview Preparation](./10-interview-preparation%20๐ŸŽ“/README.md): Prepare for JavaScript interviews with a comprehensive guide. 11. **[Assets](./Assets) ๐Ÿ› ๏ธ** - [Arrays Asset and Advanced Arrays](./Assets/Arrays): Supplement your learning with valuable assets. 12. **[Memory Management](./Memory-Management/JS-Playbook) ๐Ÿง ** - **[01-Stack](./Memory%20Management%20๐Ÿง /)** - Explore the stack in memory management and how it works. - **[02-Heap](./Memory-Management/JS-Playbook/02-Heap.ipynb)** - Understand the heap in memory management and how it works. 13. **[LICENSE](./LICENSE) ๐Ÿ“œ** - [License Information](./LICENSE): Review the licensing details for this repository. ## Connect with Me Embarking on the journey of mastering JavaScript is an exciting adventure, and I'm here to support you at every turn! If you have questions, feedback, or a desire to contribute and enhance this resource, please don't hesitate to reach out. [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=flat-square&logo=linkedin)](https://www.linkedin.com/in/zeeshanmukhtar1/) [![Twitter](https://img.shields.io/badge/Twitter-Follow-blue?style=flat-square&logo=twitter)](https://twitter.com/ZeshanMukhtar01) [![Instagram](https://img.shields.io/badge/Instagram-Follow-blue?style=flat-square&logo=instagram)](https://www.instagram.com/zeshanmukhtar01/) Happy coding and happy learning! ๐Ÿš€โœจ
Welcome to our JavaScript Playbook! This repository will help you learn JavaScript from scratch with code snippets and examples. Our Playbook is designed to guide you through the basics and enhance your skills.. Happy learning!
beginner-friendly,cheatsheet,codesnippets,es6-javascript,javascript,learning,webdevelopment
2023-04-06T19:11:14Z
2024-03-01T20:17:50Z
null
1
1
93
0
3
8
null
MIT
Jupyter Notebook
Ajay-Dhangar/To-Do-App-Js
main
<p align="left"> <a href="https://github.com/Ajay-Dhangar/To-Do-App-Js"><img width="100%" src="https://github-readme-stats.vercel.app/api/pin/?username=Ajay-Dhangar&repo=To-Do-App-Js&theme=react&bg_color=1F222E&title_color=F85D7F&hide_border=true&icon_color=F8D866&ยบ" alt="my-capstone-project"></a> </p> ![screencapture-ajay-dhangar-github-io-To-Do-App-Js-2023-05-02-20_10_43](https://user-images.githubusercontent.com/99037494/235700611-c8651332-cc63-4c5b-bf09-6e782458b0ac.png) ## Project Overview Hello there! I'm excited to present to you my Todo App project. This web application is designed to help users manage their tasks and stay organized. It allows users to create, update, and delete tasks, as well as mark them as completed. The app is built using JavaScript, HTML, and CSS, and it leverages the power of the browser's local storage to store the task data. ## Features 1. **Task Creation**: Users can easily create new tasks by entering a title and a description. Once created, the task is displayed in the task list. 2. **Task Update**: Users can edit existing tasks to modify the title, description, or other details. 3. **Task Deletion**: Users can delete tasks that are no longer needed. This action removes the task from the task list. 4. **Task Completion**: Users can mark tasks as completed, providing a visual indication of their progress. 5. **Persistent Data**: The app utilizes the browser's local storage to store the task data. This means that even if the user refreshes the page or closes the browser, their tasks will be saved and available upon returning to the app. ## Code Explanation The project's codebase is organized into different files and folders to maintain a clear structure. Here's a breakdown of the main components and their functionalities: 1. **index.html**: This file represents the user interface of the Todo app. It defines the structure of the webpage, including the task input form, task list, and buttons for various actions. 2. **style.css**: This file contains the CSS styles that define the appearance and layout of the app. It provides a visually appealing and user-friendly interface. 3. **script.js**: This is the JavaScript file that handles the logic and functionality of the Todo app. It includes event listeners, functions for creating, updating, and deleting tasks, as well as handling local storage operations. The code follows best practices in terms of readability, modularity, and separation of concerns. It utilizes modern JavaScript features, such as ES6 syntax, and leverages the power of DOM manipulation to dynamically update the user interface based on user actions. ## Conclusion In conclusion, this Todo app project demonstrates my proficiency in JavaScript, HTML, and CSS, as well as my ability to develop a functional and user-friendly web application. The app provides an intuitive and efficient way for users to manage their tasks, and the code is structured and organized for easy maintenance and scalability. I hope you find this project valuable and appreciate your time in reviewing it. Please feel free to provide any feedback or suggestions for improvement. Thank you! ---------------------------------------------------------- I have created a To-Do App using JavaScript and hosted it on GitHub Pages. Let's take a closer look at your code and project. - GitHub Repository: https://github.com/Ajay-Dhangar/To-Do-App-Js - GitHub Pages Link: https://ajay-dhangar.github.io/To-Do-App-Js/
To Do App build with the help of JavaScript
css,css3,html,html-css-javascript,html5,javascript,js,to-do,to-do-app,to-do-app-js
2023-03-31T05:44:13Z
2023-08-04T10:28:04Z
null
2
1
45
3
2
8
null
Apache-2.0
JavaScript
raihan2bd/chatgpt-go
dev
# NeuralChat - using Go (golang) and OpenAI (ChatGPT) <p>NeuralChat is a cutting-edge chatbot project that allows users to chat with the state-of-the-art OpenAI chatbot, GPT-3.5, in a seamless and user-friendly manner. The project is built using Golang, PostgreSQL, Javascript, HTML, and CSS, making it a powerful and robust solution for all your chatbot needs. NeuralChat implements stateful authentication, which ensures that users can securely log in and engage with the chatbot. The user experience is smooth and intuitive, thanks to the project's sleek and modern design. Using NeuralChat, users can interact with GPT-3.5 through prompts, allowing them to chat about a wide range of topics and receive intelligent and insightful responses. The chatbot is trained to understand natural language, making conversations feel human-like and engaging. Overall, NeuralChat is a fantastic solution for anyone looking to build a powerful chatbot that can engage with users in a natural and intuitive way. With its stateful authentication and advanced GPT-3.5 technology, this project is sure to impress and delight users.</p> ### Tech Stack <a name="tech-stack"></a> I used Go (golang), PostgreSQL, OpenAI, Html, Javascript and CSS to build this project. <summary>Full Stack</summary> <ul> <li>Go (Golang)</li> <li>PostgreSQL</li> <li>OpenAI</li> <li>JAVASCRIPT</li> <li>Html</li> <li>CSS</li> </ul> <summary>Major Dependencies</summary> <ul> <li><a href="https://github.com/go-chi/chi">Chi router</a></li> <li><a href="https://github.com/alexedwards/scs/v2">Alex edwards SCS </a> Session Manager</li> <li><a href="https://github.com/jackc/pgx">PGX PostgreSQL Driver</a> Database Driver</li> <li><a href="https://github.com/justinas/nosurf">Nosurf</a> Generate CSRFToken</li> <li><a href="https://github.com/sashabaranov/go-openai">OpenAI</a> OpenAI Driver</li> </ul> ## Demo ![Capture_home](https://user-images.githubusercontent.com/35267447/229288848-3b920169-b580-4121-b0c6-cc431bb12fc6.PNG) ![Capture](https://user-images.githubusercontent.com/35267447/229288865-4947e6e6-bfce-4328-8c03-f0a37f542039.PNG) ![Capture_home_m](https://user-images.githubusercontent.com/35267447/229288832-b06b36aa-6b4d-432f-87a3-86bf4676005f.PNG) ![Capture-m](https://user-images.githubusercontent.com/35267447/229288895-d0b898ca-5470-47af-9e48-b7644e10c665.PNG) ## ๐Ÿ’ป Getting Started - To get star with this package first of all you have to clone the project โฌ‡๏ธ ``` bash https://github.com/raihan2bd/chatgpt-go.git ``` - Then Make sure you have install [Go (golang)](https://go.dev/dl/) version 1.8.0 or latest stable version. - Then make sure you have install [PostgreSQL](https://www.postgresql.org/) on your local machine if you want to use this project as locally. - Then Create a database called `chatgpt` inside the database create two table with below command โฌ‡๏ธ ```sql CREATE TABLE public.users ( id serial4 NOT NULL, first_name varchar(50) NOT NULL, last_name varchar(50) NOT NULL, email varchar(255) NOT NULL, "password" varchar(60) NOT NULL, created_at timestamp NOT NULL, updated_at timestamp NOT NULL, access_level int4 NULL DEFAULT 1, CONSTRAINT users_email_key UNIQUE (email), CONSTRAINT users_pkey PRIMARY KEY (id) ); CREATE TABLE sessions ( token TEXT PRIMARY KEY, data BYTEA NOT NULL, expiry TIMESTAMPTZ NOT NULL ); CREATE INDEX sessions_expiry_idx ON sessions (expiry); ``` - To install all the Go packages navigate the folder address on your terminal and enter the below command โฌ‡๏ธ ``` bash go mod tidy ``` ![Capture](https://user-images.githubusercontent.com/35267447/229288804-fc4769a8-6e29-4c0b-b2fa-750d27fda43b.PNG) - Make sure you rename `example.env` file to `.env` file and modify it with your database credentials (you created earlier) and other info too. # Usages > *Note: Before enter the below command make sure you are in the right directory.* - After finishing the above instructions you can see the project in your local machine by entering the below command โฌ‡๏ธ ```bash go run main.go ``` - Then you can see this project live on your browser by this link http://localhost:8080 or your given the port number you set for the project. ## ๐Ÿ‘ฅ Author ๐Ÿ‘ค **Abu Raihan** - GitHub: [@githubhandle](https://github.com/raihan2bd) - Twitter: [@twitterhandle](https://twitter.com/raihan2bd) - LinkedIn: [LinkedIn](https://linkedin.com/in/raihan2bd) ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thanks [Trevor Sawler](https://www.gocode.ca/) Who help me a lot learn go. I would like to thanks [OpenAI](https://openai.com/) for providing us this awesome and excitant API ๐Ÿ™. ## โญ๏ธ Show your support <a name="support"></a> Thanks for visiting my repository. Give a โญ๏ธ if you like this project! ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. ## Contribution *Your suggestions will be more than appreciated. If you want to suggest anything for this project feel free to do that. :slightly_smiling_face:*
NeuralChat is a cutting-edge chatbot project that allows users to chat with the state-of-the-art OpenAI chatbot, GPT-3.5, in a seamless and user-friendly manner.
chatbot,chatgpt,css,go,golang,html,javascript,neural-network,openai,postgresql
2023-03-26T03:20:48Z
2023-04-01T13:35:33Z
null
1
5
59
0
3
8
null
MIT
Go
mrvautin/nextjs-checkout
main
# nextjs-checkout A superfast shopping cart built with [Next.js](https://nextjs.org/) and [Prisma](https://www.prisma.io). Supports [Stripe](https://stripe.com/), [Verifone](https://verifone.cloud/) and [Square (beta)](https://squareup.com/) payment gateways + the addition of payment gateways using modular design. ![nextjs-checkout screenshot](https://nextjs-checkout.markmoffat.com/screenshot.jpg) ## Demo You can see a working demo here: [https://nextjs-checkout.markmoffat.com](https://nextjs-checkout.markmoffat.com) ## Development ### Installing Run command: `yarn install` ### Starting dev Run command: `yarn run dev` ### Building Run command: `yarn run build` ### Testing Run command: `yarn run test` ### Linting Run command: `yarn run lint` ## Config `nextjs-checkout` uses [Next.js](https://nextjs.org/) config which uses `.env` files. This means you able able to use multiple config files for your different environments. `.env` as base then `.env.development` and `.env.production`. For secrets, you can store them in `.env.local`. > Note: .env, .env.development, and .env.production files should be included in your repository as they define defaults. .env*.local should be added to .gitignore, as those files are intended to be ignored. .env.local is where secrets can be stored. ## Admin The admin portal is access via `/admin` (eg: `http://localhost:3000/admin`). Authentication uses [Github](https://github.com/mrvautin/nextjs-checkout?tab=readme-ov-file#github-authentication) by default but this can be extended using [NextAuth.js](https://next-auth.js.org/) setting your chosen provider in `/pages/api/auth/[...nextauth].ts`. #### Github authentication You will need to setup a new app in Github. 1. Visit [Github apps](https://github.com/settings/apps) 2. Click `New Github App` 3. Enter the name of the app 4. Enter the homepage URL of your website 5. In the `Callback URL` enter your domain followed by `/api/auth/callback/github`. For example: `https://example.com/api/auth/callback/github` 6. Click `Create Github App` Once complete, you will need to setup the following environment variables in your `.env`: ```sh GITHUB_CLIENT_ID=clientid-here GITHUB_SECRET=secret-here ``` You can then visit `/admin` on your website which will guide you through authorising with Github. ## Database `nextjs-checkout` uses `Prisma` ORM meaning you can use a **PostgreSQL**, **MySQL**, **MongoDB**, **SQLite**, **CockroachDB**, or **Microsoft SQL Server** database. Connecting to your database is done through the `Prisma` config file `prisma/schema.prisma`. See [here](https://www.prisma.io/docs/concepts/database-connectors) for the config options for your chosen database. You will most likely need to make small changes to the `prisma/schema.prisma` if you are not using `postgres` which is the default supported DB. Included is an example `Mongodb` file here: `prisma/schema-mongodb-example.prisma`. #### Setup / Config 1. Setup DB string into the `DATABASE_CONNECTION_STRING` environment variable in your `.env` file. 2. Start the app with `yarn run dev` to confirm the DB connects without issue. 3. Sync the DB schema with your database: `npx prisma migrate dev --name init` #### Seed example data Run the seed command: `npx prisma db seed` to seed example Products into your `products` table. ## Payments ### Stripe Configuration of Stripe payments is done via the `.env` or `.env.local` file. The relevant values are: ``` sh NEXT_PUBLIC_PAYMENT_CONFIG=stripe STRIPE_SECRET_KEY=sk_test STRIPE_WEBHOOK_SECRET=we_.... ``` #### Adding the webhook Setup the webhook URL within the Stripe dashboard here: [https://dashboard.stripe.com/webhooks](https://dashboard.stripe.com/webhooks). Setup the URL endpoint to `https://my-domain-url/api/stripe/webhook`. ### Square Configuration of Square payments is done via the `.env` or `.env.local` file. The relevant values are: ``` sh SQUARE_ACCESS_TOKEN=xxxxxx..... SQUARE_LOCATION_ID=xxxxxxxxxxxxx SQUARE_WEBHOOK_URL=http://localhost:3000/api/square/webhook ``` #### Adding the webhook Setup the Webhook URL within the Square developer dashboard here: [https://developer.squareup.com/](https://developer.squareup.com/). Setup the URL endpoint to `https://my-domain-url/api/square/webhook`. Ensure you subscribe to `payment.updated` events. ### Verifone Configuration of Verifone payments is done via the `.env` or `.env.local` file. The relevant values are: ``` sh NEXT_PUBLIC_PAYMENT_CONFIG=verifone VERIFONE_API_ENDPOINT=https://cst.test-gsc.vfims.com VERIFONE_PUBLIC_KEY=00000000-0000-0000-0000-000000000000 VERIFONE_USER_UID=00000000-0000-0000-0000-000000000000 VERIFONE_ENTITY_ID=00000000-0000-0000-0000-000000000000 VERIFONE_PAYMENT_CONTRACT=00000000-0000-0000-0000-000000000000 VERIFONE_THEME_ID=00000000-0000-0000-0000-000000000000 ``` Plese refer to the Verifone documentation on where to obtain these values. #### Adding the webhook Setup a notification in the Verifone dashboard listening on: `Checkout - Transaction succeeded` and `Checkout - Transaction failed`. Setup the URL endpoint to `https://my-domain-url/api/verifone/webhook`. You can test the webhook by setting up `Ngrok` and forwarding traffic to your app or using Postman to simulate and API call to your endpoint. A payload example: ``` json { "objectType": "StandardEvent", "eventId": "9eddccfb-1111-4b08-1111-e1906d784b8d", "eventDateTime": "2023-05-05T00:50:58.556Z", "recordId": "a4bfa80b-2222-4f53-2222-736fab4be93f", "itemId": "a4bfa80b-2222-4f53-2222-736fab4be93f", "entityUid": "75c0d895-3333-49e3-3333-4a4c555045f9", "source": "CheckoutService", "eventType": "CheckoutTransactionSuccess" } ``` ## Products ### Images Product images are stored on [AWS S3](https://aws.amazon.com/s3/). You can simply setup your S3 bucket in AWS Console and add the credentials to your `.env` or `.env.local` file. When managing products in `/admin/products` all images will be automatically uploaded to AWS S3. 1. Visit [AWS S3](https://aws.amazon.com/s3/) 2. Click `Create bucket` 3. Pick your location and name your bucket 4. In `Object ownership` select `ACLs enabled` - This is simply used to set an ACL of `public-read` for all images making them viewable to public for your website. 5. Uncheck `Block all public access` as we want the images viewable to the public 6. Click `Create bucket` 7. Enter the Access key, secret and Bucket name to your `.env` or `.env.local` file: ``` bash AWS_REGION=us-east-1 AWS_S3_BUCKET_NAME=nextjs-checkout AWS_ACCESS_KEY_ID=my-key AWS_SECRET_ACCESS_KEY=my-key ``` ## Discount codes Discount codes are supported using an `amount` or `percent`. You can setup discount codes using the discount page in the Admin portal `/admin/discounts`. The `Dicount code` is the value customers will use at the checkout, the `Discount value` is either an `amount` or `percent` depending on the type set. You will need to set a start and end date/time and enable your discount.
A superfast shopping cart built with Next.js and Prisma.
cart,javascript,nextjs,reactjs,shopping-cart,typescript
2023-04-01T00:38:33Z
2024-05-12T06:04:55Z
null
1
0
47
1
5
8
null
null
TypeScript
Brugarolas/vuersatile-components
master
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/brugarolas) # Vuersatile Components ## Installation We can install `Vuersatile Components` with NPM: ```bash npm install --save vuersatile-components ``` ## Usage First, we need to configure our library. `Vuersatile Components` comes with `vue-i18n` pre-bundled, so we have to pass its options as param to our library configurator. Here us one example of app configuration: ```js import '../node_modules/vuersatile-components/dist/style.css' // Vite fix import '../node_modules/vuersatile-components/dist/style.scss' import { VuersatileInit } from 'vuersatile-components' import messages from './messages.json'; import { createApp } from 'vue' import { createPinia } from 'pinia' import App from './App.vue' import router from './router' const app = createApp(App) VuersatileInit(app, { locale: 'en', // set locale messages: { en: messages // set locale messages } }); app.use(createPinia()) app.use(router) app.mount('#app') ``` Now we can use our components wherever we want: ```js import { Card, Tooltip, LockedIcon, TooltipInfo, Form, InputText, InputNumber, InputPassword, ToggleSwitch, SegmentedControl, Checkbox, InputTextarea, RadioButtonGroup, InputSelect, InputMultiSelect } from 'vuersatile-components'; ``` ## i18n default messages ```json { "FORM": { "ERROR": { "EMAIL": "Invalid email", "MAX_VALUE": "You must enter a number least than indicated", "MIN_CURRENT_DATE": "You must enter a date greater than today", "MIN_VALUE": "You must enter a number greater than indicated", "NOT_DATE": "Field must be valid date", "NOT_EMPTY": "Field can't be empty", "NOT_EMPTY_NUMBER": "You must enter a number", "NOT_EQUAL": "This information does not match", "NOT_INT": "Field must be integer", "NOT_NUMBER": "Field must be number", "NOT_VALID_TIME": "Field is not a valid time", "PHONE": "Invalid phone number", "MANDATORY_LONG": "Field is mandatory", "NOT_MAX_LENGTH": "Invalid max length", "NOT_MIN_LENGTH": "Invalid min length" } }, "GENERIC": { "ADD": "Add", "CLEAR": "Clear", "CONTINUE": "Continue", "FROM": "From", "NO_RESULTS": "No results", "NO": "No", "SEARCH": "Search", "TO": "To", "YES": "Yes" } } ```
A Vue 3 component library with a CSS framework integrated
components,components-library,css,css-framework,javascript,scss,scss-framework,validation,validation-library,vitepress
2023-03-26T22:31:23Z
2023-05-12T15:21:02Z
null
1
0
141
0
1
8
null
GPL-3.0
Vue
hoangsonww/Read-Voyage-Kindle
main
# Read Voyage Kindle App ## Overview Read Voyage is a Kindle-like web application designed for reading "Twenty Thousand Leagues Under the Sea" by Jules Verne. This application provides a modern reading experience through a browser, integrating classic literature with contemporary web technologies. ## User Interface <p align="center" style="cursor: pointer"> <a href="https://hoangsonww.github.io/Read-Voyage-Kindle/"> <img src="ui.png" alt="The MovieVerse App Interface" width="100%"/> </a> </p> ## Features - **Responsive Design**: Optimized for desktop and mobile devices. - **Interactive Navigation**: Users can easily navigate between chapters and parts of the book through an interactive sidebar. - **Dynamic Content Display**: Each chapter begins with a highlighted title, followed by the text of the book formatted for easy reading. - **Integrated Definitions**: Certain terms within the text are clickable, revealing their definitions without needing to leave the page or disrupt the reading experience. - **Progressive Navigation**: Navigation buttons at the end of each chapter allow for easy progression to the next or previous chapter. ## File Structure - `index.html` - The main entry point of the application containing the home page. - `chapter2.html`, `chapter3.html`, etc. - Individual chapter pages. - `final.html` - Contains the chapters of the final part of the book. - `conclusion.html` - The conclusion page of the book. - `copyrights.html` - The page displaying copyright information. ## Styles - `reset.css` - Resets the styling to ensure consistency across browsers. - `style.css` - Contains custom styles for the application, including fonts, layout, and interactive elements. ## Fonts - **Cormorant Garamond** and **Proza Libre**: Used throughout the app to enhance readability and aesthetics. ## Icons and Images - `favicon.ico` - The favicon for the app, displayed in the browser tab. - Navigation icons and other imagery are linked externally, ensuring that the layout is visually appealing and functionally intuitive. ## Development This application was created by Nguyen Hoang Son in 2023. It uses straightforward HTML and CSS, making it easily maintainable and modifiable for future expansions or iterations. ## Usage To use the Read Voyage Kindle App: 1. Open the `index.html` in any modern web browser. 2. Use the navigation bar to access different parts and chapters of the book. 3. Click on highlighted words to view definitions in a pop-up overlay. 4. Use the navigation buttons at the bottom of each page to move between chapters. ## Browser Compatibility The app is compatible with all modern web browsers including Chrome, Firefox, Safari, and Edge. ## Credits - **Author**: Jules Verne - **Developer**: Nguyen Hoang Son Thank you for choosing Read Voyage for your digital reading experience! Enjoy exploring the depths of the sea with Captain Nemo and his crew aboard the Nautilus.
๐Ÿ“– The ReadVoyage application is a web-based software that allows readers to access the book on their electronic devices, including laptops, tablets, and smartphones.
css,html,javascript,kindle,social,kindle-books,read,reading,reading-list,read-voyage
2023-04-07T06:54:30Z
2024-05-19T09:54:28Z
null
1
0
24
0
6
8
null
MIT
HTML
bosombaby/base-resume
master
# ไธ€ใ€ๅ‰่จ€ ![9.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680859147023-dbc23156-b670-4272-b20c-5c8e51277d66.png#averageHue=%23211e31&clientId=u079d5df4-97aa-4&from=ui&id=uc1689cea&name=9.png&originHeight=839&originWidth=1716&originalType=binary&ratio=1.25&rotation=0&showTitle=false&size=86339&status=done&style=none&taskId=ua106b1e9-5a10-4954-9e86-2bcff06196c&title=) ๆœ€่ฟ‘๏ผŒๅœจgithubไธŠ้ขๆ‰พๅˆฐไบ†ไธ€ไธชไธ้”™็š„ๆŠ€ๆœฏไป‹็ป็ฝ‘็ซ™๏ผŒไธป่ฆไฝฟ็”จ**html+css+js**ๅŽŸ็”Ÿไธ‰ไปถๅฅ—ๅ†™็š„ใ€‚ๆˆ‘ๅœจๆญคๅŸบ็ก€ไน‹ไธŠๅˆฉ็”จthree.jsๅŠ ไบ†ไธ€็‚น3Dๅ…ƒ็ด ๅœจ้‡Œ้ข๏ผŒ่ฎฉ่ฟ™ไธช็ฝ‘็ซ™็œ‹่ตทๆฅๆ›ด็‚ซ้…ทใ€‚ ๆ”น็š„ๆ—ถๅ€™๏ผŒๆ„Ÿ่ง‰ๅŽŸ็”Ÿ่ฟ˜ๆ˜ฏๆฏ”ไธไธŠๆก†ๆžถๆฅ็š„ๆ–นไพฟ๏ผŒๅŽ็ปญๆœ‰ๆ—ถ้—ดๆˆ‘ไผšๆŠฝ็ฆปไธ€ไธช**vue็ป„ไปถ**็š„็‰ˆๆœฌใ€‚ **ๅผ€ๆบๅœฐๅ€**๏ผš[ไธชไบบ็ฎ€ๅކ](https://github.com/bosombaby/base-resume) **ๅœจ็บฟ่ฎฟ้—ฎ**๏ผš[ไธชไบบ็ฎ€ๅކ](https://resume.vrteam.top/) **ๅ‚่€ƒ่ต„ๆบ**๏ผš[responsive-portfolio-website](https://github.com/ASouthernCat/responsive-portfolio-website) # ไบŒใ€ๆจกๅž‹ๅ‡†ๅค‡ ## 2.1 ่ต„ๆบๅฏปๆ‰พ ![1.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680777624170-efa66316-4e0b-47c7-af25-6168c9f2f595.png#averageHue=%233a3a3a&clientId=ud14e0ab2-0b1f-4&from=ui&id=u76916cb1&name=1.png&originHeight=737&originWidth=1611&originalType=binary&ratio=1.125&rotation=0&showTitle=false&size=440017&status=done&style=none&taskId=u1c8406cb-4648-40ac-9e66-93e87b33bcd&title=) ๅฏนไบŽๆจกๅž‹ๆฅ่ฏด๏ผŒๆˆ‘ไปฌๅฏไปฅ่‡ชๅทฑๆ…ขๆ…ข็š„ๅปบไธ€ไธชๆจกๅž‹๏ผŒไฝ†ๆ˜ฏๅพˆ่ดนๆ—ถ้—ดใ€‚ไธๆƒณ่‡ชๅทฑๅปบๆจก็š„่ฏ๏ผŒ่‡ชๅทฑๅฏไปฅ็›ดๆŽฅๅœจ็ฝ‘ไธŠๆ‰พๅˆฐไธ€ไบ›่ต„ๆบ๏ผŒๅฏผๅ…ฅๅˆฐblender่ฟ›่กŒ็›ธๅ…ณไฟฎๆ”นใ€‚ ไปฅไธ‹ๆ˜ฏไธ€ไบ›ๅฅฝ็”จ็š„3D่ต„ๆบ็ฝ‘็ซ™๏ผš 1. TurboSquid - [https://www.turbosquid.com/](https://www.turbosquid.com/) 2. CGTrader - [https://www.cgtrader.com/](https://www.cgtrader.com/) 3. Sketchfab - [https://sketchfab.com/](https://sketchfab.com/) 4. 3DExport - [https://3dexport.com/](https://3dexport.com/) 5. Free3D - [https://free3d.com/](https://free3d.com/) 6. Unity Asset Store - [https://assetstore.unity.com/](https://assetstore.unity.com/) 7. Poly by Google - [https://poly.google.com/](https://poly.google.com/) 8. Clara.io - [https://clara.io/](https://clara.io/) 9. Blend Swap - [https://www.blendswap.com/](https://www.blendswap.com/) 10. 3D Warehouse by SketchUp - [https://3dwarehouse.sketchup.com/](https://3dwarehouse.sketchup.com/) ่ฟ™ไบ›็ฝ‘็ซ™ๆไพ›ไบ†ๅ„็ง็ฑปๅž‹็š„3Dๆจกๅž‹ๅ’Œ็บน็†๏ผŒๅŒ…ๆ‹ฌๆธธๆˆ่ต„ๆบใ€ๅปบ็ญ‘็‰ฉใ€ไบบ็‰ฉใ€ๅŠจ็‰ฉใ€่ฝฆ่พ†็ญ‰ใ€‚ๆœ‰ไบ›็ฝ‘็ซ™ๆไพ›ๅ…่ดน็š„่ต„ๆบ๏ผŒ่€Œๆœ‰ไบ›็ฝ‘็ซ™ๅˆ™้œ€่ฆไป˜่ดนๆ‰่ƒฝไธ‹่ฝฝ้ซ˜่ดจ้‡็š„่ต„ๆบใ€‚ๅธŒๆœ›่ฟ™ไบ›็ฝ‘็ซ™ๅฏไปฅๅธฎๅŠฉๆ‚จๆ‰พๅˆฐๆ‰€้œ€็š„3D่ต„ๆบใ€‚ ## 2.2 ่ต„ๆบๅค„็† ![2.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680777842567-9166c52b-6a84-4720-ba29-bc476fb5a420.png#averageHue=%23313030&clientId=ud14e0ab2-0b1f-4&from=ui&id=uc7895ab4&name=2.png&originHeight=747&originWidth=1034&originalType=binary&ratio=1.125&rotation=0&showTitle=false&size=66400&status=done&style=none&taskId=u5e9a3372-4444-4d6b-bbc5-d09e036823d&title=) ไฟฎๆ”นๅฅฝๆƒณ่ฆ็š„ๆจกๅž‹ไน‹ๅŽ๏ผŒ็”ฑไบŽ็ฝ‘้กต็ซฏ่ฆ่ฟฝๆฑ‚ๆ€ง่ƒฝ๏ผŒๆ‰€ไปฅๆˆ‘ไปฌ่ฆๅฏนๆจกๅž‹่ฟ›่กŒๅŽ‹็ผฉ๏ผˆไธ€่ˆฌๅฏไปฅๅŽ‹็ผฉๅˆฐๅŽŸๆฅ็š„1/10๏ผ‰ใ€‚ๅŽ‹็ผฉๅŽไฝฟ็”จthree.js็‰นๅฎš็š„**DRACOLoader**่งฃๅŽ‹ๆ–‡ไปถใ€‚ ## 2.3 DracoๅŽ‹็ผฉ ่™ฝ็„ถๆˆ‘ไปฌๅฏ่ƒฝไผš่ง‰ๅพ—ไฝฟ็”จDracoๅŽ‹็ผฉๆ˜ฏไธชๅŒ่ตขๅฑ€้ข๏ผŒไฝ†ๅฎž้™…ไธŠๅนถ้žๅฆ‚ๆญคใ€‚ ็กฎๅฎžๅฎƒไผš่ฎฉๅ‡ ไฝ•ไฝ“ๆ›ด่ฝป้‡๏ผŒไฝ†้ฆ–ๅ…ˆ่ฆไฝฟ็”จ็š„ๆ—ถๅ€™ๅฟ…้กปๅŠ ่ฝฝDracoLoader็ฑปๅ’Œ่งฃ็ ๅ™จใ€‚ๅ…ถๆฌก๏ผŒๆˆ‘ไปฌ่ฎก็ฎ—ๆœบ่งฃ็ ไธ€ไธชๅŽ‹็ผฉๆ–‡ไปถ้œ€่ฆๆ—ถ้—ดๅ’Œ่ต„ๆบ๏ผŒ่ฟ™ๅฏ่ƒฝไผšๅฏผ่‡ด้กต้ขๆ‰“ๅผ€ๆ—ถๆœ‰็Ÿญๆš‚ๅ†ป็ป“๏ผŒๅณไพฟๆˆ‘ไปฌไฝฟ็”จไบ†workerๅ’ŒWebAssemblyใ€‚ ๅ› ๆญคๆˆ‘ไปฌๅฟ…้กปๆ นๆฎๅฎž้™…ๆฅๅ†ณๅฎšไฝฟ็”จไป€ไนˆ่งฃๅ†ณๆ–นๆกˆใ€‚ๅฆ‚ๆžœไธ€ไธชๆจกๅž‹ๅ…ทๆœ‰100kb็š„ๅ‡ ไฝ•ไฝ“๏ผŒ้‚ฃไนˆๅˆ™ไธ้œ€่ฆDracoๅŽ‹็ผฉ๏ผŒไฝ†ๆ˜ฏๅฆ‚ๆžœๆˆ‘ไปฌๆœ‰MBๅคงๅฐ็š„ๆจกๅž‹่ฆๅŠ ่ฝฝ๏ผŒๅนถไธ”ไธๅ…ณๅฟƒๅœจๅผ€ๅง‹่ฟ่กŒๆ—ถๆœ‰ไบ›่ฎธ้กต้ขๅ†ป็ป“๏ผŒ้‚ฃไนˆไพฟๅฏ่ƒฝ้œ€่ฆ็”จๅˆฐDracoๅŽ‹็ผฉใ€‚ # ไธ‰ใ€ๅŸบ็ก€ๅœบๆ™ฏ ```javascript import * as THREE from 'three' import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js' import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js' import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js' import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js' const canvas = document.querySelector('.webgl') const rect = canvas.getBoundingClientRect(); const sizes = { width: rect.width, height: rect.height } let scene, camera, renderer let controls, gui let init = () => { //ๅœบๆ™ฏ scene = new THREE.Scene() // ็›ธๆœบ camera = new THREE.PerspectiveCamera(75, sizes.width / sizes.height, 0.1, 1000) camera.position.set(-2.85, 4.37, 2.49) camera.lookAt(scene.position) // ๆธฒๆŸ“ๅ™จ renderer = new THREE.WebGLRenderer({ canvas: canvas, antialias: true, alpha: true }) renderer.setSize(sizes.width, sizes.height) // renderer.setClearColor('lightsalmon', 0.5) renderer.setPixelRatio(window.devicePixelRatio) renderer.useLegacyLights = true renderer.shadowMap.enabled = true renderer.shadowMap.type = THREE.PCFSoftShadowMap // ็œŸๅฎžๆ€ง็‰ฉ็†ๆธฒๆŸ“ renderer.physicallyCorrectLights = true renderer.outputEncoding = THREE.sRGBEncoding renderer.toneMapping = THREE.ACESFilmicToneMapping //ๆŽงๅˆถๅ™จ controls = new OrbitControls(camera, renderer.domElement) controls.enableDamping = false controls.enableZoom = false controls.enablePan = false controls.minPolarAngle = Math.PI / 6 controls.maxPolarAngle = Math.PI / 3 controls.minAzimuthAngle = -Math.PI / 6 controls.maxAzimuthAngle = Math.PI / 2 } //ๅŠ ่ฝฝๆจกๅž‹ const dracoLoader = new DRACOLoader() dracoLoader.setDecoderPath('./assets/js/three/draco/') const gltfLoader = new GLTFLoader() gltfLoader.setDRACOLoader(dracoLoader) let loadModel = () => { gltfLoader.load('./assets/model/office.glb', (gltf) => { const office = gltf.scene office.rotation.y = Math.PI / 2 office.traverse((child) => { if (child instanceof THREE.Mesh) { child.castShadow = true child.receiveShadow = true if (child.name === 'mac-screen') { screen = child } else if (child.name === 'Chair') { chair = child } else if (child.name === 'lamp-top') { // console.log(child.position); } } }) setScreenVideo() setChairRotate() scene.add(office) }) } //ๆธฒๆŸ“ let animate = () => { controls.update() renderer.render(scene, camera) requestAnimationFrame(animate) } init() loadModel() animate() ``` three.js็š„ๅœบๆ™ฏๅŸบ็ก€ๅŒ…ๆ‹ฌ๏ผš 1. Scene๏ผˆๅœบๆ™ฏ๏ผ‰๏ผšๅŒ…ๅซๆ‰€ๆœ‰็š„3Dๅฏน่ฑกใ€ๅ…‰ๆบๅ’Œๆ‘„ๅƒๆœบใ€‚ 2. Camera๏ผˆ็›ธๆœบ๏ผ‰๏ผšๅฎšไน‰ไบ†่ง†่ง’ๅ’ŒๆŠ•ๅฝฑๆ–นๅผ๏ผŒๆŽงๅˆถ็€ๆˆ‘ไปฌไปŽๅœบๆ™ฏไธญ็œ‹ๅˆฐ็š„ๅ†…ๅฎนใ€‚ 3. Renderer๏ผˆๆธฒๆŸ“ๅ™จ๏ผ‰๏ผšๅฐ†ๅœบๆ™ฏๅ’Œ็›ธๆœบไธญ็š„ๅฏน่ฑกๆธฒๆŸ“ๅˆฐๅฑๅน•ไธŠใ€‚ 4. Mesh๏ผˆ็ฝ‘ๆ ผ๏ผ‰๏ผš3Dๅฏน่ฑก็š„ๅŸบๆœฌ็ป„ๆˆ้ƒจๅˆ†๏ผŒ็”ฑไธ‰่ง’ๅฝขๆž„ๆˆใ€‚ๅฏไปฅไฝฟ็”จไธๅŒ็š„ๆ่ดจๅ’Œ็บน็†ๆฅ็ป™็ฝ‘ๆ ผๆทปๅŠ ้ขœ่‰ฒๅ’Œ็บน็†ใ€‚ 5. Material๏ผˆๆ่ดจ๏ผ‰๏ผšๅฎšไน‰ไบ†็ฝ‘ๆ ผ็š„้ขœ่‰ฒใ€็บน็†ใ€ๅ…‰็…ง็ญ‰ๅฑžๆ€งใ€‚ 6. Light๏ผˆๅ…‰ๆบ๏ผ‰๏ผšๅœจๅœบๆ™ฏไธญๆทปๅŠ ๅ…‰ๆบๅฏไปฅ่ฎฉ็‰ฉไฝ“ๆ›ดๅŠ ็œŸๅฎžๅœฐๅ‘ˆ็Žฐใ€‚ 7. Texture๏ผˆ็บน็†๏ผ‰๏ผšๅฏไปฅ็ป™็ฝ‘ๆ ผๆทปๅŠ ๅ›พ็‰‡ๆˆ–่€…ๅ…ถไป–ๅ›พๆกˆใ€‚ 8. Geometry๏ผˆๅ‡ ไฝ•ไฝ“๏ผ‰๏ผšๆ่ฟฐไบ†็ฝ‘ๆ ผ็š„ๅฝข็Šถๅ’Œๅคงๅฐใ€‚ # ๅ››ใ€็ฏๅ…‰ ## 4.1 ไป‹็ป ๅœจ three.js ไธญ๏ผŒ็ฏๅ…‰็”จๆฅๆจกๆ‹Ÿ็Žฐๅฎžไธญ็š„ๅ…‰็…งๆกไปถ๏ผŒๅฏไปฅ่ฎฉๅœบๆ™ฏไธญ็š„็‰ฉไฝ“ๆ›ดๅŠ ็œŸๅฎžๅœฐๅ‘ˆ็Žฐใ€‚็ฏๅ…‰ๅฏไปฅไธบ็‰ฉไฝ“ๆไพ›ไธๅŒ็š„ๅ…‰็…งๆ•ˆๆžœ๏ผŒๅฆ‚ๆ˜Žไบฎ็š„้˜ณๅ…‰ใ€ๆŸ”ๅ’Œ็š„ๅคœ็ฏใ€้—ช็ƒ็š„่œก็ƒ›็ญ‰ใ€‚ three.js ไธญ็š„็ฏๅ…‰ๆœ‰ไปฅไธ‹ๅ‡ ็ง็ฑปๅž‹๏ผš 1. AmbientLight๏ผˆ็Žฏๅขƒๅ…‰๏ผ‰๏ผšๅœจๆ•ดไธชๅœบๆ™ฏไธญๅ‡ๅŒ€ๅœฐๅˆ†ๅธƒ็€ๅ…‰ๆบ๏ผŒไฝฟๅพ—ๆ•ดไธชๅœบๆ™ฏ็œ‹่ตทๆฅๆ›ดๅŠ ๆ˜Žไบฎใ€‚ 2. DirectionalLight๏ผˆๅนณ่กŒๅ…‰๏ผ‰๏ผšๆจกๆ‹Ÿๆฅ่‡ชไบŽไธ€ไธชๆ–นๅ‘็š„ๅคช้˜ณๅ…‰็บฟ๏ผŒๅ…ทๆœ‰ๆ–นๅ‘ๆ€ง๏ผŒๅฏไปฅไบง็”Ÿๆ˜Žๆš—็š„ๆ•ˆๆžœใ€‚ 3. PointLight๏ผˆ็‚นๅ…‰ๆบ๏ผ‰๏ผšๆจกๆ‹Ÿๆฅ่‡ชไบŽไธ€ไธช็‚น็š„ๅ…‰ๆบ๏ผŒๅฏไปฅไบง็”Ÿๆ˜Žๆš—็š„ๆ•ˆๆžœ๏ผŒไนŸๅฏไปฅไบง็”Ÿ้˜ดๅฝฑใ€‚ 4. SpotLight๏ผˆ่šๅ…‰็ฏ๏ผ‰๏ผšๆจกๆ‹Ÿๆฅ่‡ชไบŽไธ€ไธช็‚น็š„ๅ…‰ๆบ๏ผŒๅ…ทๆœ‰ๆ–นๅ‘ๆ€ง๏ผŒๅฏไปฅไบง็”Ÿๆ˜Žๆš—็š„ๆ•ˆๆžœ๏ผŒไนŸๅฏไปฅไบง็”Ÿ้”ฅๅฝข็š„้˜ดๅฝฑใ€‚ ้€š่ฟ‡่ฎพ็ฝฎไธๅŒ็š„็ฏๅ…‰็ฑปๅž‹ใ€้ขœ่‰ฒใ€ๅผบๅบฆใ€ไฝ็ฝฎ็ญ‰ๅฑžๆ€ง๏ผŒๅฏไปฅๅœจ three.js ไธญๆจกๆ‹Ÿๅ‡บๅ„็งไธๅŒ็š„ๅ…‰็…งๆ•ˆๆžœ๏ผŒไฝฟๅพ—ๅœบๆ™ฏไธญ็š„็‰ฉไฝ“็œ‹่ตทๆฅๆ›ดๅŠ ็œŸๅฎžใ€‚ ## 4.2 ้˜ดๅฝฑ็›ธๆœบ ![3.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680778873556-ceee61fa-1e6b-4fc2-abfd-d7a3a7fc2ee7.png#averageHue=%23fafafd&clientId=ud14e0ab2-0b1f-4&from=ui&id=u25710ab2&name=3.png&originHeight=366&originWidth=844&originalType=binary&ratio=1.125&rotation=0&showTitle=false&size=22785&status=done&style=none&taskId=u2d386d9b-8219-462c-8f1b-3d7b55ac1c8&title=) ๆœฌไพ‹๏ผŒๆˆ‘ไปฌ่ฆๅฐฝๅฏ่ƒฝ็š„ๆจกๆ‹Ÿ็ฏๅ…‰ๆ•ˆๆžœ๏ผŒๆ‰€ไปฅๅฏนไบŽ้˜ดๅฝฑไนŸ่ฆ่€ƒ่™‘ๅœจๅ†…ใ€‚ๅฏนไบŽ้˜ดๅฝฑๆฅ่ฏด๏ผŒไผšๅ…ˆ็”จไธ€ไธช็‰นๆฎŠ็š„็›ธๆœบ๏ผˆ็งฐไธบ้˜ดๅฝฑ็›ธๆœบ๏ผ‰ไปŽๅ…‰ๆบ็š„ไฝ็ฝฎๆฅๆธฒๆŸ“ๅœบๆ™ฏ๏ผŒๅนถๅฐ†ๆธฒๆŸ“็ป“ๆžœไฟๅญ˜ๅˆฐไธ€ไธชๆทฑๅบฆ็บน็†ไธญใ€‚่ฟ™ไธชๆทฑๅบฆ็บน็†่ฎฐๅฝ•ไบ†ๅœบๆ™ฏไธญๆฏไธชๅƒ็ด ่ท็ฆปๅ…‰ๆบ็š„่ท็ฆป๏ผŒไนŸๅณๆ˜ฏๅœบๆ™ฏไธญๅ“ชไบ›็‰ฉไฝ“้ฎๆŒกไบ†่ฏฅๅƒ็ด ใ€‚ ๅฝ“ๆธฒๆŸ“ๅœบๆ™ฏๆ—ถ๏ผŒ็ณป็ปŸไผšๆ นๆฎ้˜ดๅฝฑ็›ธๆœบ็”Ÿๆˆ็š„ๆทฑๅบฆ็บน็†ๆฅ่ฎก็ฎ—ๆฏไธชๅƒ็ด ๆ˜ฏๅฆๅœจ้˜ดๅฝฑไธญใ€‚ๅ…ทไฝ“ๆฅ่ฏด๏ผŒๅฏนไบŽๆฏไธชๅƒ็ด ๏ผŒ็ณป็ปŸไผšๆ นๆฎๅฎƒๅœจ้˜ดๅฝฑ็›ธๆœบไธญ็š„ไฝ็ฝฎใ€ๆทฑๅบฆไฟกๆฏๅ’Œๅ…‰ๆบ็š„ไฝ็ฝฎๅ’Œๆ–นๅ‘ๆฅ่ฎก็ฎ—ๅฎƒๆ˜ฏๅฆ่ขซ้ฎๆŒกใ€‚ๅฆ‚ๆžœ่ฏฅๅƒ็ด ่ขซ้ฎๆŒก๏ผŒๅˆ™ๅฎƒ็š„้ขœ่‰ฒๅ€ผๅฐ†่ขซ่ฐƒๆ•ดไปฅๆจกๆ‹Ÿๅ‡บ้˜ดๅฝฑๆ•ˆๆžœ๏ผŒๅฆๅˆ™ๅฎƒ็š„้ขœ่‰ฒๅ€ผไธๅ˜ใ€‚ ## 4.3 ็ฏๅ…‰ๆธฒๆŸ“ ๅœจ three.js ไธญ๏ผŒๆœ‰ไธ‰็ง็ฏๅ…‰็ฑปๅž‹ๅฏไปฅ่ขซๆธฒๆŸ“๏ผŒๅˆ†ๅˆซๆ˜ฏๅนณ่กŒๅ…‰๏ผˆDirectionalLight๏ผ‰ใ€็‚นๅ…‰ๆบ๏ผˆPointLight๏ผ‰ๅ’Œ่šๅ…‰็ฏ๏ผˆSpotLight๏ผ‰ใ€‚ ่ฟ™ไบ›็ฏๅ…‰ๅฏไปฅ่ขซๆทปๅŠ ๅˆฐๅœบๆ™ฏไธญ๏ผŒๅนถ้€š่ฟ‡่ฎพ็ฝฎๅฎƒไปฌ็š„ๅฑžๆ€งๆฅๆŽงๅˆถๅฎƒไปฌ็š„ไฝ็ฝฎใ€้ขœ่‰ฒใ€ๅผบๅบฆใ€่Œƒๅ›ด็ญ‰ๅ‚ๆ•ฐ๏ผŒไปŽ่€Œๅฎž็ŽฐไธๅŒ็š„ๅ…‰็…งๆ•ˆๆžœใ€‚ ่ฟ™ไบ›็ฏๅ…‰ๅฏไปฅ่ขซๆธฒๆŸ“ๅˆฐไธๅŒ็ฑปๅž‹็š„็›ธๆœบไธญ๏ผŒๅ…ทไฝ“ๅฆ‚ไธ‹๏ผš 1. ๅนณ่กŒๅ…‰๏ผˆDirectionalLight๏ผ‰๏ผšๅนณ่กŒๅ…‰ๆจกๆ‹Ÿ็š„ๆ˜ฏๆฅ่‡ชไบŽไธ€ไธชๆ–นๅ‘็š„ๅ…‰็บฟ๏ผŒๅ…ทๆœ‰ๆ–นๅ‘ๆ€ง๏ผŒๅฏไปฅไบง็”Ÿๆ˜Žๆš—็š„ๆ•ˆๆžœใ€‚ๅนณ่กŒๅ…‰ๅช่ƒฝ่ขซๆธฒๆŸ“ๅˆฐๆญฃไบค็›ธๆœบ๏ผˆOrthographicCamera๏ผ‰ไธญ 2. ็‚นๅ…‰ๆบ๏ผˆPointLight๏ผ‰๏ผš็‚นๅ…‰ๆบๆจกๆ‹Ÿ็š„ๆ˜ฏๆฅ่‡ชไบŽไธ€ไธช็‚น็š„ๅ…‰็บฟ๏ผŒๅฏไปฅไบง็”Ÿๆ˜Žๆš—็š„ๆ•ˆๆžœ๏ผŒไนŸๅฏไปฅไบง็”Ÿ้˜ดๅฝฑใ€‚็‚นๅ…‰ๆบๅช่ƒฝ่ขซๆธฒๆŸ“ๅˆฐ้€่ง†็›ธๆœบ๏ผˆPerspectiveCamera๏ผ‰ไธญ 3. ่šๅ…‰็ฏ๏ผˆSpotLight๏ผ‰๏ผš่šๅ…‰็ฏๆจกๆ‹Ÿ็š„ๆ˜ฏๆฅ่‡ชไบŽไธ€ไธช็‚น็š„ๅ…‰็บฟ๏ผŒๅ…ทๆœ‰ๆ–นๅ‘ๆ€ง๏ผŒๅฏไปฅไบง็”Ÿๆ˜Žๆš—็š„ๆ•ˆๆžœ๏ผŒไนŸๅฏไปฅไบง็”Ÿ้”ฅๅฝข็š„้˜ดๅฝฑใ€‚่šๅ…‰็ฏๅช่ƒฝ่ขซๆธฒๆŸ“ๅˆฐ้€่ง†็›ธๆœบ๏ผˆPerspectiveCamera๏ผ‰ไธญ ![4.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680779808730-43ef0d87-41de-48a2-87d8-b6af4f9ababc.png#averageHue=%23a98031&clientId=ud14e0ab2-0b1f-4&from=ui&id=u733db993&name=4.png&originHeight=719&originWidth=1263&originalType=binary&ratio=1.125&rotation=0&showTitle=false&size=123871&status=done&style=none&taskId=u091abf92-acd8-454a-9350-9e6e0ad6b9d&title=) # ไบ”ใ€ๅŠจ็”ป # 5.1 ๅคšๅช’ไฝ“ ไฝฟ็”จ Three.js ็š„ VideoTexture ๅฏไปฅๅฐ†่ง†้ข‘ไฝœไธบ็บน็†ๅบ”็”จๅˆฐ 3D ๅฏน่ฑกไธŠ๏ผŒๅฎž็Žฐๅพˆ้…ท็š„ๆ•ˆๆžœใ€‚้ฆ–ๅ…ˆ๏ผŒๅœจไธ€ๅผ€ๅง‹ๅŠ ่ฝฝๆจกๅž‹็š„ๆ—ถๅ€™่ฆๆŠŠ้œ€่ฆ่ดดๅ›พ็š„ๅฏน่ฑกๆ‰พๅˆฐไผ ๅ…ฅๅ‡ฝๆ•ฐ๏ผŒ็ฌฌไบŒๆญฅๆทปๅŠ ่ง†้ข‘็บน็†ใ€‚ ```javascript // ๅฑๅน•ๆ’ญๆ”พ้Ÿณ้ข‘ let screen = null let setScreenVideo = () => { const video = document.createElement('video') video.src = './assets/video/kda.mp4' video.muted = true video.playsInline = true video.autoplay = true video.loop = true video.play() const videoTexture = new THREE.VideoTexture(video) // ๆทปๅŠ ็œŸๅฎžๆ€งๆธฒๆŸ“๏ผŒๅŽ้ขๆ”น screen.material = new THREE.MeshBasicMaterial({ map: videoTexture, }) } ``` # 5.2 ๆค…ๅญๆ—‹่ฝฌ ่ฟ™้‡ŒๅฏนไบŽ่ฟ‡ๆธก็š„ๆ•ˆๆžœ็ปŸไธ€ไฝฟ็”จgsapๅฎŒๆˆ๏ผŒGSAPๆ˜ฏไธ€ไธชJavaScriptๅŠจ็”ปๅบ“๏ผŒ็”จไบŽๅˆ›ๅปบ้ซ˜ๆ€ง่ƒฝใ€ๆต็•…็š„ๅŠจ็”ปๆ•ˆๆžœใ€‚ ๆ–‡็ซ ๅ‚่€ƒ๏ผš[GSAP็š„้ฆ™๏ผŒๆˆ‘ๆฅๅธฆไฝ get~ๆ—ถๅ…ฅ1k็ฎ—ๅฐ‘็š„๏ผ๏ผ](https://juejin.cn/post/7148216859442528293) ```javascript // ๆทปๅŠ ๆค…ๅญๆ—‹่ฝฌ let chair = null let setChairRotate = () => { gsap.to(chair.rotation, { y: Math.PI / 4, duration: 10, ease: 'power1.inOut', repeat: -1, yoyo: true, }) } ``` # 5.3 ๆ˜Žๆš—ๅ˜ๆข ๅฝ“ๆˆ‘ไปฌๅˆ‡ๆข็•Œ้ข็š„ๆ˜Žๆš—ๆ—ถ๏ผŒๆจกๅž‹็†ๅบ”่ทŸ็€ๅ˜ๆขใ€‚ๆ‰€ไปฅๆจกๅž‹่ฆๅ“ๅบ”ๅ˜ๅŒ–๏ผŒไธ€ๅผ€ๅง‹ๆˆ‘ไปฌไธบ็ฏๅ…‰ๆทปๅŠ **debug-gui๏ผŒ**ๅฏไปฅๆ—ถๅˆป่ฐƒ่ฏ•็ฏๅ…‰ใ€‚ ![5.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680780709682-87809514-1ffe-47c5-8d5a-41aaef757eac.png#averageHue=%23f6f7fb&clientId=ud14e0ab2-0b1f-4&from=ui&id=u393e5835&name=5.png&originHeight=776&originWidth=1816&originalType=binary&ratio=1.125&rotation=0&showTitle=false&size=102701&status=done&style=none&taskId=u6a271028-d04d-4b64-a3e7-799b9e7fdb7&title=) ![6.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680780758790-1ec60457-edf1-4e44-b81f-ac643e15d116.png#averageHue=%23211e32&clientId=u3fdacc5e-87da-4&from=ui&id=u5414a25b&name=6.png&originHeight=729&originWidth=1721&originalType=binary&ratio=1.25&rotation=0&showTitle=false&size=79758&status=done&style=none&taskId=u1e45bfb4-40d0-48f5-8b54-45e7216513c&title=) ```javascript let debugUI = () => { //guiๆŽงๅˆถๅ™จ gui = new GUI() let folder1 = gui.addFolder('็Žฏๅขƒๅ…‰') folder1.addColor(ambientLight, 'color') folder1.add(ambientLight, 'intensity', 0, 10, 0.01) folder1.close() let folder2 = gui.addFolder('ๅคช้˜ณๅ…‰') folder2.add(sunLight.position, 'x', -5, 5, 0.01) folder2.add(sunLight.position, 'y', -5, 5, 0.01) folder2.add(sunLight.position, 'z', -5, 5, 0.01) folder2.addColor(sunLight, 'color') folder2.add(sunLight, 'intensity', 0, 10, 0.01) folder2.close() let folder3 = gui.addFolder('ๅฐ็ฏ') folder3.add(spotLight.position, 'x', -5, 5, 0.01) folder3.add(spotLight.position, 'y', -5, 5, 0.01) folder3.add(spotLight.position, 'z', -5, 5, 0.01) folder3.addColor(spotLight, 'color') folder3.add(spotLight, 'intensity', 0, 10, 0.01) folder3.close() let folder4 = gui.addFolder('็›ธๆœบ') folder4.add(camera.position, 'x', -10, 10, 0.01) folder4.add(camera.position, 'y', -10, 10, 0.01) folder4.add(camera.position, 'z', -10, 10, 0.01) // folder4 folder4.add(params, 'showCmeraInfo') // gui.close() } ``` ```javascript let gsapTheme = () => { if (getCurrentTheme() === 'light') { gsap.to(ambientLight, { intensity: 2.5 }) gsap.to(ambientLight.color, { ...ambientLightColor, duration: durationTime }) gsap.to(sunLight, { intensity: 2.5, duration: durationTime }) gsap.to(spotLight, { intensity: 0, duration: durationTime }) } else { gsap.to(ambientLight, { intensity: 3.8, duration: durationTime }) gsap.to(ambientLight.color, { ...ambientDarkColor, duration: durationTime }) gsap.to(sunLight, { intensity: 0, duration: durationTime }) gsap.to(spotLight, { intensity: 3.5, duration: durationTime }) } } ``` # ๅ…ญใ€็œŸๅฎžๆ€งๆธฒๆŸ“ ## 6.1 uv่ดดๅ›พ ่ฟ™้‡Œ็š„ๆŠ€ๆœฏๅนถๆฒกๆœ‰ๆ‰‹ๅŠจ่ดดไธŠuv่ดดๅ›พ๏ผŒไฝ†ๆ˜ฏไฝœไธบไธ€้กนๅŸบๆœฌ็š„็†่ฎบ๏ผŒ่ฟ˜ๆ˜ฏ่ฆๆŽŒๆกไธ€ไธ‹ใ€‚ UV่ดดๅ›พๆ˜ฏๅฐ†็บน็†ๅ›พๅƒๆ˜ ๅฐ„ๅˆฐไธ‰็ปด็‰ฉไฝ“่กจ้ขไธŠ็š„ไธ€็งๆŠ€ๆœฏ๏ผŒๅฎƒไพ่ต–ไบŽUVๅๆ ‡็ณปๆฅ็กฎๅฎš็บน็†ๅ›พๅƒๅœจ็‰ฉไฝ“่กจ้ขไธŠ็š„ไฝ็ฝฎใ€‚ๅ…ถไธญ๏ผŒUๅ’ŒVๅˆ†ๅˆซ่กจ็คบ็บน็†ๅ›พๅƒๅœจๆฐดๅนณๅ’Œๅž‚็›ดๆ–นๅ‘ไธŠ็š„ๅๆ ‡๏ผŒๅ–ๅ€ผ้€šๅธธๆ˜ฏ0ๅˆฐ1ไน‹้—ด๏ผˆๆฐดๅนณๆ–นๅ‘็š„็ฌฌUไธชๅƒ็ด /ๅ›พ็‰‡ๅฎฝๅบฆ๏ผŒๅž‚็›ดๆ–นๅ‘็š„็ฌฌVไธชๅƒ็ด /ๅ›พ็‰‡้ซ˜ๅบฆ๏ผ‰ใ€‚ ๅฏนไบŽๆŸไบ›็‰นๆฎŠ็š„3D่ดดๅ›พๆŠ€ๆœฏ๏ผŒๅฏ่ƒฝไผšไฝฟ็”จๅˆฐWๅๆ ‡๏ผŒไฝ†ๅœจไธ€่ˆฌๆƒ…ๅ†ตไธ‹๏ผŒUVๅๆ ‡็ณปๅฐฑ่ถณๅคŸๆ่ฟฐ็บน็†ๆ˜ ๅฐ„ไบ†ใ€‚ๅฑ•UVๆ˜ฏๅฐ†็‰ฉไฝ“่กจ้ขๅฑ•ๅผ€ๆˆไบŒ็ปดๅนณ้ข๏ผŒไปฅไพฟ่ฟ›่กŒ็บน็†่ดดๅ›พ๏ผŒ่ฟ™ไธ€่ฟ‡็จ‹ไนŸ้œ€่ฆไฝฟ็”จๅˆฐUVๅๆ ‡็ณปๆฅ็กฎๅฎšๅ„ไธช็‚นๅœจๅฑ•ๅผ€ๅนณ้ขไธŠ็š„ไฝ็ฝฎใ€‚ ## 6.2 ๅ…‰็…ง ๅœจthree.jsไธญ๏ผŒphysicallyCorrectLightsๆ˜ฏไธ€ไธชๅฑžๆ€ง๏ผŒ็”จไบŽๆŒ‡ๅฎšๆธฒๆŸ“ๅ™จๆ˜ฏๅฆไฝฟ็”จ็‰ฉ็†ๆญฃ็กฎ็š„ๅ…‰็…งๆจกๅž‹ใ€‚ๅฝ“่ฏฅๅฑžๆ€ง่ฎพ็ฝฎไธบtrueๆ—ถ๏ผŒๆธฒๆŸ“ๅ™จไผšไฝฟ็”จๅŸบไบŽ็‰ฉ็†็š„ๅ…‰็…งๆจกๅž‹๏ผŒไปฅไพฟๆ›ดๅ‡†็กฎๅœฐๆจกๆ‹Ÿ็œŸๅฎžไธ–็•Œไธญ็š„ๅ…‰็…งๆ•ˆๆžœใ€‚ ```javascript renderer.physicallyCorrectLights = true ``` ## 6.3 ๆธฒๆŸ“ๅ™จ ๅฐฝ็ฎก็›ฎๅ‰็œ‹่ตทๆฅๆ•ˆๆžœ่ฟ˜่กŒ๏ผŒไฝ†ๅœจ้ขœ่‰ฒๆ–น้ข่ฟ˜ๆ˜ฏๆœ‰็‚นๆฌ ็ผบ้œ€่ฆไธ‹็‚นๅทฅๅคซใ€‚่ฟ™ๆ˜ฏๅ› ไธบWebGLRenderer ๅฑžๆ€ง็š„้—ฎ้ข˜ใ€‚ ### 6.3.1 utputEncoding ![7.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680857850010-88aa3cc7-33ab-4c21-931d-2ea4e2361e56.png#clientId=u079d5df4-97aa-4&from=ui&height=264&id=u5340cd21&name=7.png&originHeight=351&originWidth=509&originalType=binary&ratio=1.25&rotation=0&showTitle=false&size=68989&status=done&style=none&taskId=u271b7b8d-df48-4992-ae55-14ccfd44604&title=&width=383)![8.png](https://cdn.nlark.com/yuque/0/2023/png/27367619/1680857865606-fa502ce4-97b9-4820-9958-cb3f44d3c5f0.png#averageHue=%23f3f4f9&clientId=u079d5df4-97aa-4&from=ui&height=274&id=u7b303778&name=8.png&originHeight=433&originWidth=557&originalType=binary&ratio=1.25&rotation=0&showTitle=false&size=63948&status=done&style=none&taskId=u4f5cfa3c-7b56-4da7-a1a9-6bfcde20295&title=&width=352) outputEncodingๅฑžๆ€งๆŽงๅˆถ่พ“ๅ‡บๆธฒๆŸ“็ผ–็ ใ€‚้ป˜่ฎคๆƒ…ๅ†ตไธ‹๏ผŒ[outputEncoding](https://threejs.org/docs/index.html?q=ren#api/zh/renderers/WebGLRenderer.outputEncoding)็š„ๅ€ผไธบTHREE.LinearEncoding๏ผŒ็œ‹่ตทๆฅ่ฟ˜่กŒไฝ†ๆ˜ฏไธ็œŸๅฎž๏ผŒๅปบ่ฎฎๅฐ†ๅ€ผๆ”นไธบTHREE.sRGBEncoding ### 6.3.2 Tone mapping ่‰ฒ่ฐƒๆ˜ ๅฐ„Tone mappingๆ—จๅœจๅฐ†่ถ…้ซ˜็š„ๅŠจๆ€่Œƒๅ›ดHDR่ฝฌๆขๅˆฐๆˆ‘ไปฌๆ—ฅๅธธๆ˜พ็คบ็š„ๅฑๅน•ไธŠ็š„ไฝŽๅŠจๆ€่Œƒๅ›ดLDR็š„่ฟ‡็จ‹ใ€‚ ่ฏดๆ˜Žไธ€ไธ‹HDRๅ’ŒLDR๏ผˆๆ‘˜่‡ช็ŸฅไนŽLDRๅ’ŒHDR๏ผ‰๏ผš - ๅ› ไธบไธๅŒ็š„ๅŽ‚ๅฎถ็”Ÿไบง็š„ๅฑๅน•ไบฎๅบฆ๏ผˆ็‰ฉ็†๏ผ‰ๅฎž้™…ไธŠๆ˜ฏไธ็ปŸไธ€็š„๏ผŒ้‚ฃไนˆๆˆ‘ไปฌๅœจ่ฏดLDRๆ—ถ๏ผŒๅฎƒๆ˜ฏไธ€ไธช0ๅˆฐ1่Œƒๅ›ด็š„ๅ€ผ๏ผŒๅฏนๅบ”ๅˆฐไธๅŒ็š„ๅฑๅน•ไธŠๅฐฑๆ˜ฏๅŒน้…ๅฝ“ๅ‰ๅฑๅน•็š„ๆœ€ไฝŽไบฎๅบฆ๏ผˆ0๏ผ‰ๅ’Œๆœ€้ซ˜ไบฎๅบฆ๏ผˆ1๏ผ‰ - ่‡ช็„ถ็•Œไธญ็š„ไบฎๅบฆๅทฎๅผ‚ๆ˜ฏ้žๅธธๅคง็š„ใ€‚ไพ‹ๅฆ‚๏ผŒ่œก็ƒ›็š„ๅ…‰ๅผบๅบฆๅคง็บฆไธบ15๏ผŒ่€Œๅคช้˜ณๅ…‰็š„ๅผบๅบฆๅคง็บฆไธบ10wใ€‚่ฟ™ไธญ้—ด็š„ๅทฎๅผ‚ๆ˜ฏ้žๅธธๅคง็š„๏ผŒๆœ‰็€่ถ…็บง้ซ˜็š„ๅŠจๆ€่Œƒๅ›ดใ€‚ - ๆˆ‘ไปฌๆ—ฅๅธธไฝฟ็”จ็š„ๅฑๅน•๏ผŒๅ…ถๆœ€้ซ˜ไบฎๅบฆๆ˜ฏ็ป่ฟ‡ไธ€็ณปๅˆ—็ป้ชŒ็งฏ็ดฏ็š„๏ผŒๆ‰€ไปฅไฝฟ็”จใ€็”จ่ตทๆฅไธไผšๅฏน็œผ็›ๆœ‰ไผคๅฎณ๏ผ›ไฝ†่‡ช็„ถ็•Œไธญ็š„๏ผŒๆฏ”ๅฆ‚ๆˆ‘ไปฌ็›ด่ง†ๅคช้˜ณๆ—ถ๏ผŒๅฎž้™…ไธŠๆ˜ฏไผšๅฏน็œผ็›ไบง็”Ÿไผคๅฎณ็š„ใ€‚ ้‚ฃไธบไบ†ๆ”นๅ˜่‰ฒ่ฐƒๆ˜ ๅฐ„tone mapping๏ผŒๅˆ™่ฆๆ›ดๆ–ฐWebGLRendererไธŠ็š„toneMappingๅฑžๆ€ง๏ผŒๆœ‰ไปฅไธ‹่ฟ™ไบ›ๅ€ผ ```javascript THREE.NoToneMapping (้ป˜่ฎค) THREE.LinearToneMapping THREE.ReinhardToneMapping THREE.CineonToneMapping THREE.ACESFilmicToneMapping ``` ๅฐฝ็ฎกๆˆ‘ไปฌ็š„่ดดๅ›พไธๆ˜ฏHDR๏ผŒไฝ†ไฝฟ็”จtone mappingๅฏไปฅๅก‘้€ ๆ›ด็œŸๅฎž็š„ๆ•ˆๆžœใ€‚ ## 6.4 ้˜ดๅฝฑๅคฑ็œŸ ๅœจ่ฎก็ฎ—ๆ›ฒ้ขๆ˜ฏๅฆๅค„ไบŽ้˜ดๅฝฑไธญๆ—ถ๏ผŒ็”ฑไบŽ็ฒพๅบฆๅŽŸๅ› ๏ผŒ้˜ดๅฝฑๅคฑ็œŸๅฏ่ƒฝไผšๅ‘็”Ÿๅœจๅนณๆป‘ๅ’Œๅนณๅฆ่กจ้ขไธŠใ€‚ ่€Œ็Žฐๅœจๅœจๆฑ‰ๅ กๅŒ…ไธŠๅ‘็”Ÿ็š„ๆ˜ฏๆฑ‰ๅ กๅŒ…ๅœจๅฎƒ่‡ชๅทฑ็š„่กจ้ขไธŠๆŠ•ๅฐ„ไบ†้˜ดๅฝฑใ€‚ๅ› ๆญคๆˆ‘ไปฌๅฟ…้กป่ฐƒๆ•ด็ฏๅ…‰้˜ดๅฝฑshadow็š„โ€œๅ็งปbiasโ€ๅ’Œโ€œๆณ•็บฟๅ็งปnormalBiasโ€ๅฑžๆ€งๆฅไฟฎๅคๆญค้˜ดๅฝฑๅคฑ็œŸใ€‚ - bias้€šๅธธ็”จไบŽๅนณ้ข๏ผŒๅ› ๆญคไธ้€‚็”จไบŽๆˆ‘ไปฌ็š„ๆฑ‰ๅ กๅŒ…ใ€‚ไฝ†ๅฆ‚ๆžœไฝ ๆœ‰ๅœจไธ€ๅ—ๅนณๅฆ็š„่กจ้ขไธŠๅ‡บ็Žฐ้˜ดๅฝฑๅคฑ็œŸ๏ผŒๅฏไปฅ่ฏ•็€ๅขžๅŠ ๅๅทฎ็›ดๅˆฐๅคฑ็œŸๆถˆๅคฑใ€‚ - normalBias้€šๅธธ็”จไบŽๅœ†ๅฝข่กจ้ข๏ผŒๅ› ๆญคๆˆ‘ไปฌๅขžๅŠ ๆณ•ๅ‘ๅๅทฎ็›ดๅˆฐ้˜ดๅฝฑๅคฑ็œŸๆถˆๅคฑใ€‚
ๆœฌ้กน็›ฎๆ˜ฏๅŸบไบŽไธ€ไธชๆŠ€ๆœฏไป‹็ป็ฝ‘็ซ™่ฟ›่กŒ็š„ๆ‰ฉๅฑ•๏ผŒไธป่ฆไฝฟ็”จไบ†Three.jsๆŠ€ๆœฏๆฅๅขžๅผบ็ฝ‘็ซ™็š„ไบคไบ’ๆ€งๅ’Œๅฏ่ง†ๅŒ–ๆ•ˆๆžœใ€‚้€š่ฟ‡ๆทปๅŠ 3Dๅ…ƒ็ด ๏ผŒ่ฎฉ็ฝ‘็ซ™ๅ…ทๆœ‰ๆ›ดๅŠ ็‚ซ้…ทๅ’Œๅธๅผ•ไบบ็š„่ง†่ง‰ๆ•ˆๆžœใ€‚ ๆœฌ็ฝ‘็ซ™ไธป่ฆไปฅไธชไบบๆŠ€ๆœฏไป‹็ปใ€ๅš่ฟ‡็š„ไฝœๅ“ๅ’Œๅญฆไน ็š„็Ÿฅ่ฏ†็‚นไธบไธป่ฆๅ†…ๅฎน๏ผŒ้€š่ฟ‡Three.jsๆŠ€ๆœฏๅฎž็Žฐไบ†ๅคš็งไบคไบ’ๆ–นๅผ๏ผŒไพ‹ๅฆ‚้ผ ๆ ‡ๆ‚ฌๆตฎไบ‹ไปถใ€็‚นๅ‡ปไบ‹ไปถ็ญ‰๏ผŒ่ฎฉ็”จๆˆทๆ›ดๅฅฝๅœฐไบ†่งฃ่‡ชๅทฑ็š„ๆŠ€ๆœฏ่ƒฝๅŠ›ๅ’Œๆˆ้•ฟๅކ็จ‹ใ€‚
javascript,portfolio,responsive,threejs,webgl
2023-04-04T13:04:51Z
2023-04-07T09:20:40Z
null
1
0
5
1
1
8
null
AGPL-3.0
JavaScript
Jerga99/nextjs-chatGPT
main
# Next JS with ChatGPT integration APP This is an example Next JS with ChatGPT integration app used in the Eincode Youtube Tutorial [youtube tutorial](https://youtu.be/dmM83DhzE98). It uses the [Next.js](https://nextjs.org/) framework with [React](https://reactjs.org/). Check out the tutorial or follow the instructions below to get set up. ## Setup 1. If you donโ€™t have Node.js installed, [install it from here](https://nodejs.org/en/) (Node.js version >= 14.6.0 required) 2. Clone or download this repository 3. Navigate into the project directory ```bash $ cd nextJS-chatGPT ``` 4. Install the requirements ```bash $ npm install ``` 5. Create a ```.env``` file to setup API KEY to OpenAI (explained in the Course) 6. Add your [API key](https://platform.openai.com/account/api-keys) to the newly created `.env` file ```OPENAI_API_KEY=YOUR_KEY ``` 7. Run the app ```bash $ npm run dev ``` You should now be able to access the app at [http://localhost:3000](http://localhost:3000)! For the full context behind this example app, check out the full course [tutorial](https://academy.eincode.com/courses/next-js-with-chatgpt-development-guide).
null
chatgpt,javascript,nextjs,react
2023-04-05T23:30:20Z
2023-05-04T18:47:26Z
null
1
0
54
0
4
8
null
null
JavaScript
Khaled-Alaa-1/To-Do-list
main
<a name="readme-top"></a> <!-- HOW TO USE: This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project and remove sections that don't apply. REQUIRED SECTIONS: - Table of Contents - About the Project - Built With - Live Demo - Getting Started - Authors - Future Features - Contributing - Show your support - Acknowledgements - License After you're finished please remove all the comments and instructions! --> <!-- TABLE OF CONTENTS --> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [๐Ÿ’ป Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– [To Do list] <a name="list structure"></a> >**ToDo List!** is my fourth project at Microverse, in this project I have created a basic list of tasks where the user can add a new task, mark as completed and delete all the completed tasks ## ๐Ÿ›  Built With <a name="built-with"> - HTML - CSS - JavaScript </a> ### Tech Stack <a name="tech-stack"></a> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Good HTML ,CSS and JS practices]** - **[This repository includes linters]** <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://khaled-alaa-1.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: - browser like google chrome ### Setup Clone this repository to your desired folder: - clone the project using by running the following command : `git clone` `https://github.com/Khaled-Alaa-1/To-Do-list.git` <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **khaled alaa** - GitHub: [Khaled-Alaa-1](https://github.com/Khaled-Alaa-1) - Twitter: [@Khaled86756991](https://twitter.com/Khaled86756991) - LinkedIn: [Khaled Alaa](https://www.linkedin.com/in/khaled-alaa-594bb9256/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[make the project more professional]** <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> Give a โญ๏ธ if you like this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank Microverse. https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/ <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](https://github.com/Khaled-Alaa-1/To-Do-list/blob/list-structure/MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. Built with ES6 and Webpack!
css,javascript,html
2023-04-08T13:43:19Z
2023-04-18T14:10:23Z
null
2
5
17
3
0
8
null
null
JavaScript
Bestbynature/todoList-PeerCodeReview
main
<a name="readme-top"></a> <div align="center"> <br/> <h3><b></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) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– [To DO LIst] <a name="about-project"></a> **[To DO LIst](https://bestbynature.github.io/TodoList-webpack-ES6/)** is a a basic website that allows users to add and/or remove activities from a list of refistered activities on the website. The Project is achieved by using JavaScript objects and arrays. The project also implemented features that dynamically modify the DOM and add basic events and listeners.. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li>HTML</li> <li>CSS</li> <li>JAVASCRIPT</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Linter checks]** - **[Webpack]** - **[Add/Remove buttons]** - **[clear All completed button]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> ### **[To-Do-List-App](https://bestbynature.github.io/TodoList-webpack-ES6/)** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Prerequisites In order to run this project you need: <ul> <li>The current version of node</li> <li>To have Git installed on your local machine</li> <li>Node Package manager (npm) </li> <li>An editor such as Visual Studio Code</li> </ul> <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Setup Clone this repository to your desired folder: <ul> <li>Create your classic access token from github.com</li> <li>run "git clone https://{access_token}@github.com/username/{repo_name}.git"</li> <li>Update your git identity by running "git config --global user.email "your_email@gmail.com""</li> <li>Update your name on git by running "git config --global user.name "your_name"</li> </ul> <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Install Install this project with: ```sh - In the first commit of your feature branch create a .github/workflows folder and add a copy of [.github/workflows/linters.yml](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.github/workflows/linters.yml) to that folder. - create a .gitignore file and add 'node_modules' to it - run 'npm init -y' - run 'npm install --save-dev hint@7.x' - Copy [hintrc](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.hintrc) to the root directory of your project. - run 'npx hint .' - Fix validation errors. - run 'npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x' - Copy [stylelintrc.json](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.stylelintrc.json) to the root directory of your project. - Run 'npx stylelint "\*_/_.{css,scss}"' - fix linter errors - run "npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x" - Copy [eslintrc.json](https://github.com/microverseinc/linters-config/tree/master/html-css-js) - Run npx eslint . on the root of your directory of your project - Fix linter error. ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Usage <a name="usage"></a> To run the project, execute the following command: ```sh use git bash to open in Vs code use npm start to run web dev server npm run build to get the production version ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Run tests <a name="run-tests"></a> To run tests, run the following command: ```sh Run "npx hint ." Run "npx stylelint "**/*.{css,scss} --fix " to fix linters Run "npx eslint . --fix to fix linters" ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Deployment <a name="triangular_flag_on_post-deployment"></a> You can deploy this project using: - github pages ```sh - npm run deploy ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Author** - GitHub: [@githubhandle](https://github.com/Bestbynature) - Twitter: [@twitterhandle](https://twitter.com/Dammybest) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilare-ismaila-4a5a8b30/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[contact form page]** - [ ] **[A feature for price inclusion]** - [ ] **[A feature for updating the cart]** <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, kindly drop a star for me. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to use this medium to appreciate [Microverse](https://microverse.org) for giving me this type of opportunity. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This web app allows users to add and/or remove activities to/from the tasks to be done each day. the Project is built with html, CSS and JavaScript. The Project is achieved by using JavaScript objects and arrays. The project also implemented features that dynamically modify the DOM and add basic events and listeners.
css3,html5,javascript
2023-04-03T11:29:30Z
2023-04-03T11:36:35Z
null
1
1
2
0
0
8
null
MIT
JavaScript
adeola003/Awesome_books_E6
main
<a name="readme-top"></a> <div align="center"> <h3><b>Awesome books with class</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 --> # ๐Ÿ“– [Awesome_books] <a name="about-project"></a> **[Awesome_books]** This project is basic website that allows users to add/remove books from a list you can write the author and the title of the book to add them in array and it will display at the page. ## ๐Ÿ›  Built With <a name="HTML, CSS, and Javascript"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://html.com/#What_is_HTML">"HTML"</a></li> <li><a href="https://html.com/css/#What_is_CSS">"CSS"</a></li> <li><a href="https://www.javascript.com/">"script.Javascript"</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - [x] Create a collection that keeps a list of book - [x] Create a function to add a new book to the collection, with title and author. - [x] Create a function to remove a book from the collection.๐Ÿ’ฏ - [x] Display all books saved in the collection in the top part of the page. - [x] when a user clicks the "Add" button [A new book is added to the collection.] (The new book is displayed in the page) - [x] the data is preserved in the browser's memory by using localStorage. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> <!-- ## ๐Ÿš€ Live Demo <a name="live-demo"></a> --> <!-- - [Coming soon](#) --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: Open terminal on the same folder of the project and run: ```sh npm install ``` ### Setup Clone this repository to your desired folder: ```sh git clone https://github.com/adeola003/Awesome_books_E6.git cd Awesome_books ``` ### Install Install this project with: ```sh npm install ``` ### Usage ``` 1. download the project from clone 2. open live server for the project 3. You can see it in the browser ``` <!-- ### Build for production ``` npm run build ``` --> ### Run tests - ### Linter Tests To run tests, run the following command: To check for html errors run: ```sh npx hint . ``` To check for css errors run: ```sh npx stylelint "**/*.{css,scss}" ``` To check for js errors run: ```sh npx eslint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Abdel-Khafid SALAOU** - GitHub: [@githubhandle](https://github.com/adeola003) - Twitter: [@twitterhandle](https://twitter.com/khadaf6) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/abdel-khafid-salaou-a18396161) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [x] Add test to the project using jest - [x] Add the live demo for the project - [x] Add new some features to the project <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 feel free to follow me on github and give this project a star.. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> Thanks to the code reviewers hat are helping us to improve and to all the microverse team. <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. - **[How_to_start]** - [Register_for_a_full_stack_program_like_Microverse] - **[How_to_contact_you]** - [Follow_me_on_Github] --> <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. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is project to replicate an online library with features to add and remove books. In this projects ES6 functionalities have been used
css,es6,html,javascript
2023-03-27T08:40:07Z
2023-03-29T15:57:16Z
null
1
1
12
0
0
7
null
MIT
JavaScript
abhishekyadav0888/abhishekyadav0888.github.io
main
# Responsive Portfolio Website ![Portfolio Screenshot](images/screenshot1.png) ![Portfolio Screenshot](images/screenshot2.png) This project is a personal portfolio website built using HTML, CSS, and JavaScript. It is designed to showcase my skills, projects, and experience in a clean and user-friendly manner. The website features smooth scrolling, light and dark modes, and is optimized for both mobile and desktop devices. ## Features #### Responsive Design: Developed using the Mobile First methodology, ensuring compatibility with all mobile devices. #### Smooth Scrolling: Enhances user experience by providing seamless navigation between sections. #### Light and Dark Modes: Allows users to choose their preferred viewing mode for comfortable browsing. #### User-Friendly Interface: The website offers an intuitive and visually appealing interface for a pleasant experience. ## Getting Started Clone the repository: * bash * Copy code * git clone https://github.com/abhishekyadav0888/abhishekyadav0888.github.io * Open the index.html file in your preferred web browser. ## Usage Replace the content in the HTML files with your own information, including projects, skills, and experience. Customize the styles in the CSS files to match your personal branding. ## Contributing If you'd like to contribute to this project, please follow these steps: * Fork the repository * Create a new branch (git checkout -b feature/new-feature) * Make your changes and commit them (git commit -m 'Add new feature') * Push to the branch (git push origin feature/new-feature) * Open a pull request ## Acknowledgments * Normalize.css * Font Awesome ## Contact For any inquiries or feedback, please contact me at abhishekyadav0888@gmail.com
This is my portfolio.
css,html,javascript
2023-04-06T16:14:43Z
2023-09-22T15:16:01Z
null
1
0
26
0
0
7
null
null
HTML
adityadees/sveltekit-js-docker
master
## Docker This skelton Docker Development and Production for SvelteKit using `Javascript` if you prefer using `Typescipt` you can check this repo [sveltekit-ts-docker](https://github.com/adityadees/sveltekit-ts-docker) ### Docker Dev and Prod - If you run docker dev, this action same like `npm run dev` - If you run docker prod, this action same like `npm run build` - for production build will have two image and container (static and node) - If you don't have an image run this first - this will build a docker image - for development mode ```make make build ``` - for deployment production mode ```make make build-prod ``` - (if you already have an image run this or you can just run this if you don't have image, this will automate pull an image depedency) - this will run the container - for development mode ```make make up ``` - for deployment production mode ```make make up-prod ``` - run this if you want to stop the container - for development mode ```make make stop ``` - for deployment production mode ```make make stop-prod ``` - run this if you want to delete the container - for development mode ```make make down ``` - for deployment production mode ```make make down-prod ``` ### note make sure you know about the port rules : example `5001:5173` Left is your port Right is port inside docker For docker port I used default port ``` 5173 : default vite port 80 : default nginx port 3000 : default node port ``` you can config port for yourself example : if you want to change vite port you can change this line `"dev": "vite dev --host"` inside `package.json` to `"dev": "vite dev --host 0.0.0.0 --port 5005"` and don't forget to change others `5173` to `5005` ------------ # create-svelte Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). ## Creating a project If you're seeing this, you've probably already done this step. Congrats! ```bash # create a new project in the current directory npm create svelte@latest # create a new project in my-app npm create svelte@latest my-app ``` ## Developing Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: ```bash npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open ``` ## Building To create a production version of your app: ```bash npm run build ``` You can preview the production build with `npm run preview`. > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
skelton dockerized sveltekit JS HMR dev and build multi adapter for node server and static build SSG
development,docker,docker-compose,dockerized,hmr,production,svelte,sveltekit,vite,javascript
2023-03-27T17:39:55Z
2023-03-27T18:33:03Z
null
1
0
4
0
0
7
null
null
JavaScript
kejonaMC/MCProfile.io
master
# MCProfile.io https://mcprofile.io/ how does it work? 1) Install NodeJS which is the platform our site/api runs on. 2) open the terminal and enter command `npm install`, This can take a few min as this will install all required packages. 3) Enter command `node app.js`, this command will start up the website instance and console should log 'Server started' your instance will now be available on url 'localhost' 4) Since we are using official Xbox requests you will need to authenticate with microsoft xbox live click on the link that will appear in console and copy the access code. once authenticated you can use the lookup funtions.
MCProfile.io website code
javascript,nodejs,ejs,express,npm
2023-04-05T14:02:13Z
2024-04-06T13:54:47Z
null
4
11
164
1
4
7
null
MIT
JavaScript
kshitijmishra27/Sarthiii-bot
main
null
Sarthiiii bot , the ultimate all in one bot
nodejs,telegram,telegram-bot,bot,telegraf,telegram-api,javascript,api,gita,gitapi
2023-04-08T07:19:15Z
2023-07-09T09:53:41Z
null
1
0
32
0
0
7
null
null
JavaScript
Adarsh6158/Expense_tracker
main
# Expense Tracker The Expense Tracker is a handy tool made with PHP to help you handle your money better. It's perfect for individuals and businesses. You can invite others to use it too. Keep track of what you spend, set budgets, and organize your income and expenses easily. It makes money management simple and effective! ## Website ๐Ÿš€ Visit our website here and sign up for an account to embark on your journey to financial mastery! <p align="center"> <a href="https://expensetracker6158.000webhostapp.com/">Visit the Expense Tracker</a> </p> ## Installation How to run this project locally 1.Download xampp software 2.Open phpmydmin & Create new database with name project 3.import the SQL file present in SQL Files 4.Folder using import option in phpmyadmin. changes credentials in sql.php file with your database credentials. 5.open localhost in browser. you see the home page ## Screenshot <p align="center"> <img src="https://user-images.githubusercontent.com/119891550/228317903-fcde7f89-d106-4efc-8c6f-a6d4b848cc75.png" alt="Screenshot 1" width="700"> <br> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/119891550/228317916-43fbc78b-05d5-42fb-9c53-04633995b21a.png" alt="Screenshot 2" width="700"> <br> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/119891550/228317938-66b1b31c-01ec-462f-a2fe-c5b1e7165807.png" alt="Screenshot 3" width="700"> <br> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/119891550/228317948-83da4110-9d76-4e8c-84f6-0d247e8d1282.png" alt="Screenshot 4" width="700"> <br> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/119891550/228317959-0593a636-598f-400f-85b5-21042f0cbb0e.png" alt="Screenshot 5" width="700"> <br> </p> <p align="center"> <img src="https://user-images.githubusercontent.com/119891550/228317986-8ab61b50-0bc8-4aed-bec0-0b6d88fb319e.png" alt="Screenshot 5" width="700"> <br> </p> ## Support For support, email adarsh6158@gmail.com . ## ๐Ÿ”— Link\ [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/adarsh-35a9931ba/)
Introducing "Expense tracker" - Your Expense Manager with Multi-User Level & Control. Efficiently budget, track, and group your income and expenses for personal or business use.
html,php,css,javascript,jquery,mysql,dbms-project,webdevelopment,googlecharts
2023-03-28T16:01:46Z
2023-08-29T19:27:34Z
null
1
0
37
1
1
7
null
null
CSS
crimson-projects/Marvel-css-typography
main
<div align="center"> # Marvel. CSS Typography | Crimson <img src="admin/base.png"> ### by <a href="https://github.com/python019">SUBUX</a> </div>
Marvel. CSS Typography
crimson,crimsonweb,css,javascript,js
2023-04-01T08:15:33Z
2023-04-01T08:15:56Z
null
2
0
1
0
0
7
null
null
JavaScript
KUBAHO3/To-Do-List
master
<a name="readme-top"></a> <!-- HOW TO USE: This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project and remove sections that don't apply. REQUIRED SECTIONS: - Table of Contents - About the Project - Built With - Live Demo - Getting Started - Authors - Future Features - Contributing - Show your support - Acknowledgements - License OPTIONAL SECTIONS: - FAQ After you're finished please remove all the comments and instructions! --> <div align="center"> <!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --> <img src="images/icon_head.jpg" alt="logo" width="140" height="auto" /> <br/> <h3><b>Todo Lists</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) - [๐Ÿฆป Walkthrough Video](#walkthrough-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 --> # ๐Ÿ“– Todo Lists <a name="about-project"></a> In this project I have created a book selector where user can add or remove a favorite book **Todo Lists** is an Html,CSS&JavaScript-based project ## :hammer_and_wrench: Built With <a name="built-with"></a> - HTML - CSS - JavaScript ### Tech Stack <a name="tech-stack"></a> <details> <summary>Version Control</summary> <ul> <li><a href="https://github.com/">Git Hub</a></li> </ul> </details> <details> <summary>Visual Studio Code</summary> <ul> <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li> </ul> </details> <details> <summary>Client</summary> <ul> <li><a href="https://html.com/html5/">HTML5</a></li> <li><a href="https://www.css3.com/">CSS</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **Linters SetUp** - **Follow HTML and CSS best practice** - **Display Text** - **form validation** - **store form data in local storage** - **Added the single Page behaviors** - **Implementation of ES6 and modules** - **Webpack plugins** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - Comming Soon... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- WalkThrough Video --> ## ๐Ÿฆป WalkThrough Video <a name="#walkthrough-demo"></a> - Comming Soon... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - Visual Studio Code. - Node JS. - Git bash. - GitHub Account. <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: Use git clone command or download ZIP folder <!-- Example commands: ```sh cd my-folder git clone git@github.com:KUBAHO3/Hello-Microverse.git ``` ---> ### Install Install this project with: npm Example command: ```sh cd my-project npm init -y ``` ### Usage To run the project, execute the following command: npm start or live server Example command: ```sh npm run build ``` ### Run tests To run tests, run the following command: npm test Example command: ```sh npx stylelint "**/*.{css,scss}" npx eslint . ``` ### Deployment You can deploy this project using: GitHub Pages Example: ```sh git@github.com:KUBAHO3/Sharing-World.git ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## :busts_in_silhouette: Authors <a name="authors"></a> :bust_in_silhouette: **KUBAHO LINNE Heaven** - GitHub: [@KUBAHO3](https://github.com/KUBAHO3) - Twitter: [@KubahoH](https://twitter.com/KubahoH) - LinkedIn: [Kubaho Linne Heaven](https://www.linkedin.com/in/kubaho-linne-heaven-78ab37208/) :bust_in_silhouette: **Yusuf Sholotan** - GitHub: [@yin-ka](https://github.com/yin-ka) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## :telescope: Future Features <a name="future-features"></a><br/> - [ ] **Adding BackEnd**<br/> - [ ] **Making it stylish** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## :handshake: Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome!<br/> Feel free to check the [git@github.com:KUBAHO3/My-Portfolio.git](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## :star:๏ธ Show your support <a name="support"></a> If you like this project please follow me on github & twitter and also connect on Linkedin. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## :pray: Acknowledgments <a name="acknowledgements"></a> - I would like to thank Microverse for this exercise. <br> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## :question: FAQ (OPTIONAL) <a name="faq"></a><br/> - **How long can it take to build that project** - four days according to personal skills - **Where to find figma for that project!** - Figma is not available for now! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](https://github.com/KUBAHO3/Awesome-Books/blob/master/MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
The ToDo List for task management with CRUD operations developed in JavaScript plain with addition of Html&Css technologies
crud,css,html,javascript
2023-03-28T13:30:30Z
2023-04-11T05:23:19Z
null
2
5
30
0
0
7
null
null
JavaScript
michalczaplinski/interactivity-vscode
main
# VSCode Interactivity A VSCode extension that provides autocompletion for the [Interactivity API](https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/). โš ๏ธ **Highly experimental and unstable. Do not use for anything other than tinkering or further development** โš ๏ธ https://github.com/michalczaplinski/interactivity-vscode/assets/5417266/3fe10446-3273-4165-b007-bf39d631b86f ## Current Limitations - The extension only works for blocks where the interactivity is defined in a separate `store.js` file and exported using `export default`. Look at the example in [`/blocks/store/js`](/blocks/store/js). - The `store.js` file has to be on the same level as the PHP file where you want the autocompletion. ## Development ### Run and debug the extension in development: ``` npm run watch ``` And then you can run the "Run Extension" VSCode debug task to run the extension in debug mode. ### Build the extension for production: ```sh npm run build npx vsce package ```
Experimental VSCode extension that provides PHP autocompletion for the Interactivity API
javascript,php,vscode,vscode-extension
2023-04-03T08:37:54Z
2023-05-10T21:01:26Z
2023-05-10T21:01:26Z
3
1
26
0
0
7
null
null
TypeScript
rodrigsmor/my-portfolio
main
<div align="center"> <img src="./public/Logo.svg" height="68px" width="68px" alt="portfolio logo" align="center"/> </div> <h1 align="center">Rodrigo's Portfolio</h1> ## ๐Ÿ‘‹๐Ÿฝ Introduction Welcome to my portfolio! Iโ€™m a full-stack software developer who uses programming to develop innovative solutions and attractive user interfaces. In this portfolio youโ€™ll be able to see an overview of my work and some personal projects Iโ€™ve developed in order to improve my skills and expand my knowledges. ## ๐Ÿ“š Table of contents - [๐Ÿ‘‹๐Ÿฝ Introduction](#-introduction) - [๐Ÿ“š Table of contents](#-table-of-contents) - [๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป About me](#-about-me) - [๐Ÿ›  Technologies](#-technologies) - [๐Ÿ“บ How to view](#-how-to-view) - [๐Ÿš€ How to run](#-how-to-run) - [๐Ÿ–ผ Previews](#-previews) - [๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ Author](#-author) ## ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป About me As mentioned earlier, Iโ€™m a full-stack software developer with a strong emphasis on front-end web development. Although my specialisation lies in creating engaging user interfaces, I am equally adept at back-end development and creating mobile applications. My passion for technology is marked by a sincere appreciation for the world of UI/UX design, where I do some work using Figma. ## ๐Ÿ›  Technologies <div> <img src="https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB" alt="React"> <img src="https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white" alt="HTML"> <img src="https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white" alt="CSS"> <img src="https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white" alt="Styled components"> <img src="https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white" alt="React router"> <img src="https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white" alt="VITE"> <img src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E" alt="JavaScript"> <img src="https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white" alt="SASS"> </div> ## ๐Ÿ“บ How to view In case you want to take a look at the application, you can access the project at the official link just by [clicking here](https://rm-portfoliof.netlify.app/). ## ๐Ÿš€ How to run To install the application, you first need to clone the project to your local device. To do this, simply run the following command in your terminal: ``` git clone https://github.com/rodrigsmor/my-portfolio.git ``` With the application cloned on your local device, go to the portfolio directory and with the package manager of your choice, run the command to install the project packages. ``` # go to the cloned project directory cd my-portfolio # install dependencies npm install ``` Once the dependencies are effectively installed, you are now fully able to run the application, so just run the following command: ``` npm run dev ``` > ๐Ÿ’ญ DETAIL: The application will probably be running on `http://localhost:5173/`. ## ๐Ÿ–ผ Previews ![A preview of the portfolio](./public/preview-1.gif) ## ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ Author <img height="100px" src="https://avatars.githubusercontent.com/u/78985382?v=4" alt="Rodrigo profile picture"> <p>Developed with love by <b size="48px">Rodrigo Moreira</b> ๐Ÿ’œ๐Ÿš€</p> --- <div> <a href="mailto:rodrigsmor.pf@gmail.com"> <img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" alt="gmail"> </a> <a href="https://www.linkedin.com/in/psrodrigomoreira/"> <img src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn"> </a> <a href="https://www.behance.net/rodrigsmor"> <img src="https://img.shields.io/badge/Behance-1769ff?style=for-the-badge&logo=behance&logoColor=white" alt="behance"> </a> <a href="https://dev.to/psrodrigs"> <img src="https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=devdotto&logoColor=white" alt="dev.to"> </a> </div>
Nothing less than my professional portfolio. In it you will find some personal information about me, such as my hobbies, interests, personal profile and also the most important information about my professional profile, as well as my main projects. This portfolio was developed using react.js and styled-components.
context-api,javascript,porfolio-website,react,reactjs,responsive-design,styled-components,ui,js,portfolio
2023-03-26T00:15:13Z
2023-10-29T02:49:18Z
null
1
12
58
0
1
7
null
null
JavaScript
Suraj121704c/Styles-Up
main
# Styles Up Styles Up - India's Leading Online Shopping Experience, Brought to You by Paytm. Online shopping with Styles Up is quick, convenient and trouble-free. You can shop for the desired product right from the comfort of your home and get them delivered straight to your doorstep. Home Page ![Screenshot (177)](https://user-images.githubusercontent.com/112754760/229575461-84775f95-e39e-4f1c-89e1-e9cbfab22a77.png) Product Page ![Screenshot (173)](https://user-images.githubusercontent.com/112754760/229573670-018bf721-777b-4c5c-8843-2c0ab26c4016.png) Login Page ![Screenshot (174)](https://user-images.githubusercontent.com/112754760/229574914-7fc1879f-4cec-47fe-badd-916ce8179ba0.png) Sign Up Page ![Screenshot (175)](https://user-images.githubusercontent.com/112754760/229575093-5182e55b-c9f5-4290-9f03-0acc16fd36f8.png) Single User Page ![Screenshot (178)](https://user-images.githubusercontent.com/112754760/229576053-262c1f9e-945e-43f4-a947-cb969d420ca4.png) Cart Page ![Screenshot (179)](https://user-images.githubusercontent.com/112754760/229576819-53544e49-810d-4661-8447-8ba10131d2ba.png) Address ![Screenshot (180)](https://user-images.githubusercontent.com/112754760/229576818-c57bf891-67a1-4ea1-b74c-e77c85684c33.png) Payment Page ![Screenshot (182)](https://user-images.githubusercontent.com/112754760/229580624-00f1ece0-6940-4f0c-be38-4f2971b39231.png) Admin page Dashboard ![Screenshot (183)](https://user-images.githubusercontent.com/112754760/229822996-e1170f49-84d1-4668-9a87-fe66ad3cbe30.png) Manage Products ![Screenshot (185)](https://user-images.githubusercontent.com/112754760/229823184-cb89c49e-0775-4167-8cb2-acfc81d1612c.png) Manage Orders ![Screenshot (187)](https://user-images.githubusercontent.com/112754760/229823756-3d19d42e-e1b6-46c6-977a-b50f1050b7a3.png)
Official CLone Of Paytm Mall
chakra-ui,chakra-ui-react,css,html,html-css-javascript,javascript,react,react-components,react-hooks,react-redux
2023-03-28T06:27:45Z
2023-06-01T07:04:12Z
null
5
49
151
0
2
7
null
null
JavaScript
Noumanabegum/Timer
master
# React Timer ## Live preview : https://reactapp-timer.netlify.app/ This is a simple timer application built with React that allows you to restart and stop a timer. ## Screenshots ![App Screenshot](https://github.com/Noumanabegum/Timer/blob/master/Screenshot.jpg?raw=true) ## Installation : To install this application, first clone this repository to your local machine. Then, navigate to the project directory and run the following command to install the necessary dependencies: npm install ## Usage : To start the application, run the following command: npm start This will start a development server that can be accessed by navigating to http://localhost:3000/ in your web browser. Once the application is running, you can use the timer by clicking on the "Restart" button to restart the timer, and the "Stop" button to stop it. ## Customization : This application was built with React, so it can be easily customized to suit your needs. To modify the application, simply edit the files in the src/ directory. ## Give a star โญ I hope you liked this project, if so please give a star for this repository. ## License This application is licensed under the [MIT](https://choosealicense.com/licenses/mit/) license. See the LICENSE file for more information.
React Timer
nodejs,reactjs,css,html,javascript
2023-04-06T11:14:03Z
2023-05-20T09:26:13Z
null
1
0
8
0
0
7
null
null
CSS
MagicSakuraD/AIpainting
master
# ็”จCreate React Appๅˆ›ๅปบreact้กน็›ฎ ่ฟ™ไธช้กน็›ฎๆ˜ฏไฝฟ็”จ Create React App ๅทฅๅ…ท่ฟ›่กŒๅฟซ้€ŸๅฏๅŠจ็š„ [Create React App](https://github.com/facebook/create-react-app). ## ๅฏ็”จnpmๅ‘ฝไปค ๅœจ้กน็›ฎ็›ฎๅฝ•ไธ‹๏ผŒไฝ ๅฏไปฅ่ฟ่กŒไปฅไธ‹ๅ‘ฝไปค๏ผš ### `npm start` ๅœจๅผ€ๅ‘ๆจกๅผไธ‹่ฟ่กŒๅบ”็”จ็จ‹ๅบใ€‚ ๅœจๆต่งˆๅ™จไธญๆ‰“ๅผ€ http://localhost:3000 ๆฅๆŸฅ็œ‹ๅฎƒใ€‚ ๅฝ“ไฝ ่ฟ›่กŒๆ›ดๆ”นๆ—ถ๏ผŒ้กต้ขๅฐ†้‡ๆ–ฐๅŠ ่ฝฝใ€‚ ๆ‚จ่ฟ˜ๅฏไปฅๅœจๆŽงๅˆถๅฐไธญ็œ‹ๅˆฐไปปไฝ• lint ้”™่ฏฏใ€‚ ### `npm run build` ๅฎƒๅฐ†ไปฅ็”Ÿไบงๆจกๅผๆญฃ็กฎๅœฐๆ†็ป‘ React ๅนถไผ˜ๅŒ–ๆž„ๅปบไปฅ่Žทๅพ—ๆœ€ไฝณๆ€ง่ƒฝใ€‚ ๆž„ๅปบๆ˜ฏ็ป่ฟ‡็ผฉๅฐ็š„๏ผŒๅนถไธ”ๆ–‡ไปถๅๅŒ…ๆ‹ฌๅ“ˆๅธŒๅ€ผใ€‚ ๆ‚จ็š„ๅบ”็”จ็จ‹ๅบๅทฒๅ‡†ๅค‡ๅฅฝ้ƒจ็ฝฒ๏ผ ๆœ‰ๅ…ณๆ›ดๅคšไฟกๆฏ๏ผŒ่ฏทๅ‚่งๆœ‰ๅ…ณ ้ƒจ็ฝฒ ็š„้ƒจๅˆ†ใ€‚ ### ๆผ”็คบๅŠŸ่ƒฝ ![่ฐƒ็”จopenai api็”Ÿๆˆๅ›พ็‰‡](./image/test1.jpg) ![้€‚้…ๆ‰‹ๆœบๅฑๅน•](./image/test6.png) ![ๅˆ†ไบซ็”Ÿๆˆ็š„ๅ›พ็‰‡](./image/test3.jpg) ![็‚น่ตžๅŠŸ่ƒฝ](./image/tset4.jpg) ### ้ƒจ็ฝฒ ๆœฌ้กน็›ฎๆ˜ฏไธ€ไธชๅ…ณไบŽ ai ็ป˜็”ป็š„ react ้กน็›ฎ๏ผŒ็”จ supabase ไฝœไธบๆ•ฐๆฎๅบ“๏ผŒ่ฐƒ็”จไบ† openai ็š„ API๏ผŒๅœจ netlify ไบ‘ๅนณๅฐ้ƒจ็ฝฒ๏ผŒ้กน็›ฎ้“พๆŽฅๆ˜ฏhttps://aipainting-ck.netlify.app/ ๆœฌ้กน็›ฎๆ˜ฏๅŸบไบŽไธ€ไธชudemy่ฏพ็จ‹้กน็›ฎ่ฟ›่กŒ็š„ๆ‰ฉๅฑ•ๅ’Œๆ”น่ฟ›๏ผŒๅŽŸ่ฏพ็จ‹้กน็›ฎ็š„้“พๆŽฅๆ˜ฏhttps://todayilearned-jonas.netlify.app/
An AI drawing website that utilizes OpenAI's API(AI็ป˜็”ป็ฝ‘็ซ™๏ผ‰
javascript,openai-api,react
2023-03-31T02:19:30Z
2023-05-12T07:00:21Z
null
1
0
11
1
0
7
null
MIT
JavaScript
Tushargandhi07/Veterinary-appointment-booking
main
# valid-moon-4237 <div align="center"> <img src="https://mdbootstrap.com/img/Photos/new-templates/animal-shelter/logo.png" alt="Git" /> </div> # Veterinary Appointment Booking System we are live at https://cool-elf-0374a9.netlify.app/ This project is a web-based appointment booking system for a veterinary clinic. It allows users to book appointments, view their appointments, and manage their profiles. Admin users can manage appointments, view appointment data, and manage users. ### Table of Contents - Features - Technologies Used - Installation - Usage - Contributing ### Features The Veterinary Appointment Booking System has the following features: - `Landing Page`: A home page with information about the veterinary clinic and links to the sign-up and login pages. - `Book Appointment Page`: A page where users can book appointments with the veterinary clinic. If the user is not logged in, they are redirected to the login page. - `View Appointment Page`: A page where users can view their appointments. - `Connect Page`: A page where users can get one on one sessions with Veterinarian - `Login and Sign Up Pages`: Pages for users to create and manage their accounts. - `User Profile Page`: A page where users can manage their profile information. - `Admin Page`: A page for administrators to manage appointments, view appointment data, and manage users. ### Technologies Used The Veterinary Appointment Booking System uses the following technologies: #### For the client side - - `HTML` `CSS` `JavaScript` `Bootstraps` #### For the beckend side - - `Node.js`: a JavaScript runtime environment that allows us to run JavaScript on the server. - `Express`: a framework for building web applications on top of Node.js. - `MongoDB`: a NoSQL database that allows us to store appointment and user data. - `Mongoose`: an Object Data Modeling (ODM) library for MongoDB and Node.js. - `Web RTC` - `Websockets` ### Screenshots 1. Landing Page ![landing page](https://user-images.githubusercontent.com/114161535/229288911-dff994bb-cf78-48cd-a451-ef6d691adf3b.png) 2. Book Appointment Page ![book appointment](https://user-images.githubusercontent.com/114161535/229288926-8396fa11-889b-4b68-9b47-f5ff45cefa46.png) 3. View Appointment Page ![view appointment](https://user-images.githubusercontent.com/114161535/229288939-923f07b7-58ee-4018-ade6-f9846e8d7658.png) 4. Login Page ![login page](https://user-images.githubusercontent.com/114161535/229288950-f027bad5-c64a-4e23-a1d8-38ba8b285ce6.png) 5. VetCare Virtual Meet ![image](https://user-images.githubusercontent.com/114161535/229353448-a7f3c37b-eeac-40ab-8527-cef4d08b686b.png) ![image](https://user-images.githubusercontent.com/114161535/229457696-d5f479ec-160c-4975-a16f-79eb4c883fee.png) ### Installation To install the Veterinary Appointment Booking System, follow these steps: 1. Clone the repository: ``` https://github.com/Tushargandhi07/valid-moon-4237.git ``` 2. Install the dependencies: ``` cd veterinary-appointment-booking-system npm install ``` Start the server: ``` npm start server ``` Open your web browser and go to http://localhost:7500 ### Usage To use the Veterinary Appointment Booking System, follow these steps: 1. Open your web browser and go to http://localhost:7500 2. Navigate to the sign-up page and create an account. 3. Log in to the system. 4. Navigate to the book appointment page and book an appointment. 5. Navigate to the view appointment page to view your appointments. 6. Navigate to the connect page to get one on one vetcare session 7. Navigate to the user profile page to manage your profile information. 8. If you are an admin user, navigate to the admin page to manage appointments, view appointment data, and manage users. ### Contributing If you would like to contribute to the Veterinary Appointment Booking System, please follow these steps: 1. Fork the repository 2. Create a new branch (git checkout -b feature/new-feature) 3. Make your changes 4. Commit your changes (git commit -m 'Add some feature') 5. Push to the branch (git push origin feature/new-feature) 6. Create a new Pull Request
Veterinary appointment booking platform which provides a facility for users to book an appointment for their pets.
css,html,javascript,mongodb,nodejs,redis,expressjs,mongoose,nodemailer,webrtc
2023-03-27T07:49:38Z
2023-04-03T08:41:49Z
null
6
37
97
0
4
7
null
null
HTML
federicaulzurrun/toDoList
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) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#license) # ๐Ÿ“– To Do List <a name="about-project"></a> **To do list** We created this project using a wireframe with plain JavaScript. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> First i use HTML 5 thas it's markup languange used for structuring and presenting content on the WWW. And we add the functionality with Javascript. ### Key Features <a name="key-features"></a> - **Page Development** : Where you can check the functionality of the page. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - <a href="https://federicaulzurrun.github.io/toDoList/dist/"> Visit the site!</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: 1. Have VScode instale, it's a code editor. 2. Have downloaded Git. 3. Have a minimum knowledge of css and html 4. Live server extension 5. Npm 6. Node 7. Webpack ### Setup Clone this repository to your desired folder: ```sh git clone https://github.com/federicaulzurrun/toDoList.git ``` ### Install ```sh npm install ``` ### Usage To run the project, execute the following command: ```sh Open Live Server ``` ### Run tests To run tests, run the following command: ```sh To check the HTML functionality use: 'npx hint .' ``` ```sh To check the CSS functionality use: 'npx stylelint "**/*.{css,scss}"' ``` ```sh To check the JavaScript functionality use: 'npx eslint."' ``` ### Deployment You can deploy this project using: ```sh GitHub pages. ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ‘ฅ Author <a name="authors"></a> ๐Ÿ‘ค **Federica Ulzurrun** - GitHub: [@federicaulzurrun](https://github.com/federicaulzurrun) - Twitter: [@ulzurrunfede](https://mobile.twitter.com/ulzurrunfede) - LinkedIn: [Federica Ulzurrun](https://www.linkedin.com/in/federica-ulzurrun-293a86198) ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - **-Making the page more responsive** : Adding more than 1 breaking point. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> If you like this project let me know via twitter ! and i'll follow you! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> Thanks to Microverse for allowing me to make this project <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This GitHub repository is a functional to-do list app built using vanilla JavaScript, HTML, and CSS. Users can add, edit, and delete tasks and mark them as complete.
css,html,javascript,mit-license,webpack
2023-04-04T22:22:05Z
2023-04-12T14:02:25Z
null
1
3
24
1
0
7
null
MIT
JavaScript
Stallion-X/Hospital-Queuing
main
<https://jvav.my.to:10659/HospitalTest/> # Hospital-Queuing A school assignment(experiment) for JSP, a simple hospital queuing Web system made by pure JSP,HTML,CSS,Javascript without any framework. # ๅŒป้™ขๆŽ’้˜Ÿๅซๅท็ณป็ปŸ Webใ€่ฝฏไปถๅทฅ็จ‹ใ€ๆ•ฐๆฎๅบ“่ฏพ็จ‹็พคๅคงไฝœไธš๏ผŒๅŒป้™ขๆŽ’้˜Ÿๅซๅท็ณป็ปŸใ€‚ ้œ€ๆฑ‚๏ผš็ณป็ปŸๅบ”็”จไบŽๅŒป้™ขๅ„้—จ่ฏŠ็ง‘ๅฎค๏ผŒๅฏๆœ‰ๆ•ˆๅœฐ่งฃๅ†ณ็—…ไบบๅฐฑ่ฏŠ/ๆฃ€ๆŸฅ/ๅ–่ฏๆ—ถๆŽ’้˜Ÿๆ— ๅบใ€ๅŒป็”Ÿๅทฅไฝœ้‡ไธๅนณ่กกใ€ๅฐฑ่ฏŠ็Žฏๅขƒๅ˜ˆๆ‚็ญ‰้—ฎ้ข˜ใ€‚ไธป่ฆๅŠŸ่ƒฝ๏ผš้ฆ–ๅ…ˆไปŽ HIS ๆŽฅๆ”ถ็›ธๅบ”ๆ‚ฃ่€…ๅ•ๆฎ๏ผˆๆŒ‚ๅทๅ•ใ€ๅŒปๆŠ€ๆฃ€ๆŸฅๅ•ๆˆ–ๅ–่ฏๅ•๏ผ‰๏ผŒๆ นๆฎๆ‚ฃ่€…็š„็ญพๅˆฐๆƒ…ๅ†ตใ€ๅŒป็”Ÿ็š„ๆŽ’็ญไฟกๆฏไปฅๅŠๆ‚ฃ่€…ไผ˜ๅ…ˆ็บงไฟกๆฏ็”ŸๆˆๆŽ’้˜Ÿ้˜Ÿๅˆ—๏ผŒไปŽ่€Œๅฏไปฅๅฎž็ŽฐๅŒป็”Ÿๅซๅทใ€้€‰ๅ‘ผใ€้‡ๅ‘ผใ€่ฟ‡ๅท็ญ‰้˜Ÿๅˆ—ไธšๅŠกๆ“ไฝœใ€‚ๆญคๅค–๏ผŒ็ณป็ปŸ่ฟ˜้œ€่ฆๆไพ›็›ธๅบ”ไฟกๆฏ็š„ๆŸฅ่ฏขใ€็ปŸ่ฎกๅŠๅˆ†ๆžๅŠŸ่ƒฝใ€‚ ๅฎž้™…ๅชๅฎž็Žฐไบ†ไธ€้ƒจๅˆ†ใ€‚ # โš ไธŠๅคๆจกๅผๅผ€ๅ‘โš  ๆœชไฝฟ็”จไปปไฝ•ๆก†ๆžถ๏ผŒๅ‰ๅŽ็ซฏไธๅˆ†็ฆป๏ผŒๅ‰็ซฏ็บฏๅŽŸ็”ŸHTML+CSS+Javascript๏ผŒๅŽ็ซฏJSP๏ผŒServlets๏ผŒ็ปๅ…ธMVCๆจกๅผ๏ผŒๆ•ฐๆฎๅบ“้ป˜่ฎคH2๏ผŒๅŽŸ็”ŸJDBC่ฟžๆŽฅ๏ผŒๆœช้‡‡็”จ่ฟžๆŽฅๆฑ ๏ผŒๆœ‰ไธ€้ƒจๅˆ†่ฏทๆฑ‚็”จAjaxใ€‚~ๆ‰€ไปฅๆœฌ้กน็›ฎไป…้€‚็”จไบŽๅผบๅˆถ่ฆๆฑ‚J2EEไธŠๅคๅผ€ๅ‘ๆ—ถๅ‚่€ƒ~ ๅˆๅญฆWebๆˆๆžœ๏ผŒๅๅˆ†็ฎ€้™‹๏ผŒ่ฟž็•Œ้ข้ƒฝๆ˜ฏ็บฏHTMLๆ‰‹ๆ’ธ๏ผŒไธ€ไธชไบบๆ‰‹ๆ’ธไบ†ๅŠไธชๆœˆ๏ผŒ่ฟ˜ๆ˜ฏไธๅคชๅฎŒๅ–„๏ผŒๆ”พๅœจ่ฟ™ๅฐฑๅฝ“็บชๅฟตไธ€ไธ‹ไบ†๏ผŒๆœ‰็ฉบๅฏ่ƒฝ่ฟ˜ไผšๆฅๅฎŒๅ–„ไธ€ไธ‹ใ€‚ ๆ•ฐๆฎๅบ“้…็ฝฎๅœจ`/src/main/java/db/ConnBean.java`๏ผˆH2๏ผ‰ๅ’Œ`MsSQLConnBean.java`๏ผˆSQL Server๏ผ‰ ้ป˜่ฎคๆ•ฐๆฎๅบ“ไธบH2๏ผŒ้œ€่ฆๅœจ`D:\h2db2`็›ฎๅฝ•ไธ‹้…็ฝฎๅฅฝH2ๆ•ฐๆฎๅบ“๏ผŒๅฏผๅ…ฅๅˆๅง‹ๅŒ–SQL๏ผˆDatabase.sqlๅ’ŒInsert.sql๏ผ‰๏ผŒๆˆ–่€…ๅฏๅœจ`ConnBean.java`ไธญ`private String database="D:/h2db2/hospital";`ๅค„่‡ช่กŒๆ›ดๆ”น่ทฏๅพ„ ็ผ–็ ไปŽEclipse้ป˜่ฎค็š„GBKๆ”นไธบไบ†UTF-8 ็ฎก็†ๅ‘˜ๅฏ†้’ฅไธบๆœๅŠกๅ™จๆฏๆฌกๅฏๅŠจๆ—ถ้šๆœบ็”Ÿๆˆ๏ผŒ่ฎฟ้—ฎ`RandomAdminKey.jsp`่Žทๅ– ้ƒจ็ฝฒๅฟ…้กป้‡‡็”จTomcat 10ๅŠไปฅไธŠ๏ผˆๅŒ…ๅๅทฒ็ปๆ›ดๆ”นไธบjakarta๏ผŒ้™ค้žไฝ ๆ‰‹ๅŠจๆ”นๅ›žjavax๏ผ‰ ้ป˜่ฎค้กน็›ฎ็ป“ๆž„ไนŸๆ˜ฏEclipse๏ผŒๅฏผๅ…ฅๅŽๅฆ‚ๆžœๆŠฅ้”™ๅฐฑๅŽปJava Build Path้‡Œ้ขๆŠŠUnbound็š„้‡ๆ–ฐๆทปๅŠ ไธ€้ ๅฆ‚ๆžœๆƒณ็”จIDEAๆ‰“ๅผ€้œ€่ฆๅœจProject Structure-Module้‡Œ้ข่‡ช่กŒImport Module๏ผŒๅปบ่ฎฎๆŠŠDependencies storage formatๆ”นไธบ.iml๏ผŒ็„ถๅŽๅˆ ๆމๆฒก็”จ็š„ๅŒ…๏ผŒไฟฎๆ”นJDK่ทฏๅพ„๏ผŒๆทปๅŠ Tomcat 10 Library๏ผŒๅ†ๆŠŠWEB-INF/libไธ‹็š„ๅŒ…้ƒฝๆทปๅŠ ไธ€้๏ผŒๆทปๅŠ Facets-้€‰ๆ‹ฉWeb๏ผŒๅŽปๆމDescriptor๏ผŒไฟฎๆ”นWeb Resource Directoryไธบwebapp็›ฎๅฝ•๏ผŒๅ†ๅณไธ‹่ง’Create Artifact๏ผŒFixๅ‡ ๆฌกๅฐฑokไบ† ็”ฑไบŽๆ”นIDEA้กน็›ฎ็ป“ๆž„ๆœ‰็‚น้บป็ƒฆ๏ผŒๆ–ฐๅŠ ไบ†ไธ€ไธชๆ”นๅฅฝ็š„่ƒฝ็›ดๆŽฅ่ท‘็š„IDEA้กน็›ฎ้…็ฝฎๆ–‡ไปถไธŠๆฅ๏ผŒไฝ†ๆ˜ฏTomcatๆœๅŠกๅ™จ็š„่ฟ่กŒ้…็ฝฎๅฏ่ƒฝ้œ€่ฆๅœจRun-Edit Configurationsๅค„่‡ชๅทฑไฟฎๆ”น
ๅŒป้™ขๆŽ’้˜Ÿๅซๅท็ณป็ปŸ ๅคงไฝœไธš A school assignment(experiment) for JSP, a simple hospital queuing Web system made by pure JSP,HTML,CSS,Javascript without any framework
css,html,java,javascript,jsp,jsp-servlet,mvc,servlet,servlet-mvc
2023-03-30T11:06:06Z
2024-03-24T03:17:11Z
null
1
0
18
1
3
7
null
MIT
Java
Alkaison/King-of-Spices
main
# King of Spices King of Spices is a responsive restaurant website made with HTML, CSS and JavaScript. It has menu, about us page & reservation page. ## Checkout :tada: The website is live with the help of GitHub pages. โญ Visit the website: https://alkaison.github.io/King-of-Spices/ ## Features - [x] Good UI & Design - [x] Food Menu - [x] Testimonial - [x] Multiple Pages - [x] Responsive Website ## Credits - [Ganesh](https://github.com/Alkaison "GitHub Account") >> Promo cards section, Footer, About us page & Animations. - [Amit](https://github.com/Uzumaki4303 "GitHub Account") >> NavBar, Header section, Review section & Reservation table form. - [Vivek](https://github.com/iamVivekG "GitHub Account") >> Menu cart section. - [Abrar](https://github.com/abrarshai "GitHub Account") >> Reservation page design. ## Contributing :yellow_heart: ### Setup Steps 1. `Fork` this repository from [here](https://github.com/Alkaison/King-of-Spices/fork "Fork"). 2. `Clone` the forked repository on your local system. 3. Open the `King of Spices` folder into your source-code editor. ### Pull Request 1. After making the changes, commit that. 2. Create a new branch and push it on GitHub. 3. Check the repository and click on `compare` button. 4. Review the changes and Submit the `Pull Request`. 5. Wait for review and you'r done! ## LICENSE This work is published under [MIT](https://github.com/Alkaison/King-of-Spices/blob/main/LICENSE "LICENSE") License.
King of Spices is a responsive restaurant website made with HTML, CSS and JavaScript. It has menu, about us page & reservation page.
css3,html5,javascript,restaurant-website,css,html
2023-04-07T12:38:12Z
2023-09-09T14:20:05Z
2023-08-31T18:43:34Z
2
3
47
0
6
7
null
MIT
HTML
wraith4081/bunnycdn
main
## Documentation ### Overview This project consists of several modules: 1. Types and Definitions: Defining ErrorResponse, StatusResponse, Video related types and other types, and utility types. 2. `EdgeStorage.ts`: Provides functionality for interacting with BunnyCDN storage endpoints. 3. `Collection.ts`: Represents a video collection in Bunny Stream and provides functions for modifying the collection. 4. `Stream.ts`: Provides the main functionalities and interacts with Bunny Stream API's - Video and Collection management operations. ### Quick Start #### Global ```ts import BunnyCDN, { StorageEndpoints } from "bunnycdn"; const cdn = new BunnyCDN({ AccessKey: "access-key", StorageZone: StorageEndpoints.Falkenstein }); ``` #### Spesific ##### EdgeStorage ```ts import { EdgeStorage, StorageEndpoints } from "bunnycdn"; const edgeStorage = new EdgeStorage("access-key", StorageEndpoints.Falkenstein); const storageZone = edgeStorage.CreateClient("storage-zone-name"); ``` ```ts const files = await storageZone.ListFiles('.') for (let file of files) { console.log(`A file was found with the name ${file.ObjectName} and the guid ${file.Guid} with ${file.Length} bytes.`) } ``` ##### Stream ```ts import { Stream } from "bunnycdn"; const stream = new Stream(); const library = stream.GetLibrary(1234, 'access-key'); ``` ```ts const MyCollection = await library.GetCollection("collection-guid"); const result = ( await library.ListVideos({ collection: MyCollection.data?.collectionId, page: 1, itemsPerPage: 100, orderBy: 'date', search: 'My Video' }) ).data || {}; console.log( result.itemsPerPage, result.currentPage, result.totalItems, ); for (let video of result) { console.log(`${video.title}} has ${video.views} views and is ${video.length} seconds long`); } ``` ### Types and Definitions #### ErrorResponse Type: `interface` ```ts interface ErrorResponse { HttpCode: number; Message: string; } ``` - Represents an error response object with the properties `HttpCode` and `Message`. #### StatusResponse Type: `enum` ```ts enum StatusResponse { OK = 200, CREATED = 201, BAD_REQUEST = 400, UNAUTHORIZED = 401, NOT_FOUND = 404, INTERNAL_SERVER_ERROR = 500, // Undefined UNDEFINED = 0 } ``` - Represents the possible HTTP status code responses. #### Video related types Declares `VideoCaption`, `VideoChapter`, `VideoMoment`, `VideoMetaTag`, `VideoTranscodingMessageLevel`, `VideoTranscodingMessage`, `VideoStatus`, `Video`, `APIVideo`, `VideoStatics`, and `VideoList`. Please refer to the provided typings for their definitions. ### EdgeStorage.ts #### Class: EdgeStorage To create an instance of EdgeStorage, you need to provide `AccessKey` and optionally, `StorageZone` as parameters. Example: ```javascript const edgeStorage = new EdgeStorage('your-access-key', StorageEndpoints.Falkenstein); ``` Methods: - get Endpoint(): Returns the current storage endpoint being used. ```ts edgeStorage.Endpoint ``` - set Endpoint(StorageZone: StorageEndpoints): Sets the current storage endpoint. ```ts edgeStorage.Endpoint = StorageEndpoints.NY ``` - get AccessKey(): Returns the access key being used. ```ts edgeStorage.AccessKey ``` - set AccessKey(AccessKey: string): Sets the access key. ```ts edgeStorage.AccessKey = 'access-key-2' ``` - CreateClient(StorageZoneName: string): Creates and returns an instance of `EdgeStorageClient`. ```ts edgeStorage.CreateClient('storage-zone-name') ``` #### Class: EdgeStorageClient Extends from EdgeStorage. Methods: - ListFiles(path: string): Fetches and returns a list of storage entities for the given path. ```ts await edgeStorageClient.ListFiles('.') ``` - DownloadFile(path: string): Downloads the file at the given path. ```ts await edgeStorageClient.DownloadFile('videos/hello_world.mp4') ``` - UploadFile(path: string, fileContent: Buffer): Uploads a file with the specified content to the given path. ```ts await edgeStorageClient.UploadFile('images/javascript.png', MyImageBuffer) ``` - DeleteFile(path: string): Deletes a file at the given path. ```ts await edgeStorageClient.DeleteFile('temp/old_database.json') ``` ### Collection.ts #### Interface: APICollection ```ts interface APICollection { videoLibraryId: number; guid?: string; name?: string; videoCount: number; totalSize: number; previewVideoIds?: string; } ``` - Represents the API response for a video collection. #### Class: Collection This class represents a video collection with methods to update and delete itself. Constructor parameters: - `data: APICollection` - `collectionId: string` - `library: Library` Methods: - Update(name?: string): Updates the collection with the new name if provided. ```ts await myCollection.Update('my-collection-updated') ``` - Delete(): Deletes the collection. ```ts await myCollection.Delete() ``` ### Stream.ts #### Class: Stream Main class for working with Bunny Stream APIs. Constructor: ```javascript const stream = new Stream(); ``` Methods: - GetLibrary(libraryId: number, accessKey: string): Retrieves the library with the given library ID and access key. #### Class: Library This class represents a Bunny Stream library. Constructor parameters: - `libraryId: number` - `accessKey: string` Methods: - GetVideo(videoId: number): Retrieves a video with the given video ID. ```ts await stream.GetVideo(12345) ``` - GetVideoStatistics(params: object): Fetches video statistics based on given parameters. ```ts await stream.GetVideoStatistics({ dateFrom: '2023-01-01T12:00:00.000Z', dateTo: '2023-04-03T12:00:00.000Z', hourly: true, videoGuid: 'my-unique-guid' }) ``` - ListVideos(params: object): Lists videos in the library based on given parameters. ```ts await stream.ListVideos({ page: 1; itemsPerPage: 100; search: 'My video'; collection: 'my-collection-guid', orderBy: 'date' }) ``` - CreateVideo(params: object): Creates a new video in the library. ```ts await stream.CreateVideo({ title: 'My Newest Video', collectionId: 'my-collection-guid', thumbnailTime: 67 // hours * 3600 + minutes * 60 + seconds }) ``` - FetchVideo(bodyParams: object, queryParams: object): Fetches a video from a remote URL. ```ts await stream.FetchVideo({ url: 'https://example.com/my-video-link', headers: { 'my-header-key': 'my-header-value', // ... } }, { collectionId: 'my-collection-guid', lowPriority: true, thumbnailTime: 67 // hours * 3600 + minutes * 60 + seconds }) ``` - GetCollection(collectionId: string): Retrieves a collection with the given collection ID. ```ts await stream.GetCollection('my-collection-guid') ``` - GetCollectionList(queryParams: object): Retrieves a list of collections based on given parameters. ```ts await stream.GetCollection({ page: 1, itemsPerPage: 100, search: 'My Collection', orderBy: "date" }) ``` - CreateCollection(name?: string): Creates a new collection in the library with the specified name. ```ts await stream.CreateCollection('my-collection') ``` ### Video.ts #### Interface: UpdateParams ```ts export interface UpdateParams { title?: string; collectionId?: string; chapters?: VideoChapter[]; moments?: VideoMoment[]; metaTags?: VideoMetaTag[]; } ``` - Represents the parameters that can be updated when calling the `Update` method. #### Class: Video This class encapsulates a video in Bunny Stream. Constructor parameters: - `library: Library` - `data: APIVideo` - `videoId: number` Methods: - `Update(props: UpdateParams)`: Updates the video with the provided properties. ***Give a object whose is suitable for `UpdateParams`*** - `Delete()`: Deletes the video. ```ts await video.Delete() ``` - `Upload(enabledResolutions?: string)`: Uploads the video with the specified resolutions (optional). ***Coming Soon*** - `GetHeatmap()`: Retrieves the video heatmap data. ```ts await video.GetHeatmap() ``` - `Reencode()`: Re-encodes the video. ```ts await video.Reencode() ``` - `SetThumbnail(payload: { thumbnailUrl?: string; })`: Sets the thumbnail of the video. ```ts await video.SetThumbnail({ thumbnailUrl: 'https://example.com/my-thumbnail.png' }) ``` - `AddCaption(srclang: string, params: { srclang?: string; label?: string; captionsFile?: string; })`: Adds a caption to the video. ```ts await video.AddCaption('tr', { srclang: 'tr', label: 'Turkish', captionsFile: Base64(MyFileContent) }) ``` - `DeleteCaption(srclang: string)`: Deletes a caption from the video. ```ts await video.DeleteCaption('tr') ``` By using the `Video` class, you can manage individual videos in your Bunny Stream library. By using these classes and methods, you can perform various operations related to BunnyCDN Storage and Bunny Stream.
Use the unofficial BunnyCDN library quickly and easily with Javascript
api,bunny,bunnycdn,cdn,javascript,typescript
2023-04-03T15:56:49Z
2023-06-29T00:08:42Z
2023-06-29T00:08:42Z
1
0
7
2
1
7
null
null
TypeScript
failfa-st/fail1
main
<h1 align="center"><big>fail1</big></h1> <p align="center"><img src="assets/logo.png" alt="logo" width="200"/></p> [![Discord](https://img.shields.io/discord/1091306623819059300?color=7289da&label=Discord&logo=discord&logoColor=fff&style=for-the-badge)](https://discord.com/invite/m3TBB9XEkb) > This project is built to fail > (until it doesn't) <!-- toc --> - [Overview](#overview) - [Getting Started Guide](#getting-started-guide) - [1. Prerequisites](#1-prerequisites) - [2. Clone the repository](#2-clone-the-repository) - [3. Install dependencies](#3-install-dependencies) - [4. Add your API key](#4-add-your-api-key) - [Usage](#usage) - [Options](#options) - [Functionality](#functionality) <!-- tocstop --> ## Overview This project aims to generate code using the OpenAI API in an evolutionary way. It means that each generation will build upon the previous one to make the code better, extend it, refactor it or fix bugs. ## Getting Started Guide This guide will walk you through the process of using our generative process powered by OpenAI's GPT-3.5 language model to create innovative JavaScript projects. You'll learn how to install dependencies, add your API key, run the first generation, and explore the results. ### 1. Prerequisites Ensure you have the following installed on your system: - Node.js (version 18.x or higher): https://nodejs.org/en/download/ - npm (usually bundled with Node.js): https://www.npmjs.com/get-npm ### 2. Clone the repository Clone the repository to your local machine: ```shell git clone git@github.com:failfa-st/fail1.git ``` Navigate to the project directory: ```shell cd fail1 ``` ### 3. Install dependencies Install the required dependencies by running: ```shell npm install ``` ### 4. Add your API key Create an account at https://platform.openai.com/signup and obtain your API key. Copy the `.env.example` file to `.env`: ```shell cp .env.example .env ``` Open the `.env` file and add your OpenAI API key: ```shell OPENAI_API_KEY=your_api_key_here ``` ## Usage To start the code generation process, run the following command: ```shell node generation-000.js -G "<goal>" -g <generations> -p "<persona>" -t <temperature> -c -m "<model>" -n "<negative_prompt>" ``` ## Options | Option | Alias | Type | Default | Description | | --------------- | ----- | --------- | -------------------------------------------------------------------------- | ----------------------------------------------------------------- | | `--goal` | `-G` | `string` | `"extend the code"` | Sets the goal of the generated code | | `--generations` | `-g` | `number` | `1` | Sets the number of generations for the generated code | | `--persona` | `-p` | `string` | `"expert node.js developer, creative, code optimizer, interaction expert"` | Sets the persona of the generated code | | `--temperature` | `-t` | `number` | `0.2` | Sets the temperature for the generated code | | `--clean` | `-c` | `boolean` | `false` | Set to `true` if you want to remove any previously generated code | | `--model` | `-m` | `string` | `"gpt-3.5-turbo"` | Sets the model to use for generating the code | | `--negative` | `-n` | `string` | | Sets the negative prompt for the generated code | ## Functionality This project generates code using the OpenAI API and follows a set of instructions and constraints to produce code that can be extended, refactored or fixed. Each generation of code builds upon the previous one and aims to improve the code. The project uses different personas to generate code, and a specified number of generations of code can be generated. The generated code is formatted using prettier and saved in separate files. The project also keeps track of changes and provides a changelog. Additionally, it can remove previously generated code. The project can handle errors. The project has two files: - `base.js`: This file controls how the code is generated using the OpenAI API. - `generation-000.js`: This file is the starting point for the code generation process. It sets everything in motion for generating code.
100% Prompt Driven Development: JavaScript Projects (GPT)
ai,artificial-intelligence,gpt,gpt-35-turbo,gpt-4,javascript
2023-03-28T22:50:44Z
2023-05-08T15:50:25Z
null
2
8
80
5
0
7
null
AGPL-3.0
JavaScript
failfa-st/fail2
main
<h1 align="center"><big>fail2</big></h1> <p align="center"><img src="assets/logo.png" alt="logo" width="200"/></p> [![Discord](https://img.shields.io/discord/1091306623819059300?color=7289da&label=Discord&logo=discord&logoColor=fff&style=for-the-badge)](https://discord.com/invite/m3TBB9XEkb) > This project is built to fail > (until it doesn't) > Restart until it works <!-- toc --> - [Overview](#overview) - [Getting Started Guide](#getting-started-guide) * [1. Prerequisites](#1-prerequisites) * [2. Clone the repository](#2-clone-the-repository) * [3. Install dependencies](#3-install-dependencies) * [4. Add your API key](#4-add-your-api-key) - [Usage](#usage) * [Dev server](#dev-server) * [Start the generation process](#start-the-generation-process) - [Options](#options) * [Temperature](#temperature) * [Negative Prompt](#negative-prompt) * [Model](#model) * [Seed](#seed) - [Starter Files](#starter-files) - [Functionality](#functionality) - [Guiding Procedural Generation](#guiding-procedural-generation) * [Examples](#examples) <!-- tocstop --> ## Overview This project aims to generate code using the OpenAI API in an evolutionary way. It means that each generation will build upon the previous one to make the code better, extend it, refactor it or fix bugs. This project, "fail2", is the second version and has been derived from its predecessor, ["fail1"](https://github.com/failfa-st/fail1), incorporating improvements and additional features. The generated code will be executed in the browser on a Canvas element and aims to create 2D applications using JavaScript. ## Getting Started Guide This guide will walk you through the process of using our generative process powered by OpenAI's GPT-3.5 language model to create innovative JavaScript Canvas2D projects. You'll learn how to install dependencies, add your API key, run the first generation, and explore the results. ### 1. Prerequisites Ensure you have the following installed on your system: - Node.js (version 18.x or higher): https://nodejs.org/en/download/ - npm (usually bundled with Node.js): https://www.npmjs.com/get-npm ### 2. Clone the repository Clone the repository to your local machine: ```shell git clone git@github.com:failfa-st/fail2.git ``` Navigate to the project directory: ```shell cd fail2 ``` ### 3. Install dependencies Install the required dependencies by running: ```shell npm install ``` ### 4. Add your API key Create an account at https://platform.openai.com/signup and obtain your API key. Copy the `.env.example` file to `.env`: ```shell cp .env.example .env ``` Open the `.env` file and add your OpenAI API key: ```shell OPENAI_API_KEY=your_api_key_here ``` ## Usage ### Dev server The generated code will run in a local development server, so let's start this first ```shell npm run dev ``` This will open http://localhost:8080 in your browser. If it doesn't, then please open it yourself and keep it open. ### Start the generation process To start the code generation process, run the following command: ``` node base-default.js -p "<prompt>" -g <generations> -P "<persona>" -t <temperature> -c -m "<model>" -n "<negative_prompt>" -s <seed> ``` Or use one of the basic examples: ``` node base-default.js -p "matrix code" -g 3 node base-art.js -p "flow field" -g 10 -c -s 123456789 node base-game.js -p "arcade game asteroids" -g 5 -n "audio files, images, alert" -P "JavaScript expert, game developer, retro lover" ``` ## Options | Option | Alias | Type | Default | Description | | ------------------ | ----- | --------- | ----------------------------------------- | ----------------------------------------------------------------- | | `--prompt` | `-p` | `string` | `"extend the code"` | Sets the prompt for the generated code | | `--negativePrompt` | `-n` | `string` | `""` | Sets the negative prompt for the generated code | | `--generations` | `-g` | `number` | `1` | Sets the number of generations for the generated code | | `--persona` | `-P` | `string` | `"JavaScript expert, performance expert"` | Sets the persona of the generated code | | `--temperature` | `-t` | `number` | `0.2` | Sets the temperature for the generated code | | `--seed` | `-s` | `number` | `-1` | Sets the seed for the generated code (`-1` creates a random seed) | | `--model` | `-m` | `string` | `"gpt-3.5-turbo"` | Sets the model to use for generating the code | | `--clean` | `-c` | `boolean` | `false` | Set to `true` if you want to remove any previously generated code | ### Temperature The `--temperature` flag controls the level of creativity in the generated code, with a range of 0 to 2. Higher values result in more innovative code, but also increase the risk of errors or invalid JavaScript. For best results, use a value below 0.5 to balance creativity with reliability. The default value is 0.2. ### Negative Prompt The `--negativePrompt` flag negates each comma-separated part of the prompt with "no" to prevent unwanted behaviors in generated code. For example, `--negativePrompt "audio, images"` becomes `"no audio, no images"`. This feature helps create safer and better code but may not eliminate all undesired behavior. ### Model The `--model` flag can be used to specify the model to use for generating code. The default model is `"gpt-3.5-turbo"`. However, you can also choose to use the `"gpt-4"` model, which provides more tokens but may result in undesired behavior. > ๐Ÿ’ก Using the `"gpt-4"` model will significantly increase the time it takes to generate code as it > is slower than the default `"gpt-3.5-turbo"` model. To learn more about the available models and their respective features, please refer to the[ OpenAI documentation](https://platform.openai.com/docs/models). ### Seed The `--seed` flag sets the seed for the random number generator used in code generation. By default, the seed is set to a random number between 0 and 100000000. If a custom seed is provided with the `--seed` flag, that value will be used instead. > ๐Ÿ’ก The seed is a pseudo-random number and can generate unique results, but won't be the same each > time. ## Starter Files This project comes with three starter files, [`base-default.js`](`base-default.js`) (no imports), [`base-art.js`](`base-art.js`) ([noisejs](https://www.npmjs.com/package/noisejs) and [color](https://www.npmjs.com/package/color)) and [`base-game.js`](`base-game.js`) ([noisejs](https://www.npmjs.com/package/noisejs), [color](https://www.npmjs.com/package/color) and [tone](https://www.npmjs.com/package/tone)), which provide a basic starting point and an example of how to add dependencies. > โš ๏ธ Starter files must always start with `base-` > ๐Ÿ’ก To avoid extra token costs, create a custom base file such as `base-no-changelog.js` without > the changelog comment. ## Functionality This project generates code using the OpenAI API and follows a set of instructions and constraints to produce code that can be extended, refactored, or fixed. Each generation of code builds upon the previous one and aims to improve the code. The project uses different personas to generate code and can create a specified number of generations of code. The generated code is formatted using Prettier and saved in separate files. The project also keeps track of changes and provides a changelog. Additionally, it can remove previously generated code. The project can handle errors. The generated code is written to a file, [`project/src/index.js`](project/src/index.js), which is compiled by Webpack. A Webpack Dev Server runs, allowing you to view the live changes as the code generation process evolves. The project uses two main files: - [`base.js`](base.js): This file manages the code generation process using the OpenAI API, writes the generated code to files (including [`project/src/index.js`](project/src/index.js)) and handles errors that might occur during code generation. - `base-*.js`: This file is the starting point for the code generation process. It contains the initial code snippet and sets everything in motion for generating code by calling the necessary functions from [`base.js`](base.js). ## Guiding Procedural Generation To continue from a certain generation, either because you're satisfied with it or you need to correct an issue, use the following format: `node generation-xxxx.js -g <generation + 1> -p "<prompt>"` ### Examples **1. Fixing a glitch in generation 4** In this example, there is an issue with the fourth generation of a procedural generation, causing the background to be too dark and the game player to be invisible. To fix this issue, the user runs the following command: ``` node generation-0004.js -g 5 -p "fix: dark background, player invisible" -c ``` This command starts from generation 4 (`generation-0004.js`) and moves on to the next generation (generation 5) while providing a prompt to fix the background darkness and player visibility issue. **2. Adding a scoring system at generation 3** In this case, the user is satisfied with the game's progress at the third generation and wants to add a scoring system. To do so, they run the following command: ``` node generation-0003.js -g 4 -p "feat: implement scoring" -c ``` This command initiates from generation 3 (`generation-0003.js`) and proceeds to the next generation (generation 4), incorporating a prompt to implement a scoring feature into the game. **3. Retaining the flow field from generation 5 but disregarding subsequent generations** In this situation, the user appreciates the flow field generated in the fifth generation but is unhappy with the results from later generations. To achieve the desired outcome, they execute the following command: ``` node generation-0005.js -g 10 -p "flow field" -c ``` This command starts from generation 5 (`generation-0005.js`) and continues until generation 10, maintaining the flow field from generation 5 and disregarding the undesired outcomes of the generations in between.
100% Prompt Driven Development: JavaScript Canvas2D (GPT)
gpt-3,gpt-4,ai,artificial-intelligence,gpt,gpt-35-turbo,javascript
2023-04-06T09:24:28Z
2023-05-08T15:50:04Z
2023-04-10T19:28:24Z
4
4
34
0
0
7
null
AGPL-3.0
JavaScript
pushkaraj2007/Rockout
main
# Rockout Rockout is a rock-paper-scissor game built using Next.js, Tailwind CSS, and Socket.io. The game features both Single Player and Multiplayer modes, with smooth gameplay and user-friendly interface. ## Screenshots | Home Page | Game Page | | :-----------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | | ![Home Page](https://user-images.githubusercontent.com/84712013/233801642-2ad977a9-aa5e-4d4b-b8e6-9e49c361f2c7.png) | ![Game Page](https://user-images.githubusercontent.com/84712013/233801687-5669955e-4739-43de-bec9-8c31e41e181f.png) | ## How to Play 1. Go to rockout.vercel.app [Click Here](https://rockout.vercel.app/) 2. Choose between singlePlayer and multiPlayer modes (Create a Room & Join a Room). 3. If you select singlePlayer mode, enter the number of rounds you want to play. 4. If you select Create a Room, enter your name and the total number of rounds you want to play. If you select Join a Room, enter the roomId and your name. 5. Start playing the game and enjoy! ## Features - Single Player and Multiplayer modes. - Smooth gameplay. - User-friendly interface. - Real-time multiplayer experience using Socket.io. ## Technologies Used - Next.js - Tailwind CSS - Socket.io ## Contributing Contributions are always welcome! If you would like to contribute to this project, please follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bug fix. 3. Make changes to the code. 4. Test your changes thoroughly. 5. Commit your changes and push to your fork. 6. Create a pull request to the original repository. ## License This project is licensed under the MIT License. See the [LICENSE](/LICENSE) file for details. ## Acknowledgements - Thanks to Next.js, Tailwind CSS, and Socket.io for making this project possible. - Thanks to the open-source community for their support and contributions.
Rockout is a rock paper scissors game with some cool functionalities like, SinglePlayer mode, MultiPlayer mode, creating separate rooms, inviting friends, etc.
game,javascript,nextjs,socket-io
2023-04-01T13:48:25Z
2023-05-05T17:49:28Z
null
5
13
68
4
4
7
null
MIT
JavaScript
BANCUNGUYE66/my-Todo-list
main
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>To-Do-List</b></h3> </div> # ๐Ÿ“— Table of Contents - [๏ฟฝ Table of Contents](#-table-of-contents) - [๐Ÿ“– To-Do list ](#-to-do-list-) - [๐Ÿ›  Built With VSCode ](#-built-with--vscode--) - [HTML/CSS, javascript, Webpack ](#htmlcss-javascript-webpack-) - [๐Ÿš€ Live Demo](#-live-demo) - [๐Ÿ’ป Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Run tests](#run-tests) - [๐Ÿ‘ฅ Bancunguye66 , ](#-bancunguye66--) - [๐Ÿ”ญ Future Features ](#-future-features-) - [๐Ÿค Contributing ](#-contributing-) - [โญ๏ธ Show your support ](#๏ธ-show-your-support-) - [๐Ÿ™ Acknowledgments ](#-acknowledgments-) - [โ“ FAQ (OPTIONAL) ](#-faq-optional-) - [๐Ÿ“ License ](#-license-) ## ๐Ÿ“– To-Do list <a name="about-project"></a> This is a website that displays a list of Todo tasks and allows you to add new task, adit task and delete a completed task from the list ## ๐Ÿ›  Built With VSCode <a name="Built With VSCode"></a> ### HTML/CSS, javascript, Webpack <a name="tech-stack"></a> > <details> <summary>Client</summary> <ul> <li><a href="https://reactjs.org/">HTML</a></li> </ul> </details> <details> <summary>Styling</summary> <ul> <li><a href="https://expressjs.com/">CSS</a></li> </ul> </details> <details> <summary>functionality</summary> </details> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo">Very soon</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> > A beginner developer can use this template as a starting point for creating one page APP projects using Javascript and HTML/CSS with clean and organized code using the module directory. ### Prerequisites In order to run this project you need: - Node - ESlint set up <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: <br> <br>gh repo clone https://github.com/BANCUNGUYE66/To-Do-List.git ### Install Install this project with: ```sh gh repo clone bancunguye66/To_Do_List npm install -y ``` ### Run tests To run tests, run the following command: ```sh npx stylelint "**/*.{css,scss}" ``` ```sh npx hint . ``` ```sh npx eslint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Bancunguye66 , <a name="authors"></a> ๐Ÿ‘ค **Bancunguye** - GitHub: [@githubhandle](https://github.com/bancunguye66) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/aimable-bancunguye-aba703143/) ๐Ÿ‘ค **Rose Mutai** - GitHub: [@githubhandle](https://github.com/rosemutai) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/rosemutai/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> > I'll add the following section to the webpage. - [ ] **Interactive list** <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... 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 <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## โ“ FAQ (OPTIONAL) <a name="faq"></a> - **Did you intergrate linters to your project** - Yes - **[Did you run all the tests** - Yes <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is basic to-do list of creating new tasks, and removing the old task after you successfully completed them.
css,html,javascript
2023-04-01T11:36:33Z
2023-04-08T11:42:50Z
null
2
2
42
1
0
7
null
MIT
JavaScript
ITurres/Notes-Web-App
main
<div align="center"> <img alt="notes website logo" src="readme-src/readme-media/notes-logo.png" width="100"> <h1>Notes</h1> </div> > โ€œNotesโ€ is my cs50x final project Web Application. It is a basic web app that resembles a bit like 'Notes' from iCloud, and where you can create an account, sign in and start creating, updating, and deleting your notes, plus search for specific ones given their content. #### Project Presentation (Video Demo): <https://youtu.be/UJucGYwoDCA> --- #### **\*Previews at the end of this file.** --- ## Built With - HTML - HTML5 - CSS - CSS3 - JavaScript - Python 3 - Flask - cs50 for SQL - sqlite #### [![My Skills](https://skillicons.dev/icons?i=html,css,js,python,flask,sqlite)](https://skillicons.dev) --- <br> ## [![My Skills](https://skillicons.dev/icons?i=python)](https://skillicons.dev) Understanding .py files ## **> app.py** > It is the engine of the website, where all the data manipulation, queries to the database and the rendering of each webpage happens. ### There are 8 main functions, all link to it's specific and individual route. (list below) - index - login - logout - register - add_new_note - update_note - delete_note - search_notes - ### Note: ( index, add_new_note, update_note, delete_note and search_notes ) make use of @helpers.login_required (see helpers.py \*Understanding section) ### **>> index():** > index will only be executed as long as @helpers.login_required has return correctly. > This function routes you to the main/home/index webpage which only you (the user, if and only if has been successfully logged in) can access. And > where through a SQL query the function will render the said main/home/index webpage with the user's data (name, notes). ### **>> login():** > The login function, makes sure to first clean the current session and then process the data provided through the POST method to validate it. > Login makes sure the 'user' enters valid data, such as username and password. It checks whether it's not empty if it is correct, and if it matches the data > in the database or not. Again this last one uses an SQLite query. > When a validation error occurs, the function will return by rendering the webpage again, keeping the 'user's input values in place and showing to > the user, what's wrong with the input value. > If the 'user' has successfully logged in, then the index.html webpage will be rendered and a -flash- message will be shown to the 'user'. ### **>> logout():** > The logout function just clear the current 'user' session and return by rendering to index, which in consequence, will redirect to login. ### **>> register():** > register, as the word says, will 'register' the new user. It again will process the data provided through the POST method to validate it. > register will make sure the 'user' enters valid data, such as username, password, and password confirmation. It checks whether it's not empty if it is correct, and in the case of the password, if both the password and the confirmation match. > Then it will insert all the validated data into the -'users'- database (see notes.db \*Understanding section). > next it will query all data from the 'user', and store it in a variable to SET the current -session- with the 'user''s id > afterwards will return by rendering index (/) and flash the user a "successfully register" message with the 'user''s name. ### **>> add_new_note():** > This function when the request method is POST will first store the current session id in a variable, then validate the new note content (if it is empty or not) > and will insert into the user_notes table in the database (see notes.db \*Understanding section) the note content where the 'user''s id matches. > then will return by redirecting to index (/). ### **>> update_note():** > update_note behaves like add_new_note, except that this function will query to update the column note_content if the note_id matches. > The function will store the note content into a variable as well as the note's id and then proceeds to query the update. > Finally, the function will return by redirecting to index (/). ### **>> delete_note():** > The delete_note function when the request method is POST, will store the selected note's id and query the deletion to the note that matches the given id. > Finally, the function will return by redirecting to index (/). ### **>> search_notes():** > If the request method is POST, the function will store the current session id, and it will get the value from the input to be searched. > This value (value_searched) will be concatenated with two % (percentage symbols) to insert it into the later query. > Then the function will query for a list of all the notes found that match the current user id and the value_searched. > Later it will store the length of that list (as the number of notes found, AKA results) and lastly, it will return by rendering > search-results.html and passing results and the list (notes_found) to the html file. --- ## > helpers.py > This file contains all the sub-functions used in app.py such as login_required and check_username. ### **>> login_required(f):** > f (the parameter passed to login_required) will be the function to be wrapped. login_required returns the wrapped function. This is done by creating an inner function and returning it. > Note that the first two returns are part of decorated_function (the inner function, not invoked in this code, just defined), while the third one is part of > > login_required. > decorated_function is a function returned by login_required (it's another function object every time login_required is called). That function will be used > instead of the one passed for f. So every time one would call index function, the call would go to the function returned by login_required(index) instead. > And here is the documentation on <a href="https://docs.python.org/3/library/functools.html#functools.wraps">@wraps</a> > => credits to <a href="https://www.reddit.com/r/cs50/comments/ac6678/which_is_the_explanation_of_how_the_custom/">Blauelf</a>. ### **>> check_username(username):** > This function will query the users table in the notes database to retrieve the username that matches the username passed as a parameter > then it will check whether the query successfully retrieves any data or not, and return said result as a boolean (true/false). --- ## [![My Skills](https://skillicons.dev/icons?i=sqlite)](https://skillicons.dev) Understanding .db files ## > notes.db > notes database is the main database, which holds four tables: - 1: **users**, Which itself holds three columns => id (primary-key), username, hash. The last one is used as the password. - 2: **user_notes**, which holds five columns => id (primary-key), user_id, note_content, date_time, and a reference to foreign key. - 3: **sqlite_sequence**, the table automatically created by app.config. - 4: and a UNIQUE INDEX table for username on **users** (1:). > for a more graphical peek, have a look at the => notes-db-template.db -file-. --- ## [![My Skills](https://skillicons.dev/icons?i=js)](https://skillicons.dev) Understanding .js files within /animations folder ## > toggle-note-height.js > The variable -noteTextarea- gets the element that has the data attribute indicated within [] square-brackets. > then within a loop it listen for a click and as a result of it, this toggles two classes: - 1: **large** => that apply a specific (height) to the element targeted, see folder animations/expand-note.css. - 2: **hidden** => this last one is apply to the two times sibling's element, and it toggles the property (display) and (visibility). > see folder animations/toggle-visibility.css. ## > toggle-visibility.js > There are two variables, -newNoteForm- and -toggleNewNoteFormBtn-, each gets the element that has the data attribute indicated > within [] square-brackets. > -toggleNewNoteFormBtn- is a collection of HTML elements, and on line 13 is associated with a forEach loop method that for each > element it listens for a click (through an event listener) and calls the function -toggleHiddenClass()- (described next) passing as parameters the > variable -newNoteForm- and -toggleNewNoteFormBtn- itself. ### **>> toggleHiddenClass(elements, element):** > This function takes -elements- (a collection of HTML elements) and -element- (a single HTML element) as parameters. > Within the function, it loops through -elements- with the "forEach" method, and for each element it toggles the element's class -hidden-. > Finally, -element- also gets its class toggled. --- <br> ## Previews ### **\* There are 7 short previews, each showing the following actions:** - register - add_new_note - update_note - delete_note - search_notes - login - logout ### **register:** <https://user-images.githubusercontent.com/100724715/230662591-87498795-1d2b-415e-8cb8-f682405120ed.mp4> ### **add_new_note:** <https://user-images.githubusercontent.com/100724715/230662636-0a9fec94-2a69-43ae-970a-7901f072a374.mp4> ### **update_note:** <https://user-images.githubusercontent.com/100724715/230662651-2ad322fe-aa22-4140-be2c-0d8b8a470bac.mp4> ### **delete_note:** <https://user-images.githubusercontent.com/100724715/230662667-50784120-08a7-43b2-95e8-c26b87cf7427.mp4> ### **search_notes:** <https://user-images.githubusercontent.com/100724715/230662677-2c397567-151a-4546-abf6-ce229ce8c8e8.mp4> ### **login:** <https://user-images.githubusercontent.com/100724715/230662689-71edc721-9ae9-4c8e-995c-d1291c10382e.mp4> ### **logout:** <https://user-images.githubusercontent.com/100724715/230662696-86e595d4-45cf-4121-bee9-3fc981db2037.mp4> --- ## Author ### ๐Ÿ™‹โ€โ™‚๏ธ Arthur Iturres - #### [![My Skills](https://skillicons.dev/icons?i=github)](https://skillicons.dev) [@ITurres](https://github.com/ITurres) - #### [![My Skills](https://skillicons.dev/icons?i=linkedin)](https://skillicons.dev) [Linkedin](https://www.linkedin.com/in/arturoemanuelguerraiturres/) --- ## Show your support #### Give a โญ if you liked this project
๐Ÿ“ "Notes" is a fundamental web application that shares similarities with iCloud's 'Notes,' enabling users to create an account, sign in, and seamlessly manage their notes by creating, updating, and deleting them and search specific notes based on their content.
cs50x,flask,harvard,inotes,javascript,python3,sqlite3
2023-04-07T18:48:35Z
2023-12-10T02:28:21Z
null
2
1
5
0
0
7
null
null
HTML
shivammchaudhary1/bmi-calculator
main
# BMI Calculator This project is a simple Body Mass Index (BMI) calculator made using HTML, CSS, and JavaScript in the frontend and React.js in the backend. It helps users calculate their BMI by inputting their weight and height. The project also utilizes the Chakra UI library for styling. ## Project Links - Deployed Application: https://bmi-calculator-theta-two.vercel.app/ - GitHub Repository: https://github.com/shivammchaudhary1/bmi-calculator ## Getting Started To run this project locally, please follow the instructions below: ## Prerequisites - Node.js and npm installed on your computer ## Installation 1. Clone the GitHub repository: ```git clone https://github.com/shivammchaudhary1/bmi-calculator.git``` 2. Navigate to the project directory: ```cd bmi-calculator``` 3. Install the dependencies: ```npm install``` 4. Start the application: ```npm start``` This should open the application in your browser at http://localhost:3000. ## Usage - Enter your weight (in kilograms) and height (in centimeters). - Click the "Calculate" button to see your BMI. - The result will be displayed along with a message indicating whether you are underweight, normal weight, overweight, or obese. ## Contributors This project was made by Shivam Chaudhary. ## License This project is licensed under the MIT License. See the LICENSE file for more information.
This project is a simple Body Mass Index (BMI) calculator made using HTML, CSS, JavaScript and React.js.
chakra-ui,css,html5,javascript,react
2023-03-28T07:49:29Z
2023-03-28T09:08:55Z
null
1
1
7
0
0
7
null
null
JavaScript
Yunuslala/Tooth-tracker-App
main
Dentalist Booking System <div align="center"> <h2>Tooth Tracker<h2> <h5>Tooth Tracker is a dentist booking system that allows patients to schedule appointments with their dentist online, rather than having to call the dental office. The system typically provides a user-friendly interface that enables patients to choose the date and time of their appointment, select their preferred dentist, and enter their personal information.</h5> ![Tooth Tracker](https://user-images.githubusercontent.com/112674221/229418884-02368d0e-c361-4314-be19-0be2243a6d5b.png) <br> Frontend Link: https://uninterested-weather-2204-frontend.vercel.app/ <br> <br> Backend Link: https://tooth-tracker.cyclic.app/ <br> <br> Video Demonstration link :https://drive.google.com/file/d/1hx4iAvl0y6wVndoOwjU-n6P2LqlsfnVG/view?usp=sharing <br> <br> </div> <h2>Flow:-</h2> <br> <img src="https://user-images.githubusercontent.com/112674221/229432409-847bfc8d-a219-4bb5-b9fc-689ecded3c81.jpeg" <h2>Techstack : </h2> HTML,CSS,Javascript (Frontend) <br> Font awesome (Library) <br> MySql (Database) <br> Node.js,Express.js,Sequelize,Typescript (Framework) Stripe (Payment) <br> <h2>Version of npm packages used:</h2> "bcrypt": "^5.1.0", <br> "cookie-parser": "^1.4.6", <br> "cors": "^2.8.5", <br> "dotenv": "^16.0.3", <br> "express": "^4.18.2", <br> "jsonwebtoken": "^9.0.0", <br> "mongoose": "^7.0.3", <br> "mysql2": "^3.2.0", <br> "nodemailer": "^6.9.1", <br> "nodemon": "^2.0.22", <br> "passport": "^0.6.0", <br> "passport-facebook": "^3.0.0", <br> "passport-google-oauth20": "^2.0.0", <br> "ts-node": "^10.9.1", <br> "typescript": "^5.0.2", <br> "uuid": "^9.0.0" <h1>1. Home Page </h1><br><br> <img src="https://user-images.githubusercontent.com/112674221/229420654-84b13fc6-0a57-4474-94a0-fdb7b936278c.png"> <h1>2. Login </h1> <br><br> <img src="https://user-images.githubusercontent.com/112674221/229420797-a23ee471-6dfb-4e43-b36d-eea25cc90c00.png"> <h1>3. Signup </h1> <br><br> ![Screenshot (449)](https://user-images.githubusercontent.com/112674221/229420897-3afa74a0-4a93-4e72-a454-970303c2d05d.png) <h1>4. Booking </h1> <br><br> ![Screenshot (450)](https://user-images.githubusercontent.com/112674221/229420997-7478a01e-dfea-4154-91ca-e4964233b84e.png) ![Screenshot (451)](https://user-images.githubusercontent.com/112674221/229421062-2e2d6ed9-a9a2-49ab-b994-d23396a49ec3.png) ![Screenshot (452)](https://user-images.githubusercontent.com/112674221/229421124-fd2f034f-b55e-4d97-b5ed-4bb5c8669b0e.png) <h1>5. Payment </h1> <br><br> <img src="https://user-images.githubusercontent.com/112674221/229421230-aee77286-862f-4ed5-86a0-fef24e5bc466.png"> <h1>6. Admin </h1> <br><br> <img src="https://user-images.githubusercontent.com/112674221/229421317-03273d17-fbf0-4bcc-8429-f57876561885.png"> ## Authors - [@Mohd Yunus](https://github.com/Yunuslala) - [@Manoj Kumar](https://github.com/manoj7654) - [@Utkarsh Sinha](https://github.com/utds) - [@Shravan Kumar](https://github.com/shrvn12) - [@Amol Thakre](https://github.com/amolthakare) ## Conclusion With the joint efforts of our team members, we were able to complete this project within 4 working days. We have learned a lot while working on this project, and we are proud of our accomplishments. Show your support ๐Ÿ™Œ Give โญ , If you like the projec
Tooth Tracker is a dentist booking system that allows patients to schedule appointments with their dentist online, rather than having to call the dental office. The system typically provides a user-friendly interface that enables patients to choose the date and time of their appointment
nodejs,typescript,javascript,mysql,sequelize,stripe-payments,css,html
2023-03-28T05:54:11Z
2023-09-03T18:01:45Z
null
6
24
103
3
3
7
null
null
JavaScript
emhamza/My-todo-List-website
main
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>To-do-list with webpack</b></h3> </div> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [๐Ÿš€ Live Demo](#live-demo) - [๐Ÿ’ป Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#license) # ๐Ÿ“– [To do list with webpack] <a name="about-project"></a> This is my first project in which I have used webpack loaders and webpack dev server. To-do-list is a simple website allowing you to add task list and remove the task when completed. ## ๐Ÿ›  Built With <a name="built-with"></a> -HTML5 -JS -DOM Manipulation -ES6 -Webpack Loaders/bundlers ### Tech Stack <a name="tech-stack"></a> <details> <summary>Version Control</summary> <ul> <li><a href="https://github.com/">Git Hub</a></li> </ul> </details> <details> <summary>Visual Studio Code</summary> <ul> <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li> </ul> </details> <details> <summary>Client</summary> <ul> <li><a href="https://html.com/html5/">HTML5</a></li> <li><a href="https://www.css3.com/">CSS</a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **[Usage of createElement property]** - **[Follow HTML, JS and CSS best practice]** - **[Dynamically designed]** - **[DOM Manipulation]** - **[Buttons with specific functionality]** - **[Usage of Js classes]** - **[ES6 modules & ES6 syntax]** - **[Webpack loaders for CSS,HTML and JS]** - **[Hosted on webpack dev server]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - [<a href="https://emhamza.github.io/My-todo-List-website/" target="_blank">Online version</a>](#) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: -Visual Studio Code -Github Account -Git Bash -Node JS -minimalist template ### Setup Clone this repository to your desired folder: Use git clone command or downloaded ZIP folder Example command: ```sh cd my-folder git clone: (https://github.com/emhamza/to-do-list) ``` ### Install Install this project with: npm Example commands: ```sh cd my-project npm init -y ``` ```sh npm install --save-dev hint@7.x ``` ```sh npx hint . ``` ```sh npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x ``` ### Usage To run the project, execute the following command: npm test Example command: ```sh GitHub Pages Server ``` ### Run tests To run tests, run the following command: npm test Example command: ```sh npx stylelint "**/*.{css,scss}" --fix ``` ```sh npx eslint "**/*.js" --fix ``` ### Deployment You can deploy this project using: GitHub Pages <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Umair Hamza** - GitHub: [@emhamza](https://github.com/emhamza) - Twitter: [@uhamzaz](https://twitter.com/uhamzaz) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/umair-hamza-a8262b261/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[Button JS logics]** - [ ] **[Desktop Responsivness]** - [ ] **[Drad and change the order functionality]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [https://github.com/emhamza/to-do-list](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> If you like this project then please follow me on Linkedin, Twitter and GitHub. Greetings! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank Microvers for this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p
My todo-list website project is focused on creating an efficient and user-friendly platform that allows users to easily manage and organize their tasks, to-dos, and deadlines in a personalized and customizable way, ultimately boosting their productivity and overall effectiveness.
dom-manipulation,dynamic-programming,javascript
2023-03-27T22:39:21Z
2023-04-08T22:04:54Z
null
1
6
30
3
1
7
null
MIT
JavaScript
sameerkali/69AI
main
# [ASK AI](https://69ai.vercel.app/) # ChatGPT Clone ![ChatGPT Clone Banner](https://images.pexels.com/photos/16027823/pexels-photo-16027823/free-photo-of-dark-laptop-internet-airport.jpeg?auto=compress&cs=tinysrgb&w=600) Welcome to ChatGPT Clone, a dynamic chatbot powered by the ChatGPT API. This project utilizes HTML, CSS, and JavaScript to create an interactive AI-driven conversation experience. ## Features - Engage in natural and interactive conversations with the ChatGPT clone. - Responsive design for seamless user experience on various devices. - Utilizes the power of the ChatGPT API to generate intelligent and context-aware responses. ## Installation 1. Clone this repository: `git clone https://github.com/sameerkali/69AI.git` 2. Open `index.html` in your web browser. ## Usage 1. Type your message in the input box. 2. Press Enter or click the "Send" button to see the AI-generated response. 3. Enjoy the dynamic and personalized conversation experience! ## Contributing Contributions are welcome! If you find a bug or have an idea for improvement, please open an issue or submit a pull request. ## Credits - Built with โค๏ธ by [Sameer Faridi](https://github.com/sameerkali) ## License This project is licensed under the [MIT License](LICENSE). --- Feel free to explore, experiment, and enhance the capabilities of this ChatGPT clone. Happy coding!
๐Ÿค– Created a personalized AI experience with my ChatGPT clone! ๐Ÿš€ Using HTML, CSS, and JavaScript, I harnessed the power of the ChatGPT API to build a dynamic chatbot. Explore interactive conversations and engaging responses for a glimpse into the future of AI communication!
api,chatgpt,ai,chat-application,css,happy-coding,html5,javascript,opensource
2023-03-29T14:44:27Z
2023-08-15T09:30:02Z
null
1
0
7
0
0
7
null
null
JavaScript
casdoor/casdoor-fastapi-js-sdk-example
master
<h1 align="center" style="border-bottom: none;">๐Ÿ“ฆโšก๏ธCasdoor Javascript + Python FastAPI example</h1> <h3 align="center">An example of casdoor-js-sdk and casdoor-python-sdk</h3> ## Architecture Example contains 2 parts: | Name | SDK | Language | Source code | |----------|--------------------|------------------|---------------------------------------------------------------------------| | Frontend | casdoor-vue-sdk | Javascript | https://github.com/casdoor/casdoor-fastapi-js-sdk-example/tree/master/web | | Backend | casdoor-python-sdk | Python + FastAPI | https://github.com/casdoor/casdoor-fastapi-js-sdk-example | ## Installation Example uses Casdoor to manage members. So you need to create an organization and an application for the example in a Casdoor instance. For how to install Casdoor, see: https://casdoor.org/docs/basic/server-installation ### Get the code ```shell git clone https://github.com/casdoor/casdoor-fastapi-js-sdk-example ``` ## Configuration ### Frontend ```js // in web/src/config.js export let serverUrl = `http://localhost:5000` // port where Python backend runs ``` ```js // in web/src/main.js const config = { serverUrl: "https://door.casdoor.com", // Casdoor server URL clientId: "294b09fbc17f95daf2fe", organizationName: "casbin", appName: "app-vue-python-example", redirectPath: "/callback", }; ``` ### Backend ```python # in config.py # certificate:get in your Casdoor server -> application certificate = '''-----BEGIN CERTIFICATE----- MIIE+TCCAuGgAwIBAgIDAeJAMA0GCSqGSIb3DQEBCwUAMDYxHTAbBgNVBAoTFENh c2Rvb3IgT3JnYW5pemF0aW9uMRUwEwYDVQQDEwxDYXNkb29yIENlcnQwHhcNMjEx MDE1MDgxMTUyWhcNNDExMDE1MDgxMTUyWjA2MR0wGwYDVQQKExRDYXNkb29yIE9y Z2FuaXphdGlvbjEVMBMGA1UEAxMMQ2FzZG9vciBDZXJ0MIICIjANBgkqhkiG9w0B AQEFAAOCAg8AMIICCgKCAgEAsInpb5E1/ym0f1RfSDSSE8IR7y+lw+RJjI74e5ej rq4b8zMYk7HeHCyZr/hmNEwEVXnhXu1P0mBeQ5ypp/QGo8vgEmjAETNmzkI1NjOQ CjCYwUrasO/f/MnI1C0j13vx6mV1kHZjSrKsMhYY1vaxTEP3+VB8Hjg3MHFWrb07 uvFMCJe5W8+0rKErZCKTR8+9VB3janeBz//zQePFVh79bFZate/hLirPK0Go9P1g OvwIoC1A3sarHTP4Qm/LQRt0rHqZFybdySpyWAQvhNaDFE7mTstRSBb/wUjNCUBD PTSLVjC04WllSf6Nkfx0Z7KvmbPstSj+btvcqsvRAGtvdsB9h62Kptjs1Yn7GAuo I3qt/4zoKbiURYxkQJXIvwCQsEftUuk5ew5zuPSlDRLoLByQTLbx0JqLAFNfW3g/ pzSDjgd/60d6HTmvbZni4SmjdyFhXCDb1Kn7N+xTojnfaNkwep2REV+RMc0fx4Gu hRsnLsmkmUDeyIZ9aBL9oj11YEQfM2JZEq+RVtUx+wB4y8K/tD1bcY+IfnG5rBpw IDpS262boq4SRSvb3Z7bB0w4ZxvOfJ/1VLoRftjPbLIf0bhfr/AeZMHpIKOXvfz4 yE+hqzi68wdF0VR9xYc/RbSAf7323OsjYnjjEgInUtRohnRgCpjIk/Mt2Kt84Kb0 wn8CAwEAAaMQMA4wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAn2lf DKkLX+F1vKRO/5gJ+Plr8P5NKuQkmwH97b8CS2gS1phDyNgIc4/LSdzuf4Awe6ve C06lVdWSIis8UPUPdjmT2uMPSNjwLxG3QsrimMURNwFlLTfRem/heJe0Zgur9J1M 8haawdSdJjH2RgmFoDeE2r8NVRfhbR8KnCO1ddTJKuS1N0/irHz21W4jt4rxzCvl 2nR42Fybap3O/g2JXMhNNROwZmNjgpsF7XVENCSuFO1jTywLaqjuXCg54IL7XVLG omKNNNcc8h1FCeKj/nnbGMhodnFWKDTsJcbNmcOPNHo6ixzqMy/Hqc+mWYv7maAG Jtevs3qgMZ8F9Qzr3HpUc6R3ZYYWDY/xxPisuKftOPZgtH979XC4mdf0WPnOBLqL 2DJ1zaBmjiGJolvb7XNVKcUfDXYw85ZTZQ5b9clI4e+6bmyWqQItlwt+Ati/uFEV XzCj70B4lALX6xau1kLEpV9O1GERizYRz5P9NJNA7KoO5AVMp9w0DQTkt+LbXnZE HHnWKy8xHQKZF9sR7YBPGLs/Ac6tviv5Ua15OgJ/8dLRZ/veyFfGo2yZsI+hKVU5 nCCJHBcAyFnm1hdvdwEdH33jDBjNB6ciotJZrf/3VYaIWSalADosHAgMWfXuWP+h 8XKXmzlxuHbTMQYtZPDgspS5aK+S4Q9wb8RRAYo= -----END CERTIFICATE-----''' CASDOOR_SDK = CasdoorSDK( endpoint='https://door.casdoor.com', # Casdoor server URL client_id='294b09fbc17f95daf2fe', client_secret='dd8982f7046ccba1bbd7851d5c1ece4e52bf039d', certificate=certificate, org_name='casbin', application_name='app-vue-python-example', ) ``` - install dependencies ```shell PS .\casdoor-fastapi-js-sdk-example\web> yarn install PS .\casdoor-fastapi-js-sdk-example> pip install -r requirements.txt ``` - run For Linux: ``` user@machine:/casdoor-fastapi-js-sdk-example/web$ yarn serve user@machine:/casdoor-fastapi-js-sdk-example$ ./venv/Scripts/python app.py ``` For Windows: ``` PS .\casdoor-fastapi-js-sdk-example\web> yarn serve PS .\casdoor-fastapi-js-sdk-example> venv\Scripts\python.exe app.py ``` - Now, example runs its front end at port 8080 and runs it's back end at port 5000. You can modify the code and see what will happen. ### Demo videos 1. Normal login: ![normalLogin](./img/normalLogin.gif) 2. Silent login: ![silentLogin](./img/silentLogin.gif)
Python FastAPI & Template & vanilla JS application example based on casdoor-python-sdk and casdoor-js-sdk
casdoor,fastapi,javascript,js,python,sdk,vanilla-javascript
2023-03-27T15:23:23Z
2023-08-08T06:50:41Z
null
14
1
13
1
4
7
null
Apache-2.0
Python
mohdrahil101/FoodYard
main
<h2 align="center">FoodYard</h2> <div align="center"> <p>A food waste management website project created using HTML, CSS and JavaScript.</p> <a href="https://mohdrahil101.github.io/FoodYard/" target="_blank"><strong>โžฅ Live Demo</strong></a> </div> <br/><br/>
A food waste management website project created using HTML, CSS and JavaScript.
css,food-waste-management,html,javascript,project-website
2023-03-27T14:44:28Z
2023-04-25T15:30:29Z
null
1
0
6
0
3
7
null
null
HTML
adeola003/To_do_list_webpack
main
<a name="readme-top"></a> <div align="center"> <h3><b>To do list</b></h3> </div> <!-- TABLE OF CONTENTS --> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [๐Ÿš€ Live Demo](#live-demo) - [๐Ÿ’ป Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [โ“ FAQ (OPTIONAL)](#faq) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– [To_do_list] <a name="about-project"></a> **[To_do_list]** This project is basic website that allows users to add/remove tasks from a to do from a list and used the webpack technology. ## ๐Ÿ›  Built With <a name="HTML, CSS, Javascript and Webpack"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://html.com/#What_is_HTML">"HTML"</a></li> <li><a href="https://html.com/css/#What_is_CSS">"CSS"</a></li> <li><a href="https://www.javascript.com/">"script.Javascript"</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - [x] Create a collection that keeps a list of tasks - [x] Display all tasks saved in the collection in the top part of the page. - [x] Used webpack technology. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - [https://adeola003.github.io/To_do_list_webpack/](#) <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: Open terminal on the same folder of the project and run: ```sh npm install ``` ### Setup Clone this repository to your desired folder: ```sh git https://github.com/adeola003/To_do_list_webpack.git cd To_do_list_webpack ``` ### Install Install this project with: ```sh npm install ``` ### Usage ``` 1. download the project from clone 2. open live server for the project 3. You can see it in the browser ``` ### Build for production ``` npm run build ``` ### Run tests - ### Linter Tests To run tests, run the following command: To check for html errors run: ```sh npx hint . ``` To check for css errors run: ```sh npx stylelint "**/*.{css,scss}" ``` To check for js errors run: ```sh npx eslint . ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Abdel-Khafid SALAOU** - GitHub: [@githubhandle](https://github.com/adeola003) - Twitter: [@twitterhandle](https://twitter.com/khadaf6) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/abdel-khafid-salaou-a18396161) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [x] Add test to the project using jest - [x] Add the live demo for the project - [x] Add new some features to the project <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 [issue page](https://github.com/adeola003/To_do_list_webpack/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 feel free to follow me on github and give this project a star.. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> - Thanks to the Microverse team for the great curriculum. - Thanks to the Code Reviewer(s) for the insightful feedbacks. - Hat tip to anyone whose code was used. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> <!-- ## โ“ FAQ (OPTIONAL) <a name="faq"></a> - **[How_to_start]** - [Register_for_a_full_stack_program_like_Microverse] - **[How_to_contact_you]** - [Follow_me_on_Github] --> <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. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This is a basic To do list app to add and remove tasks, built dynamically using HTML CSS and Javascript. Tests are also implemented to check the functionalities.
css,javascript,jest,webpack
2023-03-30T06:44:52Z
2023-04-08T14:35:40Z
null
2
5
45
1
0
7
null
MIT
JavaScript
emhamza/Books-app-ES6
main
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>Awsome Books with ES6</b></h3> </div> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [๐Ÿš€ Live Demo](#live-demo) - [๐Ÿ’ป Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#license) # ๐Ÿ“– [Awsome Books with ES6] <a name="about-project"></a> This is a solo project which is similar to the Awesome Books app that I have created with my team in the recent past. The only differece is; this time I have developed a Book app using ES6 modules with 'export' and 'import' keywords. In addition to that I have also added a new feature of displaying Current Date and Time. ## ๐Ÿ›  Built With <a name="built-with"></a> -HTML5 -JS -DOM Manipulation -ES6 ### Tech Stack <a name="tech-stack"></a> <details> <summary>Version Control</summary> <ul> <li><a href="https://github.com/">Git Hub</a></li> </ul> </details> <details> <summary>Visual Studio Code</summary> <ul> <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li> </ul> </details> <details> <summary>Client</summary> <ul> <li><a href="https://html.com/html5/">HTML5</a></li> <li><a href="https://www.css3.com/">CSS</a></li> </ul> </details> ### Key Features <a name="key-features"></a> - **[Usage of Dynamic desigin]** - **[Usage of createElement property]** - **[Use-of-HTML5 tools]** - **[Follow HTML, JS and CSS best practice]** - **[Dynamically designed]** - **[DOM Manipulation]** - **[Buttons with specific functionality]** - **[Usage of Js classes]** - **[ES6 modules & ES6 syntax]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - The Live Demo link will be available soon! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: -Visual Studio Code -Github Account -Git Bash -Node JS -Behance Template ### Setup Clone this repository to your desired folder: Use git clone command or downloaded ZIP folder Example command: ```sh cd my-folder git clone: (https://github.com/emhamza/Books-app-ES6) ``` ### Install Install this project with: npm Example commands: ```sh cd my-project npm init -y ``` ```sh npm install --save-dev hint@7.x ``` ```sh npx hint . ``` ```sh npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x ``` ### Usage To run the project, execute the following command: npm test Example command: ```sh GitHub Pages Server ``` ### Run tests To run tests, run the following command: npm test Example command: ```sh npx stylelint "**/*.{css,scss}" --fix ``` ```sh npx eslint "**/*.js" --fix ``` ### Deployment You can deploy this project using: GitHub Pages <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Umair Hamza** - GitHub: [@emhamza](https://github.com/emhamza) - Twitter: [@uhamzaz](https://twitter.com/uhamzaz) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/umair-hamza-a8262b261/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[More section inclusiveness]** - [ ] **[Desktop Responsivness]** - [ ] **[Navigation Bar]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿค Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [https://github.com/emhamza/My-portfolio-site](../../issues/). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## โญ๏ธ Show your support <a name="support"></a> If you like this project then please follow me on Linkedin, Twitter and GitHub. Greetings! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank Microvers for this project! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](./MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p
The Awesome Book app is a modern web application, built with ES6 and Module logics, that offers advanced search capabilities, personalized reading lists, and a seamless reading experience for book lovers.
css3,html,javascript
2023-03-26T15:48:03Z
2023-03-27T09:54:47Z
null
1
1
5
0
0
7
null
MIT
JavaScript
Payalsahuj/JULIANA-SILVA-SUGAR-
main
# Juliana ## File Structure polite-sheep-7319 โ”œโ”€โ”€ index.html === โ”‚ โ”œโ”€โ”€ themeextent.jsx โ”‚ โ”œโ”€โ”€ authcontext.jsx โ”‚ โ”œโ”€โ”€ App.js โ”œโ”€โ”€ App.js === โ”‚ โ”œโ”€โ”€ navbar.jsx โ”‚ โ”œโ”€โ”€ bottomnav.jsx โ”‚ โ”œโ”€โ”€ allroutes.jsx โ”‚ โ”œโ”€โ”€ footer.jsx โ”œโ”€โ”€ allroutes.jsx === โ”‚ โ”œโ”€โ”€ andpage.jsx โ”‚ โ”œโ”€โ”€ Bag.jsx โ”‚ โ”œโ”€โ”€ admin.jsx โ”‚ โ”œโ”€โ”€ Signup.jsx โ”‚ โ”œโ”€โ”€ wishlist.jsx โ”‚ โ”œโ”€โ”€ product.jsx โ”‚ โ”œโ”€โ”€ singlepage.jsx โ”‚ โ”œโ”€โ”€ Address.jsx โ”‚ โ”œโ”€โ”€ Privateroute.jsx <h3 align="left">Languages and Tools:</h3> <p align="left" style=' width:"90%"; margin: auto; padding: 23px; display: flex; gap: 18px;'> <a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"/> </a> <a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/> </a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/> </a> <a href="https://nodejs.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40"/> </a> <a href="https://postman.com" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/getpostman/getpostman-icon.svg" alt="postman" width="40" height="40"/> </a> <a href="https://reactjs.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a> <a href="https://chakra-ui.com/" target="_blank" rel="noreferrer"> <img src="https://image.pngaaa.com/704/7959704-middle.png" alt="react" width="50" height="40"/> </a> <a href="https://openbase.com/js/slick-slider/documentation" target="_blank" rel="noreferrer"> <img src="https://gymove.dexignzone.com/react/welcome/images/icons/44.png" alt="react" width="50" height="40"/> </a> <a href="https://app.cyclic.sh/#/" target="_blank" rel="noreferrer"> <img src="https://th.bing.com/th/id/OIP.NCU8PydXbTaszgAQ2xGNHwAAAA?w=279&h=175&c=7&r=0&o=5&dpr=1.3&pid=1.7" alt="react" width="50" height="40"/> </a><a href="https://vercel.com/" target="_blank" rel="noreferrer"> <img src="https://th.bing.com/th/id/OIP.ypz_d6GL7n2nXfQnbw_ARAHaFj?w=195&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7" alt="react" width="50" height="40"/> </a></p> # Cloned Website JULIANA SILVA is the clone of SUGAR (cosmetics online store) , an e-commerce site. This is a A brand of choice for the women of today! <p><a href=""_blank" rel="noreferrer"> <img src="https://user-images.githubusercontent.com/115584065/229886882-076a1c07-2589-4e54-ad4c-b6c523b44bb2.png" alt="react" width="200px" height="200px" /> </a></p>
JULIANA SILVA is an E-commers website responsible for providing affordable cosmetics for women's. It provides high-quality, affordable makeup products and various other trending sets to the customer.
chakra-ui,css,html,javascript,json-server,reactjs,redux
2023-03-28T03:56:36Z
2023-09-13T15:41:41Z
null
2
18
55
1
0
6
null
null
JavaScript
fredo509/todolist
main
<a name="readme-top"></a> <div align="center"> <br/> </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](#faq) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– [Fredo509] <a name="about-project"></a> **[TO do List ]** is a practice about manipulating DOM and using objects to store data, also preserve data in local storage In this second assignment we refactored objects to classes and refractor script into modules. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Front End</summary> <ul> <li><a href="https://reactjs.org/">Html</a></li> </ul> <ul> <li><a href="https://reactjs.org/">Classes</a></li> </ul> <ul> <li><a href="https://reactjs.org/">Flex-box</a></li> </ul> <ul> <li><a href="https://reactjs.org/">DOM</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Local Storage to preserve data]** - **[DOM manipularion using JS]** - **[Fragement code in modules]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - [Live Demo Link](N/A) <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. https://github.com/fredo509/todolist ### Prerequisites In order to run this project you need: Clone the repo and open the index.html file located in the root directory <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: https://github.com/fredo509/todolist <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install Install this project with: it does not requiere instalattion. <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage To run the project, execute the following command: Download or clone the repo and double click on the index.html file If you want to modify something you can open the folder with your favorite text editor I recomend Visual studio code <!-- Example command: ```sh rails server ``` ---> ### Run tests To run tests, run the following command: N/A <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment You can deploy this project using: Double click on the html file or you can go to the live demo <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Fredo st Fleur** - GitHub: [@fredo509](https://github.com/fredo509) - Twitter: [@fredo_st_fleur](https://twitter.com/Fredo_st_fleur?t=OEPwMJjspBTEnTevArv0HA&s=09) - LinkedIn: [Fredo st fleur](https://www.linkedin.com/in/fredo-st-fleur-0b41a122a) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[It will be conected to internet]** - [ ] **[It will do something amazing]** <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 like and subscribe <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank's to Microverse <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license" href="https://choosealicense.com/licenses/mit/">MIT</a> This project is [MIT](./license) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
About In this project, I built a simple HTML list of To-Do tasks. The list is styled according to the specifications listed later in this lesson. This simple web page is created using webpack and served by a webpack dev server.
css,html,javascript
2023-03-29T21:32:11Z
2023-04-01T12:24:13Z
null
1
4
61
1
0
6
null
MIT
JavaScript
primaryobjects/Frosty-Forest-Adventure
main
Frosty Forest Adventure ======================= A 3D web-based game developed with ChatGPT4. Move your heroine to collect all of the treasure. Drag the mouse to rotate the camera view. *Created by ChatGPT4 in less than 20 prompts in 30 minutes. Images created by StableDiffusion.* [Play Online](https://frosty-forest-adventure.primaryobjects.repl.co/) ## Screenshots ![Frosty-Forest-Adventure](screenshots/screenshot.gif) ## License MIT ## Author Kory Becker http://www.primaryobjects.com/kory-becker
A 3D web-based game developed with ChatGPT4.
3d,chatgpt,chatgpt4,game,game-development,gamedev,javascript,js,three-js,threejs
2023-03-31T04:15:18Z
2023-04-10T15:44:29Z
2023-03-31T16:50:39Z
1
1
15
0
0
6
null
null
JavaScript
MarcoDiaz2000/portfolio
main
Hello, Iยดm Marco Dรญaz <a name="readme-top"></a> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [๐Ÿš€ Live Demo](#live-demo) - [๐Ÿ”ญ Video Presentation](#video) - [๐Ÿ’ป 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 --> # ๐Ÿ“– [Portfolio] <a name="about-project"></a> **[Learning objectives]** - [ ] Understand how to parse a Figma design to create a UI. - [ ] Build a personal portfolio site. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > For this project I use html and css. <details> <summary>HTML</summary> <ul> <li><a href="https://www.w3schools.com/html/">HTML</a></li> </ul> </details> <details> <summary>CSS</summary> <ul> <li><a href="https://www.w3schools.com/css/">CSS</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Portafomio Web]** - **[Movile ]** - **[Responsive website]** - **[Deployment in GiyHub Page]** <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://marcodiaz2000.github.io/portfolio/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ”ญ Video Presentation <a name="video"></a> - [Video Presentation](https://www.loom.com/share/1181a77da599435ea7ce558d0d99e7f0) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> ### Prerequisites In order to run this project you need: <a href="https://nodejs.org/en">- Node.js</a> <a href="https://git-scm.com/downloads">- Git</a> ### Setup Install Node Js on your local computer. ### Install Install this project with: <pre> git clone https://github.com/MarcoDiaz2000/portafolio.git</pre> ### Usage To run the project, open the index file by double clicking ### Run tests To run tests, run a live server on your computer.. ### Deployment You can deploy this project in this link <a href="https://marcodiaz2000.github.io/portfolio/">www.marcodiaz2000.github.io/portfolio/</a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Marco Dรญaz** - GitHub: [@MarcoDiaz](https://github.com/MarcoDiaz2000) - Twitter: [@MarcoDiaz](https://twitter.com/MarcoDi70620847) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/marco-diaz-0876a7268/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> <!-- ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[Project 1: Setup and mobile version skeleton]** - [ ] **[Project 2: Mobile version]** - [ ] **[Project 3: Contact form (pair programming)]** - [ ] **[Project 4: Desktop version]** - [ ] **[Project 5: Application deploy]** - [ ] **[Project 6: Evaluate accessibility (pair programming)]** - [ ] **[Project 7: Mobile menu (pair programming)]** - [ ] **[Project 8: Details modal (pair programming)]** - [ ] **[Project 9: Validate contact form (pair programming)]** - [ ] **[Project 10: Preserve data in the browser (pair programming)]** <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> > Hello, feel free to support 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 for 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) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This project shows more information about the projects I have worked on.
css,html,javascript
2023-04-01T12:28:18Z
2023-11-17T08:50:54Z
null
2
13
83
0
0
6
null
MIT
CSS
JayantGoel001/Auto-commit
master
# Auto-commit
null
action,api,github,javascript
2023-03-26T17:49:06Z
2024-05-23T16:09:40Z
null
1
0
13,003
0
2
6
null
null
null
sanidhyy/3d-website
main
# A 3D AI Powered T-Shirt Customizer using Three.js ![A 3D AI Powered T-Shirt Customizer using Three.js](/.github/images/img_main.png "A 3D AI Powered T-Shirt Customizer using Three.js") [![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech "Ask Me Anything!") [![GitHub license](https://img.shields.io/github/license/Technical-Shubham-tech/3d-website)](https://github.com/Technical-Shubham-tech/3d-website/blob/main/LICENSE.md "GitHub license") [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/3d-website/commits/main "Maintenance") [![GitHub branches](https://badgen.net/github/branches/Technical-Shubham-tech/3d-website)](https://github.com/Technical-Shubham-tech/3d-website/branches "GitHub branches") [![Github commits](https://badgen.net/github/commits/Technical-Shubham-tech/3d-website/main)](https://github.com/Technical-Shubham-tech/3d-website/commits "Github commits") [![Netlify Status](https://api.netlify.com/api/v1/badges/df46aeec-eb23-4a45-8dae-0153880a212c/deploy-status)](https://web-3d.netlify.app/ "Netlify Status") [![GitHub issues](https://img.shields.io/github/issues/Technical-Shubham-tech/3d-website)](https://github.com/Technical-Shubham-tech/3d-website/issues "GitHub issues") [![GitHub pull requests](https://img.shields.io/github/issues-pr/Technical-Shubham-tech/3d-website)](https://github.com/Technical-Shubham-tech/3d-website/pulls "GitHub pull requests") ## โš ๏ธ Before you start 1. Make sure **Git** and **NodeJS** is installed. 2. Clone this repository to your local computer. 3. Create .env file in both **client** and **server**. 4. Contents of **client/.env**: ``` VITE_BACKEND_URL=http://localhost:8080 ``` 5. Contents of **server/.env**: ``` OPENAI_API_KEY=XXXXXXXXXXXXXXXXXXXXX PORT=8080 ``` 5. Open terminal and run `npm install` or `yarn install` in both **client** & **server**. 6. Create new account in [OpenAI](https://platform.openai.com/account/ "OpenAI"). 7. Once your are redirected to dashboard, go to `API Keys` Tab > Create new secret key. ![Setup OpenAI](/.github/images/step_openai.png "Setup OpenAI") 8. Once API Key is generated, copy it to `OPENAI_API_KEY`. 9. Now app is fully configured :+1: and you can start using this app using `npm run dev` or `yarn run dev` for server and `npm start` or `yarn start` for client. **NOTE:** Make sure you don't share these keys publicaly. **NOTE:** While running deployed version, it might take some time to load AI generated logos and textures first time on render. [Learn more](https://render.com/docs/free#other-limitations "Learn More") ## :camera: Screenshots: ![Modern UI/UX](/.github/images/img1.png "Modern UI/UX") ![Customize T-Shirt](/.github/images/img2.png "Customize T-Shirt") ![Change T-Shirt Color](/.github/images/img3.png "Change T-Shirt Color") ![Supports Custom Logo](/.github/images/img4.png "Supports Custom Logo") ![Ability to generate AI textures](/.github/images/img5.png "Ability to generate AI textures") ## :gear: Built with [![React JS](https://skillicons.dev/icons?i=react)](https://react.dev/ "React JS") [![Three JS](https://skillicons.dev/icons?i=threejs)](https://threejs.org/ "Three JS") [![Node JS](https://skillicons.dev/icons?i=nodejs)](https://nodejs.org/ "Node JS") [![Express](https://skillicons.dev/icons?i=express)](https://expressjs.com/ "Express") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind)](https://tailwindcss.com/ "Tailwind CSS") ## :wrench: Stats [![Stats for this App](/.github/images/stats.svg)](https://pagespeed.web.dev/ "Stats for this App") ## :raised_hands: Contribute You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines. ## Buy Me a Coffee ๐Ÿบ [<img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" width="200" />](https://www.buymeacoffee.com/sanidhy "Buy me a Coffee") ## :rocket: Follow Me [![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social&label=Follow&maxAge=2592000)](https://github.com/Technical-Shubham-tech "Follow Me") [![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app "Tweet") [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw "Subscribe my Channel") ## :star: Give A Star You can also give this repository a star to show more people and they can use this repository. ## :books: Available Scripts In the project directory, you can run: ### `yarn run dev` 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. ### `yarn test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `yarn run build` Builds the app for production to the `dist` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `yarn eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## :page_with_curl: Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `yarn 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 3D AI Powered T-Shirt Customizer using Three.js
ai,css,dall-e,dall-e-api,dalle,html,javascript,js,modern-ui-ux,openai
2023-04-01T06:45:16Z
2024-04-04T02:23:23Z
null
1
13
88
0
2
6
null
MIT
JavaScript
fredo509/AwesomeBook-Es6
main
<a name="readme-top"></a> <div align="center"> <br/> </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](#faq) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– [Mariano's Porfolio] <a name="about-project"></a> **[Awsome Books]** is a practice about manipulating DOM and using objects to store data, also preserve data in local storage In this second assignment we refactored objects to classes and refractor script into modules. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Front End</summary> <ul> <li><a href="https://reactjs.org/">Html</a></li> </ul> <ul> <li><a href="https://reactjs.org/">Classes</a></li> </ul> <ul> <li><a href="https://reactjs.org/">Flex-box</a></li> </ul> <ul> <li><a href="https://reactjs.org/">DOM</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Local Storage to preserve data]** - **[DOM manipularion using JS]** - **[Display live date using JS]** - **[Fragement code in modules]** - **[Live demo]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - [Live Demo Link](N/A) <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. https://github.com/fredo509/AwesomeBook-Es6 ### Prerequisites In order to run this project you need: Clone the repo and open the index.html file located in the root directory <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: https://github.com/fredo509/AwesomeBook-Es6 <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install Install this project with: it does not requiere instalattion. <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage To run the project, execute the following command: Download or clone the repo and double click on the index.html file If you want to modify something you can open the folder with your favorite text editor I recomend Visual studio code <!-- Example command: ```sh rails server ``` ---> ### Run tests To run tests, run the following command: N/A <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment You can deploy this project using: Double click on the html file or you can go to the live demo <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Fredo st Fleur** - GitHub: [@fredo509](https://github.com/fredo509) - Twitter: [@fredo_st_fleur](https://twitter.com/Fredo_st_fleur?t=OEPwMJjspBTEnTevArv0HA&s=09) - LinkedIn: [Fredo st fleur](https://www.linkedin.com/in/fredo-st-fleur-0b41a122a) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[It will accept Bitcoin]** - [ ] **[It will be conected to internet]** - [ ] **[It will do something amazing]** <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 like and subscribe <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank's to Microverse <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license" href="https://choosealicense.com/licenses/mit/">MIT</a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
About In this project, we built an essential website that allows users to add/remove books from a list. We achieved that by using JavaScript modules and arrays. We also dynamically modified the DOM and added important events.
css,html5,javascript
2023-03-27T14:50:57Z
2023-03-28T19:38:32Z
null
1
1
17
1
0
6
null
MIT
JavaScript
Zecky-dev/WeatherAppRN
main
# Weather App - React Native # TR ## Uygulama Aรงฤฑklamasฤฑ Gรผnlรผk ve haftalฤฑk hava durumunu gรถrรผntรผleyebileceฤŸiniz React Native ile hazฤฑrlanmฤฑลŸ hava durumu uygulamasฤฑ. ## Uygulama Tanฤฑtฤฑm Videosu https://user-images.githubusercontent.com/77771717/234236296-6cb711fd-82d8-4c90-8554-21bdf1c3e373.mp4 ## Uygulama ร–zellikleri * Kullanฤฑcฤฑ uygulamaya girdiฤŸi zaman bulunduฤŸu konumdaki hava durumunu gรถrรผntรผleyebilmesinde kullanฤฑlacak konum izni diyaloฤŸu karลŸฤฑsฤฑna รงฤฑkar * Arama รถzelliฤŸini kullanarak istenilen konumdaki haftalฤฑk ve gรผnlรผk hava durumu verilerini liste ลŸeklinde gรถrรผntรผleyebilir * Kullanฤฑcฤฑnฤฑn karลŸฤฑsฤฑna รงฤฑkan veriler saatlik olarak gรผncellenir. * Her bir hava durumu iรงin kullanฤฑlacak animasyonlar uygulama iรงerisinde mevcuttur, gรผnlรผk hava durumu รผst kฤฑsฤฑmda haftalฤฑk hava durumu ise alt kฤฑsฤฑmda yer alฤฑr. * Seรงilen รผlke/ลŸehir ismi, rรผzgar hฤฑzฤฑ ve sฤฑcaklฤฑฤŸฤฑn istenilen birimde deฤŸeri gibi bilgiler uygulamanฤฑn orta kฤฑsmฤฑnda gรถrรผntรผlenebilir. * Ayarlar kฤฑsmฤฑnda uygulamanฤฑn temasฤฑnฤฑ ve kullanฤฑlan birimleri deฤŸiลŸtirmek iรงin kullanฤฑlan alanlar bulunmaktadฤฑr. ## Kullanฤฑlan Paketler * react-native-async-storage * axios * lottie-react-native * moment * react-native-navigation * react-native-dotenv * react-native-geocoding * react-native-geolocation-service * react-native-google-places-autocomplete * react-native-modal * react-native-vector-icons ## Yรผkleme Adฤฑmlarฤฑ **Bu uygulama sadece android tarafฤฑnda test edilmiลŸtir, iOS tarafฤฑnda testi yapฤฑlmamฤฑลŸtฤฑr.** 1. Uygulamanฤฑn dosyalarฤฑnฤฑ `git clone` komutu ile yerel bilgisayarฤฑnฤฑza kopyalayฤฑn. 2. Uygulamayฤฑ herhangi bir editรถr ile dosya konumu ile birlikte aรงฤฑn. 3. Bilgisayarฤฑnฤฑzda **node js kurulu deฤŸilse kurulumunu gerรงekleลŸtirin!** 4. Uygulamada kullanฤฑlan paketleri proje iรงerisine dahil etmek iรงin terminale `npm install` komutunu yazฤฑn ve paketlerin yรผklenmesini bekleyin. 5. `npx react-native run-android` komutunu kullanarak telefonunuzda veya emulatรถrรผnรผzde uygulamayฤฑ baลŸlatฤฑn. --- # EN ## Application Description A weather app built with React Native that allows you to view daily and weekly weather conditions. ## Application Features * When the user enters the application, a location permission dialog box will appear to display the weather conditions in their current location. * By using the search feature, the user can view weekly and daily weather data for the desired location in list format. * The data presented to the user is updated on an hourly basis. * The application contains animations to represent each weather condition, with daily weather conditions displayed at the top and weekly weather conditions at the bottom of the screen. * The selected country/city name, wind speed, and temperature value in the desired unit can be displayed in the middle of the application. * There are fields in the settings tab to change the theme of the application and the units used. ## Used Packages * react-native-async-storage * axios * lottie-react-native * moment * react-native-navigation * react-native-dotenv * react-native-geocoding * react-native-geolocation-service * react-native-google-places-autocomplete * react-native-modal * react-native-vector-icons ## Installation Steps **This application has only been tested on the android platform and not on iOS.** 1. Copy the application files to your local computer using the `git clone` command. 2. Open the application with any editor along with the file location. 3. If **node js is not installed on your computer, install it!** 4. To include the packages used in the application in the project, type the `npm install` command in the **terminal** and wait for the packages to be installed. 5. Start the application on your phone or emulator using the `npx react-native run-android` command.
Daily and weekly weather forecast app built with React Native.
android-application,javascript,react-native,weather-app
2023-03-26T20:26:47Z
2023-04-25T09:34:40Z
null
2
10
91
0
1
6
null
null
JavaScript
Mutai-Gilbert/BookStore
development
# ๐Ÿ“— Table of Contents - [๐Ÿ“— Table of Contents](#-table-of-contents) - [BOOKSTORE](#bookstore) - [Built With](#built-with) - [Key Features:](#key-features) - [Live Demo:](#live-demo) - [Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites:](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [Author](#author) - [Future Features:](#future-features) - [๐Ÿค Contributing](#-contributing) - [Show your support](#show-your-support) - [Acknowledgements](#acknowledgements) - [๐Ÿ“ License](#-license) # BOOKSTORE This is a website that allow users to add and remove books, it also provides books management where users are able to track the progress of the reading of the book and perform status update based on their progress. This website also always grouping of books according to their categories ## Built With - HTML(HTML-5). - CSS(Flexbox - grid). - javaScript (Vanilla JS). - Github. - React. - Linters. ## Key Features: - User can add items and can remove it from the list. ## Live Demo: coming soon ## Getting Started ### Setup 1- clone Repo. ```sh [git@github.com:Mutai-Gilbert/BookStore.git] ``` ### Prerequisites: **you can run any one of these commands to install npm on your machine:** - npm i - npm install - sudo apt install npm **to install globally, just add a -g or --global after the install or i** - npm i -g - sudo apt install -g npm ### Install 2- Install npm (node pakage manager) ### Usage ```sh use git bash to open in Vs code; ``` ### Run tests Use linters for REACT/REDUX to perform test on this project ## Deployment ```sh - github pages ``` ## Author ๐Ÿ‘ค **Gilbert Mutai** - GitHub: [@githubhandle](https://github.com/Mutai-Gilbert) - Twitter: [@twitterhandle](https://twitter.com/@nerdmutai) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/mutai-gilbert-2a5a42137/) ## Future Features: - Add navigations - Make it responsive ## ๐Ÿค Contributing Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/zeff96/Bookstore/issues). ## Show your support Give a โญ๏ธ if you like this project! ## Acknowledgements Acknowledgement microverse student for providing the platform. ## ๐Ÿ“ License This project is [MIT](./LICENSE.md) licensed.
The Bookstore project built with Redux is designed to help users keep track of their progress in reading books.
css,html,javascript,react,reactjs
2023-03-31T17:47:17Z
2023-09-01T17:03:23Z
null
1
7
30
0
0
6
null
MIT
JavaScript
Gunjan1116/Fitness-Class-Booking-System
main
## Project >> Earsplitting-growth-3609 ![rapid-fit](https://user-images.githubusercontent.com/112810259/229367310-98d1ee3e-8392-46db-83c7-c5ff2b182d78.png) ![33FC57DB-36A7-47B5-A20B-F86C7ABB7EDB](https://user-images.githubusercontent.com/112810259/229417706-587e96d1-4f1f-4715-a722-35566ec9b719.jpg) <br> ## Project Name >> Rapit-Fit # Collaborative Project >>Contributors - Gunjan Kumar (Team lead) - Ajit Kumar Khatua - Ayushi Soni - Vishal Singh <br> # DEPLOYED LINK - [Frontend](https://chipper-zabaione-4ba9e5.netlify.app/) - [Backend](https://good-tan-jay.cyclic.app/) <hr> ![WhatsApp Image 2023-04-02 at 10 40 36 PM](https://user-images.githubusercontent.com/112810259/229368310-4371aa39-b0dc-4d7c-8542-65b780611528.jpeg) <br> # BluePrint and Tasks # REQUIREMENTS - User can login and sign up - User can visit severals sections - User can able to get all the information - User can book trainers - User can book other services - User can book the appointment slot - User can pay for the services - User can give feedback on appointment - User can choose time according to their needs for slot booking - User can cancel the appointment - Feedback ## TECH STACKS # Frontend >HTML >CSS >JAVASCRIPT >BOOTSTRAP >SWIPERJS >CAROUSEL >JQUERY # Backend >NODEJS >EXPRESSJS >MONGOOSE >NODEMAILER >JSONWEBTOKEN >BCRYPT >CORS # Database >MONGODB ## Register - "https://good-tan-jay.cyclic.app//user/signup" * User - Name - Email - Password ## Login - "https://good-tan-jay.cyclic.app//user/login" - Email - Password ![login](https://user-images.githubusercontent.com/112810259/229368605-06c4318c-afbb-493e-8fa8-d2ea089f5b9f.png) ## Home Page - Navbar -> Home | About | Features | Pricing | Trainers | Register Now - Header - Footer ## About Page - Information of variety of trainning - About us - Trainers Information - Customer Reviews ## Features - SHOULDER TRAINING MACHINES - CHEST AND ARMS TRAINING MACHINES - SHOULDER TRAINING MACHINES - BACK TRAINING MACHINES - CORE TRAINING MACHINES - LEG TRAINING FITNESS MACHINES - FREE WEIGHTS - CARDIO MACHINES - HOME GYM - ACCESSORIES ## Schema ## User - name : String - email : String - password : String ## Trainer - name : String - age : String - gender : String - image : String - price : Number - specialization: Array of String ## Booking - userId : String - trainerId : String - userEmail : String - bookingDate : String - bookingSlot : String ## Booking end points - Adding new booking - https://good-tan-jay.cyclic.app/booking/create - trainerId - bookingDate - bookingSlot - Cancelling the booking - https://good-tan-jay.cyclic.app/booking/remove/id - Get all booking - https://good-tan-jay.cyclic.app/booking - Get the booking of paticular user - https://good-tan-jay.cyclic.app/booking/userId ## Trainer end points - Get all trainer - https://good-tan-jay.cyclic.app/trainer - Add new trainer - https://good-tan-jay.cyclic.app/trainer/add - name - age - gender - image - price - specialization - Get a paticular trainer by trainerId - https://good-tan-jay.cyclic.app/trainer/id
Fitness Class Booking System is a project built using HTML, CSS, JavaScript, MongoDB, Express, Mongoose, Node.js, and various NPM packages. The system offers features such as class browsing, booking, and cancellation, user registration and login.
css,html5,javascript,mongodb,nodejs,bcrypt,dotenv,jasonwebtoken,mongoose,nodemailer
2023-03-28T04:21:16Z
2023-06-22T10:27:53Z
null
5
42
114
1
2
6
null
null
HTML
Dct-tcd/Chat-app-With-Firebase
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
This app is an personalised public forum , a chatApp where one can login using google and their google profile picture is used to display here
create-react-app,firebase,firebase-database,firestore,javascript,react,reactjs,redux
2023-03-30T14:25:10Z
2024-05-04T12:04:52Z
null
1
0
34
0
1
6
null
null
JavaScript
Virtuo1/talk-to-gpt
main
# Talk to GPT Simple client-side application to talk to ChatGPT using speech recognition, with responses read up by elevenlabs text to speech API. ## View the application [here](https://virtuo1.github.io/talk-to-gpt/)
Simple webapp which lets you talk to ChatGPT using speech recognition, with responses read up by elevenlabs text to speech API.
artificial-intelligence,chatgpt,chatgpt-api,gpt-3,elevenlabs,javascript,text-to-speech,voice-recognition
2023-04-02T16:53:13Z
2023-04-02T17:47:29Z
null
1
0
4
1
3
6
null
GPL-3.0
JavaScript
vojtechhabes/ding-search
main
# Ding Search Vyhledรกvaฤ napsanรฝ v Node.js, kterรฝ vyuลพรญvรก data sesbรญranรก [web crawlerem](https://github.com/vojtechhabes/web-crawler). ![Ding search screenshot](./ding-search-safari.png) ## Dokumentace Dokumentaci tohoto projektu najdete na [GitHub Wiki](https://github.com/vojtechhabes/ding-search/wiki), ale jeลกtฤ› nenรญ zcela dokonฤena. ## Prezentace Prezentace Ding search a [web crawleru](https://github.com/vojtechhabes/web-crawler) se nachรกzรญ na [vojhab.page.link/pva-prezentace](https://vojhab.page.link/pva-prezentace). ## Cรญl projektu Cรญlem projektu Ding Search je vytvoล™it vyhledรกvaฤ, kterรฝ bude schopen vyhledรกvat webovรฉ strรกnky a nabรญzet uลพivatelลฏm relevantnรญ vรฝsledky vyhledรกvรกnรญ na zรกkladฤ› poลพadavkลฏ, kterรฉ zadajรญ. Vyhledรกvaฤ je napsรกn v Node.js a vyuลพรญvรก data sesbรญranรก [web crawlerem](https://github.com/vojtechhabes/web-crawler). ## Pouลพitรฉ technologie - [Node.js](https://nodejs.org): Open-source runtime pro bฤ›h JavaScriptovรฉho kรณdu na stranฤ› serveru. - [PostgreSQL](https://www.postgresql.org): Databรกze, kterรก nabรญzรญ ลกirokรฉ spektrum funkcรญ pro sprรกvu a uklรกdรกnรญ dat a umoลพลˆuje uลพivatelลฏm efektivnฤ› uklรกdat a vyhledรกvat data. - [OpenAI API](https://openai.com/blog/openai-api): API pro pล™รญstup k pokroฤilรฝm AI modelลฏm. - [TensorFlow.js](https://www.tensorflow.org/js): Je open-source knihovna pro strojovรฉ uฤenรญ a prรกci s neuronovรฝmi sรญtฤ›mi, kterou lze pouลพรญt v JavaScriptu jak v prohlรญลพeฤi, tak i na stranฤ› serveru pomocรญ Node.js. ### npm balรญฤky V tomto projektu jsou pouลพรญvรกny nรกsledujรญcรญ npm balรญฤky: - [node-postgres](https://www.npmjs.com/package/pg): Umoลพลˆuje pล™รญstup k PostgreSQL databรกzi. - [dotenv](https://www.npmjs.com/package/dotenv): Naฤรญtรก promฤ›nnรฉ z .env souboru. - [ejs](https://www.npmjs.com/package/ejs): ล ablonovacรญ systรฉm pro generovรกnรญ HTML strรกnek. - [express](https://www.npmjs.com/package/express): Node.js framework pro tvorbu webovรฝch aplikacรญ a API. - [openai](https://www.npmjs.com/package/openai): Umoลพลˆuje jednoduchรฝ pล™รญstup k OpenAI API. - [serve-favicon](https://www.npmjs.com/package/serve-favicon): Poskytuje middleware pro favicony webovรฝch strรกnek. - [xss](https://www.npmjs.com/package/xss): Ochrana proti XSS รบtokลฏm, tedy proti vklรกdรกnรญ ลกkodlivรฉho kรณdu do uลพivatelskรฝch vstupลฏ, kterรฉ se nรกslednฤ› vykreslujรญ na strรกnce. - [@tensorflow/tfjs](https://www.npmjs.com/package/@tensorflow/tfjs): Jednรก se o npm balรญฤek pro pouลพitรญ knihovny TensorFlow.js v projektu. - [@tensorflow-models/universal-sentence-encoder](https://www.npmjs.com/package/@tensorflow-models/universal-sentence-encoder): Balรญฤek umoลพลˆujรญcรญ pouลพitรญ modelu Universal Sentence Encoder. ## Plรกnovanรฉ zmฤ›ny a funkce - [x] dokonฤenรญ naลกeptรกvรกnรญ vyhledรกvรกnรญ - [ ] "nekoneฤnรฝ scroll" s vรฝsledky vyhledรกvรกnรญ - [x] vytvoล™it about strรกnku - [ ] chatbot pro odpovรญdรกnรญ na dotazy na zรกkladฤ› webovรฝch strรกnek - [x] hlasovรฉ vyhledรกvรกnรญ - [x] pouลพรญt [pgvector](https://github.com/pgvector/pgvector) pro relevantnฤ›jลกรญ vรฝsledky - [x] vytvoล™it sloลพku controllers s veลกkerou hlavnรญ logikou - [ ] pล™idat "rychlรฉ aplikace" do vyhledรกvรกnรญ (kalkulaฤka, pล™ekladaฤ, atd.) - [ ] pล™idat sbฤ›r dat o pouลพรญvรกnรญ ## Licence Tento projekt je pod licencรญ [MIT](LICENSE). ## Tvลฏrce [Vojtฤ›ch Habeลก](https://www.github.com/vojtechhabes) habes.vo.2022@ssps.cz
Vyhledรกvaฤ napsanรฝ v Node.js, kterรฝ dokรกลพe vyhledรกvat webovรฉ strรกnky.
css,ejs,expressjs,html,javascript,nodejs,npm,openai,postgres,postgresql
2023-04-08T12:40:39Z
2023-09-21T05:04:36Z
null
1
3
107
0
0
6
null
MIT
JavaScript
ByungJin-Lee/useful-decorator
main
[![npm](https://img.shields.io/npm/dt/useful-decorator.svg)]() # Useful Decorators For Optimization API Response ## Installation ```js npm install useful-decorator yarn add useful-decorator ``` ## Usage `@data` - Make that class a data class. `@field` - Maps the values โ€‹โ€‹of incoming API response. (Must be a data class.) ```js // BoardItem.js import {data, field} from 'useful-decorator'; import * as pp from './preprocess'; @data class BoardItem { // response.articleId -> preprocess -> store into 'id' @field('articleId', pp.number) id; @field('writer') writer; @field('boardTitle', pp.title) title; @field('likeCount', pp.number) likeCount; @field('readCount', pp.number) viewCount; @field('regDate', pp.date) regDate; @field('regDate', pp.dateTime) regDateTime; @field('regDate') rawDateTime; @field('redirectURL') redirectURL; @field('thumbnailURL', pp.thumbnailURL) thumbnailURL; @field('isEnd', pp.isClosed) isClosed; @field('boardTitle', pp.isRegular) isRegular; @field('thumbnailURL', pp.isThumbnail) isThumbnail; @field('boardtags') tags; @field('unauthorized') needAuth; } export default BoardItem; // preprocess.js import { convertStringsToRegExp } from '@/service/domain.utils'; export function number(value) { return parseInt(value); } export function title(title) { return title.replace(UselessWordsRegex, ''); } export function date(value) { return value.slice(0, 11); } export function dateTime(value) { return new Date(value); } export function thumbnailURL(value) { return typeof value === 'string' ? value.replace('f100_100', 'f200_200') : value; } export function isThumbnail(value) { return typeof value === 'string' && value.length > 0; } export function isClosed(value) { return value === END_FLAG; } ... ``` `@select` - Converts the API result value into a registered function and returns it. ```js import {select} from 'useful-decorator'; import {Offer} from '@/service/offer'; import HttpClient from './http-client'; class OfferClient extends HttpClient { @select(typeOfferArray) async recent() { return await this.get('/board'); } } function typeOfferArray(values) { return values.map(Offer); } export default OfferClient; ``` ## License MIT
Optimize API Response using Javascript Decorator
typescript,decorator,javascript,optimization,npm-module,npm-lib
2023-03-30T11:48:23Z
2023-04-03T15:11:27Z
null
1
0
14
0
0
6
null
null
TypeScript
Ghasty003/Lazy-Cookie
main
# Lazy-Cookie Easy to use JavaScript/TypeScript library that makes working with cookies on client side less of a pain. ## Installation ``` npm i lazycookie ``` ## Usage <p> <i>It has same methods as localStorage & sessionStorage</i> </p> ```js import cookie from "lazycookie"; cookie.getItem("foo") // returns a string which is the value of the provided parameter. cookie.setItem("foo", "bar", options) // sets item with key of "foo" and value of "bar". cookie.deleteItem("foo") // deletes item with key of "foo". cookie.clear() // clears all key/value pairs. cookie.length // returns the total number of key/value pair. ``` ### Optional parameters <table> <tbody> <tr> <th> Name </th> <th> Value </th> <th> Description </th> </tr> <tr> <th> expires </th> <th> Date </th> <th> When cookie should expire in Date format. </th> </tr> <tr> <th> maxAge </th> <th> number </th> <th> When cookie should expire in millisecond. </th> </tr> </tbody> </table>
Tiny JavaScript library that makes working with cookies on client side less of a pain.
browser,browser-storage,cookie,cookies,javascript,javascript-library,library,nodejs,npm-package,storage
2023-04-06T04:58:10Z
2023-04-17T12:25:01Z
null
1
1
33
0
0
6
null
Apache-2.0
TypeScript
codedbyissa/smartmobile
main
# SmartMobile - Gestรฃo Smart Esse รฉ um projeto React Native que tem como objetivo fornecer uma soluรงรฃo para gerenciamento de lojas/comรฉrcios ou qualquer negรณcio no formato vendas. A aplicaรงรฃo conta com as seguintes funcionalidades: - CRUD de Clientes: Possibilidade de cadastrar, visualizar, editar e excluir informaรงรตes dos clientes cadastrados no sistema. - CRUD de Produtos: Possibilidade de cadastrar, visualizar, editar e excluir informaรงรตes dos produtos cadastrados no sistema. - CRUD e Controle de Estoque: Possibilidade de cadastrar, visualizar, editar e excluir informaรงรตes de estoque, bem como controlar a entrada e saรญda dos produtos. - Categorias para Produtos e Estoque: Possibilidade de categorizar os produtos e o estoque para uma melhor organizaรงรฃo. - Buscar Produtos pelo Cรณdigo de Barras a partir da cรขmera do celular: Possibilidade de escanear o cรณdigo de barras do produto a partir da cรขmera do celular, facilitando a busca pelo produto. - Realizar uma Venda: Possibilidade de adicionar produtos ao carrinho de compras e finalizar a venda com opรงรตes de desconto ou acrรฉscimo. - Reabrir a Venda e Editar: Possibilidade de reabrir a venda e editar as informaรงรตes da mesma. - Filtrar Informaรงรตes: Possibilidade de filtrar as informaรงรตes de clientes, produtos e vendas. - Nรญveis de Permissรฃo: Possibilidade de definir diferentes nรญveis de permissรฃo para usuรกrios do sistema. - Personalizaรงรฃo do App: Possibilidade de personalizar o app com nome, logo e cores. Projeto em constante atualizaรงรฃo e busca de melhorias no cรณdigo e desempenho. Essa รฉ a primeira versรฃo do projeto, ainda em testes. Meu objetivo รฉ adicionรก-lo ao portfรณlio e, futuramente, comercializรก-lo quando estiver 100%. Para utilizar esse projeto, รฉ necessรกrio ter o React Native Expo instalado na mรกquina, configurar o ambiente e instalar as dependรชncias do projeto, alรฉm disso, รฉ necessario tambรฉm utilizar a API desenvolvida em Laravel, disponรญvel em um outro repositorio no meu perfil do Github. A API em Laravel รฉ responsรกvel por fornecer as informaรงรตes necessรกrias para o funcionamento do aplicativo, como cadastro de clientes e produtos, controle de estoque e vendas, entre outras funcionalidades. Em breve serรก disponibilizado um vรญdeo tutorial detalhado apresentando todas as funcionalidades do aplicativo do SmartMobile, mostrando como utilizar o aplicativo e como configurar a API em Laravel. Fique atento ร s atualizaรงรตes do repositรณrio no Github para nรฃo perder nenhuma novidade! Link do repositรณrio da api em Laravel: https://github.com/codedbyissa/smartmobile-api
Projeto React Native para gerenciamento de vendas em lojas/comรฉrcios com CRUD de clientes e produtos, controle de estoque, categorizaรงรฃo, busca por cรณdigo de barras, vendas com opรงรตes de desconto/acrรฉscimo, ediรงรฃo de vendas, filtros e nรญveis de permissรฃo de usuรกrio. Personalizรกvel com nome, logo e cores.
js,javascript,loja-virtual,react,react-native,react-navigation,react-query,reactnative,solucao-movel,smartmobile
2023-04-01T15:43:23Z
2023-04-07T00:17:47Z
null
1
0
6
0
1
6
null
null
JavaScript
zunairkhan811/To-do-list
main
<a name="readme-top"></a> <div align="center"> <h3><b>**Todo List Project**</b></h3> <img src="./src/images/todoscreenshot.png" alt="Todo List image"/> </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) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– [To-do-List] <a name="about-project"></a> **[To-do-List]** is a project of creating a to do list structure and Adding and Removing Tasks from list using javascript and the use of webpack for distribution of files to showcase my skills to employers. - [Video Link about Project] <a href="https://www.loom.com/share/4f5f846e14594ce0871d879e6dc5db4c"><button type="button" color:red background: white>Click Here</button></a> ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> This project has been made using html, css, and javascript and webpack according to project requirements. <details> <summary>Client</summary> <ul> <li><a href="https://html.com/">html.com</a></li> <li><a href="https://www.w3.org/TR/html401/present/styles.html">w3.org</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Home_Page_is_Designed]** - **[Tasks_are_pushed_using_javascript]** - **[Webpack_is_used]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - [Live Demo Link] <a href="https://zunairkhan811.github.io/To-do-list/dist/"><button type="button" color:red background: white>Visit Site</button></a> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> A new developer could make use of this project by cloning the repository and could make adjustments in the code accordingly. To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: 1- Install Visual Studio Code<br> 2- Install Live server Extension in Visual studio code ### Setup Clone this repository to your desired folder: Example commands: ```sh cd my-folder git clone https://github.com/zunairkhan811/To-do-list.git ``` ### Install Install this project with: --> Write "npm i" in Visual Studio Code Terminal ### Usage To run the project, execute the following command: --> Write npm start in Visual Studio Terminal ### Run tests To run tests, run the following command: --> npm run test <!-- In order to run for linter errors, you will have to create a pull request ---> ### Deployment You can deploy this project using: --> [npm run deploy] command on github pages OR --> By purchasing domain and hosting <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHOR --> ## ๐Ÿ‘ฅ Author <a name="author"></a> ๐Ÿ‘ค **Author** - GitHub: [@zunairkhan811](https://github.com/zunairkhan811) - Twitter: [@zunairkhan811](https://twitter.com/zunairkhan811) - LinkedIn: [mzunairkhan](https://linkedin.com/in/mzunairkhan) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[Will_try_update_html_file]** - [ ] **[Will_try_to_update_css_file]** - [ ] **[will_try_to_update_javascript_file]** <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 kindly follow us and give rating by clicking on star button to this repository. Thanks! <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 Microverse for inspiring me enough to make 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) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
Hi! In this project user can add and remove his daily tasks as well as can edit and upon completion can delete it.
css,html,javascript,webpack4
2023-03-28T10:27:08Z
2023-06-03T22:11:23Z
null
1
5
55
0
1
6
null
MIT
JavaScript
ViktorSvertoka/bmi-calculator
main
# BMI Calculator ## My JavaScript practice
BMI Calculator ๐Ÿงฎ
bmi-calculator,css3,html5,javascript,ukraine
2023-04-01T19:28:12Z
2023-04-08T09:44:19Z
null
2
24
49
1
0
6
null
null
CSS
CodeSystem2022/CodeBaires_TercerSemestre
main
<h1 align="center"> CodeBaires_2023_UTNFRSR </h1> ![image](https://user-images.githubusercontent.com/77170481/235795845-49895c13-c373-49ed-8a60-b71fafe951cf.png) Tercer Semestre 2023 Ejercicios en: [![My Skills](https://skillicons.dev/icons?i=java)](https://skillicons.dev) Java [![My Skills](https://skillicons.dev/icons?i=js)](https://skillicons.dev) JavaScript [![My Skills](https://skillicons.dev/icons?i=py)](https://skillicons.dev) Python # Team: | Rosalia Lotierzo | Marina Falcรณn |Emmanuel Toro |Maia Strusiat | | ------------- | ------------- | ------------- |------------- | |<p align="center"><img src="https://avatars.githubusercontent.com/u/84238521?v=4" width=110 height=110></p><a href="https://github.com/Ro07-r" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a><a href="https://www.linkedin.com/in/rosalia-lotierzo-1a9634216" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>|<p align="center"><img src="https://avatars.githubusercontent.com/u/112595796?v=4" width=110 height=110></p><a href="https://github.com/marinafal" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a><a href="https://www.linkedin.com/in/marina-falcon-8b8386a8" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>|<p align="center"><img src="https://avatars.githubusercontent.com/u/111504496?v=4" width=110 height=110></p><a href="https://github.com/Emmanueltoro28" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a><a href="https://www.linkedin.com/in/emmanuel-toro-1868401bb" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>|<p align="center"><img src="https://avatars.githubusercontent.com/u/112667066?v=4" width=110 height=110></p><a href="https://github.com/MaiaStrusiat" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/maia-strusiat-227472207/" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>| | Matรญas Quispe | Deisy Ortega | Lorena Rodrรญguez | Yamila Carlucci | | ------------- | ------------- | ------------- |------------- | |<p align="center"><img src="https://avatars.githubusercontent.com/u/111471872?v=4" width=110 height=110></p><a href="https://github.com/matiasq3" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a><a href="https://www.linkedin.com/mwlite/in/matias-orlando-quispe-nina-1b973557" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>|<p align="center"><img src="https://avatars.githubusercontent.com/u/112651847?v=4" width=110 height=110></p><a href="https://github.com/DeisyOrtega" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a><a href="https://www.linkedin.com/" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a> |<p align="center"><img src="https://avatars.githubusercontent.com/u/111830259?v=4" width=110 height=110></p><a href="https://github.com/Marialrodriguez1991" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/maria-lorena-rodriguez-4893b4274" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>|<p align="center"><img src="https://avatars.githubusercontent.com/u/77170481?v=4" width=110 height=110></p><a href="https://github.com/YamiCarlucci" target="_blank"><img src="https://img.shields.io/badge/github-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://www.linkedin.com/in/yamila-carlucci/" target="_blank"><img src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/></a>| # Agilidad Se detalla los Scrum Master asignados para cada Sprint | SPRINT | SCRUM MASTER | RELEASE LINK | ------------- | ------------- | ------------- | :computer: Sprint_1 | Yamila Carlucci |[Release_Sprint1](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/Sprint_1) | :computer: Sprint_2 | Rosalรญa Lotierzo |[Release_Sprint2](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_2) | :computer: Sprint_3 | Matรญas Quispe | [Release_Sprint3](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_3) | :computer: Sprint_4 | Emmanuel Toro | [Release_Sprint4](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_4) | :computer: Sprint_5 | Maia Strusiat | [Release_Sprint5](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_5) | :computer: Sprint_6 | Lorena Rodrรญguez |[Release_Sprint6](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_6) | :computer: Sprint_7 | Marina Falcรณn | [Release_Sprint7](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_7) | :computer: Sprint_8 | Deisy Ortega | [Release_Sprint8](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_8) | :computer: Sprint_9 | Rosalรญa Lotierzo | [Release_Sprint9](https://github.com/CodeSystem2022/CodeBaires_TercerSemestre/releases/tag/CodeBaires_Sprint_9) # Metodologรญa de trabajo Utilizamos al metodologรญa de trabajo mixta entre Scrum y Kanban, nos manejaremos con un tablero de trabajo que tendrรก distintas columnas por estado. En nuestro caso el Sprint durarรก solo una semana para que todos los integrantes puedan desarrollar el trabajo de Scrum Master. Las columnas tendrรกn los siguientes estados: :books: BACKLOG: Todas las tareas pendientes de refinamiento (aquellas tareas que aรบn no estรกn asignadas para el Sprint) :exclamation: TO DO: Todas las tareas que se realizarรกn en el Sprint activo :fast_forward: IN PROGRESS: Aquellas tareas que se estรกn realizando por cada uno de los integrantes del grupo en el correspondiente Sprint :stop_sign: BLOCKED: Aquellas tareas que estรกn bloqueadas :thumbsup: DONE: Las tareas finalizadas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #WORKFLOW: Contaremos con la rama main y por cada card (issue) correspondiente a la tarea asignada se crearรก una rama que luego de finalizada serรก commiteada, pusheada y se realizarรก un pull request para mergear a la rama main. Las ramas serรกn nombradas con el nombre de cada issue. Ej: JAVA-Leccion02-ArgumentosVariables El nombre del issue se genera con la siguiente nomenclatura: {NOMBRE_DE_LENGUAJE]-[Nombre_de_lecciรณn}-{Nombre_de_proyecto] Cada issue tiene asignado: - Tรญtulo (De acuerdo a la nomenclatura antes descrita) - Milestone (Nombre del Sprint) - Label (Lenguaje al que pertenece - Materia correspondiente) - Asignee (Persona encargada de resolver el issue) - Descripciรณn (Una breve descripciรณn de la actividad a realizar) - Status (Estado en el que se encuentra la actividad)
Ejercicios en Java - Javascript - Python - Tercer Semestre 2023 - Grupo CodeBaires
java,javascript,python
2023-04-06T00:48:46Z
2023-07-01T02:41:14Z
2023-07-01T02:39:55Z
11
157
427
0
0
6
null
null
Java
sahilsh-dev/Online-Mart
master
# Homey - Your online store for all home items Welcome to Homey - your ultimate destination for purchasing home items online, leveraging Flask, SQLAlchemy, Bootstrap, and HTMX to deliver an efficient e-commerce solution. <br> <br> ![image](https://github.com/Sam6900/Online-Mart/assets/85671637/47c629fe-7c79-4d20-8e37-3d601bb77d63) ## Features: - **User Authentication:** Secure sign-up, login, and logout functionalities. - **Product Catalog:** Explore and purchase various home items and categories effortlessly. - **Shopping Cart:** Add items, manage quantities, and proceed to checkout seamlessly. - **Order Management:** Track order history and manage account details with ease. - **Stripe Payments:** Secure integration with Stripe for smooth transactions. - **htmx Integration:** Enhances user experience with dynamic HTML content updates. ## Installation ### Python Installation 1. Clone this repository to your local machine. 2. Navigate to the root directory of the project. 3. Create a virtual environment in python. 3. Install the required packages by running: ```bash $ pip install -r requirements.text ``` 3. Create a `.env` file in the root directory of the project. 4. Add the following line to the `.env` file, replacing `YOUR_STRIPE_SECRET_KEY` with your actual Stripe secret key: ``` STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY ``` 5. Run the following command to start the application: ```bash $ flask run ``` ### Docker Installation 1. Make sure you have Docker installed on your machine. If not, you can download and install it from [https://www.docker.com/get-started](https://www.docker.com/get-started). 2. Clone this repository to your local machine. 3. Navigate to the root directory of the project where the Dockerfile is located and add a .env file for storing STRIPE_SECRET_KEY. 4. Build the Docker image by running the following command: ```bash $ docker build -t homey-app . ``` 5. Once the image is built, you can run the Docker container using the following command: ```bash $ docker run -p 5000:5000 homey-app ``` Access the application by opening your web browser and navigating to [http://localhost:5000](http://localhost:5000). ## Usage for Other Projects You can use this project as a template or reference for building your own e-commerce website. Here's how you can adapt it for your needs: - Customize the product catalog and categories to fit your product offerings. - Integrate other payment gateways or shipping APIs to expand the payment available. - Implement additional features such as product reviews or better product recommendation ## Future Todos - [ ] Make about us and contact us pages. - [ ] Implement Pagination. - [ ] Make the application responsive for mobile devices. - [ ] Implement user reviews and ratings for products. - [ ] Optimize the application for performance and scalability. ## Contributing Contributions are super welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request. Thank you for choosing Homey - Your Online Home Goods Store! Happy shopping! ๐Ÿ ๐Ÿ›๏ธ
An e-commerce website built using Flask, SQLAlchemy and HTMX
hacktoberfest,hacktoberfest-accepted,python,bootstrap,javascript,sqlalchemy,flask,ecommerce,htmx
2023-03-26T16:47:43Z
2024-02-16T14:43:07Z
null
1
0
95
0
1
6
null
null
CSS
rulanugrh/alpha
master
null
Example Implementation Microservice with Docker, Kurbenetes, Go, Javascript, Mysql, and Graphql
golang,golang-microservice,javascript,microservices,docker,express-js,go,graphql,rabbitmq
2023-04-05T09:50:17Z
2023-06-12T04:29:42Z
null
1
0
121
1
4
6
null
null
Go
christianonoh/ToDoList
main
<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) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– TaskMaster - Your Ultimate To-Do List App <a name="about-project"></a> <!-- > Describe your project in 1 or 2 sentences. --> **TaskMaster** is a simple and easy-to-use to-do list app that helps you organize and manage your tasks effectively. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <!-- > Describe the tech stack and include only the relevant sections that apply to your project. --> <details> <summary>Client</summary> <ul> <li>html</li> <li>css</li> <li>javascript</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> <!-- > Describe between 1-3 key features of the application. --> - **Create tasks with descriptions** - **Mark tasks as completed or delete them** <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. --> - Not available yet <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 Internet connection to clone this repo <!--In order to run this project you need:--> <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: cd my-folder git clone [git@github.com:christianonoh/ToDoList.git](git@github.com:christianonoh/ToDoList.git) <!-- Example commands: ```sh cd my-folder git clone git@github.com:myaccount/my-project.git ``` ---> ### Install <!--Install this project with:--> No installation needed. <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage #### Adding a new task - To add a new task, enter a description in the "Add a task" input field and click the "Add" button. The new task will be added to the task list. #### Marking a task as completed - To mark a task as completed, click the checkbox next to the task description. The task will be marked as completed and crossed out. #### Editing an existing task - To edit an existing task, click on the task description. The description will become editable. Make the desired changes and press "Enter" to save the changes. #### Deleting an existing task - To delete an existing task, click on the trash icon next to the task description. The task will be removed from the task list. #### Local storage - The task list is persisted in local storage, so you can close and reopen the application without losing your tasks. <!-- Example command: ```sh rails server ``` ---> ### Run tests <!--To run tests, run the following command:--> No tests available. <!-- Example command: ```sh bin/rails test test/models/article_test.rb ``` ---> ### Deployment <!--You can deploy this project using:--> Not available yet. <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Author <a name="authors"></a> <!-- > Mention all of the collaborators of this project. --> ๐Ÿ‘ค **Christian Onoh** - GitHub: [@christianonoh](https://github.com/christianonoh) - Twitter: [@onohchristian](https://twitter.com/onohchristian) - LinkedIn: [Christian Onoh](https://www.linkedin.com/in/christianonoh) <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. --> - **Interactive list.** - **Reordering a selected item (as drag-and-drop).** <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/christianonoh/ToDoList/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--> Thanks for your time! I'm always happy to know how to improve 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.--> Thanks for pushing so hard Microverse, I'm amazed of what can I do now! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](/LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This web application's front-end implementation is aimed at assisting users in effectively organizing their tasks and keeping track of them. It utilizes contemporary web development technologies and practices to achieve this goal.
css,dom-manipulation,es6-javascript,html,javascript,jest,jest-tests,webpack
2023-03-28T17:07:22Z
2023-04-07T22:17:28Z
null
1
6
47
5
0
6
null
MIT
JavaScript
Mr-Soni532/ALS---Ace-Legal-Services
main
# ACE LEGAL SERVICES โš–๏ธ > Project Code : young-zinc-6102 <br/> - Deployed Backend = https://ace-legal-services-backend.vercel.app - Deployed Webite = https://acelegalservices.vercel.app <p align="center"> <img src="https://user-images.githubusercontent.com/112753481/229038276-095ee446-00ff-41d9-8f0c-38cbafef63d1.png" alt="Ace Logo"> </p> ## ๐Ÿท๏ธ What is Ace Legal Sevices? - An Orignal Web Project for Legal Booking Appointment System. - Ace Legal Services is an online web services for users and lawyers for formal connects. - We provide appointment facalities for with 12,000+ Professional Advocates around the World. --- <br/> ## ๐Ÿท๏ธ Special Features of ALS :- - Appointment Booking of a Lawyer by User. - Reminder through Email. - OTP password regenerate service. - Payment Gateway - Google Authentication. - Facebook Authentication. - Admin Authorization & CRUD Operations. --- <br/> ## ๐Ÿท๏ธ Tech Stack Used :- ### Frontend | React | Ant Design | Bootstrap | HTML | CSS | JavaScript | | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | | <img width="75px" src="https://user-images.githubusercontent.com/25181517/183897015-94a058a6-b86e-4e42-a37f-bf92061753e5.png"> | <img width="75px" src="https://user-images.githubusercontent.com/25181517/190887795-99cb0921-e57f-430b-a111-e165deedaa36.png"> | <img width="75px" src="https://user-images.githubusercontent.com/25181517/183898054-b3d693d4-dafb-4808-a509-bab54cf5de34.png"> | <img width="75px" src="https://user-images.githubusercontent.com/25181517/192158954-f88b5814-d510-4564-b285-dff7d6400dad.png"> | <img width="75px" src="https://user-images.githubusercontent.com/25181517/183898674-75a4a1b1-f960-4ea9-abcb-637170a00a75.png"> | <img width="70px" src="https://user-images.githubusercontent.com/25181517/117447155-6a868a00-af3d-11eb-9cfe-245df15c9f3f.png"> | #### Extra :- > - AOS (Animate On Scroll) --- ### Backend | Node.js | Express.js | ChatGPT | MongoDB | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | <img width="70px" src="https://user-images.githubusercontent.com/112753481/229047696-de3bf177-16a0-4161-a140-dd89e4fe7b22.png"> | <img width="75px" src="https://user-images.githubusercontent.com/112753481/229164589-4e724000-542d-4deb-9e11-cca7739c2b01.png"> | <img width="60px" src="https://user-images.githubusercontent.com/112753481/229306156-d2f82fe0-abb5-469a-9dfd-af3207e1e421.png"> | <img width="75px" src="https://cdn.icon-icons.com/icons2/2415/PNG/512/mongodb_original_logo_icon_146424.png"> | <!-- | <img width="75px" src="https://user-images.githubusercontent.com/25181517/182884894-d3fa6ee0-f2b4-4960-9961-64740f533f2a.png"> --> #### Extra :- > - JWT (JsonWebToken) <br/> > - Bcrypt <br/> > - ChatGPT (Used for dummy-data generation only) > - NodeMailer <br/> > - Twilio --- ### \* Yet to be implemented:- | Redis | | ------------------------------------------------------------------------------------------------------------------------------ | | <img width="75px" src="https://user-images.githubusercontent.com/25181517/182884894-d3fa6ee0-f2b4-4960-9961-64740f533f2a.png"> | --- <br/> ## ๐Ÿท๏ธ API Routes : #### User Routes :- ``` POST /user/signup POST /user/login POST /user/verifyOTP PATCH /user/forgotpassword GET /user/getaUserDataByEmail GET /user/addAppointment ``` #### Lawyer Routes :- ``` POST /lawyer/login PATCH /lawyer/forgotpassword GET /lawyer/getaUserDataByEmail GET /lawyer/deleteAppointment ``` #### Admin Routes :- ``` // Admin GET /admin/getAllAdmins GET /admin/getAdmin/:id POST /admin/addAdmin // Lawyer GET /admin/getAllLawyers GET /admin/getLawyer/:id POST /admin/addLawyer DELETE /admin/deleteLawyer/:id POST /admin/postAllLawyers // User GET /admin/getAllUsers GET /admin/getUser/:id DELETE /admin/deleteUser/:id ``` --- ## <br/> # Project Planning ![planning](https://user-images.githubusercontent.com/112753481/229431735-ddbee4f0-7f80-43d4-844c-a60f58fe0071.jpeg) --- # User flow & Authentication Design โœ… ![png](https://user-images.githubusercontent.com/112753481/229455850-3ca71159-9d7c-411e-af9a-04ea5058cf38.jpeg) --- ## More Project Details :- - Type : Group Project - Duration of Project - 6 Days - Total Members who contributed - 5 - <a style="color:#ffd41f" href="https://www.linkedin.com/in/bhupender-soni/">Bhupender Soni</a> - <a style="color:#ffd41f" href="https://www.linkedin.com/in/mohima-bahadur-915353247/">Mohima Bahadur</a> - <a style="color:#ffd41f" href="https://www.linkedin.com/in/kunal-mehra-thelifeofcoder/">Kunal Mehra</a> - <a style="color:#ffd41f" href="https://www.linkedin.com/in/sanjay-v-36aa761b1/">Sanjay V</a> - <a style="color:#ffd41f" href="https://github.com/iamgauhar">Mohammad Gauhar</a> --- <br/> <h3 align="center" >Thankyou for your Time ๐Ÿ’</h3>
ALS - Ace Legal Services is an online leagal appointment booking system, where client can book appointment woith lawyer to resolve their legal queries.
react,express,node,antd,javascript
2023-03-28T09:54:38Z
2023-04-25T17:29:59Z
null
6
69
298
0
3
6
null
null
JavaScript
davidolanrewaju/Todo-List
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! --> <!-- 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) <!-- - [๐ŸŽฅ Video Summary](#video-summary) --> - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [โ“ FAQ (OPTIONAL)](#faq) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # ๐Ÿ“– AwesomeBooks <a name="about-project"></a> **Todo-List App** is a project that helps showcase the use of **Webpack**, a module bundler, and also the use of Javascript to add and remove contents dynamically. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Frontend</summary> <ul> <li>HTML</li> <li>CSS</li> <li>Linters</li> <li>GitHub Flows</li> <li>Javascript</li> <li>Webpack</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - [x] Create a list of to-do actions - [x] Delete to-do actions - [x] Re-arrange to-do actions <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://davidolanrewaju.github.io/Todo-List/dist/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: <ul> <li>GitHub Account</li> <li>Git installed on your system</li> <li>Install all dependencies</li> <li>Code Editor</li> </ul> ### Setup Clone this repository to your desired folder, write the following commands in git bash ```sh cd my-folder git clone https://github.com/dave-prog/Todo-List.git ``` ### Usage To run the project, execute the following command: ```sh npm init -y npm install --save-dev hint@7.x npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x npm i webpack webpack-cli webpack-dev-server --save-dev ``` ### Run tests To run tests, run the following command: ```sh npx hint . npx stylelint "**/*.{css,scss}" npx eslint . npm run build ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Olanrewaju David** - GitHub: [@dave-prog](https://github.com/dave-prog) - Twitter: [@ola_dayve](https://twitter.com/ola_dayve) - LinkedIn: [David Olanrewaju](https://www.linkedin.com/in/david-olanrewaju) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] Set alarms for actions - [ ] Download action list as images, pdfs or docs <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- VIDEO SUMMARY --> <!-- ## ๐ŸŽฅ Video Summary <a name="video-summary"></a> >This is a video summary on the aim of this project and the challenges encountered.</br> Click [this link](https://www.loom.com/share/a600c92ff4cd4594a16d8c8d59bc619d) to get a view of the project <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/dave-prog/Todo-List/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## โญ๏ธ Show your support <a name="support"></a> If you like this project hit the like button and also hit me up if you need a collaborator on any side projects you're working on. <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 resources provided to make this project easy to execute and my coding partner Mahou <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## โ“ FAQ (OPTIONAL) <a name="faq"></a> - **How did you set up your project?** - Installed all dependencies given by Microverse (stylelint, webhint, lighthouse) - **How do I clone your report for use?** - Open git bash and enter "git clone https://github.com/dave-prog/Todo-List.git" <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](https://choosealicense.com/licenses/mit/) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This project puts to test my ability to implement CRUD applications using Javascript
css,eslint,html5,javascript,stylelint,jest
2023-04-04T19:57:46Z
2023-04-21T14:48:28Z
null
2
5
44
2
0
6
null
MIT
JavaScript
shanukajain/Styler
main
<div display:"flex" align="center"><h1 align="center"> Styler Hair Salon</h1> <img width="250" height="150" alt="stylerLogo" src="https://user-images.githubusercontent.com/113410376/229331252-8d035a7c-518b-4e17-8c2c-d68382c2aac8.png" > </div> <h2 align="center">A Hair Salon website that provides online booking services to customer. </h2> <br> <p>Styler is the hair salon website specifically for booking the appointment online.The site is being developed on the basis on Low Level Design and system Design (Architecture). In the styler the costomer can see the available time slot and book the slot with the different stylers.In this web site the customer or user can see the availble stylers, time slot and charges for the haircuts over the website. </p> <h3 style="color: red">Tech Stacks</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> <img align="center" width="1000" heigth:"500" alt="project3" src="https://user-images.githubusercontent.com/113410376/229286014-6da59134-d9f6-47ba-9fde-1932547bd1ba.png"> <br> <h3>โœจContent & Features: </h3> <h4>Foundation of the website: </h4> <ul> <li> Low Level Design (LLD)</li> <li> System Design (Architecture) </li> </ul> <h4>Other Functionalities: </h4> <ul> <li> Creative Landing Page </li> <li> Signup/Login for users </li> <li> Authentication with OTP </li> <li> Hashing the password of users and JWT Authentication</li> <li> Admin Page/Administration Page </li> <li>Add the styler and style in admin</li> <li>Slot Booking feature</li> <li>Block the users in admin</li> <li> Responsiveness for different devices</li> </ul> <h3> Project Highlights: </h3> <div display:"flex" style="border: 2px solid black" > <kbd><img width="380" height="300" alt="Green Basket" src="https://user-images.githubusercontent.com/113410376/229336540-955388a1-b497-4391-a1e1-c4cbd2f148f2.png"> </kbd> <kbd><img width="380" height="300" alt="Green Basket" src="https://user-images.githubusercontent.com/113410376/229336567-c1c3f631-1cf1-439a-b83f-447a6f9f7a8d.png"></kbd> </kbd> </div> <br> <div display:"flex" style="border: 2px solid black" > <kbd><img width="380" height="300" alt="Green Basket" src="https://user-images.githubusercontent.com/113410376/229354306-a00b2e6a-313a-4f0c-ac32-4aad48cc1c78.png"> </kbd> <kbd><img width="380" height="300" alt="Green Basket" src="https://user-images.githubusercontent.com/113410376/229354165-6136b7aa-0e4c-4dec-a633-9409d0c26598.png"></kbd> </kbd> </div> <h3 align="center"> System Design </h3> <img width="898" alt="layout" src="./Frontend/Image/High Level Design.png"> <h3 align="center"> Layout of the Website</h3> <img width="898" alt="layout" src="https://user-images.githubusercontent.com/113410376/229354142-e35e748b-a50d-4cc5-b7c0-92b54923ca5b.png"> <br> <p >Visit the site: <a href="https://stylerin.netlify.app/index.html">https://stylerin.netlify.app/index.html</a></p> <h3>Authors</h3> - [@Shanukajain](https://github.com/shanukajain) - [@chandan1506](https://github.com/chandan1506) - [@SoumyaAdhya007](https://github.com/SoumyaAdhya007) - [@Chetan-bhagat](https://github.com/Chetan-bhagat) - [@ankitsingh711](https://github.com/ankitsingh711) <h3> Show your support ๐Ÿ™Œ</h3> <p> Give โญ , If you like the project</P>
A place where you can check your preferable hair service and book a appointment with hair stylish with your preferable slot.
css,expressjs,html,javascript,mongodb,nodejs
2023-03-27T11:55:39Z
2023-06-26T07:50:24Z
null
6
54
170
0
2
6
null
null
JavaScript
AbbasSarwar/ToDo
main
<a name="readme-top"></a> <h3><b>Todo-List README Template</b></h3> </div> <!-- TABLE OF CONTENTS --> # ๐Ÿ“— Table of Contents - [๐Ÿ“— Table of Contents](#-table-of-contents) - [๐Ÿ“– \[Todo List\] ](#-todo-list-) - [๐Ÿ›  Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [๐Ÿš€ Live Demo ](#-live-demo-) - [๐Ÿ’ป Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Recommendation](#recommendation) - [๐Ÿ‘ฅ Authors ](#-authors-) - [๐Ÿ”ญ Future Features ](#-future-features-) - [๐Ÿค Contributing ](#-contributing-) - [โญ๏ธ Show your support ](#๏ธ-show-your-support-) - [๐Ÿ™ Acknowledgments ](#-acknowledgments-) - [๐Ÿ“ License ](#-license-) - [๐Ÿ“– 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 --> # ๐Ÿ“– [Todo List] <a name="about-project"></a> > Hello , This is a To-Do list Program where You can add remove and edit lists. **[Todo]** is a simple shelf where you can add books with author names and also you can delete it. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML</summary> </details> <details> <summary>HTML</summary> </details> <details> <summary>JAVASCRIPT</summary> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Simple Template]** - **[Books listed from array]** - **[buttons ]** - **[colors ]** - **[Dynamic styles]** - **[Editable texts]** - **[Add Delete features]** - **[Completed updated]** - **[buttons]** - **[colors]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - [Link](https://abbassarwar.github.io/ToDo/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: ## Recommendation 1. A good Computer 2. Having proper knowledge about Css and Html **necessary** * git clone https://github.com/AbbasSarwar/ToDo.git * cd todo * git checkout Add-remove * Go live through in VS code for further. * Here we Go.... <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: [@AbbasSarwar](https://github.com/AbbasSarwar) - Twitter: [@Abbas_sDev](https://twitter.com/Abbas_sDev) - LinkedIn: [Abbas-Sarwar](https://www.linkedin.com/in/abbas-sarwar-4a0b16257/) <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **[Add / Remove]** - [ ] **[dynamic data ]** <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! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- SUPPORT --> ## โญ๏ธ Show your support <a name="support"></a> If you like my Todo statup project kindly comment or Follow me on LinkedIn, Twitter & twitter and always Your feedback will be really appreciated I have created issue if you want to share. Thanks. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank you All Microverse community. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](/MIT.md) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
It's todo list project where you can add and remove items, mark items as completed, and delete all items at once.
css3,html5,javascript
2023-03-28T16:27:20Z
2023-04-07T08:41:53Z
null
1
4
17
2
0
6
null
null
JavaScript
VienThanh12/FullStackUnivesityOfHelsinki
main
# FullStack Univesity Of Helsinki Submit exercises in University Of Helsinki Certificate: [https://studies.cs.helsinki.fi/stats/api/certificate/fullstackopen/en/823ad579ac4a3d9b137f32456f0d5f32](https://studies.cs.helsinki.fi/stats/api/certificate/fullstackopen/en/823ad579ac4a3d9b137f32456f0d5f32) Total: 138 exercises 7 credits with grade 5 I have passed the course exam and successfully completed Full Stack Open Course University Of Helsinki. ![Screenshot 2024-01-27 at 14 09 38](https://github.com/VienThanh12/FullStackUnivesityOfHelsinki/assets/67015555/71fd2f18-2bc4-4095-9819-87163e1d615d)
Submit exercises at the University of Helsinki.
css,html,javascript,react,express,nodejs,mongodb,moongoo,unit-testing
2023-04-02T11:06:13Z
2024-03-04T22:14:24Z
null
1
0
749
0
0
6
null
null
JavaScript
codexdebayan/weightage-calculator
main
# Weightage-Calculator It basically includes various fumctions like * Number of MCQ questions * Marks of each questions * Negative marks for each question if any * Number of questions attempted * Number of questions marked wrong * Weightage marks And it returns * Marks obtained * Percentage * Weightage marks * With a beautiful graphical representation
It is weightage calculator to calculate you marks in mcq based exam and calculate your weightage
css,html,javascript
2023-03-26T11:14:52Z
2023-05-01T19:06:27Z
null
1
0
12
0
1
6
null
null
CSS
Booze33/Web-pack-To-Do-lsit
main
# Web-pack-To-Do-lsit <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) - [๐Ÿ’ป Awesome books Presentation](#vgs-presentation) - [๐Ÿ’ป 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 --> # ๐Ÿ“– To Do List <a name="about-project"></a> > In this project, We build a basic website that allows users add list and check it off once it is ccomplete ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> > This project uses the following stack : <details> <summary>Client</summary> <ul> <li><a href="https://www.w3schools.com/html/">HTML</a></li> <li><a href="https://www.w3schools.com/css/">CSS</a></li> <li><a href="https://www.w3schools.com/js/">JavaScript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> > Here are some key features of the application : - **Add list** - **Check it** - **Display List** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ’ป To Do List <a name="vgs-presentation"></a> > Here you can see my presentation : - [N/A]() <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## ๐Ÿ’ป Getting Started <a name="getting-started"></a> > Clone the repository by clicking on the 'Code' button and copy the link To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: npm i ### Setup Clone this repository to your desired folder: Example commands: ```sh cd my-folder git clone https://github.com/Booze33/Web-pack-To-Do-lsit.git ``` - ### LIVE DEMO - Click here to see the [project](https://booze33.github.io/Web-pack-To-Do-lsit/dist/) ### Install Install this project with: <!-- Example command: ```sh cd my-project gem install ``` ---> ### Usage To run the project, execute the following command: Open the index.html file in a web browser <!-- Example command: ```sh rails server ``` ---> ### Run tests To run tests, run the following command: Example command: To run the webhint linter ```sh npx hint . ``` To run the stylehint linter ```sh npx stylehint "**/*.{css,scss}" ``` To run the ESLint linter ```sh npx eslint . ``` ### Deployment You can deploy this project using: -Go to the main folder of the project and double-click on the index.html file. <!-- Example: ```sh ``` --> <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Tebe Tisloh** - GitHub: [@Booze33](https://github.com/Booze33) - 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> - Contact Information - Navigation bar <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 star it! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank the Microverse team. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## ๐Ÿ“ License <a name="license"></a> This project is [licensed](./LICENSE) . <p align="right">(<a href="#readme-top">back to top</a>)</p>
The purpose of this project is to help you keep record of your daily task. Set your daily goals so you can achieve it.
css,html,javascript,webpack
2023-03-29T17:09:04Z
2023-04-04T17:21:32Z
null
1
3
30
1
0
6
null
MIT
JavaScript
oovillagran/To-Do-List
main
<a name="readme-top"></a> <div align="center"> <h1><b>To Do List</b></h1> </div> <!-- TABLE OF CONTENTS --> # ๐Ÿ“— Table of Contents - [๐Ÿ“– About the Project](#about-project) - [๐Ÿ›  Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [๐Ÿš€ Live Demo](#live-demo) - [๐Ÿ’ป Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#triangular_flag_on_post-deployment) - [๐Ÿ‘ฅ Authors](#authors) - [๐Ÿ”ญ Future Features](#future-features) - [๐Ÿค Contributing](#contributing) - [โญ๏ธ Show your support](#support) - [๐Ÿ™ Acknowledgements](#acknowledgements) - [โ“ FAQ (OPTIONAL)](#faq) - [๐Ÿ“ License](#license) <!-- PROJECT DESCRIPTION --> # โœ… To Do List Project <a name="about-project"></a> **To do List project** is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. I built a website that allows for doing that. For this project I used ES6 and Webpack!. ## ๐Ÿ›  Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>HTML</summary> <ul> <li>HTML</li> </ul> </details> <details> <summary>CSS</summary> <ul> <li>CSS</li> </ul> </details> <details> <summary>JavaScript</summary> <ul> <li>JavaScript</li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - Use of linter on HTML&CSS&JavaScript projects. - Write a correct descriptive README file. - Perform a code review in a HTML and CSS project. - Use webpack to bundle JavaScript. - Learn how to use proper ES6 syntax. - Use ES6 modules to write modular JavaScript. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## ๐Ÿš€ Live Demo <a name="live-demo"></a> - Live Demo is [here](https://oovillagran.github.io/To-Do-List/dist/index.html) <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: - Create a repo on your repositores files. - Clone or make a copy of this repo on your local machine. - Follow GitHub flow. - A carefully reading of this README.md is required. ### Setup Clone this repository to your desired folder: ```bash cd my-folder git clone git@github.com:oovillagran/Webpack-Boilerplate.git ``` ### Install Install this project with: ```bash npm install ``` ### Usage To run the project, you can use your favorite browser. ### Run tests To run tests, execute the following command: ```bash npx hint . ``` ### Deployment - N/A <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## ๐Ÿ‘ฅ Authors <a name="authors"></a> ๐Ÿ‘ค **Oscar Villagran** - GitHub: [@oovillagran](https://github.com/oovillagran) - Twitter: [@oovillagran](https://twitter.com/oovillagran) - LinkedIn: [Oscar Villagran](https://www.linkedin.com/in/oovillagran/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## ๐Ÿ”ญ Future Features <a name="future-features"></a> - [ ] **Use of linter in HTML&CSS projects** - [ ] **Use README template file** - [ ] **[Use of webpack guidelines](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/exercises/exercise_set_up_project_with_webpack.md)** <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 feel free to make any comment, all contributions are welcome!. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## ๐Ÿ™ Acknowledgments <a name="acknowledgements"></a> I would like to thank Microverse comunity. I thank my learning, morning session and standup partners for supporting me. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ๐Ÿ“ License <a name="license"></a> This project is [MIT](LICENSE.md) licensed. _NOTE: we recommend using the [MIT license]<a href="LICENSE.md"> <p align="right">(<a href="#readme-top">back to top</a>)</p>
"To-Do List" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. This project was inspired by the minimalist website. For this project I used ES6 and Webpack!. You can use this tool even offline and without any subscription, it is completely free!
css,html,javascript
2023-04-04T21:15:21Z
2023-04-08T04:16:15Z
null
1
3
27
4
0
6
null
MIT
JavaScript
SumanBlswas/spicy-yak-7891
main
null
The StyloZone Clone of (LimeRoad) is a fully functional e-commerce website that allows users to browse and purchase a variety of products
bcrypt,chakra-ui,express,javascript,mongodb,mongoose,nodejs,react,react-redux,react-router-dom
2023-03-28T09:31:24Z
2023-04-03T05:57:34Z
null
5
28
195
8
2
6
null
null
JavaScript