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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
theduardomaciel/officia | development | <h1 align="center">
officia
</h1>
# Additional Steps
## Android
1. ~~Enable Hermes through `android/gradle.properties`:~~
~~> hermesEnabled=true~~
2. Update Kotlin version, through `android/build.gradle`, to the following version (or newer) for WatermelonDB compatibility:
```gradle
kotlinVersion = '1.8.10'
```
3. Add permission to PDF files reading, through `android/app/src/main/AndroidManifest.xml`:
```xml
<code>
...
</application>
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<!-- To allow any MIME type, set "mimeType" to
"*/*". -->
<data android:mimeType="application/pdf" />
</intent>
</queries>
</manifest>
</code>
```
4. Check if these permissions have been added:
```xml
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
```
5. Add (or check) ProGuard exception rules
```xml
-keep class com.swmansion.reanimated.** { *; }
-keep class com.shopify.reactnative.skia.** { *; }
```
6. Check in `android/app/src/main/res/mipmap-anydpi-v26` if the following style is added to both `ic_launcher.xml` and `ic_launcher_round.xml`:
```xml
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
```
### Customization
1. Update xml styles through `android/app/src/main/res/values/styles.xml`, for:
> Translucent navigation bar
```xml
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">@android:color/transparent</item>
<!-- Navigation Bar color. -->
<item name="android:navigationBarColor" tools:targetApi="l">@android:color/transparent</item>
<item name="android:enforceStatusBarContrast" tools:targetApi="q">false</item>
<item name="android:enforceNavigationBarContrast" tools:targetApi="q">false</item>
</style>
</resources>
```
> Date picker customization
```xml
<style name="DatePickerTheme" parent="DatePickerBaseTheme">
<item name="android:colorControlNormal">#6CBE45</item>
<item name="colorAccent">#6CBE45</item>
<item name="android:textSize">28sp</item>
</style>
```
| An app that lets you create and manage automated flows to simplify repetitive tasks and increase productivity. | android,hermes,javascript,react,react-native,tailwindcss,typescript | 2023-02-04T21:32:24Z | 2023-11-04T05:45:48Z | null | 1 | 0 | 55 | 0 | 0 | 4 | null | null | TypeScript |
Atril33/My_Portfolio_complete | main | <a name="readme-top"></a>
<div align="center">
<img src="https://github.com/Atril33/My_Portfolio_complete/blob/main/Images/Desktop_view.png" width="650px" />
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 Portfolio <a name="about-project"></a>
> This Portfolio page showcases my work and accomplishments, created using HTML, CSS, and JavaScript.
This Portfolio highlights my skills and projects, demonstrating my proficiency in web development.
## 🛠 Built With <a name="built-with"></a>
<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>
- **Responsive Design**
- **Social Media Accounts**
- **Personal Projects**
<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://atril33.github.io/My_Portfolio_complete/)
<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 PC with any Browser (Chrome, Opera, & FireFox, etc)**
### Setup
Clone this repository to your desired folder:
``` bash
https://github.com/Atril33/My_Portfolio_complete.git
```
### Install
In order to check tests:
```sh
npm i
```
### Run tests
To run tests, run the following command:
<br>
_Check Stylelint errors_
```sh
npx stylelint "**/*.{css,scss}"
```
_Check ESLint errors_
```sh
npx eslint .
```
_Check Webhint errors_
```sh
npx hint .
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Syed Atril**
- GitHub: [@githubhandle](https://github.com/Atril33)
- Twitter: [@twitterhandle](https://twitter.com/AtrilSyed)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/syed-atril-831696248/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [x] **Add Popup Model**
- [x] **Preserve Contact Form Data in Browser**
<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>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to say thanks to everyone who contribute to 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 Portfolio page showcases my work and accomplishments, created using HTML, CSS, and JavaScript. This Portfolio highlights my skills and projects, demonstrating my proficiency in web development. | css,html,javascript,portfolio | 2023-01-27T06:41:16Z | 2023-05-23T15:39:15Z | null | 2 | 5 | 47 | 0 | 0 | 4 | null | MIT | CSS |
QuerenFernandes/projetoFreeWay | main | # Projeto Freeway
O projeto é uma réplica do jogo Freeway do Atari, desenvolvida usando o JavaScript. 🕹
No código fiz o uso de funções e vários laços de repetição. Também tem som, tanto em loop quanto de interação (quando você ganha/perde ponto). Foquei na estrutura do código, pensando no conceito de código limpo e bem estruturado.
O foco foi no uso do Javascript, mas o projeto também tem o HTML e o CSS. 🚀 💻
Você pode conferir o projeto completo em: https://querenfernandes.github.io/projetoFreeWay/
https://user-images.githubusercontent.com/95857175/217953357-e3de13a3-d64a-443b-8731-0506a9f1bbbb.mp4#vitrinedev
| Projeto de recriação do jogo desenvolvido pela Atari, usando JavaScript. | alura,atari,freeway,javascript,vitrine-dev | 2023-02-05T11:57:34Z | 2023-05-31T11:22:06Z | null | 1 | 0 | 19 | 0 | 1 | 4 | null | null | JavaScript |
Deepaktenzi/Restaurant_App_ReactJs | master | # Restaurant_App_ReactJs
Its a Clone Of Swiggy Website
# App Live Link :
https://foodishhub.live/
| Its a Clone Of Swiggy Website | javascript,parcel,parcel-bundler,reactjs,scss | 2023-02-05T08:07:47Z | 2023-04-28T04:56:36Z | null | 1 | 0 | 30 | 0 | 1 | 4 | null | null | JavaScript |
BlakvGhost/exemple-carousel | main | # Carousel
Bienvenue sur le projet Carousel ! Ce projet a pour but de vous présenter un carrousel simple et fonctionnel réalisé en HTML, CSS et JavaScript. Il utilise les propriétés CSS `flexbox` et `translateX` pour faire défiler les images horizontalement, et les boutons "Précédent" et "Suivant" pour contrôler manuellement le défilement. Il y a également une fonctionnalité d'auto-défilement avec des points de navigation pour passer d'une image à l'autre ainsi que le `glisser pour defiler sur les smartphones`.
## Prérequis
Pour utiliser ce projet, vous avez besoin des connaissances de base en HTML, CSS et JavaScript.
## Installation
Pour utiliser ce projet, veuillez cloner le repository Github sur votre ordinateur local et ouvrir le fichier `index.html` avec un navigateur web.
## Structure du projet
Le projet est composé des fichiers suivants:
- `index.html` : Le fichier HTML principal qui contient le code HTML du carrousel
- `style.css` : Le fichier CSS qui contient la mise en forme du carrousel
- `app.js` : Le fichier JavaScript qui contient le code JavaScript du carrousel
## Fonctionnalités
- Affichage des slides de manière continue et infinie
- Possibilité de naviguer entre les slides avec les boutons Précédent et Suivant
- Possibilité de naviguer entre les slides en cliquant sur les points (dots)
- Possibilité de naviguer entre les slides sur les `smartphone en glissant sur les images`
- Mise en pause du carrousel lorsque la souris se trouve sur un slide et reprise de la rotation lorsque la souris quitte le slide
- Temps de rotation réglable en modifiant la variable `slideTimeout` dans le fichier JavaScript
## Utilisation
Clonez ce repository sur votre ordinateur.
Ouvrez le fichier `index.html` avec un navigateur web.
Vous devriez voir le carousel en action avec un bouton de navigation vers la gauche et un bouton de navigation vers la droite.
Il y a également des points de navigation en bas du carousel pour naviguer entre les diapositives.
Le carousel défile automatiquement toutes les 5 secondes. Vous pouvez mettre en pause le défilement en passant la souris sur le carousel.
## Personnalisation
Vous pouvez personnaliser le carousel en modifiant les fichiers CSS et JavaScript.
Modifiez le fichier `style.css` pour changer la mise en page et les couleurs du carousel.
Modifiez le fichier `app.js` pour changer la durée de l'intervalle de défilement, la logique de navigation, etc.
## Conclusion
J'espère que ce projet vous a plu et vous a été utile. Si vous avez des suggestions ou des commentaires, n'hésitez pas à me les faire parvenir via Github. Merci d'avoir utilisé le projet Carousel !
## Licence
Ce projet est sous licence MIT.

| Simple carrousel et fonctionnel réalisé en HTML, CSS et JavaScript. | carousel,drag,javascript,native-javascript,touchmove | 2023-02-05T01:07:02Z | 2023-02-05T23:43:06Z | null | 1 | 0 | 4 | 0 | 0 | 4 | null | MIT | JavaScript |
himanshu1221/LinkFree-Clone | master | ## About this project
This project is a clone of [LinkFree](https://linkfree.eddiehub.io)
This project has been made using ReactJS just to practice ReactJS and it would be an open source project where anyone can contribute in it and can give thier inputs by raising an issue and this would be a complete beginner friendly repo where all valueable contribution are accepted!
Here is the deployed link [Linkfree_Clone](https://linkfree-clone.vercel.app/)
## Add your profile
Just simply copy this [JSON](https://github.com/himanshu1221/linkfree_clone/blob/master/public/data/himanshu1221.json) file edit this file according to your links URL and raise a PR
Dont forget to add your data in data folder which is in public folder.
## Working Video
This website is still under process but here is the quick tutorial of how u can check your profile
https://user-images.githubusercontent.com/32031706/222883641-e48d7815-90db-433b-8dc1-8a0a3bba95fc.mp4
## Resources :
Here are the resources :
- [Video of EddieJaoude](https://www.youtube.com/watch?v=Jorl_vcp-Ew&list=LL&index=1&ab_channel=EddieJaoude).
- [Prime React](https://primereact.org/installation/)
- [React Transition Group](https://www.npmjs.com/package/react-transition-group)
- [Prime Flex](https://www.primefaces.org/primeflex/)
- [React Hooks](https://reactjs.org/docs/hooks-intro.html)
## Code Of Conduct
Please go through this code of conduct before contributing
[Code Of Conduct](https://github.com/himanshu1221/linkfree_clone/blob/master/CODE_OF_CONDUCT.md)
## Geting started
1. Fork the project
2. Clone the project to run on your local machine using the following command
git clone https://github.com/<Your_Github_username>/linkfree_clone.git
3. Install dependencies:
- run npm install
- npm start
| This is a clone of LinkFree website an open source project its a repo for learning purpose anyone can contribute to it | reactjs,linkfree,primereact,react,javascript | 2023-02-01T13:50:06Z | 2023-04-02T16:43:15Z | null | 6 | 15 | 55 | 4 | 5 | 4 | null | null | JavaScript |
tobuya/bookstore | development | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Bookstore](#-bookstore)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🔭 Future Features ](#-future-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Testing](#testing)
- [Deployment](#deployment)
- [👥 Authors](#-authors)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 Bookstore<a name="about-project"></a>
> Bookstore is a Single Page App that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Languages</summary>
<ul>
<li>ReactJS</li>
<li>CSS</li>
<li>Javascript</li>
<li>Redux</li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li>Github</li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Add a book to the store**
- **Delete a selected book from the store**
- **View books from the store**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
#### 🔭 Future Features <a name="future-features"></a>
- **Add categories section**
- **Update progress section**
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- <a href="https://bookstore-clig.onrender.com" target="_blank">Live Demo Link</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.
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/tobuya/bookstore
cd bookstore
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project in a development server, execute the following command:
```sh
npm start
```
### Testing
To run the tests in a development server, execute the following command:
```sh
npm test
```
To to build for the production, execute the following command:
```sh
npm run build
```
### Deployment
You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors
<a name="authors"></a>
👤 **Thomas Obuya**
- GitHub: [@githubhandle](https://github.com/tobuya)
- Twitter: [@twitterhandle](https://twitter.com/@MullerTheGreat1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tobuya/)
<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/tobuya/math-magicians).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project give me 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 and my fellow Micronauts.
<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/Lucash2022/tv-hub-app/blob/develop/MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Bookstore is a website that allows one to Display a list of books, Add a book and Remove a selected book. It's built using React and Redux, and connect to an API. | css3,javascript,reactjs,redux | 2023-01-26T17:08:01Z | 2023-02-09T18:32:12Z | null | 1 | 5 | 47 | 0 | 0 | 4 | null | MIT | JavaScript |
sambeck87/React_capstone | develop | <a name="readme-top"></a>
<div align="center">
<img src="https://cdn-icons-png.flaticon.com/512/3378/3378138.png" alt="logo" width="250" height="auto" />
<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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 🚀 CRYPTO CURRENCY <a name="about-project"></a>
**CRYPTO CURRENCY** is a SPA that obtains information on the 100 most important cryptocurrencies worldwide and displays it for viewing. This application allows you to:
- Display the name, symbol, icon, and current dollar price of the cryptocurrency on the main page.
- Perform a search for the desired item through a text entry.
- Clicking on the desired item opens another page where you can view more information about it.
**You can see a you can see a brief explanation of the application in the following [video](https://www.loom.com/share/617fd05fd0ba41b2aa539dd7d6acf334)**
## 🛠 Built With <a name="built-with"></a>
- React
- Redux
### Tech Stack <a name="tech-stack"></a>
- Visual code
- Git & GitHub
<!-- Features -->
### Key Features <a name="key-features"></a>
- This is a single page application
- URLs are dinamicaly created
- Use a filter to search a specific element
- Get information from an API
- This is the prototype of the full website
<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://crypto-currency-zbah.onrender.com/)
<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:
- A browser that supports html5
- Git
- A GitHub account
- Node.js
### Setup
Clone this repository to your desired folder:
- Go to this repo and copy the project link
https://github.com/sambeck87/React_capstone
- Open your terminal and clone the repo with this command
```
git clone https://github.com/sambeck87/React_capstone.git
```
- Now, you have a copy on your pc.
### Install
Install this project with:
- In your console run the command:
```
npm install
```
### Usage
To run the project, execute the following command:
For the preview server:
```
npm start
```
### Run tests
To run tests, run the following command:
```
npm test
```
### Deployment
You can deploy this project using:
- [GitHub pages](https://github.com/sambeck87/React_capstone/settings/pages)
- [Render](https://render.com/)
- [netlify](https://www.netlify.com/)
- [000webhost.com](https://www.000webhost.com/)
This project used render to deploy the page.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Sandro Hernandez**
- GitHub: [@sambeck87](https://github.com/sambeck87)
- Twitter: [@sambeck4488](https://twitter.com/sambeck4488)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sandro-israel-hern%C3%A1ndez-zamora-899386a4/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **You will be able to save your favorite cryptos**
- [ ] **We will add more crytos**
<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/sambeck87/React_capstone/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
> Write a message to encourage readers to support your project
If you like this project give a ⭐️ or send us a message. We will apreciate
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
The original idea for this template is by [Nelson Sakwa on Behance](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)). I appreciate the information provided to make this application a reality.
Also, I would like to thank to Microverse for the inspiration to be better every day.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
- **Can this project be used in any browser?**
- This project was created and proved in firefox v107 and Chrome v109. You can try running it in older versions but this project may not work well.
- **Can I use the code of this project**
- Sure. We will be happy to colaborate with this project. This project is MIT licensed. Remember that the origial idea is by [Nelson Sakwa](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)), don't forget thanks him.
<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>
| CRYPTO CURRENCY is a SPA that obtains information on the 100 most important cryptocurrencies worldwide and displays it for viewing. This application provides information as name, symbol, icon, price of several crypto coins | react,redux,javascript,reactjs,css3 | 2023-02-02T17:59:06Z | 2023-06-05T17:48:53Z | null | 1 | 7 | 20 | 0 | 0 | 4 | null | MIT | JavaScript |
Isopod00/Study-Buddy-Public | main | # Study-Buddy-Public
Study Buddy was made in under 24 hours for the MinneHack2023 Hackathon from January 28th-29th, 2023.

- Team Members: Liem Tran, Thomas Weber, Evan Pochtar, Anthony Brogni
- Check out the [Demo Video](https://www.youtube.com/watch?v=48IuX9_LEvE&feature=youtu.be)!
## Instructions for Running this Project:
1.) Clone this repository locally
2.) Navigate to the backend directory and run the following commands to start the backend:
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
3.) In another terminal, navigate to the frontend directory and run the following commands to start the frontend:
- npm install
- npm run dev
4.) To start the websocket for the live chatting feature, navigate to the chat directory and run the following command:
- node index
NOTE: Some API Keys such as the key for OpenAI's ChatGPT API have been removed from this public release for security reasons, and thus some features of this project (including Chat GPT integration) will probably not function unless you add your own API key to the code!
## Inspiration
An important facet of civic participation is volunteering and elevating everyone in the community. One way to do this is through improving the education level of one’s community. Study Buddy facilitates this by providing a convenient way to connect students to tutors specific to their needs. We believe that many people both have the knowledge, skills, and time to be tutors who can make a difference in someone’s education, but have trouble connecting with students, and vice-versa. We strive to resolve this gap.
“Education is a public good as well as a personal one, and that civic duty and personal advantage go hand in hand.”
## What it does
Study Buddy is a website that connects students with tutors who choose to volunteer their time to support better education within their community. Our algorithms help students find the perfect tutor who is skilled at the topic they are looking for, but also who has hobbies and interests in common with the student. Students and tutors can have conversations with our live chat feature.
## How we built it
We used Python and the Django framework for the backend of our application. The frontend is a website written using React that talks to the backend through a REST API. Live chat messages are powered by a WebSocket server. We use OpenAI’s API for demonstration purposes when a tutor is not immediately available to respond to questions.
## Accomplishments
- Generating realistic data
- Generating over a thousand entries in the database for testing purposes by hand would have been far too time consuming
- We used algorithms and AI to generate realistic placeholders for test accounts, as well as realistic responses to chats sent when not connected to a live tutor
- Ranking algorithm
- We built a complex ranking system that takes into consideration education level, location, topics willing to teach/learn, and keywords in user bios to determine which tutors are most likely to be a match.
- Live chat rooms
- We used WebSockets to allow real-time conversations between students and tutors.
- Website design
- Our website design initially started out extremely primitive, but was gradually iterated on until it got where it is now.
## What we learned
- Django - We came into this event with no prior knowledge of using Django. We have since been pushed out of our comfort zone, especially when creating virtual environments and http requests to the front end to access and test our backend code
React
- While one member of the team had prior experience with old versions of React, modern React code is significantly different and all members of the team learned something new.
- We learned how to integrate the OpenAI API into our programs to get a similar effect as ChatGPT.
- Web design - By trying to make our website look better, we were forced to learn how to use CSS features in a consistent manner to present a unified look and feel.
## Possible next steps
- Improve our ranking algorithm to include the user’s location.
- Improve the native chat feature. It would be neat for it to have real chat histories and the ability to notify the
- Implement measures to protect user safety and prevent predatory behaviors
| This is the public release of our project for the Minnehack 2023 hackathon! | django,django-rest-framework,javascript,python,react | 2023-01-29T16:13:29Z | 2023-01-31T04:42:16Z | null | 4 | 0 | 16 | 0 | 1 | 4 | null | MIT | Python |
tanveerisonline/space_travellers | dev | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Space travelers hub] <a name="about-project"></a>
> Space travelers hub is a react based website where a person can book rockets and book a mission or even leave rocket and mission. it's developed using different libraries like React, Redux,thunk,bootstrap etc. we used hooks to handle state.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> Following technologies have been used in this project.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://react.org/">React JS</a></li>
<li><a href="https://www.jsx.com/">JSX</a></li>
<li><a href="https://www.w3.org/Style/CSS/current-work.en.html">CSS</a></li>
<li><a href="https://www.ecma-international.org/publications-and-standards/standards/ecma-262/">JavaScript5</a></li>
<li><a href="https://webpack.js.org/">Webpack Framework</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://pages.github.com/">Github Pages</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> This project is a React Single Page App.
> You can book missions and rockets.
> You can leave missions and reserved rockets.
> This project is using different react libraries library.
> This project is using React Router.
> This project is using best practices with React and JavaScript.
> This project follows the gitflow convention.
> This is using eslint and stylelint to check errors.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a href="https://space-travellers.onrender.com">Click to visit</a>
> Demo link coming soon...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> This is how a new developer could make use this project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] A PC or Mac.
- [ ] An active internet connection.
- [ ] Some knowledge of git and github.
### Setup
Clone this repository by using the command line : git clone https://github.com/tanveerisonline/Math_Magicians.git
### Install
Install this project with:
Use npm install after cloning this project
### Usage
- [ ] First you need to download this repo or clone this repo.
- [ ] Open this project in your local machine.
- [ ] Open Terminal in your machine.
- [ ] run npm install in your terninal to install necessary required dependencies for this project.
- [ ] Copy index.html file path and paste it in your browser url.
- [ ] now the project will be running.
### Deployment
You can deploy this project using:
Github Pages.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **George**
- GitHub: [@george827](https://github.com/george827)
- Twitter: [George Kamau](https://twitter.com/geok8376)
- LinkedIn: [George Kinyanjui](https://www.linkedin.com/in/george-kinyanjui-030468149/)
👤 **tanveerisonline **
- GitHub: [@tanveerisonline ](https://github.com/tanveerisonline)
- Twitter: [@Tanveer Ahmad](https://twitter.com/Tanveer98589023)
- LinkedIn: [Tanveer Ahmad](https://www.linkedin.com/in/tanveer-ahmad-899462211/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Following are a few features i will add to the project in future.
- [ ] I will add a database to this project in future where i can save user data.
- [ ] I will add more functionality to this project like searching, deleting etc.
- [ ] I will update the interface and design of the project in future.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you're committed to making the world a better place, please support our project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to give credit to the following people who have inspired my codebase:
- [ ] The Whole Microverse Team - thank you so much for this great learning platform.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
- **[Question_1]** What technologies i have used in this project ?
- [Answer_1]:Thanks for the question you can find the answer at the top section of this readme.md file where i have explained everything.
- **[Question_2]** Have you used webpack in this project ?
- [Answer_2] Yes i have used webpack 5 in this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](https://github.com/george827/space-travelers-hub-react-redux/blob/development/LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project is a React Single Page App. You can book missions and rockets. You can leave missions and reserved rockets. This project is using different react libraries library. This project is using React Router. This project is using best practices with React and JavaScript. | eslint,gitflow,javascript,react,react-router,stylelint | 2023-02-06T13:35:32Z | 2023-02-06T13:50:27Z | null | 1 | 2 | 4 | 0 | 0 | 4 | null | MIT | JavaScript |
rica213/Leaderboard | dev | <a name="readme-top"></a>
<div align="center">
<br/>
<h1><b>Leaderboard</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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 LEADERBOARD <a name="about-project"></a>
This is a JavaScript-based leaderboard web app that displays scores and rankings for a game/activity. It is designed to be simple and easy to use, with a clean and intuitive user interface.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- JAVASCRIPT
<!-- Features -->
## 💪 Key Features <a name="key-features"></a>
- **Ability to display scores**
- **Ability to update scores**
- **Ability to add new score**
- **The use of the Leaderboard API**
<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://rica213.github.io/Leaderboard/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 simple example steps.
### Setup
First you have to clone this project in a folder of your choice in your locale machine
```sh
cd new_folder
git clone git@github.com:rica213/Leaderboard.git
```
### Prerequisites
In order to run this project you need:
- Browser (eg. [Google Chrome](https://www.google.com/chrome/), [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/browsers/)) to run the application
- IDE (eg. [Visual Studio Code](https://code.visualstudio.com/), [Sublime Text](http://www.sublimetext.com/)) to edit the source code
### Install <a name="install"></a>
To install the application, you can run the command:
```js
npm install
```
To build a webpack bundle file,run
```js
npm run build
```
If you want to build and run the local server, run
```js
npm run start
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
🦄 **Larissa Clarielle**
- GitHub: [@rica213](https://github.com/rica213)
- Twitter: [@alc3and](https://twitter.com/alc3and)
- LinkedIn: [Larissa](https://linkedin.com/in/larissa-clarielle)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- **Improve the UI**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project please give it a ⭐️
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank:
- Microverse
- My standup team
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This is a JavaScript-based leaderboard web app that displays scores and rankings for a game/activity. It is designed to be simple and easy to use, with a clean and intuitive user interface. | css3,javascript,rest-api | 2023-02-07T08:42:51Z | 2023-04-26T22:14:00Z | null | 1 | 5 | 50 | 0 | 0 | 4 | null | MIT | HTML |
vishal-rathod-07/react-kanban-board | master | Kanban Board
============
A simple Kanban board application built with React that allows you to create and move tasks between columns.
Features
--------
* Create new tasks with a name and column.
* Move tasks between columns by dragging and dropping.
* Three columns available: "To Do", "In Progress", and "Done".
* Uses the `react-dnd` library for drag and drop functionality.
* Tasks are stored in local storage, so they persist between refreshes
* Delete tasks with a click of a button
Technologies used
-----------------
* React
* React DnD for drag and drop functionality
* HTML5 backend for React DnD
* CSS for styling
Usage
-----
1. Clone the repository.
2. Run `npm install` to install the necessary dependencies.
3. Run `npm start` to start the development server.
4. The app will be available at `http://localhost:3000` in your browser.
Customization
-------------
The app can be customized by editing the `KanbanBoard` component. The column names and the callbacks when task move can be changed.
Dependencies
------------
* React
* react-dnd
* react-dnd-html5-backend
Contributing
------------
This project is open for contributions. If you would like to contribute, please create a pull request.
Screenshots
-----------
 | Kanban Pro: Streamline Your Workflow | css,html,javascript,kanban-board,reactjs,task-management,todo,task-planning,workplanning,hecktoberfest | 2023-01-28T15:32:54Z | 2023-02-06T17:36:05Z | null | 1 | 1 | 14 | 0 | 0 | 3 | null | null | JavaScript |
GustavoDimeira/MineSweeper | master | # MineSweeper
<p>
My first personal project, built in 10 days.
During the time I was making the game I had seen my self against a lot of challenges, always needing to reinvent my self, finding creatives solutions to finish the project as god as it could be.
<p/>
## How to iniciate the project
° open a directory in your terminal </br>
° git clone https://github.com/GustavoDimeira/MineSweeper.git</br>
° cd MineSweeper</br>
° npm install</br>
° npm start</br>
## Technologies used
TypeScript - React
## Featrues:
º Optimizated functions, making the game run as fluid as possible.
º A very sensitive resize function, able to rezise the board size in every dificulty, making so the board will always fit on the screen size.
° The game define the board's bombs after your first click, making so it will always be in an empty cell.
º Over 150 code's line just for functions.
º Developed on React, using TypeScript
## This is one of many projects that I pretend to make for my portfolio.
| First game developed, a classic minesweeper | interfaces,javascript,react | 2023-02-02T22:30:33Z | 2023-02-25T17:51:06Z | null | 1 | 0 | 12 | 0 | 0 | 3 | null | null | TypeScript |
tanveerisonline/show-time | dev | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Javascript group capstone] <a name="about-project"></a>
> This project is a movie app. In this project you can see action movies that are recent, you can like the movie that you want, you can add comment to a movie.
> This application calls an Api to fetch data which is a movie Database api,created using pure Html5,Css3, ES6 and Webpack 5.
> This project is developed by using Html5 Css3 and ES-6 with Webpack 5.
> Here in this project you can see images of movies.
> Here in this project you can add new likes.
> Here in this project you can add new comments.
> Here in this project you can see the number of likes.
> This project has add comments functionality.
> This project has a popup when you click on the comments.
> This project is tested with Jest library.
> This project stores data in API.
> This project is totally bug free.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> Following technologies have been used in this project.
> HTML5, CSS, Javascript.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.w3.org/TR/2014/REC-html5-20141028/">HTML 5</a></li>
<li><a href="https://www.w3.org/Style/CSS/current-work.en.html">CSS 3</a></li>
<li><a href="https://www.ecma-international.org/publications-and-standards/standards/ecma-262/">JavaScript5</a></li>
<li><a href="https://webpack.js.org/">Webpack Framework</a></li>
<li><a href="https://jestjs.io/">Jest Library</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://render.io/">Render</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> This project is a movie app. In this project you can see recent action movies and likes the movie has.
> This application calls an movie Api to fetch data.
> This project is configured with webpack 5.
> This project is tested using Jest library.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="[live-demo](https://show-time.onrender.com/)"></a>
> Live demo:
<!-- VIDEO WORKTHROUGH -->
## 🚀 VIDEO WORKTHROUGH <a name="live-demo"></a>
https://drive.google.com/file/d/16d5OPOss--07UhexyyT_40wG6YmELh_y/view?usp=sharing
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> This is how a new developer could make use this project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] A PC or Mac.
- [ ] An active internet connection.
- [ ] Some knowledge of git and github.
### Setup
Clone this repository by using the command line : git clone https://github.com/tanveerisonline/show-time.git
### Install
Install this project with:
Use npm install after cloning this project
### Usage
- [ ] First you need to download this repo or clone this repo.
- [ ] Open this project in your local machine.
- [ ] Open Terminal in your machine.
- [ ] run npm install in your terninal to install necessary required dependencies for this project.
- [ ] Copy index.html file path and paste it in your browser url.
- [ ] now the project will be running.
### Deployment
You can deploy this project using:
Github Pages.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Author1**
- GitHub: [@tanveerisonline](https://github.com/tanveerisonline)
👤 **Author2**
- GitHub: [@stevenmukama](https://github.com/stevenmukama)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Following are a few features i will add to the project in future.
- [ ] I will add a database to this project in future where i can save user data.
- [ ] I will add more functionality to this project like searching, deleting etc.
- [ ] I will update the interface and design of the project in future.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you're committed to making the world a better place, please support our project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to give credit to the following people who have inspired my codebase:
- [ ] The Whole Microverse Team - thank you so much for this great learning platform.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
- **[Question_1]** What technologies i have used in this project ?
- [Answer_1]:Thanks for the question you can find the answer at the top section of this readme.md file where i have explained everything.
- **[Question_2]** Have you used webpack in this project ?
- [Answer_2] Yes i have used webpack 5 in this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./MIT-LICENSE.txt) licensed.
\_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project is a movie app. In this project you can see the details of recent action movies, you can like the movie and you can add comments to a movie. This application calls an API to fetch data which is a movie Database API, created using pure Html5, Css3, ES6, and Webpack 5 | api-rest,css3,es6,html5,javascript,webpack5 | 2023-02-09T15:10:29Z | 2023-08-19T10:36:03Z | null | 1 | 1 | 6 | 0 | 0 | 3 | null | MIT | JavaScript |
touredri/Portfolio | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Drissa's Portfolio</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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 [Drissa Portfolio] <a name="about-project"></a>
Describe your project in 1 or 2 sentences.
**[Drissa's Portfolio]** is a mobile version portfolio for a software developer Drissa
## 🛠 Built With <a name="built-with"></a>
- Html
- CSS
- Javascript
### 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, CSS, JAVASCRIPT</li>
</ul>
</details>
### Key Features <a name="key-features"></a>
Describe between 1-3 key features of the application.
- **[created_Drissa_portfolio]**
- **[project]**
- **[deployment]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link]( https://touredri.github.io/Portfolio/)
<!-- - [video Link](https://www.loom.com/share/1f2943ca12ee4b4e97db22f208077ecb) -->
<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.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
https://github.com/touredri/Portfolio
```
### Install
Install this project with:
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Usage
To run the project, execute the following command:
- After Cloning this repo to your local machine
- Open the `index.html` in your browser
- Open with Live Server
### Run tests
To track linter errors locally follow these steps:
Download all the dependencies run:
```
npm install
```
Track HTML linter errors run:
```
npx hint .
```
Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
npx eslint .
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
Mention all of the collaborators of this project.
👤 **Author1**
- GitHub: [@githubhandle](https://www.github.com/touredri)
- Twitter: [@twitterhandle](https://www.twitter.com/@touredri)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/touredri)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
Describe 1 - 3 features you will add to the project.
- [ ] **[created_Drissa_Desktop_portfolio]**
<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 you can get me in touch
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse, my coding partners...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| A portfolio web page that show my information and some of my projects | css,javascript | 2023-02-01T23:27:42Z | 2023-04-06T11:28:26Z | null | 5 | 10 | 99 | 0 | 1 | 3 | null | MIT | CSS |
SulimanJoya/Leaderboard-list-app-v1 | develop | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Leaderboard <a name="about-project"></a>
**Leaderboard** In this activity I set up a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules. I also consume the Leaderboard API using JavaScript async and await, i will add some styling.
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- Javascript
- webpack
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Hit_the_Api]**
<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://sulimanjoya.github.io/Leaderboard-list-app/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:
- Web Browser
- Code Editor: [visual Studio code](https://code.visualstudio.com/)
- node.js(preferable).
- GitHub/Git.
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:SulimanJoya/Leaderboard-list-app.git
```
Open a index.html file with your code editor of your choice and/or a browser of your choice.
```
Open the project using a live server extension that can be found into your code editor.
```
### Install
Install npm packages with:
```
cd Leaderboard-list-app
```
```
npm install
```
```
npm run build
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Usage
To run the project, execute the following command:
```
npm start
```
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Mohammad Suliman Joya**
- GitHub: [@SulimanJoya](https://github.com/SulimanJoya)
- LinkedIn: [Mohammad Suliman Joya](https://www.linkedin.com/in/sjoya66/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🔭 Future Features <a name="future-features"></a>
> Below is a lists of Features to be added later:
- Deploy the app online
- Change the design of the app
- Add dark mode to the app
<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>
<!-- 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>
<!-- Give credit to everyone who inspired your codebase. -->
I would like to thank my coding partner Mladan Ilic [@Mladan Ilic](https://github.com/djo1975)
<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>
| The Leaderboard app displays scores submitted by various players and allows users to submit their own scores. The data is securely preserved using an external Leaderboard API service. | css,html,javascript,rest-api,webpack | 2023-02-07T19:51:31Z | 2023-02-11T08:39:27Z | null | 1 | 3 | 27 | 0 | 0 | 3 | null | MIT | JavaScript |
mrprotocoll/meal-app | dev | # kanban-capstone-project
<a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [🚀 Loom Presentation](#loom-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Javascript Capstone Project <a name="about-project"></a>
**Javascript Capstone Project** is a single webpage that displays meals froma an API and enable users to like, view meal details and comment.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/">Html</a></li>
<li><a href="https://www.w3.org/Style/CSS/Overview.en.html">CSS</a></li>
<li><a href="https://www.javascript.com/">JavaScript</a></li>
<li><a href="https://webpack.js.org/">Webpack</a></li>
<li><a href="https://jestjs.io/">Jest</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Display meals**
- **Like meals**
- **Add comments**
- **Count meals**
- **Count comments**
- **Count likes**
- **Display meal details**
- **Unit test**
<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://mrprotocoll.github.io/kanban-capstone-project/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Loom Walkthrough -->
## LOOM PROJECT PRESENTATION <a name="loom-demo"></a>
- [Loom Walkthrough Link](https://www.loom.com/share/95a7ef6a82ee4cc6b3136ebeb1d3b232)
<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:
1. npm
use the following link to setup npm if you dont have it already installed on your computer
<p align="left">(<a href="https://docs.npmjs.com/downloading-and-installing-node-js-and-npm">install npm</a>)</p>
### Setup
Clone this repository to your desired folder using the above command:
```sh
cd my-folder
git clone https://github.com/mrprotocoll/kanban-capstone-project.git
```
### Install
Install this project with:
```sh
cd my-project
npm install -y
```
### Usage
To run the project:
```sh
cd my-project
npm start
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **mrprotocoll**
- GitHub: [@mrprotocoll](https://github.com/mrprotocoll)
- Twitter: [@dprotocoll](https://twitter.com/dprotocoll)
- LinkedIn: [@mrprotocoll](https://www.linkedin.com/in/mrprotocoll)
👤 **Felix Sowah**
- GitHub: [@githubhandle](https://github.com/Lancelot-SO)
- Twitter: [@twitterhandle](https://twitter.com/Lancelot_hans)
- LinkedIn: [LinkedIn](hhtps://www.linkedin.com/in/felix-sowah)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Features -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[Add good UI/UX]**
<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 -->
https://github.com/mrprotocoll/kanban-capstone-project
## ⭐️ Show your support <a name="support"></a>
If you like this project, please don't forget to follow me and give it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank [Microverse](https://www.microverse.org/)
We would like to thank [TheMealDB](https://www.themealdb.com/api.php) for providing the meal API
We would like to thank our parents and supporters for their support
<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 a single webpage that displays meals froma an API and enable users to like, view meal details and comment. | javascript,jest-tests,webpack | 2023-02-06T09:57:13Z | 2023-02-11T17:28:13Z | null | 2 | 15 | 44 | 22 | 0 | 3 | null | MIT | JavaScript |
divyaGrvgithub/Backend_Developer_Task_B4 | company_project/inventory_application | null | Back-end developers ensure the website performs correctly, focusing on databases, back-end logic, application programming interface (APIs), architecture, and servers. They use code that helps browsers communicate with databases, store, understand, and delete data. | authentication,javascript,jwt | 2023-01-29T13:27:07Z | 2023-02-22T10:53:59Z | null | 3 | 0 | 10 | 0 | 0 | 3 | null | null | JavaScript |
HenriqueBarucco/WhatsApp-GPT | main | # WhatsApp GPT
WhatsApp bot that uses ChatGPT to reply.
## Installation
```bash
npm install
```
## Usage
Start the bot
```
node .
```
Scan the QR Code using WhatsApp and done.
| WhatsApp chatbot made with OpenAI API to use ChatGPT and Midjourney. | backend,bot,javascript,whatsapp | 2023-02-03T23:20:49Z | 2023-02-05T18:59:00Z | null | 1 | 0 | 24 | 0 | 2 | 3 | null | null | JavaScript |
Megacoderuzb/fakeshop | main | null | E-Market | bootstrap,css3,git,html5,javascript,netlify,ractive-components,react-hooks,react-router,reactjs | 2023-02-03T15:24:48Z | 2023-02-03T15:31:20Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
TheNewC0der-24/Battery-Level-Indicator | master | <h1 align="center">🔋Battery Level Indicator</h1>
## About
Battery status monitoring refers to the ability of a device to keep track of the current battery level and charging status.
## Table of contents
- [Overview](#overview)
- [Features](#Features)
- [PWA](#PWA)
- [Screenshot](#screenshot)
- [Link](#Link)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
## Overview
### Features
The key features includes:
1. **Battery level display:** This is the most basic feature of a battery status monitor, which displays the current battery level in a percentage format.
2. **Charging status display:** This feature displays whether the device is currently being charged or not.
3. Responsive.
4. Progressive Web App.
### PWA

### Screenshot

### Link
```
https://thenewc0der-24.github.io/Battery-Level-Indicator/
```
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
- JavaScript
## Author
- LinkedIn - [Bhavya Khurana](https://www.linkedin.com/in/bhavyakhurana24/)
- Twitter - [@Bhavya06001699](https://twitter.com/Bhavya06001699)
---
<h3 align='center'>Hope you like this application :)</h3>
<h4 align='center'>Show some ❤️ by giving ⭐ to this repository !!</h4>
| Battery status monitoring refers to the ability of a device to keep track of the current battery level and charging status | battery-monitor,css,gh-pages,html,javascript | 2023-02-08T21:26:07Z | 2023-02-10T18:15:26Z | null | 1 | 0 | 24 | 0 | 0 | 3 | null | MIT | CSS |
MuhammadBilal24/Learn-More-LMS | main | # Learn-More-LMS
Learn More is Learning Management System for Categories of Students using CodeIgniter Php
In Application files two folders are { Controllers , Views }
these both folder carry Website Files.
In Backend folder, Admin files are saved.
| Learn More is Learning Management System for Categories of Students | ajax,codeigniter,javascript,php,php-framework,sessions,sql,webdevelopment,website | 2023-02-04T22:04:54Z | 2023-02-04T22:52:18Z | null | 1 | 0 | 11 | 0 | 0 | 3 | null | null | PHP |
dhruvparmar2310/React-Query | main | # Learn React-Query with Dhruv Parmar
Hello Guys, I am **Dhruv Parmar**. Let's learn React Query together. If you like my content than plese give a **star** to this repository and also share with your friends.
## What is React Query ?
React query is a very efficient query caching client for the front-end which can replace traditional methods of fetching data on the mounting stage of the component and global state management like Redux in some use cases. React Query is also known as **missing data-fetching library** for React. React Query does the data **fetching, caching, synchroning** and **updating server state** in React. React Query is the best library to manage **server state** data.
I recommend you all to read the official [docs](https://tanstack.com/query/v4/docs/react/overview) of React Query.
React Query gives us **caching of server data** out of the box with cache invalidation and request deduping.
> *Refer [this blog](https://alto.com/blog/post/react-query-for-managing-server-state) why all shift's to React Query ?*
## How do you handle errors in the React Query ?
There are mainly three ways to handle the errors in the React Query :
- By using useQuery(): error property returned from useQuery().
- onError callback
- by using Error Boundaries
> *Refer [this blog](https://tkdodo.eu/blog/react-query-error-handling) for better understanding.*
## Can we replace Redux with React Query ?
No, we cannot replace React Query and context api with Redux, because they are not the same thing.
## Where is React Query data stored like Redux ?
React Query stores the cached data **in memory**. If you wanna store some additionally sync data somewhere else, than watch this [plugin](https://tanstack.com/query/latest/docs/react/plugins/persistQueryClient?from=reactQueryV3&original=https%3A%2F%2Freact-query-v3.tanstack.com%2Fplugins%2FpersistQueryClient).
## Overview:
In overview, you will learn what is **Server State**, what are the issues after knowing Server State, how to install it, etc.
### What is Server State ?
In order to know what is Server State, you must know the basics knownledge of Server States. In Server side state management, all the information or data is stored **in memory**. Server side state management is **more secure** than Client side state management. Where-else in client side state management, the data or information will be stored directly on **client-side**. This information can be from **cookies, query string,** etc.
Server states are totally different from client state. Initially, you must be aware of few things related to Server states:
- It requires asynchronous Api for fetching and updating Api calls.
- It can be changed by other peoples without our knowledge.
- It can become "out of date" in your application, if you don't take a proper care of it.
After knowning what is server states, there are some challenges which will occurs/arise as you move further:
- Caching: the most difficult challenging part in programming.
- Deduping(**process of removing same data from two or more datasets.**) multiple requests for the same data into a single request.
- updating "out of date" data in **background**.
- to know **when** the data is "out of date".
- to reflect updated data **as quick as** possible on the screen.
- performance optimization such as **pagination** and **lazy loading** data.
- to **memorize the query result** in structured sharing.
- to manage memory & garbage collection(**automatically free up memory space that has been allocated to objects no longer needed by the program**) of server state data.
***installation***:
```javascript
npm i @tanstack/react-query
```
> *for more details, please refer the [official docs](https://tanstack.com/query/v4/docs/react/installation) of React Query.*
## Get Started:
There are mainly three core concepts in React Query:
- [Queries](https://tanstack.com/query/v4/docs/react/guides/queries)
- [Muatations](https://tanstack.com/query/v4/docs/react/guides/mutations)
- Query Invalidation
### 1. Queries:
A query can be used with any Promise based method (**including GET and POST methods**) to fetch data from a server. If your method **modifies data** on the server, we recommend using **Mutations** instead.
To subscribe queries in your components, `useQuery()` is used. It has two parameter's:
- a unique key and
- a function retuning promises.
> *For example*
```javascript
import { useQuery } from '@tanstack/react-query'
function App() {
const info = useQuery({ queryKey: ['todos'], queryFn: fetchTodoList })
}
```
The **unique key** is used for refetching, caching, and sharing your queries with your application. A query can only be in one of the following states at any given moment:
- `isLoading` or `status === loading`
- `isError` or `status === error`
- `isSuccess` or `status === success`
The query mostly depends on two states:
- `data`: If the query is in `success` state, than the data is available through `data` property.
- `error`: If the query is in `isError` state, than the errors are available through `error` property.
> *You can see something like this example in react query*
```javascript
function Todos() {
const { isLoading, isError, data, error } = useQuery({
queryKey: ['todos'],
queryFn: fetchTodoList,
})
if (isLoading) {
return <span>Loading...</span>
}
if (isError) {
return <span>Error: {error.message}</span>
}
// We can assume by this point that `isSuccess === true`
return (
<ul>
{data.map((todo) => (
<li key={todo.id}>{todo.title}</li>
))}
</ul>
)
}
```
In addition to `status` field, there is also one other object field importances (i.e.: `result`). Just like the `status` field, `fetchStatus` has the same situations.
- `fetchStatus === fetching`
- `fetchStatus === paused`
- `fetchStatus === idle`
## Why two status states required ?
- `status` state gives an information about `data`, it tells weather the data is available or not ?
- `fetchStatus` state gives an information about `queryFn`, it tells weather the `queryFn` is running or not.
### 2. Mutations:
Mutations are used to **create/update/delete data** or perform **server side modifications**. `useMutation()` hook is used for Mutations. It excepts one parameter, that is `mutationFn`:
```javascript
function App() {
const mutation = useMutation({
mutationFn: (newTodo) => {
return axios.post('/todos', newTodo)
},
})
return (
<div>
{mutation.isLoading ? (
'Adding todo...'
) : (
<>
{mutation.isError ? (
<div>An error occurred: {mutation.error.message}</div>
) : null}
{mutation.isSuccess ? <div>Todo added!</div> : null}
<button
onClick={() => {
mutation.mutate({ id: new Date(), title: 'Do Laundry' })
}}
>
Create Todo
</button>
</>
)}
</div>
)
}
```
Here, you can see `mutate` accepts the variable or object. The mutate function is an **asynchronous function**, which means you cannot use it directly in an event callback in React 16 and earlier. If you wanna access the event in **onSubmit** you need to wrap mutate in another function. This is due to React **event pooling**.
```javascript
const CreateTodo = () => {
const mutation = useMutation({
mutationFn: (formData) => {
return fetch('/api', formData)
},
})
const onSubmit = (event) => {
event.preventDefault()
mutation.mutate(new FormData(event.target))
}
return <form onSubmit={onSubmit}>...</form>
}
```
| This blog includes the tutorial of React Query. | javascript,react,react-query,react-query-tutorial,reactjs | 2023-01-28T16:45:11Z | 2023-01-30T13:16:10Z | null | 1 | 1 | 17 | 0 | 0 | 3 | null | MIT | null |
Ormuma-Appointment/OrmumaAppointments | dev | # Appointment Application
This application was built as the third project of the Wild Code School 20 week Full-Stack Developer program in collaboration with a client.
It is an appointment booking application targeting hair dresser salons.
## Visit the live project page
* go to https://ormuma-appointments-web.vercel.app/
* test accounts:
* normal user: emily@test.de PW: 123456
* admin user: test.admin@test.de PW: 123456
## Main features
- appointment creation / management
- user management
- account creation
- salon creation / editing incl. services & employees
## Technologies used
- NextJS
- Firebase
- Storybook
## Running it
- clone the repository
```
cd OrmumaAppointments
pnpm install
```
### Preparation: install pnpm
Follow - https://pnpm.io/installation
### Preparation: create firebase account
To run this app valid firebase credetials are necessary. Head to https://firebase.google.com/ to create an account and a project.
We are using firebase storage and firebase cloud functions to assign a user an admin status - currently to use this an upgrade to the Firebase Blaze package is relevant.
- create `env.local` file from `env.local.sample` file (apps/web)
### Preparation: set cloud function
- in `firebase-cloud-functions/.firebaserc` replace `appointment---web-app` with own firebase-projectId.
### Preparation: get firebase CLI & deploy function
1. Install Firebase CLI: `npm install -g firebase-tools`
2. Log in to Firebase CLI: `firebase login`
3. Navigate to folder `firebase-cloud-functions` in terminal
4. Delploy function: `firebase deploy --only functions`
### run the app locally
```
cd apps/web
pnpm run dev
```
## Iterations / Improvements for the future
- localization
- improved securtiy
- usage of Typescript
## Credits
:raised_hands: Built and designed by [@MarianneH](https://github.com/MarianneH), [@mulybirish](https://github.com/mulybirish) & [@orianemgn](https://github.com/orianemgn/)
| Appointment Booking Website - User Management, Store Setup Process, Appointment Booking - NextJS, Storybook, Firebase, JavaScript | nextjs,storybook,firebase,firestore,typescript,css,javascript | 2023-02-09T10:04:18Z | 2023-03-22T15:30:00Z | null | 3 | 24 | 1,396 | 0 | 0 | 3 | null | null | JavaScript |
Marco5dev/Credit-Card-Form-for-Payment-Gateway | main | # Credit Card Form for Payment Gateway
follow me on [instagram](https://www.instagram.com/marco5dev/)
| Credit card form for payment UI design | css,css3,html,html5,javascript,js | 2023-02-05T23:04:06Z | 2023-08-21T22:00:37Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | null | CSS |
eloen1998/qk-console | main | # QK-Console [](https://github.com/eloen1998/qk-console) 
#### 一款vscode插件,帮助你快速地console.log出想要的变量。
##### 功能点
1. 直接插入打印语句模板
2. 选中变量,按照模板插入打印语句
3. **自动**识别当前行的*变量*,插入该变量的打印语句
4. 一键删除console
5. 插入格式配置

##### 插入console使用方式
1. 命令 qkConsole.insertConsole
2. 快捷键 cmd+y(MAC,window可自行配置)
##### 删除console使用方式
1. 命令 qkConsole.deleteConsole
2. 快捷键 cmd+u(MAC,window可自行配置)
##### 适用场景
1. js/ts/vue文件中
2. js、ts语句中,且不能有影响ast的语法错误
3. 当前行或上一行有变量,或者选中了想要输出变量
##### TODO
- [x] 利用 skip,stop进行性能优化
- [x] 增加箭头函数识别
- [x] consoleFormatter利用vscode.SnippetString重写
- [x] console插入位置优化
- [] snippets优化
- [] 删除提示优化
- [] 增加import、require引入识别
| A vscode extension for quickly console. | console,vscode-extension,javascript,vue | 2023-02-07T09:54:01Z | 2023-07-14T10:53:33Z | 2023-05-30T07:51:22Z | 1 | 0 | 32 | 0 | 3 | 3 | null | MIT | TypeScript |
canyapalak/bird-encounters | main | # bird encounters
<h2>A social app project for bird observers and enthusiasts, built with MERN stack</h2>
<h2>Functionality and purpose of the application</h2>
<p>
Bird Encounters is a social platform designed for bird observers. With this app, users can create posts about rare and endemic birds they encounter around the world. They can share information, including images and sound recordings, and mark the coordinates on a map API so that others can see the location of the encounter on the map.
The app has a general map page where all encounters are visible as markers on the world map. By clicking on a marker, users can access specific encounters. Users can register, login, and logout, as well as edit or remove the posts they created. They can also post comments under encounters and delete them, as well as update their own encounters.
Bird Encounters is a full-stack project made with MERN stack, which includes Mongo DB, Express, React, and Node.js. The app was designed to get familiar with back-end development and create a full-package project from scratch. In addition to MERN stack, several middlewares like Multer, JWT, Passport, and Cloudinary were used as well.
</p>
<h2>Technologies used</h2>
<p>
MongoDB
<br>
Express
<br>
React
<br>
Node.js
<br>
Middlewares (i.e. Multer, Jwt, Passport, Cloudinary)
<br>
<h2>Deployed on Vercel:</h2>
https://bird-encounters.vercel.app
| A social app project for bird observers and enthusiasts, built with MERN stack | css,express,html,javascript,mern-stack,mongodb,nodejs,react | 2023-02-05T15:36:54Z | 2023-07-01T13:10:43Z | null | 2 | 1 | 130 | 0 | 1 | 3 | null | null | JavaScript |
SreenikethanI/timetabler | main | # TIMETABLER
## Summary
A website which creates a timetable for *BITS Pilani Dubai Campus* students. All you have to do is input the sections you're enrolled for each course, and your timetable will be displayed.
You can also enter your friends' timetables and compare it with yours, giving you an idea of the periods and free hours which are in common.
Available for these courses, so far:
- **2022-09:** Semester 1 *(Year 1 courses only)*
- **2023-04:** Semester 2 *(Year 1 courses only)*
- **2023-09:** Semester 1 *(All courses)*
## Website
You can find the live version of this website here, hosted using GitHub Pages:
https://sreenikethani.github.io/timetabler/
## Documentation
Check the [/docs/](/docs/) folder for info on how the project code is structured.
Other folders also have README files to describe what's going on.
## Author
Conceptualized and developed by Sreenikethan I.
| Timetable renderer for BPDC | css,html,html5,javascript,scheduler,timetable-generator | 2023-02-03T06:38:55Z | 2023-08-26T09:20:24Z | null | 1 | 5 | 71 | 7 | 0 | 3 | null | null | JavaScript |
raj03kumar/music-player | main | # music-player
This is a complete JavaScript music player.
| This is a complete JavaScript music player. | html-css-javascript,javascript,music,music-player | 2023-01-30T18:55:59Z | 2023-01-30T19:00:56Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
isharamaduranga/Facebook-clone-with-ReactJs | master | # Facebook-clone-with-ReactJs
<br>
<h5 align="center">
𝚃𝚑𝚊𝚗𝚔 𝚈𝚘𝚞 𝙵𝚘𝚛 𝚈𝚘𝚞𝚛 𝙲𝚘𝚖𝚒𝚗𝚐 this Repository 😍😍😍<br>
𝙷𝚊𝚟𝚎 𝚊 nice 𝚍𝚊𝚢 !
<img src="https://raw.githubusercontent.com/isharamaduranga/red-alpha/main/Hi.gif" width="40px" Height="40px">
</h5>
<div align="center">




</div>
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| A clone of Facebook webapp built in React Js, Bootstrap v-5 , html, css. which develop only for testing and reactJs learning purpose. | facebookclone,javascript,react-bootstrap,react-components,react-router,reactjs | 2023-01-27T06:54:45Z | 2023-02-04T08:38:00Z | null | 1 | 0 | 37 | 0 | 0 | 3 | null | MIT | JavaScript |
Yashrajgoudar/yashraj-portfolio | main | # <h1 align="center"> Portfolio Website <br/> https://yashrajportfolio1003.netlify.app/</h1>

# Built With
My personal portfolio https://yashrajportfolio1003.netlify.app/ features some of the projects that i have made and as well as my resume and technical skills that i have gained.
This project was built with the following technologies
- React JS
- HTML
- CSS3
- Javascript
- SCSS
- Framer-motion
- Firebase
- VS Code
- Material UI
- Netlify
# Features
- Multi-Page Layout
- Styled with SCSS and has a responsive navigation bar
- Fully Responsive for all the devices
| Self coded portfolio which has my projects, skills that i have developed and my resume, built with React JS and SASS | contact-form,css3,firebase,framer-motion,html5,javascript,navigation,react,react-native,react-router | 2023-02-09T07:39:21Z | 2023-02-09T10:36:29Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | SCSS |
rtedge-net/resolve | main | # *resolve* – DNS queries<br><sup>edge-ready via [Deno Deploy](https://deno.com/deploy)</sup>

🆕 [**Registry Queries**](#registry-queries)
- [`WHOIS`](#whois--ipasnumberdomain)
- [`RDAP`](#rdap--ipasnumberdomain)
- [`TLD`](#tld--tld)
## Deploy your own instance!
1. open [**dash.deno.com/new**](https://dash.deno.com/new)
2. fork **Hello World**
3. paste [**raw.…/index.ts**](https://raw.githubusercontent.com/rtedge-net/resolve/main/index.ts)
4. save & deploy with <kbd>**Ctrl**</kbd>+<kbd>**S**</kbd>
<!-- 2. click `ϟ Play` -->
🥳 Congratulations!
Your very own edge-deployed DNS resolver is ready.<br>
<sup>Replace `dnq.deno.dev` with your own `.deno.dev`/custom hostname!</sup>
[**Deno Deploy Regions**](https://rtedge.net/#cf=-&aws=-&db=-&flat=&u=-&zoom=1.5&dr=5) ⬅️🗺️/🌏<br><sup>live map; <kbd>T</kbd> toggle globe view</sup>

## Simple Queries (`s` `&`)
### `<type>` `=` `<query>`
```URL
https://dnq.deno.dev?s&a=deno.com&cname=www.apple.com
```
```json
{
"A": { "deno.com": [ "34.120.54.55" ] },
"CNAME": { "www.apple.com": [ "www.apple.com.edgekey.net." ] }
}
```
### `<type1>` `,` `…` `=` `<query1>` `,` `…`
```URL
https://dnq.deno.dev?s&a,aaaa=deno.com,deno.dev&mx=deno.land
```
```json
{
"A": {
"deno.com": [ "34.120.54.55" ],
"deno.dev": [ "34.120.54.55" ]
},
"AAAA": {
"deno.com": [ "2600:1901:0:6d85::" ],
"deno.dev": [ "2600:1901:0:6d85::" ]
},
"MX": {
"deno.land": [
{ "preference": 10, "exchange": "alt3.aspmx.l.google.com." },
{ "preference": 10, "exchange": "alt4.aspmx.l.google.com." },
{ "preference": 1, "exchange": "aspmx.l.google.com." },
{ "preference": 5, "exchange": "alt2.aspmx.l.google.com." },
{ "preference": 5, "exchange": "alt1.aspmx.l.google.com." }
]
}
}
```
### `x` `=` `<IP>`<br><sup>[Reverse DNS](https://en.wikipedia.org/wiki/Reverse_DNS_lookup)
```URL
https://dnq.deno.dev/?s&x=1.1.1.1,2606:4700:4700::1111&a,aaaa=one.one.one.one
```
```json
{
"PTR": {
"1.1.1.1.in-addr.arpa.": [ "one.one.one.one." ],
"1.1.1.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa.": [ "one.one.one.one." ]
},
"A": { "one.one.one.one": [ "1.0.0.1", "1.1.1.1" ] },
"AAAA": { "one.one.one.one": [ "2606:4700:4700::1001", "2606:4700:4700::1111" ]
}
}
```
---
## Specify Options ([`_`](https://deno.land/api?s=Deno.ResolveDnsOptions))<br><sup><sup>`_` `:` [`Deno.ResolveDnsOptions`](https://deno.land/api?s=Deno.ResolveDnsOptions)
```URL
https://dnq.deno.dev/?s&a=deno.com&_={"nameServer":{"ipAddr":"1.1.1.1"}}
```
```
{ "A": { "deno.com": [ "34.120.54.55" ] } }
```
---
## Extended Queries (<s>`s`</s> <s>`&`</s>)
Remove **`s`** to extend `A`, `AAAA`, `IP` results.<br>
It takes [1 line to use/replace `ipinfo.io`](https://github.com/rtedge-net/resolve/blob/b9a8f1b0f761b1fffb3df12fdbf0808303f92d19/index.ts#L39)!
### `a`
```URL
https://dnq.deno.dev/?a=deno.com
```
```JS
s
← { "A": { "deno.com": [ "34.120.54.55" ] } } // ← ?a=deno.com&s
→ { "A": { "deno.com": { "34.120.54.55": { // ← ?a=deno.com (ipinfo.io)
- "hostname": "55.54.120.34.bc.googleusercontent.com",
"anycast": true,
"city": "Kansas City",
"region": "Missouri",
"country": "US",
"loc": "39.0997,-94.5786",
"org": "AS396982 Google LLC",
"postal": "64106",
"timezone": "America/Chicago" } } } }
```
### `ip`<br><sup>inbound/your IP<br><sup>same as `ip` `=` `i`
```URL
https://dnq.deno.dev/?ip
```
```JS
{
"IP": { // ↓ ipinfo.io
"###.###.###.###": {
"city": "Suwon",
"country": "KR",
"ip": "###.###.###.###",
"loc": "37.3212,127.0944",
"org": "AS4766 Korea Telecom",
"postal": "16841",
"region": "Gyeonggi-do",
"timezone": "Asia/Seoul"
}
}
}
```
### `ip` `=` `o`<br><sup>outbound/service IP<br><sup>service: [Deno Deploy](https://deno.com/deploy)
```URL
https://dnq.deno.dev/?ip=o
```
```JS
{
"IP": { // ↓ ipinfo.io
"34.120.54.55": {
"anycast": true,
"city": "Kansas City",
"country": "US",
"hostname": "55.54.120.34.bc.googleusercontent.com",
"ip": "34.120.54.55",
"loc": "39.0997,-94.5786",
"org": "AS396982 Google LLC",
"postal": "64106",
"region": "Missouri",
"timezone": "America/Chicago"
}
}
}
```
## Registry Queries
The [75-LoC, dependency-free implementation](https://github.com/rtedge-net/resolve/blob/main/index.ts#L4-L79) fetches data from [IANA](//iana.org) and directly queries the designated servers for
- WHOIS over port `43`
- RDAP over HTTPS
### [`whois`](https://datatracker.ietf.org/doc/html/rfc3912) `=` `<IP>`|`AS<number>`|`<domain>`
[whois.iana.org](//whois.iana.org) (port `43`)<br><sup>→ whois server → response</sup>
```URL
https://dnq.deno.dev/?whois=1.1.1.1,2606:4700:4700::1111,AS13335,cloudflare.com
```
```json
{
"WHOIS": {
"1.1.1.1": "% [whois.apnic.net]\n% Whois data copyright terms http://www.apnic.net/db/dbcopyright.html\n\n% Information related to '1.1.1.0 - 1.1.1.255'\n\n% Abuse contact for '1.1.1.0 - 1.1.1.255' is 'helpdesk@apnic.net'\n\ninetnum: 1.1.1.0 - 1.1.1.255\nnetname: APNIC-LABS\ndescr: APNIC and Cloudflare DNS Resolver project\ndescr: Routed globally by AS13335/Cloudflare\ndescr: Research prefix for APNIC Labs\ncountry: AU\norg: ORG-ARAD1-AP\nadmin-c: AIC3-AP\ntech-c: AIC3-AP\nabuse-c: AA1412-AP\nstatus: ASSIGNED PORTABLE\nremarks: ---------------\nremarks: All Cloudflare abuse reporting can be done via\nremarks: resolver-abuse@cloudflare.com\nremarks: ---------------\nmnt-by: APNIC-HM\nmnt-routes: MAINT-APNICRANDNET\nmnt-irt: IRT-APNICRANDNET-AU\nlast-modified: 2023-04-26T22:57:58Z\nmnt-lower: MAINT-APNICRANDNET\nsource: APNIC\n\nirt: IRT-APNICRANDNET-AU\naddress: PO Box 3646\naddress: South Brisbane, QLD 4101\naddress: Australia\ne-mail: helpdesk@apnic.net\nabuse-mailbox: helpdesk@apnic.net\nadmin-c: AR302-AP\ntech-c: AR302-AP\nauth: # Filtered\nremarks: helpdesk@apnic.net was validated on 2021-02-09\nmnt-by: MAINT-AU-APNIC-GM85-AP\nlast-modified: 2021-03-09T01:10:21Z\nsource: APNIC\n\norganisation: ORG-ARAD1-AP\norg-name: APNIC Research and Development\ncountry: AU\naddress: 6 Cordelia St\nphone: +61-7-38583100\nfax-no: +61-7-38583199\ne-mail: helpdesk@apnic.net\nmnt-ref: APNIC-HM\nmnt-by: APNIC-HM\nlast-modified: 2017-10-11T01:28:39Z\nsource: APNIC\n\nrole: ABUSE APNICRANDNETAU\naddress: PO Box 3646\naddress: South Brisbane, QLD 4101\naddress: Australia\ncountry: ZZ\nphone: +000000000\ne-mail: helpdesk@apnic.net\nadmin-c: AR302-AP\ntech-c: AR302-AP\nnic-hdl: AA1412-AP\nremarks: Generated from irt object IRT-APNICRANDNET-AU\nabuse-mailbox: helpdesk@apnic.net\nmnt-by: APNIC-ABUSE\nlast-modified: 2021-03-09T01:10:22Z\nsource: APNIC\n\nrole: APNICRANDNET Infrastructure Contact\naddress: 6 Cordelia St\n South Brisbane\n QLD 4101\ncountry: AU\nphone: +61 7 3858 3100\ne-mail: research@apnic.net\nadmin-c: GM85-AP\nadmin-c: GH173-AP\nadmin-c: JD1186-AP\ntech-c: GM85-AP\ntech-c: GH173-AP\ntech-c: JD1186-AP\nnic-hdl: AIC3-AP\nmnt-by: MAINT-APNICRANDNET\nlast-modified: 2023-04-26T22:50:54Z\nsource: APNIC\n\n% Information related to '1.1.1.0/24AS13335'\n\nroute: 1.1.1.0/24\norigin: AS13335\ndescr: APNIC Research and Development\n 6 Cordelia St\nmnt-by: MAINT-APNICRANDNET\nlast-modified: 2023-04-26T02:42:44Z\nsource: APNIC\n\n% This query was served by the APNIC Whois Service version 1.88.16 (WHOIS-JP3)\n\n\n",
"2606:4700:4700::1111": "\n#\n# ARIN WHOIS data and services are subject to the Terms of Use\n# available at: https://www.arin.net/resources/registry/whois/tou/\n#\n# If you see inaccuracies in the results, please report at\n# https://www.arin.net/resources/registry/whois/inaccuracy_reporting/\n#\n# Copyright 1997-2023, American Registry for Internet Numbers, Ltd.\n#\n\n\n#\n# Query terms are ambiguous. The query is assumed to be:\n# \"n 2606:4700:4700::1111\"\n#\n# Use \"?\" to get help.\n#\n\nNetRange: 2606:4700:: - 2606:4700:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF\nCIDR: 2606:4700::/32\nNetName: CLOUDFLARENET\nNetHandle: NET6-2606-4700-1\nParent: NET6-2600 (NET6-2600-1)\nNetType: Direct Allocation\nOriginAS: AS13335\nOrganization: Cloudflare, Inc. (CLOUD14)\nRegDate: 2011-11-01\nUpdated: 2017-02-17\nComment: All Cloudflare abuse reporting can be done via https://www.cloudflare.com/abuse\nRef: https://rdap.arin.net/registry/ip/2606:4700::\n\n\n\nOrgName: Cloudflare, Inc.\nOrgId: CLOUD14\nAddress: 101 Townsend Street\nCity: San Francisco\nStateProv: CA\nPostalCode: 94107\nCountry: US\nRegDate: 2010-07-09\nUpdated: 2021-07-01\nRef: https://rdap.arin.net/registry/entity/CLOUD14\n\n\nOrgAbuseHandle: ABUSE2916-ARIN\nOrgAbuseName: Abuse\nOrgAbusePhone: +1-650-319-8930 \nOrgAbuseEmail: abuse@cloudflare.com\nOrgAbuseRef: https://rdap.arin.net/registry/entity/ABUSE2916-ARIN\n\nOrgNOCHandle: CLOUD146-ARIN\nOrgNOCName: Cloudflare-NOC\nOrgNOCPhone: +1-650-319-8930 \nOrgNOCEmail: noc@cloudflare.com\nOrgNOCRef: https://rdap.arin.net/registry/entity/CLOUD146-ARIN\n\nOrgTechHandle: ADMIN2521-ARIN\nOrgTechName: Admin\nOrgTechPhone: +1-650-319-8930 \nOrgTechEmail: rir@cloudflare.com\nOrgTechRef: https://rdap.arin.net/registry/entity/ADMIN2521-ARIN\n\nOrgRoutingHandle: CLOUD146-ARIN\nOrgRoutingName: Cloudflare-NOC\nOrgRoutingPhone: +1-650-319-8930 \nOrgRoutingEmail: noc@cloudflare.com\nOrgRoutingRef: https://rdap.arin.net/registry/entity/CLOUD146-ARIN\n\nRAbuseHandle: ABUSE2916-ARIN\nRAbuseName: Abuse\nRAbusePhone: +1-650-319-8930 \nRAbuseEmail: abuse@cloudflare.com\nRAbuseRef: https://rdap.arin.net/registry/entity/ABUSE2916-ARIN\n\nRTechHandle: ADMIN2521-ARIN\nRTechName: Admin\nRTechPhone: +1-650-319-8930 \nRTechEmail: rir@cloudflare.com\nRTechRef: https://rdap.arin.net/registry/entity/ADMIN2521-ARIN\n\nRNOCHandle: NOC11962-ARIN\nRNOCName: NOC\nRNOCPhone: +1-650-319-8930 \nRNOCEmail: noc@cloudflare.com\nRNOCRef: https://rdap.arin.net/registry/entity/NOC11962-ARIN\n\n\n#\n# ARIN WHOIS data and services are subject to the Terms of Use\n# available at: https://www.arin.net/resources/registry/whois/tou/\n#\n# If you see inaccuracies in the results, please report at\n# https://www.arin.net/resources/registry/whois/inaccuracy_reporting/\n#\n# Copyright 1997-2023, American Registry for Internet Numbers, Ltd.\n#\n\n",
"AS13335": "\n#\n# ARIN WHOIS data and services are subject to the Terms of Use\n# available at: https://www.arin.net/resources/registry/whois/tou/\n#\n# If you see inaccuracies in the results, please report at\n# https://www.arin.net/resources/registry/whois/inaccuracy_reporting/\n#\n# Copyright 1997-2023, American Registry for Internet Numbers, Ltd.\n#\n\n\n#\n# Query terms are ambiguous. The query is assumed to be:\n# \"a AS13335\"\n#\n# Use \"?\" to get help.\n#\n\nASNumber: 13335\nASName: CLOUDFLARENET\nASHandle: AS13335\nRegDate: 2010-07-14\nUpdated: 2017-02-17\nComment: All Cloudflare abuse reporting can be done via https://www.cloudflare.com/abuse \nRef: https://rdap.arin.net/registry/autnum/13335\n\n\n\nOrgName: Cloudflare, Inc.\nOrgId: CLOUD14\nAddress: 101 Townsend Street\nCity: San Francisco\nStateProv: CA\nPostalCode: 94107\nCountry: US\nRegDate: 2010-07-09\nUpdated: 2021-07-01\nRef: https://rdap.arin.net/registry/entity/CLOUD14\n\n\nOrgTechHandle: ADMIN2521-ARIN\nOrgTechName: Admin\nOrgTechPhone: +1-650-319-8930 \nOrgTechEmail: rir@cloudflare.com\nOrgTechRef: https://rdap.arin.net/registry/entity/ADMIN2521-ARIN\n\nOrgRoutingHandle: CLOUD146-ARIN\nOrgRoutingName: Cloudflare-NOC\nOrgRoutingPhone: +1-650-319-8930 \nOrgRoutingEmail: noc@cloudflare.com\nOrgRoutingRef: https://rdap.arin.net/registry/entity/CLOUD146-ARIN\n\nOrgNOCHandle: CLOUD146-ARIN\nOrgNOCName: Cloudflare-NOC\nOrgNOCPhone: +1-650-319-8930 \nOrgNOCEmail: noc@cloudflare.com\nOrgNOCRef: https://rdap.arin.net/registry/entity/CLOUD146-ARIN\n\nOrgAbuseHandle: ABUSE2916-ARIN\nOrgAbuseName: Abuse\nOrgAbusePhone: +1-650-319-8930 \nOrgAbuseEmail: abuse@cloudflare.com\nOrgAbuseRef: https://rdap.arin.net/registry/entity/ABUSE2916-ARIN\n\nRTechHandle: ADMIN2521-ARIN\nRTechName: Admin\nRTechPhone: +1-650-319-8930 \nRTechEmail: rir@cloudflare.com\nRTechRef: https://rdap.arin.net/registry/entity/ADMIN2521-ARIN\n\nRAbuseHandle: ABUSE2916-ARIN\nRAbuseName: Abuse\nRAbusePhone: +1-650-319-8930 \nRAbuseEmail: abuse@cloudflare.com\nRAbuseRef: https://rdap.arin.net/registry/entity/ABUSE2916-ARIN\n\nRNOCHandle: NOC11962-ARIN\nRNOCName: NOC\nRNOCPhone: +1-650-319-8930 \nRNOCEmail: noc@cloudflare.com\nRNOCRef: https://rdap.arin.net/registry/entity/NOC11962-ARIN\n\n\n#\n# ARIN WHOIS data and services are subject to the Terms of Use\n# available at: https://www.arin.net/resources/registry/whois/tou/\n#\n# If you see inaccuracies in the results, please report at\n# https://www.arin.net/resources/registry/whois/inaccuracy_reporting/\n#\n# Copyright 1997-2023, American Registry for Internet Numbers, Ltd.\n#\n\n",
"cloudflare.com": " Domain Name: CLOUDFLARE.COM\r\n Registry Domain ID: 1542998887_DOMAIN_COM-VRSN\r\n Registrar WHOIS Server: whois.cloudflare.com\r\n Registrar URL: http://www.cloudflare.com\r\n Updated Date: 2017-05-24T17:44:01Z\r\n Creation Date: 2009-02-17T22:07:54Z\r\n Registry Expiry Date: 2024-02-17T22:07:54Z\r\n Registrar: CloudFlare, Inc.\r\n Registrar IANA ID: 1910\r\n Registrar Abuse Contact Email:\r\n Registrar Abuse Contact Phone:\r\n Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited\r\n Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\r\n Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited\r\n Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited\r\n Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited\r\n Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited\r\n Name Server: NS3.CLOUDFLARE.COM\r\n Name Server: NS4.CLOUDFLARE.COM\r\n Name Server: NS5.CLOUDFLARE.COM\r\n Name Server: NS6.CLOUDFLARE.COM\r\n Name Server: NS7.CLOUDFLARE.COM\r\n DNSSEC: signedDelegation\r\n DNSSEC DS Data: 2371 13 2 32996839A6D808AFE3EB4A795A0E6A7A39A76FC52FF228B22B76F6D63826F2B9\r\n URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\r\n>>> Last update of whois database: 2023-06-18T22:01:50Z <<<\r\n\r\nFor more information on Whois status codes, please visit https://icann.org/epp\r\n\r\nNOTICE: The expiration date displayed in this record is the date the\r\nregistrar's sponsorship of the domain name registration in the registry is\r\ncurrently set to expire. This date does not necessarily reflect the expiration\r\ndate of the domain name registrant's agreement with the sponsoring\r\nregistrar. Users may consult the sponsoring registrar's Whois database to\r\nview the registrar's reported date of expiration for this registration.\r\n\r\nTERMS OF USE: You are not authorized to access or query our Whois\r\ndatabase through the use of electronic processes that are high-volume and\r\nautomated except as reasonably necessary to register domain names or\r\nmodify existing registrations; the Data in VeriSign Global Registry\r\nServices' (\"VeriSign\") Whois database is provided by VeriSign for\r\ninformation purposes only, and to assist persons in obtaining information\r\nabout or related to a domain name registration record. VeriSign does not\r\nguarantee its accuracy. By submitting a Whois query, you agree to abide\r\nby the following terms of use: You agree that you may use this Data only\r\nfor lawful purposes and that under no circumstances will you use this Data\r\nto: (1) allow, enable, or otherwise support the transmission of mass\r\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\r\nor facsimile; or (2) enable high volume, automated, electronic processes\r\nthat apply to VeriSign (or its computer systems). The compilation,\r\nrepackaging, dissemination or other use of this Data is expressly\r\nprohibited without the prior written consent of VeriSign. You agree not to\r\nuse electronic processes that are automated and high-volume to access or\r\nquery the Whois database except as reasonably necessary to register\r\ndomain names or modify existing registrations. VeriSign reserves the right\r\nto restrict your access to the Whois database in its sole discretion to ensure\r\noperational stability. VeriSign may restrict or terminate your access to the\r\nWhois database for failure to abide by these terms of use. VeriSign\r\nreserves the right to modify these terms at any time.\r\n\r\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\r\nRegistrars.\r\n"
}
}
```
### [`rdap`](https://www.icann.org/rdap) `=` `<IP>`|`AS<number>`|`<domain>`
[data.iana.org/rdap/dns.json](//data.iana.org/rdap.dns.json)<br><sup>→ rdap server → response</sup>
```URL
https://dnq.deno.dev/?rdap=1.1.1.1,2606:4700:4700::1111,AS13335,cloudflare.com
```
```json
{
"RDAP": {
"1.1.1.1": { … },
"2606:4700:4700::1111": { … },
"AS13335": { … },
"cloudflare.com": {
"entitites": [{…}, …],
"events": [{…}, …],
"handle": …,
"ldhName": …,
"links": [{…}, …],
"nameservers": [{…}, …],
"notices": [{…}, …],
"objectClassName": "domain",
"rdapConformance": ["rdap_level_0", …],
"secureDNS": {"delegationSigned": false, …},
"status": ["client transfer prohibited"],
}
}
}
```
### `ip`|[`whois`](https://datatracker.ietf.org/doc/html/rfc3912)|[`rdap`](https://www.icann.org/rdap)<br><sup>inbound/your IP<br><sup>same as `ip`|`whois`|`rdap` `=` `i`
### `ip`|[`whois`](https://datatracker.ietf.org/doc/html/rfc3912)|[`rdap`](https://www.icann.org/rdap) `=` `o`<br><sup>outbound/service IP<br><sup>service: [Deno Deploy](https://deno.com/deploy)
### [`tld`](https://www.iana.org/domains/root/db) `=` `<TLD>`
[data.iana.org/TLD/tlds-alpha-by-domain.txt](//data.iana.org/TLD/tlds-alpha-by-domain.txt)
```URL
https://dnq.deno.dev/?tld=kr,jp,zz
```
Future versions may expand `true`.
```json
{
"TLD": {
"kr": true,
"jp": true,
"zz": false
}
}
```
### [`tld`](https://www.iana.org/domains/root/db)
[data.iana.org/TLD/tlds-alpha-by-domain.txt](//data.iana.org/TLD/tlds-alpha-by-domain.txt)
```URL
https://dnq.deno.dev/?tld
```
```json
{
"TLD": {
"": [
"aaa",
"aarp",
…
]
}
}
```
---
## Contained Errors
Errors from one query does not affect others.
```URL
https://dnq.deno.dev/?ns=x,.&ip=x,1.1.1.1&a=x,apple.com
```
```JS
{
"NS": {
"x": { "error": "no record found for Query { name: Name(\"x.\"), query_type: NS, query_class: IN }" },
".": [ "a.root-servers.net.", …, "m.root-servers.net." ]
},
"IP": {
"x": { "error": { "title": "Wrong ip", "message": "Please provide a valid IP address" }, "status": 404 },
"1.1.1.1": { "anycast": true, …, "timezone": "America/Los_Angeles" }
},
"A": {
"x": { "error": "no record found for Query { name: Name(\"x.\"), query_type: A, query_class: IN }" },
"apple.com": { "17.253.144.10": { "anycast": true, …, "org": "AS714 Apple Inc.", … } }
}
}
```
---
## [Exposed Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers)
[`_`](#specify-options-__--denoresolvednsoptions), [`ip`](#ipinboundyour-ipsame-as-ip--i), `ip-x`, `dur`, [`server`](https://deno.com/deploy/docs/regions), [`server-timing`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing)<br>
are exposed for out-of-band consumption.
```HTTP
_: {"nameServer":{"ipAddr":"1.1.1.1"}}
ip: {"i":"###.###.###.###","o":"34.120.54.55"}
ip-x: https://ipinfo.io
dur: 6
server: deno/gcp-asia-northeast3
server-timing: total;dur=6
```
```JS
await fetch(`https://dnq.deno.dev/?s&a=deno.com&_={"nameServer":{"ipAddr":"1.1.1.1"}}`)
.then(async response => [ response.headers.get('dur'), await response.json() ]);
/* result → */ [ 4 , {A:{…}} ]
```
| Edge-deployed DNS query API powered by Deno.resolveDns() | deno,deno-deploy,dns,dns-resolver,edge-computing,resolver,api,javascript,typescript,dns-api | 2023-02-02T03:50:39Z | 2023-06-18T22:41:20Z | null | 1 | 0 | 69 | 0 | 0 | 3 | null | MIT | TypeScript |
JonyanDunh/ExpressMyLove | master | <p align="center">
<a href="https://github.com/JonyanDunh/ExpressMyLove">
<img src="https://raw.githubusercontent.com/JonyanDunh/SayLoveToSomeone/master/Web%E7%89%88/assets/img/favicon.ico" alt="Logo" width="80" height="80">
</a>
<h3 align="center">ExpressMyLove</h3>
<p align="center">
一个简易的校园表白墙,拥有Web端和QQ小程序。Web端用PHP进行开发,并且充当服务端的作用。表白墙具有管理员审核功能,接入了阿里云的关键词过滤。
<br/>
<br/>
</p>
</p>
    
## 项目介绍
**本项目于2020年初进行开发,现已停止继续开发。**
## 项目截图
**QQ小程序端**

**Web端**



| 一个简易的校园表白墙,拥有Web端和QQ小程序。Web端用PHP进行开发,并且充当服务端的作用。表白墙具有管理员审核功能,接入了阿里云的关键词过滤。 | aliyun,php,love,backend,css,frontend,html,mysql,javascript,qml | 2023-02-03T03:07:08Z | 2023-02-04T04:21:42Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | GPL-3.0 | PHP |
billymohajeri/Space-Travelers-Hub | dev | <a name="readme-top"></a>
<div align="center">
<img src="./src/Assets/planet.png" alt="logo" width="250" height="auto" />
<br/>
</div>
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [🚀 Space Travelers' Hub ](#-todo-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
# 🚀 Space Travelers' Hub <a name="about-project"></a>
Space Travelers' Hub is a web application for a company that provides commercial and scientific space travel services. The application will allow users to:
- Book rockets
- Join selected space missions
<div align="center">
<img src="./src/Assets/App-1.png" alt="app-screenshot" width="650" height="auto" />
<img src="./src/Assets/App-2.png" alt="app-screenshot" width="650" height="auto" />
<img src="./src/Assets/App-3.png" alt="app-screenshot" width="650" height="auto" />
<br/>
</div>
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- JavaScript
- React
### Key Features <a name="key-features"></a>
- Book rockets
- Cancel booked rockets
- Join space missions
- Cancel joined space missions
- Display joined space missions and booked rockets
<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
To run this project you need [Node.js](https://nodejs.org/en/) installed on your machine.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:billymohajeri/Space-Travelers-Hub.git
```
### Install
Install the dependencies with:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Billy Mohajeri**
- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)
👤 **SHIMWA Pray Eddy**
- GitHub: [@EddyShimwa](https://github.com/EddyShimwa)
- Twitter: [@eddy56388406](https://twitter.com/eddy56388406)
- LinkedIn: [Pray Eddy SHIMWA](https://www.linkedin.com/in/pray-eddy-shimwa-18a6751b6)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Deploy on GitHub**
- [ ] **Responsive design**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <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, please consider giving it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank all code reviewers for making this project better.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE/MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Space Travelers' Hub is a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions. | css,html,javascript,reactjs,redux | 2023-01-28T20:01:07Z | 2024-01-15T10:16:02Z | null | 2 | 17 | 65 | 25 | 0 | 3 | null | null | JavaScript |
MarufAlAslam/leetcode-solves | main | <img width="100%" src="https://leetcard.jacoblin.cool/maruf42?theme=dark&font=Poppins&ext=activity"/>
| https://leetcode.com/Maruf42/ | es6,javascript,leetcode,leetcode-javascript,leetcode-solutions | 2023-01-26T10:51:00Z | 2023-09-26T10:57:59Z | null | 1 | 0 | 462 | 0 | 0 | 3 | null | null | JavaScript |
JoakimEineving/e-commerce | master | # [UNDER DEVELOPMENT] Ecommerce MERN Stack
This is an ecommerce application being developed in the MERN (MongoDB, Express, React, Node) stack. It is currently under development.
## Features
- Shopping cart and checkout
- Admin page for adding and deleting products, managing orders and users
- Register and login as a user and view your previous orders
- User and admin authentication with JWT
- Payment processing with Stripe
## Technologies Used
- React for client-side framework
- MongoDB for database
- Express for server-side framework
- Node.js for server-side runtime environment
- Redux for cart state management
- Tailwind for design and styling
| MERN-Stack Ecommerce | mongodb,react,redux,expressjs,nodejs,javascript | 2023-02-04T08:01:36Z | 2023-11-03T15:12:15Z | null | 1 | 3 | 75 | 0 | 0 | 3 | null | null | JavaScript |
HANUMAT-SHARAN/Kiraye-Pe | master | # Kiraye Pe
Kiraye Pe is a Clone of the RentoMojo Android App Which is used for Taking products home on rented basis to use them according the required Time Duration By Taking Some Rent From the Customer
<h2> Live App Install Link https://expo.dev/@hanumat_sharan/Kiraye-Pe </h2>
<h2> Just Click On This Link Install Expo App From Playstore </h2>
<h1>Scan the below Given QR Code And in Few Seconds Application will Start Running </h1>
<img src="https://qr.expo.dev/expo-go?owner=hanumat_sharan&slug=Kiraye-Pe&releaseChannel=default&host=exp.host" />
<h1>Home Page</h1>
<div style="display:flex">
<img src="https://i.postimg.cc/CKnn4jXS/1677506790616.jpg" alt="">
<img style="margin:0px 0px 10px 0px" src="https://i.postimg.cc/BvbBfLzV/1677506790524.jpg" />
</div>
<h1>Signup Page</h1>
<img src="https://i.postimg.cc/t4XzDmNy/1677506790588.jpg" alt="">
<h1>SingleProduct-Page</h1>
<img src="https://i.postimg.cc/6qmMFVWz/1677507664487.jpg" alt="">
<h1>My Account </h1>
<img src="https://i.postimg.cc/pXQZft8q/1677506790547.jpg" alt="">
<h1>All-Products-Page</h1>
<img src="https://i.postimg.cc/bNLnYY1c/1677506790597.jpg" alt="">
<h1>Products Page</h1>
<div style="display:flex">
<img src="https://i.postimg.cc/4xqmnYdM/1677507141471.jpg" alt="">
<img src="https://i.postimg.cc/C5cK01Xc/1677507458827.jpg" alt="">
</div>
<h1>Cart-Page</h1>
<img src="https://i.postimg.cc/T2DQPbP8/1677506790538.jpg" alt="">
<h1>Checkout Page</h1>
<img src="https://i.postimg.cc/mkkLNmx2/1677506790524-1.jpg">
<h1>[Getting Started]</h1>
<h3>Execution</h3>
<p>If you want to run our project in your local machine</p>
<p>Follow the given steps:</p>
<ul>
<li>Clone our respository <a href="https://github.com/HANUMAT-SHARAN/Kiraye-Pe">https://github.com/HANUMAT-SHARAN/Kiraye-Pe</a></li>
<li>Open our code in VS code</li>
<li>Then do npm install</li>
<li>Then initialize the server by writing 'npm start' on Terminal</li>
<li>Congrats! you have successfully sarted the application.</li>
</ul>
<h1>Built with</h1>
<ul>
<li>React Native</li>
<li>Ui Kitten Library</li>
<li>Javascript (ES6)</li>
<li>React Native Routing</li>
</ul>
<h1>Creators</h1>
<ul>
<li><a href="https://github.com/HANUMAT-SHARAN">@Hanumat Sharan</a></li>
| Kiraye Pe is a Clone of the RentoMojo Android App Which is used for Taking products home on rented basis to use them according the required Time Duration By Taking Some Rent From the Customer | react,reactnative,redux,ui,uikitten,javascript,android,android-application | 2023-02-05T09:03:32Z | 2023-02-28T14:44:48Z | null | 1 | 0 | 31 | 0 | 0 | 3 | null | null | JavaScript |
kauamoreno/javascript-senai | main |
<h1 align="center">Repositório de Exercícios de JavaScript</h1>
Este repositório foi criado com o objetivo de armazenar soluções para os exercícios de JavaScript propostos na aula.
<br><br>
### Conteúdo
Cada pasta dentro do repositório representa um dia de aula, e dentro dela estão os arquivos de conteúdos e com soluções dos exercícios propostos.
<br><br>
### Uso
Este repositório é destinado ao uso pessoal e pode ser utilizado como referência para revisão ou consulta de soluções já desenvolvidas.
<br><br>
### Contribuições
Sugestões e contribuições para melhorias e correções são bem-vindas através de pull requests.
| Exercícios e atividade durante as aulas de JavaScript. | desenvolvimento-de-sistemas,javascript,senai | 2023-01-31T14:03:36Z | 2023-07-01T02:07:32Z | null | 1 | 0 | 22 | 0 | 0 | 3 | null | null | HTML |
ahmed-sakka/expense-tracker | main | # Expense Tracker

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). It is a basic app to track expenses.
## Available Scripts
In the project directory, you can run:
### `npm install`
Installs the dependencies of the app.
### `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.
| A basic react app to track expenses | css,javascript,react | 2023-02-03T19:16:29Z | 2023-02-09T15:53:03Z | null | 1 | 0 | 16 | 0 | 0 | 3 | null | null | JavaScript |
pjv17/greenhouse-api-to-webflow | master | # Greenhouse Job Board API with Javascript/jQuery/Lodash JS
- Webflow CMS/HTML/Javascript
- Retrieve Job Board Listing using Greenhouse.io API
- Filter by Categories, Locations and search function
Updates
- Merge 2 API
- Add regex for search by Job Title
Inspired by Robinhood career page - https://careers.robinhood.com/
Demo - https://www.frequence.com/company/careers
| Greenhouse API Job Board | api,javascript,greenhouse-api,job-board,jobsearch,json,lodashjs | 2023-02-07T10:42:02Z | 2023-03-19T11:36:30Z | null | 1 | 0 | 19 | 0 | 0 | 3 | null | null | HTML |
IvanZelenkov/Good-Buy | main | # [Good Buy](https://main.d1ch79678kx2mg.amplifyapp.com/)
GoodBuy is a web application that will help retail shoppers find the best prices for the products they need.
The application is not a purchasing platform itself, but rather a tool for keeping shopping trips organized—whether
online or in-store. Online shoppers can use GoodBuy to sort their shopping list by deals or shipping fees,
while in-store shoppers can use the website to organize their list by promotions, travel time, or both.
GoodBuy will not only help shoppers compare prices across brands, but also help them save on gas and time
whenever they need to shop!
### Solution Architecture

### Jenkins Pipeline

### OpenAPI UI
 | GoodBuy is a web application that will help retail shoppers find the best prices for the products they need. The application is not a purchasing platform itself, but rather a tool for keeping shopping trips organized—whether online or in-store. | aws,ci-cd,docker,javascript,jenkins,python,rest-api,shopping-app,microservices | 2023-02-06T19:17:07Z | 2023-05-08T23:45:39Z | null | 9 | 175 | 559 | 0 | 0 | 3 | null | null | JavaScript |
KewinBarboza/Create-Email | main | 
# C-text
#### This app is designed to help you create product descriptions and emails that are clear and effective.
🔗 [pagina web](https://ctext.kewinbarboza.com)
### Tecnologías
* Astro Js
* React Js
* TailwindCSS
* cohere
| Design Your emails and product description with Artificial Intelligence | astrojs,reactjs,javascript,midudev-cohere-2023 | 2023-01-27T20:54:49Z | 2023-02-06T11:43:20Z | null | 1 | 0 | 70 | 0 | 0 | 3 | null | null | Astro |
ogayanfe/botstore | main | # botstore
A fullstack application that allows small to medium size businesses to integrate an ecommerce web app into telegram bots.
| A fullstack webapp that allows small businesses to manage various telegram webapps and bots. | dashboard,djang-rest-framework,django,e-commerce,javascript,python,react,react-router,react-typescript,reactts | 2023-02-06T23:10:17Z | 2023-11-05T22:13:48Z | null | 1 | 0 | 66 | 0 | 0 | 3 | null | MIT | TypeScript |
Mayank0909/modesensClone | main | null | Clone of Modesense Website.ModeSens is your free, digital shopping assistant — helping you shop from 12,000+ premium brands and 500+ store partners like Gucci, Fendi, Net-A-Porter,.ModeSens is a fashion technology company revolutionizing the way people shop online using a tech-forward approach. | css3,html5,javascript | 2023-02-02T06:48:05Z | 2023-02-03T18:19:45Z | null | 1 | 0 | 11 | 0 | 0 | 3 | null | null | HTML |
muhammadbadrul1234/React-Website | master | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| This is a basic React.js website which Portrays my learning journey of React.js | css,html,javascript,reactjs | 2023-02-03T17:22:36Z | 2023-02-03T17:40:00Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | null | JavaScript |
vishal-girhepunje/Weather-app | main | # Weather-app
The weather app also provides atmospheric pressure, weather conditions, visibility distance, relative humidity, precipitation in different unites, dew point, wind speed and direction, in addition to ten days in future and hourly weather forecast.
<img src="https://github.com/vishal-girhepunje/Weather-app/blob/main/Screenshot%20(953).png?raw=true">
# Functionalities
- Weather forecast over 8 day
- Weather (clouds / sun / rain / ...)
- Temperature, Humidity
- Sunrise, Sunset
- Display weather forecast from a city name
- Search a city via the input in the form
- Search a city via the URL. Useful if you want to send a link to someone. E.g. https://gorgeous-gaufre-e0e26d.netlify.app/
- Display weather forecast from the user geolocation
- Display a custom gradient background according to the temperature
# Google maps
- URL on the city name to Google Map
# TechStack
- HTML
- CSS
- Java-Script
| The weather app also provides atmospheric pressure, weather conditions, visibility distance, relative humidity, precipitation in different unites, dew point, wind speed and direction, in addition to Eight days in future and hourly weather forecast. | css,github,html,javascript | 2023-02-02T11:40:40Z | 2023-04-22T12:23:41Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | HTML |
MuhammadShakir-dev/MuhammadShakir-dev.github.io | main | # MuhammadShakir-dev.github.io | Resume - Muhammad Shakir-dev | bootstrap5,css3,html,javascript,resume-website | 2023-02-03T17:06:27Z | 2023-09-21T09:34:26Z | null | 1 | 0 | 38 | 0 | 0 | 3 | null | null | CSS |
Zolice/LilyGPT-discord | main | <div id="lilygpt" align="center">
<a href="https://github.com/Zolice/LilyGPT">
<img src="./LilyGPT.png" alt="Logo" height="240">
</a>
<h3 align="center">LilyGPT</h3>
<p align="center">
A Discord Bot powered by ChatGPT
<br />
<a href="https://github.com/Zolice/LilyGPT">View Demo</a>
·
<a href="https://github.com/Zolice/LilyGPT/issues">Report Bug</a>
·
<a href="https://github.com/Zolice/LilyGPT/issues">Request Feature</a>
</p>
</div>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
<ul>
<li><a href="#built-with">Built With</a></li>
</ul>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#setting-up">Setting Up</a></li>
<ul>
<li><a href="#discord-bot-setup">Discord Bot Setup</a></li>
<li><a href="#openai-setup">OpenAI Setup</a></li>
<li><a href="#application-setup">Application Setup</a></li>
</ul>
</ul>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#license">License</a></li>
<li><a href="#acknowledgments">Acknowledgments</a></li>
</ol>
</details>
# About The Project
LilyGPT is a Discord Bot powered by ChatGPT
Using the OpenAI API, LilyGPT is able to generate text based on a prompt. The bot is able to generate text in a variety of different topics, such as names, descriptions, stories, etc.
By using this bot, you can interact with ChatGPT directly through Discord, as a means of convenience and/or entertainment.
## Built With


<p align="right"><a href="#lilygpt">back to top</a></p>
# Getting Started
## Prerequisites
* npm
```
npm install
```
## Setting Up
### Discord Bot Setup
_If you already have a Discord Bot's Token and Discord Client ID, you can skip <a href="#application-setup">here</a>_
1. Open the <a href="https://discord.com/developers/applications">Discord Developer Portal</a> and log into your account
2. Click on the "New Application" button
3. Choose a name for the bot. We recommended the name LilyGPT!
4. Click on the "Bot" tab on the left side of the screen
5. Click on the "Add Bot" button and confirm
6. Click on the "Reset Token" button under the "Token" section and copy it somewhere safe. This is your Discord Bot's Token. <b>DO NOT SHARE THIS TOKEN</b>
7. Click on the "OAuth2" tab on the left side of the screen
8. Under the "Client information" section, copy the "Client ID". This is your Discord Client ID
#### OpenAI Setup
_If you already have an OpenAI Token, you can skip <a href="#application-setup">here</a>_
1. Open the <a href="https://platform.openai.com/account/api-keys">OpenAPI API Keys</a> page and login to your account
2. Click on the "Create new secret key" button
3. Copy the secret key, and do not lose it. <b>YOU WILL NOT BE ABLE TO SEE IT AGAIN</b>
4. pusheen
_Remember to set "Usage Limits" if you are on a paid plan, to prevent unexpected billing_
### Application Setup
1. If not done, <a href="#prerequisites">install the required packages using npm</a>
2. Rename the `.env.example` into `.env`
3. Update the `.env` file with your Discord Bot's Token, Discord Client ID and OpenAI Token accordingly
4. Register Discord Commands
```
npm run registerCommands
```
5. Run the bot using the following command
```
npm run start
```
6. Test the bot by typing `?Who are your creators` into any channel LilyGPT has access to.
<p align="right"><a href="#lilygpt">back to top</a></p>
# Usage
- Type a prompt for the bot, starting with `?`, such as ```?name a cat for me```
<p align="right"><a href="#lilygpt">back to top</a></p>
# Roadmap
- [x] Add OpenAI to the bot
- [x] Add commands to control the bot
- [x] Add support for multiple discord servers
- [x] Add Dall-E Support
- [x] Use TypeScript
- [ ] Use Embeds
- [x] Add LangChain
- [ ] Add Queue System
<p align="right"><a href="#lilygpt">back to top</a></p>
# License
Distributed under the MIT License. See `LICENSE.md` for more information.
<p align="right"><a href="#lilygpt">back to top</a></p>
# Acknowledgments
* [OpenAI](https://openai.com/)
* [Discord.js](https://discord.js.org/#/)
<p align="right"><a href="#lilygpt">back to top</a></p>
| A Discord Bot powered by ChatGPT | chatgpt,chatgpt-api,discord-bot,discord-js,javascript,openai,openai-api | 2023-01-30T01:50:01Z | 2024-05-15T12:58:34Z | null | 2 | 3 | 56 | 0 | 0 | 3 | null | null | TypeScript |
Uthmanbello/capstone2 | dev | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>Capstone 2</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Capstone 2] <a name="about-project"></a>
**[Capstone 2]** is a single-page application that interacts with two APIs. It is an app wherein users can 'like' respective seasons of 'The 100' series, add comments, and make reservations too. Built with JavaScript
## 🛠 Built With <a name="built-with"></a>
-HTML
-CSS
-JavaScript
### Key Features <a name="key-features"></a>
- **[The project was built using ES6]**
- **[Modules were imported/exported for the JavaScript]**
- **[Webpack bundling was used]**
- **[TVMaze and Invovlement APIs were consumed]**
- **[GitHub Projects was used to track progress throughout the app building]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Project Presentation <a name="getting-started"></a>
Click on the link below for the project presentation:
- [Presentation Link](https://drive.google.com/file/d/1EzH2a3eMOoDAoMNG2LJM0yU8dbKfCCcN/view?usp=sharing)
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://uthmanbello.github.io/capstone2/dist)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-a code editor installed
-linters environment fully setup
### Setup
Clone this repository to your desired folder:
To clone this repository to your desired folder, use your code editor terminal or git bash, then type the command below:
git clone https://github.com/Uthmanbello/capstone2
### Install
1. Install WebHint:
npm install --save-dev hint@7.x
2. Install StyleLint
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:
- open cloned folder in your code editor
### Run tests
To run tests, run the following command:
To run tests and check for errors:
- After installing the required linter,
npx stylelint "**/*.{css,scss}"
- To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
-To fix JS linters errors
npx eslint . --fix
### Deployment
You can deploy this project using:
-[Deployment Link](https://uthmanbello.github.io/capstone2/dist)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Uthman Bello**
- GitHub: [Uthmanbello](https://github.com/Uthmanbello)
- Twitter: [@UthmanDeRoyale](https://twitter.com/UthmanDeRoyale)
- LinkedIn: [Uthman Igein Bello-Imoukhuede](linkedin.com/in/uthman-igein-bello-imoukhuede)
👤 **Kola Kolade**
- GitHub: [kkolade](https://github.com/kkolade)
- Twitter: [@kola_kolade](https://twitter.com/kola_kolade)
- LinkedIn: [Kola Kolade](https://linkedin.com/in/kolakolade/)
👤 **Mark Rubanza**
- GitHub: [banzaman](https://github.com/banzaman)
- Email: [Mark Rubanza](markrubanza10@gmail.com)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson-4399a2211/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
🔭 Future Feature
- **[Consumption of more APIs]**
- **[More dynamic styling]**
- **[Improved UX interaction]**
## 🤝 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 like if you like this project and kindly follow us using our social media handles
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
We would like to thank my learning partners, morning and standup team members, mentors and other friends who helped throughout the process
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<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>
| A single-page application that interacts with two APIs. It is an app wherein users can 'like' respective seasons of 'The 100' series, add comments, and make reservations too. Built with JavaScript. | css3,html5,javascript,webpack | 2023-02-07T13:15:12Z | 2023-07-05T21:04:04Z | null | 3 | 12 | 78 | 0 | 1 | 3 | null | MIT | JavaScript |
gyauelvis/tonaton-estate | main | <!-- <p align="center">
<a href="" rel="noopener">
<img width=200px height=200px src="https://i.imgur.com/6wj0hh6.jpg" alt="Project logo"></a>
</p> -->
<h3 align="center">tonaton-estate</h3>
<div align="center">
[]()
[](https://github.com/kylelobo/The-Documentation-Compendium/issues)
[](https://github.com/kylelobo/The-Documentation-Compendium/pulls)
[](/LICENSE)
</div>
---
<p align="center"> A clone of the popular Ghanaian Ecommerce web-app
<a href="https://tonaton.com/c_real-estate">Tonaton Real Estate</a>,
the tonaton web-app made with HTML, CSS and JavaScript
<br>
</p>
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Deployment](#deployment)
- [Usage](#usage)
- [Built Using](#built_using)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)
## 🧐 About <a name = "about"></a>
Write about 1-2 paragraphs describing the purpose of your project.
## 🏁 Getting Started <a name = "getting_started"></a>
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them.
```
Give examples
```
### Installing
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
```
Give the example
```
And repeat
```
until finished
```
End with an example of getting some data out of the system or using it for a little demo.
## 🔧 Running the tests <a name = "tests"></a>
Explain how to run the automated tests for this system.
### Break down into end to end tests
Explain what these tests test and why
```
Give an example
```
### And coding style tests
Explain what these tests test and why
```
Give an example
```
## 🎈 Usage <a name="usage"></a>
Add notes about how to use the system.
## 🚀 Deployment <a name = "deployment"></a>
Add additional notes about how to deploy this on a live system.
## ⛏️ Built Using <a name = "built_using"></a>
- [HTML](https://www.mongodb.com/) - Markup
- [JavaScript](https://expressjs.com/) - Functionalities
- [Tailwindcss](https://vuejs.org/) - Stylesheet
## ✍️ Authors <a name = "authors"></a>
- [@gyauelvis](https://github.com/gyauelvis) - Idea & Initial work
## 🎉 Acknowledgements <a name = "acknowledgement"></a>
- [@oheneadj](https://github.com/oheneadj) - Inspiration
| https://tonaton-estate.vercel.app/ A clone of the popular Ghanaian Ecommerce web-app https://tonaton.com/c_real-estate, the tonaton web-app made with HTML, CSS and JavaScript | clone,clone-website,css,ecommerce,html,javascript,tailwindcss,tonaton,collaborate | 2023-02-08T23:20:03Z | 2023-05-18T08:25:19Z | null | 1 | 0 | 42 | 3 | 2 | 3 | null | MIT | CSS |
rahulbawa07860/rahulbawa07860.github.io | main | null | This is my professional portfolio and profile which showing my all projects and experience. | css,html,javascript | 2023-01-30T16:06:53Z | 2023-04-26T11:35:30Z | null | 1 | 0 | 29 | 0 | 0 | 3 | null | null | HTML |
BlakvGhost/the-north | main | # The North
`The North` PHP Website
| The North PHP Website | javascript,learning,musik-player,native-php,streaming | 2023-02-02T15:52:37Z | 2020-02-02T16:15:02Z | null | 1 | 0 | 1 | 0 | 0 | 3 | null | null | PHP |
MohammadSeyedabadi/Flower-Shop-Template | master | # Flower-Shop-Template

| A Flower Shop Template made by using only HTML5, CSS3, Bootstrap and JavaScript. | bootstrap,bootstrap5,css,css3,flower-shop,flowershop,html,html5,template,javascript | 2023-02-01T08:34:04Z | 2023-11-09T08:18:07Z | null | 1 | 0 | 28 | 0 | 3 | 3 | null | null | HTML |
lack21/Blacksite-Website- | main | # Blacksite-Website-
Personal Project

Link : https://lack21.github.io/Blacksite-Website-/
| Personal Project | css3,html5,javascript,scss | 2023-02-02T18:34:01Z | 2023-02-02T18:39:47Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | SCSS |
daniel-oliv3/reactor-microsoft-graph_js | main | ##
### Microsoft Graph
##
### Introdução
Usando o Microsoft Graph, você pode mostrar emails para o usuário atual em seu aplicativo JavaScript. Para ajudar os usuários a examinar rapidamente as mensagens, você pode recuperá-las em páginas. Além disso, para garantir que seu aplicativo seja rápido, você pode carregar apenas os dados necessários do Microsoft Graph.
### Cenário
O Microsoft Graph é o gateway para dados e inteligência no Microsoft 365. Usando o SDK do Microsoft Graph e a Biblioteca de Autenticação da Microsoft, você pode permitir que os usuários se conectem ao seu aplicativo com sua conta Microsoft 365 e mostrem dados do Microsoft 365 em seu aplicativo.
Suponha que você queira criar um aplicativo Web que permita aos usuários acessar rapidamente seus emails mais recentes para ver com quem eles estavam se comunicando recentemente. Você criará um aplicativo que permite que as pessoas se conectem com a conta Microsoft 365. Depois que eles estiverem conectados, você recuperará seus emails recentes usando Microsoft Graph e exibi-los diretamente no aplicativo.
### Pré-requisitos
- Acesso de Administrador Global a um Locatário do Microsoft 365
- Noções básicas de autenticação e autorização no Microsoft 365
- Noções básicas de HTML e JavaScript
- Conhecimento básico do Microsoft Graph
- Node.js LTS
### Objetivos de aprendizado
Ao final deste módulo, você poderá:
Configure um aplicativo JavaScript para recuperar emails usando o Microsoft Graph.
Recuperar e-mails de um usuário do Microsoft Graph.
Dividir grandes conjuntos de dados do Microsoft Graph em páginas.
### Exercício – Configurar um aplicativo do Azure AD para se conectar ao Microsoft 365
Nesse módulo, você mostrará os emails de um usuário recuperados do Microsoft 365 usando o Microsoft Graph. Antes de fazer isso, eles precisam entrar em seu aplicativo com a conta de usuário Microsoft 365. Em seguida, usando o OAuth, você recuperará um token de acesso para seu aplicativo. Com esse token de acesso, você pode chamar Microsoft Graph e recuperar dados de Microsoft 365 para o usuário.
Para começar, você precisa registrar seu aplicativo Microsoft 365 criando um registro de aplicativo no Azure Active Directory (Azure AD). Para esse módulo, você precisará de um aplicativo com as seguintes configurações:
- **Nome**: Meu aplicativo
- **Plataforma**: SPA (aplicativo de página única)
- **Tipos de conta com suporte**: Somente contas neste diretório organizacional (Locatário único)
- **UrIs de redirecionamento**: http://localhost:8080
- **Permissões da API**: Microsoft Graph User.Read (delegado)
Criar um novo registro de aplicativo do Azure Active Directory seguindo essas etapas:
1 - No navegador da Web, vá para o Centro de administração do Azure Active Directory (https://aad.portal.azure.com).
2 - No menu, selecione **Azure Active Directory**.
<p align="center">
<img alt="...." src="./assets/azure-active-directory.png" width="80%">
</p>
3 - Selecione **Registros de aplicativos**.
4 - Crie um novo registro de aplicativo selecionando **Novo registro**.
<p align="center">
<img alt="...." src="./assets/new-registration.png" width="80%">
</p>
5 - Na tela **Registrar um aplicativo**, insira os seguintes valores:
- **Nome**: insira o nome do seu aplicativo.
- **Tipos de conta com suporte**: selecione **Contas somente nesse diretório organizacional (locatário único)**.
- URI de Redirecionamento (opcional): selecione **SPA (aplicativo de página única)** e insira `http://localhost:8080`.
- Selecione **Registrar**.
<p align="center">
<img alt="...." src="./assets/register-app.png" width="80%">
</p>
6 - Depois que o aplicativo for registrado com êxito, selecione **Visão geral**.
7 - Copie os valores da **ID do aplicativo (cliente)** e da **ID do Diretório (locatário)** e salve os valores em algum lugar. Você precisará deles nas próximas etapas.
<p align="center">
<img alt="...." src="./assets/app-id.png" width="80%">
</p>
### Ferramentas do programador
**Downloads**:
- Visual Studio Code:
- https://code.visualstudio.com/download
Link: https://learn.microsoft.com/pt-br/training/modules/msgraph-show-user-emails/?wt.mc_id=slidescontent_18337_webinar_reactor
| Desenvolvimento de uma aplicação JavaScript com Microsoft Graph | javascript,microsoft-graph | 2023-01-31T18:20:13Z | 2023-01-31T18:58:31Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | null | null |
Rafael-Souza-97/tabela-do-campeonato | rafael-souza-sd-023-b-trybe-futebol-clube | # Tabela do Campeonato - TFC
Aplicação realizada enquanto aluno da [Trybe](https://www.betrybe.com/) para reforçar os conhecimentos sobre [Typescript](https://www.typescriptlang.org/), [API RESTful](https://blog.betrybe.com/desenvolvimento-web/api-rest-tudo-sobre/), [POO](https://blog.betrybe.com/tecnologia/poo-programacao-orientada-a-objetos/#:~:text=A%20programa%C3%A7%C3%A3o%20orientada%20a%20objetos,que%20existe%20s%C3%A3o%20os%20objetos.),
[SOLID](https://blog.betrybe.com/linguagem-de-programacao/solid-cinco-principios-poo/), entre outras.
O projeto "Tabela do Campeonato" é um site informativo sobre partidas e classificações de futebol. Durante o desenvolvimento, minha responsabilidade foi criar uma API e integrar as aplicações através de Docker Compose, para que elas funcionem com um banco de dados. Utilizamos modelagem de dados com Sequelize para construir um back-end dockerizado.
Para adicionar uma partida, é necessário ter um token de autenticação válido. Isso significa que é preciso estar logado para realizar quaisquer alterações na tabela de partidas. Utilizamos modelagem de dados com Sequelize para criar relacionamentos entre as tabelas "teams" e "matches", permitindo assim a atualização das partidas de forma precisa e eficiente.
Com esse projeto, é possível verificar a tabela geral do campeonato, filtrar pela classificação de jogos em casa e fora de casa, além de adicionar e atualizar partidas (desde que esteja logado). Além disso, você pode experimentar o site com o usuário `user@user.com` e a senha `secret_user` ou como administrador com o email `admin@admin.com` e a senha `secret_admin` para ter algumas permissões adicionais.
Para garantir a qualidade e confiabilidade da API construída, foram realizados testes automatizados utilizando as bibliotecas [Mocha](https://mochajs.org/), [Sinon](https://sinonjs.org/), [Chai](https://www.chaijs.com/) e [Jest](https://jestjs.io/). Essas ferramentas permitem a criação de testes unitários, de integração e de aceitação, possibilitando a validação do comportamento da aplicação em diferentes níveis.
<br>
<details>
<summary><strong>Rotas</strong></summary><br />
#### Login
- **GET** `/validate`: Utiliza o método `tokenControllerValidation` do controlador de login para validar um token de autenticação.
- **POST** `/`: Utiliza o método `loginValidation` do controlador de login para validar as credenciais de login enviadas e, em seguida, o método `loginValidation` para efetuar o login.
#### Partidas
- **GET** `/`: Utiliza o método `getMatches` do controlador de partidas para recuperar todas as partidas.
- **POST** `/`: Utiliza o método `createMatch` do controlador de partidas para criar uma nova partida.
- **PATCH** `/:id/finish`: Utiliza o método `matchFinished` do controlador de partidas para marcar uma partida como finalizada.
- **PATCH** `/:id`: Utiliza o método `updateMatch` do controlador de partidas para atualizar uma partida existente.
#### Times
- **GET** `/`: Utiliza o método `getAllTeams` do controlador de times para recuperar todos os times.
- **GET** `/:id`: Utiliza o método `getTeamById` do controlador de times para recuperar um time específico pelo ID.
#### Tabelas
- **GET** `/`: Utiliza o método `leaderboard` do controlador de tabelas para recuperar a tabela geral.
- **GET** `/home`: Utiliza o método `homeLeaderboard` do controlador de tabelas para recuperar a tabela de jogos em casa.
- **GET** `/away`: Utiliza o método `awayLeaderboard` do controlador de tabelas para recuperar a tabela de jogos fora de casa.
<hr>
</details>
<br>
<details>
<summary><strong>Como instalar a Tabela de Campeonato</strong></summary><br />
## Instalação
<hr>
<details>
<summary><strong> ⚠️ Configurações mínimas para execução do projeto</strong></summary><br />
Na sua máquina você deve ter:
- Sistema Operacional Distribuição Unix (Preferencialmente)
- Node versão 16
- Docker
- Docker-compose versão >=1.29.2
➡️ O `node` deve ter versão igual ou superior à `16.14.0 LTS`:
- Para instalar o nvm, [acesse esse link](https://github.com/nvm-sh/nvm#installing-and-updating);
- Rode os comandos abaixo para instalar a versão correta de `node` e usá-la:
- `nvm install 16.14 --lts`
- `nvm use 16.14`
- `nvm alias default 16.14`
➡️ O`docker-compose` deve ter versão igual ou superior à`ˆ1.29.2`:
* Use esse [link de referência para realizar a instalação corretamente no ubuntu](https://app.betrybe.com/learn/course/5e938f69-6e32-43b3-9685-c936530fd326/module/94d0e996-1827-4fbc-bc24-c99fb592925b/section/5987fa2d-0d04-45b2-9d91-1c2ffce09862/day/2f1a5c4d-74b1-488a-8d9b-408682c93724/lesson/b883b81d-21f6-4b60-aa62-8508f6017ea0);
* Acesse o [link da documentação oficial com passos para desinstalar](https://docs.docker.com/compose/install/#uninstallation) caso necessário.
</details>
### Rodando a aplicação via [Docker](https://www.docker.com/)
> - :warning: Antes de começar, seu docker-compose precisa estar na versão 1.29 ou superior. [Veja aqui](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04-pt) ou [na documentação](https://docs.docker.com/compose/install/) como instalá-lo. No primeiro artigo, você pode substituir onde está com `1.26.0` por `1.29.2`.
> - :warning: Caso opte por utilizar o Docker, **TODOS** os comandos disponíveis no `package.json` (npm start, npm test, npm run dev, ...) devem ser executados **DENTRO** do container, ou seja, no terminal que aparece após a execução do comando `docker exec` citado acima
> - :warning: Se você se deparar com o erro abaixo, quer dizer que sua aplicação já esta utilizando a `porta 3000`, seja com outro processo do Node.js (que você pode parar com o comando `killall node`) ou algum container! Neste caso você pode parar o container com o comando `docker stop <nome-do-container>`
<br>
- Clone o repositório `git@github.com:Rafael-Souza-97/tabela-do-campeonato.git`:
```bash
git clone git@github.com:Rafael-Souza-97/tabela-do-campeonato.git
```
<br>
- Entre na pasta do repositório que você acabou de clonar:
```bash
cd tabela-do-campeonato
```
- Instale as depëndencias, caso necessário, com `npm install` (fora do container):
> - Esse serviço irá instalar as dependências do Front End e do Back End`.
```bash
npm install
```
<br>
- Rode o serviço `node` com o comando `npm run compose:up:dev -- --build`:
> - Esse serviço irá inicializar três containers chamados `app_backend`, `app_frontend` e `mysql:8.0.21`.
> - A partir daqui você pode rodar o container via CLI ou abri-lo no VS Code.
```bash
npm run compose:up:dev -- --build
```
<br>
- Use o comando `docker exec -it app_backend sh` para acessar o container `app_backend`:
> - Ele te dará acesso ao terminal interativo do container do backend criado pelo compose, que está rodando em segundo plano.
```bash
docker exec -it app_backend sh
```
<br>
> A aplicação é executada com nodemon, inicializado junto ao container;
<br>
- Para rodar os testes unitários e testes de integração localmente, acesse o container `app_backend` com o comando `docker exec -it app_backend sh`, e em seguida, rode o serviço de cobertura de testes com o comando `npm run test:coverage`:
```bash
docker exec -it app_backend sh
```
```bash
npm run test:coverage
```
<hr>
</details>
<br>
## Autor
- [Rafael Souza](https://github.com/Rafael-Souza-97)
## Referências
- [Trybe](https://www.betrybe.com/) - (Base do Front End, consumo de API e estilizaçào)
## Tecnologias / Ferramentas utilizadas
- [Typescript](https://www.typescriptlang.org/)
- [Javascript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [Node](https://nodejs.org/en/)
- [Docker](https://www.docker.com/)
- [API RESTful](https://blog.betrybe.com/desenvolvimento-web/api-rest-tudo-sobre/)
- [Express](https://expressjs.com/)
- [MySQL](https://www.mysql.com/)
- [MySQL Workbench](https://www.mysql.com/products/workbench/)
- [Sequelize](https://sequelize.org/)
- [JWT](https://auth0.com/resources/ebooks/jwt-handbook?utm_content=latamptbrazilgenericauthentication-jwthandbook-jwthandbook&utm_source=google&utm_campaign=latam_mult_bra_all_ciam-all_dg-ao_auth0_search_google_text_kw_utm2&utm_medium=cpc&utm_id=aNK4z0000004ISoGAM&utm_term=json%20web%20token-c&gclid=Cj0KCQiAic6eBhCoARIsANlox86d1mgnR32Ojo_O7HQcmuTbch4oUFGFeAe5YcMjrVVTa3XlqlXDIGoaApm8EALw_wcB)
- [Bcrypt](https://www.npmjs.com/package/bcrypt)
- [POO](https://blog.betrybe.com/tecnologia/poo-programacao-orientada-a-objetos/#:~:text=A%20programa%C3%A7%C3%A3o%20orientada%20a%20objetos,que%20existe%20s%C3%A3o%20os%20objetos.)
- [SOLID](https://blog.betrybe.com/linguagem-de-programacao/solid-cinco-principios-poo/)
- [Thunder Client](https://www.thunderclient.com/)
- [Zoom](https://zoom.us/)
- [Slack](https://slack.com/intl/pt-br/)
- [ESLint](https://eslint.org/)
- [VsCode](https://code.visualstudio.com/)
- [Git](https://git-scm.com/) & [GitHub](https://github.com/)
- [Linux - Ubuntu](https://ubuntu.com/)
## Testes
- [Mocha](https://mochajs.org/)
- [Chai](https://www.chaijs.com/)
- [Sinon](https://sinonjs.org/)
- [Jest](https://jestjs.io/)
## Infos Adicionais
- ###### Percentual de cumprimento de requisitos ([Trybe](https://www.betrybe.com/))- 100%
## Preview
https://user-images.githubusercontent.com/99055008/220761072-80e8492d-c747-4455-b6e4-df7ca16de46d.mp4
<hr>
| Fullstack Project | bcrypt,fullstack,javascript,jwt,mysql,node,sequelize,typescript,workbench,api-restful | 2023-01-27T03:01:01Z | 2023-02-23T19:20:29Z | null | 3 | 0 | 38 | 0 | 1 | 3 | null | null | JavaScript |
Cabraham1/WeLead-conference | master | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>WeLead Political Summit</b></h3>
[Loom vidoe Demo Link](https://www.loom.com/share/04189946b12d40ae83b6ae55cc7cdb78/)
</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)
# 📖 [Welead Political Summit] <a name="about-project"></a>
The objective of this project is to create a conference website that showcases the details of an upcoming summit aimed at increasing the involvement of women in politics. The summit is titled "WeLead Political Summit."

The objective of this project is to develop a straightforward, multi-page, and mobile-friendly conference website that will be launched later this year. The website will display all the crucial information related to the conference, including the list of speakers, the event schedule, the sponsors, and any other relevant information.
This project requires you to establish an HTML-CSS-JavaScript linter according to the guidelines outlined in the HTML-CSS-JavaScript linter configuration documentation. You are to adopt a mobile-first approach in constructing the website, ensuring that it is responsive on both mobile and desktop devices, interactive, and subject to testing before deployment.
The project will contain the homepage and about page.
## 🛠 Built With <a name="built-with"></a>
- HTML & CSS & JavaScript
- Git, Github and Visual Studio Code
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="#live-demo"></a>
[Live Demo Link](https://cabraham1.github.io/WeLead-conference/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🛠 Built With <a name="built-with"></a>
- HTML & CSS & JavaScript
- Git, Github and Visual Studio Code
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A laptop
- git
- code editor (e.g Vscode)
To get a local copy up and running follow these simple example steps.
- Choose a directory
- Open a Terminal
- write: git clone git@github.com:Cabraham1/WeLead-conference.git
- get into to directory "WeLead-conference"
- write: npm install
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Christopher Abraham**
- GitHub: [@githubhandle](https://github.com/cabraham1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abrahamchristopher)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 👥 Future Features <a name="Future Features"></a>
> Future Features includes.
* impleamentation of smooth scroll
* Refactoring the whole project using React js
* Design of the remainnig pages i.e project, join and campaingn
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributor"></a>
Feel free to check the [issues page](https://github.com/Cabraham1/WeLead-conference/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank...
👤 [cindy shin](https://www.behance.net/adagio07) the [ Author of the Original design,](https://www.behance.net/adagio07) as required by the [Creative Commons license](https://www.behance.net/adagio07)
<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>
| The objective of this project is to develop a straightforward, multi-page, and mobile-friendly conference website that will be launched later this year. The website will display all the crucial information related to the conference, including the list of speakers, the event schedule, the sponsors, and any other relevant information. | css,html,javascript | 2023-02-06T18:43:13Z | 2023-02-09T15:44:52Z | null | 1 | 2 | 35 | 0 | 0 | 3 | null | null | CSS |
codeguage-code/exercises | main | # Exercises
Solutions to exercises in the courses at CodeGuage.
| Solutions to exercises at Codeguage. | exercises,javascript-exercises,programming-exercises,javascript,php,php-exercises,python,python-exercises | 2023-01-29T12:25:54Z | 2023-06-06T07:37:14Z | null | 1 | 0 | 17 | 0 | 0 | 3 | null | null | HTML |
FY0u11/range-slider | main | # range-slider
## How to use
First import css and js files:
```html
<head>
...
<link type="text/css" rel="stylesheet" href="range-slider.min.css">
...
</head>
<body>
...
<script src="range-slider.min.js"></script>
</body>
```
Add slider to page (without any data attributes it will produce range slider from 0 to 100)
```html
<body>
...
<div class="r-slider"></div>
...
</body>
```
To specify range steps add data-steps attribute
```html
<body>
...
<div class="r-slider" data-steps="[10,15,30,50,100]"></div>
...
</body>
```
To specify start point add data-start-index attribute
```html
<body>
...
<div class="r-slider" data-start-index="3"></div>
...
</body>
```
To specify min range add data-min attribute
```html
<body>
...
<div class="r-slider" data-min="-100"></div>
...
</body>
```
To specify max range add data-max attribute
```html
<body>
...
<div class="r-slider" data-max="1000"></div>
...
</body>
```
To specify step of generated range add data-step attribute
```html
<body>
...
<div class="r-slider" data-step="5"></div>
...
</body>
```
To get range slider value on its updating add event listener on slider
```html
<body>
...
<div class="r-slider" data-steps='["a","b","c","d","e","f"]'></div>
<div class="r-slider" data-min="-100" data-max="200" data-step="5"></div>
...
<script>
const s1 = document.getElementsByClassName('r-slider')[0],
s2 = document.getElementsByClassName('r-slider')[1]
s1.addEventListener('r-slider-updated', e => console.log('slider1', e.detail.value))
s2.addEventListener('r-slider-updated', e => console.log('slider2', e.detail.value))
</script>
</body>
```
To see more check public/example.html file or https://jsfiddle.net/fy0u11/oxtj6szn/13/
| Pure JS range slider without any dependencies | javascript,no-dependencies,range-slider,slider | 2023-02-02T11:42:08Z | 2023-02-05T17:54:55Z | 2023-02-03T07:23:45Z | 1 | 1 | 12 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
z3nology/stakingdapp-doodcats-eth | main | 
## Documentation built by Developers
Each element is well presented in very complex documentation.
You can read more about the [documentation here](https://www.creative-tim.com/learning-lab/react/overview/material-dashboard/).
## HELPFUL LINKS
- View [Github Repository](https://github.com/lukaskelley/DOODCAT-FE)
## Terminal Commands
Navigate to the root ./ directory of the product and run `yarn install` or `npm install` to install our local dependencies.
## Browser Support
At present, we officially aim to support the last two versions of the following browsers:
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64">
##### Social Media
Twitter: <https://twitter.com/SpaceCatsSGB>
Github: <https://github.com/DOODCAT/Doodcats-Dapp>
Discord: <https://discord.gg/gUYSw7ZB7R>
| 💠 Staking: Holders may stake DoodCats v3 NFTs and DedDoods NFTs to earn sDOOD. 💠 Purchasing NFTs: sDOOD holders may purchase NFTs and mint new collection NFTs in future. 💠 Governance: sDOOD holders may participate in the governance of project by voting. 💠 Single token staking: sDOOD holders will be able to stake sDOOD and earn certain percent. | ethersjs,javascript,react,redux,solidity,web3 | 2023-01-26T08:42:44Z | 2023-01-26T08:43:35Z | null | 1 | 0 | 2 | 0 | 4 | 3 | null | MIT | JavaScript |
tkasuz/appsyncgen | main | # appsyncgen [](https://goreportcard.com/report/github.com/kopkunka55/appsyncgen) [](https://pkg.go.dev/github.com/kopkunka55/appsyncgen) [](https://github.com/kopkunka55/appsyncgen/actions)
appsyncgen is a CLI for generating AWS AppSync JavaScript Resolvers based on Amazon DynamoDB single-table design.
appsyncgen is inspired by [AWS Amplify CLI](https://docs.amplify.aws/cli/)
## Overview
appsyncgen is a CLI providing some useful capability to develop GraphQL API with AppSync JavaScript Resolver using Amazon DynamoDB single table.
**appsyncgen** provides:
* Generate JS resolvers from `schema.graphql`.
* Support some directive supported by AWS Amplify (`@auth`, `@hasOne`, `@hasMany`, `@manyToMany`).
* `@auth` directive supports multiple providers (`apiKey`, `oidc`, `iam`, `lambda`, `userPools`) which provide resolver-level authorization.
* Export resolver list by JSON so that you can easily implement CDK stack.
* Generate CloudFormation Template automatically.
* Generate Pipeline resolvers for your queries and mutations so that you can slot in your custom business logic between generated resolvers.
* Optimistic locking with version number for update resolver
* **TypeScript** support is coming soon.
## Concepts
[AWS Amplify CLI](https://docs.amplify.aws/cli/) is really powerful tool to generate AppSync resolvers using multi-table Amazon DynamoDB, but sometimes building complicated logic is not easy with VTL. **appsyncgen** helps us generate **JavaScript** Resolver, which should make it easier to edit auto-generated code. Additionally **appsyncgen** generate resolvers based on Amazon DynamoDB [single-table design](https://aws.amazon.com/blogs/compute/creating-a-single-table-design-with-amazon-dynamodb/), so that you don't need to consider DynamoDB key design by yourself.
## Installing
```shell
go install github.com/kopkunka55/appsyncgen@latest
```
### For Mac OS
```shell
brew tap kopkunka55/appsyncgen
brew install kopkunka55/appsyncgen/appsyncgen
```
## Usage
All you need is `schema.graphql` which includes only basic types. Mutation/Query/Subscription and some supplemental types will be added.
```graphql
type Message
@auth (rules: [
{provider: apiKey},
])
{
body: String!
from: User! @hasOne
}
enum Role {
ADMIN
READER
EDITOR
}
type User
@auth (rules: [
{provider: apiKey, operations: [create, update, delete, read]},
])
{
name: String!
chats: [Chat]! @manyToMany
profilePicture: String
roles: Role!
}
type Chat
@auth (rules: [
{provider: apiKey}
])
{
name: String!
members: [User] @manyToMany
messages: [Message] @hasMany
}
```
```shell
appsyncgen generate --output='./resolvers' --schema='./schema.graphql' --name='appsyncgen'
```
## License
The source code for the site is licensed under the MIT license, which you can find in the [LICENSE](./LICENSE) file.
| appsyncgen is a CLI for generating AWS AppSync JavaScript Resolvers based on Amazon DynamoDB single-table design. | appsync,cli,dynamodb,graphql,javascript | 2023-01-27T14:44:48Z | 2023-02-22T17:32:31Z | 2023-02-22T17:26:48Z | 1 | 8 | 23 | 0 | 0 | 3 | null | MIT | Go |
rajalakshmi-s20/E-commerce-website | main | # payment-gateway | E-commerce website with payment gateway integration | css,html,javascript | 2023-01-30T17:00:36Z | 2023-04-23T14:28:09Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | null | Hack |
MarkoKermi/latest_meals_app_cp-project | 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="murple_logo.png" alt="logo" width="140" height="auto" />
<br/>
<h3><b>Microverse README Template</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Latest Meal App] <a name="about-project"></a>
-Latest Meals app displays several different meals offered in local restaurants. User can comment about the mean and can even leave a like if impressed with the meal.
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- Javascript
## 🚀 VIDEO WALKTHROUGH <a name="live-demo"></a>
- [Walkthrough link](https://drive.google.com/file/d/1htfMwT_eBf42EtfQewOEaoj4mQ-4HOjg/view?usp=share_link)
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
1. Clone the Repo or Download the Zip file or `https://github.com/MarkoKermi/javascript_capstone_project.git`
2. cd /leaderboard
3. Open it with the live server
### Prerequisites
In order to run this project you need:
- Git/Github
- HTML and CSS knowledge
- VS code or any other equivalent tool.
<!-- LIVE DEMO -->
### LIVE DEMO
- See it live by clicking [Live Demo Link](https://markokermi.github.io/javascript_capstone_project/dist/)
### Setup
Clone this repository to your desired folder:
<!--
Example commands:
```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
--->
### Install
Install this project with:
- to install locally run git clone https://github.com/MarkoKermi/javascript_capstone_project.git
- open the cloned directory with VSCode
- Install live server extension for VSCode
- Right click on the index.html and select open with live servers
### Run tests
To run tests, run the following command:
For tracking linter errors locally you need to follow these steps:
After cloning the project you need to run these commands
`npm install` `This command will download all the dependancies of the project`
For tracking linter errors in HTML files run:
`npx hint .`
For tracking linter errors in CSS or SASS files run:
`npx stylelint "**/*.{css,scss}`
And For tracking linter errors in JavaScript files run:
`npx eslint .`
### Usage
- Feel free to use this project.
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
> This is a collaborative project.
👤 **Towett Sammy**
- GitHub: [@sam](https://github.com/Sammy3000)
- Twitter: [@towettsam](https://twitter.com/sammy15375658)
- LinkedIn: [@towettSammy](https://www.linkedin.com/in/towett-sammy-43476024a/)
👤 **Marko Kermi**
- GitHub: [@MarkoKerm](https://github.com/MarkoKermi)
- Twitter: [@MarkoKermi](https://twitter.com/MarkoKerm)
- LinkedIn: [@MarkoKermichiev](https://www.linkedin.com/in/marko-kermichiev-78b1bb110/)
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
Give a ⭐️ if you like this project!
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- I would like to thank Microverse for granting me the knowledge to do this.
- Thanks to My coding Partner.
- Thanks to My Morning-session-group and Standup-team Partners.
- Thanks to Code Reviewers
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ Loaders] **[I will add loaders as we await data from API]**
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
| Latest Meals app displays several different meals offered in local restaurants. User can comment about the mean and can even leave a like if impressed with the meal. | css,html5,javascript,jest-test,webpack | 2023-02-06T12:19:24Z | 2023-02-10T15:22:32Z | null | 2 | 10 | 49 | 6 | 0 | 3 | null | null | JavaScript |
RobinMeneust/parking-app | master | # PARK'O TOP
## About
A web app that searches for nearby parking lots (in France) and stores the user history to show him his expenses and other statistics.
## Dependencies
- Docker
- Docker Compose
Please note that this project doesn't work offline
## Important
You may need to wait a little after setting up the website, before using elements using the database, since it needs to load before.
For instance you may get the warning : `Warning: mysqli_connect(): (HY000/2002)`. In that case, just wait a couple of minutes.
## Installation
### API keys
For security reasons we disabled the API keys that are used in this project.
So, you will need to add your own ones in the JS and PHP files.
The API keys needed are for Google Maps API and OpenCage A
### How to install Docker & Docker Compose
#### Linux
Depending on your distribution:
- Red Hat & derivatives: `sudo yum install docker `
- Debian & derivatives: `sudo apt install docker.io`
- From the installation script: `curl −s https://get.docker.com/ | sudo sh`
Then:
- Install Docker Compose: `sudo apt install docker-compose`
#### Windows
- Download & install: https://docs.docker.com/desktop/install/windows-install/
- Run `wsl --update`
### How to build the containers
Run the following command in the root of this project (parking-app/): `docker-compose up -d`
### How to stop the containers
Run the following command in the root of this project (parking-app/): `docker-compose down`
#### If you get an error:
- Check if you can execute `docker ps` without sudo. If not then do the following:
1. `sudo groupadd docker`
2. `sudo gpasswd -a $USER docker`
3. `sudo service docker restart`
4. `sudo chown $USER /var/run/docker.sock`
5. If docker-compose still doesn't work then try restarting your computer
- If you can run `docker-compose up -d` but you get the error : `Error starting userland proxy: listen tcp4 0.0.0.0:3306: bind: address already in use`. The port used by the container may already be used so:
1. Open `parking-app/docker-compose.yml`
2. Change the port at the line `- "3307:3307"` in `ports` in `db` to another (`"3308:3308"` for instance)
3. `docker-compose up -d`
## Execution
### To open the website
Go to http://localhost:8000/ in your web browser
### To edit the database (admin)
1. Run `docker ps`
2. Get the CONTAINER ID (1st column) of the mysql IMAGE
3. Replace CONTAINER_ID with what you got in (2.), in `docker exec -ti CONTAINER_ID bash` and run it
4. Enter `mysql -p`
6. Enter the password that was defined in the environment variable MYSQL_ROOT_PASSWORD in docker-compose.yml
7. Enter `use usersdata;`
8. Enter the queries you want to do
## Authors
- Romain Barré
- Yann Etrillard
- David Kusmider
- Robin Meneust
- Baptiste Ruellan
| A web app that searches for nearby parking lots | api,javascript,map,mysql,parking,php,website,docker,docker-compose,mysqli | 2023-02-08T12:48:57Z | 2023-06-27T07:37:10Z | null | 5 | 2 | 206 | 0 | 1 | 3 | null | null | PHP |
rethinkhealth/hl7v2 | main | HL7v2 client
=============
[]() [](https://github.com/rethinkhealth/hl7v2/blob/main/LICENSE) []()
`@rethinkhealth/HL7v2` is a library for parsing, validating, and mapping HL7v2 messages. It is built on top of the [HL7v2 standard](https://www.hl7.org/implement/standards/product_section.cfm?section=13).
## Features
- Typescript-compatible.
- Built on top of the HL7v2 standard.
- Supports all HL7v2 versions >= `2.5.1`.
- Provides robust schema validation using [Json Schema](https://json-schema.org/).
- Provides a simple API for parsing, validating, and mapping HL7v2 messages.
## What is HL7v2
HL7V2 is a standard for exchanging health information between systems. It is a text-based format that is human readable and machine parsable. HL7v2 is a standard that is used by many healthcare systems and is the standard for exchanging health information between systems.
For more detailed information about how to use `@rethinkhealth/hl7v2`, please refer to our [documentation](https://www.rethinkhealth.io/hl7v2/docs).
We also provide a playground where you can try out `@rethinkhealth/hl7v2` and see it in action. Visit our [playground](https://www.rethinkhealth.io/hl7v2/playground) to start experimenting.
## Getting Started
To get started, install the package using `npm`, `yarn`, or `pnpm`:
```bash
npm install @rethinkhealth/hl7v2
```
## Usage
### Parsing
To parse an HL7v2 message, use the `toJson` function:
```typescript
import { Message } from '@rethinkhealth/hl7v2';
const message = new Message('MSH|^~\&|...');
console.log(message.toJson());
```
### Validation
To validate an HL7v2 message, use the `validate` function:
```typescript
import { Message } from '@rethinkhealth/hl7v2';
const message = new Message('MSH|^~\&|...');
console.log(message.validate());
```
## Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.
## Code of Conduct
To ensure a welcoming and positive environment, we have a [Code of Conduct](CODE_OF_CONDUCT.md) that all contributors and participants are expected to adhere to.
## COPYRIGHT AND LICENSE
Copyright 2023 Rethink Health, SUARL. All rights reserved. This program is licensed to you under the terms of the [MIT License](https://opensource.org/licenses/MIT). This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [LICENSE](LICENSE) file for details.
## HL7 Trademark
HL7® and HEALTH LEVEL SEVEN® are trademarks owned by Health Level Seven International. HL7® and HEALTH LEVEL SEVEN® are registered with the United States Patent and Trademark Office.
| Open source HL7v2 compatible with Node.js | healthcare,hl7v2,hl7v2-message,hl7v2-transformation,javascript,typescript | 2023-01-29T15:11:52Z | 2024-03-30T00:54:22Z | 2023-06-28T10:26:21Z | 2 | 179 | 191 | 0 | 0 | 3 | null | MIT | TypeScript |
Pa1mekala37/Jobby-App | main | Implemented Jobby App where users can log in and can see a list of jobs with search by Job title, filters based on Salary range and Employment type, etc
- Implemented different pages like Login, Home, Jobs, Job item details using React components, props, state, lists, event handlers, form inputs.
- Authenticating by taking username, password and doing login post HTTP API Call.
- Persisted user login state by keeping jwt token in client storage, Sending it in headers of further API calls to authorize the user.
- Implemented different routes for Login, Home, Jobs, Job item details pages by using React Router components Route, Switch, Link.
- Implemented filters and search text by sending them as query parameters to jobs API calls.
- Redirecting to the login page if the user tries to open Home, Jobs, Job item details routes which need authentication by implementing protected Route.
Technologies used: React JS, JS, CSS, Bootstrap, Routing, REST API Calls, Local Storage, JWT Token, Authorization, Authentication
<h1>User Name : rahul </h1>
<h1> Password : rahul@2021 </h1>
### Refer to Images below:

<br/>

**Failure View** <br/>

### Design Files
<details>
<summary>Login Route</summary>
- [Extra Small (Size < 576px) and Small (Size >= 576px) - Login](https://assets.ccbp.in/frontend/content/react-js/jobby-app-login-sm-outputs.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Login](https://assets.ccbp.in/frontend/content/react-js/jobby-app-login-lg-output.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Login Failure](https://assets.ccbp.in/frontend/content/react-js/jobby-app-login-failure-lg-output.png)
</details>
<details>
<summary>Home Route</summary>
- [Extra Small (Size < 576px) and Small (Size >= 576px) - Home](https://assets.ccbp.in/frontend/content/react-js/jobby-app-home-sm-output.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Home](https://assets.ccbp.in/frontend/content/react-js/jobby-app-home-lg-output.png)
</details>
<details>
<summary>Jobs Route</summary>
- [Extra Small (Size < 576px) and Small (Size >= 576px) - Jobs](https://assets.ccbp.in/frontend/content/react-js/jobby-app-jobs-sm-outputs.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Jobs Success](https://assets.ccbp.in/frontend/content/react-js/jobby-app-jobs-success-lg-output-v0.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - No Jobs](https://assets.ccbp.in/frontend/content/react-js/jobby-app-no-jobs-lg-output-v0.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Profile Failure](https://assets.ccbp.in/frontend/content/react-js/jooby-app-profile-failure-lg-output-v0.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Jobs Failure](https://assets.ccbp.in/frontend/content/react-js/jobby-app-jobs-failure-lg-output-v0.png)
</details>
<details>
<summary>Job Item Details Route</summary>
- [Extra Small (Size < 576px) and Small (Size >= 576px) - Job Details Success](https://assets.ccbp.in/frontend/content/react-js/jobby-app-job-details-success-sm-output-v0.png)
- [Extra Small (Size < 576px) and Small (Size >= 576px) - Job Details Failure](https://assets.ccbp.in/frontend/content/react-js/jobby-app-job-details-failure-sm-output.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Job Details Success](https://assets.ccbp.in/frontend/content/react-js/jobby-app-job-details-success-lg-output-v0.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Job Details Failure](https://assets.ccbp.in/frontend/content/react-js/jobby-app-job-details-failure-lg-output.png)
</details>
<details>
<summary>Not Found Route</summary>
- [Extra Small (Size < 576px) and Small (Size >= 576px) - Not Found](https://assets.ccbp.in/frontend/content/react-js/jobby-app-not-found-sm-output-v0.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px) - Not Found](https://assets.ccbp.in/frontend/content/react-js/jobby-app-not-found-lg-output-v0.png)
</details>
### Set Up Instructions
<details>
<summary>Click to view</summary>
- Download dependencies by running `npm install`
- Start up the app using `npm start`
</details>
### Completion Instructions
<details>
<summary>Functionality to be added</summary>
<br/>
The app must have the following functionalities
- **Login Route**
- When invalid credentials are provided and the **Login** button is clicked, then the error message received from the response should be displayed
- When valid credentials are provided and the **Login** button is clicked, then the page should be navigated to the Home Route
- When an _unauthenticated_ user, tries to access the Home, Jobs and Job Item Details Route, then the page should be navigated to Login Route
- When an _authenticated_ user, tries to access the Home, Jobs and Job Item Details Route, then the page should be navigated to the respective route
- When an _authenticated_ user, tries to access the Login Route, then the page should be navigated to the Home Route
- **Home Route**
- When an _authenticated_ user opens the Home Route
- Clicks on the **Find Jobs** button, then the page should be navigated to the Jobs Route
- **Jobs Route**
- When an _authenticated_ user opens the Jobs Route
- An HTTP GET request should be made to **Profile API URL**
- **_loader_** should be displayed while fetching the data
- After the data is fetched successfully, the response received should be displayed
- If the HTTP GET request made is unsuccessful, then the [Failure View](https://assets.ccbp.in/frontend/content/react-js/jobby-app-profile-failure-lg-output.png) should be displayed
- When the **Retry** button is clicked, an HTTP GET request should be made to **Profile API URL**
- An HTTP GET request should be made to **Jobs API URL** with `employment_type`, `minimum_package`, and `search` as query parameters with empty strings as initial values
- **_loader_** should be displayed while fetching the data
- After the data is fetched successfully, display the list of jobs received from the response
- If the HTTP GET request made is unsuccessful, then the [Failure View](https://assets.ccbp.in/frontend/content/react-js/jobby-app-jobs-failure-lg-output.png) should be displayed
- When the **Retry** button is clicked, an HTTP GET request should be made to **Jobs API URL**
- When a value is provided in the search input and search icon button is clicked
- Make an HTTP GET request to the **Jobs API URL** with `jwt_token` in the Cookies and query parameter `search` with value as the text provided in the search input
- **_loader_** should be displayed while fetching the data
- After the data is fetched successfully, display the list of jobs received from the response
- When **Employment Types** options are selected
- Make an HTTP GET request to the **Jobs API URL** with `jwt_token` in the Cookies and query parameter `employment_type` with value as a list of selected employment type id's as a single string separated by `,`
- **_loader_** should be displayed while fetching the data
- After the data is fetched successfully, display the list of jobs received from the response
- When **Salary Range** is selected
- Make an HTTP GET request to the **Jobs API URL** with `jwt_token` in the Cookies and query parameter `minimum_package` with value as the id of the selected salary range
- **_loader_** should be displayed while fetching the data
- After the data is fetched successfully, display the list of jobs received from the response
- When the HTTP GET request made to the **Jobs API URL** returns an empty list for jobs then [No Jobs View](https://assets.ccbp.in/frontend/content/react-js/jobby-app-no-jobs-lg-output.png) should be displayed
- When multiple filters are applied, then the HTTP GET request should be made with all the filters that are applied
- For example: When the **Full Time** and **Part Time** employment types are selected, salary range **10 LPA and above** is selected and search input field is empty, then the **Jobs API URL** will be as follows
```js
const apiUrl = 'https://apis.ccbp.in/jobs?employment_type=FULLTIME,PARTTIME&minimum_package=1000000&search='
```
- When a **job** is clicked, then the page should be navigated to the Job Item Details Route
- **Job Item Details Route**
- When an _authenticated_ user opens the Job Item Details Route
- An HTTP GET request should be made to **Job Details API URL** with `jwt_token` in the Cookies and job `id` as path parameter
- **_loader_** should be displayed while fetching the data
- After the data is fetched successfully, the response received should be displayed
- The list of similar jobs should be displayed
- If the HTTP GET request made is unsuccessful, then the [Failure View](https://assets.ccbp.in/frontend/content/react-js/jobby-app-job-details-failure-lg-output.png) should be displayed
- When the **Retry** button is clicked, an HTTP GET request should be made to **Job Details API URL**
- When the **Visit** button is clicked, then the corresponding company website URL should be opened in a new tab
- **Not Found Route**
- When a random path is provided as the URL path, then the page should be navigated to the Not Found Route
- **Header**
- When the **website logo** image is clicked, then the page should be navigated to the Home Route
- When the **Home** link is clicked, then the page should be navigated to the Home Route
- When the **Jobs** link is clicked, then the page should be navigated to the Jobs Route
- When the **Logout** button is clicked, then the page should be navigated to the Login Route
- The App is provided with `employmentTypesList`. It consists of a list of employment type objects with the following properties in each employment type object
| Key | Data Type |
| :--------------: | :-------: |
| employmentTypeId | String |
| label | String |
- The App is provided with `salaryRangesList`. It consists of a list of salary range objects with the following properties in each salary range object
| Key | Data Type |
| :-----------: | :-------: |
| salaryRangeId | String |
| label | String |
</details>
<details>
<summary>API Requests & Responses</summary>
<br/>
**Login API**
#### API: `https://apis.ccbp.in/login`
#### Method: `POST`
#### Request:
```json
{
"username": "rahul",
"password": "rahul@2021"
}
```
#### Description:
Returns a response based on the credentials provided
#### Sample Success Response
```json
{
"jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJhaHVsIiwicm9sZSI6IlBSSU1FX1VTRVIiLCJpYXQiOjE2MTk2Mjg2MTN9. nZDlFsnSWArLKKeF0QbmdVfLgzUbx1BGJsqa2kc_21Y"
}
```
#### Sample Failure Response
```json
{
"status_code": 404,
"error_msg": "Username is not found"
}
```
**Profile API**
#### API: `https://apis.ccbp.in/profile`
#### Method: `GET`
#### Description:
Returns a response containing the profile details
#### Sample Response
```json
{
"profile_details": {
"name": "Rahul Attuluri",
"profile_image_url": "https://assets.ccbp.in/frontend/react-js/male-avatar-img.png",
"short_bio": "Lead Software Developer and AI-ML expert"
}
}
```
**Jobs API**
#### API: `https://apis.ccbp.in/jobs`
#### Example: `https://apis.ccbp.in/jobs?employment_type=FULLTIME,PARTTIME&minimum_package=1000000&search=`
#### Method: `GET`
#### Description:
Returns a response containing the list of all jobs
#### Sample Response
```json
{
"jobs": [
{
"company_logo_url": "https://assets.ccbp.in/frontend/react-js/jobby-app/facebook-img.png",
"employment_type": "Full Time",
"id": "d6019453-f864-4a2f-8230-6a9642a59466",
"job_description": "We’re in search of a Back-End Software Engineer that specializes in server-side components. In this role, you’ll primarily work in NodeJs, SQL Lite, Python, AWS and GO and will bring a depth of knowledge on basic algorithms and data structures. As a Back-End Engineer, you might be architecting new features for our customers.",
"location": "Bangalore",
"package_per_annum": "21 LPA",
"rating": 4,
"title": "Backend Engineer"
}
...
],
"total":25,
}
```
**Job Details API**
#### API: `https://apis.ccbp.in/jobs/:id`
#### Example: `https://apis.ccbp.in/jobs/bb95e51b-b1b2-4d97-bee4-1d5ec2b96751`
#### Method: `GET`
#### Description:
Returns a response containing the job details
#### Sample Response
```json
{
"job_details": {
"company_logo_url": "https://assets.ccbp.in/frontend/react-js/jobby-app/netflix-img.png",
"company_website_url": "https://about.netflix.com/en",
"employment_type": "Internship",
"id": "bb95e51b-b1b2-4d97-bee4-1d5ec2b96751",
"job_description": "We are looking for a DevOps Engineer with a minimum of 5 years of industry experience, preferably working in the financial IT community. The position in the team is focused on delivering exceptional services to both BU and Dev",
"skills": [
{
"image_url": "https://assets.ccbp.in/frontend/react-js/jobby-app/docker-img.png",
"name": "Docker"
},
...
],
"life_at_company": {
"description": "Our core philosophy is people over process. Our culture has been instrumental to our success. It has helped us attract and retain stunning colleagues, making work here more satisfying. Entertainment, like friendship, is a fundamental human need, and it changes how we feel and gives us common ground. We want to entertain the world.",
"image_url": "https://assets.ccbp.in/frontend/react-js/jobby-app/life-netflix-img.png"
},
"location":"Delhi",
"package_per_annum":"10 LPA",
"rating":4
},
"similar_jobs": [
{
"company_logo_url": "https://assets.ccbp.in/frontend/react-js/jobby-app/netflix-img.png",
"employment_type": "Freelance",
"id": "2b40029d-e5a5-48cc-84a6-b6e12d25625d",
"job_description": "The Experimentation Platform team builds internal tools with a big impact across the company. We are looking to add a UI engineer to our team to continue to improve our experiment analysis workflow and tools. Ideal candidates will be excited by direct contact with our users, fast feedback, and quick iteration.",
"location": "Delhi",
"rating": 4,
"title": "Frontend Engineer"
},
...
]
}
```
</details>
### Quick Tips
<details>
<summary>Click to view</summary>
<br>
- To convert a list of items as a comma-separated string we can use the array method `join()`
</details>
### Important Note
<details>
<summary>Click to view</summary>
<br/>
**The following instructions are required for the tests to pass**
- Render `Home` Route component when the path in URL matches `/`
- Render `Login` Route component when the path in URL matches `/login`
- Render `Jobs` Route component when the path in URL matches `/jobs`
- Render `Job Item Details` Route component when the path in URL matches `/jobs/:id`
- Render `Not Found` Route component when the path in URL matches `/not-found`
- No need to use the `BrowserRouter` in `App.js` as we have already included in `index.js`
- User credentials
```text
username: rahul
password: rahul@2021
```
- Wrap the `Loader` component with an HTML container element and add the `data-testid` attribute value as **loader** to it
```jsx
<div className="loader-container" data-testid="loader">
<Loader type="ThreeDots" color="#ffffff" height="50" width="50" />
</div>
```
- **Jobs Route**
- The HTML button element with search icon should have the `data-testid` attribute value as **searchButton** to it
```jsx
<button type="button" data-testid="searchButton">
<BsSearch className="search-icon" />
</button>
```
- The profile image should have the alt as **profile**
- The company logo images in Jobs Route should have the alt as **company logo**
- **Job Details Route**
- The company logo image should have the alt as **job details company logo**
- The life at company image should have the alt as **life at company**
- The skill images should have the alt as the value of the key `name` from each object in the **skills** list received from the job details response
- The company logo image in similar job item should have the alt as **similar job company logo**
</details>
### Resources
<details>
<summary>Image URLs</summary>
- [https://assets.ccbp.in/frontend/react-js/home-sm-bg.png](https://assets.ccbp.in/frontend/react-js/home-sm-bg.png)
- [https://assets.ccbp.in/frontend/react-js/home-lg-bg.png](https://assets.ccbp.in/frontend/react-js/home-lg-bg.png)
- [https://assets.ccbp.in/frontend/react-js/profile-bg.png](https://assets.ccbp.in/frontend/react-js/profile-bg.png)
- [https://assets.ccbp.in/frontend/react-js/logo-img.png](https://assets.ccbp.in/frontend/react-js/logo-img.png) alt should be **website logo**
- [https://assets.ccbp.in/frontend/react-js/failure-img.png](https://assets.ccbp.in/frontend/react-js/failure-img.png) alt should be **failure view**
- [https://assets.ccbp.in/frontend/react-js/no-jobs-img.png](https://assets.ccbp.in/frontend/react-js/no-jobs-img.png) alt should be **no jobs**
- [https://assets.ccbp.in/frontend/react-js/jobby-app-not-found-img.png](https://assets.ccbp.in/frontend/react-js/jobby-app-not-found-img.png) alt should be **not found**
</details>
<details>
<summary>Colors</summary>
<br/>
<div style="background-color: #64748b; width: 150px; padding: 10px; color: white">Hex: #64748b</div>
<div style="background-color: #4f46e5; width: 150px; padding: 10px; color: white">Hex: #4f46e5</div>
<div style="background-color: #f8fafc; width: 150px; padding: 10px; color: black">Hex: #f8fafc</div>
<div style="background-color: #272727; width: 150px; padding: 10px; color: white">Hex: #272727</div>
<div style="background-color: #ffffff; width: 150px; padding: 10px; color: black">Hex: #ffffff</div>
<div style="background-color: #b6c5ff; width: 150px; padding: 10px; color: black">Hex: #b6c5ff</div>
<div style="background-color: #6366f1; width: 150px; padding: 10px; color: white">Hex: #6366f1</div>
<div style="background-color: #2c364c; width: 150px; padding: 10px; color: white">Hex: #2c364c</div>
<div style="background-color: #000000; width: 150px; padding: 10px; color: white">Hex: #000000</div>
<div style="background-color: #f1f5f9; width: 150px; padding: 10px; color: black">Hex: #f1f5f9</div>
<div style="background-color: #fbbf24; width: 150px; padding: 10px; color: white">Hex: #fbbf24</div>
<div style="background-color: #202020; width: 150px; padding: 10px; color: white">Hex: #202020</div>
<div style="background-color: #cbd5e1; width: 150px; padding: 10px; color: black">Hex: #cbd5e1</div>
<div style="background-color: #7e858e; width: 150px; padding: 10px; color: black">Hex: #7e858e</div>
<div style="background-color: #121212; width: 150px; padding: 10px; color: white">Hex: #121212</div>
<div style="background-color: #475569; width: 150px; padding: 10px; color: white">Hex: #475569</div>
<div style="background-color: #ff0b37; width: 150px; padding: 10px; color: white">Hex: #ff0b37</div>
<br/>
</details>
<details>
<summary>Font-families</summary>
- Roboto
</details>
| Jobby App using React.js Implemented Jobby App where users can log in and can see a list of jobs with search by Job title, filters based on Salary range and Employment type, etc | css,html,javascript,jsx,npm,npm-package,react-router,reactjs | 2023-02-09T19:38:06Z | 2023-02-10T04:26:32Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
13reathcode/Natours_Site | natours | # Natours | Float layout practice website
### You can checkout it on [DEMO-NATOURS](https://natours-13reath.netlify.app)
## In order for this to work you need to follow these steps:
1. Install node-sass with dev. dependecies (If you wanna change something) or simply --save (-S).
`npm i node-sass -D`
2. Install live-server (optinal) locally or globaly (i prefer this).
`npm i live-server -g`
3. Run both scripts by writing first command bellow | If you skipped step №2 then just write second command
First: `npm run start` Second: `npm run watch:sass`
#### Other scripts used for build proccess you can checkout in package.json foulder
## Also look into my other projects simply by changing branches/repos ^^
| null | scss,javascript | 2023-01-29T11:11:15Z | 2023-02-10T17:56:58Z | null | 1 | 0 | 33 | 0 | 0 | 3 | null | null | SCSS |
folarin-ogungbemi/flucent-v1 | main | # flucent-v1
folarin ogungbemi portfolio website | Personal portfolio website v1 | django,html-css,javascript | 2023-01-30T12:30:30Z | 2023-08-25T23:58:39Z | null | 1 | 0 | 168 | 1 | 0 | 3 | null | null | HTML |
fadwa2022/Cinema | main | null | une application web full stack pour numériser les réservations en ligne pour les places de cinéma | bootstrap,git,html5,javascript,mysql,json,css3,vuejs | 2023-02-01T18:31:19Z | 2023-03-10T20:18:01Z | null | 1 | 0 | 26 | 0 | 0 | 3 | null | null | Vue |
mujaheed13/mujaheed13.github.io | main | null | Portfolio, https://mujaheed13.github.io/ | css,html,javascript,portfolio,portfolio-website | 2023-01-30T15:09:13Z | 2024-01-04T19:24:30Z | null | 1 | 0 | 66 | 0 | 0 | 3 | null | null | HTML |
artemlatark/vocatyping | main | [](https://codeclimate.com/github/artemkrynkin/vocatyping/maintainability)
[](https://codeclimate.com/github/artemkrynkin/vocatyping/test_coverage)
# Vocatyping
# 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 the browser.
The page will reload if you make edits.\
You will 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/).
| 💂📚🇬🇧 Application for learning English words and improving pronunciation | react,redux-toolkit,typescript,firebase,english-learning,material-ui,javascript,redux | 2023-01-26T20:21:31Z | 2023-10-25T19:11:11Z | null | 1 | 50 | 187 | 5 | 0 | 3 | null | null | TypeScript |
HARSHAL-AP/Pharmacysio.com | main | # Pharmasio.com

Pharmasio.com is a website that provides a comprehensive catalog of health and wellness products, including prescription and over-the-counter medications, personal care items, and medical supplies. Our mission is to provide convenient and accessible healthcare solutions to our customers, with a focus on quality and affordability. We also Provide best solutions to our Users to Solve there medical Problems By keeping trace Of there everyday Neutrition and Helth data.
We also Provide Dorestep Dilivelry of All Fruiuts and Vegitables. With Quality and Afofordability.
## Feature
- Search and browse our extensive catalog of products
- Easily order items for home delivery or in-store pickup
- Access educational resources to help you understand your medications and manage your health
- Schedule online consultations with licensed healthcare professionals
- Get prescription refills and medication management services
- And More.
## Technologies Used
- HTML,CSS,ReactJs,Redux,ChakraUI For Frontend
- Nodejs,Express For Backend.
- MongoDB For Database
##License
Pharmasio.com is under the MIT License See LICENSE for More Information | Pharmacysio is the website to sell the Pharmaceutical goods and Cosmatict Material. This Website toatly beuild with Reactjs, chakraui , Redux. etc. | chakraui,css,html5,javascript,mongodb,nodejs,react,redux,backend,css3 | 2023-01-27T17:04:27Z | 2023-03-01T12:14:02Z | null | 1 | 34 | 81 | 2 | 0 | 3 | null | MIT | JavaScript |
PiotrDrechsler/goit-react-hw-05-movies | main | # Movie search engine in React based on the themoviedb.org API.




| Movie search engine in React based on the themoviedb.org API | axios,css3,html5,javascript,jsx,lazy-loading,navigation-component,npm,react,react-dom | 2023-01-29T18:03:56Z | 2023-06-18T07:45:27Z | null | 1 | 0 | 12 | 0 | 0 | 3 | null | null | JavaScript |
xadidja03/blogpost-app | master | null | Welcome to my Blogpost project repository! | bootstrap,css,django-rest-framework,html,python,javascript | 2023-01-31T08:54:45Z | 2023-08-19T19:04:55Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
matheusfell/DevLinks | main | null | Social link para agrupamento de links sociais | css,figma,git,github,html,javascript | 2023-01-27T16:28:34Z | 2023-07-28T22:55:50Z | null | 1 | 0 | 31 | 0 | 0 | 3 | null | null | CSS |
SNaNdii/twiik | master | # Twiik Website Clone

# About Twiik-clone
Twiik App is a digital fitness log and coach that's always with you. As a member you can log your workouts, track results, follow programs, boost and challenge friends and join social groups for motivation.With The Twiik app you can easily find lots of workout programs to follow. Find the program that suits your needs.
<br>
Here you will find everything you need, whether you just need some inspiration or if you want to try something completely new. We have something for all levels and goals!
I worked on this project during unit-4 construct week at Masai School with the help of other three team members.
## Tech stack used in this project
Javascript, HTML, CSS
## Deployed Link
You can check our project here :- <a href="twiik.vercel.app">twiik_website_clone</a>
## Collaborators
<a href="https://github.com/SNaNdii">Nandita Singh</a><br>
<a href="https://github.com/vikalp1999">Vikalp Shandialya</a><br>
<a href="https://github.com/Sam202003">Samrudhhi Chhavan</a><br>
<a href="https://github.com/lucyy123">Monis Khan</a><br>
<a href="https://github.com/mohitd427">Mohit Kumar</a>


## Features
- Home Page
- Login/Sign-up page
- Exerscise log where you can see your calender and more features.
- Profile page where you can see all the details of user.
- Results, Challenges, Friends, Group page.
## Area of Resposibility
- Calender page,
- My things page,
- Routines page,
- Track page,
- Equipment & Import training
| In the Twiik-app you will find lots of workouts, programs or courses from both coaches and gyms. Here you will find everything you need, whether you just need some inspiration or if you want to try something completely new. | css,html,javascript | 2023-01-31T18:50:18Z | 2023-03-04T17:52:02Z | null | 1 | 0 | 6 | 0 | 0 | 3 | null | null | HTML |
daniel-oliv3/restautante-food-website | main | null | Projeto de um site de um restaurante desenvolvido com HTML CSS JavaScript PHP MySQL | css,html,javascript,mysql,php | 2023-02-07T19:04:27Z | 2023-02-07T20:02:33Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | null | HTML |
yazan-zoghbi/task-manager-nestjs | main | # Task Management System
A task management system to manage the tasks and its status.
## Overview
This task management system is built using the Nest.js framework and MongoDB as a database. It allows you to create, update, and delete tasks and manage their statuses.
## Features
1. Create, update and delete tasks.
2. Assign task to a person.
3. Change task status between to-do, in-progress, and completed.
4. Validate status change.
## How to Setup
1. Clone the project repository
2. git clone https://github.com/yazan-zoghbi/task-manager-nestjs
3. Install the dependencies
```npm install```
4. Run the application
```npm run start```
5. Open the browser and visit http://localhost:3000/tasks to view the list of tasks.
## Current Tasks
- [ ] adding update-assignee service & controller
- [ ] adding user module
- [ ] adding project module
## Contributing
If you're interested in contributing to the project, please check out the contribution guidelines for more information. | Task management system built with Nest.js and MongoDB. Manage tasks, assign to a person, change status, and validate status change. | javascript,mongodb,mongoose,nest,nestjs,nodejs,typescript,task,todo | 2023-02-02T18:53:12Z | 2023-03-06T02:15:52Z | null | 1 | 49 | 133 | 2 | 1 | 3 | null | null | TypeScript |
CarlosUlisesOchoa/CarlosUlisesOchoa | main | <!--
**CarlosUlisesOchoa/CarlosUlisesOchoa**
Title: README.md
Description: README.md file of CarlosUlisesOchoa GitHub profile
Author: Carlos Ulises Ochoa Villa
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white"/>
<img src="https://img.shields.io/badge/fiverr-1DBF73?style=for-the-badge&logo=fiverr&logoColor=white"/>
<img src="https://img.shields.io/badge/Freelancer-29B2FE?style=for-the-badge&logo=Freelancer&logoColor=white"/>
<img src="https://img.shields.io/badge/UpWork-6FDA44?style=for-the-badge&logo=Upwork&logoColor=white"/>
MONGODB: <img src="https://img.shields.io/badge/MongoDB-4D9144?style=for-the-badge&logo=mongodb&logoColor=white"/>
Social media:
<div align="center">
<a href="https://www.linkedin.com/in/carlosulisesochoa" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"/></a>
<a href="https://twitter.com/UliGibson" target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white"/></a>
<a href="https://www.hackerrank.com/uligibson" target="_blank"><img src="https://img.shields.io/badge/-Hackerrank-2EC866?style=for-the-badge&logo=HackerRank&logoColor=white"/></a>
</div>
-->
<div align="center">
<h1>Carlos Ochoa - Software engineer</h1>
<img src="https://komarev.com/ghpvc/?username=carlosulisesochoa&style=for-the-badge"/>
</div>
<br/>
Hi there!, I'm Carlos, I've over 4 years of professional experience in software development. I have background in front-end and back-end development.
I've worked with technologies such as:
<div>
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white"/>
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white"/>
<img src="https://img.shields.io/badge/TailwindCSS-07B0CE?style=for-the-badge&logo=tailwindcss&logoColor=white"/>
<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=E8D44D"/>
<img src="https://img.shields.io/badge/TypeScript-2F74C0?style=for-the-badge&logo=typescript&logoColor=white"/>
<img src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=next.js&logoColor=white"/>
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" />
<img src="https://img.shields.io/badge/PHP-7377AD?style=for-the-badge&logo=php&logoColor=white"/>
<img src="https://img.shields.io/badge/Laravel-D53E26?style=for-the-badge&logo=laravel&logoColor=white" />
<!-- <img src="https://img.shields.io/badge/Wordpress-21759F?style=for-the-badge&logo=wordpress&logoColor=white"/> -->
<!-- <img src="https://github.com/carlosulisesochoa/carlosulisesochoa/raw/files/images/java.jpg" height="28"/> -->
<img src="https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white"/>
<img src="https://img.shields.io/badge/C%23-611D76?style=for-the-badge&logo=csharp&logoColor=white"/>
<img src="https://img.shields.io/badge/.NET-512BD4?style=for-the-badge&logo=dotnet&logoColor=white"/>
<!-- <img src="https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white"/> -->
<!-- <img src="https://img.shields.io/badge/Supabase-1c1c1c?style=for-the-badge&logo=supabase&logoColor=3ecf8e"/> -->
<!-- <img src="https://img.shields.io/badge/MySQL-004E68?style=for-the-badge&logo=mysql&logoColor=white"/> -->
<img src="https://img.shields.io/badge/SQL Server-21759F?style=for-the-badge&logo=microsoft-sql-server&logoColor=white"/>
<img src="https://img.shields.io/badge/Git-E84E31?style=for-the-badge&logo=git&logoColor=white"/>
<img src="https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white"/>
<img src="https://img.shields.io/badge/json-5E5C5C?style=for-the-badge&logo=json&logoColor=white" />
<img src="https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white" />
<img src="https://img.shields.io/badge/prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E" />
<img src="https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge&logo=vite&logoColor=FFD62E"/>
</div>
<br/><br/>
### 🌐 Personal website:
* [Carlos8a.com](https://carlos8a.com)
<br/>
### 📫 Contact me:
* Email: carlos8a.dev@gmail.com
* LinkedIn: [Click here](https://www.linkedin.com/in/carlos8adev)
<!-- This is for get visits (https://yhype.me/dashboard) -->

| null | css,developer,html,javascript,shane,carlos-ochoa | 2023-02-01T18:35:14Z | 2024-03-13T19:38:49Z | null | 1 | 0 | 20 | 0 | 0 | 3 | null | null | null |
MMuii/jsdesk | master | # JSDesk
Yeah, it's yet another JavaScript desktop. But with some cool features. 😎
## Live demo
Feel free to play with it here: https://mmuii.github.io/jsdesk/
## Why?
I've made it simply for fun and for experimenting with some React mechanics. At the beggining I wanted to create only a terminal-like app, but then I thought it would be cool to be able to drag the terminal throughout the screen, and... it evolved to _yet another JavaScript desktop_ 🎉
For the whole development it was only my spare-time project, so it took me a while to build it and I still don't think it's finished, but I don't have enough time anymore to work on it, so I decided to publish it as it is.
Anyway, let's talk about these ✨ _cool features_ ✨
## Cool features
- **Terminal programs rendered as components** - terminal apps are functions that return components which are rendered in the terminal window. It results in a little bit cursed looking code, but this way you can render pretty much anything as a terminal app. Check `snake` or `cat` commands for example.
- **JSON-based filesystem backed by LocalStorage** - Whole system data is stored inside a JSON that works like a filesystem. It's backed by LocalStorage, so it's persistent. There is 4MB of user's space, limited by maximum size of LocalStorage.
- **Filesystem sessions** - Each window that uses filesystem has its own session. It means that you can have multiple windows with different working directories. It's also possible to have multiple windows with the same working directory.
- **JavaScript REPL with consts and lets** - That's a tricky one. I've made a JavaScript REPL that supports `consts` and `lets`. It works by analysing code input, storing all the variable declarations and assignments and re-evaluating them every input. It's for sure not production ready, but it's fun to play with.
- **Code editor** - There's a code editor supported by Monaco editor, integrated with the filesystem and capable of running JS files. Nothing special, but somewhat cool.
| Yet another JavaScript desktop. But with some cool features. ✨ | desktop-app,filesystem,javascript,javascript-terminal,repl,terminal,terminal-app,terminal-emulator,typescript,web-desktop | 2023-01-30T19:33:29Z | 2023-09-30T13:31:41Z | null | 1 | 0 | 73 | 0 | 1 | 3 | null | null | TypeScript |
itsnooshin/simple-slider | main | # How to make a carosoul
beautidtul image slider made with javascript.
A great projcet to practice javascript Dom (document objecet model). The purpose of this project is to practice showing slides to users.

# proceses
There are several features that the user can discover by clicking
- We should create a function that allows the user to navigate to the next or previous slide.
- When the user clicks on the arrowRight, the slide will move to the next slide.
- when the user clicks on arrowLeft, the slide go to the previous slide.
<!-- - Finally, we should display dot icons at the bottom of the image container to indicate which image is currently active. -->
# Built With
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Desktop-first
- JavaScript DOM | This is a simple review slider with javascript, I made this to learn basics of JavaSript and how to interact with DOM. | html-css-javascript,javascript,javascript-dom-project | 2023-01-31T18:10:04Z | 2023-05-28T08:38:56Z | null | 1 | 0 | 12 | 0 | 0 | 3 | null | null | HTML |
mohamedhassan279/Numerical-Project | main | # Numerical-Project
An application to solve a system of linear equations or a non linear equation.
This Project was developed using "HTML", "CSS" and "JavaScript".
---
## Contributers:
* [Adel Mahmoud](https://github.com/Adel-Mahmoud-Mohamed)
* [Mohamed Hassan](https://github.com/mohamedhassan279)
* [Mahmoud Attia](https://github.com/mahmoudattia12)
* [Abdelrahman Elsayed](https://github.com/abdo2210)
* [Mahmoud Ghlab](https://github.com/Mahmoudjobdis)
| An application to solve a system of linear equations or a non linear equation. | front-end,javascript,matrix-calculations,numerical-analysis,numerical-methods | 2023-02-08T23:35:20Z | 2023-02-23T15:05:56Z | null | 5 | 0 | 25 | 0 | 4 | 3 | null | null | JavaScript |
robiulhr/Mapty2.0 | main | # Mapty 2.0

This project is inspired by a Udemy course instructed by `Jonas Schmedtmann`.

Udemy course link: [The Complete JavaScript Course 2023: From Zero to Expert!
](https://www.udemy.com/course/the-complete-javascript-course/)
## Technologeis
- Html
- Css
- Javascript
### Plugin
- Leaflet library (https://github.com/Leaflet/Leaflet)
- sweetalert2 (https://github.com/sweetalert2/sweetalert2)
- pro-paginate (https://github.com/robiulhr/pro-paginate)
- chart.js (https://github.com/chartjs/Chart.js/)
### Live site link
[click here](https://robiulhr.github.io/Mapty2.0/)
| Project from jonas course Extended version. | api,chartjs,dom-manipulation,event-driven,javascript,leaflet,oop,sweetalert2,pro-paginate | 2023-01-26T03:18:51Z | 2023-07-28T03:44:48Z | null | 1 | 2 | 22 | 1 | 0 | 3 | null | null | JavaScript |
kazaneza/to-do-list | main |
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [TO DO LIST] <a name="about-project"></a>
> "To-do list" is a 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.
**[to_do_list]** is a...
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> Project is made in
<details>
<summary>Client</summary>
<ul>
<li><a href="">HTML,CSS & JAVASCRIPT</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://webpack.com/">WEBPACK</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="">LOCAL STORAGE</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> Describe between 1-3 key features of the application.
- **[to_do_list_structure]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Add a link to your deployed project.
- [Live Demo Link](readme)
<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:
```sh
have code editor (vs)
```
```sh
have browser (chrome)
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/kazaneza/webpack-demo/
```
### Install
Install this project with:
```sh
cd my-project
npm install webpack
```
--->
### Usage
To run the project, execute the following command:
```sh
npm install
```
### Run tests
To run tests, run the following command:
```sh
npm install
```
### Deployment
You can deploy this project using:
```sh
github/pages
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
👤 **Author1**
- GitHub: [@kazaneza](https://github.com/githubhandle)
- Twitter: [@kazaneza](https://twitter.com/twitterhandle)
- LinkedIn: [kazaneza](https://linkedin.com/in/linkedinhandle)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **[Interactive_list]**
- [ ] **[Add_and_remove_items]**
<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 contribute
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
> I would like to thank anyone who is viewing this project and contributing on it.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ (OPTIONAL) <a name="faq"></a>
> You may ask yourself
- **[How_to_clone_the_repo]**
- [cd my-folder
git clone https://github.com/kazaneza/webpack-demo/]
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p> | "To-do list" is a 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. | html-css,javascript | 2023-01-27T14:24:14Z | 2023-02-03T22:27:55Z | null | 2 | 5 | 22 | 1 | 0 | 3 | null | MIT | JavaScript |
SivaaB/cs50x | main | # <br>
<p align="center">
<img src="./images/H.png" alt="logo" height="150"/>
</p>
<h1 align="center">
Harvard CS50x — 2023
</h1>
<p align="center">
<a href="https://cs50.harvard.edu/x/2023/">Course Link</a>
</p>
## Works:
<pre align="center">
For Reference Only
</pre>
Click into each folder to find the solution to every PSet and Lab as of CS50x - 2023.
<br>Kindly keep in mind about the <a href="https://cs50.harvard.edu/x/2023/honesty/">academic honesty</a> as per course policy.
Finished on 02/02/2023!
<br>PS : Note to future self this is a course I shall always look back at with fond memories, thank you David. :)
<p align="center">
<a href="" target="_blank">
<img src="./images/Certificate.png" alt="" />
</a>
</p>
| The course that stays the closest to my heart. CS50 has put a lot of things into perspective. ❤️ | c,cs50,html,css,javascript,flask-framework,sql | 2023-01-31T19:02:05Z | 2023-02-14T16:54:50Z | null | 1 | 0 | 18 | 0 | 0 | 3 | null | null | HTML |
SohamRoy-01/netflixClone | master | # Netflix Clone
Welcome to the Netflix clone website, a fun project built using JavaScript! This website allows users to browse and watch movies and TV shows, just like the real Netflix.
## About
This website was built entirely with [JavaScript](https://www.javascript.com/) and is designed to mimic the look and feel of the real Netflix website. It includes a range of features, including user authentication, movie and TV show browsing, searching, trailer playback, and the ability to add movies and TV shows to your personal "My List."
## ➡️ Features
* User authentication (Sign up, Sign in, Sign out)
* Browse movies and TV shows
* Search for movies and TV shows
* Play movie trailers
* Add movies and TV shows to "My List"
## 🖨️ Screenshots
Take a peek at some screenshots from our website:





## 🛡️ Technologies Used
This website was built using the following technologies:
* HTML
* CSS
* JavaScript
## 🛠️ Installation
To run this project locally, you can follow these steps:
1. Open your terminal or command prompt.
2. Clone the repository by running the following command : git clone git@github.com:SohamRoy-01/netflixClone.git
3. Change to the project directory by running the following command: `cd netflixClone`
4. Start the development server by running the following command: `npm start`
5. Open your browser and navigate to [http://localhost:3000](http://localhost:3000).
That's it! You should now be able to explore the website on your own machine.
## ⛩️ Contributors
This website was developed by me ([Soham Roy](https://github.com/SohamRoy-01)) as a personal project.
## 🎗️ License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use it as a starting point for your own projects, or modify it as you see fit.
## 🙏 Support
Don't forget to leave a star ⭐️
| NetflixClone | html,clone-website,css,javascript,netflix | 2023-02-05T12:01:33Z | 2024-01-22T17:57:47Z | null | 1 | 0 | 13 | 0 | 1 | 3 | null | null | CSS |
getjoystick/joystick-js | main | # Javascript Client for [Joystick Remote Config](https://www.getjoystick.com/)
[](https://github.com/getjoystick/joystick-js/actions/workflows/build.yaml)
[](https://www.npmjs.com/package/@getjoystick/joystick-js)
[](https://www.npmjs.com/package/@getjoystick/joystick-js)
[](https://www.npmjs.com/package/@getjoystick/joystick-js)
Streamline your app or game development process with Joystick's Javascript/Typescript JSON remote config platform. Easily manage and update configurations without codebase clutter or lengthy deployment processes. Our modern platform offers advanced workflow management, automated version control, and seamless integration with any Javascript or Typescript project. Plus, our native multi-environment support with permissions and review workflow ensures smooth operations your entire team will love.
Experience the benefits of simplified configuration management with Joystick. Try our @getjoystick/joystick-js library today to see how easy it is to my your app or game dynamic and fundamentally upgrade your team's workflow.
- [Full Developer Documentation](https://docs.getjoystick.com)
- [Joystick Remote Config](https://getjoystick.com)
## Installation
Requires NodeJS 16 and later. Install via [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-installer-to-install-nodejs-and-npm):
```bash
npm install @getjoystick/joystick-js
```
## Usage
Using Joystick to get remote configurations in your Javascript or Typescript project is a breeze.
```ts
// Import the package.
import { Joystick } from "@getjoystick/joystick-js";
// Initialize a client with a Joystick API Key
const joystickClient = new Joystick({
apiKey: process.env.JOYSTICK_API_KEY,
});
(async () => {
// Request a single configuration
const contentId1 = await joystickClient.getContent("content-id1");
// Request a single configuration (typescript)
const contentId1Typed = await joystickClient.getContent<TypeForContentId1>(
"content-id1"
);
// Request multiple configurations at the same time
const configurations = await joystickClient.getContents([
"content-id1",
"content-id2",
]);
console.log(configurations);
// {
// "content-id1": {...},
// "content-id2": {...}
// }
})();
```
### Specifying Additional Parameters
When creating the `Joystick` object, you can specify additional parameters which will be used by all API calls to the Joystick API. These additional parameters are used for AB Testing (`userId`), segmentation (`params`), and backward-compatible version delivery (`semVer`).
For more details see [API documentation](https://docs.getjoystick.com/api-reference/).
```ts
// Initializing a client with options
const joystickClient = new Joystick({
apiKey: process.env.JOYSTICK_API_KEY,
semVer: "0.0.1",
userId: "user-id-1",
params: {
param1: "value1",
param2: "value2",
},
options: {
cacheExpirationSeconds: 600, // default 600 (10 mins)
serialized: false, // default false
},
});
```
### Additional Request Options
#### `fullResponse`
In most, you will just want the contents of your configuration. In advanced use cases where you want to process the AB testing or segmentation information, you can specify the `fullResponse` option to the client methods. The client will return you raw API response.
```ts
joystickClient
.getContent("content-id1", { fullResponse: true })
.then((getContentResponse) => console.log(getContentResponse));
// OR
joystickClient
.getContents(["content-id1", "content-id2"], { fullResponse: true })
.then((getContentsResponse) => console.log(getContentsResponse));
```
#### `serialized`
You can get the contents of your configuration serialized. When set as `true`, we will pass query parameter `responseType=serialized` to [Joystick API](https://docs.getjoystick.com/api-reference-combine/).
```ts
joystickClient
.getContent("content-id1", { serialized: true })
.then((getContentResponse) => console.log(getContentResponse));
// OR
joystickClient
.getContents(["content-id1", "content-id2"], { serialized: true })
.then((getContentsResponse) => console.log(getContentsResponse));
```
This option for a serialized response can be set globally for every API call by setting `setSerialized(true)` when initializing the client:
```ts
const joystickClient = new Joystick({
apiKey: process.env.JOYSTICK_API_KEY,
options: {
serialized: true,
},
});
// OR
joystickClient.setSerialized(true);
```
#### `refresh`
To ignore the existing cache when requesting a config – pass this option as `true`.
```ts
joystickClient
.getContent("content-id1", { refresh: true })
.then((getContentResponse) => console.log(getContentResponse));
// OR
joystickClient
.getContents(["content-id1", "content-id2"], { refresh: true })
.then((getContentsResponse) => console.log(getContentsResponse));
```
### Error handling
The client can raise different types of exceptions with the base class of `JoystickError`.
```ts
try {
await joystickClient.getContents(["content-id1", "content-id2"]);
} catch (e) {
if (e instanceof ApiHttpError) {
// Handle HTTP error (i.e. timeout, or invalid HTTP code)
} else if (e instanceof MultipleContentsApiException) {
// Handle API exception (i.e. content is not found, or some of the keys can't be retrieved)
}
}
```
### Caching
By default, the client uses [InMemoryCache](./src/internals/cache/in-memory-cache.ts), based on Map, which means the cache will be erased after application restart.
You can specify your own cache implementation by implementing the interface [SdkCache](./src/internals/cache/sdk-cache.ts).
See [`examples/typescript/node-cache`](./examples/typescript/src/node-cache) or [`examples/typescript/redis-cache`](./examples/typescript/src/redis-cache) for more details.
#### Clear the cache
If you want to clear the cache:
```ts
joystickClient.clearCache().then(() => console.log("Cache cleared!"));
```
### HTTP Client
You can provide a custom HTTP client, which may be useful for specifying a custom proxy or collecting detailed metrics about HTTP requests.
Change your HTTP client implementation by implementing the interface [HttpClient](./src/internals/client/http-client.ts).
See [`src/internals/client/axios-client`](./src/internals/client/axios-client.ts) for more details.
## Testing
To run unit tests, just run:
```bash
npm test
```
## Credits
- [Joystick](https://github.com/getjoystick)
- [All Contributors](graphs/contributors)
## License
The MIT. Please see [License File](LICENSE.md) for more information.
| Open source Javascript SDK for the Joystick remote configuration platform. Use our hosted version, or talk to us about on-prem / private cloud. | feature-flag,feature-flagging,feature-flags,feature-management,javascript,remote-config,remote-control,typescript | 2023-02-04T07:03:15Z | 2023-05-08T11:25:26Z | 2023-05-08T11:25:26Z | 4 | 11 | 8 | 3 | 0 | 3 | null | MIT | TypeScript |
OneDevDotMe/Trio-Digital-Marketing-website-template | main | # Trio-Digital-Marketing-website-template
A lightweigght website template to get you started in minutes for a digital marketing agency
Trio Digital marketing template
Welcome to the repository for Digital Marketing Website template built with HTML, CSS, and JavaScript.
Features Responsive design for a seamless experience on all devices Easy navigation.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository to your local machine shell Copy code $ git clone https://github.com/OneDevDotMe/Trio-Digital-Marketing-website-template.git Navigate to the project directory shell Copy code $ cd Bicycle-Ecommerce-website-template Open the index.html file in your browser to see the website in action. Contribution Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request License This project is licensed under the MIT License - see the LICENSE.md file for details.
| A lightweigght website template to get you started in minutes for a digital marketing agency | css,html,javascript,marketing-agency-template,marketing-agency-website,website-template | 2023-02-04T17:39:59Z | 2023-02-04T17:47:09Z | null | 1 | 0 | 3 | 0 | 0 | 3 | null | MIT | JavaScript |
psyll/Noty-JS | main | # Noty JS

<p align="center">
<a href="https://github.com/psyll/Noty-JS/blob/master/LICENSE">
<img src="https://badgen.net/badge/license/mit" alt="Display">
</a>
<img src="https://img.shields.io/github/repo-size/psyll/Noty-JS" alt="Repo Size">
<img src="https://img.shields.io/github/languages/code-size/psyll/Noty-JS" alt="Code Size">
<img src="https://img.shields.io/github/last-commit/psyll/Noty-JS" alt="Last commit">
<img src="https://img.shields.io/github/issues-raw/psyll/Noty-JS" alt="Open issues">
</p>
## Table of contents
* [Introduction](#introduction)
* [Installation](#installation)
* [Plugin initialization](#plugin-initialization)
* [Create notification](#create-notification)
* [Create confirmation with buttons](#create-confirmation-with-buttons)
* [Authors](#authors)
* [Changelog](#changelog)
* [License](#license)
## Introduction
**Noty** is a versatile javascript library designed to provide a simple and efficient solution for notifications on any website. With its focus on being lightweight, Noty doesn't require any additional dependencies, making it a hassle-free choice for web developers. Notifications can be customized with ease to match the look and feel of your website, giving you complete control over the appearance of your notifications.
_________________
<p align="center">
<img src="assets/img/display.gif" alt="Display">
</p>
_________________
The plugin comes with several pre-defined templates, allowing you to quickly create notifications with a consistent design. Additionally, you can create your own templates to suit specific requirements, such as highlighting important messages or emphasizing specific information. Noty is also flexible enough to allow you to set the position, animation, and duration of notifications, giving you full control over how your notifications are displayed.
In conclusion, Noty is an ideal solution for those who want a quick and easy way to add notifications and confirmations to their website. With its lightweight design, customizable templates, and flexible settings, Noty is a must-have tool for any web developer.
## Installation
To install the Noty plugin, add the following code to your HTML file:
```html
<script src="<noty-folder>/noty.min.js"></script>
<link rel="stylesheet" href="<noty-folder>/noty.min.css" />
```
Make sure to replace `<noty-folder>` with the actual file path where you have stored the Noty plugin files.
## Plugin initialization
It's easy to initialize the Noty plugin with default parameters. Simply use the following code:
```javascript
const noty = new Noty();
```
However, you can still customize your notifications by adding parameters to the code. For example:
```javascript
const noty = new Noty({
hoverPause: true,
timeout: 4000,
position: "right-bottom",
animation: "slide-right fade flip zoom",
});
```
Parameters are used to define the position and settings of notifications.
- **`hoverPause`** (default: false) - Pauses the timeout when hovering notification
- **`timeout`** (default: 0) - The default time period until the notification automatically closes (in milliseconds)
- **`position`** (default: right-bottom) - The position where the notifications are displayed. Allowed positions: `top`, `right-top`, `right`, `right-bottom`, `bottom`, `left-bottom`, `left`, `left-top`
- **`animation`** (default: null) - The names of the animations. Allowed animations: `slide-bottom`, `slide-right`, `fade`, `flip`, `zoom`
With these variables defined, you can easily customize your notifications to fit your needs and enhance the user experience on your website.
## Create notification
To create a simple notification, use the following code:
```javascript
noty.push({text: "I am a log message"});
```
This will create a basic log message. However, you can also expand the notification by adding additional parameters, such as:
```javascript
noty.push({
type: "log",
title: "Log",
text: "I am a log message",
clickClose: true,
timeout: 4000,
});
```
The variables include:
- **`type`** (default: log) - The type of notification. Allowed types are: `log`, `success`, `warning`, `error`
- **`title`** (default: null) - The header of the notification
- **`text`** (* required) - The content of the notification
- **`clickClose`** (default: true) - Remove notification after click on it
- **`timeout`** - The time period until the specific notification automatically closes (in milliseconds). The default value is taken from the plugin initialization.
- **`buttons`** - The buttons object
<p align="center">
<img src="assets/img/types.png" alt="Notification types">
</p>
## Create confirmation with buttons
To generate buttons for notifications, you can use the "buttons" parameter of the "push" method. The "buttons" parameter accepts an object where each property represents a button.
```javascript
noty.push({
text: 'Confirmation text',
buttons: {
ok: {
text: "OK",
action: function () {
alert('OK button clicked');
}
},
close: {
text: 'Close',
action: function () {
alert('Close button clicked');
},
close: true
},
}
});
```
In this code, we are using the `noty.push()` method to create a new notification. The text property is used to set the confirmation message, while the buttons property is used to specify the available buttons in the notification.
Each button has its own text property which sets the label for the button, and action property, which specifies the function that will be executed when the button is clicked. The close property, which is set to true is used to indicate that the notification should be closed when the button is clicked.
A more advanced version of the code could look like this:
```javascript
noty.push({
type: 'warning',
title: 'Confirmation title',
text: 'Confirmation text',
timeout: 4000,
buttons: {
ok: {
classname: "noty-button-true",
text: "OK",
action: function () {
alert('OK button clicked');
}
},
close: {
classname: "noty-button-false",
text: 'Close',
action: function () {
alert('Close button clicked');
},
close: true
},
}
});
```
In this version, we are using the type property to set the notification type to "warning", and the title property to set a title for the notification. The timeout property is used to specify the duration of the notification, in milliseconds, before it is automatically closed. The classname property is used to set custom classnames for the buttons, allowing you to style them with CSS.
## Authors
- `Jarek Szulc` <jarek@psyll.com>
- `Psyll.com` <dev@psyll.com>
## Changelog
[View changelog](https://github.com/psyll/Noty-JS/blob/master/CHANGELOG.md)
## License
Licensed under the `MIT License`
[View license](https://github.com/psyll/Noty-JS/blob/master/LICENSE)
| Versatile javascript plugin designed to provide a simple and efficient solution for notifications and confirmations on any website or web application. | confirm,confirmation,javascript,js,notification,notifications,plugin,psyll | 2023-02-03T13:35:02Z | 2023-02-20T00:16:40Z | null | 1 | 0 | 41 | 0 | 0 | 3 | null | MIT | JavaScript |
lack21/BlacksBerry-Website- | main | # Blacksberry
Tools Used :
• HTML
• SCSS
• JS

Link : https://lack21.github.io/BlacksBerry-Website-/
| Simple Website | html5,javascript,sass,website | 2023-01-28T21:22:43Z | 2023-02-20T14:46:54Z | null | 1 | 0 | 11 | 0 | 0 | 3 | null | null | HTML |
dsmelanie/ghibli-tic-tac-toe | main | # Ghibli Tic-Tac-Toe
## 🖱️ | Link
- Live Site URL : [Click](https://dsmelanie.github.io/ghibli-tic-tac-toe)
---
## 💻 | Screenshot
<br>


---
## 🖋️ | Author
- GitHub - [@dsmelanie](https://github.com/dsmelanie)
| Studio Ghibli themed tic-tac-toe game | css,game,html,javascript,tic-tac-toe,tictactoe,grid,mobile,mobile-first,responsive | 2023-01-27T21:37:06Z | 2023-05-03T17:37:03Z | null | 1 | 0 | 13 | 0 | 0 | 3 | null | MIT | JavaScript |
edissonchamorroc/StorageImage-MVC | main | # StorageImage-MVC

El proyecto usa Java 1.8, Maven y Springboot 2.7.8.
En escencia el proyecto consiste de un apartado en donde se pueden subir imagenes a través de la funcionalidad drag and drop,
o a través del sistema de buscar en el sistema de archivos.
## Estructura de carpetas del proyecto
* **Codigo Java**: consta del `pom.xml` y la carpeta `src`
* **Herramientas externas**:
* *base de datos postgree*: La base de datos empleado está en la nube. Se puede crear una en https://supabase.com/
* **Documentacion**: La funcionalidad del programa es práctica y se puede aplicar en la sesión de pruebas.
---
## Despliegues
* [JDK y Maven]
* [EC2] (Suspendido temporalmente)
---
## Pruebas

Para usar la aplicación web debes ingresar una imagen a través de la funcionalidad
drag and drop (arrastrar y soltar), en el área señalada, o a través del boton "upload a file"
y buscando dentro de tus archivos la imagen indicada.
Cabe resaltar que la apliación solo soporta imagenes de hasta 10MB.
---
## Configuracion
En la ruta *src/main/resources/* se encuentran los archivos de properties de spring y la aplicacion que son la configuracion predeterminada, estas variables se pueden configurar fuera del archivo usando variables de ambiente o variables del server donde esta corriendo.
El orden de prioridad es de la siguiente manera:
`ambiente > server > archivos .properties`
---
## Contacto
Si tienes dudas sobre este u otro proyecto, o quieres contactarme, puedes realizarlo por medio de
mi mail john.chamorroc@gmail.com o mi [perfil](https://www.linkedin.com/in/john-edisson-chamorro-coral-76ab74228/) de LinkedIn
| Aplicación Web empleando el framwork Spring boot y con la arquitectura MVC y thymeleaf, con el fin de desarrollar un drag and drop de imagenes. | javascript,mvc-architecture,spring-boot,thymeleaf | 2023-02-06T15:17:46Z | 2023-09-20T15:38:59Z | null | 1 | 0 | 14 | 0 | 0 | 3 | null | null | Java |
rthrx44/slack-app-batch26 | main | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
| null | css,react,javascript | 2023-02-07T11:55:04Z | 2023-03-18T06:03:43Z | null | 3 | 40 | 98 | 0 | 0 | 3 | null | null | JavaScript |
rafaelribeiro96/trybe-futebol-clube | main | # ⚽ Trybe Futebol Clube
O TFC é um site informativo sobre partidas e classificações de futebol!

## 📋 Execute o projeto em sua máquina
Clone o repositório:
```
git clone git@github.com:rafaelribeiro96/trybe-futebol-clube.git
cd trybe-futebol-clube
npm install
```
<details>
<summary><strong> ⚠️ Configurações mínimas para execução do projeto</strong></summary><br />
Na sua máquina você deve ter:
- Sistema Operacional Distribuição Unix
- Node versão 16
- Docker
- Docker-compose versão >=1.29.2
➡️ O `node` deve ter versão igual ou superior à `16.14.0 LTS`:
- Para instalar o nvm, [acesse esse link](https://github.com/nvm-sh/nvm#installing-and-updating);
- Rode os comandos abaixo para instalar a versão correta de `node` e usá-la:
- `nvm install 16.14 --lts`
- `nvm use 16.14`
- `nvm alias default 16.14`
➡️ O`docker-compose` deve ter versão igual ou superior à`ˆ1.29.2`:
* Use esse [link de referência para realizar a instalação corretamente no ubuntu](https://app.betrybe.com/learn/course/5e938f69-6e32-43b3-9685-c936530fd326/module/94d0e996-1827-4fbc-bc24-c99fb592925b/section/5987fa2d-0d04-45b2-9d91-1c2ffce09862/day/2f1a5c4d-74b1-488a-8d9b-408682c93724/lesson/b883b81d-21f6-4b60-aa62-8508f6017ea0);
* Acesse o [link da documentação oficial com passos para desinstalar](https://docs.docker.com/compose/install/#uninstallation) caso necessário.
</details>
<details>
<summary><strong>🐋 Rodando no Docker</strong></summary>
<br/>
> :information_source: Rode os serviços com o comando `docker-compose up -d --build`.
</details>
## 🔎 Documentação da API
#### Login
```
POST /login
```
| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------------------------------- |
| `email` | `string` | **Obrigatório**. Seu email. |
| `password` | `string` | **Obrigatório**. Sua senha. |
#### Validação de Login
```
GET /login/validate
```
| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :------------------------------------------ |
| `Authorization` | `string` | **Obrigatório**. Token do login deve ser passado no header. |
#### Times
```
GET /teams
```
```
GET /teams/:id
```
| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------------------------------- |
| `id` | `string` | **Obrigatório**. Id do time deve ser passado pelo parâmetro da URL. |
#### Partidas
```
GET /matches
```
```
GET /matches?inProgress=true
```
```
GET /matches?inProgress=false
```
```
POST /matches
```
| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------------------------------- |
| `homeTeam` | `number` | **Obrigatório**. Id do time da casa. |
| `awayTeam` | `number` | **Obrigatório**. Id do time visitante. |
| `homeTeamGoals` | `number` | **Obrigatório**. Número de gols do time da casa. |
| `awayTeamGoals` | `number` | **Obrigatório**. Número de gols do time visitante. |
| `Authorization` | `string` | **Obrigatório**. Token do login deve ser passado no header. |
```
PATCH /matches/:id/finish
```
| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------------------------------- |
| `id` | `string` | **Obrigatório**. Id da partida deve ser passada pelo parâmetro da URL. |
```
PATCH /matches/:id/
```
| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------------------------------- |
| `id` | `string` | **Obrigatório**. Id da partida deve ser passada pelo parâmetro da URL. |
| `homeTeamGoals` | `number` | **Obrigatório**. Número de gols do time da casa. |
| `awayTeamGoals` | `number` | **Obrigatório**. Número de gols do time visitante. |
#### Tabela de Classificação
```
GET /leaderboard/home
```
```
GET /leaderboard/away
```
```
GET /leaderboard
```
## 👨🏻💻 Habilidades
- Realização da dockerização dos apps, network, volume e compose;
- Modelagem de dados com MySQL através do Sequelize;
- Criação e associação de tabelas usando models do sequelize;
- Construção de uma API REST com endpoints para consumir os models criados;
- Construção de um CRUD com TypeScript, utilizando ORM;
- Validar dados das requisições com a biblioteca Joi.
- Implementar testes de integração com Mocha, Chai e Sinon.
## 🛠️ Ferramentas & Metodologias Utilizadas
- [Node.js](https://nodejs.org/en/);
- [Express.js](https://expressjs.com/);
- [MySQL](https://www.mysql.com/);
- [mysql2](https://www.npmjs.com/package/mysql2);
- [Sequelize(ORM)](https://sequelize.org/);
- [JWT(Autenticação)](https://jwt.io/);
- [node.bcrypt](https://www.npmjs.com/package/bcrypt)
- [Joi](https://joi.dev/api/?v=17.6.0);
- [Docker](https://www.docker.com/);
- [TypeScript](https://www.typescriptlang.org/);
- [Mocha](https://mochajs.org/);
- [Chai](https://www.chaijs.com/);
- [Sinon.js](https://sinonjs.org/);
---
| Projeto de desenvolvimento de uma API Node para um site informativo sobre partidas e classificações de futebol, podendo: logar, exibir, filtrar partidas e classificações. | javascript,nodejs,typescrpit | 2023-01-31T22:56:38Z | 2023-02-15T14:20:43Z | null | 2 | 0 | 16 | 0 | 0 | 3 | null | null | JavaScript |
juliamxl/Controlador-financas | 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)
| Neste projeto foi feito um controlador de finanças web, desenvolvido em React e utilizando a Local Storage da página. | javascript,react | 2023-02-02T19:48:30Z | 2023-12-13T00:13:51Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | JavaScript |
ranjankumar9/ranjankumar9.github.io | gh-pages | null | A lightweight, customizable single-page personal portfolio website template built with JavaScript and A fast, clean, responsive with less amount of code. | html,css,chakra-ui,react,javascript | 2023-02-04T20:59:50Z | 2023-12-21T18:00:43Z | null | 1 | 0 | 16 | 0 | 0 | 3 | null | null | HTML |
alexcambose/sentry-traced | main | # sentry-traced
<p align="center"><img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*CWU1u1K5-RtdDtZVobZxSA.png" width="500" height="auto"/></p>
<p align="center">
<a href="https://github.com/alexcambose/sentry-traced/actions/workflows/ci.yml">
<img src="https://github.com/alexcambose/sentry-traced/actions/workflows/ci.yml/badge.svg"/></a>
<a href="https://github.com/alexcambose/sentry-traced/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/alexcambose/sentry-traced.svg?style=flat-square"></a>
<a href="https://www.npmjs.com/package/sentry-traced"><img alt="version" src="https://img.shields.io/npm/v/sentry-traced.svg?style=flat-square"></a>
<a href="https://github.com/alexcambose/sentry-traced/blob/master/LICENSE"><img alt="license" src="https://img.shields.io/github/license/alexcambose/sentry-traced.svg?style=flat-square"></a>
</p>
This package provides a decorator that can be used to annotate class methods with Sentry tracing information. The purpose of this decorator is to simplify the process of adding Sentry error reporting to a Node.js application, by automating the generation of Sentry tracing information for class methods.
See this article for more details about the implementation of this project: https://medium.com/@alexcambose/sentry-tracing-decorator-in-typescript-6d9607858ece
## Installation
To install the Sentry decorator package, simply run the following command in your terminal:
```
npm install sentry-traced
```
## Usage
To use the Sentry decorator, you must first import it into your project. You can do this by including the following line of code at the top of your file:
```ts
import { SentryTraced } from 'sentry-traced';
```
Next, you can use the `@SentryTraced` decorator to annotate class methods that you want to generate Sentry tracing information for.
```ts
class MyClass {
@SentryTraced()
myMethod() {
// method implementation
}
}
```
Once you have annotated your class methods with the @SentryTraced decorator, the Sentry tracing information will be automatically generated and sent to Sentry each time the annotated methods are called.
For example:

### Nested methods
As your codebase evolves, there will be some cases where a decorated function will be called by another decorated function. In this case one transaction will be generated (the root node) along with a tree like structure of spans (tree nodes) from the call stack.
For example, the following code will generate a structure that is interpreted by Sentry as this:
```ts
export class MainService {
@SentryTraced()
async myMethod() {
await this.myMethodChild1();
await this.myMethodChild2();
}
@SentryTraced()
async myMethodChild1() {
await this.myMethodChild1Child1();
await this.myMethodChild2Child2();
}
@SentryTraced()
async myMethodChild1Child1() {}
@SentryTraced()
async myMethodChild2Child2() {
await this.myMethodChild2Child2Child1();
}
@SentryTraced()
async myMethodChild2Child2Child1() {}
@SentryTraced({ op: 'testOpParent' })
async myMethodChild2() {
const mainServiceChild = new MainServiceChild();
mainServiceChild.mainServiceChildMethod();
}
}
class MainServiceChild {
@SentryTraced({ op: 'testOp', description: 'someDescription' })
async mainServiceChildMethod() {}
}
const mainService = new MainService();
mainService.myMethod();
```

### Adding named parameters
The `sentry-traced` package provides the `@SentryParam()` decorator that can be used to annotate some parameters of a function.
This allows the values of these parameters to be added to the Sentry transaction as certain op.
```ts
class MainService {
@SentryTraced()
async myMethod(
@SentryParam param1: number,
@SentryParam param2: string,
param3: string,
) {
console.log('my method called', { param1, param2, param3 });
}
}
```

## Distributed tracing
Distributed tracing can be used to follow and analyze the path of requests as they move through various components or services. To achieven
this, the `sentry-traced` package provides the `withTracing` function that takes in the traceparent data and returns a function that can be used to wrap the code that needs to be traced.
Here's an example:
```ts
export class MainService {
@SentryTraced()
async myMethod(
@SentryParam param1: number,
@SentryParam param2: string,
param3: string,
) {
// get the current sentry span that surrounds this method
const span = Sentry.getCurrentHub().getScope()?.getSpan();
// call another endpoint and pass the traceparent header
const result = await fetch('http://localhost:3000/other-endpoint', {
headers: {
'sentry-trace': span.toTraceparent(),
},
});
}
}
export class SecondService {
@SentryTraced()
async myMethod(
@SentryParam param1: number,
@SentryParam param2: string,
param3: string,
) {
console.log('my second service method called', { param1, param2, param3 });
}
}
const mainService = new MainService();
const secondService = new SecondService();
app.get('/', async (req, res) => {
await mainService.myMethod(123, 'param2', 'param3');
res.send('ok!');
});
app.get('/other-endpoint', async (req, res) => {
// get the sentry traceparent header
const sentryTrace = req.headers['sentry-trace'] as string;
// wrap the second service method with `withTracing` and pass in the traceparent header
// additionally you can pass in the operation name and description
const result = withTracing(sentryTrace, {
op: 'otherEndpoint',
description: 'transaction from other endpoint',
})(secondService.myMethod)(123, 'param2', 'param3');
res.send('ok!');
});
```
the result transaction will appear in Sentry as follows:

# Contributing
Contributions are welcome! Please check the contribution guidelines before submitting a pull request.
# Issues
If you encounter any issues or have suggestions, please open an issue.
# License
This project is licensed under the MIT License.
---
Feel free to reach out to me at alexcambose1@gmail.com if you have any questions or need further assistance.
Thanks for using **sentry-traced**!
:star:
| A package that provides a decorator to annotate class methods with Sentry tracing information. | debugging,javascript,javascript-library,nodejs,npm-package,sentry,tracing,typescript,typescript-library | 2023-02-01T10:57:38Z | 2023-07-10T11:20:11Z | null | 1 | 56 | 38 | 0 | 0 | 3 | null | MIT | TypeScript |
madalena-rocha/fortune-cookie | main | # 🥠 Fortune Cookie
> Desafio 05 do Explorer da Rocketseat
Jogo chamado Biscoito da Sorte, no qual o usuário, a partir de um clique ou enter, abre um biscoito com a sua sorte do dia.


## 🛠️ Tecnologias
- HTML;
- CSS;
- JavaScript;
- Git e GitHub.
## 💜 Contato
rochamada1997m@gmail.com | Desafio 05 do Explorer da Rocketseat. | css,html,javascript | 2023-01-28T18:30:05Z | 2023-01-28T19:40:28Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
rnmeow/blog | master | # kuohuanhuan / blog @ GitHub


這是 khh.log 的 GitHub 儲存庫。([網站](https://nekohuan.cyou) 構建的一環。)
`nekohuan.cyou` 儲存庫:https://github.com/kuohuanhuan/nekohuan.cyou
## 添加友情連結
你需要準備:
1. 一個 GitHub 帳號。
2. 一個可編輯 JSON 格式檔案的編輯器(i.e. [Notepad++](https://notepad-plus-plus.org), [VS Code](https://code.visualstudio.com/), [Brackets](https://brackets.io) ……)。
3. 自己的網站資料。
### 在開始之前
請先確認自己的網站符合下列規範:
- 支援 HTTPS,且憑證沒有過期。
- 網站名稱和簡介沒有過長。
- 網站 Avatar:
+ 長寬**不超過** 512px。
+ 託管服務(圖床、Git 儲存庫、網站目錄、雲端硬碟等)可靠(SLA > 75%)。
+ 檔案大小 < 2 MiByte。
+ 可正常辨識,不模糊或呈現格狀。(8-bit / Minecraft / pixel 等風格不在此限。)
+ 靜態圖片。MP4 / MKV 等影片格式禁止,動態 GIF / WebP 等請在 PR 中註明。
- 網站備有「友情連結」頁面 / 區塊。若沒有,可置於頁首或頁尾。
- **網站內容全年齡段適宜。**
### 操作
1. 添加本站資訊到「友情連結」列表中:
- 名稱:`Huan's Log` 或 `khh.log`
- 連結:https://nekohuan.cyou
- 簡介:`$ curl -i https://nekohuan.cyou` 或*其它你認為適合描述我 / [本站](https://nekohuan.cyou) 的句子*。
- Avatar(選擇困難症發作。):
+ WebP (128x128, ~17.7KB): https://nekohuan.cyou/avatar.webp *(推薦,但[不被較舊版 Safari 支援](https://caniuse.com/webp) 。)*
+ AVIF (128x128, ~2.4KB): https://nekohuan.cyou/avatar.avif *(注意:相容性[非常差勁](https://caniuse.com/avif) 。)*
+ JPG (128x128, ~20.1KB): https://nekohuan.cyou/avatar.jpg
+ PNG (144x144, ~12.8KB): https://nekohuan.cyou/apple-touch-icon.png *(注意:經有損壓縮。)*
+ PNG ([Upload.cc](https://upload.cc) 圖床): https://upload.cc/i1/2023/01/30/WP5BQS.png _(注意:[**可能**對中國大陸 IP 並不友好](https://twitter.com/Uploadcc/status/1463519367325356032)。)_
+ HEIC (128x128, ~1.99KB): https://nekohuan.cyou/avatar.heic *(注意:[目前尚未有瀏覽器支援](https://caniuse.com/heif) ,戰未來。)*
2. 在 GitHub 上 Fork 此儲存庫。
3. 修改 `links.json` 並 commit,格式如下:(注意:請勿更動任何無關檔案。)
```json
{
"name": "網站名稱",
"link": "網址",
"avatar": "圖片",
"descr": "簡介"
}
```
_(注意:上一個物件的大括號(`}`)後請添加半形逗號(`,`),但最後一項(你添加的新物件)請勿尾隨逗號。並請確保 JSON 格式**正確**。建議使用 [JSONLint](https://jsonlint.com) 進行確認。)_
4. 發起 Pull Request 並等待 Merge。
*(注意:本站使用 [GitHack CDN](https://raw.githack.com) 取得 JSON 資料,[GitHub Actions CI](https://github.com/kuohuanhuan/blog/actions) 將在每次 commit 後自動更新前端儲存庫的 JSON 連結。)*
_(注意:本站使用 [ImageKit](https://imagekit.io) 自動將圖片調整成適當大小,並轉換為 WebP 格式。你只需要提供**最穩定**且**不常變動**的圖片連結即可。)_
## 變動 / 更新友情連結
如果出於某些原因,你需要撤下自己的友情連結,請[開個 issue](https://github.com/kuohuanhuan/blog/issues/new) ,**不要**發起 Pull Request。
如果要更新友情連結資訊,請發起 Pull Request。
## 如果友情連結被撤下
可能是因為您的網站……
1. 違反了上述規範。
2. 無法瀏覽。
3. 撤下了本站的連結。(包括設定 CSS 樣式為 `display: none;` 或 `visibility: hidden;` 等行為。)
如果要回覆連結,請確認您的網站已回復到正常狀態,並重新發起 Pull Request。
*如果可以,請附上您的連結被撤下的 commit。(例如:[383986b](https://github.com/kuohuanhuan/blog/commit/383986beb39c3a01ffaaa2d3399e3ccbede85d3d))*
| The GitHub repository of khh.log, website accesses the contents through GitHub API, GitHack and ImageKit. | blog,json,markdown,posts,actions,github-actions,comment,giscus,static-site,deno | 2023-01-29T10:34:48Z | 2024-03-17T11:57:23Z | null | 3 | 2 | 52 | 0 | 1 | 3 | null | null | TypeScript |
tikudev/ramda-reactive | main | # Ramda Reactive

[](https://choosealicense.com/licenses/mit/)
### ✅ Like vue-chemistry but with ramda functions instead
### ✅ Everything is still auto-curried
### ✅ All functions accept refs
### ✅ Completely typed
## Why
| computed | ramda-reactive |
| ------------------------------------------- | ----------------------- |
| `computed(() => map(inc, xs.value)` | `useMap(inc, xs)` |
| `computed(() => filter(lte(5), xs.value)` | `useFilter(lte(5), xs)` |
| `computed(() => foo.value \|\| bar.value) ` | `useOr(foo, bar)` |
- no `.value` everywhere
- no `computed(() =>`
- less visual clutter
## Examples
Simple reactive filtering
```js
import { ref } from 'vue'
import { useFilter } from 'ramda-reactive'
import { lt, __ } from 'ramda'
const xs = ref([1, 2, 3, 4])
const below3 = useFilter(lt(__, 3), xs)
// below3.value = [1, 2]
xs.value = [1, 1, 5]
// below3.value = [1, 1]
xs.value.push(1)
// below3.value = [1, 1, 1]
```
Advanced reactive filtering
```js
import { ref } from 'vue'
import { useFilter, useLt } from 'ramda-reactive'
import { __ } from 'ramda'
const xs = ref([1, 2, 3, 4])
const threshold = ref(4)
const lessThanThreshold = useLt(__, threshold)
const belowSomething = useFilter(lessThanThreshold, xs)
// belowSomething.value = [ 1, 2, 3 ]
threshold.value = 3
// belowSomething.value = [ 1, 2 ]
xs.value = [0, 1, 2, 3, 4]
// belowSomething.value = [ 0, 1, 2]
```
useCall to reactively call non reactive function
```js
import { ref } from 'vue'
import { useCall } from 'ramda-reactive'
const add = (a, b) => a + b
const foo = ref(1)
const bar = ref(2)
const result = useCall(add, foo, bar)
// result.value = 3
foo.value = 3
// result.value = 5
```
Properties on reactive objects can also be used (similar to vues watch)
```js
import { ref, reactive } from 'vue'
import { useAdd } from 'ramda-reactive'
const foo = ref(1)
const bar = reactive({ count: 2 })
const result = useAdd(foo, () => bar.count)
// result.value = 3
foo.value = 3
// result.value = 5
bar.count = 5
// result.value = 8
```
## Author
👤 **Tim Kutscha**
- Github: [@tikudev](https://github.com/tikudev)
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [Tim Kutscha](https://github.com/tikudev).
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.
| Reactified ramda functions for Vue | javascript,ramda,ramdajs,reactive,vue,ramda-reactive | 2023-01-30T22:34:33Z | 2023-07-02T20:57:20Z | 2023-07-02T20:51:04Z | 1 | 0 | 22 | 1 | 1 | 3 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.