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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BehradHashemi/form-validation | main | # form-validation
Sometimes you need to do a validation to send information to the server to make sure the user is stored in the server information This form will help you validate you
## Programming languages used
- `HTML`
- `CSS`
- `JS`
## Social
- [Instagram](https://instagram.com/bhrad2006)
- [Telegram](https://t.me/BehradHashemii)
- [GitHub](https://github.com/BehradHashemi)
| Sometimes you need to do a validation to send information to the server to make sure the user is stored in the server information This form will help you validate you | api,form-validation,javascript | 2023-04-01T14:36:19Z | 2023-10-17T17:41:45Z | null | 1 | 0 | 29 | 0 | 0 | 6 | null | null | JavaScript |
maxphillipsdev/pinky-promise | main | # PinkyPromise
[](https://github.com/maxphillipsdev/pinky-promise/actions/workflows/main.yml)
[](https://github.com/maxphillipsdev/pinky-promise/actions/workflows/publish.yml)
PinkyPromise is the npm package that takes the trust and reliability of JavaScript Promises to the next level. With its playful name and unwavering commitment to delivering on its promises, PinkyPromise is the perfect solution for developers who demand the highest levels of performance and dependability in their code.
## Installation
To install PinkyPromise, simply run the following command in your terminal:
```
npm install @memp/pinky-promise
```
This will download and install the latest version of PinkyPromise and all of its dependencies, ensuring that you have everything you need to start using this powerful and trustworthy tool right away.
## Usage
Using PinkyPromise is a straightforward and intuitive process. Simply import the module into your JavaScript code, and start using it as you would any other Promise implementation:
```javascript
import { PinkyPromise } from '@memp/pinky-promise';
const myPinkyPromise = new PinkyPromise((resolve, reject) => {
// Perform some asynchronous operation...
if (/* Success condition */) {
resolve('Pinky promise fulfilled! 🥰');
} else {
reject('Pinky promise broken! 🥺');
}
});
myPinkyPromise.then((result) => {
console.log(result); // "Pinky promise fulfilled!"
}).catch((error) => {
console.error(error); // "Pinky promise broken!"
});
```
With PinkyPromise, you can trust that your async operations will be executed with the utmost reliability and dependability. PinkyPromise is committed to delivering on its promises, no matter what obstacles may arise along the way.
## Contributing
If you're interested in contributing to PinkyPromise, we'd love to hear from you! Whether you're a seasoned developer or just starting out, there are plenty of ways to get involved and help make PinkyPromise even better. Simply head over to the GitHub repository to get started.
## License
PinkyPromise is released under the MIT License, which means that you can use it in your projects with confidence, knowing that you have the legal protections and assurances you need to build great software. So why wait? Start using PinkyPromise today, and experience the trust and reliability of this innovative and groundbreaking npm package for yourself!
| 🚀 Blazingly fast async for JavaScript with 107% more trust built in! /s | async,javascript,promises | 2023-03-31T14:37:00Z | 2023-11-03T07:45:00Z | 2023-04-01T04:54:47Z | 1 | 4 | 16 | 1 | 0 | 6 | null | null | TypeScript |
prius2055/to-do-list | main | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>To do List</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 [To do List] <a name="about-project"></a>
This is a To-do-list. You can add a todo. And you can also remove and edit a an item from the list of to do items.
## 🛠 Built With <a name="built-with"></a>
-HTML5
-JS
-DOM Manipulation
-ES6
-Webpack
-Jest
-Linters
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Version Control</summary>
<ul>
<li><a href="https://github.com/">Git Hub</a></li>
</ul>
</details>
<details>
<summary>Visual Studio Code</summary>
<ul>
<li><a href="https://code.visualstudio.com">Visual Studio Code</a></li>
</ul>
</details>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/html5/">HTML5</a></li>
<li><a href="https://www.css3.com/">CSS</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **[Follow HTML, JS and CSS best practice]**
- **[Checking for errors with linters]**
- **[DOM Manipulation]**
- **[Dynamically display list of todo items]**
- **[Edit any item in the list of todos]**
- **[Mark completed items in the to-do list]**
- **[Delete all completed items from te to-do list]**
- **[Usage of Js modules]**
- **[Store all operation in local storge and update accordingly]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- Use this **[Live demo](https://prius2055.github.io/to-do-list/)** link to checkout the app.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-Visual Studio Code
-Github Account
-Git Bash
-Node JS
### Setup
Clone this repository to your desired folder:
Use git clone command or downloaded ZIP folder
Example command:
```sh
cd my-folder
git clone: (https://github.com/prius2055/to-do-list.git)
```
### Install
Install this project with: npm Example commands:
```sh
cd my-project
npm init -y
```
```sh
npm install --save-dev hint@7.x
```
```sh
npx hint .
```
```sh
npm i webpack webpack-cli webpack-dev-server --save-dev
```
```sh
npm i html-webpack-plugin --save-dev
```
```sh
npm i css-loader style-loader --save-dev
```
```sh
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Usage
```sh
npm install
```
### Run tests
To run tests, run the following command: npm test
Example command:
```
npm run test
```
### Deployment
You can deploy this project using:
GitHub Pages
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Prince**
- GitHub: [@prius2055](https://github.com/prius2055)
- Twitter: [@prius2055](https://www.twitter.com/prius2055)
- LinkedIn: [@prius2055](https://www.linkedin.com/prius2055)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[More section inclusiveness]**
- [ ] **[Desktop Responsivness]**
- [ ] **[More stylings]**
<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 [Repository](https://github.com/prius2055/to-do-list)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project then please follow me on Linkedin, Twitter and GitHub. Greetings!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microvers for this project!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p
| A to-do list app that allow users create a list of task, edit any task, mark a task as completed and delete all completed task with the click of a button. Built with JavaScript. | javascript,webpack | 2023-03-28T21:31:14Z | 2023-04-07T19:04:22Z | null | 2 | 5 | 43 | 3 | 0 | 6 | null | null | JavaScript |
Booze33/Module-Awesome-books | main | # Module-Awesome-books
<a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Awesome books Presentation](#vgs-presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Awesome books <a name="about-project"></a>
> In this project, We build a basic website that allows users to add/remove books from a list. We achieve that by using JavaScript objects and arrays. We dynamically modify the DOM and add basic events.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> This project uses the following stack :
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.w3schools.com/html/">HTML</a></li>
<li><a href="https://www.w3schools.com/css/">CSS</a></li>
<li><a href="https://www.w3schools.com/js/">JavaScript</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> Here are some key features of the application :
- **Add book**
- **Remove book**
- **Display books**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
> Here you can visit my live demo :
- [N/A]()
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 💻 Awesome books <a name="vgs-presentation"></a>
> Here you can see my presentation :
- [N/A]()
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
npm i
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/Booze33/Module-Awesome-books.git
```
-
### Install
Install this project with:
<!--
Example command:
```sh
cd my-project
gem install
```
--->
### Usage
To run the project, execute the following command:
Open the index.html file in a web browser
<!--
Example command:
```sh
rails server
```
--->
### Run tests
To run tests, run the following command:
Example command:
To run the webhint linter
```sh
npx hint .
```
To run the stylehint linter
```sh
npx stylehint "**/*.{css,scss}"
```
To run the ESLint linter
```sh
npx eslint .
```
### Deployment
You can deploy this project using:
-Go to the main folder of the project and double-click on the index.html file.
<!--
Example:
```sh
```
-->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Tebe Tisloh**
- GitHub: [@Booze33](https://github.com/Booze33)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- Contact Information
- Navigation bar
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project star it!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank the Microverse team.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [licensed](./LICENSE) .
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project helps you keep record of books. You add the book title and arthur to the list. You can remove the book when you feel like and add more. | css,html,javascript | 2023-03-27T21:53:44Z | 2023-04-01T11:17:06Z | null | 1 | 1 | 12 | 1 | 0 | 6 | null | MIT | JavaScript |
ViktorSvertoka/js-udemy | main | # Современный JavaScript - с Нуля до Junior Специалиста
## Преподаватель YouRa Allakhverdov - Mobile & Web Developer
### Наиболее новый и полный курс по JavaScript с нуля простым и понятным для новичков языком + React Fundamentals
-- Master of Computer Applications (M.C.A.), Software Engineering | Kharkiv
Polytechnic University 2001-2006
-- Mobile & Web Developer
-- My name is YouRa Allakhverdov, I graduated from Kharkiv Polytechnic
University with a degree in ‘System Programming’ in 2006 and last few years I
have been developing mobile and web applications, as well as teaching
programming.
-- The profession of а developer has opened up great opportunities for me and I
will be happy to help you become a software developer.
| Modern JavaScript Course💻 | css3,frontend,gitignore,html5,javascript,javascript-course,prettier,readme,udemy,ukraine | 2023-03-28T22:10:28Z | 2023-04-21T20:46:15Z | null | 1 | 62 | 125 | 0 | 0 | 5 | null | null | JavaScript |
rimmelasghar/CodeCrush.io | main | # CodeCrush.io
[CodeCrush.io](https://delicate-pithivier-c08beb.netlify.app/) is a Online Code Editor For Editing HTML,CSS & JS Online.
:star: Star us on GitHub — it motivates me a lot!

## Table Of Content
- [Features](#features)
- [Installation](#installation)
- [License](#license)
<p id ="features"></p>
## Features 💎
- Live Code Changes.
- Code Preview.
- User's can backup thier code.
- Can code websites Anywhere,Every Where.
- Light weight & Fast Response.
## Tech
Pen & Pixels uses a number of open source projects to work properly:
- [https://react.dev/] - The library for web and native user interfaces.
- [https://codemirror.net/] - CodeMirror is a code editor component for the web.
## Installation
Install the dependencies and start the server.
```sh
npm install
```
## Development
Want to contribute? Great!
Code Crush is open for Contribution.
Make a change in your file and instantaneously see your updates!
Open your favorite Terminal and run these commands.
```sh
npm run dev
```
Verify the deployment by navigating to your server address in
your preferred browser.
```sh
127.0.0.1:8000
```
## License
MIT
**Free Software, Hell Yeah!**
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
[PlDb]: <https://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md>
[PlGh]: <https://github.com/joemccann/dillinger/tree/master/plugins/github/README.md>
[PlGd]: <https://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md>
[PlOd]: <https://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md>
[PlMe]: <https://github.com/joemccann/dillinger/tree/master/plugins/medium/README.md>
[PlGa]: <https://github.com/RahulHP/dillinger/blob/master/plugins/googleanalytics/README.md>
| CodeCrush.io is a Online Code Editor For Editing HTML,CSS & JS Online. | codeeditor,javascript,open-source,reactjs | 2023-04-03T16:39:55Z | 2023-04-11T18:00:10Z | null | 1 | 0 | 10 | 0 | 0 | 5 | null | MIT | JavaScript |
abel-tefera/to-do-list | main | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>To-Do List Website</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)
- [Video Presentation](#video-presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 To-Do List <a name="about-project"></a>
> A project for demonstrating how we can use webpack to bundle a javascript application.
**To-Do List** will be a simple todo list tracker built on webpack.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
> The technologies used are HTML/CSS/JS, modules bundled with webpack.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.w3schools.com/html/">HTML/CSS</a></li>
</ul>
<ul>
<li><a href="https://www.w3schools.com/js/">Javascript</a></li>
</ul>
<ul>
<li><a href="https://www.w3schools.com/">Webpack</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="#">N/A</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="#">N/A</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
> Key features include:
- **Webpack**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
> Here's the link to my project:
- [To-Do List](https://abel-tefera.github.io/to-do-list/dist)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
> Steps to run:
To get a local copy up and running, follow these steps.
### Prerequisites
In order to clone and run this project you need:
- A working browser
- Installation of Git
- Internet browser
- Code editor like VS code
- Live dev server plugin on VS code
### Setup
Clone this repository to your desired folder:
- To clone the project, copy the repository and git clone
- Open the folder using VS code
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Install
Install this project with:
- Add linters to your local workspace by installing the eslint extension on VS code
- Install eslint on node using `npm i -g eslint`
### Usage
To run the project, execute the following commands:
- Run the index.html file using a live server
- Make changes to the HTML/CSS
- See the changes on your browser without refreshing
### Deployment
You can deploy this project using: N/A
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Abel Tefera**
- GitHub: [@abel-tefera](https://github.com/abel-tefera)
- Twitter: [@twitterhandle](https://twitter.com/abelteferabelay)
- LinkedIn: [LinkedIn](https://linkedin.com/in/abel-tefera-b1b625153)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Adding todo items**
- [ ] **Removing todo items**
- [ ] **Marking items as completed**
<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 star it.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank the Microverse community for giving me the opportunity to work on the cirriculum.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Simple To-Do app with CRUD (local storage). Bundled with webpack. | css3,html5,javascript,webpack | 2023-03-28T07:20:08Z | 2023-04-06T12:49:34Z | null | 1 | 3 | 43 | 1 | 0 | 5 | null | MIT | JavaScript |
YoosufAathil/Expense-tracker-app-using-React-Js | main | # Expense Tracker App
This is an expense tracker app built using ReactJS, MongoDB, and NodeJS. The app allows users to track their expenses and incomes by entering information such as the date, description, and amount of each transaction. The app includes a dashboard that displays the user's total expenses, total incomes, and net balance. Users can filter and sort their transactions by various criteria.
## Installation
To install and run the app on your local machine, follow these steps:
1. Clone this repository to your local machine: `git clone https://github.com/YoosufAathil/Expense-tracker-app-using-React-Js.git`
2. Install the necessary dependencies by running `npm install` in the root directory of the project.
3. Create a `.env` file in the root directory of the project and add the following variables:
PORT=Your_PORT
MONGO_URL=your_mongodb_uri_here
Replace `your_mongodb_urL_here` with the MONGO_URL for your database and `PORT` with a Port Value of your choice.
4. Run the app by running `npm start` in the root directory of the project. The app should now be running on `http://localhost:3000`.
## Testing
The app includes tests for the API endpoints using Postman. To run the tests, follow these steps:
1. Install Postman on your local machine.
2. Import the `Expense Tracker API Tests.postman_collection.json` file into Postman.
3. Run the tests using the "Collection Runner" feature in Postman.
## Contributing
If you would like to contribute to the development of this app, please create a pull request with your changes. We welcome contributions from anyone, regardless of their level of experience with ReactJS, MongoDB, and NodeJS.
| Expense Tracker App using ReactJS, MongoDB, and NodeJS. This app allows users to track their expenses and incomes by entering information such as the date, description, and amount of each transaction. The app includes a dashboard that displays the user's total expenses, total incomes, and net balance. | expense-tracker,javascript,mongodb,nodejs,reactjs | 2023-04-07T11:15:03Z | 2023-04-08T10:07:25Z | null | 1 | 0 | 2 | 1 | 1 | 5 | null | null | JavaScript |
iwishyoujoy/cherries-website-beta | master | # *Cherries*
*Сайт для продажи и покупки товаров из секонд-хендов Санкт-Петербурга*
## [Посмотреть и потыкать](https://iwishyoujoy.github.io/cherries-website-beta/)
На сайте вы можете найти:
- навигацию
- вкладку с товарами и их категориями
- описание взаимодействия с покупателями и продавцами
- карусель с нашими партнерами
- разные кнопочки
| website for online shop "Cherries" | javascript,react,website | 2023-04-05T19:00:49Z | 2023-05-23T20:51:38Z | null | 1 | 0 | 24 | 0 | 0 | 5 | null | null | JavaScript |
CiroDOS/Minecraft-Javascript-Edition | master | <div align="center">
<img src="https://static.wikia.nocookie.net/minecraft_gamepedia/images/1/17/Grass_Block_%28graphics_fast%29_JE3.png/revision/latest?cb=20200831093828" alt="Logo"/>
# Minecraft Javascript Edition
[Documentation](https://github.com/CiroDOS/Minecraft-Javascript-Edition/blob/master/.github/documentation/en-US/FullDocumentation.md) | [Download](#download) | [Installation](#download) | [Usage](#how-to-use-📚)
</div>
<div align="center">
[English](https://github.com/CiroDOS/Minecraft-Javascript-Edition/blob/master/.github/documentation/en-US/README.md) | [Spanish](https://github.com/CiroDOS/Minecraft-Javascript-Edition/blob/master/.github/documentation/es-ES/README.md)
</div>
<div align="center">
<a href="https://sourceforge.net/projects/minecraftjavascriptedition/files/latest/download"><img alt="Download Minecraft Javascript Edition" src="https://img.shields.io/sourceforge/dt/minecraftjavascriptedition.svg" /></a>
<a href="https://sourceforge.net/projects/minecraftjavascriptedition/files/latest/download"><img alt="Download Minecraft Javascript Edition" src="https://img.shields.io/sourceforge/dm/minecraftjavascriptedition.svg" /></a>
<a href="https://sourceforge.net/projects/minecraftjavascriptedition/files/latest/download"><img alt="Download Minecraft Javascript Edition" src="https://img.shields.io/sourceforge/dw/minecraftjavascriptedition.svg" /></a>
<a href="https://sourceforge.net/projects/minecraftjavascriptedition/files/latest/download"><img alt="Download Minecraft Javascript Edition" src="https://img.shields.io/sourceforge/dd/minecraftjavascriptedition.svg" /></a>
<a href="https://github.com/CiroDOS/Minecraft-Javascript-Edition/forks"><img src="https://img.shields.io/static/v1?style=flat&message=1&label=forks&color=green" alt="Forks count" /></a>
</div>
## **About ℹ️**
**Minecraft Javascript Edition** is a open-source Minecraft client programmed in Javascript, because Javascript is a popular language, it allows you modify it fast and easy.
## Download
Get Latest release from [Releases section](https://github.com/CiroDOS/Minecraft-Javascript-Edition/releases/latest)
Other mirrors:
[](https://sourceforge.net/projects/minecraftjavascriptedition/files/latest/download)
## How to use 📚
- 🌐 [Full Documentation](https://github.com/CiroDOS/Minecraft-Javascript-Edition/blob/master/.github/documentation/en-US/FullDocumentation.md)
- 📖 [Usage](#getting-help-🙋)
## Getting Help 🙋
Usages Files:
- [ThreadManager.js](https://github.com/CiroDOS/Minecraft-Javascript-Edition/blob/master/.github/documentation/ThreadManager.md)
## Helping Us ❤️
We are a small community so we need help to implement upgrades for new Minecraft versions, fixing bugs and expanding the project. We are always looking for motivated people to contribute. If you feel like it could be you, please have a look at the [issues](https://github.com/CiroDOS/Minecraft-Javascript-Edition/issues) section :)
## How to contribute 📝
If you'd like to contribute to Minecraft Javascript Client, great, just fork the repository and submit a pull request on the _master_ branch.
- [How i make a fork?](https://docs.github.com/articles/fork-a-repo)

## Translating Minecraft Javascript Edition 🌍
To improve translations for MC JS Edition, please, <a href="data:text/xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjx0cmFuc2xhdGlvbnM+DQoJPHRyYW5zbGF0ZT4NCgkJPGZyb20+U2luZ2xlcGxheWVyPC9mcm9tPg0KCQk8dG8+PC90bz4NCgk8L3RyYW5zbGF0ZT4NCgk8dHJhbnNsYXRlPg0KCQk8ZnJvbT5NdWx0aXBsYXllcjwvZnJvbT4NCgkJPHRvPjwvdG8+DQoJPC90cmFuc2xhdGU+DQoJPHRyYW5zbGF0ZT4NCgkJPGZyb20+U2V0dGluZ3M8L2Zyb20+DQoJCTx0bz48L3RvPg0KCTwvdHJhbnNsYXRlPg0KCTx0cmFuc2xhdGU+DQoJCTxmcm9tPkludGVyZmFjZSBzaXplPC9mcm9tPg0KCQk8dG8+PC90bz4NCgk8L3RyYW5zbGF0ZT4NCgk8dHJhbnNsYXRlPg0KCQk8ZnJvbT5TZXJ2ZXJzPC9mcm9tPg0KCQk8dG8+PC90bz4NCgk8L3RyYW5zbGF0ZT4NCgk8dHJhbnNsYXRlPg0KCQk8ZnJvbT5TZXJ2ZXIgTGlzdDwvZnJvbT4NCgkJPHRvPjwvdG8+DQoJPC90cmFuc2xhdGU+DQo8L3RyYW5zbGF0aW9ucz4=" download="TranslatorSnippet.xml">Download the XML Document</a> and post it in a fork
- [About forks](#how-to-contribute-📝).
## License ⚖️
Full licence at: <a href="data:text/plain;base64,ICAgICAgICAgICAgICAgICAgICAgIAlNSU5FQ1JBRlQgSkFWQVNDUklQVCBFRElUSU9ODQogICAgICAgICAgICAgICAgICAgICAgIFZlcnNpb24gMS45LjMgTWFyY2ggMjAyMw0KDQogVGhpcyBpcyBNaW5lY3JhZnQgSmF2YXNjcmlwdCBFZGl0aW9uLCBzcGVjaWZpY2FsbHksIEdhbWVwbGF5IFVwZGF0ZSAoMS45LjMpLg0KIFRoaXMgcHJvZ3JhbSBpcyBPcGVuU291cmNlIGFuZCBmcmVlIHRvIHVzZSwgeW91IGNhbiBmb3VuZCBteSByZXBvc2l0b3J5IGluDQogZ2l0aHViLCA8aHR0cHM6Ly9naXRodWIuY29tL0Npcm9ET1MvTWluZWNyYWZ0SmF2YXNjcmlwdEVkaXRpb24vPi4NCg0KIFlvdSBjYW4gZGlzdHJpYnV0ZSB0aGlzIHNvZnR3YXJlLCBidXQgZ2l2aW5nIGNyZWRpdHMgdG8gPENpcm9ET1M+Lg0KDQogVGhpcyBzb2Z0d2FyZSBpcyBhIEZhbi1NYWtlIG9mIE1pbmVjcmFmdCBvZiBNb2phbmcgU3R1ZGlvcywgTW9yZSBpbmZvcm1hdGlvbg0KIGluIDxodHRwczovL3d3dy5taW5lY3JhZnQubmV0Lz4NCg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIExFR0FMIENPTkRJVElPTlMNCg0KIEFueSBzdXNwaWNpb3VzIG9yIGlsbGVnYWwgc29mdHdhcmUgdGhhdCBpcyBzaW1pbGFyIHRvIHRoaXMgd2lsbCBiZSBiYW5lYWJsZSwNCiBhcyB0aGlzIGlzIGZyZWUgc29mdHdhcmUgYW5kIGF2YWlsYWJsZSB0byBldmVyeW9uZSwgdGhlIGNyZWF0b3IgIkNpcm9ET1MiDQogd2lsbCBub3QgdGFrZSByZXNwb25zaWJpbGl0eSBmb3IgYW55IGxlZ2FsIGluZnJpbmdlbWVudC4NCiBJZiB5b3Ugb3duIGEgY29weSBvZiB0aGlzIHNvZnR3YXJlIHRoYXQgZG9lcyBub3QgZm9sbG93IHRoZSBNaW5lY3JhZnQgcnVsZXMgaXQgd2lsbCBiZSBiYW5uZWQgZm9yIHRob3NlIHJlYXNvbnMuDQoNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBDUkVESVRTDQoNCiAJQ29tdW5pdHkgTWFuYWdtZW50Og0KDQogQ2lybyBBbGVqbyBEaWF6IEZlcnJhcmlzIC0tLS0tLS0gUHJpbmNpcGFsIERlc2lnbmVyDQoNCiAJTW9qYW5nIFN0dWRpb3MgTGVhZGVyc2hpcDoNCg0KIDxodHRwczovL3d3dy5taW5lY3JhZnQubmV0L2VuLXVzL2NyZWRpdHM+" download="COPYING.txt">Text Document</a> | Minecraft programmed on Javascript, Open source for everyone! | minecraft,minecraft-client,minecraft-forge,minecraft-mod,minecraft-plugin,minecraft-server,javascript | 2023-04-04T23:16:18Z | 2023-06-10T22:02:57Z | 2023-05-26T13:37:38Z | 1 | 8 | 37 | 0 | 3 | 5 | null | GPL-3.0 | JavaScript |
Vipin-Goyal/Restaurant-Website | master | <h2>WEBSITE LINK :https://imperial-cuisine.onrender.com/</h2>
<br>
<br>
<HR>
# 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 Restaurant Website by using Reactjs. | css,hover-effects,html,javascript,mobile-web,mobileuser,reactjs,rendering,restaurant-website,vscode | 2023-03-27T13:18:40Z | 2024-03-18T18:49:10Z | null | 1 | 0 | 3 | 0 | 1 | 5 | null | null | JavaScript |
Elchin-Huseynli/my-portfolio-site | master | # my-porfolio-site
Personal site
- Html
- Css
- JavaScript
# Home page

# About page

# Portfolio page

# Blog page

# Contact page

| Personal site | css,html,javascript | 2023-04-04T11:55:40Z | 2023-04-24T09:38:32Z | null | 1 | 0 | 4 | 0 | 0 | 5 | null | null | HTML |
Fasping/tiger-router | main | # 🐯 Tiger Router 🐯
[](https://opensource.org/licenses/ISC)

[Web](https://www.npmjs.com/package/tiger-router)
Introducing Tiger Router, the sleek and minimalist routing solution for React. Say goodbye to bloated and complicated routing libraries - Tiger Router offers only the essentials for seamless navigation within your React application. With its intuitive and user-friendly interface, you can easily define your routes and render your components with just a few lines of code. So why settle for anything less? Choose Tiger Router for a streamlined routing experience that's truly roar-some. 🐯
Tiger Router allows you to use Router, Route, and Link components in your projects.
## Installation
You can install Tiger Router using npm, yarn or pnpm:
`npm install tiger-router`
`yarn add tiger-router`
`pnpm install tiger-router`
## Getting Started
To use Tiger Router in your project, follow these steps:
1. Import the Router component from the tiger-router package:
```js
import { Router } from 'tiger-router'
```
2. Wrap your application's components with the Router component, passing in the URL path and component to render as props:
```js
import { Router, Route } from 'tiger-router'
import Home from './components/Home'
import About from './components/About'
function App() {
return (
<Router>
<Route path='/' component={Home} />
<Route path='/about' component={About} />
</Router>
)
}
export default App
```
3. Use the Link component to navigate between routes:
```js
import { Link } from 'tiger-router'
function Navbar() {
return (
<nav>
<ul>
<li>
<Link to='/'>Home</Link>
</li>
<li>
<Link to='/about'>About</Link>
</li>
</ul>
</nav>
)
}
export default Navbar
```
<h3>That's it! You should now be able to use Tiger Router in your project!</h3>
# Contributing
If you would like to help us, please take a moment to read the [CONTRIBUTING.md](https://github.com/Fasping/tiger-router/blob/main/CONTRIBUTING.md) file. You will find useful information there on how to effectively contribute and follow our style guides. We hope you enjoy collaborating with us!
<h3> Cheers 🍻 !!! </h3>
| Tiger Router offers a minimalist-friendly routing solution for your React applications 🐯 | javascript,npm-package,react,react-router,reactjs,router,routes,routing,wouter,npm | 2023-03-29T22:34:11Z | 2023-04-19T11:37:59Z | null | 1 | 13 | 49 | 0 | 0 | 5 | null | null | JavaScript |
gjivaros/TaskQueue.js | main | # TaskQueue.js
> TaskQueue.js is a JavaScript task queue management library for client and server side development.
## Table of Contents
* [Installation](#installation)
* [Use](#use)
* [Contribute](#contribute)
* [License](#license)
* [Contact](#contact)
## Installation
You can install TaskQueue.js using npm :
```sh
npm install taskqueue.js
```
## Use
To use TaskQueue.js, you just need to import the library and create an instance of the task queue :
```ts
import TaskQueue from "taskqueue.js";
const taskQueue = new TaskQueue();
```
You can then add tasks to the queue:
```ts
taskQueue.push(() => console.log("Task1");
taskQueue.push(() => console.log("Task2");
// Add a task with arguments
taskQueue.push((arg1:string, arg2:string) => console.log(arg1,arg2), arg1, arg2);
```
You can run the tasks in sequence using the `run()` method:
```ts
await taskQueue.run()
```
TaskQueue.js also handles errors and automatic task repetition in case of failure.
## Contribute
Contributions to TaskQueue.js are welcome! To contribute, please fork this repository, make your changes and submit a pull request.
```sh
cp .vscode/settings.example.json .vscode/settings.json
npm i
```
## License
TaskQueue.js is licensed under the MIT license. See the LICENSE file for more details.
## Contact
Created by Jivaros GBETO - [Twitter](https://twitter.com/JivarosG) | [LinkedIn](https://www.linkedin.com/in/jivaros-gbeto/) | jivarosgbeto@gmail.com - feel free to contact me!
| TaskQueue.js is a JavaScript task queue management library for client and server side development. | data-structures,javascript,queue,typescript | 2023-04-02T07:51:58Z | 2023-04-02T14:45:37Z | null | 1 | 0 | 9 | 0 | 0 | 5 | null | MIT | TypeScript |
Inna-Mykytiuk/FilmFrenzy | main | <h1 align="center"> 👨💻 GOIT Team Project 👩💻 </h1>
<h2 align="center"> FILMOTEKA 🎥 </h2>
<h3 align="center"> Group 68 | Team 4 </h3>
<span align="center">







</span>
<h3 align="center"> ℹ️ Browser Bosses Team 🚀 <h3>
<span align="center">
<a align="center" href="https://github.com/dmitryberesten"></a>
<a align="center" href="https://github.com/MaksymMyhulia"></a>
<a align="center" href="https://github.com/Inna-Mykytiuk"></a>
<a align="center" href="https://github.com/AlexandrHaiduk"></a>
<a align="center" href="https://github.com/IrynaBondarenko7"></a>
<a align="center" href="https://github.com/Crash-afftar"></a>
<a align="center" href="https://github.com/yulka-pulka"></a>
<a align="center" href="https://github.com/VladyslavaDvorovenko"></a>
<a align="center" href="https://github.com/Universe2022"></a>
<a align="center" href="https://github.com/YuliyaBondG"></a>
<a align="center" href="https://github.com/YanaKholod"></a>
<a align="center" href="https://github.com/MisterF1x"></a>
<a align="center" href="https://github.com/MihailLeontev"></a>
</span>
## Description
The project is implemented in Vanilla JavaScript and working with:
🛠 [the Movie Database TMDB](https://www.themoviedb.org/);
🛠 responsive design for use on phone 📱, tablet 📟 and desktop 💻.
We are students of the FullStack Developer course [<img src="https://img.shields.io/badge/Go-IT-orange" />](https://goit.ua), the project is written at the end of the study of JavaScript.
## How to use FilmFrenzy?
📽 It is the site for searching and collecting movies.
**The Web App provides the following functions:**
🎞 search movie by a key word;
🎞 manage your film database by adding or deleting chosen movie to WATCHED or to QUEUE;
🎞 pagination allows you to easily navigate between movies;
🎞 in LIBRARY you can see your database of movies divided by 2 categories: WATCHED and QUEUE.
| Team project on the JS block | api,javascript,localstorage,pagination,swiper-js,basiclightbox,loader,sass | 2023-04-06T10:40:30Z | 2023-04-06T10:54:03Z | null | 1 | 0 | 3 | 0 | 0 | 5 | null | null | JavaScript |
RamR3R/Dfabrica-ecommerce-site | main | # DFabrica
This is a Ecommerce site with clothing having both client and admin side
### https://dfabrica.netlify.app/
## 🔗 Team Members Github Profiles
[Ramsundar Sivakumar](https://github.com/RamR3R)
[Suraj Deosarkar](https://github.com/Suraj12398)
[Sumit Kumar](https://github.com/ksumit01)
[Navneet Srivastava](https://github.com/Navneet3009)
[Fija Jahangir Shaikh](https://github.com/fija29)
# Deployed Site Link
### https://dfabrica.netlify.app/
# API Data base in `db.json file`
Hard collected from the cloning example site https://www.bewakoof.com/
# Deployed API Link for DFabrica :
### https://dfabrica-data-app.onrender.com
# API github Link
### https://github.com/RamR3R/Dfabrica-data-app
# DFabrica API
## API Reference
We can perform all CRUD Operation Using the deployed API `GET` ,`POST` , `PUT` ,`PATCH` and `DELETE`
### `api/admin` Routes are proteced and need to be accesed with `JWT token`
#### Get all items
```http
GET http://dfabrica-data-app.onrender.com/users
```
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | gets all the user data |
#### Get item
```http
GET http://dfabrica-data-app.onrender.com/users/${id}
```
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of user to fetch |
## 🔗 Deployed Link
`http://dfabrica-data-app.onrender.com`
[](http://dfabrica-data-app.onrender.com/)
# Landing Page

# User Login Page
## This page has the feature of ` Email verification ` for the new users Signing Up. This is done by using SMTPJS.
By sending OTP to verify user Email address.
### https://smtpjs.com/

# Category Page
## Here the api data for each category is displayed and the filter functionality could be used simaltaneously with different combinations

# Individual Product Page
Here the currency funtionality is used we can change the country loction and get the respiective price of the corresponding countries.


## The check availability funtion uses ` GoogleMaps Api ` to calculate the distance between source of the product and destination of the user using
## ` Distance Matrix API ` from Google Maps API.

# Checkout Page
## Here the user details are fetched from the LS from key ` login-info ` stored during Login or Signup of a user.
## When the user enters the ` PINCODE ` the data of City , State and Country is fetched Automatically with the help of ` GoogleMapsAPI `.
#

#Admin Login Page
Admin can Login from here
#

#Admin AddItem Page
#
Admin would be able to add Products from the admin page in the api and allow the users to get them from the client side.
` POST ` method - adding products
` PATCH ` method - Updating products
` DELETE ` method - Deleting products
#

# The APIs Used in this project are below:
### https://smtpjs.com/ = Email sender usgin API in JS.
### https://cloud.google.com/apis = Locating the User, Fetching Address using Location (Lat , Lng)
### DistanceMatrixApi = Calculate the route , distance and duration between 2 end points
### http://dfabrica-data-app.onrender.com = Api database with all CRUD operations and JWT Protected Routes.
| This is a Ecommerce site for clothing having google maps api intergrated in it. To check the google api intergration check the delivery time using pincode. | css,google-maps-api,html,javascript | 2023-03-28T14:40:31Z | 2023-07-22T02:14:12Z | null | 6 | 62 | 204 | 2 | 3 | 5 | null | null | HTML |
Rujuu-prog/markdown2notion | main | # markdown2notion
[](https://badge.fury.io/js/markdown2notion) [](https://opensource.org/licenses/MIT) [](https://codecov.io/github/Rujuu-prog/markdown2notion)
Convert markdown files to notion database. The folder structure is also fully represented as tags in notion.
> Please refer to [here](https://developers.notion.com/docs/getting-started) for how to issue notion token and how to link with DB.
## 🔗 Links
日本語の説明書👉[JP-README.md](https://github.com/Rujuu-prog/markdownToNotion/blob/main/README-JP.md)
## 🔽 Installation
```bash
npm install markdown2notion
```
```bash
yarn add markdown2notion
```
## 🔧 Usage
javascript and typescript are supported.
### markdownToNotion()
```typescript
import {markdownToNotion} from 'markdown2notion'
async function main(){
try{
await markdownToNotion(
'notion token',
'notion database id',
'markdown folder path',
'Column of notion displaying file names. Default is Title',
'Column of notion displaying folder name as tag. Default is Tags'
)
} catch (error) {
console.error(error);
}
}
```
### searchPage()
> Since the URL of the page changes every time you use markdownToNotion(), if you want to do something with the URL, please use this function to get the URL of the page.
```typescript
import {searchPage} from 'markdown2notion'
async function main(){
try{
const result = await searchPage(
'notion token',
'notion database id',
'Column of notion displaying file names. Default is Title',
'Column of notion displaying folder name as tag. Default is Tags',
'search file name',
'search tags name array'
)
// If files with the same filename exist, multiple pages are returned.
console.log(result)// The object of the notion page is returned. url can be taken from result['results'][0]['url'] or something like that.
} catch (error) {
console.error(error);
}
}
```
## 🔰 Example
### 🔽markdownToNotion()
### markdown folder structure
```bash
├── docs
│ ├── sample1
│ │ ├── sample1_1
│ │ │ ├── sampleContent1_1.md
│ │ ├── sampleContent1.md
│ ├── sample2
│ │ ├── sampleContent2.md
├── src
│ ├── index.ts
├── .env
```
### notion DB

### markdown files
[Sample Markdown Folder](https://github.com/Rujuu-prog/markdown2notion/tree/main/sample/docs)
### index.ts
```typescript
import {markdownToNotion} from 'markdown2notion'
import * as dotenv from 'dotenv'
async function main() {
dotenv.config()
const token = process.env.NOTION_TOKEN
const databaseId = process.env.NOTION_DATABASE_ID
try {
await markdownToNotion(token, databaseId, 'docs', 'Title', 'Tags');
} catch (error) {
console.error(error);
}
}
main()
```
### .env
```.env
NOTION_TOKEN=secret_xxxxxxxxxxxxxx
NOTION_DATABASE_ID=xxxxxxxxxxxxxxx
```
### Result
The folder name becomes a tag.

Filtering using tags makes it easier to access specific files.

### 🔽searchPage()
### index.ts
```typescript
import {searchPage} from 'markdown2notion'
import * as dotenv from 'dotenv'
async function main() {
dotenv.config()
const token = process.env.NOTION_TOKEN
const databaseId = process.env.NOTION_DATABASE_ID
const title = 'sampleContent1_1';
const tags = ['sample1_1'];
try {
const result = await searchPage(token, databaseId, 'Title', 'Tags', title, tags);
console.log(result['results'][0]['url']);
} catch (error) {
console.error('Error searching for page:', error);
}
}
main()
```
### result
```bash
{
object: 'list',
results: [
{
object: 'page',
id: '33.....',
created_time: '2023-03-29T14:15:00.000Z',
last_edited_time: '2023-03-29T14:15:00.000Z',
created_by: [Object],
last_edited_by: [Object],
cover: null,
icon: null,
parent: [Object],
archived: false,
properties: [Object],
url: 'https://www.notion.so/sampleContent1_1-33...'
}
],
next_cursor: null,
has_more: false,
type: 'page',
page: {}
}
```
<h2 style="color:red;">👀 Important Point</h2>
If there is a page with the same filename on the DB of notion to be operated on, it will be overwritten.
## License
MIT
| 🔀 Convert markdown files to notion database. The folder structure is also fully represented as tags in notion. | javascript,markdown,notion,notion-api,npm,npm-module,oss,typescript | 2023-03-28T08:03:21Z | 2024-05-16T18:55:46Z | 2024-05-16T18:55:46Z | 1 | 6 | 56 | 1 | 0 | 5 | null | MIT | TypeScript |
JuanAddiel/Pokedex-App | main | null | Pokedex App, tiene el mantenimiento de pokemones, regiones y tipos. | bootstrap,expressjs,javascript,mvc,nodejs,sequelize | 2023-03-27T21:41:55Z | 2023-03-27T21:43:57Z | null | 1 | 0 | 1 | 0 | 0 | 5 | null | null | JavaScript |
kevingostomski/bootstrap-nice-select | main | 





# **[Bootstrap-Nice-Select](https://kevingostomski.github.io/bootstrap-nice-select/)**
> :warning: This package has been deprecated in favor of [better-nice-select](https://kevingostomski.github.io/better-nice-select/). Please consider migrating to `better-nice-select` for continued support and updates: [https://github.com/kevingostomski/better-nice-select](https://github.com/kevingostomski/better-nice-select)
A modern looking select field for form submits which uses Bootstrap as dependency to style it. It can be initialized over HTML or JS and does not need jQuery to work with!
# **Features**
- Created for Twitter Bootstrap (All versions supported)
- Responsive web design
- Modern looking scrollable select lists
- Fully skinnable, CSS built with SASS
- Localization
- Get data in JSON format using AJAX/Fetch and have them searchable
- Allow users to type in new options and add it on the fly
- Setting icons option to override possible currently available themes
- Options for calling methods which will be automatically added after the respective event listeners
# **Installation**
### Manual Download
Use [Releases Pages](https://github.com/kevingostomski/bootstrap-nice-select/releases) or clone the repo: `https://github.com/kevingostomski/bootstrap-nice-select.git` and use the `dist` folder.
### Npm
```
npm install bootstrap-nice-select
```
### Yarn
```
yarn add bootstrap-nice-select
```
### CDN
You can source bootstrap-nice-select directly from a CDN like [unpkg](https://unpkg.com).
```
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/bootstrap-nice-select@1.4.4/dist/css/bootstrap-nice-select.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://unpkg.com/bootstrap-nice-select@1.4.4/dist/js/bootstrap-nice-select.min.js"></script>
```
> The CDN is updated after the release is made public, which means that there is probably a delay between the publishing of a release and its availability on the CDN.
# **Release History**
Look at the [Change Log](CHANGELOG.md).
# **Local Development**
Development of this plugin was with [Visual Studio Code](https://code.visualstudio.com/).
To develop `bootstrap-nice-select` locally please run:
```
mkdir bootstrap-nice-select-dev
cd bootstrap-nice-select-dev
git clone https://github.com/kevingostomski/bootstrap-nice-select.git
git clone https://github.com/kevingostomski/bootstrap-nice-select-examples.git
cd bootstrap-nice-select
npm link
cd ..
cd bootstrap-nice-select-examples
npm link bootstrap-nice-select
```
To develop the component, the VS Code plugin [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) was used (special thanks to the maintainers for this wonderful plugin).
In addition, if you want to update the `npm link` project which is used, use `npm run dev` so sourcemaps are available to test the project better.
# **Copyright and license**
Copyright (C) 2023
The license is available within the repository in the [LICENSE](LICENSE) file. | Creates a modern looking select field for form submits which can be customized. It is built with Bootstrap and does not need jQuery to be initialized | bootstrap,bootstrap4,bootstrap5,dropdown,javascript,select,ui,ux,bootstrap-nice-select | 2023-03-31T08:30:59Z | 2024-05-10T07:28:00Z | 2023-09-01T11:59:45Z | 1 | 4 | 56 | 5 | 0 | 5 | null | MIT | SCSS |
pavelvachaaa/STIN-PainBank | main | null | Semestrální práce pro MTI/STIN 2023 - I bolest může být příjemná | cicd,software-engineering,javascript,next13,next-auth | 2023-04-02T11:39:24Z | 2023-05-26T12:19:28Z | 2023-05-26T12:19:28Z | 1 | 33 | 5 | 0 | 0 | 5 | null | null | TypeScript |
IkboljonMe/javascript-algorithms | main | # JavaScript Algorithms and Data Structures
This repo contains my implementation of various data structures and algorithms in JavaScript. The goal of this project is to help others learn and practice their understanding of fundamental algorithms and data structures.
## [Data Structures](https://github.com/IkboljonMe/javascript-algorithms/tree/main/src/data-structures)
The following data structures are implemented in this project:
- [Linked List](https://github.com/IkboljonMe/javascript-algorithms/tree/main/src/data-structures/linked-list)
- [Stack](https://github.com/IkboljonMe/javascript-algorithms/tree/main/src/data-structures/stack)
- [Queue]()
- [Binary Tree]()
- [Heap]()
- [Hash Table](https://github.com/IkboljonMe/javascript-algorithms/tree/main/src/data-structures/hash-table)
- [Trie]()
- [Graph]()
Each data structure is implemented as a JavaScript class, and includes Jest test cases to ensure correctness.
## [Algorithms](https://github.com/IkboljonMe/javascript-algorithms/tree/main/src/algorithms)
The following algorithms are implemented in this project:
- [Tortoise Hara](https://github.com/IkboljonMe/javascript-algorithms/tree/main/src/algorithms/linked-list/TortoiseHare)
Each algorithm is implemented as a function, and includes Jest test cases to ensure correctness.
## Usage
To use this project, simply clone the repo and run **npm install** to install the required packages. You can then run **npm test** to execute all the Jest test cases.
To install all packages:
```
npm install
```
To test:
```
npm test
```
If you want to run tests for a specific data structure or algorithm, you can specify the file path of the test using the **--PATH** option. For example, to run tests for the linked list data structure, run **npm test -- data-structures/linked-list.test.js**.
```
npm test -- data-structures/linked-list.test.js
```
## License
This project is licensed under the terms of the MIT license. See the [LICENSE](https://github.com/IkboljonMe/javascript-algorithms/blob/main/LICENSE.txt) file for details.
| This repo contains my implementation of various data structures and algorithms in JavaScript, with Jest test cases to ensure correctness. The goal is to help others learn and practice fundamental algorithms and data structures in JavaScript. The project is licensed under the terms of the MIT license | algorithms,data-structures,javascript,jest,jest-tests,nodejs,problem-solving | 2023-03-27T22:49:42Z | 2023-04-07T23:54:56Z | null | 1 | 0 | 21 | 0 | 3 | 5 | null | MIT | JavaScript |
kelvinthh/Image-Generation-Next.js | main | # Next.js AI Image Generator with DALL-E and ChatGPT 🎨🤖
## Live version: [https://img-gen.kelvintam.dev/](https://img-gen.kelvintam.dev/)
### React Native port w/ Android APK available: [https://github.com/kelvinthh/Image-Generation-RN](https://github.com/kelvinthh/Image-Generation-RN)

This [Next.js](https://nextjs.org/) single-page web app allows users to generate images based on text prompts, utilizing OpenAI's [DALL-E](https://openai.com/research/dall-e/) and [ChatGPT](https://platform.openai.com/docs/guides/chat/gpt-3) APIs. The app is built using the powerful Next.js framework and styled with the popular [Tailwind CSS](https://tailwindcss.com/) utility-first CSS framework. It features serverless API backends powered by [Microsoft Azure](https://azure.microsoft.com/) Function App with HTTP triggers and a Storage Account for saving generated images in a blob container. Deployed on Azure (for the HTTP triggers) and [Vercel (for the front-end)](https://vercel.com/), this app offers a seamless and modern user experience.
## Features 💡
* Generate images from text prompts using OpenAI's DALL-E
* Receive prompt suggestions from OpenAI's ChatGPT
* Serverless API backends with Microsoft Azure Function App HTTP triggers
* Image storage using Microsoft Azure Storage Account (blob container)
* Deployed on Azure (back-end) and Vercel (front-end)
## Prerequisites 📋
To clone and run this project, you'll need the following:
* An OpenAI account with API key for DALL-E and ChatGPT access
* A Microsoft Azure account for Function App and Storage Account setup
* Your local environment file (.env) configured with the required API keys and credentials
* [Azure Tools extentions for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack)
## Getting Started 🚀
1. Clone this repository:
`git clone https://github.com/kelvinthh/Image-Generaton-Next.js.git`
2. Install dependencies:
`npm install`
3. Make sure you created your Function App and Storage account for this project on Azure. In your Azure Storage account, create a blob container called `images`. Map your Function App & Storage Account to the project's `azure` folder under the root folder.
4. Configure your local environment file (.env.local) with the required API keys and credentials:
```
# .env.local
OPEN_AI_ORG=org-your_open_ai_account
OPEN_AI_API_KEY=your_open_ai_key
# Azure remote house, uncomment one below:
# REMOTE_HOST=your_azure_remote_host_url (For deployment)
# REMOTE_HOST=http://127.0.0.1:7071 (Dev server only)
# IMG_GEN_URL=https://yourdomain.com (Leave blank if none)
# IMG_GEN_DOMAIN=yourdomain.com (Leave blank if none)
# DEV_PREVIEW_URL=devpreview.yourvercelurl.com (Leave blank if none)
# OG_IMAGE=https://youropengraphimage.png
# // API endpoint e.g. /api/getImages
API_GENERATE_IMAGE=your_generateImage_api_endpoint
API_GET_IMAGES=your_getImages_api_endpoint
API_GET_SUGGESTIONS=your_getChatGPTSuggestion_api_endpoint
# // Google Analytics Measurement ID
GA_ID=
```
> If you need to find your Storage account access key: Go to Azure Portal > Your Storage account > Security + networking > Access key.
5. Install dependencies inside the Azure folder
`cd azure && npm install`
6. In VSCode click `Windows: Control + P / Mac: Command + P` and type `Azure Functions: Download Remote Settings...`
7. Add the lines `OPEN_AI_ORG` & `OPEN_AI_API_KEY` from your project `.env` file to `azure`'s `local.settings.json`
8. Run the local Azure development server `cd azure && npm run start`, then it should run at `http://localhost:7071`. Unless your Azure backend is deployed, make sure to use set `http://127.0.0.1:7071` as the value for env variable `REMOTE_HOST`.
9. Run the development server from the project's root directory:
`npm run dev`
10. Open your browser and navigate to http://localhost:3000 to see the app running.
## Deployment 🌐
### Front-end (Vercel)
To deploy the front-end on Vercel, follow these steps:
1. Sign up or log in to your Vercel account.
2. Connect your GitHub account and import the repository.
3. Deploy your project with terminal command `vercel`.
4. Configure your environment variables in the Vercel dashboard, matching the local .env file.
### Back-end (Azure Functions)
To deploy the back-end on Azure Functions, follow these steps:
1. Sign up or log in to your Microsoft Azure account.
2. Create a new Function App and configure it with your preferred runtime, operating system, and hosting plan.
3. Deploy your Function App using your preferred method (e.g., Git, Visual Studio Code, Azure Functions Core Tools).
4. Configure the required environment variables in the Function App's "Application settings" to match your local .env file.
5. Deploy your Function App using VSCode command line and use `Azure Functions: Deploy to Function App...`
## Acknowledgments 🙌
This project was inspired by following the tutorial [Build an AI Image Generator App using Next.js and OpenAI DALL-E](https://www.youtube.com/watch?v=0qHnVYSxZ4k) by Sonny Sangha. While the tutorial served as an excellent starting point, it is important to note that the code in this project was not directly copied and pasted. Instead, it was adapted and customized to better suit the needs and requirements of this specific implementation. We would like to express our gratitude to Sonny Sangha for sharing his knowledge and providing valuable guidance throughout the development process.
| AI Image Generator with Next.js, Powered by OpenAI & Azure | azure,nextjs,react,tailwindcss,vercel,javascript,typescript,chatgpt,dall-e,openai | 2023-03-26T22:09:05Z | 2024-04-01T03:40:10Z | null | 1 | 5 | 60 | 0 | 2 | 5 | null | null | TypeScript |
ersudhist/Myntra-Clone | main | # Myntra-Clone
Myntra is one of the largest fashion e-commerce stores in India that deals with a wide range of fashion and lifestyle products for men, women, and kids. It sells high-quality clothes, branded footwear, bags and backpacks, beauty and personal care products, home and living accessories, and more.
A Collaborative project built by a team of 4 members executed in 5 days.
# Netlify link
https://dashing-monstera-1cd591.netlify.app
# JSON Server
https://mockapi-7431.onrender.com/
# Tech Stack 💻
HTML5
CSS
Javascript
# Features
- Authentication process undercover with Local Storage.
- Pagination for each category with working mega dropdown.
- Dynamic Products, Wishlist page using locally created json data.
- All the product description, prices, discounts, are updated in real time.
# Responsiility
- Landing page UI consisting of megadrown navbar, carasouel, animated image cards and authentications i.e.; Login & Register.
- Paginations for each sub-sections.
- Implementation of local storage on authentications.
- Address, payment, checkout done with using local storage concepts and raw css (No external libraries has been implemented for the same to have a effect !!)
# Snap Shots 📷
HomePage
This is the homepage of our Project. in this homepage we have a navigation bar, on clicking any option on the navigation bar it will navigate to the others pages on websites.

Dropdown

Men's Page

Men's Product Page

Women's Page

Women's Product Page

Kid's Page

Kid's Product Page

Whislist Page

Login Page

Cart Page

# Contributors 😇
👤 Sudhist Kumar(Team Lead): https://github.com/ersudhist
👤 Shriya Pandey: https://github.com/pshriya01
👤 Vishal Chaudhary: https://github.com/vishal-dev4
👤 Sheikh Tahir: https://github.com/SheikhTahir
| Myntra is one of the largest fashion e-commerce stores in India that deals with a wide range of fashion and lifestyle products for men, women, and kids. | css,css3,html,javascript | 2023-03-27T17:35:40Z | 2023-09-02T10:30:41Z | null | 5 | 26 | 61 | 0 | 1 | 5 | null | null | HTML |
SurajV2000/Lifestyle-Store-Clone | main | # Lifestyles Stores clone
Deployed-Link- https://outfitstore.vercel.app/
Lifestyle is India's leading fashion destination for the latest trends. Part of Dubai based retail and hospitality conglomerate - The Landmark Group, Lifestyle brings multiple categories including men, women and kids’ apparel, footwear, handbags, fashion accessories and beauty under the convenience of a single roof.
## Screenshots:







## Authors
- (https://github.com/SurajV2000) - Team lead!
- [@vaibhav7895](https://github.com/vaibhav7895) - Member
- [@Shubhangisaini205](https://github.com/Shubhangisaini205) - Member
- [@ttushar2622](https://github.com/ttushar2622) - Member
- [@Nitinjambal](https://github.com/Nitinjambal) - Member
## Features
- Login/Signup with Validation
- Detailed Description Of Each Product
- Add functionality to card, with desired quantity of each product
- Increase or decrease the quantity, as well as delete the item from the card
- Check out the payment page and confirm the order
- Admin ascess to add/modify products
- Whole website is fully responsive
## Tech Stack
*Client:* React, Redux, Chakra UI
*Server:* Node, json
| This was an collaborative project , I was the Team lead in the project .This has been developed within a span of 5 days with total of 5 team members | chakra-ui,css,html,javascript,json-server,reactjs | 2023-03-27T17:50:24Z | 2023-04-07T02:53:47Z | null | 5 | 31 | 88 | 0 | 2 | 5 | null | null | JavaScript |
Enoisong/TodoList | main | # Todo List Project
<a name="readme-top"></a>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Todo List <a name="about-project"></a>
"Todo List" is a simple web application that displays a list of task and allow you to add and remove task from that list.
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- JavaScript (ES6)
- Webpack
- jest
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- javascript
- Webpack
- jest
- Version Control (GitHub)
<!-- Features -->
### Key Features <a name="key-features"></a>
- Javascript, ES6
- CSS3
- HTML5 semantics
- Webpack
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
clone from repository: https://github.com/Enoisong/TodoList.git
### Prerequisites
In order to run this project you need to:
- Install GIt
- Install Live server VScode extension and run Go Live
- Install a Command Line Interface to clone project-Git bash/Terminal
### Setup
Clone this repository to your desired folder:
https://github.com/Enoisong/TodoList.git
### Install
Install this project with:
- VSCode
- Git.
- Github.
### Usage
### To run the project, execute the following command:
- Git clone <>
- Install the Live server extension of the VScode and run Go Live
### Run tests
To run linters tests, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
### Deployment
It will be deployed after merge
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
- Enobong Isong
👤 **Author**
- GitHub: [@githubhandle](https://github.com/Enoisong)
- Twitter: [@twitterhandle](https://twitter.com/Enobongmisong)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/enobong-isong/)
## 🔭 Future Features <a name="future-features"></a>
- [] **To Add more dynamics to the project; feature like animation
and transition
-[]** To integrate backend.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, as well as feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, give me a ⭐️ star!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightly feedbacks.
- A great thanks to my coding partner(s), morning session team,
and standup team for their contributions.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| A web application that displays a list of task and allow you to add and remove task from that list built with JavaScript . | javascript | 2023-04-05T03:18:08Z | 2023-04-14T02:12:19Z | null | 2 | 5 | 52 | 2 | 1 | 5 | null | null | JavaScript |
Linamohamed89/Linas-Health-Care | main | # Linas-Health-Care

| null | animation,button,css,hover-effects,html5,javascript | 2023-03-29T09:35:03Z | 2023-03-29T10:21:44Z | null | 1 | 0 | 10 | 0 | 0 | 5 | null | null | HTML |
maik-emanoel/upload-component | main | <h1 align="center"> Componente de Upload - BoraCodar#14 </h1>

[Clique aqui para acessar](https://maik-emanoel.github.io/upload-component/)
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML
- CSS
- JavaScript
- Git and GitHub
## 💻 Projeto
Este é um projeto de um componente de upload, onde o usuário poderá carregar seus arquivos.<br>
Obs: Projeto construído a partir do layout proposto no desafio [#BoraCodar14](https://boracodar.dev/) realizado pela [Rocketseat](https://rocketseat.com.br).
Após o desenvolvimento do projeto inicial, adicionei novas features, tais quais:
- Layout responsivo (Adaptado para telas menores)
- Função para adicionar novos arquivos com suas respectivas informações
- Remoção de arquivos com animação
- Exibição do progresso de carregamento dos arquivos
- Arquivos podem ser arrastados
- Efeitos hover e animações
- Adição de um tema dark
- Entre outras pequenas modificações.
## 🔖 Layout
Você pode visualizar o layout do projeto proposto através [DESSE LINK](https://www.figma.com/community/file/1225440656930547927). É necessário ter conta no [Figma](https://figma.com) para acessá-lo. | This project is a upload component where user can load your files | css,html,javascript,mk | 2023-04-07T23:01:19Z | 2024-02-06T22:02:16Z | null | 1 | 0 | 24 | 0 | 1 | 5 | null | null | CSS |
tobuya/post_stream | dev | <a name="readme-top"></a>
[](https://github.com/tobuya/post_stream/graphs/contributors)
[](https://github.com/tobuya/post_stream/commits/main)
[](https://github.com/tobuya/post_streamy/stargazers)
[](https://github.com/tobuya/post_stream/issues)
[](https://github.com/tobuya/post_stream/blob/main/LICENSE)
<details>
<summary>Table of Contents</summary>
- [📰 Post Stream ](#-post_stream---rails-app-)
- [🧰 Tech Stack ](#-tech-stack--)
- [✨ Key Features ](#-key-features--)
- [🚀 Live Demo](#-live-demo--)
- [📘 Getting Started ](#-getting-started--)
- [📋 Prerequisites](#-prerequisites)
- [📂 Setup](#-setup)
- [📥 Installation](#-installation)
- [💾 Database](#-database)
- [💻 Usage](#-usage)
- [🧪 Run tests](#-run-tests)
- [👨🚀 Authors ](#-authors--)
- [🎯 Future Features ](#-future-features--)
- [🤝 Contribution ](#-contribution--)
- [💖 Show Your Support ](#-show-your-support--)
- [🙏 Acknowledgements](#-acknowledgements)
- [📜 License ](#-license-)
</details>
# 📰 Post Stream <a name="about-project"></a>
**Post Stream** is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🧰 Tech Stack <a name="tech-stack"></a>
- Ruby on Rails
- PostgreSQL
- Devise
- CanCanCan
- RSpec
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ✨ Key Features <a name="key-features"></a>
- Create and manage blog posts
- Read posts by other users
- Interact by giving likes/comments
- User authentication and authorization
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
[To be Updated soon]
## 📘 Getting Started <a name="getting-started"></a>
To run this project locally, you'll need to follow these steps.
### 📋 Prerequisites
Make sure you have the following installed on your machine:
- [Ruby 3.2.2 or higher](https://www.ruby-lang.org/en/)
- [Rails 7.0.4 or higher](https://rubyonrails.org/)
- [PostgreSQL 15.2 or higher](https://www.postgresql.org/)
### 📂 Setup
Clone this repository to your desired folder.
```sh
cd my-desired-folder
git clone git@github.com:tobuya/post_stream.git
cd post_stream
```
### 📥 Installation
Install the required gems with:
```sh
bundle install
```
### 💾 Database
Create the databases and run migrations with:
```sh
rails db:create
rails db:migrate
```
To load the sample data, run:
```sh
rails db:seed
```
### 💻 Usage
To run the development server, execute the following command:
```sh
rails server
```
### 🧪 Run tests
To run tests, run the following command:
```sh
rspec spec --format doc
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👨🚀 Authors <a name="author"></a>
👤 **Thomas Obuya**
- [GitHub](https://github.com/tobuya)
- [Medium](https://medium.com/@tobuya)
- [LinkedIn](https://linkedin.com/in/tobuya)
👤 **Hein Thant**
- [GitHub](https://github.com/indiecodermm)
- [Medium](https://hthant.medium.com/)
- [LinkedIn](https://linkedin.com/in/hthantoo)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🎯 Future Features <a name="future-features"></a>
- [ ] Search and filter users and posts
- [ ] Implement sharing of posts by other users
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contribution <a name="contribution"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tobuya/post_stream/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 ⭐.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgements
I want to thank all code reviewers for making this project better.
I also want to acknowledge the [Random User Generator](https://randomuser.me), a free and open source API for generating random user profile pictures data for this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📜 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| The Post Stream is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. Built by Ruby on Rails | css3,javascript,postgresql,ruby,ruby-on-rails | 2023-04-05T19:17:57Z | 2024-03-01T19:34:01Z | null | 2 | 17 | 201 | 0 | 0 | 5 | null | MIT | Ruby |
frempongdev/company-stock-app | development |
<a name="readme-top"></a>
<div align="center">
<img src="https://img.money.com/2021/07/Explainer-How-To-Buy-Stocks.jpg?quality=60&w=800" alt="logo" width="120" height="auto" />
<br/>
<h1><b>Company Stocks Genie 🗠🗠</b></h1>
</div>
<br>
<!-- TABLE OF CONTENTS -->
## 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<br>
<!-- DEPLOYMENT -->
### This project goes live [here](https://stocksgenie.netlify.app/) 🚀 .
<br>
<!-- DEPLOYMENT -->
### Have a look at the project's video presentation [here](https://www.loom.com/share/9de9c6da323648f5bfb8264943d62e78) 📽️ .
<br>
<!-- PROJECT DESCRIPTION -->
# 📖 [Company Stocks Genie] <a name="about-project"></a>
**Company Stocks Genie** is a Single Page Application for stock investors and anyone else interested in the prices of stocks in the Global Stocks market. If fetches real-time stock prices from the Financial Modeling Prep API together with other details of the companies. The user gets more details about the company by clicking on the more button for the company item's tab.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>React</summary>
<ul>
<li><a href="https://reactjs.org/">Link to React</a></li>
</ul>
</details>
<details>
<summary>Javascript</summary>
<ul>
<li><a href="https://www.javascript.com/">Link to Javascript</a></li>
</ul>
</details>
<details>
<summary>HTML5</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">Link to HTML</a></li>
</ul>
</details>
<details>
<summary>CSS3</summary>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">Link to CSS</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **This project fetches data from the Financial Modeling Prep API**
- **This project displays fetched data of Company Stocks dynamically in the DOM**
- **This project shows a sorted list of the most valuable stocks in the Global market.**
- **This project fetches more details of the company from the Financial Modeling Prep API**
- **This project has syntax with ES6 format.**
- **This project makes use of React-Redux.**
- **This Project has a Readme.md file**
- **This Project has a gitignore file**
- **This projects follows all Microverse Linters**
<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 to copy the link of this Repository.
```sh
https://github.com/frempongdev/company-stock-app.git
```
<br>
### Setup
Clone this repository to your desired directory using the command:
```sh
cd your-folder
git clone https://github.com/frempongdev/company-stock-app.git
```
<br>
### Usage
Kindly go ahead and give this project a massage but do not forget to give a detailed description in your pull request.
Install the required dependencies using the following command:
```sh
npm install
```
Run the server using the following command:
```sh
npm start
```
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORs -->
## 👥 Author <a name="authors"></a>
### 👥 Frempong
- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[Platform for Stock Sales]**
- [ ] **[Investment Tips tab]**
- [ ] **[Animations for Page]**
- [ ] **[Server Storage]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project kindly support by suggesting changed by forking and pull requests
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank everyone who inspired me to learn programming. Regards to the whole Microverse team, Peers, and family supporting.
<br>
<br>
A massive Thank You to [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) who is the original designer of this [design](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
<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>
| Company Stocks Genie is a Single Page Application for stock investors and anyone else interested in the prices of stocks in the Global Stocks market. If fetches real-time stock prices from the Financial Modeling Prep API together with other details of the companies. | babel,css3,html5,javascript,jest,reactjs,redux | 2023-03-27T13:23:10Z | 2023-03-31T04:51:18Z | null | 1 | 9 | 29 | 0 | 0 | 5 | null | MIT | JavaScript |
JuanAddiel/BibliotecaApp | main | null | Biblioteca App, con mantenimiento de autor, editorial, libros y categorias. | boostrap,express-js,handlebars,javascript,mvc,nodejs,sequelize | 2023-03-27T21:23:15Z | 2023-03-27T21:37:41Z | null | 1 | 0 | 1 | 0 | 0 | 5 | null | null | JavaScript |
abhipathak1/HoshiYaar | main | # Hoshiyaar - E-Commerce Website
Welcome to Hoshiyaar, an e-commerce website developed by [Your Name]! Hoshiyaar is inspired by Bewakoof and is designed to cater to a diverse range of products, including clothing, appliances, groceries, and gadgets.
## Features
- **Landing Page**: The landing page is meticulously designed to engage users and provide easy navigation throughout the website.
- **Product Sections**: Hoshiyaar includes dedicated sections for various product categories such as men's clothing, appliances, groceries, and gadgets.
- **Product Pages**: Each product has its own detailed page showcasing its features, images, and pricing information.
- **Product Filtration**: Users can easily filter products based on different criteria to find exactly what they are looking for.
- **Cart Management**: Hoshiyaar allows users to add products to their cart, review their selections, and proceed to checkout.
## Technologies Used
- **Frontend Development**: HTML, CSS, JavaScript
## Demo
A live demo of Hoshiyaar can be accessed [Hoshiyaar](https://hoshiyaar.netlify.app/)
## Getting Started
To run Hoshiyaar locally, follow these steps:
1. Clone this repository.
2. Navigate to the project directory.
3. Open the `index.html` file in your web browser.
If you find this project helpful or interesting, show your support by giving it a ⭐️ on GitHub!
| Developed Hoshiyaar, an e-commerce website inspired by Bewakoof, catering to clothing, appliances, grocery, and gadgets | css,html,javascript | 2023-03-28T12:05:29Z | 2024-02-26T08:53:02Z | null | 2 | 4 | 9 | 0 | 0 | 5 | null | null | HTML |
abdo-essam/Online-Library-Management-System | main | # Online-Library-Management-System
A Simple Online Library Management System for School and Colleges.
- There is Project Documentation in this repo
There are two modules Student & Admin
### Admin Features
- add/update/ delete category
- add/update/ delete author
- add/update/ delete books
- issue a new book to student and also update the details when student return book
- search student by using their student ID
- view student details
- change own password
### Student Features
- update own profile.
- view issued book and book return date-time.
- change own password.
- recover own password.
Note : Student can register himself and after registration he will get studentid After login student can view own dashboard.
## How to run this Project
1. Download and Unzip file on your local system copy library.
2. Put library folder inside root directory
## For Database Configuration
1. Open phpmyadmin
2. Create Database library
3. Import database library.sql (available inside zip package)
For User
Open Your browser put inside browser “http://localhost/library”
For Online Test
Open Your browser put inside browser “https://library-management-system-abdo-essam.000webhostapp.com/index.php”
## Login Details for user :
- Username : test@gmail.com
- Password : Test@123
For Admin Panel
Open Your browser put inside browser “http://localhost/library/admin”
Online Test
Open Your browser put inside browser “https://library-management-system-abdo-essam.000webhostapp.com/adminlogin.php”
## Login Details for admin :
- Username : admin
- Password : admin@123
### Admin Dashboard:

### Student Login:

### Student Signup:

### Manage Reg Students:

### Manage Issued Books:

### Manage Issued Books 2:

### Manage Categories:

### Manage Categories 2:

### Manage Authors:

### Manage Authors 2:

### All Books:

### Admin Signup:

### Add Category:

### Add Categories Menu:

### Student Dashboard:

| A Simple Online Library Management System for School and Colleges | bootstrap,css,html,javascript,library-management-system,online-library-magement-system,php | 2023-04-05T03:55:46Z | 2023-04-05T16:58:30Z | null | 1 | 0 | 26 | 0 | 0 | 5 | null | null | HTML |
harinadh76/Khel-Sethu | master |
# KHEL SETHU
Khel Sethu project is designed to help organize and manage sports events smoothly. It provides a platform for event organizers to handle various tasks involved in planning and executing a sports event.
With this project, event organizers can easily create event schedules, manage participant registrations and payment processes. The application allows them to keep track of all the important information related to the event, such as venue details, event rules, and participant data.
Participants and spectators can also benefit from the project. Participants can register for the event online,and receive updates about the event.
The project simplifies the management of sports events by providing a centralized platform where all the necessary information and operations can be handled. It reduces manual work, streamlines processes, and improves efficiency. Whether it's a small local tournament or a large-scale sporting event, the sports event management project aims to make the entire experience smoother and more enjoyable for everyone involved.
## Deployment Link
[View Deployment](https://khelsethu1.onrender.com)
## Installation
Run Project
```bash
git clone https://github.com/harinadh76/Khel-Sethu.git
```
```bash
npm install
```
```bash
nodemon index
```
## Our Team
- [Harinadh](https://www.github.com/harinadh76)
- [Prem Kumar](https://github.com/Prempk29)
- [Vani](https://github.com/R-Sree-Vani)
## Project Images
Home Page

Events Dashboard

User Registering for an Event

Admin Panel (All CRUD Operations)

## To Access Admin Panel
- Admin Mail Id
```bash
admin@gmail.com
```
- Admin Password
```bash
admin
```
## 💻 Tech Stack:
       
## 🔗 Our Profiles
Harinadh
[](https://www.linkedin.com/in/harinadh-tanna-45b392211/)
Prem Kumar
[](https://www.linkedin.com/in/prem-kumar-naidu-tadi-b47179237)
Vani
[](https://www.linkedin.com/in/sree-vani-ramisetti-7b0579208)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
| Sports Management System | css3,ejs,emailjs,expressjs,html5,javascript,localstorage,mongodb,nodejs,session-management | 2023-03-26T04:58:28Z | 2023-06-28T15:21:34Z | null | 1 | 0 | 6 | 0 | 2 | 5 | null | null | EJS |
tsheporamantso/To-Do-List | main |
<a name="readme-top"></a>
<div align="center">
<h1>Gladwin Tshepo Ramantso<h1>
<br/>
<h3><b>To Do List</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 To Do List <a name="about-project"></a>
This project is an online To Do list that display users activities planned to do, also allow user to add task planned to accomplish and delete those already done
**To Do List** In this project, I built a basic to-do list that allow user to add planned activities and delete those already accomplished, used Webpack to bundle al my files
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- JavaScript(ES6)
- Webpack
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Version Control</summary>
<ul>
<li><a href="https://github.com/">Git Hub</a></li>
</ul>
</details>
<details>
<summary>Visual Studio Code</summary>
<ul>
<li><a href="https://code.visualstudio.com">Visual Studio Code</a></li>
</ul>
</details>
<details>
<summary>Node js</summary>
<ul>
<li><a href="https://nodejs.org/en">Node js</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **JavaScript Webpack**
- **Basic UI with plain HTML**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo]( https://tsheporamantso.github.io/To-Do-List/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Visual Studio Code.
- Node JS.
- Git bash.
- GitHub Account.
Example command:
```sh
gem node js
```
### Setup
Clone this repository to your desired folder:
Use git clone command or download ZIP folder
Example commands:
```sh
cd my-folder
git clone git@github.com:tsheporamantso/To-Do-List.git
```
### Install
Install this project with:
npm
Example command:
```sh
cd my-project
npm init -y
```
### Usage
To run the project, execute the following command:
npm start or live server
Example command:
```sh
GitHub Pages Server
```
### Run tests
To run tests, run the following command:
npm test
Example command:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx eslint .
```
```sh
npm start
```
```sh
npm run dev
```
### Deployment
You can deploy this project using:
GitHub Pages
Example:
```sh
https://tsheporamantso.github.io/To-Do-List/
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
👤 **Abiol Ayodele Martins**
- GitHub: [@Abmart0803](https://github.com/Abmart0803)
- Twitter: [@MartinsAbmart](https://twitter.com/MartinsAbmart)
- LinkedIn: [abmartcodingworld/](https://www.linkedin.com/in/abmartcodingworld/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Add and removing items**
- [ ] **Interactive list**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/To-Do-List/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project please follow us on github & twitter and also connect on Linkedin.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse for this exercise and the contribution by my coding partner.
<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>
| In this project I set up a simple to-do list with Javascript, HTML and CSS and also configure webpack | css3,html5,javascript,webpack5 | 2023-03-28T18:35:53Z | 2023-04-06T12:18:08Z | null | 1 | 5 | 31 | 1 | 0 | 5 | null | MIT | JavaScript |
abraham-ukachi/boutique-en-ligne | main | <p align="center">
<!-- Light Mode for Maxaboom logo -->
<a href="https://abraham-ukachi.students-laplateforme.io/boutique-en-ligne/#gh-light-mode-only" target="_blank">
<img src="./.github/logo-light.svg" alt="Maxaboom Logo on Light" width="576" />
</a>
<!-- Light Mode for Maxaboom logo -->
<a href="https://abraham-ukachi.students-laplateforme.io/boutique-en-ligne/#gh-dark-mode-only" target="_blank">
<img src="./.github/logo-dark.svg" alt="Maxaboom Logo on Dark" width="576" />
</a>
</p>
<p align="center">
Maxaboom 🎶 is a <b>fun</b> and <b>dynamic</b> online store that offers a wide variety of musical instruments. <br> From guitars 🎸 and drums 🥁 to keyboards 🎹, microphones 🎙 and trumpets 🎺, Maxaboom has everything a musician needs to create their own unique sound. With high-quality products and exceptional customer service; a perfect destination for anyone looking to unleash their inner rockstar.
</p>
<p align="center">
<a href="https://abraham-ukachi.students-laplateforme.io/boutique-en-ligne" target="_blank"><b>Checkout Maxaboom →</b></a>
</p>
---
# `boutique-en-ligne`
> IMPORTANT: This is a working progress and subject to major changes until the specified deadline below.
A school project to create an **online shop** using `JavaScript` with a fully functioning `MySQL` database.
This project is to be done by a group of ~~3~~ 4 (including [me](https://github.com/abraham-ukachi)), and my partners / collaborators for the next 3-4 weeks are [Axel Vair](https://github.com/axel-vair), [Morgane Marechal](https://github.com/morgane-marechal) and [Catherine Tranchand](https://github.com/catherine-tranchand) (our latest member).
So, we've decided to name our online shop 🥁... "**`MaxaBoom`**" (♾💥), and will a MySQL Database named **`db_maxaboom.sql`**.
**Why `MaxaBoom` you might ask?** #GoodQuestion !-: This is just a play-on-words with our first names and/or nicknames: **Ax**el + **Ab**raham + **Momo** (Morgane) === **MaxaBoom** 😜
The following tables (including a couple of TRIGGERS) were created in our **`db_maxaboom.sql`** database:
1. [*`users`*](#users---MySQL-Table): All currently registered users.
2. [*`tags`*](#tags---MySQL-Table): All tags applied to each product.
3. [*`addresses`*](#addresses---MySQL-Table): All addresses of registered users.
4. [*`cards`*](#cards---MySQL-Table): All cards of registered users.
5. [*`orders`*](#orders---MySQL-Table): All orders of users.
6. [*`categories`*](#categories---MySQL-Table): All categories of corresponding products.
7. [*`sub_categories`*](#sub_categories---MySQL-Table): All sub-categories related to product categories.
8. [*`products`*](#products---MySQL-Table): All producs created by the seller or administrator.
9. [*`colors`*](#colors---MySQL-Table): All officially supported colors of Maxaboom.
10. [*`products_colors`*](#products_colors---MySQL-Table): All product colors.
11. [*`orders_items`*](#orders_items---MySQL-Table): All items or specific orders.
12. [*`comments`*](#comments---MySQL-Table): All comments (or reviews) made by users (or reviews) on all products.
13. [*`likes`*](#likes---MySQL-Table): All likes of corresponding products.
14. [*`cart`*](#): The customers' cart
> NOTE: For more info, [read the Database section](#Database) of this *README*.
## Description
> Original text in French: Votre entreprise décide de mettre en place une boutique en ligne (Thème et produits au choix).
Your company decides to set up an online shop (Theme and products to choose from).
## Requirements
These are a couple of the main requirements for this school project:
1. An well-designed / attractive **homepage** with several sections including a **highlighting of flagship products** on the homepage / latest products put online.
2. Contemporary design and respecting the **graphic charter** of your company
3. The site must be **responsive**!
4. Product **search bar** with autocompletion in asynchronous javascript
5. Access to the shop presenting all the products with the possibility of **filtering them by category / subcategories without page reloading**.
6. On clicking on each product: a complete **“detail” page** dynamically generated (name, image, price, description, add to cart button, etc.)
7. A system for creating **user accounts**:
- Registration / Connection module **_(Use of Javascript and Asynchronous mandatory in this part)_**
- User profile management page (Summary and possibility to modify information, view purchase history, basket consultation, etc.)
8. **Administrator dashboard area**:
- Product management using back office (Addition / Deletion / Modification of products, stocks, etc.)
- Management of categories and subcategories of products (Addition / Deletion / Modifications…)
9. **Cart / basket validation system** (You do not have to implement a real payment solution, a simulation of the process is enough)
> NOTE:
## Target Skills
- Project / application modeling
- MCD / MLD database design
- Object Oriented Programming: use of Classes
- Detail a user journey on a “business” feature of your site (purchase action…)
- Structuring a project and thinking about its architecture
- Do asynchronous with JS
- Pitching a project: oral expression / production of presentation slides
## Jobs
> MOTTO: We'll always do [**more**](#More) 😜
The official deadline of the jobs below - according to [intra](https://intra.laplateforme.io) - is **26-04-2023 at 09:25 A.M**. Here is a list of all the specific files to be submitted as well as their corresponding / current **status** for this project:
| No. | Name | File | Status |
|:----|:-----|:-----|:-------|
| 1 | *`Splash Screen - View`* | **splash-screen.php** | Pending |
| 2 | *`Welcome Screen - View`* | **welcome-screen.php** | Pending |
| 3 | *`Home Page - View`* | **home-page.php** | *_In progress_* |
| 4 | *`Maxaboom Database - SQL`* | **db_maxaboom.sql** | [Done](./db_maxaboom.sql) |
| 5 | *`Shop Page - View`* | **shop-page.php** | *_In progress_* |
| 6 | *`Product Page - View`* | **product-page.php** | *_In progress_* |
| 7 | *`Color - Theme`* | **color.css** | [Done](./assets/theme/color.css)\* |
| 8 | *`Typography - Theme`* | **typography.css** | [Done](./assets/theme/typography.css)\* |
| 9 | *`Styles - Theme`* | **styles.css** | *_In progress_* |
| 10 | *`Home - Controller`* | **HomeController.php** | [Done](./controllers/HomeController.php)\* |
| 11 | *`Admin - Controller`* | **AdminController.php** | [Done](./controllers/AdminController.php)\* |
| 12 | *`Shop - Controller`* | **ShopController.php** | [Done](./controllers/ShopController.php)\* |
| 13 | *`Product - Controller`* | **ProductController.php** | [Done](./controllers/ProductController.php)\* |
| 14 | *`Order - Controller`* | **OrderController.php** | *_In progress_* |
| 15 | *`Cart - Controller`* | **CartController.php** | [Done](./controllers/CartController.php)\* |
| 16 | *`Category - Controller`* | **CategoryController.php** | Pending |
| 17 | *`Checkout - Controller`* | **CheckoutController.php** | *_In progress_* |
| 18 | *`Profile - Controller`* | **ProfileController.php** | Pending |
| 19 | *`Product - Controller`* | **ProductController.php** | ~~Pending~~ |
| 20 | *`Settings - Controller`* | **SettingsController.php** | ~~Pending~~ |
| 21 | *`Payment - Controller`* | **PaymentController.php** | Pending |
| 22 | *`Address - Controller`* | **AddressController.php** | Pending |
| 23 | *`User - Model`* | **User.php** | [Done](./models/User.php)\* |
| 24 | *`Order - Model`* | **Order.php** | [Done](./models/Order.php)\* |
| 25 | *`Review - Model`* | **Review.php** | [Done](./models/Review.php)\* |
| 26 | *`Product - Model`* | **Product.php** | [Done](./models/Product.php)\* |
| 27 | *`Cart - Model`* | **Cart.php** | [Done](./models/Cart.php)\* |
| 28 | *`Image - Model`* | **Image.php** | ~~Pending~~ |
| 29 | *`Category - Model`* | **Category.php** | [Done](./models/Category.php)\* |
| 30 | *`Address - Model`* | **Address.php** | [Done](./models/Address.php)\* |
| 31 | *`Tag - Model`* | **Tag.php** | ~~Pending~~ |
| 32 | *`Account - Controller`* | **AccountController.php** | *_In progress_* |
| 33 | *`API - Controller`* | **APIController.php** | *_In progress_* |
| 34 | *`Nav Bar - View Component`* | **nav-bar.php** | [Done](./views/components/nav-bar.php)\* |
| 35 | *`Footer - View Component`* | **footer.php** | Pending |
| 36 | *`App Bar - View Component`* | **app-bar.php** | ~~Pending~~ |
| 37 | *`Database - Model Helper`* | **Database.php** | [Done](./models/helpers/Database.php)\* |
| 38 | *`Response - Controller Helper`* | **ResponseHandler.php** | [Done](./contollers/helpers/ResponseHandler.php)\* |
| 39 | *`Home - Route`* | **home-route.php** | [Done](./routes/home-route.php)\* |
| 40 | *`Shop - Route`* | **shop-route.php** | [Done](./routes/shop-route.php)\* |
| 41 | *`Order - Route`* | **order-route.php** | *_In progress_* |
| 42 | *`Product - Route`* | **product-route.php** | [Done](./routes/product-route.php)\* |
| 43 | *`Side Bar - View Component`* | **side-bar.php** | [Done](./views/components/side-bar.php)\* |
| 44 | *`Admin - Route`* | **admin-route.php** | [Done](./routes/admin-route.php)\* |
| 45 | *`Account - Route`* | **account-route.php** | [Done](./routes/account-route.php)\* |
| 46 | *`Cart - Route`* | **cart-route.php** | [Done](./routes/cart-route.php)\* |
| 47 | *`Order Item - Model`* | **OrderItem.php** | [Done](./models/OrderItem.php)\* |
| 48 | *`Login Page - View`* | **login-page.php** | [Done](./views/login-page.php)\* |
| 49 | *`Register Page - View`* | **register-page.php** | [Done](.views/register-page.php)\* |
| 50 | *`Validation - Controller Helper`* | **ValidationHandler.php** | [Done](./controllers/helpers/ValidationHandler.php)\* |
> WARNING: This list is a working progress and will change soon
> NOTE: (\*) = still needs to be updated
## Structure
The **`MVC`** folder & file structure of this project:
- [**models**](./models/)
- - [**helpers**](./models/helpers/)
- - * *Database.php*
- - * ...
- - *User.php*
- - *Product.php*
- - *Cart.php*
- - *Order.php*
- - ...
- [**views**](./views/)
- - [**components**](./views/components/)
- - * *nav-bar.php*
- - * *app-bar.php*
- - * *footer.php*
- - * ...
- - *splash-screen.php*
- - *welcome-screen.php*
- - *home-page.php*
- - *shop-page.php*
- - *cart-page.php*
- - *checkout-page.php*
- - *product-page.php*
- - *admin-page.php*
- - ...
- [**controllers**](./controllers/)
- - [**helpers**](./controllers/helpers/)
- - * *Controller.php*
- - * *I18n.php*
- - * *ResponseHandler.php*
- - * ...
- - *UserController.php*
- - *HomeController.php*
- - *ShopController.php*
- - *ProductController.php*
- - *CartController.php*
- - ...
- [**assets**](./assets/)
- - [**logos**](./assets/logos/)
- - [**images**](./assets/images/)
- - ...
- - [**animations**](./assets/animations/)
- - * *fade-in-animation.css*
- - * *pop-in-animation.css*
- - * *slide-from-down-animation.css*
- - [**theme**](./assets/theme/)
- - * *color.css*
- - * *typography.css*
- - * *styles.css*
- - [**stylesheets**](./assets/stylesheets/)
- - * *home-styles.css*
- - * *splash-screen-styles.css*
- - * *login-styles.css*
- - * *register-styles.css*
- - * *profile-styles.css*
- [**src**](./src/)
- - *app.js*
- - *server.js*
- - ...
- - [**helpers**](./src/helpers/)
- - * *mediawatcher.js*
- - * *...*
- - [**scripts**](./src/scripts/)
- - * *home.js*
- - * *checkout.js*
- - * *shop.js*
- - ...
- LICENSE
- README.md
- manifest.json
- package.json
- ...
- **index.php**
- **db_maxaboom.sql**
- *mb_translator.mjs*
> NOTE: This is just a looong snippet ;)
## More
These are some of the things we did or plan to do, in addition to this project's [job requirements](#Requirements):
| No. | Name | File | Status |
|:----|:-----|:-----|:-------|
| 1 | *`Pop In - Animation`* | **pop-in-animation.css** | [Done](./assets/animations/pop-in-animation.css) |
| 2 | *`Fade In - Animation`* | **fade-in-animation.css** | [Done](./assets/animations/fade-in-animation.css) |
| 3 | *`Slide From Down - Animation`* | **slide-from-down-animation.css** | [Done](./assets/animations/slide-from-down-animation.css) |
| 4 | *`Slide From Up - Animation`* | **slide-from-up-animation.css** | [Done](./assets/animations/slide-from-up-animation.css) |
| 5 | *`Slide Left - Animation`* | **slide-left-animation.css** | [Done](./assets/animations/slide-left-animation.css) |
| 6 | *`Slide From Left - Animation`* | **slide-from-left-animation.css** | [Done](./assets/animations/slide-from-left-animation.css) |
| 7 | *`Slide Right - Animation`* | **slide-right-animation.css** | [Done](./assets/animations/slide-right-animation.css) |
| 8 | *`Slide From Right - Animation`* | **slide-from-right-animation.css** | [Done](./assets/animations/slide-from-right-animation.css) |
| 9 | *`Manifest - JSON File`* | **manifest.json** | [Done](./manifest.json) |
| 10 | *`Package - JSON File`* | **package.json** | [Done](./package.json) |
| 11 | *`Fade Out - Animation`* | **fade-out-animation.css** | [Done](./assets/animations/slide-out-animation.css) |
| 12 | *`Slide Down - Animation`* | **slide-down-animation.css** | [Done](./assets/animations/slide-down-animations.css) |
| 13 | *`Slide Up - Animation`* | **slide-up-animation.css** | [Done](./assets/animations/slide-up-animations.css) |
| 14 | *`Translator - Script`* | **mb_translator.mjs** | [Done](./mb_translator.mjs) |
> NOTE: (\*) = still needs to be updated. <br>
> There's certainly a couple of file we must've forgot or not added yet, so we'll keep the above list updated obv. :)
## Database
> HEADS-UP: We do love me some TRIGGERS, so do not be shocked to see a couple in this database #LOL
The following tables were created in a MySQL database named **`db_maxaboom.sql`** via [PDO](https://www.php.net/manual/en/class.pdo.php) on [phpmyadmin](http://localhost/phpmyadmin):
> NOTE: **`⨁`** = _FOREIGN_KEY_
### `users` - MySQL Table
This table has a [**one-to-many**](https://www.metabase.com/learn/databases/table-relationships#one-to-many-relationship) relationship with [*`addresses`*](#`addresses`---MySQL-Table).
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 255 | No | None | **AUTO_INCREMENT** |
| 2 | *`firstname`* | **VARCHAR** | 30 | No | None | - |
| 3 | *`lastname`* | **VARCHAR** | 30 | No | None | - |
| 4 | *`email`* | **VARCHAR** | 60 | No | None | - |
| 5 | *`dob`* | **VARCHAR** | 255 | No | None | - |
| 6 | *`role`* | **VARCHAR** | 255 | No | None | - |
| 7 | *`created_at`* | **DATETIME** | - | Yes | NULL | - |
> NOTE:
### `addresses` - MySQL Table
This table has a [**many-to-one**](https://www.metabase.com/learn/databases/table-relationships#one-to-many-relationship) relationship with [*`users`*](#`users`---MySQL-Table).
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`title`* | **VARCHAR** | 100 | No | None | - |
| 3 | *`address`* | **VARCHAR** | 100 | No | None | - |
| 4 | *`address_complement`* | **VARCHAR** | 100 | Yes | *NULL* | - |
| 5 | *`postal_code`* | **INT** | 11 | No | None | - |
| 6 | *`city`* | **VARCHAR** | 100 | No | None | - |
| 7 | *`country`* | **VARCHAR** | 100 | No | None | - |
| 8 | *`user_id`* | **INT** | 11 | No | None | - |
| 9 | *`created_at`* | **DATETIME** | - | No | None | - |
| 10 | *`deleted_at`* | **DATETIME** | - | Yes | *NULL* | - |
> NOTE:
### `cards` - MySQL Table
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`type`* | **VARCHAR** | 100 | No | None | - |
| 3 | *`user_id`* | **INT** | 11 | No | None | - |
| 4 | *`card_no`* | **BIGINT** | 16 | No | None | - |
| 5 | *`expiry_month`* | **INT** | 2 | No | None | - |
| 6 | *`expiry_year`* | **INT** | 4 | No | None | - |
| 7 | *`cvv`* | **INT** | 4 | No | None | - |
| 8 | *`created_at`* | **DATETIME** | - | No | None | - |
| 9 | *`updated_at`* | **DATETIME** | - | Yes | *NULL* | - |
| 10 | *`deleted_at`* | **DATETIME** | - | Yes | *NULL* | - |
> NOTE:
### `orders` - MySQL Table
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`user_id`* | **INT** | 11 | No | None | - |
| 3 | *`status`* | **VARCHAR** | 100 | No | None | - |
| 4 | *`address_id`* | **INT** | 11 | No | None | - |
| 5 | *`card_id`* | **INT** | 11 | No | None | - |
| 6 | *`delivery_method`* | **VARCHAR** | 100 | No | None | - |
| 7 | *`payment_method`* | **VARCHAR** | 100 | No | None | - |
| 8 | *`total`* | **DECIMAL** | 10,2 | No | None | - |
| 9 | *`discount_percentage`* | **INT** | 11 | No | None | - |
| 10 | *`total_discounted`* | **DECIMAL** | 10,2 | No | None | - |
| 11 | *`tax_amount`* | **DECIMAL** | 10,2 | No | None | - |
| 12 | *`delivery_amount`* | **DECIMAL** | 10,2 | No | None | - |
| 13 | *`total_price`* | **DECIMAL** | 10,2 | No | None | - |
| 14 | *`deleted_at`* | **DATETIME** | - | Yes | *NULL* | - |
| 15 | *`updated_at`* | **DATETIME** | - | Yes | *NULL* | - |
| 16 | *`created_at`* | **DATETIME** | - | No | None | - |
> NOTE:
### `categories` - MySQL Table
> ⚠️ WARNING: This table may be used by one or more TRIGGERs from the `products` table.
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`title`* | **VARCHAR** | 100 | No | None | - |
| 3 | *`name`* | **VARCHAR** | 100 | No | None | **UNIQUE** |
| 4 | *`is_top`* | **TINYINT** | 1 | No | *0* | - |
| 5 | *`image`* | **VARCHAR** | 200 | Yes | *NULL* | - |
> NOTE:
### `sub_categories` - MySQL Table
> ⚠️ WARNING: This table may be used by one or more TRIGGERs from the `products` table.
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`title`* | **VARCHAR** | 100 | No | None | - |
| 3 | *`name`* | **VARCHAR** | 255 | No | None | **UNIQUE** |
| 4 | *`category_id`* | **INT** | 11 | No | None | - |
> NOTE:
### `products` - MySQL Table
This table has a [**many-to-one**](https://www.metabase.com/learn/databases/table-relationships#many-to-one-relationship) relationship with [*`categories`*](#`categories`---MySQL-Table) table.
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **VARCHAR** | 11 | No | None | - |
| 2 | *`category_id`* ⨁ | **TINYINT** | 10 | No | None | - |
| 3 | *`author_id`* ⨁ | **INT** | 255 | No | None | - |
| 4 | *`cover_image_id`* ⨁ | **INT** | 255 | No | None | - |
| 5 | *`title`* | **VARCHAR** | 60 | No | None | - |
| 6 | *`text`* | **TEXT** | 2000 | No | None | - |
| 7 | *`likes`* | **INT** | 10 | Yes | NULL | - |
| 8 | *`created_at`* | **DATETIME** | - | Yes | NULL | - |
| 9 | *`updated_at`* | **DATETIME** | - | Yes | NULL | - |
> NOTE:
### `colors` - MySQL Table
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **VARCHAR** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`name`* | **VARCHAR** | 60 | No | None | - |
| 3 | *`hex`* | **VARCHAR** | 6 | No | None | - |
> NOTE:
### `products_colors` - MySQL Table
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`product_id`* ⨁ | **VARCHAR** | 11 | No | None | - |
| 3 | *`color_id`* ⨁ | **VARCHAR** | 30 | No | None | - |
> NOTE:
### `orders_items` - MySQL Table
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 11 | No | None | **AUTO_INCREMENT** |
| 2 | *`order_id`* | **INT** | 11 | No | None | - |
| 3 | *`product_id`* | **INT** | 11 | No | None | - |
| 4 | *`quantity`* | **INT** | 11 | No | None | - |
| 5 | *`unit_price`* | **DECIMAL** | 10,2 | No | None | - |
> NOTE:
### `tags` - MySQL Table
> ⚠️ WARNING: This table may contain one or more TRIGGERs
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 255 | No | None | **AUTO_INCREMENT** |
| 2 | *`name`* | **VARCHAR** | 255 | No | None | - |
> NOTE:
### `likes` - MySQL Table
> ⚠️ WARNING: This table may contain one or more TRIGGERs
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 255 | No | None | **AUTO_INCREMENT** |
| 2 | *`user_id`* ⨁ | **INT** | 255 | No | None | - |
| 3 | *`product_id`* ⨁ | **VARCHAR** | 30 | No | None | - |
> NOTE:
### `comments` - MySQL Table
> ⚠️ WARNING: This table may contain one or more TRIGGERs
| No. | Name | Type | Length | Null | Default | Extra |
|:----|:-----|:-----|:-------|:-----|:--------|:-------|
| 1 | *`id`* 🔑 | **INT** | 255 | No | None | **AUTO_INCREMENT** |
| 2 | *`user_id`* ⨁ | **INT** | 255 | No | None | - |
| 3 | *`comment`* | **TEXT** | 500 | No | None | - |
| 4 | *`product_id`* ⨁ | **INT** | 30 | No | None | - |
| 5 | *`created_at`* | **DATETIME** | - | Yes | NULL | - |
> NOTE:
---
## Installation
> IMPORTANT: Make sure you have [`XAMPP`](https://www.apachefriends.org/) already installed on your computer before proceeding.
1. Clone this project's repository
```sh
git clone https://github.com/abraham-ukachi/boutique-en-ligne.git
```
> NOTE: There's no need to change the current working directory to **boutique-en-ligne**
2. Now, create a symbolic link of **boutique-en-ligne** in the `XAMPP`'s **htdocs** folder:
- **On Mac**
```sh
ln -s "$(pwd)/boutique-en-ligne" /Applications/XAMPP/htdocs/boutique-en-ligne
```
- **On Linux**
```sh
ln -s "$(pwd)/boutique-en-ligne" /opt/lampp/htdocs/boutique-en-ligne
```
3. Open the **boutique-en-ligne** folder in your default browser:
```sh
open http://localhost/boutique-en-ligne
```
---
## Testing
| Browser | Version | Status | Date | Time
|:--------|:--------|:-------|:-----|:-----
| *`Arc`* | **0.98.2** | [Tested](http://localhost/boutique-en-ligne/cart) | 11/05/2023 | 19:34:05
| *`Brave`* | **1.47.186** | - | - | -
| *`Chrome`* | **-** | *Pending* | - | -
| *`Firefox`* | **-** | *Pending* | - | -
| *`Safari`* | **-** | *Pending* | - | -
| *`Opera`* | **-** | *Pending* | - | -
| *`Edge`* | **-** | *Pending* | - | -
| *`IE`* | **-** | *Pending* | - | -
> NOTE: *`IE`* = Internet Explorer = 👎🏽
## TODOs
- [ ] Create a navigation flow diagram with FigJam.
- [x] Create a project-specific logo
- [x] Add localization / internationalization (at least: **english** & **french**)
- [ ] Add mobile compatibility to all pages (i.e. make it responsive)
- [ ] Optimize `.svg` doodles
- [ ] Optimize all `.php` files
- [ ] Optimize all `.css` files
- [ ] Optimize all `.js` files
- [ ] Remove unnecessary comments
- [ ] Add screenshots
- [ ] Create a shake animation (to be applied in eg.: forms during a failed validation process)
---
## Some Random Screenshots
### On Mobile
| No. |Light Mode | Dark Mode | Note |
|:----|:-----------|:----------|:-----|
| 1. |  | N/A | Splash Screen - Mobile - Design Concept |
| 2. |  | N/A | Welcome Page - Mobile - Design Concept |
| 3. |  |  | Account Overview Page - Mobile - Design Concept |
| 4. | N/A | N/A | - |
### On Laptop
| No. |Light Mode | Dark Mode | Note |
|:----|:----------|:----------|:-----|
| 1. |  | N/A | Splash Screen - Desktop - Design Concept |
| 2. |  | N/A | Welcome Page - Desktop - Design Concept |
| 3. | N/A | N/A | - |
### Others
**MCD** / Initial Database Concept

**MLD** / Logical Database Model ?

**MPD** / Entity Relationship Diagram of Maxaboom Database

| A school team-project to create an online shop with a MySQL database using PHP & JS | css,figma,html,javascript,js,mysql,php,phpmyadmin,trello | 2023-03-27T10:19:10Z | 2023-07-18T09:16:57Z | null | 5 | 59 | 555 | 0 | 1 | 5 | null | MIT | PHP |
CauaRodrigues/thin-cut | main | null | Landing Page da barbearia Thin Cut | barber-shop,javascript,landing-page,react,styled-components,vercel,vite,responsive-web-design | 2023-04-05T19:20:23Z | 2023-05-11T00:35:29Z | null | 1 | 0 | 40 | 0 | 1 | 5 | null | null | JavaScript |
CodeSystem2022/Team-Fortran-2023 | main | <div id="header" align="center">
<img src="https://media.giphy.com/media/2IudUHdI075HL02Pkk/giphy.gif" width="400"/ autoplay>
<br>
<h1 align="center">
Team Fortran
</h1>
</div>
### :page_with_curl: Lenguaje de programación
- :fire: Python
- :fire: Java
- :fire: Javascript
---
### :collision: Integrantes de Team Fortran
- :star2: [Calisaya Fernando Daniel](https://github.com/califerdan)
- :star2: [Ruiz Paola Del Valle](https://github.com/pao2134)
- :star2: [Hidalgo Gabriel](https://github.com/HidoGG)
- :star2: [Morales Gastón](https://avatars.githubusercontent.com/u/100379618?s=64&v=4)
- :star2: [Morales Castro Danisa](https://github.com/danisa-morales)
- :star2: [Peña Matías Nicolas](https://avatars.githubusercontent.com/u/112669826?s=64&v=4)
- :star2: [Pereyra Facundo Ezequiel](https://github.com/facundoPereyra07)
- :star2: [Vizcaino Lucas Ezequiel](https://avatars.githubusercontent.com/u/112833803?s=64&v=4)
- :star2: [Vizcaino Gisela Carina](https://avatars.githubusercontent.com/u/111472242?s=64&v=4)
---
### :raised_hands: Metodología de trabajo
En este proyecto, hemos adoptado una metodología de trabajo híbrida que combina los principios de SCRUM y KANBAN para maximizar nuestra eficiencia y productividad. Nuestro equipo de nueve integrantes se organiza utilizando ramas de trabajo individuales.
SCRUM
-------
Para adaptarnos a las entregas semanales de proyectos, hemos ajustado nuestra implementación de SCRUM para tener sprints más cortos y entregas más frecuentes. En lugar de ciclos de varias semanas, nuestros sprints tienen una duración de una semana y entregamos un proyecto diferente cada semana.
Durante cada sprint, nos enfocamos en las tareas específicas necesarias para completar el proyecto de la semana. Utilizamos reuniones diarias de seguimiento para monitorear el progreso del equipo y asegurarnos de que estamos avanzando según lo planeado.
Al final de cada sprint, hacemos una revisión del proyecto entregado, aprendemos de los aciertos y errores, y hacemos mejoras para el próximo sprint. Este enfoque iterativo y ágil nos permite adaptarnos rápidamente a los cambios y a los requisitos de cada proyecto, al mismo tiempo que garantizamos la entrega de productos de alta calidad.
KANBAN
-------
Además de utilizar SCRUM, también incorporamos los principios de KANBAN en nuestro flujo de trabajo. Utilizamos tableros visuales para gestionar nuestras tareas y visualizar el flujo de trabajo de principio a fin. Cada miembro del equipo tiene su propia rama de trabajo, lo que nos permite trabajar de manera independiente en nuestras asignaciones individuales.
Colaboración y transparencia
-----------------------------
Nuestra metodología de trabajo fomenta una colaboración estrecha entre los miembros del equipo. A través de reuniones regulares de seguimiento, revisamos el progreso, compartimos ideas y resolvemos cualquier obstáculo que pueda surgir. Mantenemos una comunicación abierta y transparente, lo que nos permite mantener a todos los integrantes del equipo informados sobre el estado actual del proyecto y las metas a alcanzar.
Con esta metodología híbrida, estamos logrando una mayor eficiencia y productividad en nuestro trabajo, al tiempo que aseguramos una entrega de alta calidad en cada iteración.
---
### :dizzy: Scrum Master
Este cuadro muestra la asignación de los miembros del equipo a la función de Scrum Master durante cada semana. Cada semana, un miembro diferente asume el rol de Scrum Master y lidera el equipo en la entrega de un proyecto específico. Se indica el nombre del miembro (con enlace a su perfil de GitHub), la semana en la que se desempeña como Scrum Master (con enlace a su proyecto), el proyecto correspondiente (con enlace a su wiki), el lenguaje de programación utilizado y una columna de observaciones que detalla si alguien no participa en alguna semana y quién lo reemplaza, con el fin de transparentar los trabajos.
| Nombre | Semana de Scrum Master(Projecto) | Proyecto(Wiki) | Lenguaje de programación | Observación |
|:---:|:---:|:---:|:---:|:---:|
| [Hidalgo Gabriel](https://github.com/HidoGG) | [1ra semana](https://github.com/orgs/CodeSystem2022/projects/29) | [Mundo PC](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Mundo-PC) | Java | |
| [Vizcaino Gisela Carina](https://avatars.githubusercontent.com/u/111472242?s=64&v=4) | [2da semana](https://github.com/orgs/CodeSystem2022/projects/104) | [Manejo de Archivos](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Manejo-de-Archivos) | Python | |
| [Ruiz Paola Del Valle](https://github.com/pao2134) | [3er semana](https://github.com/orgs/CodeSystem2022/projects/92) | [Catálogo de Películas](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Cat%C3%A1logo-de-Pel%C3%ADculas) | Python | |
| [Vizcaino Lucas Ezequiel](https://avatars.githubusercontent.com/u/112833803?s=64&v=4) | [4ta semana](https://github.com/orgs/CodeSystem2022/projects/151) | [Objetos](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Objetos) | JavaScript | |
| [Morales Castro Danisa](https://github.com/danisa-morales) | [5ta semana](https://github.com/orgs/CodeSystem2022/projects/282) | [Sobreescritura](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Sobreescritura) | Java |
| [Peña Matías Nicolas](https://avatars.githubusercontent.com/u/112669826?s=64&v=4) | [6ta semana](https://github.com/orgs/CodeSystem2022/projects/342) | [Registros con Postgresql y Python](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Registros-con-Postgresql-y-Python) |Python | |
| [Calisaya Fernando Daniel](https://github.com/califerdan) | [7ma semana](https://github.com/orgs/CodeSystem2022/projects/422) | [Objetos parte 2](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Objetos-parte-2) | JavaScript | |
| [Pereyra Facundo Ezequiel](https://github.com/facundoPereyra07) | [8va semana](https://github.com/orgs/CodeSystem2022/projects/502) | [Clases](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Clases) | Javascript | |
| [Morales Gastón](https://avatars.githubusercontent.com/u/100379618?s=64&v=4) | [9na semana](https://github.com/orgs/CodeSystem2022/projects/643/views/1) | [Capa de Datos: Logging y Postgresql Parte 2](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Capa-de-Datos:-Logging-y-Postgresql-Parte-2)| Python | |
| [Hidalgo Gabriel](https://github.com/HidoGG) | [10ma semana](https://github.com/orgs/CodeSystem2022/projects/809/views/1) | [Excepciones](https://github.com/CodeSystem2022/Team-Fortran-2023/wiki/Excepciones-en-Java) | Java | |
| [Vizcaino Gisela Carina](https://avatars.githubusercontent.com/u/111472242?s=64&v=4) | 11ma semana | | | |
| [Calisaya Fernando Daniel](https://github.com/califerdan) | [12ma semana](https://github.com/orgs/CodeSystem2022/projects/1103/views/1) | Completando clases | Python-JavaScript-Java | |
| En este repositorio podrás encontrar proyectos desarrollados en Python, Java y Javascript. | java,javascript,python | 2023-04-06T23:29:02Z | 2023-07-06T03:45:17Z | 2023-05-22T01:34:50Z | 12 | 121 | 373 | 0 | 0 | 5 | null | null | Java |
shiyas03/E-commerce-project-1 | main | # E-commerce-project-1
It's an e-commerce platform that I built using Node.js, Express, MongoDB, EJS, and JavaScript.
| Traderow is a user-friendly e-commerce platform built using Node.js, Express, MongoDB, EJS, and JavaScript. It offers a wide range of features both user and admin side | css,ejs,express,javascript,mongodb,nodejs | 2023-03-27T04:20:27Z | 2023-10-24T09:23:22Z | null | 1 | 0 | 11 | 0 | 0 | 5 | null | null | CSS |
Enoisong/AWESOMEBOOKS-ES6 | main | # AWESOMEBOOKS-ES6
<a name="readme-top"></a>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [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 -->
# 📖 AWESOMEBOOKS-ES6 PROJECT <a name="about-project"></a>
AWESOMEBOOKS Project is a website designed with the ability to add, remove and store books
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- JavaScript
- ES6 modules
- library Luxon
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- javascript
- Version Control (GitHub)
<!-- Features -->
### Key Features <a name="key-features"></a>
- Add Section
- Remove Section
- Contact Section
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
https://enoisong.github.io/AWESOMEBOOKS-ES6/
## 💻 Getting Started <a name="getting-started"></a>
clone from repository: https://github.com/Enoisong/AWESOMEBOOKS-ES6.git
### Prerequisites
In order to run this project you need to:
- Install Live server VScode extension and run Go Live
- Install a Command Line Interface to clone project-Git bash/Terminal
### Setup
Clone this repository to your desired folder:
https://github.com/Enoisong/AWESOMEBOOKS-ES6.git
### Install
Install this project with:
VSCode
### Usage
To run the project:
Install the Live server extension of the VScode and run Go Live
### Run tests
To run linters tests, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
### Deployment
It will be deployed after merge
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
- Enobong Isong
👤 **Author**
👤 **Author**
- GitHub: [@githubhandle](https://github.com/Enoisong)
- Twitter: [@twitterhandle](https://twitter.com/Enobongmisong)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/enobong-isong/)
## 🔭 Future Features <a name="future-features"></a>
- To Add more dynamics to the project; feature like animation
and transition
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, as well as feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, give me a star
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightly feedbacks.
- A great thanks to my coding partner(s), morning session team,
and standup team for their contributions.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| "My AWESOME BOOK app designed with the ability to add, remove and store books. Built with JavaScript (ES6 modules) | javascript | 2023-04-04T09:24:37Z | 2023-04-13T09:38:08Z | null | 1 | 1 | 17 | 1 | 0 | 5 | null | null | JavaScript |
Samir1009ms/About__Angular | master | ** Angular About Project Link
https://about-angular.vercel.app/
| Html Css Scss Javascript Angular Typescript | angular,css,html,javascript,scss,typescript | 2023-04-03T13:05:46Z | 2023-04-03T14:08:15Z | null | 1 | 0 | 5 | 0 | 0 | 5 | null | null | SCSS |
zamcham/To-Do-List | main | <a name="readme-top"></a>
<div align="center">
<img src="./zc_logo.png" alt="ZC" width="140" height="auto" />
<br/>
<h3><b>To-do List</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 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, built using ES6 and Webpack!
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- JavaScript
- Webpack
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Mobile Responsive**
- **Modern Design**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo Coming Soon
- [Click here for a live demo](https://zamcham.github.io/To-Do-List/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
Clone the project and run the command `npm run start`, in case you get any error, try `HOST=0.0.0.0 npm run start`
### Prerequisites
need to have Node.js installed
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Cristian "ZamCham"**
- GitHub: [@zam-cham](https://github.com/zam-cham)
- Twitter: [@zamchamgames](https://twitter.com/zamchamgames)
- LinkedIn: [LinkedIn](https://linkedin.com/in/cristian-zamcham)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **More Animations**
- [ ] **Sign Up Form**
- [ ] **Automatic Popups**
<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, let me know on any of my social media account ;)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank the Microverse team
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE.txt) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| To-do list is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete, built using ES6 and Webpack! | javascript,webpack | 2023-03-28T17:48:38Z | 2023-04-06T22:59:02Z | null | 2 | 7 | 56 | 0 | 0 | 5 | null | null | JavaScript |
hoangsonww/Movie-Review-Site | main | null | 🎬 This repository houses a very simple movie review site, with "Get Out" as the showcased example. It includes features for posting reviews, rating movies, and user interactions, providing a straightforward yet functional platform for movie enthusiasts to share their opinions and insights on films. | css,css3,html,html5,javascript,movie,movie-database,movie-review,movie-review-classifier,movie-review-site | 2023-04-07T02:49:43Z | 2023-04-07T02:51:02Z | null | 1 | 0 | 3 | 0 | 4 | 5 | null | GPL-3.0 | HTML |
LaxyaRupeja/Stylio-Ecommerce-App | main | # [Stylio.com](https://stylio.netlify.app/) (Ajio.com Clone)
## Project Description
**Stylio.com is an e-commerce clothing website inspired by Ajio.com, designed to provide an easy and seamless shopping experience for users looking to purchase fashionable clothing items. The website offers a wide range of clothing options for men, women, and children, with an intuitive interface, easy payment options, and mobile optimization. The goal is to provide a stress-free and enjoyable shopping experience for customers.**
## Team Member
* Laxya Rupeja (Team Lead) - fw25-_261
* Monisha Verma - fw25_072
* Samay Subodh Dhawale - fw25_237
* Sushant Suresh Narvekar - fw23_0275
* Aniket Bharatsingh Yadav - fw22_0534
## Tech Stack
* HTML
* CSS
* Javascript
* SweetAlert
* Swiper.js
* Font-Awesome
* Render.com
## Features
* Login/SignUp
* Add Product To Cart
* Individual Product Page
* Order History
* User-friendly interface
* Filters by Price and Category
* Payment Page
* Authorization
* Encryption
## Deployed Link
https://stylio.netlify.app/
| Stylio.com is an e-commerce clothing website inspired by Ajio.com, designed to provide an easy and seamless shopping experience for users looking to purchase fashionable clothing items. | css,html,javascript,json-server,sweetalert,swiper-js | 2023-03-28T08:07:46Z | 2023-05-13T15:15:33Z | null | 6 | 27 | 61 | 0 | 5 | 5 | null | null | HTML |
microvese-projects/ToDoList | main | <a name="readme-top"></a>
<div align="center">
<h3><b>To Do List</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- - [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 To Do List <a name="about-project"></a>
**To Do List** is a project that was created to inline with the Microverse curriculumn. It is a webapp that can be used to list tasks to be done within a day.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">HTML and CSS</a></li>
<li><a href="https://reactjs.org/">JavaScript and Webpack</a></li>
</ul>
</details>
<!-- Key Features -->
### Key Features <a name="key-features"></a>
I plan to implement the following features:
- **[List]**
This section showcases the list of tasks that have been completed and not deleted as well as the uncompleted tasks.
- **[Form]**
This section provides an input that the user can type in to add a tasks.
- **[Buttons]**
Buttons on the app allow the user to manipulate the list by either marking the task as complete, editing it or even deleting it. The reset button at the top allows for the reset of the entire list to an empty list.
<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 <a name="prerequisites" ></>
In order to set up a local copy of this repository, you need to have git installed:
[Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) <a name="install"></a>
### Setup <a name="setup"></a>
Clone this repository to your desired folder:
Example commands:
```sh
mkdir my-folder
cd my-folder
git clone git@github.com:microvese-projects/To-Do-List.git
npm install
```
-
### Usage <a name="usage"></a>
To run the project:
Run
```sh
npm start
```
### Usage <a name="run-tests"></a>
Tests can be performed using the lighthouse extension on google chrome to get a report of the page performance.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
👤 **Benson Njuguna**
- GitHub: [@bennyjoez](https://github.com/bennyjoez)
- Twitter: [@bennyjoezz](https://twitter.com/bennyjoezz)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
I plan to add the following features:
- [ ] **[Delete_Item]**
- [ ] **[Re-arrange_List]**
- [ ] **[Clear_List]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/microvese-projects/To-Do-List/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, you can show your support by giving this project's repository a star on github.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse for the outstanding collection of information they have provided that enabled me to create the project.
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](https://github.com/microvese-projects/ToDoList/blob/17ac1230e9c542dd34a4f042c7a700da2fb9d0bd/LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | This app enables its users to add, edit and delete their daily todo tasks. Created in HTML, CSS and JavaScript. | css3,html5,javascript,webpack | 2023-03-29T16:18:14Z | 2023-03-31T11:03:51Z | null | 1 | 3 | 32 | 0 | 0 | 5 | null | MIT | JavaScript |
vonderklaas/react-best-practices | main | ### React Best Practices - 2023
I've collected some *React* best practices that can help you write clean, maintainable, and high-performing JavaScript code. Feel free to open Pull Requests for improvements.
### Why?
React is often referred to as "unopinionated" due to its flexible nature that allows developers to use a range of tools to build user interfaces in their preferred way. However, this doesn't mean that following best practices and writing clean code is any less important. In fact, adhering to best practices and ensuring code cleanliness is crucial to developing high-quality and maintainable React applications, even if React itself doesn't impose a rigid architecture or set of rules.
### Table of Contents
1. [Introduction](#introduction)
2. [Functional Components](#functional-components)
3. [Keep JSX clean](#keep-jsx-clean)
4. [Conditional rendering](#conditional-rendering)
5. [Components are not templates](#components-are-not-templates)
6. [Make components](#make-components)
7. [TypeScript](#typescript)
8. [Dont worry about re-renders](#dont-worry-about-renders)
9. [Understand dependency arrays](#understand-dependency-arrays)
10. [Use useCallback or useMemo](#use-usecallback-or-usememo)
11. [Custom Hooks](#custom-hooks)
12. [Reuse things](#reuse-things)
13. [Be careful with state](#be-careful-with-state)
14. [Use Query library](#use-query-library)
15. [Dont use Redux unless you need it](#dont-use-redux-unless-you-need-it)
16. [Dont build your own UI library](#dont-build-your-own-ui-library)
### Introduction
One of the challenges of using React is that it is opinionated but provides multiple approaches to solve the same problem. This can lead to developers making mistakes by implementing their own misguided ideas. To help avoid this, here are some anti-patterns and best practices to improve your React code.
### Functional Components
Using Functional Components instead of Class Components is a better choice for managing state in React. Functional Components have an improved state management mechanism, especially with the introduction of React 16.8 hooks. These hooks, such as useState and useReducer, allow for a reactive state management model. You can declare your state using these hooks and react to changes in that state with useEffect, useCallback, and useMemo. However, if you require an Error Boundary component, you will have to use Class Components as they provide access to important lifecycle method that are not available in Functional Components.
### Keep JSX clean
```javascript
import useFetchPosts from '../hooks/useFetchPosts.js';
export default function FeaturedPosts() {
const posts = useFetchPosts()
return (
<ul>
{posts.map((post) => (
<li onClick={event => {
console.log(event.target, 'clicked!');
}} key={post.id}>{post.title}</li>
))}
</ul>
);
}
export default function FeaturedPosts() {
const posts = useFetchPosts()
function handlePostClick(event) {
console.log(event.target, 'clicked!');
}
return (
<ul>
{posts.map((post) => (
<li onClick={handlePostClick} key={post.id}>{post.title}</li>
))}
</ul>
);
}
```
### Conditional Rendering
```javascript
import React, { useState } from 'react'
// one condition
export const ConditionalRenderingWhenTrueGood = () => {
const [showConditionalText, setShowConditionalText] = useState(false)
const handleClick = () =>
setShowConditionalText(showConditionalText => !showConditionalText)
return (
<div>
<button onClick={handleClick}>Toggle the text</button>
{showConditionalText && <p>The condition must be true!</p>}
</div>
)
}
import React, { useState } from 'react'
export const ConditionalRenderingGood = () => {
const [showConditionOneText, setShowConditionOneText] = useState(false)
const handleClick = () =>
setShowConditionOneText(showConditionOneText => !showConditionOneText)
return (
<div>
<button onClick={handleClick}>Toggle the text</button>
{showConditionOneText ? (
<p>The condition must be true!</p>
) : (
<p>The condition must be false!</p>
)}
</div>
)
```
### Components are not Templates
Don’t think of Functional Components as templates. This piece of code cause an infinite loop. `setUsers` will compare previous value and new one,by using `===` operator, and if it were number or a string, it may work, but in this case, with an array or objects, JavaScript will compare not by value, but by reference, and in this case, it will not match, and the state will be updated.
State update will cause another render of `UserList` function, and fetch will run again, and so on and so on.
```javascript
const UserList = () => {
const [users, setUsers] = useState([]);
fetch('api/users')
.then((res) => res.json())
.then(setUsers);
return (
<div>
{users.map((user) => {
return <div>{user.name}</div>;
})}
</div>
);
};
```
The fix would be wrapping `fetch` in `useEffect` with `[]` array of dependencies.
This will tell React to run this `fetch` only once, when component gets mounted. Good mindset
will be to breakdown function into parts: Hooks and JSX. And the rule is anything in the Hooks
section should probably be wrapped in a hook, unless you absolutely know that it shouldnt.
```javascript
const UserList = () => {
const [users, setUsers] = useState([]);
useEffect(() => {
fetch('api/users')
.then((res) => res.json())
.then(setUsers);
}, []);
return (
<div>
{users.map((user) => {
return <div>{user.name}</div>;
})}
</div>
);
};
```
### Make Components
Breaking down large files into smaller components is a good practice in React for a number of reasons. Firstly, it helps to make your code more modular and reusable. By dividing your code into smaller, more focused components, you can create a library of building blocks that can be used to quickly and easily build new features.
Secondly, smaller components can be easier to reason about and debug. When a component is responsible for a small, well-defined piece of functionality, it becomes easier to understand what that component does and how it fits into the larger picture. This can save time and effort when debugging issues or making changes to your code.
### TypeScript
TypeScript helps you to make more robust and reliable applications. There are two times when TypeScript generally touches the React application. The first one is when you defining your types, the kind of data shapes that comeback from the server. The over time is when you are defining your React components
Types
```typescript
interface Person {
id: string;
name: string;
email: string;
address?: {
stree: string;
city: string;
};
}
interface GetPeopleResponse {
page: number;
people: Person[];
lastUrl: string;
nextUrl: string;
}
```
Components
```typescript
interface MyListProps {
list: Person[];
onClick: (person: Person) => void;
}
const MyList = ({ list, onClick }: MyListProps) => {
return <div></div>;
};
```
### Dont worry about renders
Whenever you return as JSX, is actually created using `createElement` method, which
eventually returns a Virtual DOM Node and adds it to Virtual DOM Tree, which is in-memory representation of actual DOM Tree should look like. And it is up to React to traverse that Virtual DOM Tree and then synchronize it with the real DOM Tree. It creates, deletes and updates. Nodes, but if there are no changes, then nothing happens.
```typescript
const Title = ({ caption }: { caption: string }) => {
<h2>{caption}</h2>;
// Virtual DOM Node
// React.createElement('h2', null, title);
};
```
If you are getting a lot of re-renders, it is probably just a bug, probably a `useEffect` that has gone into an infinite loop, because of bad dependency array. But if you are legitemaly seeing perfroamnce problems, there are a lot of tools that help you diagnose and fix them. But a strong reccomendtation will be is don’t fight the freamwork, dont try to prematurely optimise your applicaiton by worrying so much about whever or not specific components are re-rendering
### Understand dependency arrays
Dependency arrays are the arrays at the end of useEffect, useMemo and useCallback. They tell React when, for example your useEffect should run. So if any items in that [] are changed, then your hook re-runs.
This useEffect runs only ones, even if `id` was `null` and then got the number, it will not re-run, because it already ran with `null` as option
```javascript
useEffect(() => {
fetch(`api/user/${id}`)
.then((res) => res.json())
.then(setUser);
}, []);
```
So what we want to do, is to add anything this useEffect is reading from into the dependency array.
```javascript
useEffect(() => {
fetch(`api/user/${id}`)
.then((res) => res.json())
.then(setUser);
}, [id]);
```
But be careful adding all of things, because you can get into an infinite loop. Take a look at this example. Whenever this useEffect completes, it changes the `user`, which is specified in `[]` and it cause another render, and you get into an infinite loop
```javascript
useEffect(() => {
fetch(`api/user/${id}`)
.then((res) => res.json())
.then(setUser);
}, [id, user, setUser]);
```
Dont disable Linting, because in different cases it can help and suggest what things to add and what to remove from that `[]`.
Another thing to watch for in `[]` is when you have there an array or an object or a function, because React uses the same logic that it uses in that state setter to decide whether the value is the same or different, between the old and new one. For strings, booleans and numbers it does it by value, which is very predictible. However when it comes to arrays, objects and functions it doesn’t look at the contents, it doesn’t do a deep compare, it instead does a referential
compare: is this exactly the same array. So be careful with that.
### Use useCallback or useMemo
These hooks are vital to react state management model. If they are used properly, to retain referential identity, they can be a performance enhancement. Memoize === remember.
Two rules to use useMemo:
- Rule 1 - you are doing operation that is going to be expensive
- Rule 2 - you are computing an array or an object, because those are maintained by reference
Rule 1
```javascript
const total = useMemo(() => {
return costs.reduce((acc, cur) => acc + cur, 0);
}, []);
```
Rule 1 and Rule 2
```javascript
const sortedPeople = useMemo(() => {
return [...people].sort();
}, [people]);
```
No need to use useMemo (no rules imply)
```javascript
const fullName = () => {
return `${first} ${last}`;
};
```
useCallback is also good in two cases:
- Rule 1 - if you want to keep your callback functions from being stale
- Rule 2 - if you want to retain the referential identity of those callbacks
As you can see, everytime component re-renders, we create a new reference to a new version of that `sortFunc` function. The implementation is exactly the same, every single time, but dependency arrays dont look at the implementation of the function, they look at the reference, and this going to invalidate that `useMemo` and it going to sort on every render, even though names hasn’t changed, but the `sortFunc` has and that is way it the `useMemo` run.
```javascript
const NameList = ({ names, sortFunc }) => {
const sortedNames = useMemo(() => {
return [...names].sort();
}, [names, sortFunc]);
return <div>{sortedNames.map()}</div>;
};
<NamesList names={names} sortFunc={() => {}} />;
```
How to get around it? Just use `useCallback` and pass it on. Now we can be sure that
every single time that we call that NamesList components, we are using exactly the same sort
function and therefore that useMemo will not re-run each time.
```javascript
const sortFunc = useCallback((a, b) => .... []);
<NamesList names={names} sortFunc={sortFunc} />
```
### Custom Hooks
Make your own custom hooks. They are a collections of hooks, gathered together as a function, that acomplishes a specific task.
```javascript
import { useEffect, useState } from 'react';
const useFetchPosts = () => {
const [posts, setPosts] = useState([]);
useEffect(() => {
fetch('https://jsonplaceholder.typicode.com/posts')
.then((response) => response.json())
.then((json) => setPosts(json));
}, []);
return posts;
};
const FeaturedPosts = () => {
const posts = useFetchPosts();
return (
<ul>
{posts.map((post) => (
<li key={post.id}>{post.title}</li>
))}
</ul>
);
};
```
### Reuse things
```javascript
// Bad: Component is not extendable
const Thingie = ({ description }: { description: string }) => {
<div className='thingie'>
<div className='description-wrapper'>
<Description value={description} />
</div>
</div>;
};
const ThingieWithTitle = ({
title,
description,
}: {
title: string,
description: string,
}) => {
<div className='thingie'>
<Title value={title} />
<div className='description-wrapper'>
<Description value={description} />
</div>
</div>;
};
// Good: Component is extendable and scalable
const Thingie = ({
description,
children,
}: {
description: string,
children: ReactNode,
}) => {
<div className='thingie'>
{children}
<div className='description-wrapper'>
<Description value={description} />
</div>
</div>;
};
const ThingieWithTitle = ({ title, ...others }) => {
<Thingie {...others}>
<Title value={title} />
</Thingie>;
};
const ThingieWithTitleAndText = ({ title, ...others }) => {
<Thingie {...others}>
<Title value={title} />
<Text />
</Thingie>;
};
```
### Be careful with state
Always set state as a function of the previous state if the new state relies on the previous state. React state updates can be batched, and not writing your updates this way can lead to unexpected results.
```javascript
// bad
import React, { useState } from 'react';
export const PreviousStateBad = () => {
const [isDisabled, setIsDisabled] = useState(false);
const toggleButton = () => setIsDisabled(!isDisabled);
const toggleButton2Times = () => {
for (let i = 0; i < 2; i++) {
toggleButton();
}
};
return (
<div>
<button disabled={isDisabled}>
I'm {isDisabled ? 'disabled' : 'enabled'}
</button>
<button onClick={toggleButton}>Toggle button state</button>
<button onClick={toggleButton2Times}>Toggle button state 2 times</button>
</div>
);
};
// goood
import React, { useState } from 'react';
export const PreviousStateGood = () => {
const [isDisabled, setIsDisabled] = useState(false);
const toggleButton = () => setIsDisabled((isDisabled) => !isDisabled);
const toggleButton2Times = () => {
for (let i = 0; i < 2; i++) {
toggleButton();
}
};
return (
<div>
<button disabled={isDisabled}>
I'm {isDisabled ? 'disabled' : 'enabled'}
</button>
<button onClick={toggleButton}>Toggle button state</button>
<button onClick={toggleButton2Times}>Toggle button state 2 times</button>
</div>
);
};
```
### Use Query Library
Use Query Library like React query or SWR, they help us track loading state, handle errors, re-fetch stuff, give ways on interval, caching, mutations
useEffect approach. Here we are waiting for component to be mounted to start fetching data, which can take some time. Also, we creating unneeded states for loading and erorr, and hanlding it on our own.
```javascript
import { useEffect, useState } from 'react';
export const WithUseEffect = () => {
const [products, setProducts] = useState([]);
const [isLoading, setIsLoading] = useState(false);
const [error, setError] = useState<Error | null>(null);
const fetchProducts = async () => {
try {
setIsLoading(true);
const response = await fetch('https://fakestoreapi.com/products');
const products = await response.json();
console.log('products', products);
if (products) {
setProducts(products);
}
} catch (e) {
const error = e as Error;
setError(error);
}
setIsLoading(false);
};
useEffect(() => {
console.log('Component mounted.');
fetchProducts();
}, []);
if (isLoading) {
return <p>Loading...</p>;
}
if (error) {
return <p>{error.message}</p>;
}
return (
<div>
{products.length > 0 && (
<ul>
{products.map((product: any) => (
<li key={product.id}>{product.title}</li>
))}
</ul>
)}
</div>
);
};
```
useQuery approach. As you see code is much more simpler and readable. React Query takes care of errors and loading states, and also it start to fetch the data when the component is starting to render, so we have a bit more time to fetch it.
```javascript
import { useQuery } from '@tanstack/react-query';
export const WithReactQuery = () => {
const fetchProducts = async () => {
const response = await fetch('https://fakestoreapi.com/products');
const products = await response.json();
console.log('products', products);
return products;
};
const {
isError,
isLoading,
data: products,
error,
} = useQuery(['products'], fetchProducts, { staleTime: 6000 });
if (isLoading) {
return <p>Loading...</p>;
}
return (
<div>
{products && (
<ul>
{products.map((product: any) => (
<li key={product.id}>{product.title}</li>
))}
</ul>
)}
</div>
);
};
```
### Dont use Redux unless you need it
Couple years back, when React introduced hooks and new reactive state management model,
the idea of requiring efectively an external state manager like Redux, didnt become as important. You can now go and use Context and Hooks to maintain state globaly and closer to where you actually use it.
Better to start with React Hooks, and see how far they can get you.
If it is not enough, you can use Query Library, like React Query to cache and manage state
For forms you can use react hook forms or formik and if this combination is not enough, consider Redux, especiialy Redux Toolkit. But also take in a considearration atomic state managers like Jotai, or more simplified Zustand You dont need to go for redux out of the box. keep it simple, use as much as you need, but not anymore.
### Dont build your own UI library
React has an amazing set of awesome UI libraries, there is MUI, Bootstrap, Chakra and more
libraries, that out of the box come with most of controls you will ever need to put on a page.
Plus they are accesible, themeable, scalable, got great docs and examples and community
around them.
| I've collected some *React* best practices that can help you write clean, maintainable, and high-performing JavaScript code. Feel free to open Pull Requests for improvements. | best-practices,clean-code,react,hooks,javascript,react-hooks,reactjs,typescript | 2023-04-06T09:03:11Z | 2023-04-28T16:39:39Z | null | 1 | 0 | 10 | 0 | 2 | 5 | null | null | JavaScript |
AsharibAli/panaverse-assignments | main | # 🌟 All of my Panaverse Assignments 🌟
## What's Panaverse Mission? 🚀
Panaverse mission is to train cutting-edge technology developers across Pakistan while building the latest state-of-the-art products. 💻<br>
Official Website or Syllabus: [panaverse.co](https://www.panaverse.co/)
### 📚 First Assignment:
Complete the initial 45 JavaScript quizzes, solve them, and submit your solutions. 📝 [JavaScript Exercises Github Repo](https://github.com/AsharibAli/Panaverse-JavaScript-Assignments)
### 📝 2nd Assignment:
Create an ERC-20 Token and provide liquidity on Uniswap. 💰 [Token Uniswap Pool](https://app.uniswap.org/#/pool/37787)
### 💰 3rd Assignment:
Supply ETH on Aave Goerli Testnet. 💸 [Supply Transaction Etherscan](https://goerli.etherscan.io/tx/0x38541e91cc7567509f1ad3b34b9bb8d9ceca95b6a2d563c7031014172c1c6ee6)
### 💸 4th Assignment:
Borrow ETH on Aave Goerli Testnet. 💸 [Borrow Transaction Etherscan](https://goerli.etherscan.io/tx/0x167381474fef727898bc8552dc4b7330cfd1c1e0b46010abf8df9673c3a8d658)
### 🗳️ 5th Assignment:
Create a DAO (Decentralized Autonomous Organization) on Aragon and complete the vote. 🗳️ [Aragon DAO Creation Transaction Etherscan](https://client.aragon.org/?fbclid=IwAR2lfbHQ4gn-uVGIOP0TemL-j87VKGIG9E3o2QNRqhJGTUJdwhxFMUkkmHk#/asharib/)
### 🎤 6th Assignment:
Create a Presentation on "How to Raise Funds". 📊 [Fundraising for New Web3 Projects Presentation](https://docs.google.com/presentation/d/1wWeH2bcs6JYL80-BjIWPYsiXWjNn542rIuuZZ2ulnLw/edit?usp=sharing)
### 🌍 7th Assignment:
Create a Presentation on "What is Metaverse". 🌌 [What is the Metaverse Google Slides](https://docs.google.com/presentation/d/1U_mMpGeZBE-Pb-pza6Vrwc5fL99veGBfKSDxvwJ_xcA/edit#slide=id.g15bbb082eac_0_1)
### ⚡ 8th Assignment:
Create a Presentation on "EDGE: THE FUTURE OF WEB". 🚀 [From Cloud to Edge Using Server Side Components, React 18, Next 13.js Presentation](https://docs.google.com/presentation/d/1ei4niro1X68jPEKXy0iP0NQIzzvvrJwTkgIuUm2UcKE/edit#slide=id.p)
### 💻 9th Assignment:
Build 10 TypeScript CLI-Based Projects and create the `npx` commands for those projects. 🖥️ [GitHub Projects](https://github.com/AsharibAli/TypeScript-Assignment-Projects)
### 📊 10th Assignment:
Create a Presentation on "Framework Defined Infrastructure". 🌐 [Next.js and Vercel: Framework Defined Infrastructure](https://www.canva.com/design/DAFdMEamw_Y/Q4ZGDXv5oXMg9mESygIWkw/edit?utm_content=DAFdMEamw_Y&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton)
### 👋 11th Assignment:
Build a "Hello World" simple page Website with Next.js version 13. 🌍 [Hello From Asharib Repository](https://github.com/AsharibAli/Next-13-HW)
### ✅ 12th Assignment:
Build a TODO LIST APP with the latest Next.js version 13. ✏️ [Todo List App Repository](https://github.com/AsharibAli/TODO-LIST-APP)
### 📝 13th Assignment:
Build & Clone the Figma Design and create it with Chakra UI. 💡 [Pricing UI Project Repository](https://github.com/AsharibAli/chakra-ui/tree/master/pricing_ui_project)
### 📚 14th Assignment:
Build a blog posting website using the latest version 13 of Next.js. 📖 [Personal Blog Posting Website Repository](https://github.com/AsharibAli/nextjs-blog)
### 🌐 15th Assignment:
Build a new Panaverse Website with Next.js and TailwindCSS. 🚀 [Panaverse Website Assignment Repository](https://github.com/AsharibAli/panaverse-website)
### 💼 16th Assignment:
Build a new Website for "Smart Connect Wallet" using Account Abstraction EIP 4337 packages. 💳 [Connect Wallet Assignment Repository](https://github.com/AsharibAli/smart-wallet-accounts)
### 📁 17th Assignment:
Build your Personal Portfolio Website. 📌 [Portfolio Website Assignment Repository](https://github.com/AsharibAli/my-portfolio)
### 📝 18th Assignment:
Create the best tutorial for learning Solidity in Baby Steps. 👶 [Solidity Assignment PR](https://github.com/panaverse/learn-nextjs/pull/25) and [GitHub Repository](https://github.com/AsharibAli/Learn-Blockchain-in-BabySteps/tree/master/learn%20solidity)
### 📝 19th Assignment:
Create the best tutorial for learning Hardhat in Baby Steps. 👶 [Hardhat Assignment PR](https://github.com/panaverse/learn-nextjs/pull/25) and [GitHub Repository](https://github.com/AsharibAli/Learn-Blockchain-in-BabySteps/tree/master/learn%20hardhat/step00_hardhat_in_baby_steps)
### 📝 20th Assignment:
Create the best tutorial for learning Dapps Development in Baby Steps. 👶 [Dapps Assignment PR](https://github.com/panaverse/learn-nextjs/pull/26) and [GitHub Repository](https://github.com/AsharibAli/Learn-Blockchain-in-BabySteps/tree/master/learn%20dapps%20development)
### ⏏ 21th Assignment:
Build a Full Stack E-commerce website with the latest technologies. 👋 [Completed E-commerce website Repositry](https://github.com/AsharibAli/ecommerce-website)
### 👾 22th Assignment:
Create Customized Software using Natural Language Idea (through Multi-Agent Collaboration) with ChatDev AI. 👋 [Completed websites Repositry](https://github.com/AsharibAli/projects_with_chatdev)
### 😛 23th Assignment:
Build a Full Stack Headless-cms with (Shopify Backend) and (Next.js13 frontend) with latest commerce2.0 framework. 👋 [Completed commerce website Repositry](https://github.com/AsharibAli/shopify-nextjs-commerce2.0)
### 📶 24th Assignment:
Todo application built with Python, FastAPI, and Nextjs. [Completed FastAPI Todo Repository with Nextjs](https://github.com/AsharibAli/nextjs-fastapi-todo)
### 🔐 25th Assignment:
TodoGPT API with crud operations built for OpenAI's GPT-Store. [Completed TodoGPT build with FastAPI](https://github.com/AsharibAli/TodoGPT)
### 26th Assignment:
Location Finder API for ChatGPT GPT Store [Completed LocationGPT Repository](https://github.com/AsharibAli/LocationGPT)
Feel free to explore these assignments and learn more about the exciting world of technology! 🚀🔥
| List of all the Panaverse assignments given to me throughout the course, both onsite and online, by the teachers. | css,html,javascript,panacloud,panaverse,type,assignments,chakra-ui,dapps-development,hardhat | 2023-04-06T15:30:44Z | 2024-05-02T12:32:29Z | null | 1 | 0 | 10 | 0 | 0 | 5 | null | null | null |
seongjinme/KinoQuizAI | main | # KinoQuizAI
## Introduction

**KinoQuizAI** is a **web application that offers AI-generated movie quizzes** powered by **ChatGPT API**.
Users can test their knowledge of movies from various genres and time periods by playing random quizzes and earning scores. They can also compete with other users on the leaderboard and see how they rank among movie enthusiasts. KinoQuizAI is a fun and convenient way to challenge yourself and learn more about movies.
## Features
KinoQuizAI allows users to play movie quizzes generated by ChatGPT, check the answers and explanations, and compete with other users by scoring points for consecutive correct answers.
* A collection of movie quizzes generated by ChatGPT based on 300 films from 1996 to 2021 that have received more than 200,000 ratings on the IMDB Top 250 list.
* A simple and intuitive interface that allows you to answer single-choice questions and get instant feedback.
* A scoring system that rewards correct answers with 1 point and penalizes wrong answers with 1 heart loss. You start each game with 3 hearts and the game ends when you run out of hearts.
* A leaderboard that displays the top scores of all users who have played the game.
## Tech Stacks
* Back-end : Python(Django)
* Front-end : JavaScript, Tailwind CSS, HTML
* Infra : GCP App Engine, Supabase(PostgreSQL, Storage)
## Project Background
> "Is it possible to use generative AI as a data backend?"
The KinoQuizAI project was born out of this single idea. I wanted to explore the possibility of using LLM(Large Language Model) as a content data backend for an app, instead of just a conversational agent.
Back in February 2023, I wrote a blog post about ["Prompt Engineering"](https://seongjin.me/prompt-engineering-in-chatgpt/#chatgpt%EB%A1%9C-%EC%8B%9C%ED%97%98%ED%95%B4-%EB%B3%B8-%ED%94%84%EB%A1%AC%ED%94%84%ED%8A%B8-%EC%97%94%EC%A7%80%EB%8B%88%EC%96%B4%EB%A7%81-%EC%82%AC%EB%A1%80) where I presented an example of engineering prompts to generate a movie quiz. This project applies similar but more advanced technique to create a fun and interactive quiz app using ChatGPT.
## Lessons Learned
### Maintaining consistency of GPT-genarated data
By using the ChatGPT API, the app can theoretically provide new movie quizzes that are never repeated. However, the main function of LLM like GPT is to predict the next text based on a given prompt. This means that **ChatGPT may not always produce the data in the desired format or topic**.
To minimize this problem and to maintain the consistency and quality of the generated quiz data, my project implements several data-handling functions on the back-end: sending a well-designed prompt with fine-tuned parameters to the third-party API, receiving the real-time generated data, validating and preprocessing the data, saving it to DB, and adding a retry mechanism for cases where fetching the data fails.
Through carefully crafted prompts, I was able to deliver quality movie quizzes and related content from ChatGPT in the desired format and topic every time. It was possible by implementing prompt engineering techniques like **"Instruction Prompting"** and **"Few-shot Prompting"** which are well explained in [this article of Lilian Weng, the Head of OpenAI's Applied AI Research.](https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/)
### Implementing logic to reduce costs
KinoQuizAI currently utilizes the `gpt-3.5-turbo` model, [which is a paid product of OpenAI at a rate of $0.002 per 1,000 tokens.](https://openai.com/pricing) Generally, between 1,000 and 1,500 tokens are needed for KinoQuizAI to exchange communication with the ChatGPT API and receive quiz data. In addition to the cost, the average response time of 5~15 seconds for exchanging data with the ChatGPT API also adversely affects the user experience.
To optimize the user experience and reduce the server costs, I have implemented a small logic that minimizes the number of requests to ChatGPT API. The logic works as follows: when a new user signs up for KinoQuizAI, they will first have access to quizzes that have been previously created by other users and stored in the DB. This way, they can enjoy quizzes without waiting for ChatGPT to generate them. Once a user has completed all the quizzes available in the DB, they will receive new quizzes from ChatGPT in real-time. These new quizzes will also be stored in the DB for future use by other users.
### Using JS to create seamless user experience
To ensure a seamless and dynamic interface for the quiz playing screen, I have used JavaScript to manipulate the document structure according to the responses from the back-end side. By using `fetch` API in JavaScript, this app can request and receive data asynchronously while the user is playing the quiz. If the data is successfully received, the quiz page will be updated dynamically without reloading. This enhances the usability and interactivity of the app.
## Remaining Challenges
### "Hallucinations" in GPT-genarated data
Even with carefully engineered prompts, ChatGPT still may generate "hallucinations" or false information in the responses. This also affects the quality of the quiz content. Through my experiments during the development, I was able to reduce the chance of generating inaccurate quizzes to about one in ten with KinoQuizAI. However, I'm continuing to explore ways to reduce this frequency further.
### Processing the response data
This app is designed to receive quiz data in a specific format from ChatGPT. But occasionally, it may receive data that does not conform to this format. In those cases, the app will display an error message and a button for the user to request the quiz data again. While currently, this is the solution, I am actively exploring more subtle ways to address this issue.
## Screenshots
* Playing Quiz

* Getting Result

* Leaderboard

| Django-based web application that offers AI-generated movie quizzes powered by ChatGPT API. | chatgpt,chatgpt-api,django,javascript,openai-api,postgresql,python,supabase,gcp-app-engine | 2023-03-31T06:24:07Z | 2023-04-03T13:38:43Z | null | 1 | 0 | 33 | 0 | 1 | 5 | null | null | Python |
ItzBlueSword/Internet-Speed-Test | master | # Internet-Speed-Test
The internet speed tester is a web-based application designed to measure the speed of your internet connection. It uses a JavaScript code that loads an image from a specified URL and calculates the time it takes to download the image. Based on the download time and the size of the image, the application estimates the internet speed in megabits per second (Mbps). The application displays the internet speed in a visually appealing manner and updates the speed each time the "CHECK" button is clicked.
## Features
* Simple and user-friendly interface
* Measures internet speed in megabits per second (Mbps)
* Uses a JavaScript code to load an image from a specified URL and calculate the download time
* Displays the estimated internet speed in a visually appealing manner
* Updates the speed each time the "CHECK" button is clicked
* Provides instant feedback to the user on their internet speed
* Can be used on any device with a web browser and an internet connection
* Does not require any software or application installation
* Free and accessible to anyone with an internet connection
## Instruction
To use the internet speed tester, follow these instructions:
1.Make sure you are connected to the internet on the device you want to test the speed on. <br>
2.Open the web browser and navigate to the page where the internet speed tester is located. <br>
3.Once the page is loaded, you will see a "CHECK" button with the initial speed reading of 24 Mbps. <br>
4.Click the "CHECK" button to start the internet speed test. The button will change to a loading animation. <br>
5.Wait until the test is complete. The speed reading will update automatically once the test is done. <br>
6.The updated speed reading will be displayed in the same format, followed by the unit "Mbps". <br>
7.If you want to run the test again, click the "CHECK" button again, and the speed reading will update accordingly. <br>
8.The internet speed tester will work on any device with a web browser and an internet connection.
Note: The internet speed tester may not give the most accurate result depending on various factors such as network congestion, distance from the server, and device performance.
## Programming Languages Used
  
## License
[Apache 2.0 License](https://choosealicense.com/licenses/apache-2.0/)
| Internet Speed Test in HTML, CSS and JavaScript. | css,html,javascript,internet-speed-test | 2023-04-08T09:54:47Z | 2023-05-18T01:51:32Z | null | 1 | 0 | 20 | 0 | 2 | 5 | null | Apache-2.0 | CSS |
AbdusSattar-70/Math-Magicians | dev | <a name="readme-top"></a>
<div align="center">
<h3><b>Math-Magicians</b>.
</h5>
</div>
<div align="center">
<h3><b>Screenshot</b></h3>
<img src="src/assets/Screen1.png" alt="screenshoot" width="400" height="auto"/>
</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 and presentation video](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
## 📖 Math-Magicians <a name="about-project"></a>
**Math-Magicians** is the first project of the Math Magicians application with React</b>
<h5> I set up the environment and tools needed to develop a React application. In this project, I have made a simple SPA that contains three subpages - Made a simple calculator, made a random math-related quote, and Homepage. In addition we made the pair programming for testing the application.</h5>
## 🛠 Built With <a name="built-with"></a>
## Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<b>This project only works client side right now.</b>
<ul>
<li>JSX</li>
<li>CSS</li>
<li>JS</li>
<li>React</li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href=#>Server - It is Hosted on Render</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href=https://api-ninjas.com/api/quotes>Used API's Ninjas</a></li>
</ul>
</details>
<!-- Features -->
## Key Features <a name="key-features"></a>
- [ ] **You can simple calculate by using calculator**
- [ ] **You can see random math related quotes**
<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://math-magicians-ufq5.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 <a name="prerequisites"></a>
- In order to run this project you need:
### It would be best if you had some familiarity with `JS`, `CSS`, and `React` .
- A Computer (MAC or PC)
- code editor (VSCode,Atom etc...)
- A browser (Chrome,Mozilla,Safari etc...)
- Version Control System (Git and Github)
# Setup <a name="setup"></a>
Clone this repository to your desired folder:
```bash
git clone https://github.com/AbdusSattar-70/Math-Magicians.git
cd Math-Magicians
```
# Install <a name="install"></a>
Install this project with:
```bash
npm install
```
# Run tests and check errors <a name="run-tests"></a>
To run tests and check errors, run the following command:
- To check Styelint error:-
```bash
npm test
```
```bash
npx stylelint "\*_/_.{css,scss}"
```
- To check Eslint error:-
```bash
npx exlint .
```
# Deployment <a name="triangular_flag_on_post-deployment"></a>
You can deploy this project using:
- render Hosting server.
```bash
npm install
npm run start
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
## 👤 Abdus Sattar
- GitHub: [AbdusSattar-70](https://github.com/AbdusSattar-70)
- Twitter: [Abdus Sattar](https://twitter.com/Abdus_Sattar70)
- LinkedIn: [Abdus Sattar](https://www.linkedin.com/in/abdus-sattar-a41a26215/)
<!-- CONTRIBUTOR -->
## 👥 CONTRIBUTOR <a name="authors"></a>
👤 **Santosh Konappanavar**
- GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar)
- Twitter: [@SantoshKonapp1](https://twitter.com/SantoshKonappa1)
- LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Web Responsiveness for all users**
- [ ] **Add web accessibility**
- [ ] **Add gradient background that will change randomly**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Everybody is welcome to suggest, changes,Contributions, issues, and feature request in this project.
In order to do it, fork this repository, create a new branch and open a Pull Request from your branch.
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 me ⭐️ and you can use it following [MIT](./LICENSE) license.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank and appreciate who contributes this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is under [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This is the first project of the Math Magicians app. In this project, I made a simple SPA that contains three subpages - a simple calculator, a random math-related quote, and Homepage.In addition, Wrote tests for all components. | css-grid,javascript,jsx,react | 2023-03-26T22:59:35Z | 2023-04-05T13:59:43Z | null | 2 | 9 | 36 | 0 | 0 | 5 | null | MIT | JavaScript |
ArnavKucheriya/AAJSP_Space_Tourism_Website | main | # AAJSP_Space_Tourism_Website
Space Tourism Website for Webmasters, coded in HTML and CSS for [TSA State 2023](https://www.texastsa.org/competition/general-information/) [@Fort Worth, Texas](https://www.google.com/search?surl=1&q=fort+worth+texas&rlz=1C1GCEA_enUS1020US1020&oq=fort+worth+texas&aqs=chrome..69i57.4478j0j7&sourceid=chrome&ie=UTF-8&safe=active&ssui=on "Fort Worth, Texas").
The website is an advertisement and information for potential tourist that wish to make the galaxy thier getaway destination.
The Website is still under construction. Animations are limited but will be added in the future. Upon loading the website through GitHub Pages, the background video will not load, please give it a second or two to render.
| Space Tourism Website created for Webmasters for TSA State 2023 @Fort Worth. Texas. | css,github-pages,html,javascript,space,tourism,tsa,website,spacetourism | 2023-03-29T20:18:57Z | 2023-04-12T13:49:35Z | null | 2 | 0 | 38 | 0 | 0 | 5 | null | MIT | HTML |
rbhomale17/CraftsHub-Project | main |
# ***JS201 - Construct Week Project For Unit-3 JS201.***
# ***Project Code:- happy-notebook-3138***
## ***Introduction*** :
For the Construct Week Project, We created a clone of an Indian E-Commerce website called ***Craftvilla.com***. Craftsvilla is an Indian e-commerce portal that sells ethnic apparel, footwear, fashion accessories, beauty products, handcrafted home accessories, and other ethnic fashion and lifestyle products. The company is headquartered in Mumbai, Maharashtra.
* It was a collaborative project it took 6 days to complete the project
we created a basic flow for the Front End of the website.
* Index Page
* Product pages
* Sign-Up Page for the customer
* Login Page the customer
* Cart page
* Wishlist page,
* Checkout page
* filter & sort functionality added on product pages.
* We have also created a basic flow for the Back End of the website
* Admin Login
* Product adding page
* Admin Registration page
* Track Order with Location Page and search functionality added.
***
## ***Team Members*** :
***Team Lead & Student Code*** : ***Rushikesh Diliprao Bhomale ( fw25_348 ) https://github.com/rbhomale17***
***Team Member-1 & Student Code*** : ***Vaibhav Mohan Mahandiratta ( fw23_0017 ) https://github.com/vkmr007***
***Team Member-2 & Student Code*** : ***Ajit Kumar Roy ( fw25_259 ) https://github.com/Ajitroy01***
***Team Member-3 & Student Code*** : ***Rameshwar Gaidhane ( fw24_312 ) https://github.com/rhgaidhane123***
***Team Member-4 & Student Code*** : ***Astha Sachan ( fw23_0814 ) https://github.com/astha9040***
***IA Manager: Adarsha Khatua***
***
## ***Tech Stacks***
***Front End: CSS, HTML, JAVASCRIPT***
***Back End: CSS, HTML, JAVASCRIPT & JSON SERVER***
***External CSS for Icons : font-awesome :- https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css***
***
## ***json Server: Deployed on Rendor.com***
**API for All users ( Admin & customer):- https://mock-api-json-server-ooya.onrender.com/**
**API for All Products:- https://project-json-server-dkem.onrender.com/**
***
## ***Project App: Deployed on Netlify.com***
***CraftHub.com: https://craftshub.netlify.app/***
***
## ***Front End***
We have used json server API for the functionality of the login page.
In the Navbar section, you can click on the login button which will open a Sign-up Page if you are a new user on our website so you have sign-up first. After creating a new account you will automatically be redirected to the login page within 1 second. Where you can use UserName as your registered Email id: - ***user@gmail.com*** and the password that was given at the time of sign-up as - ***user*** to login into the page, after successfully Logging in you will be redirected to the Index Page or a Home Page automatically. If you enter any wrong information on the Login page it will not show you Wrong Email or Password...
Where you can see the different tabs present on a navigation bar like product tabs, carts, and wishlists.
Then clicking on any tab present on the navbar will redirect that category products page where you can different products are shown. We have shown filtering functionality on the left side where you can filter based on price. At a time you can filter the products based on one selected filtering option. You can Sort the product based on the Price from low to high and Price from high to low. Then on every product, two buttons are there that you can use to add the product to the cart & wishlist respectively.
After adding the product to the Cart user can proceed to checkout by clicking on the **Checkout** button after filling details of the order and the delivery order will be placed if the cart is not empty.
***
## ***Back End***
For the back end, we have created the ***Admin Site*** in the navigation bar there is an option present called sign-up/Log-in after clicking on that option admin will be redirected to the login page ( for Admin Only ).
When a person tries to log in to the admin site to log in he/she must have to enter the correct Username & Password for login, After successful log in admin user will be redirected to the admin dashboard.
On the Admin dashboard, there are multiple options are present like
Admin registration: Logged-in admin can create a new admin user from here only.
Add Product: on clicking on this button new add product page will open after filling necessary data on the form and clicking on submit button new product is added to your webpage or site.
Track Order: Here Admin can track all orders that have been placed by users ( Customers ), It has search functionality by (name of the user, pin code of delivery, city name, buy_item, mobile number) to check or track the orders.
Log Out: In the upper right corner of the admin webpage, there is an option called ***Log Out*** present after clicking on that Admin user will be **logged out** of the admin site and redirected to the Home page of the website.
***
## ***Our Crafthub website basic flow is Given Below***
***
## ***1. Sign-in & Sign-up Page for Crafthub customers***
<img width="1080" alt="Screenshot 2023-04-03 190922" src="https://user-images.githubusercontent.com/121092445/229531825-92dbf1be-3e91-49a9-9a43-28fdcea55c59.png">
***
## ***2. Navigation Bar***
<img width="1060" alt="Screenshot 2023-04-03 190623" src="https://user-images.githubusercontent.com/121092445/229531648-1af723c6-4531-43b2-9635-20f02cf0a389.png">
***
## ***3. Home Page of Our Site***
<img width="1080" alt="Screenshot 2023-04-03 190612" src="https://user-images.githubusercontent.com/121092445/229531503-34dd1fb7-218d-4008-a24e-0f6a83d738c0.png">
***
## ***4. Product Page***
<img width="1080" alt="Screenshot 2023-04-03 190714" src="https://user-images.githubusercontent.com/121092445/229531905-21658596-8cd9-4616-9886-e09e6e50527b.png">
***
## ***5. Cart Page***
<img width="1080" alt="Screenshot 2023-04-03 190809" src="https://user-images.githubusercontent.com/121092445/229531983-713d817f-e1c6-471d-9f36-81efd74718c5.png">
***
## ***6. Checkout Page***
<img width="1080" alt="Screenshot 2023-04-03 190859" src="https://user-images.githubusercontent.com/121092445/229532044-8b4bb9f6-6480-4449-845b-195e14461ebe.png">
***
## ***7. Admin Login Page***
<img width="1080" alt="Screenshot 2023-04-03 191940" src="https://user-images.githubusercontent.com/121092445/229532107-c7f7c0eb-0ee3-4eb9-9bb1-d105809e0d18.png">
***
## ***8. Admin Dashboard Page***
<img width="1076" alt="Screenshot 2023-04-03 191442" src="https://user-images.githubusercontent.com/121092445/229532178-cef1fcb9-9c79-4b17-a5a3-09cedf5f9fa4.png">
***
## ***9. Track Order Page for Admin***
<img width="1080" alt="Screenshot 2023-04-03 191359" src="https://user-images.githubusercontent.com/121092445/229532210-bc31d3dc-e07f-461f-b9ee-9a263f0c6d08.png">
***
## ***THANK YOU***
| An Indian e-commerce portal that sells ethnic apparel, footwear, fashion accessories, beauty products, handcrafted home accessories, and other ethnic fashion and lifestyle products and variety of products on the online platform. | css,html,javascript,json-server | 2023-03-27T09:25:14Z | 2023-05-19T18:50:20Z | null | 6 | 32 | 79 | 0 | 1 | 5 | null | null | HTML |
webeetle/JRPC-Server | master | # JRPC-Server
<p align="center">
<a href="https://github.com/webeetle/JRPC-Server/actions/workflows/npm-publish-github-packages.yml" alt="Build Status">
<img src="https://img.shields.io/github/actions/workflow/status/webeetle/JRPC-Server/npm-publish-github-packages.yml" alt="Build Status">
</a>
<a href="https://app.codacy.com/gh/webeetle/JRPC-Server/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade" alt="Codacy Badge">
<img src="https://img.shields.io/codacy/grade/9769707d98ea442683e4bf1f70fbcf46" alt="Codacy Badge">
</a>
<a href="https://app.codecov.io/gh/webeetle/JRPC-Server" alt="Codecov">
<img src="https://img.shields.io/codecov/c/gh/webeetle/JRPC-Server" alt="Codecov">
</a>
<img src="https://img.shields.io/github/languages/top/webeetle/JRPC-Server" alt="Language">
<a href="https://github.com/webeetle/JRPC-Server/commits" alt="Last Commit">
<img src="https://img.shields.io/github/last-commit/webeetle/JRPC-Server" alt="Last Commit">
</a>
<a href="https://www.npmjs.com/package/@habeetat/jrpc-server" alt="NPM Version">
<img src="https://img.shields.io/npm/v/@habeetat/jrpc-server/latest" alt="NPM Version">
</a>
<a href="https://github.com/webeetle/JRPC-Server/blob/master/LICENSE.md" alt="License">
<img src="https://img.shields.io/github/license/webeetle/JRPC-Server" alt="License">
</a>
</p>
JRPC-Server is an implementation of [JSON-RPC 2.0](https://www.jsonrpc.org/specification) in Typescript
Class Documentation: [https://webeetle.github.io/JRPC-Server/](https://webeetle.github.io/JRPC-Server/)
## Install
```bash
npm i @habeetat/jrpc-server
```
| JRPC-Server is an implementation of JSON-RPC 2.0 in Typescript | json,json-api,json-rpc,json-schema,json-server,javascript,typescript | 2023-04-04T14:28:25Z | 2023-07-06T07:54:33Z | 2023-07-06T07:15:12Z | 2 | 1 | 45 | 0 | 0 | 5 | null | MIT | TypeScript |
prius2055/My-Awesome-Book | main | <a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>Awsome Books with ES6</b></h3>
</div>
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 [Awsome Books] <a name="about-project"></a>
This is pair-programming based website related to the Awsome Book. You can add the list of your favourite books with their author name. And also you can remove any book by clicking on the remove button and it will give you the functionality of adding and removing the book from your personal Book list anytime when you desire to do that.
## 🛠 Built With <a name="built-with"></a>
-HTML5
-JS
-DOM Manipulation
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Version Control</summary>
<ul>
<li><a href="https://github.com/">Git Hub</a></li>
</ul>
</details>
<details>
<summary>Visual Studio Code</summary>
<ul>
<li><a href="https://code.visualstudio.com">Visual Studio Code</a></li>
</ul>
</details>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/html5/">HTML5</a></li>
<li><a href="https://www.css3.com/">CSS</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **[Usage of Dynamic desigin]**
- **[Usage of createElement property]**
- **[Use-of-HTML5 tools]**
- **[Follow HTML, JS and CSS best practice]**
- **[Dynamically designed]**
- **[DOM Manipulation]**
- **[Buttons with specific functionality]**
- **[Usage of Js classes]**
- **[Usage of Js modules]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
- The Live Demo link will be available soon!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-Visual Studio Code
-Github Account
-Git Bash
-Node JS
### Setup
Clone this repository to your desired folder:
Use git clone command or downloaded ZIP folder
Example command:
```sh
cd my-folder
git clone: (https://github.com/prius2055/Awesome-books.git)
```
### Install
Install this project with: npm Example commands:
```sh
cd my-project
npm init -y
```
```sh
npm install --save-dev hint@7.x
```
```sh
npx hint .
```
```sh
npm install --save luxon
```
```sh
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Usage
To run the project, execute the following command: npm test
Example command:
```sh
GitHub Pages Server
```
### Run tests
To run tests, run the following command: npm test
Example command:
```sh
npx stylelint "**/*.{css,scss}" --fix
```
```sh
npx eslint "**/*.js" --fix
```
### Deployment
You can deploy this project using:
GitHub Pages
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="authors"></a>
👤 **Prince**
- GitHub: [@prius2055](https://github.com/prius2055)
- Twitter: [@prius2055](https://www.twitter.com/prius2055)
- LinkedIn: [@prius2055](https://www.linkedin.com/prius2055)
👤 **Umair Hamza**
- GitHub: [@emhamza](https://github.com/emhamza)
- Twitter: [@uhamzaz](https://twitter.com/uhamzaz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/umair-hamza-a8262b261/)
👤 **Nana Vanina**
- GitHub: [@vanina123](https://github.com/vanina123)
- Twitter: [@DufeVanina](https://twitter.com/DufeVanina)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/larissa-vanina-dufe-407a2b25a/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[More section inclusiveness]**
- [ ] **[Desktop Responsivness]**
- [ ] **[More stylings]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/emhamza/My-portfolio-site](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project then please follow me on Linkedin, Twitter and GitHub. Greetings!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microvers for this project!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 📝 License <a name="license"></a>
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p
| A book app that allow users add their favorite book to the list and delete old books. It also comes with a feature that stores information in the users' local storage. Built with JavaScript. | es6,javascript,webpack | 2023-03-28T09:42:03Z | 2023-03-28T12:46:45Z | null | 1 | 1 | 10 | 0 | 0 | 5 | null | null | JavaScript |
Toni-Zoaretz/AS-Project-Jam-Sessions-Frontend | master | null | React CRUD Jam Sessions app frontend | javascript,mongodb,react,reactrouter,axios,nodejs | 2023-04-03T16:03:00Z | 2023-06-27T10:12:38Z | null | 1 | 0 | 32 | 0 | 0 | 5 | null | null | JavaScript |
AmanUpadhyay8/Portfolio-Templates | master | # Portfolio-Templates
<a name="readme-top"></a>
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/AmanUpadhyay8/Portfolio-Templates">
<!-- <img src="images/logo.png" alt="Logo" width="80" height="80"> -->
</a>
<h3 align="center">Portfolio Templates</h3>
<p align="center">
A repository for Portfolio templates for developers to easily buil their own Portfolios or Personal Websites to show their work and build a digital presence.
<br />
<a href="https://github.com/AmanUpadhyay8/Portfolio-Templates">View Demo</a>
·
<a href="https://github.com/AmanUpadhyay8/Portfolio-Templates/issues">Report Bug</a>
·
<a href="https://github.com/AmanUpadhyay8/Portfolio-Templates/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="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgments">Acknowledgments</a></li>
</ol>
</details>
<!-- ABOUT THE PROJECT -->
## About The Project
<!-- [![Product Name Screen Shot][product-screenshot]](https://example.com) -->
### Built With
* [![html][html]][html-url]
* [![css][css]][css-url]
* [![javascript][javascript]][js-url]
* [![React][React.js]][React-url]
* [![Next][Next.js]][Next-url]
* [![gatsby][gatsby]][gatsby-url]
* [![tailwind][tailwind]][tailwind-url]
* [![Bootstrap][Bootstrap.com]][Bootstrap-url]
<!-- GETTING STARTED -->
## Getting Started
The repository is divided into various sections based upon the technology and the stack used to build the templates. Here you can find templates made using simple vanilla HTML and CSS to complex JavaScript frameworks like React,Astro,Gatsby and Next Js.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/AmanUpadhyay8/Portfolio-Templates.git
```
2. Install NPM packages
```sh
npm install
```
<!-- USAGE EXAMPLES -->
## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
<!-- ROADMAP -->
## Roadmap
The websites and templates here are in the development phase and we would be very open towards any changes and features to be added. So dont forget to see the [open issues](https://github.com/AmanUpadhyay8/Portfolio-Templates/issues) for a full list of proposed features (and known issues).
<!-- CONTRIBUTING -->
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
- You can also refer the following manual for more contributing guidelines and methods [Github Manual](https://githubtraining.github.io/training-manual/#/)
<!-- LICENSE -->
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
<!-- CONTACT -->
## Contact
Aman Upadhyay - [@devjedi404](https://twitter.com/devjedi404) - devsarejedi@gmail.com
Project Link: [https://github.com/AmanUpadhyay8/Portfolio-Templates](https://github.com/AmanUpadhyay8/Portfolio-Templates)
<!-- ACKNOWLEDGMENTS -->
<!-- ## Acknowledgments
* []()
* []()
* []() -->
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/AmanUpadhyay8/Portfolio-Templates.svg?style=for-the-badge
[contributors-url]: https://github.com/AmanUpadhyay8/Portfolio-Templates/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/AmanUpadhyay8/Portfolio-Templates.svg?style=for-the-badge
[forks-url]: https://github.com/AmanUpadhyay8/Portfolio-Templates/network/members
[stars-shield]: https://img.shields.io/github/stars/AmanUpadhyay8/Portfolio-Templates.svg?style=for-the-badge
[stars-url]: https://github.com/AmanUpadhyay8/Portfolio-Templates/stargazers
[issues-shield]: https://img.shields.io/github/issues/AmanUpadhyay8/Portfolio-Templates.svg?style=for-the-badge
[issues-url]: https://github.com/AmanUpadhyay8/Portfolio-Templates/issues
[license-shield]: https://img.shields.io/github/license/AmanUpadhyay8/Portfolio-Templates.svg?style=for-the-badge
[license-url]: https://github.com/AmanUpadhyay8/Portfolio-Templates/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/aman-upadhyay8
[product-screenshot]: images/screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[javascript]: https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black
[js-url]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[tailwind]: https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white
[tailwind-url]: https://tailwindcss.com/
[gatsby]: https://img.shields.io/badge/Gatsby-663399?style=for-the-badge&logo=gatsby&logoColor=white
[gatsby-url]: https://www.gatsbyjs.com/
[html]: https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white
[html-url]: https://developer.mozilla.org/en-US/docs/Web/HTML
[css]: https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white
[css-url]: https://developer.mozilla.org/en-US/docs/Web/HTML
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com
| A repository for Portfolio templates for developers to easily buil their own Portfolios or Personal Websites to show their work and build a digital presence. | astrojs,gatsbyjs,html-css-javascript,nextjs,reactjs,tailwindcss,hackodex2023,javascript,portfolio | 2023-04-06T12:23:43Z | 2023-04-06T22:03:13Z | null | 1 | 1 | 15 | 2 | 3 | 5 | null | MIT | JavaScript |
harshi0102/todolist | main |
<a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖-About-the-Project ](#-about-the-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖-About-the-Project <a name="about-project"></a>





-***Live Demo Link***- https://harshi0102.github.io/todolist/
**To-do-list** is a project done for the activity "To Do list: list structure" of the Microverse Program. The goal is to to learn use webpack and javascript ES6.
In this project,To do list app is built with HTML, css , Javascript, ES6 and webpack. The list is styled according to the specifications listed in the below information. This simple web page is built using webpack and served by a webpack dev server.
All the below requirements have been implemented in this project
Phase 1- todoList-Structure Branch (step 1):
I have set up a new project with webpack and created an index.html which is set as template using the HTML webpack plugin. I have created an index.js file and set an array of some simple to do tasks (array of objects) where each task object contains three keys : description [string],completed [bool] and index: [number]. I wrote a functio to iterate over the tasks and populated an HTML list item element for each task so that on page load list of tasks in the dedicated placeholder are rendered dynamically.I created a style.css and set rules fo the Todo List.
Phase 2-addRemove Branch (step2)
I removed all hardcoded items from the tasks array and created a new JavaScript file for the new functionality.I implemented a function for adding a new task (added a new element to the array).I implemented a function for editing task descriptions.I implemented a function for deleting a task(removed an element from the array).I deleted a task which update all remaining items' indexes, so they represent the current list order and are unique. All changes to the To Do List are saved in local storage.
Phase3-Interactive Branch (step3)
I added a new Javascript files and import it as module which contain methods related to the status updates (`completed`: `true` / `false`).I added event listener to the checkbox (`change`).I updated items object's value for `completed` key upon user actions.I stored the updated array of items in local storage, so the user gets the correct list values after the page reloads.
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- JavaScript
### Tech Stack <a name="tech-stack"></a>
- Git and Github
- VS-code
- JavaScript
- HTM
- CSS
- Webpack
### Key Features <a name="key-features"></a>
- **Use Webpack**
- **Use ES6**
- **Use Add/Update/Remove Tasks**
- **Drag and Drop task feature**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://developer.mozilla.org/es/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/es/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/es/docs/Web/CSS">JavaScript</a></li>
</ul>
</details>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [LIVE-DEMO](<a href="#">(https://harshi0102.github.io/todolist/)
<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 computer.
- Internet access.
- A modern web browser.
### Setup
- For detail description of how to get started with webpack, please, look at: [webpack](https://webpack.js.org/guides/getting-started/)
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Usage
- Clone the repository using "`https://github.com/harshi0102/todolist.git`"
- Change directory into the project folder `cd todolist`
- Run `npm install`
- Run `npm start`
- A new browser will open automatically with application loaded
### Run tests
- Passed Lighthouse, webhint, Stylelint and ESLint tests
### Deployment
- All the files necessary for deployment are in the `/dist` folder
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
👤 **Harshika Govind**
- GitHub:(https://github.com/harshi0102)
- Twitter: (https://twitter.com/harshika0102m2)
- LinkedIn:(https://www.linkedin.com/in/harshikagovind/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [x] **Drag and Drop task**
- [x] **Personnalize the style**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
- [ ] **Homepage**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/harshi0102/todolist/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If the project was great as your view, don't hesitate to share and give it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse
<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/harshi0102/todolist/blob/main/LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- README.md
Displaying README.md. -->
| To-do-list is a project where users can add, edit or delete task in a todo list . The goal is to to learn use webpack and javascript ES6. It is built with html,css, javascript, ES6 and webpack. | css,html,javascript,webpack | 2023-04-03T22:41:58Z | 2023-05-18T08:33:00Z | null | 1 | 5 | 73 | 3 | 0 | 4 | null | MIT | JavaScript |
MarwanDev/todo-list-js | main | null | A to-do list web app built using HTML, CSS and JavaScript that allows user to add, edit and remove list of tasks | eslint,javascript | 2023-03-28T10:16:26Z | 2023-04-06T15:29:29Z | null | 2 | 10 | 45 | 6 | 3 | 4 | null | MIT | JavaScript |
Elhambasir/To-Do-list | main | # To-Do-List
<a name="readme-top"></a>
<div align="center">
<img src="./src/images/basirElham.jpg" alt="logo" width="140" height="auto" />
<h3><b>To do List Project</b></h3>
</div>
<h1>Capstone Project Module-1</h1>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Walk through](#walk-through)
- [🛠 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)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 To Do List <a name="about-project"></a>
"To Do List" is a simple website that create a do List to check everyday task and remove what have been completed
<!-- > Describe your project in 1 or 2 sentences. -->
### How to build the "To Do List"
- 1: Manage Daily task (plain JS with objects).
- 2: Shows list of tasks to be done (plain JS with classes) and add basic CSS.
- 3: Create a complete List of tasks to be done and update it.
**New Features add**
- CRUD (create, read, update, delete) methods. All the elements of the user interface will be fully functional and your application will be completed.
- Functionality to application to make it interactive.
Will start by building the core functionalities and ignoring how the website looks. At the very beginning the website will look similar to the UI below. Note that it is plain HTML with no styling, but it will allow to add and remove books from the list!
<p align="center">
<img src="./src/images/first-apperance.png" alt="Basic UI" width="300px" />
</p>
Once have the code working, will play with refactoring it. In this step will also need to adhere to the layout presented in the wireframe, but i will choose the application's styling. So i initial ugly HTML will turn into better with higher
functionality as described in the following video:
<p align="center">
<a href="https://www.youtube.com/watch?v=AcUd-_Yjjqg" width="400px">Watch the Video</a>
</p>
**To Do List** is an Html,CSS&JavaScript-based project with the implementation of Webpack implementation including development server.
# Responsive website for communities events and particpants details <a name="about-project"></a>
This project is about creating a responsive website to showcase community event, activities and agenda. This is a implementation of SINGLE PAGE APPLICATION widely known as SPA.
<!-- > Describe your project in 1 or 2 sentences. -->
To Do List: mobile-first approach & responsive on desktop version and bigger size is the first capstone project in the process of experiences mimic real-world projects where we must apply what we learned throughout the entire Module, and are built with business specifications that will look really nice in our portfolio. This is a Single Page Application project where in a single page all elements are called through JavaScript Dynamic programming. Along with webpack implementation.
## 🛠 Walk through <a name="walk-through"></a>
<ul>
<li><a href="https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/m1_list_structure.md">See the Project Requirement</a></li>
<li>If required you should personalize the content of your page. Choose a topic that is different than the one in the original design</li>
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<!-- > Describe the tech stack and include only the relevant sections that apply to your project. -->
<details>
<summary>Client Side / Front-End</summary>
<ul>
<li><a href="https://www.w3.org/html/">HTML</a></li>
<li><a href="https://www.w3.org/Style/CSS/">CSS</a></li>
<li><a href="https://www.javascript.com/">Javascript</a></li>
<li><a href="https://webpack.js.org/guides/getting-started/">Webpack</a></li>
</ul>
</details>
<details>
<summary>Server Side / Back-End</summary>
<ul>
<li><a href="https://www.json.org/json-en.html">JSON</a></li>
<!-- <li><a href=""> - </a></li>
<li><a href=""> - </a></li> -->
</ul>
</details>
<!-- Features -->
### Tools i have used for this project <a name="tools"></a>
<details>
<summary>Code Convention, Code Analysis</summary>
<ul>
<li><a href="https://eslint.org/">ESLint</a></li>
<li><a href="https://webhint.io/">Webhint</a></li>
<li><a href="https://stylelint.io/">Stylelint</a></li>
<li><a href="https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?hl=en">Lighthouse</a></li>
<li><a href="https://www.npmjs.com/package/npm-check">node_modules checker</a></li>
</ul>
</details>
<details>
<summary>Version Control, CI/CD, Hosting Service</summary>
<ul>
<li><a href="https://pages.github.com/">Github Pages</a></li>
<li><a href="https://github.com/features/actions">Github Actions</a></li>
<li><a href="https://git-scm.com/">Git</a></li>
</ul>
</details>
<details>
<summary>IDE, Desktop Apps, Other Tools</summary>
<ul>
<li><a href="https://code.visualstudio.com/">Visual Studio Code</a></li>
<li><a href="https://desktop.github.com/">Github Desktop</a></li>
<li><a href="https://www.behance.net/">Behance</a></li>
<!-- <li><a href="https://www.figma.com/">Figma</a></li> -->
</ul>
</details>
### Key Features <a name="key-features"></a>
<!-- > Describe between 1-3 key features of the application. -->
- Mobile First Approach
- Responsive Website
- Button Interactions (i.e. hover, etc.)
- Attractive Images & Design
- Modal/dialog
- Dynamic page (data is retrieved from JSON file)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo"></a>
[Live Demo Link](https://elhambasir.github.io/To-Do-list/)
## 💻 Getting Started <a name="getting-started"></a>
### Hi, there, I'm Basir - aka [Full Stack Developer] [Check my portfolio](https://elhambasir.github.io/MyPortfolio/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- git version 2.38.x
- node.js version > 12.x
- IDE
- browser (chrome, firefox, edge, safari)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git git@github.com:Elhambasir/To-Do-List.git
```
### Install
Install this project with:
```sh
cd my-project
node install
```
### Usage
To run the project, execute the following command:
run live server
<!--
```sh
rails server
```
-->
### Run tests
To run tests, run the following command:
Run Github Actions Test
```sh
npx stylelint "**/*.{css,scss}"
```
### Deployment
This project is deployed at github pages you can clone it here. [Please click to clone](https://github.com/Elhambasir/To-Do-list)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 👥 Authors <a name="Basir Elham"></a>
- Main Author: **Basir Elham**
👤 **Basir Elham**
- GitHub: [@githubhandle](https://github.com/Elhambasir)
- Linkedin: [@linkedinhandle](https://www.linkedin.com/in/basir-ahmadi-8aba89263)
- Email: elham1378basir@gmail.com
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🔭 Future Features <a name="future-features"></a>
- [ ] **Dynamic content.**
- [ ] **Add functionality of Javascript**
- [ ] **Will add some background **
- [ ] **Dynamic control of adding and deleting task through check box **
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Elhambasir/To-Do-list/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ⭐️ Show your support <a name="support"></a>
If you like this project give a star to this repositiory.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank the Microverse full-stack curriculum for the inspiration and guidance. Original design idea by Emilia Andrzejewska.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## ❓ FAQ <a name="faq"></a>
- **Is it allowed to copy the contents of this project and use it for personal use?**
- Yes, this project is free for copying and reusing in any way you like.
- How often will the future features will be implemented?
- As this is personal porfolio, the owner will update this projects pages more frequently with every enhancements in personal status.
## 📝 License <a name="license"></a>
This project is under [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to edit, delete and mark them as complete. | css,html,javascript | 2023-03-28T13:34:13Z | 2023-05-26T15:40:45Z | null | 1 | 5 | 16 | 2 | 0 | 4 | null | MIT | JavaScript |
anbehindY/Books-Collection | main | <a name="readme-top"></a>
<div align="center">
<br/>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Awesome Books <a name="about-project"></a>
This is the Book Collection application created using _HTML, CSS, JAVASCRIPT & luxon library_.
## 🛠 Built With <a name="built-with"></a>
- HTML
- CSS
- JAVASCRIPT
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://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/css/">Javascript</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- _Html structure with Button, Inputs, etc_
- _Styling css with colors, borders, paddings, margins & sizes, etc_
- _ES6 modules_
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## 🚀 Live Demo <a name="live-demo">
- [live version](https://anbehindy.github.io/Books-Collection/#)
<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:
- Google Chrome (or any browser)
- Git
- Visual studio code (or other code editors)
### Setup
Clone this repository to your desired folder:
> Opend CMD, Terminal or GitBash in your pc and type this (replace 'my-folder' with the name of your desired folder)
```sh
cd my-folder
```
```sh
git clone git@github.com:anbehindY/Awesome-books.git
```
### Usage
To run the project, execute the following command:
```sh
code .
```
> click live server button and go live
### Install
> You can simply clone this project you don't need to install anything in your pc because it is a webpage.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## <a name="authors">👥 Authors</a>
👤 **Yan Min Thwin**
- GitHub: [@anbehindY](https://github.com/anbehindY)
- Twitter: [@yanminthwin](https://twitter.com/yanminthwin)
- LinkedIn: [Yan Min Thwin](https://www.linkedin.com/in/yan-min-thwin-192862215)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **CSS transitions**
- [ ] **Further asthetics CSS**
- [ ] **JavaScript functionalties**
<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!
- https://github.com/anbehindY/Books-Collection/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 a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
I would like to thank Microverse, my learning partners and every single Youtube channel.
<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 proposed to store books' name and authors' name in local storage and then display it in the collection | css,html,javascript | 2023-03-27T09:45:27Z | 2023-04-05T14:05:25Z | null | 1 | 2 | 14 | 0 | 0 | 4 | null | MIT | JavaScript |
bluelapras/feather-router | main | <!-- Feather Router LOGO -->
<p align="center">
<img width="300" draggable="false" src="https://raw.githubusercontent.com/bluelapras/feather-router/main/static/dark-mode/feather-router-logo.png#gh-dark-mode-only" />
</p>
<p align="center">
<img width="300" draggable="false" src="https://raw.githubusercontent.com/bluelapras/feather-router/main/static/light-mode/feather-router-logo.png#gh-light-mode-only" />
</p>
<!-- Feather Router Badges -->
<p align="center">
<a href="https://www.npmjs.com/package/feather-router">
<img alt="npm" src="https://img.shields.io/npm/dw/feather-router?style=for-the-badge">
</a>
<a href="https://www.npmjs.com/package/feather-router">
<img alt="npm" src="https://img.shields.io/npm/v/feather-router?style=for-the-badge">
</a>
<a href="https://www.npmjs.com/package/feather-router">
<img alt="NPM" src="https://img.shields.io/npm/l/feather-router?style=for-the-badge">
</a>
<a href="https://www.npmjs.com/package/feather-router">
<img alt="NPM" src="https://img.shields.io/bundlephobia/minzip/feather-router?style=for-the-badge">
</a>
</p>
<!-- Feather Router Hero Example -->
<div align="center">
<img src="https://raw.githubusercontent.com/bluelapras/feather-router/main/static/feather-hero-example.png" />
</div>
<!-- Feather Router Description -->
Feather Router is a lightweight and lightning fast routing library for React applications. Easily manage your app's navigation and handle URL changes with a simple and intuitive API.
Feather Router is designed with simplicity and ease of use in mind, making it an ideal choice for React developers who value an elegant and efficient routing solution. Despite its lightweight design, Feather Router is also highly customizable, giving you the flexibility to create the routing experience that best suits your app's needs.
## Table of Contents
- [Getting Started](#getting-started)
- [API Reference](#feather-router-api)
- [Components](#components)
- [`<Router />`](#router)
- [`<Route />`](#route-path-component)
- [Hooks](#hooks)
- [`useRouteParams`]
- [`useBrowserPath`]
## Getting Started
Add the package using NPM, Yarn, or the package manager of your choice!
```bash
npm install feather-router
```
```
yarn add feather-router
```
## Feather Router API
Feather Router provides a set of components and hooks that enable you to manage navigation and routing logic in your React application.
### Components
**Summary**
- `<Router />` is a top level component which wraps `<Route />` components. It handles the logic of rendering the correct child `<Route />` for the current browser path.
- `<Route />` components define what content is displayed when a particular URL is accessed.
**API**
### `<Router />`
A top-level routing component that manages client side navigation by rendering child `<Route />` components based on the current browser path.
> **Tip**: Browser path refers to the unique, last part of a URL.
>
> - The URL `www.example.com` has a browser path of "/"
> - The URL `www.example.com/about` has a browser path of "/about".
All child `<Route />` components must be nested within a parent `<Router />` component.
```jsx
import { Router, Route } from "feather-router";
function App() {
return (
<Router>
<Route path="/" component={HomePage} />
<Route path="/about" component={AboutPage} />
</Router>
);
}
```
In this example:
- If the user navigates to `www.example.com`, the `HomePage` component is rendered.
- If the user navigates to `www.example.com/about`, the `AboutPage` component is rendered.
> **Read more** → How does `<Router />` match a `<Route />`?
### `<Route path="" component={} />`
The Route component defines the React component that should be rendered for a given browser path.
> **Tip**: A `<Route />` component must be nested within a parent `<Router />` component!
- `path` is a **required property**. It is a string which represents the browser path of the `<Route />`. It must start with a forward slash `/`.
- `component` is **an optional property**. It is the React component that will be rendered if the browser path matches the path specified by the `<Route />`
`<Route />` components can use wildcard **dynamic segments** in their path to match anything. The syntax for creating a dynamic segment is a colon `:property_name`.
> **Example**: `<Route path="/user/:id" component={UserPage} />`
In the above example, browser URLs such as:
- `www.example.com/user/foo`
- `www.example.com/user/bar`
- `www.example.com/user/bazz`
Will all match the path specified by the example `<Route />`. The value of the dynamic segment (foo, bar, bazz) is extracted from the URL, and will be passed as a property to the `UserPage` component. The name of the property in this example is `id`.
When you create a dynamic segment, Feather Router uses the text after the `:` (colon) as the property name. A path can have multiple dynamic segments.
`<Route path="/:foo/:bar/:baz" component={MyComponent} />` will pass properties named `foo`, `bar`, and `baz` to `MyComponent`.
`<Route />` components can also be nested within other `<Route />` components.
```jsx
import { Router, Route } from "feather-router";
function App() {
return <>
<Router>
<Route path="/" component={HomePage}> /> // A
<Route path="/blog"> // B
<Route path="/:blog_id" component={BlogPage} /> // C
<Route path="/new" component={NewBlogPage} /> // D
</Route>
</Router>
</>
}
```
In this example:
- `www.example.com` matches route A.
- `www.example.com/blog` matches route B. Since no component was provided, nothing is rendered.
- `www.example.com/blog/new` matches route D.
- `www.example.com/blog/57` matches route C, and provides a property named `blog_id` with value "57" to component `BlogPage`.
```jsx
function BlogPage({ blog_id }) {
return <>
<h1>Welcome to Blog #{blog_id}</h1>
<>
}
```
Did you notice that `www.example.com/blog/new` matched route D, even though it met the criteria for route C as well? In the event of multiple routes matching a browser path, Feather Router will favour **static routes** over **dynamic routes**.
> A static route is a route that does not contain any dynamic segments. A dynamic route is a route that contains dynamic segments.
### Hooks
- `useRouteParams` provides a direct way to access the dynamic parameters that are matched by the current URL.
- `useBrowserPath` provides a straightforward means of modifying and retrieving the current URL path.
## Contributing
We love contributions to Feather Router, and welcome developers of all levels to get involved! Here's how you can contribute:
1. Browse our list of open issues or feature requests to find something you're interested in working on. If you don't see anything
that interests you, feel free to submit a new issue or feature request!
2. Fork the Feather Router repository and create a new branch for your changes. Make sure to document and test your change!
3. Submit a pull request and describe the changes you made!
Remember, no contribution is too big or too small! You can help in many ways, such as fixing bugs, adding new features, improving documentation, writing tests, or giving feedback.
Please be respectful and follow the Github code of conduct when interacting with other contributors. We aim to create a friendly and inclusive community for everyone.
Thank you for considering contributing to Feather Router!
| Lightweight and lightning fast routing for React applications | hooks,javascript,react,route,router,routing,typescript,feather-router,usebrowserpath,userouteparams | 2023-03-31T22:15:52Z | 2023-04-07T01:40:26Z | null | 1 | 0 | 18 | 0 | 0 | 4 | null | MIT | TypeScript |
sandra-selezen/filmoteka | main | # Filmoteka
Filmoteka is a web application for searching and managing movies.
On the **Home** page, popular movies are displayed, while the **My Library** page showcases the user's movie library.
## Features
1. **Movie Search:** There is a search field in the header of the main page where users can enter search queries.
The search functionality allows users to find movies by title, year, and genre.
2. **Modal Window Features:** Clicking on a movie poster opens a modal window with the following functionality:
- Add the movie to a watchlist.
- Add the movie to a watched list.
- View the movie trailer on YouTube by clicking the "YouTube" button on the movie poster.
- Display additional movie information.
3. **My Library:** Movies added to the watchlist or watched list are accessible on the **My Library** page.
4. **Responsive Design:** The application is designed to be responsive, ensuring it works well on mobile, tablet, and desktop devices.
5. **Pagination:** Pagination is implemented to display 24 movies per page for a user-friendly experience.
6. **User Registration and Authentication:** Users can register and log in to the application.
## Technologies Used
- HTML
- CSS / SASS
- JavaScript
- REST API (The Movie Database (TMDB) API)
- Authentication (Firebase)



| Responsive website with popular movies displayed on the main page. | axios,javascript,rest-api | 2023-03-29T11:29:07Z | 2023-09-14T15:37:37Z | null | 14 | 54 | 382 | 0 | 1 | 4 | null | null | JavaScript |
zunairkhan811/Testing-with-jest | 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)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 [Testing-with-jest] <a name="about-project"></a>
**[Testing-with-jest]** is a repository used to play with jest and make tests for different modules functions.
## 🛠 Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
This project has been made using javascript and jest framework for testing according to project requirements.
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/">html.com</a></li>
<li><a href="https://www.w3.org/TR/html401/present/styles.html">w3.org</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Different_function_are_made_using_javascript]**
- **[Jest_framework_is_used]**
- **[Tests_have_been_made_for_different_functions]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
A new developer could make use of this project by cloning the repository and could make adjustments
in the code accordingly.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
1- Install Visual Studio Code<br>
2- Install Live server Extension in Visual studio code
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/zunairkhan811/Testing-with-jest.git
```
### Install
Install this project with:
--> Visual Studio Code
### Usage
To run the project, execute the following command:
--> Click on live Link or Click on live server in Vs Studio.
### Run tests
To run tests, run the following command:
<!--
In order to run for linter errors, you will have to create a pull request by adding linters.yml file
--->
<!-- AUTHOR -->
## 👥 Author <a name="author"></a>
👤 **Author**
- GitHub: [@zunairkhan811](https://github.com/zunairkhan811)
- Twitter: [@zunairkhan811](https://twitter.com/zunairkhan811)
- LinkedIn: [zunairkhan811](https://linkedin.com/in/zunairkhan811)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[will_try_to_update_javascript_file]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project kindly follow us and give rating by clicking on star button to this repository.
Thanks!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to give credit to Microverse for inspiring me enough to make this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| [Testing-with-jest] is a repository used to play with jest and make tests for different modules functions. | javascript,jest,jest-tests | 2023-04-05T14:54:54Z | 2023-04-05T19:35:37Z | null | 1 | 0 | 4 | 0 | 0 | 4 | null | MIT | JavaScript |
Lakshya-GG/Discord-Bots | main | <h1 align="center">Discord Bots🤖 </h1>
<h3>This repository contains discord bots which can be added to your server</h3>
<ul>
<li>
<h2>
<a href="https://github.com/Lakshya-GG/Discord-Bots/tree/main/Vexera" target="_blank">
VEXERA - A music playing bot </a>
</h2>
</li>
**Vexera** is a simple to use Discord Music Bot that focuses on High-Quality music and ease of access.
**Vexera** also provides lag-free music streaming. So, you wouldn’t have to worry about bad music quality or lags while you play games or chill with your friends.
**Vexera** has a large variety of _slash_ commands which means that you can do lots of things with **Vexera** music boot.
You can play music with a link from YouTube,a major platform for music streaming , you can search for a song by just typing out the name after the play command (/play [song name/link]). You can also create song queues, loop songs, shuffle your queue, display lyrics, and every other music adjustment command.
## Resources
Here are some additional resources for Discord bots :
<ul>
<li><a href ="https://stackoverflow.com/questions/46085025/discord-bot-help-needed">
Stack Overflow - A community-driven Q&A site for programming questions
</a></li>
<li><a href="https://www.ionos.com/digitalguide/server/know-how/creating-discord-bot/"> Digital Guide IONOS <a></li>
</ul>
## Contributing
If you have any suggestions or would like to contribute to this project, please feel free to open an issue or submit a pull request.
| This repository contains discord bots which can be added to your server. | bot,discord,discord-api,discord-bot,discordjs,javascript,nodejs | 2023-04-08T14:34:50Z | 2023-04-09T23:53:33Z | null | 1 | 1 | 22 | 0 | 0 | 4 | null | AGPL-3.0 | JavaScript |
Pythondeveloper6/2050-Bootstrap-Landing-Page- | main | # 2050-Bootstrap-Landing-Page-
landing page using html , css , bootstrap5
| landing page using html , css , bootstrap5 | animation,animation-css,bootstrap5,css,html,javascript | 2023-03-27T20:39:39Z | 2023-05-15T19:50:31Z | null | 1 | 0 | 13 | 0 | 0 | 4 | null | null | HTML |
amaranand360/Ecom-amazon-react-app-project | master | # 💻 You can see a live demo of the project at :https://ecom-amazon-react-app.vercel.app/
# 🛍️ Amazon Clone
<h4> This is a clone of the Amazon website built using React JS. It includes features such as adding items to a basket, removing items from a basket, a payment page, a login page using Google Firebase, a checkout page, image sliders, and product carousels. </h4>
# 🚀 Getting Started
To get started with the project, clone this repository to your local machine and run npm install to install the required dependencies. You can then start the development server by running npm start.
# Installation and Usage
<h3> To use this project, follow these steps:</h3>
- Clone the repository: git clone https://github.com/amaranand360/amazon-clone-react-app-project.git
- Install the dependencies: npm install
- Start the development server: npm start
# 🔨 Built With
- React JS - A JavaScript library for building user interfaces
- Firebase for user authentication
- Firebase - A mobile and web application development platform
- React-Bootstrap - I Use React-Bootstrap for image carousels
# 🎉 Features
- Home page Image sliders
- Product carousels
- Add items to a basket
- Checkout page
- Remove items from a basket
- Payment page
- Login page using Google Firebase
# 📷 Screenshots
<h3>Screenshot of the home page</h3>

<h3>Screenshot of the checkout page</h3>

<h3>Screenshot of the footer part</h3>

# 📷 Responsive Screenshots

# 💻 Demo
You can see a live demo of the project at: https://ecom-amazon-react-app.vercel.app/
## featuers
- Developed the frontend of the project using JavaScript and React, with CSS for styling.
- Utilized Redux and useContext for state management, ensuring efficient data handling and seamless updates throughout the application.
- Implemented user authentication features including login and sign-up functionalities utilizing Firebase authentication service.
- Implemented filtering functionality for products based on price and category.
- Integrated features for adding and removing products from the shopping cart, Included payment integration for seamless checkout process
#Credits
- This project was created by AMAR KUMAR.
# 🤝 Contributing
Contributions are always welcome! If you have any suggestions or find any bugs, please open an issue or submit a pull request.
# 📧 Contact
If you have any questions or comments, please feel free to contact me at: amar.anand0030@gmail.com 👈
| This is E-com website built using React JS. It includes features such as adding items to a basket, removing items from a basket, a payment page, a login page using Firebase | bootstrap4,css,javascript,reactjs,firebase-auth,react-icons,react-router | 2023-04-08T14:08:40Z | 2024-04-25T05:42:44Z | null | 1 | 1 | 23 | 0 | 4 | 4 | null | null | JavaScript |
SammyLeths/fe-capstone | master | # Little Lemon Table Reservation
<p>Little Lemon is a family owned Mediterranean restaurant, focused on traditional recipes served with a modern twist.</p>
<p>The restaurant website has a dinning reservation / booking feature that allows customers to book a table ahead of visiting</p>
<p>Developed using:</p>
<ul>
<li>JavaScript</li>
<li>React</li>
<li>Formik</li>
<li>Yup</li>
<li>Framer Motion</li>
<li>Sass</li>
</ul>
## Links
<ul>
<li>Demo: <a href="https://littlelemon-fe.netlify.app/" target="_blank">https://littlelemon-fe.netlify.app/</a></li>
</ul>
## Wireframe

## High Fidelity

## Components

## Style Guide

<hr />
# 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 restaurant website has a dinning reservation / booking feature that allows customers to book a table ahead of visiting. | formik,framer-motion,javascript,react,sass,yup | 2023-04-08T12:52:33Z | 2024-05-20T15:43:20Z | null | 1 | 0 | 20 | 0 | 0 | 4 | null | MIT | JavaScript |
Mr00Magician/Number-Recogniser | main | <h1 align = "center"> NUMBER RECOGNISER
<h3 align = "center"> Made with ❤️ by Mr00Magician
</h3>
</h1>
<br>
<br>
<h2 id ="STACK"> TECH STACK </h2>
|| | | | | | | | |
| :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: |
| Tensorflow | ReactJS | Google Cloud | Flask | OpenCV | Python | HTML | CSS | Javascript |
<h2 id ="ABOUT"> ABOUT THE APP </h2>
A web application deployed on GCP that makes use of Deep Learning to try and recognise hand-drawn (or rather, mouse-drawn) numbers comprising multiple digits. Try it here: https://number-recogniser-392811.as.r.appspot.com/
This web app is still under development and the ML model behind it can be enhanced much more to make it more accurate.
<h2 id ="HOW IT WORKS"> HOW IT WORKS </h2>
Upon opening, you will be presented with a blank white canvas on which you can draw a number using a mouse, or by touch (for mobile phones only). After drawing, click the predict button. The app will then try to predict which number has been drawn using a convolutional neural network.
<h2 id ="SCREENSHOTS"> SCREENSHOTS </h2>
||
| :--: |
|Website|
||
| :--: |
|Drawing a Number and Predicting|
| A web application deployed on GCP that makes use of Deep Learning to try and recognise hand-drawn (or rather, mouse-drawn) numbers comprising multiple digits | convolutional-neural-networks,css,deep-learning,flask,google-cloud-platform,html,javascript,machine-learning,opencv,python | 2023-04-01T11:43:37Z | 2023-07-23T13:25:05Z | null | 1 | 37 | 112 | 0 | 0 | 4 | null | null | JavaScript |
mucahittasan/E-Commerce-MERN | main | <h1 align="center"> E Commerce | Stealim </h1>
<div align="center">
<a href="https://e-commerce-app-alpha-brown.vercel.app/" target="_blank">↪️ Demo</a>
<br />
<br />
</div>
<div align="center">
<img width="900" src = 'https://user-images.githubusercontent.com/88967412/230664359-dfa1a324-333e-46ba-b28e-54b724b108af.gif' />
</div>
<h2> ✨ About The Project</h2>
- MERN stack
- Full Responsive
- In this project, I wanted to use the react and redux toolkit, which I always use, together with typescript, and I wanted to make an e-commerce application using them. In this project, I tried to do operations such as listing products, seeing product details, adding/removing to cart, adding/removing to favorites, searching for products, ordering the products in the basket. My project is fully responsive, I hope you like it :)
<h2> 📌 Build With</h2>
- [ReactJs](https://tr.reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Tailwindcss](https://tailwindcss.com/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [React Router](https://reactrouter.com/)
- [React Icons](https://react-icons.github.io/react-icons/)
- [Formik](https://formik.org/)
- [NodeJs](https://nodejs.org/en)
- [MongoDB](https://www.mongodb.com/)
<h2> 🔍 Setup</h2>
- Clone the project with **"git clone"**
- After cloning the project, by following these steps, you will fulfill the project requirements.
- install with npm:
```npm
npm i
```
- After downloading the requirements, first get into client folder and run below codes:
- Run with npm:
```npm
npm start
```
- After that, get into api folder and run below codes:
- Run with npm:
```npm
npm start
```
<h2> 📧 Contact </h2>
Mucahit Tasan - [Linkedin](https://www.linkedin.com/in/mucahittasan) - [E-mail](mailto:mucahittasan0@gmail.com)
| null | javascript,mern-stack,react,redux-toolkit,responsive,tailwindcss,typescript | 2023-04-07T14:47:30Z | 2023-06-06T14:12:07Z | null | 1 | 1 | 87 | 0 | 1 | 4 | null | null | TypeScript |
emanoelcampos/programa-one-oracle | main | # Programa ONE - Oracle Next Education
Este repositório é um espaço central onde documento minha jornada de aprendizado, reunindo links para todos os meus repositórios de cursos individuais. Cada curso tem seu próprio repositório dedicado, onde você pode encontrar todos os materiais, exercícios e desafios.
<div align="center" ><img src="https://github.com/emanoelcampos/programa-one-oracle/assets/68448029/ab736b12-62a0-4f05-90e0-380d5e756c41" width="400"></div>
## Formação Iniciante em Programação
<img align="right" src="https://github.com/emanoelcampos/programa-one-oracle/assets/68448029/097f1c32-2165-41ff-b1ab-a702a16e218d" width="150">
Introdução abrangente aos conceitos básicos da programação, explorando linguagens como JavaScript, HTML e CSS. Fundamentos iniciais até a criação de layouts responsivos, adquirindo habilidades para desenvolver aplicações web interativas e dinâmicas.
### Cursos de HTML e JavaScript
- [JavaScript e HTML: desenvolva um jogo e pratique lógica de programação](https://github.com/emanoelcampos/javascript-html-logica-programacao-1)
- [JavaScript e HTML: pratique lógica com desenhos, animações e um jogo](https://github.com/emanoelcampos/javascript-html-logica-programacao-2)
<img align="right" src="https://github.com/emanoelcampos/programa-one-oracle/assets/68448029/d8145ea7-a129-47a9-bf74-ded945c862d4" width="130">
### Cursos de HTML e CSS
- [HTML5 e CSS3 parte 1: crie uma página da Web](https://github.com/emanoelcampos/html-css-1)
- [HTML5 e CSS3 parte 2: posicionamento, listas e navegação](https://github.com/emanoelcampos/html-css-2)
- [HTML5 e CSS3 parte 3: trabalhando com formulários e tabelas](https://github.com/emanoelcampos/html-css-3)
- [HTML5 e CSS3 parte 4: avançando no CSS](https://github.com/emanoelcampos/html-css-4)
## Formação Especialização Java
<img align="right" src="https://github.com/emanoelcampos/programa-one-oracle/assets/68448029/7bf8aed1-0c01-44a8-97e1-fd084f77682a" width="120">
Aprendizagem dos primeiros passos com a linguagem, orientação a objetos, avançando para conhecimentos sobre herança, interface e exceções. Apresentação e desenvolvimento de pacotes fundamentais, entre eles o java.lang e o java.util.
- [Java JRE e JDK: compile e execute o seu programa](https://github.com/emanoelcampos/java-jre-jdk)
- [Java OO: entendendo a Orientação a Objetos](https://github.com/emanoelcampos/java-object-oriented)
- [Java Polimorfismo: entenda herança e interfaces](https://github.com/emanoelcampos/java-polymorphism)
- [Java Exceções: aprenda a criar, lançar e controlar exceções](https://github.com/emanoelcampos/java-exceptions)
- [Java e java.lang: programe com a classe Object e String](https://github.com/emanoelcampos/java-java-lang)
- [Java e java.util: Coleções, Wrappers e Lambda expressions](https://github.com/emanoelcampos/java-java-util)
## Formação Spring Framework
Aprimorando habilidades em Java e explorando o Spring Framework. Passando por banco de dados, injeção de dependência, persistência de dados, segurança e criação de APIs RESTful. Práticas de arquitetura de software com o uso de Spring Boot, Spring MVC e Spring Data.
<img align="right" src="https://github.com/emanoelcampos/programa-one-oracle/assets/68448029/d610e7bf-cae8-4763-9031-cdaa65cffa76" width="130">
- [SQL com MySQL: manipule e consulte dados](https://github.com/emanoelcampos/sql-mysql)
- [Java e JDBC: trabalhando com um banco de dados](https://github.com/emanoelcampos/java-jdbc)
- [Persistência com JPA: Hibernate](https://github.com/emanoelcampos/jpa-hibernate)
- [Java e JPA: consultas avançadas, performance e modelos complexos](https://github.com/emanoelcampos/java-jpa)
- [Spring Boot 3: desenvolva uma API Rest em Java](https://github.com/emanoelcampos/java-springboot)
## Challenges Back-End
- [Iniciante em Programação - Decodificador de Texto](https://github.com/emanoelcampos/decodificador-texto)
- [Back End Java - Conversor](https://github.com/emanoelcampos/converter)
- [Back End Java + JDBC - Hotel Alura](https://github.com/emanoelcampos/hotel-alura)
- [Back End Spring Boot - Fórum Alura]()
| Documentação de toda minha jornada no programa ONE da Oracle em parceria com a Alura | alura,programa-one,aluno-one,one-oracle,oracle,css,html,java,javascript,logica-de-programacao | 2023-04-07T20:34:04Z | 2023-10-19T01:15:19Z | null | 1 | 0 | 30 | 0 | 0 | 4 | null | null | null |
shivakrishnak13/MegaMart | main |
# Megamart
Welcome to MegaMart
MegaMart is Cloned website of Indiamart Shopping, where we can Buy or Sell the products.IndiaMART is India’s largest online B2B marketplace, connecting buyers with suppliers.we can get lots of wholesale products here.This is an individual project Masai School in the Construct Week.i have Cloned 40% features from original website.I complted this project within 5 Days.
Deployed URL 👉 https://megamart.vercel.app/
💻 Tech Stack
React Js,
Chakra UI,
Axios
Tools




Let's Dive into What i have made
Home Page :


Footer :

Sign-Up Page :

Login Page :

OTP page :

Product Page :

Individual Product Page :

Our Learnings
On this journey i faced many issues, but i keep motivated with patience.
i learned how to write more efficient and clean code.
Even though i also learned how to plan a project and how to execute it step by step.
i also got a glimpse of using GitHub for the version control.
Show your support
Give a ⭐️ if you like this project!
Thank you
| Welcome to MegaMart MegaMart is Cloned website of Indiamart Shopping, where we can Buy or Sell the products.IndiaMART is India’s largest online B2B marketplace, connecting buyers with suppliers.we can get lots of wholesale products here.This is an individual project . | construct-week-project,context-api,css,html,javascript,masai-school,react | 2023-03-28T06:33:35Z | 2023-04-03T06:34:48Z | null | 2 | 4 | 12 | 0 | 0 | 4 | null | null | JavaScript |
ajkost/yellinator | main | # Yellinator
Yellinator is a lightweight, client-side web application that allows you to create custom "old man yells at..." images by uploading your own image or searching for one. All image processing and manipulation happens directly in your browser, eliminating the need for a backend server. This ensures a faster and more secure user experience while reducing the load on server resources.

## Live Demo
Check out the live demo of the application at [https://yellinator.netlify.app/](https://yellinator.netlify.app/).
## Repository
The source code for the Yellinator application is available at [https://github.com/ajkost/yellinator](https://github.com/ajkost/yellinator).
## Features
- Upload an image
- Search for images using a text query
- Compresses output images to below 125KB, optimizing them for fast loading and sharing
- Automatically resizes images based on their orientation (landscape or portrait) for optimal visual results
- Click-to-save: Generates output file names that are ready to be uploaded as custom emojis on Slack
## Usage
1. Clone the repository: `git clone https://github.com/ajkost/yellinator.git`
2. Change to the repository directory: `cd yellinator`
3. Open the `index.html` file in your web browser
## Acknowledgements
This README and the Yellinator application were generated by ChatGPT4, an AI language model by OpenAI.
| Yellinator is a lightweight, client-side web application that allows you to create custom "old man yells at..." images by uploading your own image or searching for one. | css,html,javascript,memes | 2023-04-08T14:00:01Z | 2024-05-20T11:46:01Z | null | 1 | 0 | 9 | 0 | 0 | 4 | null | null | HTML |
Avanishsri31/Stack-Overflow-frontend | main | # Stack-Overflow-frontend
This is the frontend part of the Stack-Overflow
## 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 | javascript,react,react-redux,react-router,react-router-dom,reactjs | 2023-03-26T17:55:38Z | 2023-10-22T06:22:34Z | null | 1 | 0 | 8 | 0 | 0 | 4 | null | null | JavaScript |
SumatM/Spartan | main |
# SPARTAN
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/src/Logo/logo-no-background.svg" width='30%'>
</p>
## Description
Spartan is a website dedicated to men's fashion, with a focus on formal wear. The website provides a platform for customers to create their own customized clothing, allowing them to tailor their clothing to fit their unique style and preferences.
Spartan offers high-quality products, made with the finest materials and crafted with precision and attention to detail. Whether you need a tailored suit for a special occasion or simply want to add a touch of sophistication to your everyday wardrobe, Spartan has everything you need to look and feel your best.
### Quick Preview
### Live Demo -
<br/>
<br/>
<h3 align='center'>Landing Page</h3>
<br/>
<p align="center">
<img style="margin-right: 10px" src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(504).png" width='70%'>
</p>
<br/>
<h3 align='center'>Footer Section</h3>
<br/>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(505).png" width='70%'>
</p>
<br/>
<h3 align='center'>Login Page</h3>
<br/>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(506).png" width='70%'>
</p>
<br/>
<h3 align='center'>SignUp Page</h3>
<br/>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(507).png" width='70%'>
</p>
<br/>
<h3 align='center'>Select Per item on Page</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(511).png" width='70%'>
</p>
<br/>
<h3 align='center'>Suit's Page</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(517).png" width='70%'>
</p>
<br/>
<h3 align='center'>Cart Page without LogIn</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(512).png" width='70%'>
</p>
<br/>
<h3 align='center'>Cart Page with LogIn</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(513).png" width='70%'>
</p>
<br/>
<h3 align='center'>Search Products and No Search Item Found</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(514).png" width='70%'>
</p>
<br/>
<h3 align='center'>Search Products</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(515).png" width='70%'>
</p>
<br/>
<h3 align='center'>Loading Data</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(516).png" width='70%'>
</p>
<br/>
<h3 align='center'>Suit's Page</h3>
<p align="center">
<img src="https://github.com/SumatM/marvelous-crack-5191/blob/main/readmeImages/Screenshot%20(517).png" width='70%'>
</p>
<br/>
<br/>
## Motivation
My fascination with the applications that I use daily has led me to create a React application that is not only intuitive and user-friendly, I have utilizes a Json server to store user data, such as their cart information. This feature enables users to add products from one device and subsequently pay for them from another device, akin to a real-life application. The development of this feature has been a significant source of motivation for me. Additionally, I have created a single-page that caters to four different product categories, including Suits, Shirts, Shoes, and Pants. I aimed to mimic the functionality of a genuine application, and I am proud of the outcome.
## Result
Spartan provides users with a convenient way to shop for high-quality men's clothing from the comfort of their own homes. Spartan enables users to customize their clothing and allows them to access the application from multiple devices. This feature adds an extra layer of convenience, allowing users to continue shopping from where they left off, regardless of the device they are using. Our aim is to make the shopping experience as seamless as possible, and we believe that this feature is a significant step towards achieving this goal.
## Technologies Used
#### Tech Stack-
<p float="left">
<img src="https://cdn.pixabay.com/photo/2017/08/05/11/16/logo-2582748_640.png" width="100" height="100">
<img src="https://cdn.pixabay.com/photo/2017/08/05/11/16/logo-2582747_640.png" width="100" height="100">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS76aVIo4u18ZBAVWU79QkDQ6uvKUjF4leJ7g&usqp=CAU" width="100" height="100">
<img src="https://blog.logrocket.com/wp-content/uploads/2021/04/optimize-react-native-performance.png" width="150" height="100">
<img src="https://www.happylifecreators.com/wp/wp-content/uploads/2022/06/chakra-ui_title2-400x400.png" width="100" height="100">
<img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FckeNU0D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/36k73z7ceesz2jvrsi74.png" width="200" height="50">
<img src="https://assets.tradeholders.com/img/technologies/json.png" width="200" height="100">
</p>
## Functionalities associated with this website
1. A user can register his account on the website.
2. User can log in using credentials given during registration.
3. User can search for various types of items.
4. User can sort his/her search on increasing or decreasing price.
5. User can make payments and succcessfully purchase their items.
6. User can Use Application on multiple device.
## Challenges
Despite facing multiple challenges, I was able to construct an exceptional project called 'SPARTAN'. Through my own efforts, I implemented a variety of features such as the use of a Json server to enable the add-to-cart functionality and the creation of a carousel on the homepage. Additionally, I incorporated a single page for all four different product categories, resulting in a streamlined and efficient design. Despite the obstacles, I am proud of the final product and I'll keep on building it more and more efficient.
## Improvements
In the future, I plan to make 'SPARTAN' more accessible to mobile users by ensuring that it is fully responsive. Furthermore, I aim to improve the user interface to make it more user-friendly and accessible to all. These changes will enhance the overall experience of using 'SPARTAN' and ensure that it is an enjoyable and convenient platform for all users.
## Lessons Learned
We are in our learning phase and this is my third clone, so faced multiple issues to build this site.
-Carousel construction: Implemented a carousel on the homepage to enhance the visual appeal of the platform and make it more engaging for users.
-Axios optimization: Optimized the use of Axios to improve the platform's overall performance and efficiency, resulting in a smoother user experience.
-Time management: Practiced efficient time management techniques to ensure that project milestones were met on time and within budget.
-Clean code importance: Recognized the importance of clean code and made it a priority throughout the project's development to enhance its readability, maintainability, and scalability.
-DRY principle: Adhered to the DRY (Don't Repeat Yourself) principle, which emphasizes the importance of minimizing code repetition to improve the platform's overall quality and efficiency.
## Contributing
I would be delighted if you would consider joining me in this project. If you have a background in backend development, we could collaborate on building and customizing an API that would greatly enhance the user experience and streamline the platform's functionality. Alternatively, if your expertise lies in frontend development, we could work together to create a more interactive user interface. Your skills would be a valuable asset to the project, and I would warmly welcome your participation.
| Spartan is dedicated to men's fashion, with a focus on formal wear. The website provides a platform for customers to create their own customized clothing, | css,html,javascript,react,axios,chakra-ui | 2023-03-28T07:54:13Z | 2023-07-20T11:19:09Z | null | 1 | 16 | 46 | 0 | 0 | 4 | null | null | JavaScript |
cemtatli/frontendvideos | master | ## ✨ Frontendvideos
Başta Frontend developerlar olmak üzere tüm developerlar için en yararlı ve öğretici YouTube videoları bir araya getirir ve sunar.
[🔗 Bağlantıya tıklayarak projeye erişebilirsiniz](https://frontendvideos.vercel.app/)
<img src='og-image.png'>
## 🧰 Kullanılan Teknolojiler
Frontendvideos, React, Tailwind CSS ve Axios teknolojilerini kullanır. Bunların hepsi açık kaynak kodlu ve ücretsizdir.
| Başta Frontend developerlar olmak üzere tüm developerlar için en yararlı ve öğretici videoları bir araya getirir. | css,frontend,html,javascript,video | 2023-04-02T22:08:28Z | 2023-08-22T08:37:33Z | null | 1 | 1 | 19 | 0 | 0 | 4 | null | null | JavaScript |
Arkapravo-Ghosh/attendance-monitoring-system | main | 
# Attendance Monitoring System using Biometrics (Fingerprint)
## Installation
*Installation guide is written at [INSTALLATION.md](docs/INSTALLATION.md).*
## Model Image
<div align=center>
<img height=400
src="docs/images/model.jpg">
</div>
## Usage
<div align=center>
<img align=center width=260 src="docs/images/ams-admin.png">
<img align=center width=500 src="docs/images/help.png">
<img width=800
src="docs/images/example.png">
</div>
| Attendance Monitoring System using Biometrics (Fingerprint) | biometrics,python3,raspberrypi,sql,javascript,react,vite | 2023-03-29T07:44:53Z | 2023-08-18T08:22:35Z | null | 2 | 1 | 154 | 0 | 0 | 4 | null | MIT | Python |
devnamdev2003/chatBot | main | null | The goal of this project is to develop a simple chatbot that can provide answers to user queries related to a web application. The chatbot will be designed to assist users in navigating and using the web application, providing helpful responses and tips to improve user experience. | application,html,web,ai,artificial-intelligence,assistent,css,dom-manipulation,front-end-development,javascript | 2023-04-02T05:33:17Z | 2023-09-30T04:56:04Z | null | 1 | 2 | 9 | 1 | 1 | 4 | null | MIT | CSS |
ramhaidar/TelkomSehat_Laravel | main | <p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
<p align="center">
<a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
</p>
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
Laravel isaccessible, powerful, and provides tools required for large, robust applications.
## Learning Laravel
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
## Laravel Sponsors
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).
### Premium Partners
- **[Vehikl](https://vehikl.com/)**
- **[Tighten Co.](https://tighten.co)**
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
- **[64 Robots](https://64robots.com)**
- **[Cubet Techno Labs](https://cubettech.com)**
- **[Cyber-Duck](https://cyber-duck.co.uk)**
- **[Many](https://www.many.co.uk)**
- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
- **[DevSquad](https://devsquad.com)**
- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
- **[OP.GG](https://op.gg)**
- **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)**
- **[Lendio](https://lendio.com)**
## Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
<br>
---
<br>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Play&display=swap" rel="stylesheet">
<p align="center" style="font-size: 500%; font-family: 'Play', sans-serif;"><img style="padding-right: 20px" src="https://raw.githubusercontent.com/ramhaidar/TelkomSehat_TuBes_ABP/main/public/favicon.svg" width="75%" ><span class="d-none d-lg-block"></span></p>
## Framework
- Laravel 10.13.2
## Collaborators
- Haidaruddin Muhammad Ramdhan (1301204459) — [@ramhaidar](https://github.com/ramhaidar)
- Ahmad Fasya Adila (1301204231) — [@AhmadFasya](https://github.com/AhmadFasya)
- Muhammad Dimas Rifki Irianto (1301204112) — [@dimasrfq](https://github.com/dimasrfq)
- Muhammad Hiksal Daeng Jusuf Bauw (1301204416) — [@hiksalmuhammad](https://github.com/hiksalmuhammad)
- Robith Naufal Razzak (1301204017) — [@robithnr](https://github.com/robithnr)
## How to Run
- Install XAMPP and Run Apache and MySQL
- Copy file .env.example to .env
- Set your database configuration in .env file in the following lines as needed:
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
```
- Create a Database with the same name as the value `DB_DATABASE` in MySQL (Can Use PHPMyAdmin)
- Open a Command Prompt in the Laravel Project Root Folder
- Execute the following command to install the dependencies needed by Laravel:
```
composer install
```
- Generate a new application key by running the following command in the terminal:
```
php artisan key:generate
```
- Run the following command to create database tables:
```
php artisan migrate
```
- Execute the following command for seeding database data:
```
php artisan db:seed --class=AwalanSeeder
```
- After the above steps have been performed run the following command to start the local server and open the app in the browser:
```
php artisan serve
```
## Predefined Users
- Patient:
- ```
Nama: Muhammad Dimas Rifki Irianto
Username: dimasrfq
Password: dimas123
```
- ```
Nama: Ahmad Fasya Adila
Username: ahmadfasya
Password: fasya123
```
- ```
Nama: Muhammad Hiksal Daeng Jusuf Bauw
Username: hiksal
Password: hiksal123
```
- ```
Nama: Robith Naufal Razzak
Username: robithnaufal
Password: robithnaufal123
```
- ```
Nama: Haidaruddin Muhammad Ramdhan
Username: haidarx
Password: haidarx123
```
- Dokter:
- ```
Kode Dokter: FSV
Spesialis: Dokter Gigi
Username: fanie
Password: fanie123
```
- ```
Kode Dokter: SOL
Spesialis: Dokter Umum
Username: solikin
Password: solikin123
```
- ```
Kode Dokter: GAW
Spesialis: Dokter Kulit
Username: gedeagung
Password: gedeagung123
```
- ```
Kode Dokter: COK
Spesialis: Psikiater
Username: tjokor
Password: tjokor123
```
- ```
Kode Dokter: ADR
Spesialis: Dokter THT
Username: drian
Password: drian123
```
- Paramedis:
- ```
Kode Paramedis: TPR
Spesialis: Tim Tapir
Username: tapir
Password: tapir123
```
- ```
Kode Paramedis: KSR
Spesialis: Tim Kasuari
Username: kasuari
Password: kasuari123
```
- ```
Kode Paramedis: KMD
Spesialis: Tim Komodo
Username: komodo
Password: komodo123
```
## Screenshots
- **Halaman Beranda:**
 <!-- TelkomSehat-Beranda.png -->
 <!-- TelkomSehat-Beranda2.png -->
 <!-- TelkomSehat-Beranda3.png -->
- **Halaman Login:**
 <!-- TelkomSehat-Login.png -->
- **Dashboard Dokter:**
 <!-- Telkom-Sehat-Dashboard-Dokter.png -->
 <!-- Telkom-Sehat-Dashboard-Dokter2.png -->
 <!-- Telkom-Sehat-Dashboard-Reservasi3.png -->
 <!-- Telkom-Sehat-Dashboard-Reservasi4.png -->
 <!-- Telkom-Sehat-Dashboard-Konsultasi3.png -->
 <!-- Telkom-Sehat-Dashboard-Konsultasi4.png -->
- **Dashboard Mahasiswa:**
 <!-- Telkom-Sehat-Dashboard-Mahasiswa.png -->
 <!-- Telkom-Sehat-Dashboard-Reservasi2.png -->
 <!-- Telkom-Sehat-Dashboard-Reservasi.png -->
 <!-- Telkom-Sehat-Dashboard-Konsultasi.png -->
 <!-- Telkom-Sehat-Dashboard-Konsultasi2.png -->
 <!-- Telkom-Sehat-Dashboard-Penjemputan.png -->
 <!-- Telkom-Sehat-Dashboard-Penjemputan2.png -->
 <!-- Telkom-Sehat-Dashboard-Penjemputan3.png -->
- **Dashboard Paramedis:**
 <!-- Telkom-Sehat-Dashboard-Paramedis.png -->
 <!-- Telkom-Sehat-Dashboard-Penjemputan5.png -->
 <!-- Telkom-Sehat-Dashboard-Penjemputan6.png -->
 <!-- Telkom-Sehat-Dashboard-Penjemputan7.png -->
| TelkomSehat Web Application. (Laravel 10.13.2) | blade,css,html,javascript,laravel,php | 2023-04-06T09:26:15Z | 2023-07-05T08:10:37Z | null | 5 | 3 | 33 | 0 | 2 | 4 | null | GPL-3.0 | Blade |
geiefi/Terraprisma | master | # Terraprisma
<p align="center">
<img
src="https://github.com/gabrielmfern/Terraprisma/blob/3498e6a4054e1f345299658978b7468851717ca8/showcase.png"
alt="components showcase"
/>
</p>
A WIP batteries-included UI library for SolidJS.
## What makes Terraprisma special?
Terraprisma is not just another UI library, it tries to improve on various key points
of discomfort that other UI libraries (of all frameworks) have and tries to take the DX to the next level.
Beyond that, I am really dedicated into improving the ecosystem for SolidJS and making it so that
people that are used to using batteries-included UI libraries still get what they want. Also, I just wanted
to use a type-safe UI library like this for once that works as expected.
Really, the thing that motivates me the most is actually making this for myself and my own use.
## The principles
What really makes the DX great, is the principles that are used to guide the development
of Terraprisma.
### Type-safety, because peace of mind matters to us
On Terraprisma, you should not have to worry about things like:
- using validators that should not be used on a certail field,
- types in the value of a Form not matching the field in the actual markup like trying to
associate a `type=number` input to a field that is supposed to be a string.
- when a component needs to have a `color` that is based on the defined theme the allowed colors
are communicated globally through special types so that you have type-safety on your theme colors as well.
### Flexbility that feels like HTML
While Terraprisma is not going to provide the same flexbility as something like `shadcn`,
(which I think we will soon also have with Solid), you can still have flexbility that can take you really far
on the spectrum of changes you can make.
Two of the ways this is currently manifested are:
- Always forwarding the main element's props to the component's props so you can set anything like the normal element
* Keep in mind this means you won't really be able to easily change properties of elements that are still of the component but that are wrapping the element somehow
- Always trying to make components as composable as possible, with littles pieces, like lego, you can put together to make the resulting UX
### Error traceability even when you don't have source maps
We are going to always try to take the error messages so that they are as informative and as good as possible
for you to be able to debug errors even if you don't have source maps and the code running in production
is not minified and uglified.
One of the ways this is manifested is with the `identification` prop. All components that may error, will, for the most part,
require an `identification` prop that will be used in the error messages so it makes it much easier for you to narrow down
what is the problem, or where it is coming from once you have them.
## Okay, cool, when can I use it?
Currently we do have an npm package published, but only for testing. It isn't stable and I it will
have major breaking changes still until it actually has an stable version. The previous idea
was to have one until December 2023, but that was much harder than I though so
now I wish to have it until August 2024 at least.
| A WIP batteries-included type-safe UI library for SolidJS | components,css,html,javascript,jsx,solidjs,tailwind,tailwind-css,typescript,ui-components | 2023-04-02T15:04:48Z | 2024-05-15T20:00:10Z | null | 4 | 6 | 848 | 0 | 0 | 4 | null | MIT | TypeScript |
ambuj0012/Ethers-Smart-Contract-Blockchain-Interactions | main | # Ethers-Smart-Contract-Interactions
This project involves blockchain interaction, smart contract deployment, and smart contract interaction.
All about Project in Detail
1. NODEJS INSTALLATION
a. Download and Install node js from its website prefer downloading LTS version as the latest one may contaion some bugs
b. after installation you should check whether it is installed or not by typing- node --version, in the vs code terminal
2. INSTALL EXTENSTION SOLIDITY+HARDHAT FOR .sol FILE
a. this will enable code highlighter for our .sol file and it would be more readable file
3. COMPILING OUR SOLIDITY CODE
a. solidity code cannot be compiled by the vs code so we need to download a compiler for solidity
b. we need to install solc js in order to compile our .sol file
c. write- npm install solc , in terminal and it will install solc js (you could check solc version using solcjs --version command)
d. this will add 2 folders in our main folder (node_modules , package.json or it may also add package-lock.json). package.json tells about our project all the external packages we install will be displayed in package.json with their version
e. to compile the solidity file we need to run the following command on terminal - yarn solcjs --bin --abi --include-path node_module/ --base-path . -o . filename.sol
f. this command is very large and it is very inconvinient to type it again and agin so we will use package.json to simplify our work
g. open package.json file and write the following code-
"scripts": {
"compile": "npm solcjs --bin --abi --include-path node_module/ --base-path . -o ."
}
now the terminal will auto replace " compile " tag with the above lage code
to compile .sol file type " npm compile filename.sol " to compile the .sol file. This will generate .abi and .bin files of the .sol file (we require only these two files in our script)
NOT - The .bin and .abi files generated after compiling our smart contract is also uploaded
4. GANACHE i.e PRIVATE BLOCKCHAIN NETWORK CREATION ON OUR COMPUTER
a. Download the ganache application
b. Install and open it
c. When you open the ganache application you will be offered two choices
1. quickstart
2. new workspace
we will use quickstart
d. What is ganache?
it is a application which creates a fake blockchain in your pc the fake blockchain will have all the attributes of a real blockchain we will use this to test and practice our deployment of smart contract
it gives 10 accounts with address, priate key and 100 ethers each
[NOTE - RPC PROVIDER COMES WITH VARIOUS JSONRPC COMMANDS WHICH WE CAN SEE IN ETHEREUM JSON RPC SPECIFICATION
WE CAN FETCH PROPERTIES OF THE BLOCKCHAIN USING THESE LIKE BLOCK NUMBER ETC]
5. ETHER.JS
a. Now we need to install ethers.js library to interact with our blockchain
b. our blockchain network is interacted/connected with our code/operations using ethers.js library
c. install ethers.js by writing npm install --save ethers (this will install the ethers library in our project notice there will be a ethers tag in the dependecies section of the package.json file)
d. import ethers library in .js file using - const ethers = require('ethers')
6. INSTALLING fs
a. to read .abi and .bin files our script need fs library
b. write folllowing command to install fs package - npm install fs
c. to import fs in our .js file write - const fs = require('fs')
7. CONNECTION WITH TO OUR BLOCKCHAIN (FETCHING INFORMATION FROM BLOCKCHAIN) [refer to connection.js file]
a. We need 2 info to make connection with our blockchain
1. RPC URL
2. PRIVATE KEY OF ONE OF THE ACCOUNTS IN BLOCKCHAIN (basically we an participate in a blockchain only if we have account or we are one of the nodes of the blockchain network) (NOTE - private key of a account is a very confidential entitiy of a account. having a private key of a ccount means you have access to the funds in the account hence it should not be written directly on the script. initially for the simpilicity and since we are working in a fake blockchain we will write the private key in our .js file but i will also upload a file named security.txt which will teach us ways to secure our private key)
b. we will create a async function which will declare these two variables
c. to declare rpc url we use " ethers.providers.JsonRpcProvider() " tag and in the argument we will give rpc url of our blockchain in string format
d. In our ganache blockchain at the top we have a RPC Server below which we have rpc url
e. Then we will create a wallet using " ethers.Wallet() " we pass two arguments in this first one will be the private key of the account in string format and other will be our provider variable
f. code for the same is attatched in file named connection.js
g. Now our js file will be connected to the blockchain and we can fetch allowed info about our blockchain like block number and account balance , ETC (code for the same is given in the connection.js file)
h. now we have written our code. we will call the function required and run the .js file
i. to run the file type - node filename.js
[NOTE- THE PROCESS IS VERY SIMPLE AND EASY TO UNDERSTAND, YOU JUST HAVE TO LEARN TO USE ETHERS.JS LIBRARY]
8. DEPLOYING A SMART CONTRACT IN BLOCKCHAIN USING ETHERS.JS (refer to file deploy.js)
a. import ethers library
b. import fs package
c. in order to deploy our contract we need .abi , .bin and wallet
d. create a const containing provider i.e rpc url
e. create a wallet using ethers.wallet() (in similar way as we did in connection.js)
f. create a const abi which will contain abi of our smart contract we will use (fs.readFileSync())
g. create a const binary which will have binary data of our contract we will use (fs.readFileSync())
h. create a const contract factory which will contain all the required data to deploy the smart contract (ethers.ContractFactory(abi, binary, wallet))
i. now we will create a constant with deploy tag (this will deploy our contract) (we will pass contract factory variable and will use .deploy tag of ethers library to deploy the contract in blockchain)
j. write following commanf in terminal to run the code and deploy the contract - node file name
[NOTE - YOU CAN CHECK THE TRANSACTION COUNT IN YOUR GANACHE TO VERIFY]
9. INTERACTING WITH OUR SMART CONTRACT [refer to contractinteraction.js]
a. import ether library
b. import fs package
c. create a contract address (give address of your smart contract in this) [you can gey address of your contract in transaction section of ganache]
d. create a const which stores .abi of the smart contract (.abi file contains all the functions of your smart contract)
e. create a const which saves the rpc provider url of blockchain
f. create a wallet const which will act as a signer
g. create a wallet instance which have the details required to interact with the smart Contract (contract address, abi and signer(wallet))
h. now create a async function which will contain all the function you need to call from the smart contract
g. now you can call any function from the contract by its name (EX- const contractname = await walletcontract.name() [this is a const names contractname which will store the name of the contract])
h. Explanation - There will be a function named name in our smart contract we will all that function by that name
i. for any function that changes the state of the contract variables (EX like send ether function, which changes the funds of the contract or any function that changes variable) there is a transaction done in the blockchain
j. for any function that requires input we can pass the same as arguments of the function please refer to the code in contractinteraction.js
NOTE - usage of .env file and private key encryption is explained in seperate file named security.txt
| This project involves blockchain interaction, smart contract deployment, and smart contract interaction. | blockchain,blockchain-technology,deployment,encryption,ethersjs,ganache,javascript,javascript-library,security,smart-contracts | 2023-03-30T12:20:17Z | 2023-03-30T12:25:41Z | null | 1 | 0 | 4 | 0 | 1 | 4 | null | null | JavaScript |
JayeshYadav07/Whatsapp_Clone | master | # WhatsApp Clone with Socket.io
WhatsApp Clone is social messaging website where multiple users can communicate without hassle. The intention to build this project was to learn **socket.io**. *Socket.io* is used to transfer real time information between client and server.
As per [official documentation](https://socket.io/docs/v4/ "Socket.io documentation"). *Socket.io* is used for -
> Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server.
<!-- Horizontal Line -->
___
## Small Presentation (Snippets)



- - -
# Tech stack :
### Frontend
- HTML
- CSS
- JavaScript
### Backend
- Node.js
- Express.js
### Database
- MongoDB
### Application Usage
This project helps you to connect multiple users at the same time. It is like a WhatsApp Group chat where one user send a message which will be broadcast to all other users of the application.
### Features (Scope of Improvement)
- Login / SignUP
- User can search user
- User can send messages
___
## Installation and Run the Project
This project can be run through the following command:
1. Go to *Backend* folder
1. Enter the directory with *cd* command
1. After that run
```bash
npm run start
OR
node index.js
```
### Dependencies-
* Socket.io
* nodemon (optional) - for running your server permanently
| WhatsApp Clone is social messaging website where multiple users can communicate without hassle. The intention to build this project was to learn socket.io. Socket.io is used to transfer real time information between client and server. | css,expressjs,html,javascript,nodejs,socket-io,mongodb,mongoose | 2023-04-03T15:18:11Z | 2023-07-10T20:21:48Z | null | 1 | 0 | 24 | 2 | 1 | 4 | null | null | JavaScript |
daredevilevi/booken | master | null | E-commerce Page in HTML CSS JS created by following https://github.com/codewithsadee Youtube Tutorial | css,css-flexbox,css-grid,css3,ecommerce,ecommerce-store,ecommerce-website,html,html-css,html-css-javascript | 2023-04-02T09:44:35Z | 2023-04-02T10:06:45Z | null | 1 | 0 | 2 | 0 | 0 | 4 | null | null | HTML |
0xKoller/ars2usd | master | # ARS2USD 💸
## Index
[📜Descripción.](#descripción)
[🍀Funcionalidades Extras.](#funcionalidades-extras)
[🔜Próximas mejoras.](#upcoming-features)
[📲Contacto.](#contacto)
[🐛Bugs & Nuevas Funcionalidades.](#bugs--nuevas-funcionalidades)
[🔐Políticas de privacidad.](#política-de-privacidad-para-ars2usd)
[](https://cafecito.app/0xkoller)
## Descripción
Esta extensión convierte el precio mostrado en MercadoLibre a su equivalente en dólar blue.

Solo debes de instalarla mediante el siguiente [link](https://chrome.google.com/webstore/detail/ars2usd/ejhhkpcflhmmlpjnhockoblhijklhokp?hl=es).

## Funcionalidades extras
- Ultima actualizacion del producto si este posee la informacion.

- Acceso rapido a los mas vendidos y mejora de estilos en el header.

- Tooltip para observar a que valor se esta tomando el dolar.

- Info del vendedor.

## Upcoming Features
- [x] ~~Informacion del Vendedor.~~
- [x] ~~Info de cuanto se toma el dolar.~~
- [x] ~~Mejoras de estilos.~~
- [x] ~~Informacion de vendedor en publicaciones Multi-Vendedores.~~
- [x] ~~Opciones para cambiar el valor del dolar que se toma.~~
- [x] Cantidad real vendida de los productos (o por lo menos lo que dice la API).
- [x] Visualizaciones del producto.
## Contacto
Aca te dejo un [link](https://linktr.ee/0xKoller) en el cual vas a tener acceso a todas mis RRSS 😀
## Bugs & Nuevas funcionalidades
Si tienes bugs para reportar o funcionalidades que sugerir ve al siguiente [link](https://github.com/0xKoller/ars2usd/issues) 🐛
# Política de Privacidad para Ars2Usd
## Fecha de Última Actualización: 28 de Diciembre de 2023
### 1. Introducción
Esta Política de Privacidad aplica para la extensión de Chrome "Ars2Usd", creada por [Tu Nombre o el de tu Empresa]. Nuestro compromiso es respetar tu privacidad y garantizar que cualquier información recopilada mientras usas nuestra extensión sea protegida.
### 2. Datos Recolectados
"Ars2Usd" no recopila ni almacena ningún dato personal de sus usuarios. La extensión únicamente almacena las preferencias seleccionadas por el usuario en su navegador local, y estas no se transmiten ni se comparten con terceros.
### 3. Uso de los Datos
Las preferencias del usuario almacenadas en el navegador son utilizadas exclusivamente para personalizar y mejorar la experiencia de uso de la extensión. Esto incluye recordar las selecciones del usuario para futuras interacciones con la extensión.
### 4. Transferencia de Datos
No se realiza ninguna transferencia de datos a terceros, ya que no se recopilan datos personales de los usuarios.
### 5. Seguridad de los Datos
Aunque no manejamos datos personales, mantenemos un compromiso con la seguridad y la integridad de la información almacenada localmente en el navegador del usuario.
### 6. Consentimiento del Usuario
Al utilizar nuestra extensión, el usuario consiente la recopilación y el uso de la información según lo establecido en esta política de privacidad.
### 7. Cambios en la Política de Privacidad
Nos reservamos el derecho de modificar esta política de privacidad en cualquier momento. Cualquier cambio será efectivo inmediatamente después de su publicación en la descripción de la extensión en la Chrome Web Store.
### 8. Contacto
Si tienes preguntas o preocupaciones sobre esta política de privacidad o el manejo de tus datos, puedes contactarnos a través de [Tu correo electrónico o método de contacto].
| Extension para navegadores basados en Chromium que consiste en dar una equivalencia al valor de dolar blue para productos de MercadoLibre, incluyendo funcionalidades extras y mejora de estilos. | chrome-extension,extension,javascript,argentina,css,html,mercadolibre,mercadolibre-api | 2023-04-07T18:07:54Z | 2024-02-08T00:32:37Z | 2023-04-28T14:10:23Z | 1 | 0 | 73 | 0 | 1 | 4 | null | MIT | JavaScript |
Hisfantor/BGG-Best-Games-for-Player-Count | main | # BGG-Best-Games-for-Player-Count
a script for google sheets to import your owned games from [Board Game Geek API](https://boardgamegeek.com/xmlapi2) and sort them by how good they play for a given Player Count
- no APi keys needed
- only two API request no matter how many games you have
## Options:
- **Username**, add your [bgg](https://boardgamegeek.com/) username here
- **include Expansions** can be set to yes or no
- **Player Count** allows any number of players
- **Sort by** lets you sort the resulting games by the table headers(name, published, rating, playtime, weight)
- **Sort all regardless of playability** can be set to yes or no, standard is no which shows you three separate areas of playability as seen here:

if you set "**Sort all regardless of playability: yes**" it combines all the games for this player count in one list and sorts them like this:

"**Load Player Data**" also sorts the games by the currently assigned settings
"**Sort**" resorts the last loaded games (also works after reloading the page)
**weight** is color coded similar to BGG 1-2 green, 2-3 orange, 3-5 red
## Installation:
- open the [google sheets link](https://docs.google.com/spreadsheets/d/1Yz4JlLDtu8P97KRSHnSmc9yVc6uMFrvkScRSY4cZuLc/edit?usp=sharing) and make a copy of the file, this will also copy the Apps Script
or
- download the "BGG Best Games for Player Count.xlsx" file
- open a new spreadsheet in [google sheets](https://docs.google.com/spreadsheets) and import the downloaded file
- go to Extensions -> Apps Script, copy the code from "Code.gs" and save
- close the editor
- assign the scripts to the buttons by right clicking them, select the dots -> Assign a Script
- Load Player Data = getUserGames
- Sort = sortgames
when first using the scripts you'll be asked to give them Access to the sheet, you have to allow this for the script to work
| a script for google sheets to import your owned games from Board Game Geek API and sort them by how good they play for a given Player Count | bgg,bgg-api,board-game,boardgame,boardgamegeek,boardgames,javascript,js,sheets,sheets-api | 2023-04-08T15:42:16Z | 2023-04-08T19:31:51Z | null | 1 | 0 | 10 | 0 | 0 | 4 | null | null | JavaScript |
ViktorSvertoka/guess-the-number | main | # Mini Game 8-bit



| Mini game - guess the number🕹️ | css3,dom,html5,javascript,mini-game,pet-project,8-bit,8-bit-game | 2023-04-06T20:24:26Z | 2023-04-09T09:49:15Z | null | 1 | 6 | 40 | 0 | 0 | 4 | null | null | JavaScript |
Sachin-12345678/glistening-rock-2573 | main | # glistening-rock-2573 | Zee5 offers an exhaustive array of content; with 90+ live TV channels and 1.25 lac+ hours of viewing across the languages of English, Hindi, Bengali, Malayalam. | css,express,html,javascript,mongoose,npm-package | 2023-03-28T13:22:04Z | 2023-04-02T09:59:14Z | null | 2 | 6 | 13 | 0 | 0 | 4 | null | null | HTML |
mzulfanw/remove-object-dynamic | main | # Note
This package currently add new function to handle deep object and remove it
# Remove Object Dynamic
You can remove unnecessary payload without stress.
### How to use this package
```
// * Lets say you have payload like this
import { removeObjectDynamic, removeObjectDeepDynamic } from 'remove-object-dynamic'
const payload = {
name: null,
age: null,
works: undefiend,
status: 'Work'
}
const payload2 = {
age: null,
works: undefiend,
status: 'Work',
fullName: {
first: 'Zulfan',
last: ''
}
}
console.log(removeObjectDynamic(payload))
console.log(removeObjectDeepDynamic(payload2))
// * Result
// First Result
{ status: 'Work' }
// Second result
{ status: 'Work', fullName: { first: 'Zulfan' } }
``` | A simple way to remove unnecessary payload | javascript,typescript | 2023-03-29T14:45:37Z | 2023-11-12T15:42:07Z | 2023-11-12T15:42:07Z | 1 | 2 | 27 | 0 | 0 | 4 | null | null | TypeScript |
monstar-lab-oss/numba-solidjs | main | # NUMBA
[](https://opensource.org/licenses/MIT)
Figma plugin for easy numbering with 1-click.
## Installation
Install it with pnpm:
```sh
pnpm i
```
## Getting started with plugin development
First start vite:
```sh
pnpm dev
```
It will automatically build if you make changes to the code.
Then in Figma go to `File Menu > Plugins > Development > Import plugin from manifest...` and select the `manifest.json` file.
## Build
Builds the app for production to the dist folder.
```sh
pnpm build
```
### Update to new versions
Please refer to the [Release-Assets](/wiki/How-to-Develop#Release-Assets) page for this and other information.
## Architecture
### How rendering works
Renderer architecture displayed on the scheme:

<details>
<summary><code>mermaid</code></summary>
```
graph LR
subgraph Figma
M[main]
end
M ----|message| S[Store]
subgraph UI
H[Hooks] -->|dispatch| S
C1[Component] --> H
C2[Component] --> H
C3[Component] --> H
S -->|render| C1
S -->|render| C2
S -->|render| C3
end
```
</details>
### File structure
```
├── manifest.json
├── src
| ├── app.tsx
| ├── components
| | ├── ComponentName.module.css
| | ├── ComponentName.stories.tsx
| | └── ComponentName.tsx
| ├── constants.ts
| ├── lib
| | ├── dispatch.ts
| | ├── hooks
| | ├── store.ts
| | └── utils
| └── main.ts
└── types
```
- `/manifest.json` - Figma plugin need to be configured with manifest.json should contains main and ui threads.
- `/src`
- `app.tsx` - Core of UI renderer based on Solid.
- `/components` - UI functions that return JSX and called by JSX in other components.
- `/constants` - Literal values that can be called from any expression.
- `/lib`
- `/dispatch` - A function to posts a message to the main and ui threads.
- `/hooks` - Functions to reuse stateful logic with fully isolated states.
- `/store.ts` - Proxy objects that allow a tree of signals to be independently tracked and modified.
- `/utils` - Helper functions.
- `/main.ts` - Functions that can create/update specific Figma nodes and handle the messages.
- `/types` - Common type of components.
| This tool provides easy assigning the numbers to your designs. | figma,figma-plugin,javascript,numba,solidjs | 2023-04-06T10:01:17Z | 2023-09-07T05:31:47Z | 2023-04-24T23:12:32Z | 14 | 34 | 715 | 2 | 1 | 4 | null | MIT | TypeScript |
Ib69/paint-ai | main | <div align="center">
<img src="https://i.imgur.com/YF2kr88.png" alt="Logo" width="80" height="80">
<h3>Paint-AI</h3>
<p>
</p>
</div>
<br>
<p align="center">
<a href="#-setup">Setup</a>
•
<a href="#-openai">OpenAI</a>
•
<a href="#-demo">Demo</a>
•
<a href="#-credits">Credits</a>
</p>
<br>
 
What is Paint AI ?
**`
Paint AI is a Free and Open Source Artificial intelligence that will paint whatever you think in a sec. The AI is using the OpenAI api with the image generation section.
`**
<br/>
<br/>
### ⚙ Setup
1. Frist you will need to get a [OpenAI api key](https://platform.openai.com/account/api-keys). _(Note that you will have a free key for only 3 months)_.
2. Then go in the `script.js` file and paste you api key in the 3rd line.
3. Upload you website on a host like [Replit](https://replit.con), [Glitch](https://glitch.com)...
4. **All is done !**
### 🤖 OpenAI
```
In this website we are using the OpenAi API, but what is OpenAi ?
-OpenAI is a company that specializes in artificial intelligence research.
Its mission is to create AI that benefits humanity.
OpenAI has created several advanced AI technologies, including language models, reinforcement learning algorithms, and robotics systems.
The company has received recognition and awards from the AI research community for its work.
```
### 📝 Demo
**--------------------------------------------------------------------**
<img src="https://media.discordapp.net/attachments/1088881165999542424/1089635588510068767/Capture_decran_2023-03-26_a_21.41.16.png" width="500"/>
**--------------------------------------------------------------------**
<img src="https://media.discordapp.net/attachments/1088881165999542424/1089635588799483914/Capture_decran_2023-03-26_a_21.42.11.png" width="500"/>
**--------------------------------------------------------------------**
<br/>
<br/>
### 🤝 Credits
- **TextArea Frame:** [gayane-gasparyan](https://codepen.io/gayane-gasparyan/pen/jOmaBQK)
- **TextArea Input:** [angeladelise](https://codepen.io/angeladelise/pen/ZEpXPBZ)
- **He Helped me to make few things:** [zougataga](https://github.com/zougataga)
| 🎨 | Let a Robot Paint Your Imagination... | ai,api,css,dall-e,dalle-2,html,javascript,modern,painting,website | 2023-03-26T12:53:05Z | 2023-03-26T19:51:50Z | null | 1 | 0 | 22 | 0 | 2 | 4 | null | null | CSS |
JLpensador/Midnight_Club_3 | main | # Midnight_Club_3
Um carrossel de imagens do jogo Midnight Club 3
<br>Feito com Html, css e Java Script
<br> <br>






| Um carrossel de imagens do jogo Midnight Club 3/ Feito com Html, css e Java Script | css,css3,html,html-css,html-css-javascript,html-css-js,html5,html5-css3,javascript | 2023-03-27T22:36:12Z | 2023-10-25T15:33:45Z | null | 1 | 0 | 4 | 0 | 0 | 4 | null | null | HTML |
JRaghu842/Taskify.com | main | # Taskify.com
Taskify.com is a web-based platform inspired by Monday.com, designed to help users plan and manage their projects, goals, and tasks in a seamless and efficient manner. With Taskify, users can create, edit, and delete tasks, and view their progress in a variety of different formats, including tables, Kanban boards, Gantt charts, and pie charts.Users can filter, sort, and search tasks based on a variety of criteria, making it easy to find and prioritize important tasks.
Taskify has ability to store all data in the cloud, allowing users to access their tasks and projects from anywhere, at any time. The platform utilizes MongoDB Atlas as its database, ensuring that data is stored securely and can be easily retrieved and manipulated.
## Authors
- [JRaghu842](https://www.github.com/JRaghu842)
## Tech Stack
- HTML
- CSS
- JC
- POSTMAN
- MongoDB Atlas
- Express.js
- chart.js
## Features
- User Register and Login
- Create new Task
- Update and Delete existing Task
- Filter based on board name, user and task status
- Sort based on task status, start/end date
- Search based on user, task, board, user email, etc,.
- Display of data in Kanban/card form, Table form, Gantt chart form and Pie chart form
- User logout
## Deployed Netlify link (FE)
- https://heartfelt-gaufre-ebf300.netlify.app/
## Deployed Cyclic link (BE)
- https://zany-lime-swordfish-cuff.cyclic.app/
## This is how Website looks like
- Home page/Landing page

- Login and Register pages

---

- Kanban/card format data display page

- Table format data display page

- Gantt chart format data display page

- Pie chart format data display page

| Taskify.com is a web-based platform inspired by Monday.com, designed to help users plan and manage their projects, goals, and tasks in a seamless and efficient manner. | chartjs,css,expressjs,html,javascript,mongodb,mongoose,nodejs | 2023-03-28T07:02:31Z | 2023-04-03T05:36:29Z | null | 3 | 10 | 28 | 1 | 0 | 4 | null | null | HTML |
IgorKowalczyk/image-forwarder | main | 
<div align="center">
<a aria-label="Powered by" href="https://image-forwarder.deno.dev/">
<img src="https://img.shields.io/static/v1?label=Powered%20by&message=Deno&color=blue&logo=deno">
</a>
<a aria-label="Github License" href="https://github.com/igorkowalczyk/image-forwarder/blob/main/license.md">
<img src="https://img.shields.io/github/license/igorkowalczyk/image-forwarder?color=blue&logo=github&label=License">
</a>
<a aria-label="Version" href="https://github.com/igorkowalczyk/image-forwarder/releases">
<img src="https://img.shields.io/github/v/release/igorkowalczyk/image-forwarder?color=blue&logo=github&label=Version">
</a>
</div>
---
## 🔩 Self Hosting
1. Clone [this repository](https://github.com/igorkowalczyk/image-forwarder) `git clone https://github.com/IgorKowalczyk/image-forwarder`
2. Run `deno task dev` to start the project in development mode or `deno task start` to run the project in production mode.
3. Visit `http://localhost:8080` in your browser
> [!NOTE]
> Deno will automatically install all the project packages on the first run
## 🗜️ API Usage
```http
GET https://image-forwarder.deno.dev/?url=${url}
```
| Parameter | Type | Description | Required |
| :-------- | :------- | :----------------------------------------- | :------- |
| `url` | `string` | URL to the image to forward | `true` |
| `height` | `number` | Height of the image if you want to resize | `false` |
| `width` | `number` | Width of the image if you want to resize | `false` |
| `quality` | `number` | Quality of the image if you want to resize | `false` |
> [!IMPORTANT]
> The url parameter is required and must be a valid url to an image. **Max size of the image is 10MB.**
## ⁉️ Issues
If you come across any errors or have suggestions for improvements, please create a [new issue here](https://github.com/igorkowalczyk/image-forwarder/issues) and describe it clearly.
## 📥 Pull Requests
When submitting a pull request, please follow these steps:
- Clone [this repository](https://github.com/igorkowalczyk/image-forwarder) `git clone https://github.com/IgorKowalczyk/image-forwarder.git`
- Create a branch from `main` and give it a meaningful name (e.g. `my-awesome-new-feature`).
- Open a [pull request](https://github.com/igorkowalczyk/image-forwarder/pulls) on [GitHub](https://github.com/) and clearly describe the feature or fix you are proposing.
## 📋 License
This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/image-forwarder/blob/main/license.md) file for details
| 🦕 Deno API that takes the image from a link and transmits the data so that the end user cannot be logged by the origin server | deno,image,javascript,typescript,image-forwarder | 2023-04-03T14:40:57Z | 2023-12-16T12:14:30Z | 2023-10-05T19:59:22Z | 1 | 1 | 30 | 0 | 0 | 4 | null | MIT | TypeScript |
bryandejesusrt/Peliculas | master | # Peliculas
Aplicacion de pelicula
pruebas unitarias:
[Reporte y prubas de realizacion de los test](https://itlaedudo-my.sharepoint.com/:f:/g/personal/20212239_itla_edu_do/EnP3AXMeAC9As8TN4rTi8f0BfMlr58eBAVcFS-8eVQuKIw?e=5JxO5Q)
| 🎥Este repositorio es una práctica de mis habilidades con CSS, enfocado en un proyecto de aplicación de películas con JavaScript, Bootstrap y Handlebars Así como también la realización de pruebas unitarias al proyecto ¡Disfruta del resultado!🎬 | bootstrap,css,handerbar,html,javascript | 2023-04-08T00:53:52Z | 2023-04-12T00:12:37Z | null | 1 | 0 | 2 | 0 | 0 | 4 | null | null | JavaScript |
Genevy/mesto-react | main | <div align="center"><h3>Мesto on React</h3></div>
##
<br>
<p align="center">
Фронтенд проекта <a href="https://github.com/genevy/mesto#readme">Mesto</a> на React.
<br>
<br>
Место — адаптивный, интерактивный сайт-сервис для добавления фотографий достопримечательностей и знаковых мест. В проекте была применена работа с макетом <a href="https://www.figma.com/file/2cn9N9jSkmxD84oJik7xL7/JavaScript.-Sprint-4?node-id=0%3A1&t=eb2h3YUth7WrGziJ-0">Figma</a>, построение сложных сеток, разширенные возможности HTML и CSS с использованием JavaScript библиотеки React JS.
</p>
<br>
<p align="center">🔎 Explore on <a href="https://genevy.github.io/mesto-react/"><strong>GitHub Pages »</strong></a></p>
<br>
<a href="https://genevy.github.io/mesto-react/">
<img src="https://raw.githubusercontent.com/genevy/mesto-react/main/src/images/mesto-react.png" alt="Иллюстрация к проекту Место на React" width="100%">
</a>
### 🚀 Функционал
* Адаптивный дизайн: вэб-сервис адаптирован как для стационарных ПК так и для мобильных устройств
* Расширенный функционал: реакции на действия пользователей с применением JavaScript
* Интерфейс User Experience (UX)
* Сохранение и удаление данных на сервере.
### ⚙️ Технологии
* Flexbox
* Grid Layout
* Positioning Elements
* BEM Methodology
* File Structure and File Paths (Nested BEM)
* Git
* Figma
* JavaScript ECMAScript 6
* Node JS
* React JS
* Webpack
* API `POST`, `GET`, `PUT`, `DELETE`, `PATCH`
### 🛠 Моддинг
☑️ Добавление события onError для пользовательский изображений (реализовано).
* Улучшение UX закрытия модальных окон.
* Добавление валидации форм.
* Добавление функций: [Регистрация и Авторизация пользователя »](https://github.com/genevy/react-mesto-auth#readme)
##
####
© Developed by [Evgeny Striganov](https://github.com/genevy) jointly [Yandex Praktikum](https://practicum.yandex.ru/web/) | Фронтенд проекта Mesto на React | bem-methodology,css-flexbox,css3,html5,javascript,reactjs,git,github-pages,nodejs,npm | 2023-03-26T18:15:40Z | 2023-04-25T17:49:56Z | null | 1 | 3 | 20 | 0 | 0 | 4 | null | null | JavaScript |
Kavin1421/Kavin_Portfolio | main | # SimpleDjangoPortfolio
This is a Simple Python Django Portolio.The portfolio is easy just use "/admin" to login into Django admin panel to change you personal info.
<h3>
## Run these Commads
### Step 1
pip install -r requirements.txt
### Step 2
python manage.py migrate
### Step 4
python manage.py createsuperuser
### Step 3
python manage.py runserver
| A Small Django Portfolio | bootstrap,django,python,javascript | 2023-04-01T18:32:34Z | 2023-04-26T15:47:11Z | null | 1 | 0 | 8 | 0 | 0 | 4 | null | null | JavaScript |
akbulutmehmet/forum-project | master | # FORUM PROJECT
## Technologies
-Spring Boot
-Spring Security
-Spring Data Jpa
-Spring Validation
-Spring Cloud
-Eureka Server
-Feign Client | null | feign-client,jwt-token,maven,spring-boot,spring-security,spring-validation,microservices,react,javascript | 2023-04-06T13:23:08Z | 2023-05-08T22:42:28Z | null | 1 | 0 | 43 | 0 | 0 | 4 | null | null | Java |
tuhinaww/RescueRide | Test | # RescueRide 🚑
<p align="center">
<a href="https://ibb.co/HYhhJmG"><img src="https://i.ibb.co/K7KK1CV/R-1.png" alt="R-1" border="0"></a>
<a href="https://imgbb.com/"><img src="https://i.ibb.co/tmhWcpz/R-2.png" alt="R-2" border="0"></a>
<a href="https://imgbb.com/"><img src="https://i.ibb.co/XVRqskT/R-3.png" alt="R-3" border="0"></a>
<h2 align="center">Saving lives, one ride at a time with RescueRide!</h2>
</p>
## Introduction!👋🏽
### It gives me great pleasure to introduce my team, RescueRide, who will be participating in the GDSC Solutions challenge 2023. Our team comprises of three talented individuals from the GDSC chapter of SRM Institute of Science and Technology Kattankulathur - Tuhina Tripathi, Karthik Manikantan, and Akanksha Rathore. Together, we are committed to putting our best foot forward and showcasing our skills to the best of our abilities. We are confident that our unique blend of skills and expertise will enable us to come up with innovative solutions to the challenges posed by the GDSC Solutions challenge 2023. Thank you for your time and consideration. We look forward to presenting our ideas and solutions to you.
## Problem Statement❓:
### The problem of calling each and every hospital for an ambulance during an emergency can be highly stressful and time-consuming. It can lead to a delay in getting medical assistance and can significantly impact the chances of survival of the patient.A study conducted by the National Center for Biotechnology Information (NCBI) in India found that out of 1589 critically ill patients, about 14.3% of them experienced an ambulance delay of more than 30 minutes. Out of those, 67.9% of patients had a worse outcome, and 32.1% of patients died.In another study conducted by the Journal of Emergency Medical Services in the United States, it was found that the response time for an ambulance to arrive at the scene of an emergency varied significantly from state to state. The median response time was found to be 7.59 minutes, but in some states, it exceeded 14 minutes.Thus, it is crucial to have a well-organized and streamlined system in place to ensure timely access to emergency medical services and ambulance services.
## Our Solution ✅:
### RescueRide is a revolutionary web application that can potentially solve the problem of ambulance delays during emergencies. It connects patients with ambulance services. With RescueRide, people in need can request an ambulance in a matter of minutes, choose the size and type of ambulance they require, and select whether they need a doctor on board or not.The web application can also provide real-time information about the location of the ambulance, estimated arrival time, and the status of the patient's condition. The app can be accessed on any device with an internet connection, making it widely accessible to people in need.RescueRide can be beneficial for people living in remote areas or in regions where ambulance services are not adequately available. The app can also help in reducing ambulance response times and improving the overall quality of care delivered to patients during medical emergencies.The app can be integrated with emergency medical services, and ambulance service providers can sign up on the app to provide their services. The application can also be used to collect and store medical history and other relevant information that can be used by medical professionals to provide appropriate treatment during emergencies.In conclusion, RescueRide has the potential to revolutionize the ambulance service industry by providing quick and efficient ambulance services during emergencies, reducing response times, and improving overall patient outcomes.
## SDG 🎯:
### RescueRide aligns with several of the United Nations' Sustainable Development Goals (SDGs) and targets, including:
### SDG 3: Good Health and Well-Being:- Target 3.8: Achieve universal health coverage, including financial risk protection, access to quality essential health-care services, and access to safe, effective, quality, and affordable essential medicines and vaccines for all.
### SDG 9: Industry, Innovation and Infrastructure:- Target 9.1: Develop quality, reliable, sustainable, and resilient infrastructure, including regional and trans-border infrastructure, to support economic development and human well-being, with a focus on affordable and equitable access for all.
### SDG 11: Sustainable Cities:- Target 11.2: By 2030, provide access to safe, affordable, accessible, and sustainable transport systems for all, improving road safety, notably by expanding public transport, with special attention to the needs of those in vulnerable situations, women, children, persons with disabilities, and older persons.
## Tech Stack 👩🏽💻:
### RescueRide is a web application that uses a range of modern technologies to provide efficient and reliable ambulance services during medical emergencies. The tech stack used in making RescueRide includes React.js, Tailwind.css, Firebase, Mapbox, and Next.js. React.js is a popular open-source JavaScript library that is widely used for building user interfaces. It is known for its performance, scalability, and ease of use, which makes it an excellent choice for developing RescueRide's user interface. Tailwind.css is a utility-first CSS framework that helps in quickly building modern user interfaces. It offers pre-designed styles for different components, which helps developers in quickly creating responsive and beautiful interfaces. Firebase is a comprehensive mobile and web application development platform that offers features like real-time database, hosting, authentication, and cloud storage. RescueRide uses Firebase to store user data, provide real-time updates, and authenticate users through Google sign-in, reducing the time required for users to sign up and login. Mapbox is an open-source mapping platform that provides customizable maps and location-based data to help in developing location-based applications. RescueRide uses Mapbox to provide location-based information about the ambulances, such as their real-time location, distance from the user's location, and estimated time of arrival. Next.js is a framework built on top of React.js that provides server-side rendering, static site generation, and other advanced features. It helps in improving the performance and speed of the application, making it ideal for RescueRide's use case.
| RescueRide is a mobile app-based service that connects patients with licensed medical transportation providers in real-time. The platform allows users to quickly and easily request an ambulance and track its arrival time. RescueRide is designed to improve emergency response times and reduce the strain on traditional ambulance services. | ambulance,ambulance-booking,javascript,mapbox-api,open-source,reactjs,tailwindcss | 2023-03-31T15:01:09Z | 2023-03-31T16:53:45Z | null | 3 | 0 | 13 | 0 | 1 | 4 | null | null | JavaScript |
AmirrezaAminian/Testing-React-App | 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)
# | I'm gonna share my experience and activities of my React.js course to you guys 🙋♂️ | react,reactjs,front-end-development,frontend,github-config,javascript,maximilian-schwarzmuller | 2023-04-05T08:56:33Z | 2023-04-11T02:54:57Z | null | 1 | 0 | 22 | 0 | 0 | 4 | null | null | JavaScript |
FulgurCode/chss-chattanchal-website | main | # CHSS Chattanchal Website
This is the website of Chattanchal Higher Seconday School created using React JS.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## LICENSE
[The GPLv3 License (GPLv3)](LICENSE)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
| Website of CHSS Chattanchal school. | css,frontend,javascript,react | 2023-04-03T09:55:09Z | 2023-08-05T16:28:56Z | null | 5 | 81 | 110 | 0 | 5 | 4 | null | GPL-3.0 | JavaScript |
oxylabs/crawlee-web-scraping-tutorial | main | # Crawlee Tutorial: Easy Web Scraping and Browser Automation
[](https://oxylabs.go2cloud.org/aff_c?offer_id=7&aff_id=877&url_id=112)
[](https://discord.gg/GbxmdGhZjq)
Web scraping and browser automation have emerged as essential tools for businesses looking to stay competitive in the digital marketplace. This easy tutorial covers everything you need to get started with Crawlee a tool for web scraping and browser automation.
## What is Crawlee?
Crawlee is a Node.JS package that offers a straightforward and adaptable interface for web scraping and browser automation. Users can retrieve web pages, apply CSS selectors to extract data from them, and navigate the DOM tree to follow links and scrape several sites.
Crawlee is a versatile tool that provides a uniform interface for web crawling via HTTP and headless browser approaches. It has an integrated persistent queue for handling URLs to crawl in either breadth-first or depth-first order.
Users can benefit from integrated proxy rotation and session management, pluggable storage solutions for files and tabular data, and other features. Moreover, Crawlee offers hook-based customized lifecycles, programmable routing, error handling, and retries.
For speedy project setup, a CLI is accessible, and Dockerfiles are included to streamline deployment. Crawlee is a robust and effective tool for web scraping and crawling written in TypeScript using generics.
## The Benefits of Using Crawlee for Web Scraping and Browser Automation
The following are some of the most common pros of using Crawlee for browser automation and web scraping:
**Single interface:** Crawlee offers a single interface for headless browser crawling as well as HTTP crawling, making it simple to switch between the two based on your needs.
**Customizable lifecycles:** Crawlee allows developers to alter their crawlers' lifecycles using hooks. These hooks can be used to carry out operations before or after specific events, such as before a request is made or after data is collected.
**Pluggable storage:** Crawlee supports pluggable storage methods for both tabular data and files, making storing and managing the data you extract simple.
**Proxy rotation and session management:** Crawlee has built-in support for these features, which can be used to manage complex web interactions and avoid IP blocking.
**Configurable request routing, error handling, and retries:** Crawlee enables developers to control request routing, deal with errors, and retry requests as needed, making it simpler to handle edge cases and unexpected issues.
**Docker-capable:** Crawlee comes with Dockerfiles that let developers rapidly and easily deploy their crawlers to production environments.
## Crawlee Web Scraping Tutorial
This section will discuss the installation steps of Crawlee and how Crawlee works. The section concludes with a working example of scraping a website using Crawlee.
### Installation
To use Crawlee on your system, you must install Node.JS version 16.0 or above. Along with it, NPM should also be installed.
The [Crawlee CLI](https://www.npmjs.com/package/@crawlee/cli) is the quickest and most efficient way to build new projects with Crawlee. The following command will create a new Crawlee project inside the “my-crawler” directory.
```Bash
npx crawlee create my-crawler
```
The `npx` CLI tool runs the `crawlee` package locally without installing it globally on your machine. Running the above command will show you a prompt message to choose a template, as shown in the following snippet:

Since we are doing Node.JS development, we can select “Getting Started Example (JavaScript)”. This option will install all required dependencies and create a new directory named “my-crawler” in your current working directory.
It will also add a “package.json” to this folder. Additionally, it will include example source code that you may use immediately. The image below shows the completed installation message:

Remember, the Crawlee project was created inside the “my-crawler” folder. You first need to change your current directory to this folder.
```bash
cd my-crawler
```
Next, run the following command to start the Crawlee project:
```bash
npm start
```
The `start` command will start the default crawler of the project. This crawler crawls the Crawlee website and outputs the titles of all the links on the website.

Congratulations! You have successfully installed Crawlee and run one of the crawlers with it.
### Crawlee working
Crawlee has three types of crawlers: **CheerioCrawler, PuppeteerCrawler**, and **PlaywrightCrawler**. They all share some basic characteristics.
Every crawler is made to visit a webpage, carry out specific tasks, save the results, navigate to the next page, and repeat this cycle until the job is finished. Each crawler must therefore respond to two queries: Where should I go? What should I do there, then?
The crawler can start working when these queries are resolved since most other settings are pre-configured for the crawlers.
### Crawlee web scraping example
Our target for this web scraping demonstration is the [Books to Scrape](https://books.toscrape.com/) page. We will be scraping the titles of the books listed on the website.
Open the **main.js** file from the **src** folder of your project and overwrite the following code in it:
```javascript
//crawlee_scraper.js
import { PlaywrightCrawler } from 'crawlee';
const crawler = new PlaywrightCrawler({
requestHandler: async ({ page }) => {
// Waiting for book titles to load
await page.waitForSelector('h3');
// Execute a function in the browser that targets
// the book title elements and allows their manipulation
const bookTitles = await page.$$eval('h3', (els) => {
// Extract text content from the titles list
return els.map((el) => el.textContent);
});
bookTitles.forEach((text, i) => {
console.log(`Book_${i + 1}: ${text}\n`);
});
},
});
await crawler.run(['https://books.toscrape.com/']);
```
This code illustrates how to scrape data from a website using Crawlee's **PlaywrightCrawler** class.
The code first imports the `PlaywrightCrawler` class from the `crawlee` package. Then it creates a new crawler of the `PlaywrightCrawler` type.
Instantiating the `PlaywrightCrawler` class requires an options object, which includes a `requestHandler` function. The `requestHandler` function is an asynchronous function executed for every page visited by the crawler.
The `requestHandler` function first waits for the page's `<h3>` elements, representing the book titles, to be rendered using the `page. waitForSelector()` call. The `page.$$eval()` method is executed in the browser's context, extracting the text content from all of the `<h3>` elements on the page. Lastly, the crawler code logs the book titles to the console.
The last line of the code initiates the crawling operation using the `crawler.run()` method.
The following command runs the project:
```cmd
npm start
```
Here is what the code output when once you run the crawlee project:

## Using Headless Browsers With Crawlee
Crawlee supports headless control over the browsers like Chromium, Firefox, and WebKit. You can combine headless browsers with Crawlee's `PuppeteerCrawler` and `PlaywrightCrawler` classes to perform true browser crawling and extract valuable data from complex websites.
You just need to Set-up a few variables, such as the browser type, start options, and context options, to use headless browsers with Crawlee.
Here is a simple code example to launch a Firefox headless instance and scrape the titles of the books (as we did in the earlier section): -
```javascript
//crawlee_scraper_headless.js
import { PlaywrightCrawler } from 'crawlee';
import { firefox } from 'playwright';
const crawler = new PlaywrightCrawler({
launchContext: {
// Set the Firefox browser to be used by the crawler.
launcher: firefox,
},
requestHandler: async ({ page }) => {
// Wait for the actor cards to render.
await page.waitForSelector('h3');
// Execute a function in the browser which targets
// the actor card elements and allows their manipulation.
const bookTitles = await page.$$eval('h3', (els) => {
// Extract text content from the actor cards
return els.map((el) => el.textContent);
});
bookTitles.forEach((text, i) => {
console.log(`Book_${i + 1}: ${text}\n`);
});
},
});
await crawler.run(['https://books.toscrape.com/']);
```
Crawlee offers rich [features for HTTP and real browser crawling](https://www.i-programmer.info/news/90-tools/15803-scrape-the-web-with-crawlee.html). These features include: -
### HTTP crawling:
- Automation configuration of browser-like headers
- Replication of browser TLS fingerprints
- Integrated fast HTML parsers
- Zero config HTTP2 support, even for proxies
- Scraping JSON APIs
### Real browser crawling
- JavaScript rendering and screenshots
- Headless and headful browser support
- Zero-config generation of human-like fingerprints
- Automatic browser management
- Use Playwright and Puppeteer with the same interface
These qualities make Crawlee an effective solution for site scraping and browser automation.
## How To Manage Proxies With Crawlee
Crawlee includes built-in support for managing proxies. It lets you quickly choose between a list of proxies to avoid IP-based restrictions or website blocking.
You can construct a new instance of a crawler and give in a `ProxyConfiguration` object with the list of proxies. You can optionally specify the rotation technique. For example, you can set proxies to rotate every request or after a specified number of requests.
Moreover, you can also use a third-party solution such as [Oxylabs' Web Unblocker](https://oxylabs.io/products/web-unblocker) to ensure that your Crawlee web scraping is not blocked or restricted.
To integrate the proxy endpoints with Crawlee, you can use the `ProxyConfiguration` class. You can create an instance of this class using the constructor and provide the necessary options. You can visit the [ProxyConfigurationOptions](https://crawlee.dev/api/core/interface/ProxyConfigurationOptions) class page to learn about proxy configuration options.
The following code demonstrates setting a proxy list Crawlee. You can get a list of residential proxy endpoints by registering an account at [Oxylabs' Web Unblocker](https://oxylabs.io/products/web-unblocker) page.
```javascript
//crawlee_scraper_proxies.js
import { PlaywrightCrawler, ProxyConfiguration } from 'crawlee';
import {PlaywrightCrawler, ProxyConfiguration} from 'crawlee';
const proxyConfiguration = new ProxyConfiguration(
{
proxyUrls: [
'http://username:password@unblock.oxylabs.io:60000',
'https://username:password@unblock.oxylabs.io:60000',
],
},);
proxyConfiguration.isManInTheMiddle = true;
const crawler = new PlaywrightCrawler({
proxyConfiguration,
requestHandler: async ({page}) => {
// Waiting for book titles to load
await page.waitForSelector('h3');
// Execute a function in the browser that targets
// the book title elements and allows their manipulation
const bookTitles = await page.$$eval('h3', (els) => {
// Extract text content from the titles list
return els.map((el) => el.textContent);
});
bookTitles.forEach((text, i) => {
console.log(`Book_${i + 1}: ${text}\n`);
});
},
navigationTimeoutSecs: 120,
});
await crawler.run(['https://books.toscrape.com/']);
```
The above code snippet creates a new instance of the `ProxyConfiguration` class by passing a list of Oxylabs’ Web Unblocker proxy endpoints. Then it sets the `isManInTheMiddle` property to `true`. This property indicates that the proxy server will be used as a Man-in-the-Middle (MITM) proxy.
After that, it uses this `ProxyConfiguration` object (i.e., stored in the `proxyList`) to initialize a Playwright crawler instance. The `proxyList` contains a list of the Oxylabs’ Web Unblocker proxies.
Make sure to replace the `username` and `password` with your account credentials. The rest of the crawler code remains the same as we wrote in the previous example
## Conclusion
Crawlee is a powerful web scraping and browser automation solution with a unified interface for HTTP and headless browser crawling. It supports pluggable storage, headless browsing, automatic scaling, integrated proxy rotation and session management, customized lifecycles, and much more.
Crawlee is an effective solution for developers and data analysts who want to automate browser actions and retrieve and extract data effectively.
| This article covers everything you need to get started with Crawlee. Learn more about its benefits and see a working example of scraping a website with Crawlee. | crawlee,browser-automation,crawling,javascript,nodejs,tutorial,tutorial-code,web-scraping | 2023-04-07T07:24:06Z | 2024-04-04T13:56:45Z | null | 2 | 0 | 12 | 0 | 2 | 4 | null | null | JavaScript |
zemetskiym/lorenz-attractor-visualization | main | # Lorenz Attractor Visualization with p5.js
The Lorenz attractor is a three-dimensional dynamical system that exhibits chaotic behavior. It was first described by Edward Lorenz in 1963 and is often used as a simplified model for atmospheric convection. The system is defined by a set of differential equations that describe the motion of a point in three-dimensional space. The equations are highly nonlinear and can produce complex and unpredictable behavior over time.
This repository contains a simple visualization of the Lorenz attractor using p5.js, a JavaScript library for creative coding. The visualization is created using the WEBGL renderer, which allows for the creation of a 3-dimensional object that accurately represents the Lorenz attractor. The movement of particles through the attractor is visualized with trails that follow the particles' path through the system. The resulting animation provides a captivating and immersive representation of the Lorenz attractor and its chaotic behavior.
## Preview

## Interacting with the 3D Scene
To interact with the 3D scene, use your mouse to rotate and pan the view:
- Left mouse drag: rotate the view
- Right mouse drag: pan the view
By rotating and panning the view, you can explore the Lorenz attractor from different angles and gain a deeper understanding of its chaotic behavior.
## Running the project locally
To run this project locally, you will need to follow these steps:
1. Clone the repository: git clone https://github.com/zemetskiym/lorenz-attractor-visualization.git
2. Navigate to the project directory: cd lorenz-attractor-visualization
3. Open index.html in your preferred web browser
## Contributions
Contributions to this project are always welcome! If you would like to contribute, please follow these steps:
1. Fork the repository
2. Create a new branch: git checkout -b my-new-feature
3. Make your changes and commit them: git commit -am 'Add some feature'
4. Push to your branch: git push origin my-new-feature
5. Submit a pull request
## License
This project is licensed under the MIT License. See the LICENSE file for more details.
| This Github repository contains code for a p5.js visualization of the Lorenz Attractor, which is a non-linear system of three differential equations that exhibits chaotic behavior. | javascript,lorenz-attractor,p5js | 2023-03-27T05:01:34Z | 2023-07-22T01:29:40Z | null | 1 | 0 | 17 | 0 | 0 | 4 | null | MIT | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.