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
ManjotSingh18/CarTelligence
main
<p align="center"> <img src="README_Images/title.png" width="100%" height="auto" border-radius="70%"> </p> # About CarTelligence is an application designed for classifying vehicles by their make, model, and year using a machine learning model. This application operates within a specific scope, primarily focusing on the Stanford Car Dataset, which is composed of 16,185 images of 196 classes of cars with models up to the year 2012. My mission with CarTellligence is to satisfy curiosity by providing users with the ability to identify vehicles accurately. However, its practical applications extend beyond curiosity, including scenarios where users may need to capture images of vehicles, especially in cases where a license plate is not visible. This capability can be invaluable in providing authorities with a more comprehensive description of vehicles [Visit CarTelligence](https://cartelligence.up.railway.app/) to try it out. # Machine Learning Model I utilized a pre-trained model built upon the ResNet-50 neural network. My choice of ResNet-50 was driven by its accuracy and synergy with PyTorch compared to alternatives such as VGG-16, and other neural networks. The training process incorporated transfer learning techniques including feature extraction and fine-tuning. The Stanford Car Dataset was used to train a new classifier alongside the last layers of the pre-trained ResNet-50 model. <p float="left"> <img src="models/accuracy.png" height="30%" width="49%" > <img src="models/loss.png" height="30%" width="49%" > </p> # Features * Quick and accurate vehicle predictions * Intuitive and easy-to-navigate website * Accessible on various mobile devices # Video Showcase <p align="center"> <a href="https://www.youtube.com/watch?v=7zG4Jq6KUHk"><img src="https://img.youtube.com/vi/7zG4Jq6KUHk/maxresdefault.jpg" width="50%" height="auto"></a> </p> # Requirements * A stable internet connections * Any device capable of web browsing and uploading images * Running the program locally will be discussed later # Usage 1. Visit [https://cartelligence.up.railway.app](https://cartelligence.up.railway.app/). 2. Upload an image of a vehicle using the provided form, a preview of the image will appear below the form. <p align="center"> <img src="README_Images/Capture.PNG" width="80%" height="25%" border-radius="70%"></p> 3. Once the image has appeared, click the "Classify" button and after a few seconds you will receive the classification results: <p align="center"> <img src="README_Images/Result.PNG" width="80%" height="25%" border-radius="70%"> </p> 4. On this page, users can navigate back and predict another vehicle. # Technology ## Python * Django * Leveraged Django framework to create and render the front end of the application, custom forms were created for user uploads * PyTorch * Provided a machine learning framework for transfer learning and fine-tuning of a pre-trained ResNet-50 model * Pillow * Utilized to manipulate images, aiding in compression for server stability ## ResNet-50 * Developed a new classifier interconnected with the final layers of the pre-trained ResNet-50 model (based on ImageNet) for vehicle image predictions ## HTML * Built the foundation for the website's graphical interface and incorporated a custom Django form ## CSS * Styled the website with a seamless design focused on accessibility ## Javascript * Implemented dynamic effects to the website including picture pop-ups and error message displays ## Stanford Car Dataset * Trained the model on a dataset consisting of 16,185 images of 196 cars with the models up to the year 2012, citations for dataset usage are provided below ## Railway * Used to deploy application # Local machine 1. Ensure you have a Python interpreter of your choice installed. 2. Install all Python libraries listed in the requirements.txt file. 3. Navigate to the downloaded repository using a terminal. 4. Run the following command: python manage.py runserver. 5. A local host deployment will activate, and you can access the site as usual until you shut down the terminal. # Contributions CarTelligence is an open-source project and would benefit from additional contributions from the community that enhance vehicle classification. # Future In the future, CarTelligence may expand with more insight into individual classifications some features include mileage, price, and model features. Additionally, a model expansion and overhaul will be needed to classify vehicles up to the present day, encompassing all vehicles on the road. # Citations Jonathan Krause, Michael Stark, Jia Deng, Li Fei-Fei 4th IEEE Workshop on 3D Representation and Recognition, at ICCV 2013 (3dRR-13). Sydney, Australia. Dec. 8, 2013.
An application for classifying vehicles by make, model, and year via a machine learning model trained on the Stanford Car Dataset.
css,django,html,javascript,machine-learning,python,railway,resnet-50,stanford-car-dataset,matplotlib
2023-08-28T20:38:32Z
2023-10-27T21:56:19Z
null
1
0
38
0
0
2
null
CC0-1.0
Python
sagu29/Quick-Assist-Desk
main
![quadlogo](https://github.com/sagu29/vestal-trouble-683/assets/39863817/9fb00463-4ad4-4ce1-aebb-167ea2487829) ## quick Assist Desk - Excellence in every call Welcome to the quick Access Desk Application! This application is designed to facilitate efficient call management and customer support through an online platform. It allows call center agents to handle customer inquiries, manage call queues, and provide timely assistance. This README provides information on how to set up, configure, and use the application. This website is responsible for providing the best call service all over India. ## File Structure vestal-trouble-683 ├── QAD === Repository │ ├── AdminRepository │ ├── OperatorRepository │ ├── DepartmentRepository │ ├── CustomerRepository ├── Services === │ ├── AdminService │ ├── OperatorService │ ├── DepartmentService │ ├── CustomerService ├── Entity === │ ├── Admin │ ├── Operator │ ├── Department │ ├── Customer ├── Exception === │ ├── GlobalExceptionHandler │ ├── OperatorException │ ├── DepartmentException │ ├── CustomerException ## ER Digram ![er](https://github.com/sagu29/vestal-trouble-683/assets/39863817/855dd08a-7c2a-4d19-ac43-f06bad58db05) ## Languages used HTML (Hyper Text Markup language) CSS (Cascading style sheet) JS (JavaScript) java ## Team manager:- Shishir Pradhan(Team Manager) ## Team member 1: Sagar Nikhare (Team lead) He is responsible for making the Entity, controller and Services of the website functionalities like-. 1. Entity's- Entities responsible for bridging the gap between object-oriented programming and relational databases. They allow you to work with data in a more natural and intuitive way, abstracting the underlying database operations. 2. Controller- The controller is responsible for handling incoming requests from users or external systems, processing the data, interacting with the model (usually involving business logic and data management), and then preparing an appropriate response to send back to the user. ## Team member 2:- Pravesh Sharma He is responsible for making relations between Entity's, making logic of controller and Services of the website functionalities like-. 1. Represent core business concepts and logic in an application ,Encapsulate behaviors and attributes related to real-world entities. 2. Business Logic: Services encapsulate complex business logic, keeping entities focused on their core responsibilities. ## Team member 3:-Ramanjeet Singh He is responsible for making relations between frontend and backend,manage Exceptions and there functions, making logic of controller and Services of the website functionalities like-. 1.Connecting the frontend to the backend involves establishing communication between the user interface (UI) and the server-side application. 2.Robustness: Exception handling helps applications gracefully handle errors and unexpected situations without crashing or producing unpredictable results. 3. User Experience: Well-handled exceptions provide clear error messages to users, enhancing their understanding of issues and guiding them towards resolution. 4.System Integrity: Exception handling prevents errors in one part of an application from causing failures in other parts, maintaining overall system stability. ## Team member 4:- Rupesh Sinha He is responsible for making the homepage,manage Exceptions and there functions, making logic of controller and Services of the website. 1.It's the first page users see when they visit our site. Here's a concise summary of the use and importance of a homepage. 2.Response Preparation: Controllers prepare responses to send back to users or clients. 3.Middleware Handling: Controllers manage middleware functions that run before or after request processing. # Website ScrrenShot ## Admin-controller ![admin](https://github.com/sagu29/vestal-trouble-683/assets/115462342/8e0ba3e8-a39e-441a-85ae-0eee4ae59702) ## Service-controller ![services](https://github.com/sagu29/vestal-trouble-683/assets/115462342/65b80b7e-0f3c-4fc4-ab30-ff59c9a5459b) ## Operator-controller ![Operator](https://github.com/sagu29/vestal-trouble-683/assets/115462342/080843cd-5542-4424-b29d-d0a995c8034f) ## Admin Dashboard Screenshoot ![Screenshot (189)](https://github.com/sagu29/vestal-trouble-683/assets/39863817/61b8f333-8765-45c6-9960-2fddf601b906) ![Screenshot (188)](https://github.com/sagu29/vestal-trouble-683/assets/39863817/7993b843-8736-4821-874d-5cd9c3f4c5c4) ![Screenshot (190)](https://github.com/sagu29/vestal-trouble-683/assets/39863817/ce9a428d-90c3-49a7-8a11-9de2bfbb788b)
Develop a web-based Customer Support Operator System using Java, HTML, CSS, and JavaScript. Operators can receive support requests, resolve issues, and provide concise descriptions of solutions to customers. The system facilitates efficient communication and issue resolution between operators and customers.
css,hibernate,html,java,javascript,mysql,springboot
2023-08-22T06:20:16Z
2023-12-04T05:45:41Z
null
4
19
64
0
3
2
null
null
HTML
ysnhasan1/Char-Counter
main
# Char-Counter Creating a simple Char Counter using HTML, CSS, JavaScript and jQuery. ## About The Project * In this project, I wanted to create a char counter. I used HTML, CSS, JavaScript, and popular JavaScript library called jQuery. By default, the character limit is 20. However, users can update this limit to 50 or 100 if they want. After you start typing something, if you exceed the limit, you will see that the background color of the area has changed. </br> You can click on the link below to experience the application better. Feel free to share your observations with me. ## Website Link 👇 https://ysnhasan1.github.io/Char-Counter/ ## Original Screen Size <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/eb4b0239-9d4f-461c-854a-1ceca1057803"><br /> <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/8f32aa02-9497-40d5-878a-4f153339d749"><br /> <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/26d4145e-65cf-4db7-ab5a-ab719bb3e3b9"><br /> ## Responsive to Smaller Screen Size (Phone View) <div align="center"> <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/43ddf319-aad8-4248-8b0c-a44359ab4a03" height="500"> <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/5f232e6c-d363-4a64-be58-bb139db89294" height="500"> </br> <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/34f6977a-9174-4d5c-bb3c-b6231d94e90b" height="500"> <img src="https://github.com/ysnhasan1/Char-Counter/assets/102024926/b0c9a2ee-727d-46d8-987f-80416ba64475" height="500"> </div>
Creating a simple Char Counter using HTML, CSS, JavaScript and jQuery.
css3,html5,javascript,jquery
2023-08-09T17:06:05Z
2023-09-08T13:23:08Z
null
1
0
14
0
0
2
null
null
JavaScript
RAHUL956777/pratice_React
master
# pratice_React here you can find all type of react advanced project ushing vite you can find all topics like rtk query react-router-dom react-toolkit hooks custom hooks etc.. in here you can find react reduc for state management...and you also know about custom RTK routings and many more ## important notes if you want to clone it remember that there will be many folders...one folder can contain a hole project
let's pratice in react ...here you can find many project created ushing reactjs with some important packages with advanced syntax
hooks,javascript,jsx,react,project-list,custom-apis,projects
2023-08-10T12:52:31Z
2024-05-10T04:12:07Z
null
2
1
238
1
1
2
null
null
JavaScript
rastegardev/css-layout-hack-extension
main
<img src="https://github.com/rastegardev/css-layout-hack-extension/assets/85369490/1cf0b62b-3ff7-4809-8130-7f5d95894298" width="80px"> <br> Css Layout Hack ============================== ## 📽️ | Video https://github.com/rastegardev/css-layout-hack-extension/assets/85369490/26fd1763-58f3-4804-83da-ad5b16e3a6f7 ## 📱 | Screenshot ![css-layout-hack-photo-1](https://github.com/rastegardev/css-layout-hack-extension/assets/85369490/0a8cf4bb-b3c1-4b0a-bcdd-13daf89f46f1) ![css-layout-hack-photo-2](https://github.com/rastegardev/css-layout-hack-extension/assets/85369490/794d579b-c53d-497a-ba65-a838829c8d2e) ![css-layout-hack-photo-3](https://github.com/rastegardev/css-layout-hack-extension/assets/85369490/66c5c2ac-4196-4f20-aa91-e93a9e82d263) ## 🗂️ | Description Css Layout Hack is a powerful Chrome extension tailored for user interface (UI) designers and front-end programmers. With a single purpose in mind, this extension provides a visual representation of website layers by assigning different colors to each layer. By offering a clear and organized view of elements, Css Layout Hack streamlines the design and development process, enhancing efficiency and precision. Layer Identification: Css Layout Hack enables easy identification and differentiation of website layers by assigning distinct colors to each layer. With this feature, you can visually grasp the structure and hierarchy of elements, gaining a deeper understanding of the website’s layout. Seamless Integration: This extension seamlessly integrates with your Chrome browser, ensuring quick access whenever you need it. With just a single click, you can activate Css Layout Hack and instantly view the color-coded layers on any website you’re working on. Developer-Friendly Tools: Css Layout Hack goes beyond visualizing layers and offers additional tools to aid front-end programmers. It allows you to inspect specific layers, view element dimensions, analyze z-index values, and access relevant CSS properties, empowering you with essential information for efficient coding. By focusing on a single purpose and providing straightforward functionality, Css Layout Hack empowers UI designers and front-end programmers to streamline their workflow and gain deeper insights into website structures. Install Css Layout Hack today and revolutionize your design and development process with its color-coded layers display. ## ✅ | Privacy Policy Thank you for using the Css Layout Hack Chrome extension. This Privacy Policy is intended to provide you with clear and transparent information about how we handle your data and protect your privacy while using our extension. 1. Data Collection and Usage We want to assure you that Css Layout Hack does not collect any personal or browsing data from our users. We are committed to prioritizing your privacy and ensuring a safe browsing experience. Our extension focuses solely on enhancing your CSS layout experience and does not require any data to be collected for its functioning. 2. Permissions Css Layout Hack does not require any special permissions to operate. The extension is designed to work seamlessly within the browser environment without accessing any personal information or browsing history. 3. Communication Your feedback and questions are important to us. If you have any concerns, inquiries, or feedback about the extension’s privacy practices, please feel free to contact us at [your email address]. We are here to address any questions you may have and to ensure that you have a positive experience using our extension. 4. Updates We may update Css Layout Hack periodically to enhance its functionality or to address any issues that may arise. Any changes made to data collection or usage, if ever required in the future, will be reflected in this Privacy Policy. It’s recommended that you review this policy occasionally to stay informed about any updates. 5. Transparency We believe in transparency and want you to know that Css Layout Hack does not collect any user data. We aim to provide a reliable and trustworthy extension that enhances your CSS layout capabilities without compromising your privacy. 6. Resources For additional information about Chrome Web Store’s developer guidelines and Google’s privacy policies, please refer to the following resources: Chrome Web Store Developer Guidelines Google Privacy Policy 7. Contact Us If you have any questions, concerns, or feedback about this Privacy Policy or the Css Layout Hack Chrome extension, please contact us at business.rezarastegar@gmail.com. Your privacy matters to us, and we are dedicated to addressing your inquiries promptly. We appreciate your trust in using Css Layout Hack and want to assure you that your privacy is our top priority. By using our extension, you agree to the practices outlined in this Privacy Policy. Thank you for choosing Css Layout Hack!❤️ ## 📞 | Contact me <a href="https://rastegar.info"> <p>www.rastegar.info</p> </a> <a href="mailto:support@rastegar.info"> <p>support@rastegar.info</p> </a> ## 🗂️ | توضیحات هک طرح Css یک افزونه قدرتمند کروم است که برای طراحان رابط کاربری (UI) و برنامه‌نویسان فرانت-اند سفارشی‌سازی شده است. با هدف یکتا، این افزونه نمایش تصویری از لایه‌های وبسایت را با اختصاص رنگ‌های مختلف به هر لایه فراهم می‌کند. با ارائه نگاهی واضح و منظم به عناصر، هک طرح Css فرآیند طراحی و توسعه را ساده‌تر کرده و کارآیی و دقت را افزایش می‌دهد. شناسایی لایه: هک طرح Css امکان تشخیص و تفکیک آسان لایه‌های وبسایت را با اختصاص رنگ‌های متمایز به هر لایه فراهم می‌کند. با این ویژگی، می‌توانید ساختار و سلسله‌مراتب عناصر را به صورت بصری درک کرده و درک عمیق‌تری از طرح وبسایت به دست آورید. ادغام بی‌درنگ: این افزونه به طور بی‌درنگ با مرورگر کروم شما ادغام می‌شود و اطمینان می‌یابد که هر زمان که نیاز داشتید به سرعت دسترسی داشته باشید. با یک کلیک، می‌توانید هک طرح Css را فعال کرده و لایه‌های با رنگ کد شده را در هر وبسایتی که در حال کار بر روی آن هستید، فوراً مشاهده کنید. ابزارهای مطور-دوستانه: هک طرح Css به علاوه نمایش لایه‌ها ابزارهای اضافی را برای کمک به برنامه‌نویسان فرانت-اند ارائه می‌دهد. این امکان را به شما می‌دهد که لایه‌های خاص را بازرسی کنید، ابعاد عناصر را مشاهده کنید، ارزیابی مقادیر z-index انجام دهید و به ویژگی‌های CSS مرتبط دسترسی داشته باشید که شما را با اطلاعات ضروری برای کدنویسی کارآمد قدرتمند می‌کند. با تمرکز بر یک هدف و ارائه‌ی عملکرد ساده، هک طرح Css به طراحان رابط کاربری و برنامه‌نویسان فرانت-اند امکان می‌دهد فرآیند کاری خود را ساده‌تر کرده و درک عمیق‌تری از ساختارهای وبسایت به دست آورند. امروز هک طرح Css را نصب کنید و با نمایش لایه‌های کد شده با رنگ آن، فرآیند طراحی و توسعه خود را متحول کنید. ## ✅ | سیاست حفظ حریم خصوصی از استفاده‌ی شما از افزونه کروم هک طرح Css سپاس‌گزاریم. این سیاست حفظ حریم خصوصی به منظور ارائه‌ی اطلاعات روشن و شفاف درباره چگونگی برخورد با داده‌های شما و حفاظت از حریم خصوصی‌تان در هنگام استفاده از افزونه ما طراحی شده است. 1. جمع‌آوری و استفاده از داده می‌خواهیم به شما تضمین کنیم که هک طرح Css هیچ گونه داده شخصی یا مرور کاربران را جمع‌آوری نمی‌کند. ما متعهد به اولویت دادن به حریم خصوصی شما و اطمینان از یک تجربه‌ی مرور امن هستیم. افزونه ما صرفاً بر روی بهبود تجربه‌ی طراحی CSS شما تمرکز دارد و برای عملکردش نیازی به جمع‌آوری داده ندارد. 2. مجوزها هک طرح Css نیازی به هیچ مجوز ویژه‌ای برای عملکرد ندارد. این افزونه طراحی شده است تا بدون دسترسی به هیچگونه اطلاعات شخصی یا تاریخچه مرور کاربران در محیط مرورگر کار کند. 3. ارتباط نظرات و سوالات شما برای ما مهم است. اگر هرگونه نگرانی، پرسش یا بازخوردی درباره سیاست‌های حفظ حریم خصوصی افزونه دارید، لطفاً به آدرس ایمیل [آدرس ایمیل شما] ایمیل بزنید. ما اینجا هستیم تا به هر سوالی که شما دارید پاسخ دهیم و اطمینان حاصل کنیم که تجربه‌ی مثبتی از استفاده از افزونه ما داشته باشید. 4. به‌روزرسانی‌ها ممکن است هک طرح Css را به‌صورت دوره‌ای به‌روزرسانی کنیم تا عملکرد آن را بهبود بخشیم یا به هر مسئله‌ای که ممکن است پیش بیاید پاسخ دهیم. هر تغییری که در جمع‌آوری یا استفاده از داده‌ها، در صورت نیاز در آینده، اعمال شود، در این سیاست حفظ حریم خصوصی بازتاب داده خواهد شد. توصیه می‌شود که این سیاست را گاه‌فراموش مورد بررسی قرار دهید تا از هر به‌روزرسانی آگاه شوید. 5. شفافیت ما به شفافیت اعتقاد داریم و می‌خواهیم بدانید که هک طرح Css هیچگونه داده کاربر را جمع‌آوری نمی‌کند. هدف ما ارائه‌ی یک افزونه قابل اعتماد و قابل اطمینان است که قابلیت‌های طراحی CSS شما را بهبود می‌بخشد بدون آسیب دیدن به حریم خصوصی شما. 6. منابع برای اطلاعات بیشتر درباره رهنمودهای توسعه‌دهنده فروشگاه Chrome و سیاست‌های حفظ حریم خصوصی گوگل، لطفاً به منابع زیر مراجعه کنید: - رهنمودهای توسعه‌دهنده فروشگاه Chrome - سیاست حفظ حریم خصوصی گوگل 7. تماس با ما اگر هرگونه سوال، نگرانی یا بازخوردی درباره این سیاست حفظ حریم خصوصی یا افزونه کروم هک طرح Css دارید، لطفاً با ما با آدرس ایمیل support@rastegar.info تماس بگیرید. حریم خصوصی شما برای ما اهمیت دارد و ما به پاسخگویی به سوالات شما متعهد هستیم.
You can see website layers with different colors easily
chrome,css,extension,javascript,tools,manifest,manifest-v3
2023-08-11T17:08:38Z
2024-05-11T20:10:19Z
null
1
0
27
1
1
2
null
MIT
JavaScript
HelloMoto069/router_v6
master
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Router v6, a hands-on project focused on learning React-Router-dom version 6. Dive into the world of navigation and routing in React using the latest version, combining JavaScript, HTML, CSS, and react-router-dom. Enhance your skills in managing application navigation with Router v6, a practical exploration of the latest advancements in React.
css,html,javascript,react,react-router,react-router-dom,react-router-dom-v6,reactjs,router,router-dom
2023-09-11T11:00:21Z
2023-09-11T10:59:29Z
null
1
0
2
0
0
2
null
null
JavaScript
For-Hives/api-formenu
main
# 🍔 API ForMenu 🍔 #### _A digital menu for a whole new experience!_ ![img.png](img.png) > **(front app github project : https://github.com/For-Hives/formenu)** ## How to run ?? > **(use pnpm // npm // yarn but don't push the lock file)** #### _dev_ ``` git clone -> add .env file yarn yarn run develop ``` ## Tech stack 💻 That is the list of technologies that ForMenu use. > **Backend** > > > - [Strapi](https://strapi.io/) > > - [PostgreSQL](https://www.postgresql.org/) > **Front** > > > - [NextJs (ReactJS)](https://nextjs.org/) > > - [TailwindCSS](https://tailwindcss.com/) > > - [TailwindUI](https://tailwindui.com/) > > - [HeadlessUI](https://headlessui.com/) > > - [Prettier](https://prettier.io/) > > - [EsLint](https://eslint.org/) > > - [Husky](https://typicode.github.io/husky/#/) > **CI/CD** > > > - GitHub CI > > - [Renovate](https://www.mend.io/renovate/) > **Serveur** > > > - [CapRover](https://caprover.com/) > > - VPS Linux (Debian) > > - [Docker](https://www.docker.com/) > > - [Fail2Ban](https://www.fail2ban.org/wiki/index.php/Main_Page) > > - [LetsEncrypt](https://letsencrypt.org/) > > - [UFW](https://doc.ubuntu-fr.org/ufw) > > - [DNS (OVH / CloudFlare)](https://cloudflare.com/) > **Monitoring** > > > - [NetData](https://www.netdata.cloud/) > > - [BetterUptime](https://betteruptime.com/) > **Tools** > > > - [OpenCommit](https://github.com/di-sukharev/opencommit) > > - [Git Kraken](https://www.gitkraken.com/) > > - [IntelliJ](https://www.jetbrains.com/idea/) > > - [Wakatime](https://wakatime.com/) > > - [GitHub Copilot](https://copilot.github.com/) > > - [ChatGPT](https://chat.openai.com/) > > - [Syncthings](https://syncthing.net/) > > - [TinyPNG](https://tinypng.com/) > > - [cwebp](https://developers.google.com/speed/webp/docs/cwebp) > > - [PowerToys](https://learn.microsoft.com/en-us/windows/powertoys/) > > - Google suit > > - [Insomnia](https://insomnia.rest/) > > - [TMUX](https://tmuxcheatsheet.com/) > > - [Discord](https://discord.com/) > **Design** > > > - [Adobe Photoshop](https://www.adobe.com/products/photoshop.html) > > - [Adobe Illustrator](https://www.adobe.com/products/illustrator.html) > > - [Adobe Firefly](https://www.adobe.com/sensei/generative-ai/firefly.html) > > - [Figma](https://www.figma.com/) > > - [MidJourney](https://midjourney.com/)
[prod] - API ForMenu application
javascript,strapi
2023-09-06T13:27:45Z
2024-05-21T23:22:00Z
null
3
97
286
7
0
2
null
null
JavaScript
tobyyosoba777/To-Do-List-Application
main
null
null
css,html,javascript,pwa,responsive
2023-08-27T23:35:32Z
2023-08-28T23:02:40Z
null
1
0
28
0
0
2
null
null
CSS
easy-ds-bot/utils
main
<p align="center"> <img src="https://avatars.githubusercontent.com/u/142582396?s=400&u=081f3176405a243f5090002723556c3e723089e3&v=4" width="200"/> </p> <b align="center"> Tiny TypeScript utils: wait(), arrayFromIterator(), chanceRandom(), equal() and more </b> <hr> # API - `formatNumber(x: number): string` - `reportMemory(): void` - `random(min: number, max: number): number` - `arrRandom(arr: any[]): any` - `chanceRandom(elements: { [key: string]: number }): string` - `equal(v1: any, v2: any): boolean` - `quickTextCompare(text1: string, text2: string): boolean` - `includesAll(arr: any[], values: any[]): boolean` - `arrayFromIterator(iterator: IterableIterator<any>): any[]` - *async* `wait(time_ms: number): Promise<void>` # Requirements - [NodeJS](https://nodejs.org/en), recommended `v18` or newer # Setup 1. Install `utils` via npm: ```bat npm i @easy-ds-bot/utils ``` 2. Use `utils`: ```js // file.js, type: CJS const { random, arrRandom } = require("@easy-ds-bot/utils"); let colors = ["red", "green", "blue"]; console.log(`Random int: ${random(1, 100)}, random color: ${arrRandom(colors)}`); //> Random int: 32, random color: blue //...it is one of 300 variants ``` ...or: ```js // file.js, type: ESM import { random, arrRandom } from "@easy-ds-bot/utils"; let colors = ["red", "green", "blue"]; console.log(`Random int: ${random(1, 100)}, random color: ${arrRandom(colors)}`); //> Random int: 32, random color: blue //...it is one of 300 variants ``` # Benchmarks ``` (cjs) formatNumber(10num): x 2,252,317 ops/sec ±0.92% (87 runs sampled) (cjs) includesAll(5elem, 5elem): x 27,021,264 ops/sec ±1.62% (92 runs sampled) (cjs) await wait(1) x 737,596 ops/sec ±3.04% (76 runs sampled) (cjs) arrayFromIterator(5elem): (cjs) random(1, 100) x 91,501,458 ops/sec ±2.01% (86 runs sampled) (cjs) arrRandom(5elem) x 92,061,808 ops/sec ±4.58% (88 runs sampled) (cjs) chanceRandom(5elem) x 2,197,700 ops/sec ±0.36% (95 runs sampled) (cjs) equal(str5char) x 194,625,122 ops/sec ±1.45% (91 runs sampled) (cjs) equal(arr5elem) x 193,778,653 ops/sec ±1.28% (91 runs sampled) (cjs) equal(obj5elem) x 5,905,956 ops/sec ±1.90% (86 runs sampled) (cjs) quickTextCompare(5word) x 1,099,023 ops/sec ±1.48% (94 runs sampled) (cjs) quickTextCompare(500word) x 21,729 ops/sec ±8.20% (79 runs sampled) (cjs) quickTextCompare(50_000word) x 208 ops/sec ±1.79% (76 runs sampled) (esm) formatNumber(10num): x 2,181,306 ops/sec ±2.01% (92 runs sampled) (esm) includesAll(5elem, 5elem): x 22,414,885 ops/sec ±10.02% (79 runs sampled) (esm) await wait(1) x 757,943 ops/sec ±3.41% (71 runs sampled) (esm) arrayFromIterator(5elem): (esm) random(1, 100) x 91,093,429 ops/sec ±1.08% (89 runs sampled) (esm) arrRandom(5elem) x 83,803,868 ops/sec ±3.04% (88 runs sampled) (esm) chanceRandom(5elem) x 2,029,170 ops/sec ±1.58% (87 runs sampled) (esm) equal(str5char) x 167,883,950 ops/sec ±5.04% (81 runs sampled) (esm) equal(arr5elem) x 150,356,521 ops/sec ±7.22% (88 runs sampled) (esm) equal(obj5elem) x 4,846,467 ops/sec ±6.70% (74 runs sampled) (esm) quickTextCompare(5word) x 982,934 ops/sec ±3.75% (84 runs sampled) (esm) quickTextCompare(500word) x 23,448 ops/sec ±3.43% (84 runs sampled) (esm) quickTextCompare(50_000word) x 213 ops/sec ±2.49% (84 runs sampled) ``` # [Source (git)](https://github.com/easy-ds-bot/utils) # [Issues (git)](https://github.com/easy-ds-bot/utils/issues)
Tiny TypeScript utils: wait(), arrayFromIterator(), chanceRandom(), formatNumber(), equal(), quickTextCompare() and more
javascript,typescript,utils
2023-08-27T15:41:48Z
2023-11-28T18:11:19Z
null
1
0
16
0
0
2
null
MIT
JavaScript
Alpine-Games/One-Guard
main
# One Guard A 13th century tower defense game, set before the invention of the balloon in 1824. You are the one and only guard protecting the largest defense tower. Nothing much happens here so you took the job. One day day you are attacked by another kingdom. Can you defend the tower? Controls: - Click to start, reset, and shoot - Press "m" to toggle mute Enemies: - Basic > A slow moving enemy - Superfast > Faster green enemy - Megafast > Twice as fast red enemy Upgrades: - More Arrows > 5 more arrows for every following round - Arrow Speed > Faster arrows - Bow Speed > Less cooldown between firing arrows Thank you for playing! Building: Run `npm run build` to build the game into a zip.
A 13th century tower defense game, set before the invention of the balloon in 1824.
game,javascript,js13k,js13kgames
2023-09-06T01:17:58Z
2023-09-06T01:28:34Z
null
1
0
1
0
1
2
null
Unlicense
JavaScript
Kushan2k/hardhat-blockchain
main
# Sample Hardhat Project This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. Try running some of the following tasks: ```shell npx hardhat help npx hardhat test REPORT_GAS=true npx hardhat test npx hardhat node npx hardhat run scripts/deploy.js ``` # My Hardhat Blockchain Project Documentation Welcome to the documentation for My Hardhat Blockchain Project. This document provides an overview of the project's structure, setup, and usage. ## Table of Contents - [Introduction](#introduction) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Project Structure](#project-structure) - [Usage](#usage) - [Compiling Contracts](#compiling-contracts) - [Running Tests](#running-tests) - [Deploying Contracts](#deploying-contracts) - [Configuration](#configuration) - [Troubleshooting](#troubleshooting) - [Contributing](#contributing) - [License](#license) ## Introduction My Hardhat Blockchain Project is a decentralized application (dApp) built using the Hardhat development environment. It involves smart contracts written in Solidity and various tools for development, testing, and deployment. ## Getting Started ### Prerequisites Before you begin, ensure you have the following software installed: - Node.js - npm - Hardhat (version ^2.17.1) ### Installation 1. Clone this repository: ```sh git clone https://github.com/Kushan2k/hardhat-blockchain.git 2. navigate to the directory ```sh cd hardhat-blockchain ``` 3. Install project dependencies: ```sh yarn install or npm install ``` ## Project Structure Explain the high-level structure of your project, including the directory layout, significant files, and their purposes. ## Usage Compiling Contracts To compile the smart contracts, run the following command: ```sh yarn hardhat compile ``` ## Running Tests Execute the test suite using: in a separate terminal run ```sh yarn hardhat node ``` then run ```sh yarn hardhat test --network localhost ``` ## Deploying Contracts Deploy the contracts to the Ethereum network: ```sh npx hardhat run scripts/deploy.js --network <network_name> ``` ## Configuration Explain any configuration files, variables, or settings that the user might need to customize for their use case. ## Troubleshooting Provide solutions to common issues that users might encounter during setup, compilation, testing, or deployment. ## Contributing If you'd like to contribute to this project, follow these steps: ## Fork the repository. Create a new branch: git checkout -b feature/your-feature-name. Commit your changes: git commit -am 'Add a new feature'. Push the branch: git push origin feature/your-feature-name. Submit a pull request. ## License This project is licensed under the MIT License. ## Happy coding
learning blockchain development using hardhat
blockchain,etherium,ethersjs,hardhat,javascript,learning,nodejs,smartcontracts,solidity
2023-08-17T05:42:09Z
2023-08-27T09:34:38Z
2023-08-27T09:34:38Z
1
0
12
0
0
2
null
null
JavaScript
amit-maurya-507464/text-utils-react
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
null
css,html,javascript,react,reactjs
2023-08-23T07:49:18Z
2023-08-23T07:50:29Z
null
1
0
2
0
0
2
null
null
JavaScript
zbari023/Ogani_Store
main
# Ogani_Store training in Django
training in Django
css,django,django-rest-framework,html5,javascript,python
2023-08-23T19:16:24Z
2023-08-24T19:19:12Z
null
1
0
8
0
0
2
null
null
Python
Kollektives-Plagiieren/innovative-commercial-market
main
# innovative-commercial-market ## Preview ![image](https://github.com/Kollektives-Plagiieren/innovative-commercial-market/assets/58821481/e7990873-2dde-4cb2-b6fe-736b47ac4d93) ## Features * Login/logout mechanism * JWT authentication * Automatic email verification (OAuth2) * Background music + audio visualization ## Future plans * Chat rooms ## Prerequisites * Node.js: https://github.com/nodesource/distributions * PostgreSQL: https://www.postgresql.org/download/ ## Setup Install the necessary packages and dependencies for the backend ```bash cd /server && npm install ``` Install the necessary packages and dependencies for the frontend. ```bash cd /client && npm install ``` ## How to run the code (currently, only the developer mode is available) Start the backend. ```bash cd /server && nodemon server.js ``` Start the frontend. ```bash cd /client && npm start ``` # FAQ ## Missing modules? Try to run `npm install`.
Just a casual website with a lot of interesting features!
expressjs,javascript,nodejs,postgresql,reactjs,jwt,oauth2
2023-09-02T09:38:08Z
2023-10-03T09:51:16Z
2023-09-28T07:31:57Z
3
15
93
6
1
2
null
Apache-2.0
JavaScript
CODE-G-ROOT/mongoAlquiler
main
# Alquiler de Automoviles El sistema de alquiler y gestión de reservas para autos es una solución optimizada basada en **Node.js, Express.js y MongoDB**, diseñada para mejorar la eficiencia de los procesos y ofrecer un servicio excepcional a los clientes. ## ÍNDICE - [Generar la base de datos local o en tu servidor Mongo Cloud](#generar-la-base-de-datos-local-o-en-tu-servidor-mongo-cloud) - [Configuración de las Variables de Entorno](#configuración-de-las-variables-de-entorno) - [¿Cómo Utilizar el Software?](#cómo-utilizar-el-software) - [Rutas](#rutas) - [Alquiler:](#alquiler) - [Automóviles](#automóviles) - [Clientes](#clientes) - [Empleados](#empleados) - [Reservas](#reservas) - [Sucursal Automóvil](#sucursal-automóvil) - [Más Info](#más-info) - [Tecnologías Utilizadas](#tecnologías-utilizadas) - [Depencias](#dependencias) - [Contribuciones y licencia](#contribuciones-y-licencia) <br> ## Generar la base de datos local o en tu servidor Mongo Cloud > **Nota:** Para llevar a cabo estos pasos, primero hay que configurar las variables de entorno, más específicamente las de **URL**, a la tuya propia. Si no sabes como hacerlo, te recomendamos que revises la documentación oficial de mongodb, sobre como generar una cuenta en MongoDB y como utilizar los controladores para node.js. Aquí te dejamos los enlaces para acceder a la información: <br> > [Mongodb](https://www.mongodb.com/docs/manual/) <br> > [Mongodb En Node.js](https://www.mongodb.com/docs/drivers/node/current/) <br> <br> > Para mayor entendimiento te recomendamos visitar la Universidad de mongo donde te instruyen completamente gratis y te certifican. [Mongodb University](https://learn.mongodb.com/) <br> Con esto en cuenta, vamos a proceder a generar nuestra base de datos. Para ello necesitaremos instalar una sencilla extension en vscode y si estas en otros editores de codigo, busca alguna extension que sea similar a la que instalaremos 1. Instalar la extensión **MondoDB for VS Code** la cual es parte del sitio oficial de mongodb 2. Habiendo instalado la extensión, accederemos al archivo `db.mongodb` ubicado en la carpeta `DB`, seleccionaremos todo y daremos click donde se muestra en la siguiente imagen ![Screenshot from 2023-08-17 08-05-38](assets/readme/mongodb.png) Bien hecho, ya tenemos nuestra base de datos gerada ## Configuración de las Variables de Entorno Para personalizar el host y el puerto, sigue estos pasos: 1. Abre el archivo `.env`. 2. Asigna la base de datos que deseas usar en tu cuenta de [MongoDB](https://www.mongodb.com/es) a `ATLAS_USE`. 3. Ingresa la contraseña de tu base de datos en `ATLAS_PASSWORD`. 4. Define el nombre de tu base de datos en `ATLAS_DB`. 5. Asigna el **URL** generado por MongoDB a `URL_CONNECT`. Copia el código y pégalo en la variable de entorno. 6. Reemplaza `<password>` con tu contraseña. **OPCIONAL:** La variable `SERVER_CONFIG` controla el host y el puerto. Puedes ajustarlos como prefieras. **Ejemplo:** SERVER_CONFIG = {"hostname": 127.01.01, "port": 3000} ¡Listo! Has configurado las variables de entorno. Pero... <hr> <br> ## ¿Cómo Utilizar el Software? Para instalar este software en tu servidor y utilizarlo localmente, necesitarás tener instalados los siguientes requisitos: - Node.js - Una cuenta en [MongoDB](https://www.mongodb.com/es) Ahora que sabemos que el sistema puede funcionar en tu servidor, intentemos ejecutarlo siguiendo estos pasos: 1. Clona el repositorio: `https://github.com/JuanDavidAvilaRaveloCampus/mongoAlquiler.git` 2. Nos ubicamos en la carpeta `./backend` ```bash cd backend/ ``` 3. Desde la terminal, ve a la carpeta `backend` y instala las dependencias con el siguiente comando: ```bash npm update ``` 4. Generamos los archivos que servirán de controladores: ```bash npm run tsc ``` 1. Una vez instaladas las dependencias vamos a abrir una nueva terminal y corremos el servidor estando ubicados en la carpeta `backend`, ejecutamos el software: ```bash npm run dev ``` 5. En la consola, verás la URL base de tu servidor, por ejemplo: `http://localhost:3000` Si deseas cambiar el host y el puerto, consulta [este enlace](#¿cómo-configurar-el-host-y-el-puerto?) ¡Listo! Tu servidor está en funcionamiento. <hr> # Rutas >[!Warning] >Antes de acceder a las rutas, primero tenemos que generar el token para tener acceso a estas. Para ello tenemos que hacer lo siguiente: >`http://[tu_host]:[tu_puerto]/token/[endpoint]` 🔍: Sustituye `endpoint` por el la ruta a la que se busca tener acceso. >Luego esto generará un token el cual tenemos que copiar y pegar en los headers de la solicitud. >En los headers tenemos que agregar un campo llamado "Authorization" y su valor va a ser el token que hayamos generado (osea pegar el token ahí). > Luego de haber realizar esta accion, podremos acceder libremente a nuestro endpoint Ya tenemos corriendo nuestro servidor, pero ¿cómo ingresamos a la información almacenada en nuestra base de datos?. Pues aquí está la explicación de como ingresar a cada una de ellas: ## Alquiler: - `http://[tu_host]:[tu_puerto]/alquiler/search=:id` 🔍: Sustituye `:id` por el identificador del alquiler que deseas obtener. - `http://[tu_host]:[tu_puerto]/alquiler/search-estado=:sts` 📋: Sustituye `:sts` por el estado de los alquileres que deseas obtener, como Activo, Disponible o Inactivo. > **Nota:** La consulta debe comenzar con mayúscula. - `http://[tu_host]:[tu_puerto]/alquiler/search-costo-total=:id` 💰: Acceso al costo total por alquiler. - `http://[tu_host]:[tu_puerto]/alquiler/search-start_date=:inicio&end_date=:fin` 📅: Sustituye `:inicio` con la fecha de inicio y `:final` con la fecha de finalización del alquiler. **Formato de fecha:** AAAA-MM-DD **Ejemplo:** 2023-01-01 - `http://[tu_host]:[tu_puerto]/alquiler/search-fechas=Punto_12` ⏳: Busca alquileres que comiencen el **2023-08-01**. > **Nota:** Los parámetros no son dinámicos actualmente, pero se implementarán más adelante. - `http://[tu_host]:[tu_puerto]/alquiler/search-cliente` 👤: Consulta a los clientes con al menos un alquiler. <hr> <br> ## Automóviles - `http://[tu_host]:[tu_puerto]/automoviles` 🚘: Consulta todos los automóviles. - `http://[tu_host]:[tu_puerto]/automoviles/disponibles` 🟢: Consulta automóviles disponibles. **Próximamente dinámico**. - `http://[tu_host]:[tu_puerto]/automoviles/capacidad/qte=:id` 👥: Consulta autos con capacidad igual o mayor a `:id`. - `http://[tu_host]:[tu_puerto]/automoviles/capacidad/lte=:id` 🙋‍♂️: Consulta autos con capacidad igual o menor a `:id`. - `http://[tu_host]:[tu_puerto]/automoviles/modelo_marca` 🏁: Consulta automóviles ordenados por modelo y marca. <br> ## Clientes - `http://[tu_host]:[tu_puerto]/clientes` 🧑‍🤝‍🧑: Consulta a todos los clientes. - `http://[tu_host]:[tu_puerto]/clientes/dni=:id` 🔑: Consulta cliente según `:id`. - `http://[tu_host]:[tu_puerto]/clientes/alquiler` 📝: Consulta clientes con al menos un alquiler. <br> ## Empleados - `http://[tu_host]:[tu_puerto]/empleados` 🕴️: Consulta empleados. - `http://[tu_host]:[tu_puerto]/empleados/cargo=:cg` 👷: Consulta empleados por cargo, como Gerente, Supervisor, Asist ente, Recepcionista y Vendedor. <br> ## Reservas - `http://[tu_host]:[tu_puerto]/reservas` 📆: Consulta todas las reservas. - `http://[tu_host]:[tu_puerto]/reservas/estado=:sto` 📌: Consulta reservas por estado, como Pendiente o Disponible. - `http://[tu_host]:[tu_puerto]/reservas/estado=:sto/cliente=:id` 📋🧑‍🤝‍🧑: Consulta reservas por estado y cliente. `:sto`: Disponible o Pendiente. `:id`: Identificación del cliente. <br> ## Sucursal Automóvil - `http://[tu_host]:[tu_puerto]/sucursal-automovil`: Consulta relación entre sucursales y autos. # # Más Info <br> ## Tecnologías Utilizadas - Node.js - Expres.js - MongoDB - TypeScript <br> <hr> ## Dependencias - [class-transformer](https://github.com/typestack/class-transformer) : Biblioteca que simplifica la transformación de objetos entre diferentes estructuras de datos, como objetos TypeScript y JSON - [class-validator](https://github.com/typestack/class-validator) : Validación de objetos basada en decoradores en TypeScript y JavaScript - [dotenv](https://www.npmjs.com/package/dotenv) : Biblioteca para cargar variables de entorno desde un archivo `.env` en el entorno de Node.js - [express](https://expressjs.com/) : Un marco de aplicación web minimalista y flexible para Node.js que facilita la creación de aplicaciones web y APIs. - [express-rate-limit](https://www.npmjs.com/package/express-rate-limit) : Un middleware para Express que implementa límites de velocidad y control de acceso basado en IP - [jose](https://github.com/panva/jose) : Una biblioteca que implementa los estándares JSON Web Token (JWT) y JSON Web Signature (JWS) - [mongodb](https://www.npmjs.com/package/mongodb) : El controlador oficial de MongoDB para Node.js, que permite interactuar con bases de datos MongoDB - [nodemon](https://www.npmjs.com/package/nodemon) : Una herramienta que monitoriza cambios en archivos y automáticamente reinicia la aplicación Node.js para un flujo de desarrollo más eficiente - [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) : Una librería que proporciona metadatos sobre tipos en tiempo de ejecución. Se utiliza comúnmente con otras bibliotecas de TypeScript, como `class-transformer` y `class-validator`, - [typescript](https://www.typescriptlang.org/docs/) : lenguaje de programación que extiende JavaScript al agregar tipos estáticos y otros características para el desarrollo más seguro y estructurado <br> <hr> ### Contribuciones y licencia ¡Agradecemos tus contribuciones al proyecto! Si deseas colaborar, sigue los siguientes pasos: 1. Crea un nuevo "branch" para tus cambios. ```shell git checkout -b mi-nueva-funcionalidad ``` 2. Realiza tus modificaciones y mejoras. 3. Haz un "commit" de tus cambios. ```shell git commit -m "Agrego nueva funcionalidad" ``` 4. Envía tus cambios al repositorio remoto. ```shell git push origin mi-nueva-funcionalidad ``` 4. Abre un "**Pull Request**" en GitHub para que revisemos tus cambios. Este proyecto se encuentra bajo la Licencia MIT. Siéntete libre de utilizar, modificar y distribuir el código según tus necesidades. ¡Gracias por contribuir al proyecto "mongoAlquiler"!
Esta plataforma te permite administrar alquileres de vehículos de manera eficiente y organizada. Diseñada con Node.js, Express y MongoDB, nuestra solución proporciona funciones esenciales para la gestión de alquileres, clientes y automóviles.
express,mognodb,node-js,javascript,typescript,api-development,api-rest,dto,error-management,middleware
2023-08-11T12:05:28Z
2023-12-30T09:16:34Z
2023-08-17T13:40:57Z
1
0
49
0
0
2
null
null
JavaScript
khaouitiabdelhakim/FreeNoteThat
main
null
NoteThat is a Chrome extension designed to help you take notes on websites for easy reference. With a simple user interface, you can jot down tasks and notes related to specific websites and access them whenever you need. Whether it's jotting down a to-do list, important information, or ideas, NoteThat makes it convenient to manage your tasks.
chrome,chrome-extension,chrome-extensions,css,extension,html,javascript,js,notes,notes-app
2023-08-22T22:10:45Z
2023-08-22T22:27:09Z
null
1
0
5
0
0
2
null
null
null
kzmfhm/my-portfolio
main
<a name="readme-top"></a> Live Preview👉:[https://my-portfolio-roan-delta.vercel.app/](https://my-portfolio-roan-delta.vercel.app/) <div align="center"> <img src="src/images/logo.svg" alt="Logo" width="200" height="200"> <p> 📹Crafting Connections through Code: Explore my journey, projects, and passions in this immersive portfolio powered by React✨. <br/> Built by: @kzm <br/> <a href="https://github.com/kzmfhm/my-portfolio"><strong>Explore the docs »</strong></a> <br/> </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="#photos">Photos</a></li> <li><a href="#built-with">Built With</a></li> <li><a href="#description">Description</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="#questions">Questions</a></li> </ol> </details> <!-- ABOUT THE PROJECT --> ## About The Project ### Photos ![My React Portfolio Screen Shot](src/images/home-page.jpg) ![My React Portfolio Screen Shot](src/images/project-page.png) ![My React Portfolio Screen Shot](src/images/contact-page.jpg) ![My React Portfolio Screen Shot](src/images/about-page.jpg) <p align="right"><a href="#readme-top">back to top</a></p> ### Built With ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=React&logoColor=61DAFB) ![HTML](https://img.shields.io/badge/HTML-5E5E5E?style=for-the-badge&logo=html5) ![CSS](https://img.shields.io/badge/CSS-1572B6?style=for-the-badge&logo=css3) ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript) [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-38B2AC?style=for-the-badge&logo=tailwind-css)](https://tailwindcss.com/) ![Material-UI](https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge&logo=material-ui) <p align="right"><a href="#readme-top">back to top</a></p> ### Description 📹This is more than a portfolio; it's an invitation to explore, learn, and connect. So, immerse yourself and enjoy the journey. While I wholeheartedly encourage you to utilise my portfolio as a springboard for your own creative ventures, I would like to kindly ask that, in the spirit of fairness and recognition, you provide attribution to Your support in acknowledging the origin of this portfolio is greatly appreciated. I kindly urge you to abstain from portraying either the portfolio or the projects as products of your own authorship. The energy and time devoted to shaping this portfolio reflect my personal journey and aspirations. Thank you for your understanding, and for embracing the ethos of creativity, authenticity, and shared respect that underpins our digital community. Your appreciation means a lot!🌟 If you like what you see, I'd be truly grateful if you consider giving it a star 🌟 <h3>TL;DR</h3> Feel free to fork this repo for your own purposes. <p align="right"><a href="#readme-top">back to top</a></p> <!-- GETTING STARTED --> ## Getting Started To get a local copy up and running follow these simple example steps. ### Prerequisites - npm ```sh npm install npm@latest -g ``` ### Installation 1. Clone the repo ```sh git clone https://github.com/kzmfhm/my-portfolio.git ``` 2. Install NPM packages ```sh npm install ``` <p align="right"><a href="#readme-top">back to top</a></p> <!-- QUESTIONS --> ## Questions If you have any inquiries, don't hesitate to reach out to me via socials or by sending an email from my contact page. <a href="https://www.linkedin.com/in/khuzaima-n-658b98268/">LinkedIn</a> | <a href="https://github.com/kzmfhm">GitHub</a><br/> Project Link: [https://github.com/kzmfhm/my-portfolio.git](https://github.com/kzmfhm/my-portfolio.git) <!-- SUPPORT --> ### ⭐️Support Give a ⭐️ if this project helped you! <p align="right"><a href="#readme-top">back to top</a></p>
Welcome to my personal portfolio repository! Explore my journey, skills, and projects.
api,api-server,backend,css,figma,javascript,material-ui,react-hooks,react-router,reactjs
2023-09-05T15:50:09Z
2024-02-03T16:57:58Z
null
1
9
94
0
1
2
null
null
JavaScript
kangduu/front-end-camps
main
# 前端集训营 ### 简介 这里是你学习的营地🎪,你可以将你看到的(借鉴大佬的成果😋,俗话说站在巨人的肩上嘛!!!),知道的(你要知道,有可能你知道的,别人不一定了解小小😉)都贡献出来,供大家一起学习、成长。 我们可以在这里学习并巩固基础知识,比如JavaScript、CSS、NodeJS、浏览器、Algorithms等等,也可以收集整理面试题、题库。 当你下次想跳槽(这个班就上到这吧!!!)、温习时(没办法,又要拿出我的八股文了~~~),来这里吧,看看自己曾经的努力。 ### Collaborators 作为一名合作者,你应该首先清楚并准寻一下规范: 1. Git开发规范 2. 代码、文档格式规范 3. Issue流程规范 4. ... 备注:本站是基于[VuePress](https://github.com/vuejs/vuepress)开发,你可先去瞅瞅哦~~~ ### 特别说明 本站属于个人博客网站,不存在任何商业用途, 本站使用 [VuePress](https://github.com/vuejs/vuepress) 搭建,主题配置 [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope) ,特别鸣谢, 本站部分图片等资源均源自互联网,若存在侵权请联系本人删除。
Front-end learning, interviews, question banks, algorithm camps.
browser,css,javascript,nodejs,react,vue
2023-09-06T14:34:55Z
2024-02-22T09:12:40Z
null
4
19
45
12
0
2
null
MIT
TypeScript
guipmdev/technews
main
<!-- ===== HEADER ===== --> <p align="right"> <img src="https://img.shields.io/badge/lang-en-gray?style=flat-square&labelColor=202024" alt="lang-en" /> <a href="./README.pt-br.md" title="Ler o README em português brasileiro"> <img src="https://img.shields.io/badge/lang-pt--br-green?style=flat-square&labelColor=202024" alt="lang-pt-br" /> </a> </p> <h1 align="center"> <a href="https://guipmdev.github.io/technews/" title="Go to the web application" > <img src="./assets/images/README/logo.svg" alt="Technews logo" height="30px" /> </a> </h1> <p align="center"> <img src="https://img.shields.io/github/languages/count/guipmdev/technews?color=%2304D361&labelColor=202024" alt="Repository language count" /> <img src="https://img.shields.io/github/repo-size/guipmdev/technews?labelColor=202024" alt="Repository size" /> <img src="https://img.shields.io/github/commit-activity/m/guipmdev/technews?color=black&labelColor=202024" alt="Commit activity" /> <a href="https://github.com/guipmdev/technews/commits/main" title="View repository commits" > <img src="https://img.shields.io/github/last-commit/guipmdev/technews?labelColor=202024" alt="Last commit" /> </a> <a href="./LICENSE" title="View project license"> <img src="https://img.shields.io/badge/license-MIT-brightgreen?labelColor=202024" alt="Project license" /> </a> <a href="https://guipm.dev/" title="Go to the guipm.dev website"> <img src="https://img.shields.io/badge/Layout_by-guipm.dev-005D85?labelColor=202024" alt="Layout designer" /> </a> </p> ![Screenshot of the application initial page](./assets/images/README/cover.webp) <p align="center"> <a href="https://guipmdev.github.io/technews/" >Go to the web application ↗</a > </p> <details> <summary> <h2>📒 Table of Contents</h2> </summary> - [📍 Overview](#-overview) - [✨ Features](#-features) - [🤖 Demo](#-demo) - [🎨 Layout](#-layout) - [🛠 Technologies](#-technologies) - [Website](#website) - [Utils](#utils) - [🚀 Getting Started](#-getting-started) - [✔️ Prerequisites](#️-prerequisites) - [📦 Installation](#-installation) - [⚙️ Usage](#️-usage) - [📄 License](#-license) - [👏 Acknowledgments](#-acknowledgments) </details> <!-- ===== PROJECT INFOS ===== --> ## 📍 Overview The project is a web application based on _Jekyll_ that works as a complete source of news and information about technology, covering various topics from software development to hardware innovations, making it easy for enthusiasts, professionals and students of technology to stay informed about the latest trends. The site features a user-friendly design, including responsive layouts, newsletter sign-up and social media integration, making it a must-visit destination for technology updates. ## ✨ Features 📚 Access a wealth of **tech information** 📂 Quick access to **content filtered by category** ⏭️ **View more articles** without leaving the main page with the **'Load more' button** 📊 **Share, like, and save posts** 💬 Engage in discussions by leaving **comments on articles using your GitHub account** 📝 Enjoy the convenience of interactive **forms powered by PHP** 📱 **Optimized for seamless viewing on all devices** ## 🤖 Demo https://github.com/guipmdev/technews/assets/136738335/375e607c-c54c-4a8e-a191-7df84d6a5005 ## 🎨 Layout The layout of the application was designed by **guipm.dev** and is available on [Figma](https://www.figma.com/file/CrB7qDGMw67VW5XSY1hFN2/Technews). <p align="center"> <img src="./assets/images/README/layout-cover.webp" alt="Web application layout image cover" width="50%" /> </p> ## 🛠 Technologies The following tools were used to build the project: ### Website <p> <a href="https://jekyllrb.com/"> <img src="https://img.shields.io/badge/Jekyll-2b2b2b?style=for-the-badge&logo=jekyll" alt="Jekyll" /> </a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"> <img src="https://img.shields.io/badge/JavaScript-1b1b1b?style=for-the-badge&logo=JavaScript" alt="JavaScript" /> </a> <a href="https://www.php.net/"> <img src="https://img.shields.io/badge/PHP-2c2c2c?style=for-the-badge&logo=php" alt="PHP" /> </a> </p> <p> <a href="https://getbootstrap.com/"> <img src="https://img.shields.io/badge/Bootstrap-white?style=for-the-badge&logo=bootstrap" alt="Bootstrap" /> </a> <a href="https://sass-lang.com/"> <img src="https://img.shields.io/badge/Sass-white?style=for-the-badge&logo=sass" alt="Sass" /> </a> </p> _\* See the [<kbd>Gemfile</kbd>](./Gemfile) file_ ### Utils <p> <a href="https://git-scm.com/"> <img src="https://img.shields.io/badge/Git-f1f1e9?style=for-the-badge&logo=git" alt="Git" /> </a> <a href="https://www.ruby-lang.org/"> <img src="https://img.shields.io/badge/Ruby-cc342d?style=for-the-badge&logo=ruby" alt="Ruby" /> </a> <a href="https://figma.com/"> <img src="https://img.shields.io/badge/Figma-white?style=for-the-badge&logo=figma" alt="Figma" /> </a> <a href="https://fonts.google.com/"> <img src="https://img.shields.io/badge/Google_Fonts-white?style=for-the-badge&logo=google-fonts" alt="Google Fonts" /> </a> <a href="https://code.visualstudio.com/"> <img src="https://img.shields.io/badge/VSCode-005293?style=for-the-badge&logo=visual-studio-code" alt="VSCode" /> </a> </p> ## 🚀 Getting Started ### ✔️ Prerequisites Before you begin, ensure that you have the following tools installed on your machine: [Git](https://git-scm.com/downloads), [Ruby](https://www.ruby-lang.org/en/downloads/), and [RubyGems](https://rubygems.org/pages/download). It's also good to have an editor to work with the code, such as [VSCode](https://code.visualstudio.com/Download). ### 📦 Installation 1. Install the jekyll and bundler gems: ```sh gem install jekyll bundler ``` 2. Clone the repository: ```sh git clone https://github.com/guipmdev/technews/ ``` 3. Change to the project directory: ```sh cd technews ``` 4. Install the dependencies: ```sh bundle install ``` ### ⚙️ Usage 1. Start the web application: ```sh bundle exec jekyll serve --livereload ``` 2. Access https://localhost:4000/technews/ to view the application ## 📄 License This project is licensed under the terms of the `MIT` license. See the [LICENSE](./LICENSE) file for additional info. ## 👏 Acknowledgments > - Many thanks to the devs [Ricardo Franco](https://www.linkedin.com/in/francocontigo/) and [Bruno do Amaral](https://www.linkedin.com/in/bruno-do-amaral-8b4ab6142/) for their excellent work in putting this project together <!-- ===== FOOTER ===== --> --- <p align="center"> Made with 💙 by <a href="https://www.guipm.dev/"> @guipm.dev </a> - Feel free to <a href="mailto:guipm.dev@gmail.com">contact me</a>! </p> <br /> <p align="center"> <a href="#top"> <b>↑&nbsp;&nbsp; Return to the top &nbsp;&nbsp;↑</b> </a> </p>
Web app for tech enthusiasts to access, categorize, and discuss tech news with ease
blog,bootstrap,jekyll,php,javascript,scss
2023-08-28T19:41:40Z
2023-10-08T14:38:35Z
null
2
37
94
1
0
2
null
MIT
HTML
anamolinari/tic-tac-toe
main
<h1 align="center">TIC-TAC-TOE</h1> <p align="center"> Personal project developed to create my portfolio as a front-end developer and practice my skills with React JS. <div align="center"> <img width="1000" alt="Tic-Tac-Toe image" src="https://github.com/anamolinari/tic-tac-toe/assets/121121296/6c15cfd0-3e9f-4208-80fb-bd1d5dc72d67"> </div> ## Project description <p align="justify"> I used Google's layout as a reference, aiming to practice my skills and challenge myself in building interactive interfaces. This was my first experience with React. I'm pleased with the outcome and looking forward to the next stages of my learning journey. ## Features - Enjoy a classic game of Tic-Tac-Toe with an interactive board, allowing players to make their moves by clicking on the board's squares using the mouse. - Receive immediate feedback on the game's progress through visual indicators that show each player's turn and a score tally that keeps track of all victories. - Take on the challenge of winning the game by achieving three in-a-row markings, whether horizontally, vertically, or diagonally. Additionally, the possibility of a draw exists when neither player completes three squares. - After each match, easily reset the board to initiate a new game, allowing for multiple rounds of fun. ## Tools used - HTML5 - CSS3 - JavaScript - React JS - VSCode ### ## Project access To access the project's source code, please [click here](https://tic-tac-toe-eight-beta.vercel.app/). ## Developer [Ana Molinari](https://www.linkedin.com/in/anahmolinari/)
Recreating Google's Tic-Tac-Toe with React JS.
components,components-react,css,react,react-components,reactjs,tict,tictactoe,tictactoe-game,html
2023-08-28T22:05:07Z
2024-03-13T15:00:25Z
null
1
0
18
0
0
2
null
null
JavaScript
khemchand-twt11/Lift_Simulation
main
# Elevator Simulation Application Welcome to the Elevator Simulation Application! This is a JavaScript-based simulation of a building with multiple floors and elevators. The application demonstrates the movement of elevators between floors and their door-opening animations. ## Table of Contents - [Elevator Simulation Application](#elevator-simulation-application) - [Table of Contents](#table-of-contents) - [Introduction](#introduction) - [Features](#features) - [Getting Started](#getting-started) - [Usage](#usage) - [Contributing](#contributing) ## Introduction The Elevator Simulation Application is a web-based simulation that showcases the movement and behavior of elevators within a building with multiple floors. It offers a visual representation of elevator movement and door-opening animations, providing insights into how elevators operate in a real-world scenario. ## Features - **Multi-Elevator System:** Simulate a building with multiple elevators that move independently. - **Floor Buttons:** Users can select floors to request an elevator to a specific location. - **Elevator Movement:** Elevators move vertically between floors with realistic animation. - **Door Animations:** Elevator doors open and close with smooth animations. - **Smart Elevator Selection:** The application intelligently assigns the nearest available elevator to a user's request. - **Pending Requests:** If all elevators are busy, the application queues pending requests and assigns the nearest available elevator once one becomes available. ## Getting Started To get started with the Elevator Simulation Application, follow these steps: 1. **Clone the Repository:** Clone this repository to your local machine using the following command: ```JavaScript git clone https://github.com/khemchand-twt11/Lift_Simulation.git ``` 2. **Open the HTML File:** Open the `index.html` file in a web browser to launch the simulation. ## Usage 1. **Setting Up:** - Upon opening the application, you will be prompted to enter the number of floors and elevators in the building. 2. **Simulating Elevator Movement:** - After setting up, you will see a visualization of the building with elevator cabins. - Click the up or down buttons next to each floor to request an elevator. - Observe how the elevators move to fulfill the requests. 3. **Door Animations:** - As elevators arrive at a floor, their doors will open automatically. - After a brief pause, the doors will close again. 4. **Smart Elevator Assignment:** - The application intelligently assigns the nearest available elevator to a user's request. - If all elevators are busy, the request will be added to the pending queue. 5. **Pending Requests:** - If multiple requests are made while all elevators are busy, the requests will be queued. - Once an elevator becomes available, the nearest pending request will be assigned to it. ## Contributing Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue in the repository.
Lift Simulation Porject
css3,html5,javascript
2023-08-27T12:22:48Z
2023-09-23T14:34:26Z
null
1
0
13
0
0
2
null
null
JavaScript
sagnik-004/CureLink
main
<h1>CureLink</h1> <h2>Team CodeRev</h2> <p><strong>A project by:</strong> Sagnik Raha, Sourish Sarkar, Sayandeep Biswas</p> <p>GitHub accounts: <a href="https://github.com/sagnik-004">sagnik-004</a> , <a href="https://github.com/sourish-007">sourish-007</a> , <a href="https://github.com/Itssayandeep">Itssayandeep</a><br> ><p>Problem statement: In the 21st century, we humans have become too busy in our daily schedules to keep track of our health and vitals on a regular basis, whose lack thereof often leads to several medical conditions.<br>
All your health essentials crunched into one simple website.
css,html-css-javascript,html5,javascript
2023-08-26T03:53:34Z
2023-09-20T15:25:32Z
null
3
0
33
0
0
2
null
MIT
HTML
Sibusky/openai-chat-backend
main
# OpenAI API Chat This is the backend part of the application that provides conversation with Open AI chat GPT. To start the application you can use easy way - the link to deployed project: [https://gpt-chat.netlify.app](https://gpt-chat.netlify.app) Server is deployed and avalable via link: [https://openai-chat-backend.onrender.com](https://openai-chat-backend.onrender.com) Also you can start the application on localhost. To do that follow the instructions: 1. Clone both the frontend and backend parts of the app. [Frontend](https://github.com/Sibusky/openai-chat-frontend) [Backend](https://github.com/Sibusky/openai-chat-backend) To do that follow the links above, and `git clone` main branches. 2. Install dependencies in both projects using command `npm install`. 3. Start the Backend app using `npm run dev`. App uses 3001 port. 4. Start the Frontend app using `npm run start`. App uses 3000 port. 5. Open [http://localhost:3000](http://localhost:3000) in your browser to interact with the Frontend. 6. Please, check api.js and auth.js in frontend part. To send requests to `localhost:3001` change baseUrl to 'http://localhost:3001' in those files.
OpenAI chat GPT service. Request and get response form chat GPT (Backend within Node.js) || OpenAI чат GPT сервис. Отправка запросов и получение ответов (Backend на Node.js)
backend,backend-api,express,expressjs,javascript,node,nodejs,rest,rest-api,restful
2023-08-09T12:20:41Z
2023-09-04T08:01:05Z
null
1
14
45
0
0
2
null
null
JavaScript
fullstakilla/TeachersPortal
main
# [Многостраничный сайт](https://fullstakilla.github.io/TeachersPortal/) - Портал Учителя ### Разработчики [Александр Пешков](https://github.com/mnenie) [Никола Селакович](https://github.com/fullstakilla) ## О сайте __Портал Учителя__ - многостраничный сайт, написанный на фреймворке Vue, для поиска репититоров и учеников. Базовые предметы и узко направленные дисциплины — здесь вы найдете репетитора любой специализации. __Стек__: * Vue * Bootstrap * Swiper.js * Vuex * HTML * CSS * JavaScript ___ ### Возможности сайта Сайт написан на фреймворке Vue с использованием Vuex и включает в себя: * Более 19 уникальных страниц * Адаптив до 360px * Слайдер с эффектом coverflow реализованный с помощью библиотеки Swiper.js * ЛК, элементы фильтрации, платежная система и история платежей. * При регистрации на сайте вам открываются множество новых возможностей и новые страницы, включающие в себя основные страницы Аккаунта, Истории платежей и Создания задачи __Зарегистрируйтесь на сайте, чтобы увидеть весь функционал и новые уникальные страницы сайта!__ ___ ___Сайт доступен на GitHub Pages___ В случае ошибки: Скачайте zip, откройте в редакторе кода и введите в корневой папке `npm install` `npm run dev` Проект собран с помощью инструмента сборки [Vite](https://vitejs.dev/)
Teacher's Portal - website for tutors and students
bootstrap5,css,html,javascript,swiper-js,vue3,vuex
2023-08-16T16:54:11Z
2023-09-08T06:03:59Z
null
2
0
8
0
0
2
null
null
Vue
manikandan255/gym-react
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
This website was developed using React.js and is dedicated to everything related to gyms and fitness
css,front-end,gym-website,javascript,personal-project,reactjs,responsive-website
2023-08-28T15:16:30Z
2023-08-31T13:33:44Z
null
1
2
7
0
0
2
null
null
CSS
adam-drewery/Blazor.WaveSurfer
main
[![GitHub Actions](https://github.com/adam-drewery/Blazor.WaveSurfer/actions/workflows/build.yml/badge.svg)](https://github.com/adam-drewery/Blazor.WaveSurfer/actions/workflows/build.yml) [![NuGet (Blazor.WaveSurfer)](https://img.shields.io/nuget/v/Blazor.WaveSurfer.svg?style=flat-square)](https://www.nuget.org/packages/Blazor.WaveSurfer/) # Blazor.WaveSurfer .NET wrapper for the popular [wavesurfer.js](https://wavesurfer-js.org/docs/) library ## Requires: - .net 7 - Microsoft.JSInterop ## Client-side configuration: Just import the wavesurfer.js library and make it globally available: ```js import WaveSurfer from 'wavesurfer.js'; window.WaveSurfer = WaveSurfer; ``` or: ```js window.WaveSurfer = require('wavesurfer.js'); ``` ## Usage: ```csharp @using Blazor.WaveSurfer <div id="waveform"></div> @code { WaveSurfer waveSurfer; protected override async Task OnAfterRenderAsync(bool firstRender) { if (firstRender) { var options = new WaveSurferOptions { Container = "#waveform" /* your other options here */ }; waveSurfer = await WaveSurfer.Create(options); await waveSurfer.LoadAsync("https://wavesurfer-js.org/example/split-channels/stereo.mp3"); } } } ``` Refer to the [wavesurfer.js documentation](https://wavesurfer-js.org/docs/) for more information.
.NET wrapper for the popular wavesurfer.js library
blazor,javascript,wavesurfer-js
2023-08-22T10:48:38Z
2024-04-07T11:02:14Z
null
1
0
37
1
0
2
null
null
C#
aanddy36/English-Dictionary
main
# English Dictionary ## Description #### 1. Introduction An English dictionary was done using the [WordsAPI from RapidAPI](https://rapidapi.com/dpventures/api/wordsapi/). Each word includes its meanings, examples, syllables, antonyms and synonyms. #### 2. Home Page In the home page you can ***(1)*** type the word in the <u>search bar</u> and seek it with the *Search* button or ***(2)*** you can read a random word pressing the *Random* button. - You CAN'T search an empty search bar - If the word DOESN'T exist, you will see an error page. #### 3. Word Page In the word page, you ***may not*** see all the fields (depending on the API database): in that case a *No results founds* message will be displayed. - The only field always present would be *meanings* - You can visit the url for each synonym and antonym available - In case there are too many results for a field, a *View More* button will limit the first-hand results. - You will also have a navbar in case you want to search another word ## Technologies Used - React - JavaScript - CSS ## Concepts Applied - ***Routing*** (React Router) - ***Data fetching*** from external API - ***Custom Hook*** for data fetching - Responsive for all devices - ***Hooks***: useState, useEffect, useNavigate, useParams - Error Handling
English dictionary which displays meanings, examples, syllables, antonyms and synonyms of the English word you like. Created using React, JavaScript, CSS, as well as the React Router library and the WordsAPI from RapidAPI https://rapidapi.com/dpventures/api/wordsapi/
css,javascript,react,react-hooks,react-router
2023-08-13T22:13:21Z
2023-08-20T21:37:23Z
null
1
0
13
0
0
2
null
null
JavaScript
justin-pyne/pomo-collab
main
# pomo-collab A web-based Pomodoro timer designed to help users maintain productivity by using the Pomodoro technique. It employs the concept of 25-minute focused work sessions, followed by 5-minute breaks. After four such intervals, a longer break is taken. The application offers the potential for synchronized timer sessions, allowing friends or colleagues to work together in harmony. ## Features: - Synchronized Timer: Invite friends to the same timer session to keep everyone on the same schedule. - Pause & Reset: Any party can pause the timer or reset it to start afresh. - Session Tracker: Keep track of completed work sessions to monitor productivity. - Alerts: Notifications to inform the user when a session ends and a break begins. ## Technologies Used: - Frontend: HTML, CSS, and JavaScript. - Backend: Python (Flask) ## How to Run: 1. Clone the repository: - git clone pomo-collab 2. Navigate to the project directory: - cd pomo-collab 3. Install required packages: - pip install -r requirements.txt 4. Launch the docker containers: - docker-compose build - docker-compose up 5. Run the application: - python app.py 6. Open a web browser and navigate to http://127.0.0.1:5000/ to view the application.
A collaborative Pomodoro Timer web application, designed to facilitate focused work sessions with synchronized breaks. Built with HTML, CSS, and a blend of Python (Flask) & JavaScript.
css,html,javascript,python3,docker,flask,socketio,bootstrap
2023-09-04T18:30:59Z
2023-09-20T22:02:13Z
null
1
3
69
0
0
2
null
null
Python
jecode93/redux-toolkit-tutorial
dev
# Redux Toolkit #### React Course [My React Course](https://www.udemy.com/course/react-tutorial-and-projects-course/?referralCode=FEE6A921AF07E2563CEF) #### Support Find the App Useful? [You can always buy me a coffee](https://www.buymeacoffee.com/johnsmilga) #### Docs [Redux Toolkit Docs](https://redux-toolkit.js.org/introduction/getting-started) #### Install Template ```sh npx create-react-app my-app --template redux ``` - @latest ```sh npx create-react-app@latest my-app --template redux ``` #### Existing App ```sh npm install @reduxjs/toolkit react-redux ``` #### @reduxjs/toolkit consists of few libraries - redux (core library, state management) - immer (allows to mutate state) - redux-thunk (handles async actions) - reselect (simplifies reducer functions) #### Extras - redux devtools - combine reducers #### react-redux connects our app to redux #### Setup Store - create store.js ```js import { configureStore } from '@reduxjs/toolkit'; export const store = configureStore({ reducer: {}, }); ``` #### Setup Provider - index.js ```js import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; // import store and provider import { store } from './store'; import { Provider } from 'react-redux'; ReactDOM.render( <React.StrictMode> <Provider store={store}> <App /> </Provider> </React.StrictMode>, document.getElementById('root') ); ``` #### Setup Cart Slice - application feature - create features folder/cart - create cartSlice.js ```js import { createSlice } from '@reduxjs/toolkit'; const initialState = { cartItems: [], amount: 0, total: 0, isLoading: true, }; const cartSlice = createSlice({ name: 'cart', initialState, }); console.log(cartSlice); export default cartSlice.reducer; ``` - store.js ```js import { configureStore } from '@reduxjs/toolkit'; import cartReducer from './features/cart/cartSlice'; export const store = configureStore({ reducer: { cart: cartReducer, }, }); ``` #### Redux DevTools - extension #### Access store value - create components/Navbar.js ```js import { CartIcon } from '../icons'; import { useSelector } from 'react-redux'; const Navbar = () => { const { amount } = useSelector((state) => state.cart); return ( <nav> <div className='nav-center'> <h3>redux toolkit</h3> <div className='nav-container'> <CartIcon /> <div className='amount-container'> <p className='total-amount'>{amount}</p> </div> </div> </div> </nav> ); }; export default Navbar; ``` #### Hero Icons - [Hero Icons](https://heroicons.com/) ```css nav svg { width: 40px; color: var(--clr-white); } ``` #### Setup Cart - cartSlice.js ```js import cartItems from '../../cartItems'; const initialState = { cartItems: cartItems, amount: 0, total: 0, isLoading: true, }; ``` - create CartContainer.js and CartItem.js - CartContainer.js ```js import React from 'react'; import CartItem from './CartItem'; import { useSelector } from 'react-redux'; const CartContainer = () => { const { cartItems, total, amount } = useSelector((state) => state.cart); if (amount < 1) { return ( <section className='cart'> {/* cart header */} <header> <h2>your bag</h2> <h4 className='empty-cart'>is currently empty</h4> </header> </section> ); } return ( <section className='cart'> {/* cart header */} <header> <h2>your bag</h2> </header> {/* cart items */} <div> {cartItems.map((item) => { return <CartItem key={item.id} {...item} />; })} </div> {/* cart footer */} <footer> <hr /> <div className='cart-total'> <h4> total <span>${total}</span> </h4> </div> <button className='btn clear-btn'>clear cart</button> </footer> </section> ); }; export default CartContainer; ``` - CartItem.js ```js import React from 'react'; import { ChevronDown, ChevronUp } from '../icons'; const CartItem = ({ id, img, title, price, amount }) => { return ( <article className='cart-item'> <img src={img} alt={title} /> <div> <h4>{title}</h4> <h4 className='item-price'>${price}</h4> {/* remove button */} <button className='remove-btn'>remove</button> </div> <div> {/* increase amount */} <button className='amount-btn'> <ChevronUp /> </button> {/* amount */} <p className='amount'>{amount}</p> {/* decrease amount */} <button className='amount-btn'> <ChevronDown /> </button> </div> </article> ); }; export default CartItem; ``` #### First Reducer - cartSlice.js - Immer library ```js const cartSlice = createSlice({ name: 'cart', initialState, reducers: { clearCart: (state) => { state.cartItems = []; }, }, }); export const { clearCart } = cartSlice.actions; ``` - create action ```js const ACTION_TYPE = 'ACTION_TYPE'; const actionCreator = (payload) => { return { type: ACTION_TYPE, payload: payload }; }; ``` - CartContainer.js ```js import React from 'react'; import CartItem from './CartItem'; import { useDispatch, useSelector } from 'react-redux'; const CartContainer = () => { const dispatch = useDispatch(); return ( <button className='btn clear-btn' onClick={() => { dispatch(clearCart()); }} > clear cart </button> ); }; export default CartContainer; ``` #### Remove, Increase, Decrease - cartSlice.js ```js import { createSlice } from '@reduxjs/toolkit'; import cartItems from '../../cartItems'; const initialState = { cartItems: [], amount: 0, total: 0, isLoading: true, }; const cartSlice = createSlice({ name: 'cart', initialState, reducers: { clearCart: (state) => { state.cartItems = []; }, removeItem: (state, action) => { const itemId = action.payload; state.cartItems = state.cartItems.filter((item) => item.id !== itemId); }, increase: (state, { payload }) => { const cartItem = state.cartItems.find((item) => item.id === payload.id); cartItem.amount = cartItem.amount + 1; }, decrease: (state, { payload }) => { const cartItem = state.cartItems.find((item) => item.id === payload.id); cartItem.amount = cartItem.amount - 1; }, calculateTotals: (state) => { let amount = 0; let total = 0; state.cartItems.forEach((item) => { amount += item.amount; total += item.amount * item.price; }); state.amount = amount; state.total = total; }, }, }); export const { clearCart, removeItem, increase, decrease, calculateTotals } = cartSlice.actions; export default cartSlice.reducer; ``` - CartItem.js ```js import React from 'react'; import { ChevronDown, ChevronUp } from '../icons'; import { useDispatch } from 'react-redux'; import { removeItem, increase, decrease } from '../features/cart/cartSlice'; const CartItem = ({ id, img, title, price, amount }) => { const dispatch = useDispatch(); return ( <article className='cart-item'> <img src={img} alt={title} /> <div> <h4>{title}</h4> <h4 className='item-price'>${price}</h4> {/* remove button */} <button className='remove-btn' onClick={() => { dispatch(removeItem(id)); }} > remove </button> </div> <div> {/* increase amount */} <button className='amount-btn' onClick={() => { dispatch(increase({ id })); }} > <ChevronUp /> </button> {/* amount */} <p className='amount'>{amount}</p> {/* decrease amount */} <button className='amount-btn' onClick={() => { if (amount === 1) { dispatch(removeItem(id)); return; } dispatch(decrease({ id })); }} > <ChevronDown /> </button> </div> </article> ); }; export default CartItem; ``` - App.js ```js import { useEffect } from 'react'; import Navbar from './components/Navbar'; import CartContainer from './components/CartContainer'; import { useSelector, useDispatch } from 'react-redux'; import { calculateTotals } from './features/cart/cartSlice'; function App() { const { cartItems } = useSelector((state) => state.cart); const dispatch = useDispatch(); useEffect(() => { dispatch(calculateTotals()); }, [cartItems]); return ( <main> <Navbar /> <CartContainer /> </main> ); } export default App; ``` #### Modal - create components/Modal.js ```js const Modal = () => { return ( <aside className='modal-container'> <div className='modal'> <h4>Remove all items from your shopping cart?</h4> <div className='btn-container'> <button type='button' className='btn confirm-btn'> confirm </button> <button type='button' className='btn clear-btn'> cancel </button> </div> </div> </aside> ); }; export default Modal; ``` - App.js ```js return ( <main> <Modal /> <Navbar /> <CartContainer /> </main> ); ``` #### modal slice - create features/modal/modalSlice.js ```js import { createSlice } from '@reduxjs/toolkit'; const initialState = { isOpen: false, }; const modalSlice = createSlice({ name: 'modal', initialState, reducers: { openModal: (state, action) => { state.isOpen = true; }, closeModal: (state, action) => { state.isOpen = false; }, }, }); export const { openModal, closeModal } = modalSlice.actions; export default modalSlice.reducer; ``` - App.js ```js const { isOpen } = useSelector((state) => state.modal); return ( <main> {isOpen && <Modal />} <Navbar /> <CartContainer /> </main> ); ``` #### toggle modal - CartContainer.js ```js import { openModal } from '../features/modal/modalSlice'; return ( <button className='btn clear-btn' onClick={() => { dispatch(openModal()); }} > clear cart </button> ); ``` - Modal.js ```js import { closeModal } from '../features/modal/modalSlice'; import { useDispatch } from 'react-redux'; import { clearCart } from '../features/cart/cartSlice'; const Modal = () => { const dispatch = useDispatch(); return ( <aside className='modal-container'> <div className='modal'> <h4>Remove all items from your shopping cart?</h4> <div className='btn-container'> <button type='button' className='btn confirm-btn' onClick={() => { dispatch(clearCart()); dispatch(closeModal()); }} > confirm </button> <button type='button' className='btn clear-btn' onClick={() => { dispatch(closeModal()); }} > cancel </button> </div> </div> </aside> ); }; export default Modal; ``` #### async functionality with createAsyncThunk - [Course API](https://course-api.com/) - https://course-api.com/react-useReducer-cart-project - cartSlice.js - action type - callback function - lifecycle actions ```js import { createSlice, createAsyncThunk } from '@reduxjs/toolkit'; const url = 'https://course-api.com/react-useReducer-cart-project'; export const getCartItems = createAsyncThunk('cart/getCartItems', () => { return fetch(url) .then((resp) => resp.json()) .catch((err) => console.log(error)); }); const cartSlice = createSlice({ name: 'cart', initialState, extraReducers: { [getCartItems.pending]: (state) => { state.isLoading = true; }, [getCartItems.fulfilled]: (state, action) => { console.log(action); state.isLoading = false; state.cartItems = action.payload; }, [getCartItems.rejected]: (state) => { state.isLoading = false; }, }, }); ``` - App.js ```js import { calculateTotals, getCartItems } from './features/cart/cartSlice'; function App() { const { cartItems, isLoading } = useSelector((state) => state.cart); useEffect(() => { dispatch(getCartItems()); }, []); if (isLoading) { return ( <div className='loading'> <h1>Loading...</h1> </div> ); } return ( <main> {isOpen && <Modal />} <Navbar /> <CartContainer /> </main> ); } export default App; ``` #### Options ```sh npm install axios ``` - cartSlice.js ```js export const getCartItems = createAsyncThunk( 'cart/getCartItems', async (name, thunkAPI) => { try { // console.log(name); // console.log(thunkAPI); // console.log(thunkAPI.getState()); // thunkAPI.dispatch(openModal()); const resp = await axios(url); return resp.data; } catch (error) { return thunkAPI.rejectWithValue('something went wrong'); } } ); ``` #### The extraReducers "builder callback" notation cart/cartSlice ```js const cartSlice = createSlice({ name: 'cart', initialState, reducers: { // reducers }, extraReducers: (builder) => { builder .addCase(getCartItems.pending, (state) => { state.isLoading = true; }) .addCase(getCartItems.fulfilled, (state, action) => { // console.log(action); state.isLoading = false; state.cartItems = action.payload; }) .addCase(getCartItems.rejected, (state, action) => { console.log(action); state.isLoading = false; }); }, }); ```
This app is an e-commerce Cart create using React for the UI, and Redux to deal with the state management.
css,javascript,jsx,reactjs,redux,redux-thunk,redux-toolkit
2023-08-24T23:05:06Z
2023-09-04T01:54:14Z
null
1
13
27
0
0
2
null
MIT
JavaScript
git-aditya-pratap-singh/React-Portfolio
main
null
Building a dynamic and visually captivating portfolio becomes effortlessly achievable through the synergy of React.js and Tailwind CSS. Leveraging the power of React's component-based architecture, developers can seamlessly craft a responsive and interactive portfolio that elegantly showcases.
javascript,react-hooks,react-redux,react-router,reactjs,tailwindcss
2023-08-15T12:07:59Z
2023-08-15T12:24:18Z
null
1
0
2
0
0
2
null
null
JavaScript
hardickraj/mangalyaan
main
# 🌏 About this project: Mangalyaan is a storytelling website for the Spacecraft 'Mangalyaan' that was sent to mars by ISRO (Indian Space Research Organisation). This website is my personal project. I had created this website for a website design competition held in my institute. Project is made frontend and is created using HTML, TailwindCSS and JavaScript. # 🔽 Install Dependencies: autoprefixer, postcss, tailwindcss, vite # 🚀 How to run dev server on localhost: 1. Open terminal/cmd 2. Run command "npm install" 3. run the command "npm run start" 4. It will start a local server.
Storytelling website for the Spacecraft 'Mangalyaan' that was sent to mars by ISRO.
html5,javascript,tailwindcss
2023-08-16T15:54:36Z
2023-09-13T11:52:34Z
null
2
6
29
1
2
2
null
null
JavaScript
LakshayD02/Mobile-App-Landing-Page
main
# Mobile-App-Landing-Page A Responsive Mobile App landing page designed using HTML, CSS, and JS is an online platform designed to promote &amp; provide information about a specific mobile application. Its primary purpose is to capture the attention of potential users, showcase the app's features and benefits, and persuade visitors to download and install the app on their mobile. Deployed Link: https://mobilelandingpage-lakshay.netlify.app
A Responsive Mobile App landing page designed using HTML, CSS and JS is a online platform designed to promote & provide information about a specific mobile application. Its primary purpose is to capture the attention of potential users, showcase the app's features and benefits, and persuade visitors to download and install the app on their mobile.
cascading-style-sheets,css,favicon,font-awesome,html,html5,javascript,responsive-design
2023-09-08T15:57:05Z
2023-09-08T15:59:40Z
null
1
0
3
0
1
2
null
null
HTML
Paulo-Ricard0/Todo-List
main
<h1 align="center"> <a href="https://todo-list-48242.web.app/"><img alt="Banner todo list" title="todo list" src="https://firebasestorage.googleapis.com/v0/b/todo-list-48242.appspot.com/o/banner%20todo%20list.png?alt=media&token=0df11140-344e-4e38-9a74-22414c0bb1fc" /></a> </h1> <h1 align="center">📝 TODO LIST</h1> <h3 align="center">Um todo list para organizar as tarefas diárias de forma prática</h3> <div align="center"> <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/Paulo-Ricard0/Todo-List?color=9580FF"> <img alt="Repository size" src="https://img.shields.io/github/repo-size/Paulo-Ricard0/Todo-List?color=9580FF"> <a href="https://github.com/Paulo-Ricard0/Todo-List/commits/main"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Paulo-Ricard0/Todo-List?color=9580FF"> </a> <a href="./LICENSE"> <img alt="License" src="https://img.shields.io/badge/license-MIT-9580FF"> </a> <a href="https://github.com/Paulo-Ricard0/Todo-List/stargazers"> <img alt="Stargazers" src="https://img.shields.io/github/stars/Paulo-Ricard0/Todo-List?style=social"> </a> </div> <h4 align="center"> Status: Concluído 🚀 </h4> --- ## 📋 Tabela de Conteúdos - [Sobre o projeto](#-sobre-o-projeto) - [Funcionalidades](#️-funcionalidades) - [Layout](#-layout) - [Mobile](#-mobile) - [Web](#️-web) - [Tecnologias utilizadas](#%EF%B8%8F-tecnologias-utilizadas) - [Como executar localmente](#-como-executar-localmente) - [Pré-requisitos](#pré-requisitos) - [Rodando a aplicação](#-rodando-a-aplica%C3%A7%C3%A3o) - [Autor](#-autor) - [Como contribuir para o projeto](#-como-contribuir-para-o-projeto) - [Licença](#-licença) --- ## 💻 Sobre o projeto Esse é um mini projeto desenvolvido para aplicar os conhecimentos adquiridos durante o Módulo 2 do [Programadores do Amanhã](https://programadoresdoamanha.org/).</br> Acesse o Todo List pelo seguinte link: [Todo List](https://todo-list-48242.web.app/) O Todo List permite que os usuários adicionem, editem, concluam e excluam tarefas. Além disso, os usuários podem filtrar tarefas por status (Todos, Ativos, Concluídos), buscar tarefas pelo nome e reordenar as tarefas usando a funcionalidade de arrastar e soltar. ele também inclui um contador de itens restantes e um botão para limpar tarefas concluídas. Este projeto foi desenvolvido utilizando HTML, CSS e JavaScript, com foco na manipulação de Arrays, Classes e DOM. --- ## ⚙️ Funcionalidades - [x] **Adicionar tarefas:** Permite ao usuário adicionar novas tarefas à lista. - [x] **Editar tarefas:** Permite ao usuário editar tarefas existentes. - [x] **Remover tarefas:** Permite ao usuário remover tarefas da lista. - [x] **Concluir tarefas:** Permite ao usuário marcar tarefas como concluídas. - [x] **Filtrar tarefas por status:** Permite ao usuário filtrar tarefas por Todos (filtra todas as tarefas), Ativos (filtra somente as tarefas ativas), Concluído (filtra somente as tarefas concluídas). - [x] **Buscar tarefas:** Permite ao usuário buscar uma tarefa pelo nome através de um campo de busca. - [x] **Limpar concluídos:** Permite ao usuário limpar todas as tarefas que foram marcadas como concluídas. - [x] **Contador de itens restantes:** Mostra ao usuário a quantidade de tarefas que ainda não foram concluídas. - [x] **Reordenar tarefas:** Permite ao usuário reordenar as tarefas arrastando e soltando-as. --- ## 🎨 Layout ### 📱 Mobile <p align="center"> <img alt="layoutMobile" title="#layoutMobile" src="https://firebasestorage.googleapis.com/v0/b/todo-list-48242.appspot.com/o/mobile.png?alt=media&token=00bf0ed7-3593-4d13-b266-f5b4dfb69544" width="200px"> <img alt="layoutMobile" title="#layoutMobile" src="https://firebasestorage.googleapis.com/v0/b/todo-list-48242.appspot.com/o/mobile%20(2).png?alt=media&token=733df556-8df7-4a7f-9422-c6c92689b6ad" width="200px"> </p> ### 🖥️ Web <p align="center" style="display: flex; align-items: flex-start; justify-content: center;"> <img alt="layoutDesktop" title="#layoutDesktop" src="https://firebasestorage.googleapis.com/v0/b/todo-list-48242.appspot.com/o/layout%20desktop.jpg?alt=media&token=fbad05d9-d2f8-42b7-a2c8-dea05e8f0447" width="600px"> </p> --- ## 🛠️ Tecnologias utilizadas <a href="https://developer.mozilla.org/pt-BR/docs/Web/HTML"><img alt="HTML" src="https://img.shields.io/badge/HTML5-9580FF?style=for-the-badge&logo=html5&logoColor=white"></a> <a href="https://developer.mozilla.org/pt-BR/docs/Web/CSS"><img alt="CSS" src="https://img.shields.io/badge/CSS3-9580FF?style=for-the-badge&logo=css3&logoColor=white"></a> <a href="https://developer.mozilla.org/pt-BR/docs/Web/JavaScript"><img alt="JavaScript" src="https://img.shields.io/badge/JavaScript-9580FF?style=for-the-badge&logo=javascript&logoColor=white"></a> <a href="https://firebase.google.com/?hl=pt"><img alt="Firebase" src="https://img.shields.io/badge/Firebase-9580FF?style=for-the-badge&logo=firebase&logoColor=white"></a> --- ## 🚀 Como executar localmente ### Pré-requisitos Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas: [Git](https://git-scm.com) e [Node.js](https://nodejs.org/en/). Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/). #### 👨‍💻 Rodando a aplicação: ```bash # 1. Instale o Git no seu computador, caso ainda não tenha. # 2. Abra o terminal ou o prompt de comando e clone este repositório. git clone https://github.com/Paulo-Ricard0/Todo-List.git # 3. Acesse a pasta do projeto no seu terminal/cmd. cd Todo-List # 4. Instale o Node.js no seu computador, caso ainda não tenha. # 5. Acesse a pasta src do projeto no seu terminal/cmd. cd src # 6. Execute o comando. npx http-server # 7. Isso vai iniciar o servidor local na porta 8080 e mostrar o endereço no terminal. # 8. Acesse o site localmente digitando http://localhost:8080 ou http://127.0.0.1:8080 no seu navegador. # 9. Ou se preferir pode executar usando a extensão "Live server" no VSCODE. ``` > Pronto! Agora você pode ver e modificar o projeto na sua máquina. --- ## 🧑‍💻 Autor Esse projeto foi desenvolvido por: <table> <tr> <td align="center"><a href="https://www.linkedin.com/in/paulo-ricardo-magalh%C3%A3es/"><img src="https://firebasestorage.googleapis.com/v0/b/quiz-baleias.appspot.com/o/ultima2.jpg?alt=media&token=68c74a20-9738-4d63-9aaf-b02608678c93" width="80px" alt="Foto Paulo Ricardo"/><br /><sub><b>Paulo Ricardo</b></sub></a><br /></td> </tr> </table> --- ## 💪 Como contribuir para o projeto 1. Faça um **fork** desse repositório e clone o seu fork localmente. 2. Crie um branch para as suas alterações usando o comando `git checkout -b nome-do-branch`. 3. Salve as alterações e crie uma mensagem de commit contando o que você fez: `git commit -m "feat: My new feature"`. Siga as [convenções de commit](https://dev.to/mestredosmagos/como-colaborar-em-projetos-no-github-um-guia-para-iniciantes-1aao) 4. Faça um push do seu branch para o seu fork usando o comando `git push origin nome-do-branch`. 5. Abra um pull request para esse repositório e descreva as suas alterações. > Se você deseja contribuir para esse projeto, fique à vontade para enviar pull requests. Toda contribuição é bem-vinda! --- ## 📝 Licença Esse projeto esta sobe a licença [MIT](./LICENSE). --- <p align="right"><a href="#top"><img src="https://img.shields.io/static/v1?label&message=voltar+ao+topo&color=30363d&style=flat&logo" alt="voltar ao topo" /></a></p>
📝 Um todo list feito para organizar as tarefas diárias de forma prática. Desenvolvido utilizando HTML, CSS, JavaScript
css3,firebase,html5,javascript
2023-09-09T01:49:39Z
2023-09-15T22:37:51Z
null
1
0
15
0
0
2
null
MIT
CSS
Ssaava/Developer-Toolbox
main
# Developer Resources Repository 🚀 Welcome to the Developer Resources Repository! Here you'll find a curated collection of resources to support your journey as a developer. Explore and enhance your skills in various programming domains. ## Table of Contents - [Programming Languages](#programming-languages) - [Paradigm-Based Categories](#paradigm-based-categories) - [Imperative Languages](#imperative-languages) - [Declarative Languages](#declarative-languages) - [Functional Languages](#functional-languages) - [Object-Oriented Languages](#object-oriented-languages) - [Scripting Languages](#scripting-languages) - [Markup Languages](#markup-languages) - [Domain-Specific Languages](#domain-specific-languages) - [Application-Based Categories](#application-based-categories) - [Web Development Languages](#web-development-languages) - [Data Science and AI Languages](#data-science-and-ai-languages) - [Systems Programming Languages](#systems-programming-languages) - [Mobile App Development Languages](#mobile-app-development-languages) - [Database Query Languages](#database-query-languages) - [Game Development Languages](#game-development-languages) - [Frameworks and Libraries](#frameworks-and-libraries) - [Front-End Frameworks](#front-end-frameworks) - [Back-End Development](#back-end-development) - [Mobile App Development](#mobile-app-development) - [iOS Development](#ios-development) - [Android Development](#android-development) - [Development Tools](#development-tools) - [Code Editors](#code-editors) - [Version Control](#version-control) - [Data Science and Machine Learning](#data-science-and-machine-learning) - [Machine Learning](#machine-learning) - [Data Analysis](#data-analysis) - [Data Visualization](#data-visualization) - [Database](#database) - [Relational Databases](#relational-databases) - [NoSQL Databases](#noSQL-databases) - [DevOps and Deployment](#devops-and-deployment) - [CI/CD](#cicd) - [Containerization](#containerization) - [Cloud Platforms](#cloud-platforms) - [Security](#security) - [Web Security](#web-security) - [Encryption](#encryption) - [Design and UX](#design-and-ux) - [UI/UX Design](#uiux-design) - [Design Tools](#design-tools) - [Open Source](#open-source) - [Contributing](#contributing) - [Learning Platforms](#learning-platforms) - [Websites](#websites) - [Courses](#courses) - [Tutorials](#tutorials) - [Blogs and News](#blogs-and-news) - [Developer Blogs](#developer-blogs) - [Tech News](#tech-news) - [Podcasts](#podcasts) - [Books and Ebooks](#books-and-ebooks) - [Programming Books](#programming-books) - [Ebooks](#ebooks) - [Documentation](#documentation) - [Official Documentation](#official-documentation) - [Community and Forums](#community-and-forums) - [Developer Communities](#developer-communities) - [Q&A Forums](#qa-forums) - [Career and Job Hunting](#career-and-job-hunting) - [Resume Tips](#resume-tips) - [Interview Preparation](#interview-preparation) - [Miscellaneous](#miscellaneous) --- [![Top](./public/top.png)](#table-of-contents)
Developer's Toolbox: Resources for Every Coding Journey. Live site still damaged but can run locally if cloned
developer-tools,programming,resources,javascript,opensource,react,resourcepack,tailwindcss,tools,npm
2023-09-09T06:36:49Z
2023-12-14T20:31:13Z
null
1
10
85
0
1
2
null
MIT
JavaScript
prince4panwar/Todo-List
main
# Todo-List To-do lists are a list of tasks that an individual needs to complete or accomplish. Tasks are typically put in order by priority or importance. A to-do list can be written on a piece of paper or by utilizing task management software. ## <a href="https://prince4panwar.github.io/Todo-List/" target="_blank">To-do List</a> https://prince4panwar.github.io/Todo-List/
To-do lists are a list of tasks that an individual needs to complete or accomplish. Tasks are typically put in order by priority or importance. A to-do list can be written on a piece of paper or by utilizing task management software.
css,html5,javascript
2023-08-24T13:32:48Z
2023-09-15T09:06:10Z
null
1
0
19
0
0
2
null
null
JavaScript
dindarosalin/bookshelf-web-app
bookshelf-web-app
# Bookshelf Web App Aplikasi berbasis website untuk perpustakaan pribadi. ## Fitur Aplikasi ini memiliki beberapa fitur utama: 1. **Menambahkan Buku**: Anda dapat dengan mudah menambahkan buku ke perpustakaan pribadi Anda. Setiap buku akan memiliki informasi seperti judul, penulis, tahun terbit, dll. 2. **Mengupdate Buku**: Anda dapat memperbarui informasi buku yang sudah ada dalam perpustakaan Anda. Ini memungkinkan Anda untuk memperbaiki kesalahan atau memperbarui informasi penting tentang buku tersebut. 3. **Menghapus Buku**: Jika Anda ingin menghapus buku dari perpustakaan Anda, Anda dapat melakukannya dengan mudah dengan fitur ini. 4. **Melihat Status Buku**: Anda dapat melihat status bacaan buku, yaitu apakah sudah dibaca atau belum dibaca. 5. **Merubah Status**: Fitur ini memungkinkan Anda untuk mengubah status buku dari "sudah dibaca" ke "belum dibaca" atau sebaliknya. ## Bahasa Pemrograman Aplikasi ini dikembangkan menggunakan bahasa pemrograman JavaScript. ## Cara Menggunakan 1. **Clone Repository**: Mulailah dengan meng-clone repositori ini ke komputer Anda dengan menggunakan perintah berikut: 'git clone https://github.com/dindarosalin/book-shelf-web-app.git'. 2. **Menjalankan Aplikasi**: Buka aplikasi di browser Anda atau jalankan server lokal (jika diperlukan) untuk mengakses aplikasi. 3. **Menggunakan Fitur**: Gunakan fitur-fitur aplikasi sesuai kebutuhan Anda untuk mengelola perpustakaan pribadi Anda. ## Kontribusi Kami sangat terbuka terhadap kontribusi dari komunitas. Jika Anda ingin berkontribusi, Anda dapat melakukan hal berikut: - Fork repositori ini. - Buat branch untuk pengembangan Anda: `git checkout -b fitur-baru`. - Lakukan perubahan yang diperlukan. - Commit perubahan Anda: `git commit -m "Menambahkan fitur baru"`. - Push ke branch Anda: `git push origin fitur-baru`. - Buat pull request ke repositori ini. ## Lisensi Proyek ini dilisensikan di bawah [lisensi MIT](LICENSE).
Aplikasi Perpustakaan Pribadi Bookshlef Web App | Fitur: Create, Read, Update, Delete buku, merubah status buku.
html,javascript,web,website
2023-09-07T17:21:12Z
2023-11-25T15:50:15Z
null
1
0
13
0
0
2
null
null
JavaScript
Valik3201/WebStudio
main
<div align="center"> <br> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/Valik3201/WebStudio/blob/main/images/logo/logo_dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/Valik3201/WebStudio/blob/main/images/logo/logo_light.svg"> <img alt="WebStudio Logo" src="https://github.com/Valik3201/WebStudio/blob/main/images/logo/logo_light.png" width="400"> </picture> <h1> Web Studio Project Documentation </h1> </div> This document provides a detailed overview of the technical aspects and components of the project, from inception to completion. ## Table of Contents 1. [Project Overview](#project-overview) 2. [Project Structure](#project-structure) 3. [HTML Structure](#html-structure) 4. [CSS Styling](#css-styling) 5. [JavaScript Interactivity](#javascript-interactivity) 6. [Responsive Design](#responsive-design) <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/Valik3201/WebStudio/blob/main/images/responsive-preview/responsive-dark.jpg"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/Valik3201/WebStudio/blob/main/images/responsive-preview/responsive-light.jpg"> <img alt="Responsive Design Preview" src="https://github.com/Valik3201/WebStudio/blob/main/images/responsive-preview/responsive-light.jpg" width="100%"> </picture> --- ## 1. Project Overview <a name="project-overview"></a> The Web Studio project is a website development task aimed at creating a fictional web design agency's online presence. It includes various sections like Studio, Portfolio, and a Contact Form. ### Project Objectives - Develop a responsive website layout. - Implement HTML, CSS, and JavaScript for functionality. - Create a visually appealing design using modern web development techniques. - Ensure the project follows best coding practices and standards. --- ## 2. Project Structure <a name="project-structure"></a> ### Directory Structure The project directory is organized as follows: - `index.html`: The main HTML file for the website's homepage. - `portfolio.html`: HTML file for the Portfolio page. - `css/`: Contains the main stylesheet `styles.css`. - `images/`: Houses all project images and icons. - `js/`: Includes JavaScript files for interactivity (`modal.js` and `mobile-menu.js`). ### Coding Standards The project adheres to the following coding standards: - All code is properly indented and formatted using Prettier. - File and folder names use lowercase letters, with no spaces or special characters. - HTML, CSS, and JavaScript files are separate and organized within their respective directories. - Use of external libraries and frameworks is minimized, focusing on native web technologies. --- ## 3. HTML Structure <a name="html-structure"></a> ### Semantic HTML - The HTML structure follows semantic markup practices, ensuring that the document outline is clear. - Proper HTML5 structural elements such as `<header>`, `<nav>`, `<section>`, and `<footer>` are used. ### Modular Structure - Content is organized into separate HTML files for each page, enhancing maintainability. - Common elements like the header and footer are included using HTML `include` or copied and pasted to ensure consistency across pages. ### Accessibility - All images have appropriate `alt` attributes to ensure accessibility. - Forms have `<label>` elements associated with form inputs for accessibility and usability. --- ## 4. CSS Styling <a name="css-styling"></a> ### Global Styles - Global CSS styles are defined in the `styles.css` file. - CSS properties are organized and grouped logically. ### Responsive Design - Styles are implemented with a Mobile First approach. - Media queries are used to adjust styling for different screen sizes. - All content is responsive and adapts to various device resolutions and orientations. ### Naming Conventions - Class and ID names follow clear, meaningful, and lowercase conventions. --- ## 5. JavaScript Interactivity <a name="javascript-interactivity"></a> ### JavaScript Files - JavaScript functionality is separated into distinct files (`modal.js` and `mobile-menu.js`) to maintain a modular structure. ### Interactivity - JavaScript is used to enhance user interactivity, such as modal pop-ups and mobile menu functionality. - Event listeners and handlers are implemented to manage user interactions. --- ## 6. Responsive Design <a name="responsive-design"></a> ### Media Queries - Media queries are employed to create a responsive layout. - The website adapts seamlessly to various screen sizes, including desktops, tablets, and smartphones. ### Mobile Menu - A mobile menu is implemented to provide an optimal user experience on smaller screens. - The menu is styled and functional, offering smooth navigation on mobile devices. --- This documentation serves as a reference for the technical aspects of the Web Studio project. Feel free to explore the project code and files to gain a deeper understanding of its implementation.
A responsive web design agency website featuring semantic HTML, CSS styling, JavaScript interactions, and mobile-friendly layout.
css,form,html,javascript,js,media,media-queries,mobile-first,modal,prettier
2023-08-27T10:56:13Z
2023-09-02T22:38:54Z
null
1
0
21
0
0
2
null
null
HTML
BaseMax/rate-limiter-ts
main
# rate-limiter-ts | Rate Limiting Library for TypeScript and JavaScript This npm package provides a rate limiter middleware for Express applications. It helps prevent abuse of your API by limiting the number of requests that can be made from a specific IP address within a given time frame. ## Features - **Flexible Integration:** rate-limiter-ts can be seamlessly integrated into different web frameworks, including Nest, Express, and other JavaScript frameworks, allowing you to implement rate limiting in various projects. - **Storage Strategies:** - Local Storage: The default storage strategy that uses in-memory storage. It's suitable for single-server setups. - Redis Storage: Use Redis as a distributed storage solution for multi-server environments. Configure Redis options to enable this strategy. - **Built with TypeScript:** rate-limit-ts is developed using TypeScript, providing strong typing and enhancing code readability. ## Installation You can install the npm i rate-limiter-ts library using npm: ```bash npm i rate-limiter-ts ``` ### Use Rate Limiting: Create a new instance of the RateLimit class and configure it according to your needs. specify the limits, and provide any optional configuration options: ```typescript import express from 'express'; import { TokenBucket } from 'rate-limiter-ts'; const app = express(); // Create a TokenBucket rate limiter with a specific configuration const rateLimiter = new TokenBucket({ capacity: 100, // Maximum number of requests allowed refillRate: 'minute', // Refill rate, can be 'sec', 'min', 'hr', or 'day' message: 'Custom Message', // Optional message to send when rate limit is exceeded storage: { strategy: 'redis', redisOptions: { host: 'custom-host', // Redis host port: 12345 // Redis port } } }); // Apply the rate limiter middleware to all routes app.use((req, res, next) => { rateLimiter.middleware(req, res, next); }); const specificLimiter = new TokenBucket({ capacity: 100, refillRate: 'minute', storage: { strategy: 'local' } }); const specificLimiterMiddleware = (req, res, next) => { specificLimiter.middleware(req, res, next); }; // Apply the rate limiter middleware to specific routes app.use('/api/some-route', limiterMiddleware); // Your Express route handlers here app.listen(3000, () => { console.log('Server is running on port 3000'); }); ``` ### Configuration Options When creating a RateLimit instance, you can provide various configuration options to customize the rate limiting behavior. Some of the available options include: - `capacity`: The maximum number of requests allowed within the specified time frame. - `refillRate`: The rate at which the tokens (requests) are refilled, specified in milliseconds by default. You can also use one of 'sec', 'min', 'hr', or 'day'. - `message`: Optional. The message to be sent in the response when the rate limit is exceeded. The default message is 'Too Many Requests'. - `storage`: Configuration for the storage strategy. You can choose between 'redis' or 'local' storage. If using 'redis', you can provide redisOptions for custom Redis configuration. **Note:** The default Redis host is "localhost" and port is 6379. ## Examples For more detailed usage examples and integration with different web frameworks like Nest and Express, check out the examples directory in the repository. ## Contributing Contributions to RateLimit-ts are welcome! If you find any issues or want to enhance the library, please create an issue or submit a pull request on the GitHub repository. ## License RateLimit-TS is released under the GPL-3.0 License. Copyright 2023, Max Base
This npm package provides a rate limiter middleware for Express applications. It helps prevent abuse of your API by limiting the number of requests that can be made from a specific IP address within a given time frame.
javascript,js,rate-limiter,ts,typescript
2023-08-28T07:07:45Z
2024-03-29T10:24:11Z
2023-09-22T17:11:24Z
1
3
40
0
1
2
null
GPL-3.0
TypeScript
NerdyGamer05/CubeScrambler
main
# 🧩 Cube Scrambler Unofficial scrambler for WCA puzzles cubes using Javascript [![npm version](https://badge.fury.io/js/cube-scramble.js.svg)](https://www.npmjs.com/package/cube-scramble.js) # Examples 2x2 - `U' R B U B U B2 R' D R' F L` <br /> 3x3 - `F2 R B' D2 R' L' F' B2 D2 L B2 F' R F' D R F2 D2 L' U' R B2 D2 R L'` <br /> 4x4 - `Lw Rw2 Dw L2 R' D' L' B L D' R B' Lw Bw2 U R Lw B2 Uw B2 Lw F D Bw R2 Dw Lw D2 U' L Fw' Bw D' Fw' Uw B' Rw' F2 U2 R'` <br /> 5x5 - `F2 Uw' Bw' Lw' Uw2 L2 R Dw F Dw' U F2 Uw B' U2 Rw2 L D2 B D' R Dw' U' Lw Fw2 D2 Lw' F Rw' Uw' Fw U2 Lw F2 U' F L' U' B D' R Bw2 D Lw2 Uw' F' Dw2 F2 D' Rw' Bw2 F2 Uw' R2 Fw L B2 Uw2 Rw2 F` <br /> 6x6 - `3Lw2' B2 F' 3Uw' D2 3Bw2' Dw' Uw Fw' L2 3Dw2 3Bw U2 3Bw2 Dw' R' U' R 3Lw2 Dw B U2 3Lw Bw2' 3Rw F L2 U' F L' F2 3Uw2' 3Lw2' Dw Fw2' B L' Bw2 U2 Bw2' L Bw 3Lw2 B2 Uw' L B2 3Uw' 3Bw2' 3Rw 3Fw 3Rw2 3Lw Fw2 3Uw' 3Lw2' F2 B' 3Dw 3Rw B' F' U' 3Rw' F' 3Bw2' L2 3Dw2' Rw 3Lw2' D2 F' R' 3Lw 3Dw 3Fw2 Uw' Rw2 Uw2' F' U' R Dw' B2 3Uw2` <br /> 7x7 - `L' F 3Rw2 3Fw' U F2 D' F' Rw2' 3Lw 3Fw' 3Lw2 3Uw2' 3Rw' L2 Fw 3Uw2' B' Lw 3Rw2 3Fw' Rw 3Bw2 3Rw2 Lw 3Fw2' Uw 3Fw2 D Bw2 L U' F D R2 Dw2 Fw2' 3Bw2 U' Rw2 3Uw2' Lw Uw 3Dw2 F2 Uw2 Dw2' F' 3Bw2' 3Rw' Uw' Bw2 L' 3Uw2' D' Lw2 F2 U2 R' Bw2' R' 3Lw2' Fw' L' 3Uw2' Bw' Lw2' Fw2 3Dw F U2 Dw' L D' 3Lw2 Uw B' Rw2 Bw2' 3Rw D2 Uw' 3Rw2' Dw 3Lw2 D Bw2' Lw R2 Bw2' 3Fw2' Rw' Dw2 Bw2 D2` <br /> Pyraminx - `r2 R2 l' B2 R u' B R' U' B' L R2 B L' B' b L2 B2 U R2 L' U' L' R2` <br /> Megaminx - `D-- R++ D++ R++ U D-- R-- D-- R-- U' R-- U D-- R++ U' D-- R++ D-- U' R-- D-- U' R++ D-- U R-- D++ R++ U' D-- R-- U D++ R-- U' D-- R-- U R++ D-- R-- U D++ R++ D++ U R-- U' R-- U D++ R-- U' D++ R++ D-- U' R++ U D++ R-- D++ R-- D++ R++ D-- U R-- D++ U` <br /> Skewb - `U L' R B L' U B' R' L B R' L'` <br /> Magic Clock - `UR1+ DR1+ DL2- UL4+ U5+ R2+ D5- L5- ALL1- y2 U5+ R0+ D3- L1- ALL1- DR DL` <br /> ## 🎲 Algorithm The reasoning behind the algorithm is pretty straightforward. For the sake of the explanation, let's say we have an NxN cube. A move is selected randomly from a list of possible moves (`U`,`D`,`L`,`R`,`F`,`B`). The random move is then added to the scramble unless **(1)** the random move is same as the last move in the sequence (e.g. `F` is the "same" as `F2`, `F'`, or any other variation that includes `F`) or **(2)** the random move has not been _simplified_ (see below). If the move is deemed valid, a valid ending may be concatenated by random selection (`'` or `2` for **2x2** & **3x3** and `'`, `2`,`w`,`w'`, or `w2` for **4x4**-**7x7**). Additionally, a prefix may concatenated for **6x6** and **7x7** cubes to express triple layer turns (only if the triple layer turn is randomly selected). Once the scramble length hits the predetermined length, the scrambler cuts off and the scramble sequence is returned. ## 🤓 Simplification Let's start with an example. The sequence `L2 R L'` is the same as `L R`. This is because NxN cube movements all have opposites, which are essentially (_parallel_) movements that don't interfere with each other (`U`⇔`D`, `L`⇔`R`, & `F`⇔`B` for NxN cubes). However, simplification doesn't always apply. For example, the pyraminx **cannot** use simplification since each layer is affected by the movement of the other layers. Here's a quick "definition": **a move has been _simplified_ if the sequence is constructed in a way such that a move cannot be removed to reduce a sequence**. To make sense of that statement, let's discuss the design. A [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) is used to store these unsimplified moves. If the first condition is met & the `Set` doesn't contain the randomly generated move, then the random move is added to the sequence. After the random move is added, the `Set` is filtered so that every move except the most recently added movement and its opposite are removed. For example, if the most recent move was `F2`, then every movement in the `Set` except `F` and `B` (opposite) is removed. The opposite movement is ignored since it is not impacted by the random move (their layers are parallel). This process is performed **every time** a new movement is added to the scrambling sequence to prevent _simplification_, by building a scrambling sequence while prohibiting subsequences that can be reduced, which inevitably builds stronger scrambling sequences (hopefully some of that makes sense). ## Progress - 2x2 ✅ - 3x3 ✅ - 4x4 ✅ - 5x5 ✅ - 6x6 ✅ - 7x7 ✅ - Megaminx ✅ - Pyraminx ✅ - Square-1 ❌ - Skewb ✅ - Clock ✅ ## Usage If you have any questions/issues/requests or if you discover any bugs, please raise an issue so that I can assist you.<br /> Also, feel free to use this code within your projects. Giving credit is optional, but it is much appreciated.
Unofficial scrambler for WCA puzzles cubes - Javascript
2x2x2,3x3x3,4x4x4,5x5x5,6x6x6,algorithms,cube,cube-scrambler,javascript,magic-clock
2023-08-14T02:29:40Z
2024-04-18T21:25:15Z
null
2
1
25
0
1
2
null
MIT
JavaScript
AkashChauhan22110/News-App
main
# News App Welcome to the News App repository! This is a simple web application that provides a user-friendly interface to view and read the latest news articles. It is built using HTML, CSS, and JavaScript. ## Features - Browse and read the latest news articles. - Search for news articles by keywords. - Filter news articles by categories (e.g., technology, sports, entertainment). - Responsive design for various screen sizes. ## Demo You can try out the live demo of the News App [here](https://github.com/AkashChauhan22110/News-App/). ## Prerequisites Before you begin, ensure you have met the following requirements: - A modern web browser that supports HTML5, CSS3, and JavaScript. ## Getting Started To get a copy of this project up and running on your local machine, follow these steps: 1. Clone the repository: ```bash git clone https://github.com/Akashchauhan22110/News-App.git
News App By HTML CSS JAVASCRIPT
css,html,javascript,newsapi
2023-08-31T11:52:40Z
2023-09-10T12:10:57Z
null
1
0
4
0
0
2
null
null
CSS
MoSalem149/ITI-ST-FrontEnd-ReactJS
main
# ITI-ST-FrontEnd-ReactJS This Repo For ITI Summer Training Projects Track Front End Development Using ReactJS
This Repo For ITI Summer Training Projects Track Front End Development Using ReactJS
bootstrap4,bootstrap5,css,css-animations,css-flexbox,css-grid,css3,ecmascript,ecmascript6,html
2023-08-27T08:02:48Z
2023-08-27T20:38:51Z
null
1
0
26
0
0
2
null
null
JavaScript
Vivek563/JS-Interview-Question-Practice
main
null
This repository contains a collection of JavaScript practice questions that are designed to help you prepare for technical interviews. Whether you're a job seeker getting ready for a coding interview or a developer looking to enhance your JavaScript skills, these questions cover a wide range of topics and difficulty levels.
javascript
2023-09-11T17:12:42Z
2024-04-27T18:24:12Z
null
1
0
18
0
0
2
null
null
JavaScript
tungdevpro/tungdevpro.github.io
main
# blog
My Blog Website - Gossip for tech 😗
javascript,nextjs,reactjs,blog-theme
2023-08-16T01:29:56Z
2024-05-08T15:22:52Z
null
1
0
38
0
0
2
null
null
JavaScript
stratoxjs/stratox
main
# Stratox.js - template engine ![npm](https://img.shields.io/npm/v/stratox) **Stratox.js is a user-friendly JavaScript template engine that helps you easily build template components and views.** The Stratox template library is created using up-to-date methods, keeping its size at around 6 kb when bundled and minimized (gzipped). It works independently, smoothly running on all platforms without needing anything else. Stratox.js is a smart pick for applications and websites, ensuring great performance and quick load time. It's versatile, letting you load views asynchronously (with optional caching) or bundle them conveniently into your main JavaScript file. ## Documentation **[You can find the full Startox documentation here](https://stratox.wazabii.se/v/stratox.js/)** #### The documentation is divided into several sections: * [Why Stratox.js?](https://stratox.wazabii.se/v/stratox.js/) * [Installation](https://stratox.wazabii.se/v/stratox.js/installation) * [Basic example](https://stratox.wazabii.se/v/stratox.js/template-engine/basic-example) * [Show template view](https://stratox.wazabii.se/v/stratox.js/template-engine/show-templates) * [Create template view](https://stratox.wazabii.se/v/stratox.js/template-engine/create-templates) * [Update template view](https://stratox.wazabii.se/v/stratox.js/template-engine/updating-views) * [Install plugins](https://stratox.wazabii.se/v/stratox.js/template-engine/plugins) * [Form builder](https://stratox.wazabii.se/v/stratox.js/form-builder/form-builder) * [Custom form template](https://stratox.wazabii.se/v/stratox.js/form-builder/custom-form-template) * [Container](https://stratox.wazabii.se/v/stratox.js/advanced-features/container) * [Template view functions](https://stratox.wazabii.se/v/stratox.js/advanced-features/template-view-functions) ## Why Startox ### User-Friendly Stratox is very user-friendly because it lets you prioritize JavaScript and HTML instead of grappling with the complexities of new markup and platform-specific functions, which in the end only lead to the burden of unnecessary abstractions. Stratox harnesses JavaScript's core capabilities, promoting a practical and fundamental approach to modern web development. ### Platform-agnostic nature Stratox.js doesn't discriminate or judge based on the platform you use, and it works seamlessly on all platforms and depends on nothing but it self. ### Full accessibility support Moreover, by allowing developers to write regular HTML with the right semantics, Stratox.js ensures that the resulting interfaces are fully **accessible**. This dual emphasis on simplicity and accessibility makes Stratox.js a powerful tool for creating user-friendly and inclusive web applications. ### Why Stratox.js? - **High Performance:** Stratox.js is optimized for performance. - **Great Load Speed:** Experience swift loading times for a seamless user experience. - **Optimized:** A finely-tuned library that prioritizes efficiency. - **User-Friendly:** Easy to use, making development a breeze. - **Platform-Agnostic:** Works seamlessly across all platforms. - **Template Engine:** Facilitates the creation of Views, components, and UI elements. - **Form Builder:** Follows HTML semantics, supporting nested form names. - **HTML Semantics:** Follow HTML semantics if you wish - **Full Accessibility Support:** You can make your app inclusive and accessible for all. - **Container Library:** Designed for seamless communication between template views and your project. - **Async and bundle:** Support asynchronous loading of or bundling of views ### Targeting - **Single-Page Application (SPA):** Ideal for creating SPAs with enhanced user experiences. - **Cross-Platform Compatibility:** Apache Cordova (PhoneGap), Xamarin, Electron, Ionic, and similar. - **Enhancing Static HTML:** Easily integrates with existing static HTML structures. - **Backend Language Integration:** Easily integrates with various backend languages. ## Example Below is a just **basic** example to demonstrate how easy it is to build a template view/component. There are a lot more examples in the [documentation](https://stratox.wazabii.se/v/stratox.js/). ```php Stratox.setComponent("ingress", function(data, container, helper, builder) { let out = ` <header class="mb-50 align-center"> <h1>${data.headline}</h1> <p>${data.content}</p> </header> `; return out; }); const stratox = new Stratox("#app"); stratox.view("ingress", { headline: "Lorem ipsum dolor", content: "Lorem ipsum dolor sit amet" }); stratox.execute(); ``` *[Click here to see the result](https://codepen.io/wazabii8/pen/bGZgPNo)*
JavaScript template library designed for the effortless creation of component, views and user interfaces (UI).
component,customtags,javascript,library,modern,module,template,templates,view,fields
2023-09-07T10:21:12Z
2024-05-11T17:06:25Z
2024-05-11T17:06:25Z
1
1
89
0
3
2
null
Apache-2.0
JavaScript
Feromond/jacob-mish-portfolio
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)
My portfolio website which I created using React and some Material UI components to demonstrate some web development skills and have another medium to display my resume and projects
javascript,material-ui,portfolio,portfolio-website,react,webdevelopment,website
2023-08-09T00:01:38Z
2024-05-13T21:41:15Z
null
1
0
59
0
0
2
null
null
JavaScript
soufiiyane/PDF-AISummarizer
main
# PDF Summarizer The PDF Summarizer is a web-based application that allows users to upload their PDF documents and receive a summarized version. It provides a convenient way to summarize lengthy PDF documents using OpenAI. ## Installation To get started with the PDF Summarizer, follow these simple installation steps: 1. **Install Dependencies**: First, ensure you have Node.js and npm (Node Package Manager) installed on your system. Then, navigate to the project directory and run the following command to install the necessary dependencies: ```bash npm install ``` 2. **Start the Server**: Once the dependencies are installed successfully, start the server by running the following command: ```bash node openaiAPI ``` 3. **Set Up API Key**: To utilize the PDF Summarizer, you'll need an API key from OpenAI. Grab your API key and add it to the `.env` file located in the project directory. 4. **Upload Your PDFs**: With the server up and running, you're ready to upload your PDF documents to the application. ## Screenshots ![Screenshot 01](screenshots/HomePage.png "Home Page") ### demonstration To illustrate the PDF Summarizer in action, we've provided an example using a test PDF document. ![Screenshot 02](screenshots/pdfTest.png "Tested PDF") ## result Here, you can see the summarized version of the PDF document. ![Screenshot 03](screenshots/pdfResult.png "PDF Result") ## Features - **Efficiency**: Quickly summarize lengthy PDF documents, saving you valuable time and effort. - **User-Friendly**: The web-based interface is intuitive and easy to use, making it accessible to users of all levels. - **OpenAI Integration**: Utilizes OpenAI's powerful natural language processing capabilities to generate accurate and coherent summaries. - **Customizable**: The PDF Summarizer can be configured to suit your specific summarization needs. ## Contribute I welcome contributions from the community to enhance and improve the PDF Summarizer. Feel free to submit bug reports, feature requests, or pull requests to help us make this tool even better.
The PDF Summarizer is a web-based application that allows users to upload their PDF documents and receive a summarized version, Provides a convenient way to summarize lengthy PDF documents using OpenAI
expressjs,javascript,nodejs,openai
2023-08-09T00:24:45Z
2023-09-04T17:25:26Z
null
1
0
8
0
1
2
null
null
JavaScript
arcVaishali/LitterLens--Local-Litter-Insights
master
# LitterLens- Local Litter Insights ### Submission for Katy Youth Hacks 2023 Sustainability Hackathon. View our Devpost story- [Link](https://devpost.com/software/litter-insight-and-segregation) ## About us Our project Litter Insight and Segregation, as the name suggests aims to provide a local litter dataset to local administration and policy makers of Resident Welfare Societies and Colonies, based on which they can make policies to make reasonable and achievable local changes in lifestyle of residents. We believe waste collection and management systems should be decentralised, as it is then the waste management becomes sustainable, reduces carbon footprint for transportation and gives local authorities more control. In addition to contributing in creating a dataset and making analysis, our project also aims to make lives of Level 0 Waster Pickers (called Kabadiwallahs in India) less riskier, simple and make their livelihoods better by creating a ML model that classifies waste into recyclable and non-recylable litter by feeding it image of waste. This ML model when powered by an IoT based dustbin can help segregation of waste even faster and easier. Even local people can use this website to segregate waste into recyclable and non-recyclable waste bins. ## Features - Provides portal for Litter Image Uploading and Analysis for litter distribution in their locality. - It aims at providing relevant results. - Helps segregating wastes less riskier for waste pickers and easier for normal people. ## Inspiration ### Case Study - 1 We saw the success story of [KabadiWallah Connect](https://www.kabadiwallaconnect.in/), a Chennai based startup, it provided an IoT based point of pickup i.e. an IoT based dustbin which monitored waste collection and notified nearby Kabadiwallahs when it required disposal. Enabling such a system organised the Recyclable Waste Collection in India which is an informal sector which lags structure and also reduced risks that Kabadiwallahs (level-0 waste picker are called so in India) used to take in their daily life to find and segregate waste, thereby improving their livelihoods. **Report by** [ITU Hub](https://www.itu.int/hub/2021/07/indian-firms-digital-solution-for-urban-waste-pickers/) #### Our Remarks >What if we could reduce the risks even more that the Kabadiwallahs take to segregating waste by diving knee deep into the waste? >Why not create an ML model that can segregate waste into as recyclable and non-recyclable based on data provided by IoT enabled dustbins (an image sensor will capture image of waste at the type of disposal)? ### Case Study - 2 [Litterati](https://www.litterati.org/) is a Litter data collection and analysis app based in US. This app has been used by various lawmakers and school administrations in US to get insights on what type of waste are being mostly generated in their city and school campus respectively and how they can reduce it. **Report by Science Learn Hub** [Citizen Science Project-Litterati](https://www.sciencelearn.org.nz/resources/2752-litterati) #### Our Remarks >As claimed earlier, waste management systems must be decentralised and locale specific. >Hence, to enable this why not make it local and available in India? ## Outcome Our project aims at helping people make data informed life choices that are sustainable and also simplifies life of level 0 waste pickers and helps them in segregating waste using ML model. Our initial brainstorming resulted in creation of [LitterLens](https://litterlens.streamlit.app/) which is powered by Streamlit, Tensorflow, Pandas, Numpy, Pytorch, HTML, Javascript, SheetDB, Google sheets, TailwindCSS and Matplotlib. Besides it is also powered by hardwork of our fellow contributors- [Dileep](https://github.com/Dileep2608) [Vaishali](https://github.com/arcVaishali) [Kesav](https://github.com/kesavn-13/) and [Maruthi Karthik Singh](https://github.com/MaruthiSingh) ## View Demo [LitterLens](https://litterlens.streamlit.app/) ## What it does - It allows user to input the image of litter in two ways- from the local device and from the image URL. It take the image as input and uses the Machine Learning Model which we have created using Tensorflow, Keras, Python and other ML libraries to classify the image into- + paper + trash + metal + cardboard + plastic + glass and then further classifies the litter into as recyclable and biodegradable. - It also takes the name of user, their location (right now we have only included 4 cities- Hyderabad, Bangalore, Chennai and Delhi) and their locality (this feature is not yet implemented) during login and gives the litter analytics (in the form of bar graph between litter type (cardboard, paper, plastic, glass, metal, trash) and the count of litter in their city (right now the count will be city based, later on we will make it more local by adding locality feature). In addition to this our website also gives insights to user on how they can reduce that particular litter production by making sustainable changes in lifestyle. ## How we built it We built our project with love, patience and hardwork using following tools and technologies- ### For machine Learning Model-> + Tensorflow + Python + Pandas + Numpy + Matplotlib + Keras + Pytorch + Jupyter + OS ### For Front-end of our Website-> + streamlit + python + pandas + numpy + matplotlib + HTML + TailwindCSS + JavaScript ### For backend and Database -> + SheetDB + Google Sheets + Kaggle Dataset (for ML model) ### For code hosting -> + GitHub ### For Deployment -> + Streamlit Cloud ## Challenges we ran into - We had trouble importing Machine Learning Model into our website. - We had problems implementing the prediction algorithm via webpage. - We had problems connecting Google sheets with our website. - We had trouble deploying the app on streamlit cloud. Through dedicated teamwork and hard work, we effectively resolved these challenges over time. Our collaboration was facilitated by Discord, ensuring continuous connectivity throughout the Hackathon. We extend our gratitude to Katie Youth Hacks for providing us with an invaluable opportunity to engage with a resourceful community. This experience enhanced our proficiency in streamlit, machine learning, and web development. ## Accomplishments that we're proud of - We were successful in merging the ML model into our website. - We were able to come up with a good idea which will have a good impact on our society and an actionable plan to implement it. - We were able to successfully deploy and create our app on streamlit in the given time period of this hackathon. ## What we learned - Collaborating with people. - Using community forums and reading documentations in a proper way. - Acquired experience with working on streamlit. - Acquired knowledge in machine learning. ## What's next for LitterLens-Local Litter Insights - We look forward to using a more powerful database like firebase instead of SheetDB and Google Sheets. - We anticipate incorporating this functionality into various localities to provide tailored litter distribution insights, analytics, and guidance on transitioning toward a more sustainable lifestyle. - We will add this feature as well by which the user can view the waste management system of other areas and can get insights. - Our objective is to further enhance the performance of our machine learning model.
This is a sustainability hack that analyses and gives you insights about litter in your area and also helps Level-0 waste pickers and normal individuals in waste segregation.
html,javascript,machine-learning,python,streamlit,tailwindcss,kyh-2023
2023-08-12T05:20:28Z
2023-08-25T09:50:27Z
null
4
0
127
0
2
2
null
null
Python
developmentpark/evaluate-news-nlp
main
> 🌱 This project is the result of my commitment and continuous learning in the field of web development. During my experience in the Udacity Frontend Nanogree program, I acquired valuable skills that I have applied in this, my fourth project, to overcome technical challenges and achieve concrete results. Throughout this journey, I have cultivated knowledge in cutting-edge technologies and development approaches, and I am excited to share the impact of this experience in this project. <h1 align="center">Sentiment Analyzer</h1> <p> <a href="https://github.com/developmentpark/evaluate-news-nlp/actions/workflows/ci.yml"><img src="https://github.com/developmentpark/evaluate-news-nlp/actions/workflows/ci.yml/badge.svg?branch=dev"/></a> <a href="https://github.com/developmentpark/evaluate-news-nlp/actions/workflows/deploy.yml"><img src="https://github.com/developmentpark/evaluate-news-nlp/actions/workflows/deploy.yml/badge.svg?branch=main"/></a> </p> <p align="center"> <b>Discover the Emotions Behind the Words</b> </p> <p align="center"> <img src="https://lh3.googleusercontent.com/pw/ADCreHdzFseAMwKbjUaKsdnMjWt1zzOcHAzEP492pyQYmN55VqXiH5syA_Tg0XDvETe-jl-IzXhmOf6lvqS8rv920Q9zj_dihD_Mo-FakSTpqZVAPxmMI4IBVCQSF3vgqYGzkUCXrZFWmwuDHWCESiinmcE=w500-h500-s-no?authuser=0" width="300px"/> </p> **Sentiment Analyzer** is a powerful tool that allows you to analyze sentiments and emotions expressed in articles and blogs from other websites. This application is designed to provide you with valuable insights into the tone and emotion of online content, helping you better understand the opinions and attitudes present in those texts. The ability to interpret emotions and sentiments from text holds immense value in various domains. Whether it's gauging public sentiment towards a product, analyzing user reviews, or understanding the emotional tone of news articles, there's a growing need for a tool that can peel back the layers of language and reveal the emotional landscape beneath. While there are existing technologies that address sentiment analysis, they often remain inaccessible to many people due to their technical complexity or high costs. Sentiment Analyzer bridges this gap by focusing on making this advanced NLP technology accessible to a wider audience. So, in essence, Sentiment Analyzer addresses the problem of democratizing the value of sentiment analysis by providing an accessible, user-centric, and interactive solution that leverages the power of NLP technology. It aims to empower users, regardless of their technical expertise, to harness the benefits of sentiment analysis for better decision-making and understanding of textual content. ## Key Features - **Sentiment Analysis**: The Sentiment Analyzer uses Natural Language Processing (NLP) techniques to identify emotions and sentiments in an article. - **Accurate Summaries**: It provides concise summaries of the polarity of a text, its level of subjectivity or objectivity, and an overall accuracy of detected emotions. - **Intuitive Interface**: The user interface is designed to be simple and user-friendly. Simply input the URL of the article and get instant results. - **API Integration**: The Sentiment Analyzer integrates with the Meaningcloud API, which leverages advanced NLP techniques for text analysis. ## Tech To achieve this, a combination of modern technologies were used, including: - HTML - CSS - JavaScript - NodeJS - Express and tools that facilitated development, optimization and code quality: - Webpack - Jest - Sass - ESLint & Prettier - GitHub Actions - Heroku ## How to Use **Using the local version (Development)** If you'd like to run the Sentiment Analyzer locally for development or customization purposes, follow these steps: - Clone this repository to your local machine. - Configure environment variables: Client: The client retrieves the API URL from the `API_URL`environment variable. Server: ``` API_KEY: Your Meaningcloud API key. BASE_URL: The base URL for the Meaningcloud API. SERVER_PORT: The port on which the server will run. SERVER_HOST: The host for the server. API_URL: The API base URL ``` - Install dependencies using `npm install`. - Run the application with `npm start`. **Using the live version** You can access the <a href="https://developmentpark.github.io/evaluate-news-nlp/">live version</a> 🚀 ## License This project is licensed under the [MIT License](LICENSE).
Sentiment Analyzer: Your gateway to emotion decoding. Explore text sentiments intuitively with Meaningcloud API integration. Unlock the emotional power of words effortlessly.
api,frontend,github-actions,heroku,nlp,webpack,javascript,jest,sass,eslint
2023-09-11T00:15:36Z
2023-10-28T00:58:20Z
2023-10-28T01:20:56Z
3
5
98
0
0
2
null
MIT
JavaScript
FullStackNest/youtube-bootstrap-p1-p2
main
# Created by Satyaprakash Sahoo [Follow](https://www.linkedin.com/in/satyaprakash-sahoo/) ### This site has been created with: - Bootstrap - HTML - CSS * Visit our [Youtube](https://www.youtube.com/@fullstacknest) * Our Website [fullstacknest.com](https://www.fullstacknest.com/) #### Some Amazing Snapshots: - Please note these are fully responsive websites - <img src="snapshots/s1.png" alt="Snapshot 1"> - <img src="snapshots/s2.png" alt="Snapshot 2"> - <img src="snapshots/s3.png" alt="Snapshot 3"> - <img src="snapshots/s4.png" alt="Snapshot 4">
Basic usage of HTML, CSS & Bootstrap for a static website. You will also learn advanced practices like reusing HTML codes in JS.
bootstrap5,css,html,html-css-javascript,javascript,responsive-layout,responsive-web-design
2023-09-05T18:33:49Z
2023-09-14T05:31:49Z
null
2
0
4
0
0
2
null
null
HTML
LakshayD02/Portfolio-Website-Lakshay
main
# Portfolio-Website-Lakshay A Responsive Portfolio Website made using HTML, CSS and JavaScript which shows my skills, experience, projects, and even my personality to potential clients and employers. Check the Working of the Website Here - https://bit.ly/3EsUKyo
A Responsive Portfolio Website made using HTML, CSS and JavaScript which shows my skills, experience, projects, and even my personality to potential clients and employers.
cascading-style-sheets,css,css3,font-awesome,html,html-css-javascript,html5,javascript,responsive-design,resposive-web-design
2023-09-03T12:06:27Z
2023-09-03T12:25:53Z
null
1
0
3
0
0
2
null
null
HTML
AndyMagwayer/Chess-game
main
# Chess-game Here we have project screenshot : ![screenshot](https://github.com/AndyMagwayer/Chess-game/blob/main/4-9-23.png) ### Chess Game (VS Computer) I am gonna showing to you how to code a chess game with javascript. in this javascript chess game you can play with computer, flip board and set position. in this code you will learn to use chessboardjs and chess.js library❗️ ## Deploy: https://chess-game-magamed.netlify.app/ # FEN Notation ![screenshot](https://github.com/AndyMagwayer/Chess-game/blob/main/Screenshot%202023-09-01%20200909.png) FEN (Forsyth-Edwards Notation) is a standard notation used to represent a particular chessboard position. It provides a concise and human-readable way to describe the placement of chess pieces on the board, as well as other important information about the position. Here's how FEN notation works such as: A FEN string consists of six fields separated by spaces: 1. **Piece Placement (8 ranks)**: This field represents the positions of the pieces on the board. Each rank is represented by a series of characters, where: - `K` represents a white king. - `Q` represents a white queen. - `R` represents a white rook. - `B` represents a white bishop. - `N` represents a white knight. - `P` represents a white pawn. - `k` represents a black king. - `q` represents a black queen. - `r` represents a black rook. - `b` represents a black bishop. - `n` represents a black knight. - `p` represents a black pawn. - Digits (1-8) represent empty squares, with the number indicating the count of consecutive empty squares. For example, `rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR` represents the starting position of a chess game. 2. **Active Color (1 character)**: This field indicates which player's turn it is to move. `w` represents White's turn, and `b` represents Black's turn. 3. **Castling Availability (1-4 characters)**: This field indicates whether castling is still available for each player. The characters used are: - `K` for White kingside castling. - `Q` for White queenside castling. - `k` for Black kingside castling. - `q` for Black queenside castling. - `-` if no castling is possible. 4. **En Passant Target Square (1-2 characters)**: If a pawn has just moved two squares forward from its starting position, this field represents the square where the opposing pawn can capture en passant. Otherwise, it is represented as `-`. 5. **Halfmove Clock (1-2 characters)**: This field represents the number of half-moves (ply) since the last pawn move or capture. It is used for the fifty-move rule. 6. **Fullmove Number (1-2 characters)**: This field represents the number of full moves (complete turns) in the game. It starts at 1 and is incremented after Black's move. Here's an example FEN string: ``` rnbqkb1r/ppp1pppp/5n2/3p4/3P4/8/PPP2PPP/RNBQKBNR w KQkq - 0 4 ``` This FEN represents a specific board position where it's White's turn to move, both sides have the potential to castle kingside and queenside, there's no en passant target square, the halfmove clock is 0, and the fullmove number is 4. You can use FEN notation to record and share specific chess positions and use them for various purposes, including setting up custom positions for analysis or practice. <br> <br> ## Portfolio: https://portfolio-magamed.netlify.app/ ![Image alt](https://github.com/AndyMagwayer/Portfolio-Website/blob/main/Screenshot%202023-09-17%20094045.png)
The Chess Game Project is an open-source initiative developed by AndyMagwayer on GitHub. This project aims to recreate the classic game of chess in a digital format, allowing users to enjoy the strategic gameplay on their computers. Overview: Chess is a timeless board game that requires critical thinking, planning, and strategic decision-making.
chess,css,html5,javascript
2023-09-01T14:34:06Z
2023-10-06T02:13:44Z
null
1
1
19
0
1
2
null
null
JavaScript
Git21221/My-DSA-codes
main
# My-DSA-codes ![LeetCode Stats](https://leetcard.jacoblin.cool/saikatdass?theme=light&font=Inder) <br> <img src="https://img.shields.io/github/forks/Git21221/My-DSA-codes?style=for-the-badge" /> <img src="https://img.shields.io/github/repo-size/Git21221/My-DSA-codes?style=for-the-badge" />
null
c,cpp,java,javascript,typescript
2023-09-02T11:29:28Z
2023-11-09T12:58:38Z
null
1
0
166
0
0
2
null
null
C++
hennyfeliz/rental
main
# rental a sample app for a apartartment rentals and houses
a sample app for a apartment rentals and houses
java,javascript,mssqlserver,reactjs,spring-boot
2023-08-23T17:25:16Z
2023-10-10T16:14:11Z
null
1
0
82
0
0
2
null
null
Java
Naveenad2/A-Centralized-Encrypted-Content-Repository
main
# A Centralized Encrypted Content Repository ## Description A Centralized Encrypted Content Repository is a web application that allows users to securely store and manage various types of content, such as PDFs and images, in a centralized repository. The content is encrypted to ensure data security. The application consists of both a frontend and a backend, and it can be containerized using Docker. ## Features - User registration and login - Secure content storage with encryption - Filter and categorize content by type - Logout confirmation modal - Frontend and backend components ## Technologies Used - React.js for the frontend - Spring Boot for the backend - Docker for containerization ## Setup Instructions ### Frontend 1. Clone the repository: `git clone https://github.com/yourusername/A-Centralized-Encrypted-Content-Repository.git` 2. Navigate to the frontend directory: `cd A-Centralized-Encrypted-Content-Repository/frontend` 3. Install dependencies: `npm install` 4. Start the development server: `npm start` 5. Access the frontend at: `http://localhost:3000` ### Backend 1. Navigate to the backend directory: `cd A-Centralized-Encrypted-Content-Repository/backend` 2. Build the backend: `mvn clean install` 3. Run the backend: `java -jar target/backend.jar` 4. The backend will be accessible at: `http://localhost:8080` ### Docker 1. Ensure Docker is installed on your system. 2. Build the Docker image: `docker build -t content-repo-app .` 3. Run the Docker container: `docker run -p 3000:3000 -p 8080:8080 content-repo-app` ## Usage - Visit `http://localhost:3000` in your browser to access the application. - Register a new user or log in with existing credentials. - Upload and manage your encrypted content. - Use the filters to view content based on type. - Click the "Logout" button to initiate the logout confirmation modal. ## Screenshots ![Screenshot 1](/screenshots/screenshot1.png) ![Screenshot 2](/screenshots/screenshot2.png) ## License This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.
A Centralized Encrypted Content Repository is a web application that allows users to securely store and manage various types of content, such as PDFs and images, in a centralized repository. The content is encrypted to ensure data security.
api,docker,encryption,java,javascript,mysql,react,spr
2023-08-25T08:56:51Z
2023-08-26T13:48:37Z
null
1
0
8
0
0
2
null
null
JavaScript
vaibhavpatil5/Redux_Toolkit_shoppingCart
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)
• Implemented essential features such as 'Add to Cart', real-time item calculations, and ensured mobile responsiveness for enhanced accessibility. • Technology stack consists of React.js, Redux-toolkit, Tailwind CSS, and JavaScript.
css,javascript,reactjs,redux-toolkit,responsive-design,rest-api,tailwind-css
2023-08-20T12:08:51Z
2023-08-20T11:58:55Z
null
1
0
2
0
0
2
null
null
JavaScript
Surajdy/Bewakoof_Clone
main
# Bewakoof_Clone https://spectacular-gecko-caaf10.netlify.app/index.html # Bewakoof_Clone Bewakoof.com is an E-Commerce website, where could buy a varities of clothes of different category. This is the Clone of Bewakoof.com which was given by Masai school during the unit-4 curriculm. We are 5 members in the project team Suraj,Salman,Abhay,Rishik and Ashutosh We have taken the challenge to complete the project in 5 days and successfully completed in in a deadline time.. # Built with HTML CSS JS Functionalities Added Responsiveness in landing page Implemented search functionalities in landing page Added Signup and Login functionalities/validations Sorting functionality according to Price Filter product according to our category Functionality to add a product to wishlist and cart Functionality to make a payment Added booking success display functionality Implemented all the above said functionalities using LocalStorage, and enhanced dynamic flow of all data # Home Page: ### ![Untitled](https://github.com/Surajdy/Wingscollaboration/assets/112762975/061b012f-113c-4e42-adbf-e31f49564811) # Tech-Stack HTML CSS JS # Team Members Suraj Mohd Salman Abhay Khare Rishik Sinha Ashutosh
"Introducing our Clone Bewakoof Site! Discover trendy fashion, vibrant designs, and quality clothing for the fashion-forward. Explore our platform for unique style statements and exclusive collections."
css,html,javascript
2023-09-10T05:48:47Z
2023-12-08T19:15:55Z
null
5
1
18
0
0
2
null
null
HTML
AbdusSattar-70/Portfolio-Refined
dev
<a name="readme-top"></a> <div align="center"> <h3><b>Portfolio-Refined </b>. </h3> </div> <div align="center"> <h3><b>Screenshot</b></h3> <img src="./src/assets/screen.png" alt="" width="500px"> </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 --> ## 📖 Portfolio-Refined <a name="about-project"></a> In this portfolio project, I've curated a captivating showcase of my achievements across four dynamic pages: Home, About, Contact, and Projects. Each page offers a unique perspective: 1. **Home**: A welcoming introduction to my portfolio's essence. 2. **About**: Deep insights into my journey, experiences, and passions. 3. **Contact**: A direct way to connect and engage with me. 4. **Projects**: A showcase of my technical prowess and achievements. Together, these pages offer a comprehensive glimpse into my professional identity and expertise. ## 🛠 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>HTML</li> <li>CSS</li> <li>JS</li> <li>React</li> <li>Bootstrap</li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href=#>Server - It is Hosted on Netily</a></li> </ul> </details> <details> <summary>Database</summary> <ul> <li>Currently it doesn't use database</li> </ul> </details> <!-- Features --> ## Key Features <a name="key-features"></a> - **Showcase developer achievements** <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://abdussattar-70.github.io/Portfolio-Refined) <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 `HTML`, `CSS`,`JS`, `React` and `Bootstrap`. - 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/Portfolio-Refined.git cd Portfolio-Refined ``` # 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 npx stylelint "\*_/_.{css,scss}" ``` - To check Eslint error:- ```bash npx eslint "**/*.{js,jsx}" ``` # Deployment <a name="triangular_flag_on_post-deployment"></a> You can deploy this project using: - Render Hosting server or GitHub pages ```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/) <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 Login page** <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 microverse for the opportunity to learn how to Code. <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>
In this portfolio project, I've curated a captivating showcase of my achievements across four dynamic pages: Home, About, Contact, and Projects. Each page offers a unique perspective: Home: A welcoming introduction to my portfolio's essence. About: Deep insights into my journey, experiences, and passions. Contact: A direct way to connect and engag
bootstrap5,css3,html5,javascript,react
2023-08-15T18:06:58Z
2024-02-05T12:02:41Z
null
1
28
105
0
0
2
null
MIT
JavaScript
luisalejandrobf/CatCare
main
![CatCareLogo](https://github.com/luisalejandrobf/CatCare/assets/95001823/c2e27eb9-52b0-4fc0-8b28-b7b63ec6998f) # CatCare, Sitio Web de Clínica Veterinaria ![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=luisalejandrobf.CatCare&left_text=Views) [English](#catcare-veterinary-clinic-website) | [Español](#catcare-sitio-web-de-clínica-veterinaria) Este repositorio contiene el código fuente y los recursos relacionados con un proyecto de sitio web para una clínica veterinaria, desarrollado como parte de la clase de desarrollo web en la Pontificia Universidad Javeriana. ## Colaboradores - Luis Alejandro Bravo Ferreira - Ana María Ortegón Sepúlveda - Felipe García Castiblanco ## Descripción del Proyecto El objetivo de este proyecto es crear un sitio web para una clínica veterinaria llamada "Patitas Felices". El sitio web busca proporcionar información sobre los servicios ofrecidos por la clínica, el equipo de veterinarios y su experiencia, así como brindar recursos útiles para el cuidado de mascotas. ## Tecnologías Utilizadas 💻 - `HTML5` y `CSS3` para la estructura y el diseño del sitio web. - `JavaScript` para agregar interactividad a la página, como formularios y elementos dinámicos. - Utiliza un marco de trabajo front-end `Angular` para mejorar la eficiencia y la experiencia del usuario (Front-end). - Implementa un servidor Back-end utilizando `SpringBoot`. - Hace uso de logos e íconos de `Bootstrap`. ## Una guía rápida 🗺️ Podrás encontrar el proyecto actualizado en /Project, tanto un servidor backend que usa `SpringBoot`, como frontend `Angular`. En /Backup podrás encontrar el proyecto inicial utilizando `Thymeleaf` y `Spring`. --- # CatCare, Veterinary Clinic Website [English](#catcare-veterinary-clinic-website) | [Español](#catcare-sitio-web-de-clínica-veterinaria) This repository contains the source code and resources related to a website project for a veterinary clinic, developed as part of the web development class at the Pontificia Universidad Javeriana. ## Contributors - Luis Alejandro Bravo Ferreira - Ana María Ortegón Sepúlveda - Felipe García Castiblanco ## Project Description The objective of this project is to create a website for a veterinary clinic named "Patitas Felices" (Happy Paws). The website aims to provide information about the services offered by the clinic, the team of veterinarians and their expertise, as well as to offer useful resources for pet care. ## Technologies Used 💻 - `HTML5` and `CSS3` for the structure and design of the website. - `JavaScript` to add interactivity to the page, such as forms and dynamic elements. - It uses the `Angular` Front-end framework to enhance efficiency and user experience. - It Implements a Back-end server using `SpringBoot`. - Makes use of `Bootstrap` logos and icons. ## A quick guide 🗺️ You can find the updated project in /Project, both a backend server that uses `SpringBoot`, and the frontend `Angular`. In /Backup you can find the initial project using `Thymeleaf` and `Spring`.
This repository contains the source code and resources related to a website project for a veterinary clinic. / Este repositorio contiene el código fuente y los recursos relacionados con un proyecto de sitio web para una clínica veterinaria.
angular,css,html,js,springboot,veterinary-clinics,boostrap,javascript,ts,typescript
2023-08-09T16:51:46Z
2024-02-10T17:42:48Z
null
4
1
192
0
0
2
null
null
Java
BIYUEHU/standard-dev-demo
master
# standard-dev-demo **Last update: 2024-1-30** > Main Stack: pnpm, eslint, prettier, husky, commitlint > Secondary Stack: Typescript, git, lint-staged, standard-version ## 1.Initialize project and use pnpm _Initialize project_: ```bash mkdir standard-dev-demo cd ./standard-dev-demo npm init -y ``` > For Vue, React ,NestJs and other projecst: use their own cli tools > Such as `Vue-cli(Vue-cli-ui)`, `Vite`... _Open it(Vscode):_ ```bash code . ``` Use pnpm: ```bash npm install pnpm -g ``` ### why is pnpm? - Fast speed - It's fast than `npm` and `yarn` - Small footprint - Using `hard linking` to link nodes\_ modules resource - Compatible with NPM - PNPM is fully compatible with the ecosystem of NPM and can be easily migrated. _Install Typescript:_ ```bash npm install typescript -g tsc --init ``` > Example tsconfig.json ```json { "extends": "./tsconfig.node.json", "compilerOptions": { "outDir": "dist" }, "include": ["src/**/*.ts"] } ``` ```json { "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ESNext", "strict": true, "declaration": true, "experimentalDecorators": true, "composite": true, "incremental": true } } ``` _Initialize Git:_ > Create a Github repository: [https://github.com/new](https://github.com/new) ```bash git init git remote add origin git@github.com:BIYUEHU/standard-dev-demo.git git push -u origin master ``` > Create `.gitignore` ```ini node_modules dist lib .husky/_ .vscode/* .vs/* !.vscode/extensions.json *.tgz tsconfig.tsbuildinfo *.log ``` # 2.Standardize code format and style > ESLint: Check syntax and find problems By `npm packages` > Prettier: A code-format tool and unified code style By `Editor Plugins` ```bash pnpm install eslint-config-prettier eslint-config-airbnb-base eslint-config-typescript eslint prettier -D ``` _Install their editor plugins(Vscode):_ > Search in the expand store: `ESLint` `Prettier - Code formatter` > Optional plugins: `ESLint Chinese Rules`(For Chinese) `Prettier ESLint` > Change save setting: Settings(`ctrl + .`) -> Search: save -> √ Editor: Format On Save > Right click in the editing area -> Using Format Document -> Configure default formatted documents _Auto fix problems that is can by ESLint on save:_ ```json /* * VSCode Settings JSON File */ { "editor.codeActionsOnSave": { "source.fixAll.eslint": true } } ``` > .eslintrc ```json { "root": true, "env": { "es2024": true }, "extends": ["airbnb-base", "prettier", "typescript"], "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "rules": { "import/no-extraneous-dependencies": 0, "import/no-unresolved": 0, "import/extensions": 0, "no-use-before-define": 0, "no-unused-vars": 0, "no-shadow": 0, "no-redeclare": 0 }, "ignorePatterns": ["*.js", "*.d.ts"] } ``` > .prettier ```json { "singleQuote": true, "printWidth": 120, "trailingComma": "none" } ``` > package.json ```json { // ... "scripts": { // ... "lint": "eslint \"src/*.{ts,tsx}\" --fix", "format": "prettier --config .prettierrc \"src/*.ts\" --write" } } ``` ## 3.Standard Git Commit Specification > Husky: A tool for adding hooks to Git clients, which automatically triggers functions before some Git operations > > [https://typicode.github.io/husky/#/](https://typicode.github.io/husky/#/) > Commitlint: A tool for verifying comments submitted by git commit > Lint-staged: filter out Git code temporary storage areas (by `git add`), passing a list of all temporary files to the task Install Husky: ```bash pnpm install husky -D ``` > package.json ```json { // ... "scripts": { // ... "prepare": "husky install" } } ``` ```bash pnpm prepare pnpx husky install ``` Install Commitlint: ```bash pnpm install @commitlint/config-conventional @commitlint/cli -D pnpx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"' ``` > .commitlintrc ```json { "extends": ["@commitlint/config-conventional"], "rules": { "type-enum": [ 2, "always", ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"] ], "subject-case": [0] } } ``` | Type | Description | | -------- | ----------------------------------------------------------------------------------------------------------- | | feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance | | test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) | | ci | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit | Use lint-staged: ```bash pnpm install lint-staged -D ``` > package.json ```json { // ... "lint-staged": { "*.{js,jsx,vue,ts}": ["pnpm lint", "pnpm format", "git add ."] } } ``` ```bash pnpx husky add .husky/pre-commit "npx lint-staged" ``` ## 4.Auto release Install standard-version ```bash pnpm install standard-version -D ``` > package.json ```json { // ... "scripts": { // ... "release": "pnpm release:changelog && standard-version", "release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" } } ``` Try a few! ```bash pnpm release ``` ## 5.Publish to Npm Package Mange npm's sources: ```bash npm install nrm -g nrm ls nrm use npm npm login ``` > package.json Added some information for your `package.json` ```json { // ... "bugs": { "url": "https://github.com/biyuehu/standard-dev-demo/issues" }, "repository": { "type": "git", "url": "git+https://github.com/biyuehu/standard-dev-demo.git" }, "homepage": "https://github.com/biyuehu/standard-dev-demo" } ``` When Everything is ready: ```bash git add . git commit -m 'chore: update' pnpm release git push pnpm publish ``` View your package: [https://www.npmjs.com/package/standard-dev-demo](https://www.npmjs.com/package/standard-dev-demo) > Good!You can develop to a standard project,Now!
standard development's demo repository
commitlint,demo,eslint,eslint-plugin,eslint-plugin-import,git,husky,javascript,js,lint-staged
2023-08-18T02:18:30Z
2024-02-19T06:36:00Z
2024-02-19T06:36:00Z
1
0
30
0
0
2
null
GPL-3.0
TypeScript
Vinay-Id/Flixxit
main
# Flixxit - Your Ultimate Streaming Destination Welcome to Flixxit, the ultimate streaming platform designed to bring you a seamless and immersive entertainment experience. ## Features Overview ### User Accounts - Streamline your access with user-friendly email ID and password sign-up and login. ### User Profile - Elevate your engagement with personalized profiles showcasing your account details, viewing history, and customized content recommendations. ### Dashboard - Navigate effortlessly through our intuitive dashboard, offering scrollable carousels categorizing titles by genres and categories. ### Title View - Dive deeper into your chosen titles, unlocking comprehensive information including synopses, ratings, and other details. ### Search - Harness the power of our robust search functionality to locate movies, short films, documentaries, and more. - Seamlessly integrate with external sources like [The Movie Database](https://www.themoviedb.org/) for top-notch content curation. ### Watchlist - Organize your viewing queue with a convenient watchlist feature. ### Rating - Express your opinion by upvoting or downvoting your preferred programs. ### Video Player - Immerse yourself in our sleek video player, offering previews and full playback for your selected content. - Seamlessly skip introductions with the "Skip Intro" feature. ### Payment and Subscription - Elevate your experience with premium access through monthly or yearly subscriptions. - Generate invoices, complete with a "Pay Now" option, for your convenience. ### About Us - Delve into the "About Us" section for comprehensive insights into the app's features, legal framework, and access to customer support. ## Getting Started To get started with Flixxit, follow these steps: 1. **Clone the Repository:** Open a terminal and run the following command to clone the repository to your local machine: ```sh git clone https://github.com/Vinay-Id/Flixxit.git ``` 2. **Navigate to the Frontend Folder:** Change your working directory to the frontend folder: ```sh cd app ``` 3. **Install Frontend Dependencies:** Install the required frontend dependencies using npm: ```sh npm install ``` 4. **Start the Frontend Server:** Start the development server for the frontend: ```sh npm start ``` This will launch the application in your default web browser at `http://localhost:3000`. 5. **Explore the Application:** You can now explore the Flixxit application, browse titles, search for content, and test out its features. 6. **Navigate to the Backend Folder:** If you're interested in exploring the backend code, you can change your working directory to the backend folder: ```sh cd ../server ``` 7. **Install Backend Dependencies:** Install the required backend dependencies using npm: ```sh npm install ``` 8. **Start the Backend Server:** Start the backend server: ```sh npm start ``` The backend server will be up and running, ready to serve data to the frontend.
deployed link
jwt-authentication,mongodb-atlas,reactjs,tmdb-api,expressjs,javascript,node-js
2023-08-14T14:52:09Z
2023-12-29T16:30:08Z
null
1
0
9
0
0
2
null
null
JavaScript
timotheeMM/snake-game
main
<h1 align="center">:snake: SNAKE GAME :snake:</h1> ## What is this project ? This project is a new version of the famous snake game. This version is coded with HTML canvas and JavaScript. ## Play the game To play the game, go to this website: [https://timotheemm.github.io/snake-game/](https://timotheemm.github.io/snake-game/) > little trick: press the 'a' key to change the color of the apple and the 's' key to change the color of the snake. ## You want to contribute ? If you want to contribute to this project, you are welcome! For this, there are a few steps: 1. Create a fork of this project in your GitHub account. 2. Clone this fork on your machine with: ```sh # make sure that git is installed before doing this git clone https://github.com/your-username/snake-game.git ``` 3. Create a new branch that describes what you want to do by entering: ```sh git checkout -b my-branch ``` 4. Make your changes. > Important: add your github username to the CONTRIBUTORS.md file following the syntax of the creator. 5. Add the files you have modified: ```sh git add . ``` 6. Make a commit where you say everything you’ve done: ```sh git commit -m "change... and add..." ``` 7. Push your changes to GitHub: ```sh git push -u origin my-branch ``` 8. Make a pull request by going to the project fork page and clicking on "Contribute > Open pull request". A window will open, and you will be able to explain in more detail all the changes you have made. 9. Validate and then wait for validation... 😊 💡 You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! ## License This project is under a [MIT license](https://github.com/timotheeMM/snake-game/blob/main/LICENSE).
Snake game using HTML canvas and Javascript 🎮
canvas,canvas-game,canvas2d,css,html,html-css-javascript,javascript,snake-game,classic-game,beginner-friendly
2023-09-01T17:21:47Z
2024-01-26T16:36:20Z
null
1
0
43
0
0
2
null
MIT
JavaScript
Rafa-KozAnd/URL_Shortener
main
<p align="center"> <img src="http://img.shields.io/static/v1?label=STATUS&message=Concluded&color=blue&style=flat"/> <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/Rafa-KozAnd/URL_Shortener"> <img alt="GitHub language count" src="https://img.shields.io/github/languages/top/Rafa-KozAnd/URL_Shortener"> <img alt="GitHub repo file count" src="https://img.shields.io/github/directory-file-count/Rafa-KozAnd/URL_Shortener"> <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Rafa-KozAnd/URL_Shortener"> <img alt="GitHub language count" src="https://img.shields.io/github/license/Rafa-KozAnd/URL_Shortener"> </p> # URL_Shortener - Project Name: 'URL Shortener'; - Languages: 'JavaScript - TypeScript - Node.Js'; - Softwares/Work Tools: 'V.S. Code'; - Resume: URL shortener made by DIO platform (https://web.dio.me/play). - Obs: Example; - Version: v.1.0.0 - Last Update Date: 26/08/2023.
URL shortener made by DIO platform (https://web.dio.me/play).
dio,javascript,nodejs,typescript,url,url-shortener
2023-08-26T16:28:34Z
2023-08-26T16:31:45Z
null
1
0
3
0
0
2
null
MIT
TypeScript
adimis-ai/botMagnet
main
# BotMagnet BotMagnet is an innovative chatbot builder designed to enhance user experiences on product documentation and support websites. Powered by advanced AI technology, it's the ideal solution for businesses of all sizes, offering scalability and efficiency. ## Key Features - **Multi-Query Handling:** BotMagnet efficiently manages multiple user queries, saving time and boosting productivity while enhancing customer satisfaction. ## Getting Started To begin using BotMagnet, follow these steps: ### Prerequisites Before you start, make sure you have the following environment variables set up in a `.env` file: - `APP_URL`: The root path where your app is hosted, e.g., https://localhost:3000. - `OPENAI_API_KEY`: Your OpenAI API key. - `NEXT_PUBLIC_SUPABASE_URL`: The URL for your Supabase instance (create a new project on Supabase for this). - `SUPABASE_SERVICE_ROLE_KEY`: The service role key for your Supabase instance (create a new project on Supabase for this). - `APP_SECRET`: The secret key for signing JWT tokens. - `USER_SIGNUP_LIMIT`: The limit for additional signups. - `DATABASE_URL`: The connection string for your Supabase database (create a new project on Supabase for this). ### Initializing the Database To initialize the database, run the following command: ```bash # Initialize the database yarn run initDb ``` This command will create the necessary tables and data in your Supabase database. ### Building and Running You have two options to run BotMagnet: using Docker or running it locally. #### Using Docker ```bash # Build the Docker image docker build -t bot-magnet . # Run the Docker container docker run -p 3000:3000 bot-magnet ``` #### Running Locally ```bash # Install dependencies yarn install # Build the application yarn build # Start the web app yarn start ``` Once your application is running, you can access it by navigating to `http://localhost:3000` in your web browser.
BotMagnet is an innovative chatbot builder designed to enhance user experiences on product documentation and support websites. Powered by advanced AI technology, it's the ideal solution for businesses of all sizes, offering scalability and efficiency.
ai,javascript,nextjs,openai
2023-09-04T15:37:07Z
2023-09-04T15:37:01Z
null
1
0
1
0
1
2
null
null
TypeScript
iwishyoujoy/avito-tech
master
# Free-to-play Games Website Сайт, повторяющий интерфейс [сайта с бесплатными играми](https://www.freetogame.com/), с использованием Free-To-Play Games API. На данный момент deployment на Github Pages не работает, потому что я не придумала, как обойти CORS. ## Что реализовано? - Главная страница игр с фильтрацией по платформе, жанру и сортировкой по 4-м категориям. - Отдельная страница для каждой игры с постером, названием, кратким описанием, дополнительной информацией о дате выхода, создателе и т.д. - Кнопка возврата на самый верх страницы, кастомные дропдауны и скелетоны-загрузчики. - Мобильная версия сайта со скрывающимся меню в хедере. - При переходах по ссылкам сраница не перезагружается (для удоства ссылки, ведущие на нереализованные страницы, ведут на главную) - Сохраняются значения выбранных фильтров (sessionScoped) ## Использованные технологии - TypeScript, JavaScript - React + Next.js - Ant Design (UI Framework) - Redux, React Hooks (кастомые - для получения информации с сервера), Reducers (для отслеживания состояния фильтров) - proxy server ## Как запустить? Заметка: я использовала Node v18.17.1 Так как существует CORS policy, которую достаточно сложно обойти, я создала прокси-сервер (`server.js`) на Node.js с использованием Express, который подменяет URL адрес, когда мы обращаемся к ресурсу. То есть создается видимость, что берем всю информацию с localhost. Как использовать этот прокси сервер: в package.json удобнее всего будет прописать команду для запуска и сервера, и приложения Next: ```json "scripts": { "dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"", "dev:client": "next dev -p 3001", "dev:server": "node server.js", ``` Таким образом, при запуске проекта командой `npm run dev` на 3001 порту открывается приложение, а на 3000 порту открывается прокси, все пишется в консоль. ### Что-то пошло не так? - удостоверьтесь, что в файле `src/app/redux/services/gamesApi.js` написана такая строчка: `baseQuery: fetchBaseQuery({ baseUrl: 'http://localhost:3000/api' })` - удостоверьтесь, что в файле `next.config.js` нет строки `output: 'export'` - проверьте, не заняты ли используемые порты - проверьте консоль! ## Скриншоты интерфейса (десктоп) ![Главная страница](/public/screenshots/mainpage.png) ![Реализация фильтров](/public/screenshots/filters.png) ![Страница игры](/public/screenshots/singlegame.png) ## Скриншоты интерфейса (мобильный) Главная страница | Главная страница с открытым меню :-------------------------:|:-------------------------: ![Главная страница](/public/screenshots/mainpageMobile.png) | ![Главная страница с открытым меню](/public/screenshots/mainpagemenuMobile.png) | Страница игры | Главная страница с применеными фильтрами :-------------------------:|:-------------------------: ![Страница игры](/public/screenshots/singlegameMobile.png) | ![Главная страница с применеными фильтрами](/public/screenshots/filtersMobile.png)
free-to-play games website
javascript,nextjs,nodejs,reacthooks,reducers,redux,responsive-design,typescript
2023-08-29T16:20:57Z
2023-09-08T09:11:20Z
null
2
3
45
0
0
2
null
null
TypeScript
AnkitDeshpande/Book-My-Bus
main
# Book My Bus 🚌🎫 Bus Reservation System Portal: Simplifying travel! Search, select, and reserve bus tickets seamlessly. Your journey, made easy. 🌐✨ Certainly! Here's a complete `README.md` file for your Bus Management System project: The Book My Bus is a web application that allows users to manage buses, routes, and user feedback related to bus services. This project is built using Java, Spring Boot, and MySQL. - Live Link : https://ankits-book-my-bus.netlify.app [Don't forget to start the backend. 😉] ## Table of Contents - [Features](#features) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [API Documentation](#api-documentation) - [Contributing](#contributing) - [License](#license) ## Features - Add, update, and delete bus details such as name, type, driver information, and more. - Define routes with departure and arrival locations, distance, and associated buses. - Manage user feedback for specific buses, including ratings and comments. - View active, deleted, and user-specific feedbacks. - Pagination support for viewing a specific number of feedbacks per page. ## Getting Started To run the Bus Management System on your local machine, follow these steps: ### Prerequisites - Java Development Kit (JDK) 8 or later - Maven - MySQL database ### Installation 1. Clone the repository: ```sh git clone https://github.com/AnkitDeshpande/book-my-bus.git cd bus-management-system ``` 2. Configure the MySQL database: - Create a new MySQL database named `masaidb`. - Update the database configuration in `src/main/resources/application.properties` with your MySQL connection details. 3. Build the project: ```sh mvn clean install ``` 4. Run the application: ```sh mvn spring-boot:run ``` The application should now be running at http://localhost:8088. ## Usage - Access the web application by navigating to http://localhost:8088 in your web browser. - Use the provided API endpoints to interact with the system programmatically (refer to API documentation below). ## API Documentation API documentation provides detailed information about each API endpoint and how to use them. It can be accessed at `http://localhost:8088/swagger-ui.html` when the application is running. ## Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`. 3. Make your changes and commit them: `git commit -am 'Add some feature'`. 4. Push your changes to the branch: `git push origin feature-name`. 5. Submit a pull request. ## License This project is licensed under the [MIT License](LICENSE).
Bus Reservation System Portal: Simplifying travel! Search, select, and reserve bus tickets seamlessly. Your journey, made easy.
css,hibernate,html,java,javascript,mysql,spring,spring-boot
2023-08-21T14:31:06Z
2023-12-16T12:13:30Z
null
4
12
68
0
3
2
null
null
HTML
EbrahimElgharib/DJ4-Amazon-Clone
main
## DJ4-Amazon-Clone An Amazon clone application built with Django. ## Description This project is a clone of the Amazon e-commerce website built using the Django web framework. It allows users to browse products, add them to a cart, checkout and place orders. Some key features include: - Browse catalog of products - View product details - Add/remove products from cart - Secure checkout with order confirmation - Admin interface to manage orders, products, categories etc. ## Tech Stack - **Backend:** Python, Django - **Database:** SQLite (default), PostgreSQL - **Frontend:** HTML, CSS, Bootstrap, JavaScript - **Other:** Docker (for containerization), Redis (for caching), Django REST Framework (for API) ## Getting Started Clone the project: ``` git clone https://github.com/EbrahimElgharib/DJ4-Amazon-Clone.git ``` Create and activate a virtualenv: ``` python -m venv venv source venv/bin/activate ``` Install requirements: ``` pip install -r requirements.txt ``` Run migrations: ``` python manage.py migrate ``` Run the development server: ``` python manage.py runserver ``` The app will be available at http://localhost:8000. ## Project Demo ![](screenshot.png)
An Amazon Clone with Django Framework
bootstrap,css,django,docker,html,javascript,postgres,python,redis,restful-api
2023-09-08T23:46:06Z
2023-11-07T00:57:08Z
null
1
0
39
0
0
2
null
null
HTML
easy-ds-bot/framework
main
<p align="center"> <img src="https://avatars.githubusercontent.com/u/142582396?s=400&u=081f3176405a243f5090002723556c3e723089e3&v=4" width="200"/> </p> <b align="center"> Simply TypeScript framework for your discord.js bots </b> <hr> # Features - Intuitive and does not complicate the development process - Contains type declarations (.d.ts) - Fully configurable - Built-in `/help` and `/devtools` commands - Lazy constructors (`createSlashCommand()`, `createComponent()` and more) # Requirements - [NodeJS](https://nodejs.org/en) `v18` or newer # Setup 1. Install `easy-ds-bot` via npm: ```bat npm i @easy-ds-bot/framework ``` 2. Create `tsconfig.json` file: ```json { "extends": "./node_modules/@easy-ds-bot/framework/tsconfig.base.json", "exclude": [ "node_modules/", "logs/", "vault.json", "dist/", "assets/" ], "compilerOptions": { "rootDit": "src", "outDir": "dist" } } ``` 3. Create your first bot using `easy-ds-bot`: ```ts // src/index.ts //'runtime' is a 'global' object equivalent import { ApplicationCommandType } from "discord.js"; import { eds } from "@easy-ds-bot/framework"; const { token } = require("../vault.json"); const config: eds.ConfigExemplar = { token, intents: "all", developers: ["YOUR ID IS HERE"], commandsPath: "./commands/", slashOnly: true, //default value includeBuiltinCommands: true, //default value colors: { default: 0xffffff, //'0x' + HEX color without '#' info: 0x00FFEA, }, }; const bot = eds.createBot(config); eds.createSlashCommand({ name: "cake", description: "Give me a cake!", nsfw: false, type: ApplicationCommandType.ChatInput, defaultMemberPermissions: null, dmPermission: false, }); eds.startBot(); export default bot; ``` 4. Create your first `/cake` command: ```ts // src/commands/cake.ts import { ComponentType, ButtonStyle } from "discord.js"; import { eds } from "@easy-ds-bot/framework"; //eds components are resistant to bot restarts eds.createButton({ custom_id: "get cake" }, async (context, options) => { //"get cake" button code await context.reply( true, //epemeral? undefined, //title "# :cake:" //description ); }) export = { async run(context) { await context.reply( true, //ephemeral? "aloha hawaii", //embed title (optional if has desc) `<@${context.interaction.user.id}>, do you want a cake?`, //embed desc (optional if has title) "info", //?embed color name (set in config) [{ //?djs components type: ComponentType.ActionRow, components: [{ type: ComponentType.Button, style: ButtonStyle.Secondary, //gray custom_id: "get cake", label: "Get cake" }] }] ); }, //command options info: { name: "cake", slash: true, //for auto-help: desc: "Give me a cake!", category: "General", usage: '', hidden: true, } } satisfies eds.CommandFile<true>; ``` 5. A) Create `start.bat` file (WINDOWS ONLY) for easily compile & launch your bot: ```batch rem start.bat @npx tsc @node dist/index.js @pause rem "@pause" keeps window open after bot crash ``` 5. B) Create `start.sh` file for easily compile & launch your bot: ```sh # start.sh npx tsc node dist/index.js read -p "" #keeps window open after bot crash ``` 6. Execute (open) `start.bat` file. Voila! It's alive! # API - *module* `@easy-ds-bot/utils` - *module* `@easy-ds-bot/timeparser` - `createBot(config: ConfigExemplar): KnownRuntimeProperties` *(lazyConstructor)* - `createButton(options: ButtonOptions, code: ButtonCode): void` *(lazyConstructor)* >- runtime: `componentManager` - `createMenu(options: MenuOptions, code: MenuUserCode | MenuStringCode): void` *(lazyConstructor)* >- runtime: `componentManager` - `createModal(options: ModalOptions, code: ModalCode): void` *(lazyConstructor)* >- runtime: `componentManager` - `createSlashCommand(options: SpplicationCommandData): void` *(lazyConstructor)* >- runtime: `slashCommandsManager` - *async* `startBot(): Promise<void>` >- runtime: `slashCommandsManager, client, config` - *anonimous class* `runtimeStorage` *(runtime)* >- `[key: string]: any` >- `getAll<T>(..keys: (keyof T)): T` >- `getProp<V>(key: string): V` >- `setAll<T>(values: T): T` >- `setProp<K, V>(key: K, value: V): { [X in K]: V }` - *class* `Client` *extends djs.Client* >- *constructor* `new (options: Options)` >- *async* `init(): Promise<void>` - *class* `ComponentsManager` >- *constructor* `new (){}` >- `clearMaps(): void` >- `createButton(options: ButtonOptions, code: ButtonCode): void` >- `createMenu(options: MenuOptions, code: MenuUserCode | MenuStringCode): void` >- `createModal(options: ModalOptions, code: ModalCode): void` >- *iternal* *get* `getButtonsMap: Map<string, MapVal<...>>` >- *iternal* *get* `getMenusMap: Map<string, MapVal<...>>` >- *iternal* *get* `getModalsMap: Map<string, MapVal<...>>` - *class* `Database<V>` (DEPRECATED) >- *field* `Map: Map<string, Value<...>>` >- *constructor* `new (path: string, autosave?: boolean | number, dump_path?: string)` >- `save(): Promise<void>` >- `set(key: string, value: V, tags?: TagsValues, save?: boolean): void` >- `get(key: string): V | undefined` >- `getKey(value: V, single?: boolean): string[]` >- `getFull(key: string): Value<V> | undefined` >- `has(key: string): boolean` >- `hasValue(value: V): boolean` >- `del(key: string): void` >- *iternal* *get* `MapJSON: string` >- *iternal* *async* `clearWeakData(): Promise<number>` - *class* `Handler` >- runtime: `config, loader, client, contextFactory` >- *constructor* `new ()` - *class* `Loader` >- *field* `commandHelp: AutoCommandHelp` >- *constructor* `new (path: string, noLog?: boolean, ignorePrefixes?: string[], builtinCommands?: ConfigExemplar.includeBuiltinCommands)` >- `clearMaps(): void` >- *async* `load(): Promise<void>` >- *iternal* *async* `loadBuiltin(): Promise<void>` >- *iternal* *get* `getCallMap: Map<string[], string>` >- *iternal* *get* `getSlashCallMap: Map<string, string>` >- *iternal* *get* `getAlwaysCallMap: string[]` >- *iternal* *get* `getHelpInfoMap: Map<string[], CommandHelpInfo>` - *class* `SlashCommandsManager` >- runtime: `client` >- `create(options: djs.ApplicationCommandData): void` >- `save(): void` - *type* `SupportedInteractions` - *type* `CommandContext<boolean>` - *type* `AnyContext` - *type* `InteractionContext<SupportedInteractions>` - *type* `SlashCommandContext` - *type* `TextCommandContext` - *type* `CommandFile<boolean>` - *type* `CommandHelpInfo` - *type* `CommandInfo` - *type* `ConfigExemplar` - *type* `KnownRuntimeProperties` - *iternal* *async* `expandDirs(path: string): Promise<string[]>` - *iternal* *async* `templateEmbedReply(...params): Promise<void>` - *iternal* *async* `templateEmbedEditReply(...params): Promise<void>` - *iternal* *class* `AutoCommandHelp` >- runtime: `config` >- *field* `pages: Map<string, string>` >- *field* `commandTypes: Map<string, "slash" | "text" | "nonPrefixed">` >- *field* `descriptions: Map<string, string>` >- *field* `templates: {...}` >- *field* `_fullCommandList: string` >- *constructor* `new ()` >- `getCommandList(roles: string[]): string` >- `getCommandNames(roles: string[]): string[]` >- `getBakedCommandNames(roles: string[]): string[]` >- `clear(): void` >- *iternal* `reg(file: CommandFile<boolean> as const): void` >- *iternal* *field* `_publicCommands: string` >- *iternal* *field* `_fullCommandList: string` - *iternal* *class* `ContextFactory` >- runtime: `config` >- *constructor* `new ()` >- `createTextContext(message: djs.Message): CommandContext<false>` >- `createSlashContext(interaction: djs.ChatInputCommandInteraction): CommandContext<true>` # [Source (git)](https://github.com/easy-ds-bot/framework) # [Issues (git)](https://github.com/easy-ds-bot/framework/issues)
Simply TypeScript framework for your discord.js bots
discord,discord-bot,discord-js,framework,javascript,nodejs,typescript
2023-08-18T19:16:03Z
2024-05-02T22:07:24Z
null
1
0
147
0
0
2
null
MIT
TypeScript
ab4io/Atesfahun.github.io
main
# Atesfahun.github.io This repository contains the source code and content for my personal portfolio website, hosted at [Atesfahun.github.io](https://Atesfahun.github.io). The website showcases my projects, blog posts, and provides information about me. ## Features - Showcase my projects and portfolio. - Provide information about me and my skills. - Responsive design for optimal viewing on different devices. ## Technologies Used - HTML - CSS - JavaScript ## Installation To run this project locally, follow these steps: 1. Clone the repository: `git clone https://github.com/Atesfahun/Atesfahun.github.io.git` 2. Navigate to the project directory: `cd Atesfahun.github.io` ## Usage To view the website, simply visit [Atesfahun.github.io](https://Atesfahun.github.io) in your web browser. ## Contributing Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request. ## License This project is licensed under the [MIT License](LICENSE).
null
css,html,javascript,portfolio,portfolio-website
2023-09-05T21:40:33Z
2024-03-12T16:56:07Z
null
1
0
49
0
0
2
null
null
CSS
novri3h/android-PosKasir
master
# POS Kasir Local Host Untuk Android ![Pos Kasir](https://github.com/novri3h/android-PosKasir/assets/25641359/51e9b949-f285-4721-a943-9a0a8ff65e0d) <div align="justify">POS (Point of Sale) adalah sistem yang digunakan oleh bisnis untuk melakukan transaksi penjualan dengan pelanggan. POS Kasir Android adalah aplikasi atau perangkat lunak kasir yang berjalan pada perangkat Android, seperti tablet atau smartphone, untuk membantu bisnis dalam mengelola transaksi penjualan dan inventaris.</div> <br> <div align="justify">Kelebihan Aplikasi POS Kasir ini adalah menggunakan koneksi Localhost. Dengan kata lain bisa diakses menggunakan satu jaringan yang sama (localhost atau intra) dimana Handphone atau Tablet sebagai server utamanya. Sedangkan untuk Operator bisa diberikan akses yang berbeda-beda antara operator satu dan yang lainnya.</div> <br> [![Sponsor](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white)](https://trakteer.id/nadhif.studio) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/novri3h/android-PosKasir/graphs/commit-activity) ## Features Aplikasi e-Kasir --> Transaksi Produk - Penjualan - Retur Penjualan - Pembelian - Retur Pembelian --> Transaksi Keuangan - Pengeluaran Umum - Pengeluaran Pengiriman - Pemasukan lain-lain - Hutang - Piutang --> Produk - Kategori Produk - Data Produk - Data Stok - Paket Diskon - Level Harga --> Kontak - Data Customer - Data Supplier --> User - Operator --> Keuangan - Cashbox - Arus Uang - Penambahan Saldo - Pengurangan Saldo - Pemindahan Saldo --> Laporan Umum - Laporan Harian - Laporan Bulanan - Laporan Tahunan - Laporan Saldo --> Toko Online - APK Builder - Toko Online - Produk Online - Data Order - Pangaturan Online --> Pengaturan - Logout - Pengaturan Toko - Pengaturan Password - Pengaturan Logo Toko - Pengaturan Logo Struk - Pengaturan Printer - Pengaturan Mode - Pengaturan Menu - Lokasi Toko - Tanda Tangan - Backup GoogleDrive - Backup Dropbox - Terms - About - Reset Data - Transfer Data - Fitur Tambahan - Upload Laporan Untuk Aplikasi ini sudah terintegrasi barcode scanner dan printer dengan akses bluetooth. Fitur tambahan terdapatnya nomer antrian dan bisa kirim nota ke whatsapp atau SMS. ## Tech Aplikasi ini dibangun dengan menggunakan: - [Java]<div align="justify">Java adalah sebuah bahasa pemrograman yang populer dan platform komputasi yang digunakan secara luas untuk mengembangkan berbagai jenis perangkat lunak. Java pertama kali dikembangkan oleh Sun Microsystems (sekarang dimiliki oleh Oracle Corporation) pada tahun 1995. Bahasa pemrograman Java dirancang dengan berbagai fitur yang memungkinkan portabilitas, keamanan, dan kemudahan penggunaan.</div> - [Kotlin]<div align="justify">Kotlin adalah bahasa pemrograman yang dapat digunakan untuk mengembangkan berbagai jenis perangkat lunak, termasuk aplikasi mobile, aplikasi web, dan aplikasi berbasis server. Bahasa ini dikembangkan oleh perusahaan JetBrains dan pertama kali diperkenalkan pada tahun 2011. Kotlin dirancang untuk menjadi kompatibel dengan Java, sehingga pengembang Java dapat dengan mudah beralih ke Kotlin dan menggunakan kode Java yang ada dalam proyek Kotlin.</div> - [Android Studio]<div align="justify">Android Studio adalah sebuah lingkungan pengembangan terintegrasi (IDE) yang dikembangkan oleh Google untuk membuat aplikasi Android. IDE ini dirancang khusus untuk memudahkan pengembang dalam membuat, menguji, dan menerapkan aplikasi Android.</div> - [SQLite]<div align="justify">SQLite adalah sebuah perangkat lunak (software) yang digunakan untuk mengelola basis data (database) relasional. Ini adalah sistem manajemen basis data (DBMS) yang bersifat self-contained, serverless, dan tidak memerlukan konfigurasi atau instalasi yang rumit. SQLite dikembangkan oleh D. Richard Hipp dan pertama kali dirilis pada tahun 2000. SQLite dirancang untuk menjadi ringan, cepat, dan efisien, dan sering digunakan dalam berbagai jenis aplikasi, termasuk aplikasi mobile, desktop, dan bahkan dalam perangkat lunak yang berjalan di perangkat embedded (seperti dalam perangkat IoT).</div> - [XML Layouts]<div align="justify">XML Layouts merujuk pada cara tata letak dan struktur elemen-elemen antarmuka pengguna (UI) dalam pengembangan perangkat lunak, terutama dalam konteks pengembangan aplikasi berbasis Android atau pengembangan web. XML (eXtensible Markup Language) adalah bahasa markup yang digunakan untuk mendefinisikan struktur hierarki elemen-elemen dalam dokumen teks.</div> - [Google Material Design]<div align="justify">Google Material Design adalah sebuah desain visual dan panduan pengembangan yang dikembangkan oleh Google untuk aplikasi dan situs web. Material Design diperkenalkan pertama kali oleh Google pada tahun 2014 sebagai upaya untuk menciptakan pengalaman pengguna yang lebih konsisten dan menarik di berbagai platform dan perangkat.</div> - [Flutter]<div align="justify">Flutter adalah sebuah framework open-source yang dikembangkan oleh Google untuk membangun antarmuka pengguna (UI) yang kaya dan indah secara konsisten di berbagai platform, termasuk Android, iOS, web, desktop, dan lainnya.</div> - [React Native]<div align="justify">React Native adalah sebuah framework open-source yang dikembangkan oleh Facebook untuk membangun aplikasi mobile berbasis JavaScript. Framework ini memungkinkan pengembang untuk membuat aplikasi mobile yang dapat berjalan di berbagai platform seperti iOS dan Android dengan menggunakan satu kode sumber utama. Pengembang dapat menggunakan React Native untuk mengembangkan aplikasi mobile dengan tampilan dan perilaku mirip dengan aplikasi native, tetapi dengan menggunakan bahasa pemrograman JavaScript dan komponen React.</div> - [Xamarin]<div align="justify">Xamarin adalah platform pengembangan yang memungkinkan Anda menggunakan bahasa pemrograman C# untuk membuat aplikasi mobile yang dapat berjalan pada berbagai platform, termasuk Android. Ini adalah pilihan yang baik jika Anda memiliki pengalaman dengan C#.</div> - [Ionic]<div align="justify">jQuery adalah library JavaScript open-source yang di-minify dan dibuat untuk operasi JavaScript yang disederhanakan. Anda bisa menggunakan jQuery untuk coding serangkaian perintah dengan cepat, yang pada dasarnya akan memerlukan waktu lebih lama apabila menggunakan kode HTML.</div> - [PhoneGap/Cordova]<div align="justify">PhoneGap (atau Cordova) adalah platform pengembangan aplikasi mobile yang memungkinkan Anda menggunakan HTML, CSS, dan JavaScript untuk membuat aplikasi Android (dan platform lainnya).</div> - [NativeScript]<div align="justify">NativeScript adalah kerangka kerja yang memungkinkan Anda menggunakan JavaScript atau TypeScript untuk mengembangkan aplikasi lintas platform dengan tampilan dan performa mirip aplikasi natif.</div> - [Git]<div align="justify">Git adalah sistem pengendalian versi yang populer yang membantu Anda mengelola kode sumber proyek Anda.</div> ## Requirement - Android 4.1 or later - Printer Bluetooth - Minimal Size internal storage 2GB ## Installation Klik pada aplikasi yang sudah didownload ```sh Izinkan (beri Permission) untuk akses kamera etc. ``` <div align="justify">buka aplikasi yang sudah terinstall</div> ```sh untuk login awal pemilik toko password : admin ``` <div align="justify">Setting nama Toko, Create Operator (On atau Off Akses menu), dan setting produk (nama produk, harga, barcode).</div> <br> <div align="justify">Untuk User ada 2 fungsi Login User.</div> <br> [Admin (pemilik Toko)] Password : admin [Kasir (operator)] <br> <div align="justify">Untuk Operator bisa lebih dari satu user (berdasarkan hak akses Menu).</div> <br> ![Akses POS Kasir](https://github.com/novri3h/android-PosKasir/assets/25641359/567ea941-3dec-4d3e-9083-30d2e1c35287) <div align="justify">Untuk Akses menggunakan Laptop dan device lainnya (dengan ketentuan harus satu jaringan internet yang sama). Buka browser dengan url:</div> ```sh http://IP aplikasi Pos Kasir : Port ``` Note: Saat akses dari device yang berbeda aplikasi POS Kasir Harus Aktif. ## 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) [dill]: <https://github.com/joemccann/dillinger> [git-repo-url]: <https://github.com/joemccann/dillinger.git> [john gruber]: <http://daringfireball.net> [df1]: <http://daringfireball.net/projects/markdown/> [markdown-it]: <https://github.com/markdown-it/markdown-it> [Ace Editor]: <http://ace.ajax.org> [node.js]: <http://nodejs.org> [Twitter Bootstrap]: <http://twitter.github.com/bootstrap/> [jQuery]: <http://jquery.com> [@tjholowaychuk]: <http://twitter.com/tjholowaychuk> [express]: <http://expressjs.com> [AngularJS]: <http://angularjs.org> [Gulp]: <http://gulpjs.com> [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> [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com) ## Credit > 𝕋𝕣𝕚 𝕙𝕒𝕣𝕥𝕠𝕟𝕠 [![My Blogs](https://img.shields.io/badge/Blogger-FF5722?style=for-the-badge&logo=blogger&logoColor=white)](https://bit.ly/M-UMKM) [![Facebook](https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white)](https://www.facebook.com/semut.nunggings/) [![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/nadhif.studio/) [![Tik Tok](https://img.shields.io/badge/TikTok-000000?style=for-the-badge&logo=tiktok&logoColor=white)](https://www.tiktok.com/@nadhif.studio) [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://www.twitter.com/@ThE_dUduLs/)
POS (Point of Sale) adalah sistem yang digunakan oleh bisnis untuk melakukan transaksi penjualan dengan pelanggan. POS Kasir Android adalah aplikasi atau perangkat lunak kasir yang berjalan pada perangkat Android, seperti tablet atau smartphone, untuk membantu bisnis dalam mengelola transaksi penjualan dan inventaris.
android-app,android-application,androidscript,html-css-javascript,jason,javascript
2023-09-07T06:45:18Z
2023-09-24T10:19:03Z
null
1
0
7
0
0
2
null
null
HTML
RhythmusByte/LinkTree
alone-patch
<div align="center"> [![Typing SVG](https://readme-typing-svg.demolab.com?font=Anta&size=24&duration=2000&pause=1000&color=01DCF7&center=true&vCenter=true&random=false&width=435&lines=This+repository+contains+the;Source+Code+of+a;Simple+Link-Tree-Website)](https://git.io/typing-svg) </div> --- ## ✨ About This repository hosts the source code for a minimalist and stylish link tree website, built with HTML, CSS, and JavaScript. > 📌 This website was created entirely using an Android device. --- ## 🌐 Contribution Contributions to the repository are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request. I welcome any feedback or assistance to improve my personal link tree website. > 🌟 If you appreciate this repo, show some love with a star!
This repository hosts the code for a minimalist link tree website, crafted with the fundamental web technologies: HTML, CSS, and JavaScript. Remarkably, the entire project was developed on an Android device using TrebEdit software.
css,html,html-css-javascript,html-css-js,javascript,link-tree,link-tree-website,links,linktree,linktree-alternative
2023-08-23T07:48:15Z
2024-04-29T04:45:12Z
null
1
2
65
0
2
2
null
MIT
HTML
maarten1C96/Safari-Selection-to-Fragment-Identifier-URL
main
## Safari Selection to Fragment Identifier URL Easily generate a URL including a fragment identifier based on the website and text selected in Safari (MacOS). ### Installation On MacOS, move the `Fragment Identifier.workflow` file to `~/Library/Services` for enabling the "Fragment Identifier" service in Safari. ### Usage 1. Select some text on a website. 2. Right-click (or Control-click) on the selected text. Under the _Services_ submenu, you should now see a new item named _Fragment Identifier_. 3. Click _Fragment Identifier_. 4. The current website's URL, appended with a fragment identifier for the selected text, will now be copied to your clipboard. 5. Paste your new URL including the fragment identifier wherever you'd like! 🎉 <br> <br> > [!NOTE] > **First-Time Users**: Initial usage might prompt for permission to use "JavaScript via AppleScript". If you'd prefer not to accept this, consider substituting > >```AppleScript >set baseURL to do JavaScript "window.location.href" in front document >``` > >with > >```AppleScript >set baseURL to URL of front document >``` > >However, when replacing the latter, be aware that the resulting URL may start with "favorites://" if the website you're currently on is also mentioned in your "Favorites".
Easily generate an URL including a fragment identifier based on the website and text selected in Safari (MacOS).
applescript,macos,safari,safari-extension,services,automator,automator-script,automator-workflow,fragment-identifier,javascript
2023-08-15T17:06:57Z
2023-09-23T19:43:20Z
null
1
0
44
0
0
2
null
null
null
SuryaPratap2542/Timeline
main
# Timeline React Page This repository contains a simple React web page that displays a vertical timeline using the `react-vertical-timeline-component` package. ## Features - Display a vertical timeline of events. - Easy-to-use and customizable. - Built with React and the `react-vertical-timeline-component` package. ## Screenshot ![image](https://github.com/SuryaPratap2542/Timeline/assets/89827931/b40007f0-da8f-4350-a8c2-16a73222c37e) ## Getting Started To run this project locally, you'll need Node.js (14.x or higher) and npm (6.x or higher) installed. ### Installation 1. Clone the repository: ```sh git clone https://github.com/your-username/timeline-react-page.git ### Dependencies This project uses the following npm packages: - react - react-dom - react-scripts - react-vertical-timeline-component - web-vitals
A React web page showcasing a vertical timeline using the react-vertical-timeline-component.
css,html,javascript,react,vertical-timeline-react,vertical-component
2023-08-19T06:31:38Z
2023-08-19T06:41:05Z
null
1
0
2
0
0
2
null
null
JavaScript
shaqqitech/qr-code-generator
main
The easiest way to generate a QR Code by using React js and Tailwind CSS. ![qrcode](https://github.com/shaqqitech/qr-code-generator/assets/108994001/b1966f35-6bb9-4ffc-b810-c757008a260b)
Easiest way to generate QR Code and download the QR Code into your Local Machine by using React js.
css,css3,html,html-css,html-css-javascript,html5,javascript,javascript-library,qrcode,qrcode-generator
2023-08-18T07:09:38Z
2023-08-19T06:50:48Z
null
1
1
7
0
2
2
null
null
JavaScript
mehjbeen22/Netflix-webpgae
main
null
I created a cool Netflix-style webpage using React. It's a website First page that shows Login page of Netflix . This project proves that I can make awesome and user-friendly websites.
css3,html5,javascript,reactjs
2023-08-22T12:41:28Z
2023-08-22T12:42:47Z
null
1
0
1
0
0
2
null
null
JavaScript
tiboitel/portfolio
main
# Portfolio ⚡️ [![GitHub](https://img.shields.io/github/license/tiboitel/portfolio)](https://github.com/tiboitel/portfolio/blob/main/LICENSE) ![GitHub Repo stars](https://img.shields.io/github/stars/tiboitel/portfolio) ![GitHub forks](https://img.shields.io/github/forks/tiboitel/portfolio) ## A minimal portfolio showcasing my work as a developer! <h2 align="center"> <img src="./exemple/portfolio-exemple.gif" alt="My Portfolio" width="600px" /> <br> </h2> ## Features ⚡️ Minimalist UI Design \ ⚡️ One Page Layout\ ⚡️ Styled with Custom SCSS\ ⚡️ Valid HTML5 & CSS3 --- ## Why a Portfolio Matters ☝️ - A professional way to showcase my projects and skills - Increases my online visibility and presence - Demonstrates that I'm more than just a resume ## Getting Started 🚀 These instructions will guide you to set up and run a copy of the project on your local machine for development and testing purposes. Detailed notes on deployment can be found below. ### Prerequisites 📋 You need to have [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [NPM](http://npmjs.com)) installed on your computer. ``` node@v18.0.0 or higher npm@7.18.1 or higher git@2.30.1 or higher gulp@4.0.1 or higher ``` ## How To Use 🔧 1. Clone the repository and navigate to it in the terminal: ```bash # Clone the repository $ git clone https://github.com/tiboitel/portfolio/ # Move into the repository $ cd portfolio # Remove the current origin repository $ git remote remove origin ``` 2. Install the project's dependencies: Using NPM: ```bash # Update dependencies $ npm audit fix # Install Gulp $ npm install --global gulp # Install dependencies $ npm install ``` 3. Run the development server: Using PHP built-in HTTP server: ```bash # Build typescript and sass. $ gulp build # Run HTTP Server. $ php -S localhost:1234 # OR any other HTTP Server. ``` 4. Once the server starts, go to `http://localhost:1234/` in your browser to see your portfolio locally. --- ## Customizing the Template: ### Changing Project Details - Modify the content in `/src/index.html` to personalize each section with your own details. ### Changing Color Theme - Edit color variables in `/src/sass/styles.scss` to change the color theme of the website. ### Adding Projects - Add or remove projects in the Projects section (`#projects`) of `/src/index.html`. ### Contact Section - Modify the contact details in the Contact section (`#contact`) of `/src/index.html`. --- ## Deployment 📦 To deploy my portfolio online, I recommend using [Netlify](https://netlify.com) for its ease of use but any hosting provider will do it. ## Technologies Used 🛠️ - [Typescript](https://www.typescriptlang.org/) - Typed superset of JavaScript. - [Sass](https://sass-lang.com/documentation) - CSS extension language. - [Gulp](https://gulpjs.com/) - Task runner for web development. ## Acknowledgments 🎁 - [Flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid) - Grid system based on CSS3 flexbox. - [Normalize-SCSS](https://github.com/JohnAlbin/normalize-scss/) - Collection of HTML element and attribute rulesets to normalize styles across all browsers. - [Formspree](https://formspree.io/) - Formspree is a form backend, API, and email service for HTML & JavaScript forms. ## License 📄 This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## Author - **tiboitel** - [GitHub Profile](https://github.com/tiboitel) ## Status Running at - [tiboitel.dev](https://www.tiboitel.dev)
Portfolio powered by SCSS styling and TypeScript functionality through dynamic UI and functional showcases.
scss,typescript,html5,javascript,css,css3,portfolio,portfolio-website,html,sass
2023-08-21T13:55:56Z
2023-09-15T11:38:04Z
2023-09-11T13:55:27Z
1
7
43
3
0
2
null
MIT
HTML
iKaueMatos/personal-finances
main
# Api finance<img src="https://raw.githubusercontent.com/MartinHeinz/MartinHeinz/master/wave.gif" width="30px"> ## Api finance Este é o meu repositório do meu projeto no GitHub. Aqui, você encontrará informações sobre o projeto, como executá-lo em sua máquina local, as tecnologias utilizadas e como contribuir com o projeto. ## 📝 Descrição do Projeto olá devs como voce esta? hoje vim compartilhar mais um projeto que consiste em desenvolver uma API financeira utilizando javascript no backend ## 🚀 Como executar o projeto em sua máquina local Para executar o projeto em sua máquina local, siga os passos abaixo: ... ## 🛠️ Tecnologias Utilizadas <img src="https://img.shields.io/badge/-tecnologia%201-007ACC?style=flat-square&logo=sql&logoColor=white" alt="tecnologia 1"> ## 🤝 Contribuindo com o projeto Se você quiser contribuir com o projeto, siga os passos abaixo: Faça um fork deste repositório. Crie uma branch com sua contribuição: git checkout -b minha-contribuicao. Faça as alterações necessárias e adicione os arquivos modificados: git add .. Faça um commit com suas alterações: git commit -m "minha contribuição". Envie suas alterações para o seu fork: git push origin minha-contribuicao. Crie um pull request neste repositório, explicando suas alterações. ## 📝 Licença Este projeto está sob a licença [Kaue de matos]. Para mais informações, consulte o arquivo LICENSE. ## 📊 Status do Projeto Este projeto está [Concluido]. ## 📌 Sobre mim Meu nome é [Kaue de matos], sou Estagiario de desenolvimento em php e adoro trabalhar em projetos de tecnologia. Se quiser saber mais sobre mim ou entrar em contato, confira meu perfil do Linkedin:https://www.linkedin.com/in/ikauematos/
hello devs how are you? today I came to share another project which consists of developing a financial API using javascript in the backend
api,javascript,node
2023-08-22T20:45:30Z
2023-08-22T20:54:27Z
null
1
0
5
0
0
2
null
null
JavaScript
pouria-mirebrahimi/ts-mapper
main
# ts-mapper ## Table of Contents - [About](#about) - [Getting Started](#getting_started) - [Usage](#usage) - [Contributing](../CONTRIBUTING.md) ## About <a name = "about"></a> Write about 1-2 paragraphs describing the purpose of your project. ## Getting Started <a name = "getting_started"></a> These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system. ### Prerequisites What things you need to install the software and how to install them. ``` Give examples ``` ### Installing A step by step series of examples that tell you how to get a development env running. Say what the step will be ``` Give the example ``` And repeat ``` until finished ``` End with an example of getting some data out of the system or using it for a little demo. ## Usage <a name = "usage"></a> Add notes about how to use the system.
You can map a flat object into fully structured object.
javascript,mapper,typescript,functional-programming
2023-08-23T06:43:43Z
2023-09-27T17:43:39Z
null
1
0
5
0
0
2
null
MIT
JavaScript
luizgustavogz/MyFitJourney-TCC
main
<img width=100% src="https://capsule-render.vercel.app/api?type=waving&color=FEA007&height=120&section=header"/> <div align="center"> <h1>MyFitJourney</h1> Um projeto de TCC desenvolvido por 5 estudantes de Bacharelado em Ciência da Computação na FMU (Faculdades Metropolitanas Unidas) no período do 2º Semestre/2023: </div> <br> <div align="center"> Abner da Silva Freitas -> Dev Frontend + API NodeJs <br> <a href="https://www.instagram.com/l3iner/" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href = "mailto:freitasabner12@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/abner-freitas-b1281a1a1/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> Gean de Araujo Paiva -> Documentação e Planejamento <br> <a href="https://www.instagram.com/gean__araujo/" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href = "mailto:gean12araujo@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/gean-araujo-111622178/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> João Pedro Mota da Silva Trindade -> Dev Frontend <br> <a href="https://www.instagram.com/joao9432/" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href = "mailto:joaozinhomota9@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/joão-pedro-69ba181bb/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> Luiz Gustavo de Oliveira Cunha -> Dev Frontend + Backend + Banco de dados <br> <a href="https://www.instagram.com/luiz.gustavogz/" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href = "mailto:luiz.gustavogz02@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/luiz-gustavo-oliveira-cunha-a9b329176/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> Vitor Emanuel de Brito Assis -> Gestão do Projeto + PO + Documentação + Planejamento <br> <a href="https://www.instagram.com/vitorspu1/" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href = "mailto:vitorspu1@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.linkedin.com/in/vitor-brito-a7b527205/" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a> </div> <div align="center"> <h2>Redes sociais do projeto</h2> <a href="https://www.instagram.com/myfitjourneyreal/" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a> <a href = "mailto:myfitjourneyldh@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a> <a href="https://www.facebook.com/profile.php?id=61550970016109" target="_blank"><img src="https://img.shields.io/badge/-Facebook-%230077B5?style=for-the-badge&logo=facebook&logoColor=white" target="_blank"></a> <a href = "https://youtu.be/-HF_roK2sHk?si=yzpHueehIeDMkTJV"><img src="https://img.shields.io/badge/Youtube-D14836?style=for-the-badge&logo=youtube&logoColor=white" target="_blank"></a> <br> <h2>Objetivo</h2> Promover um estilo de vida saudável, conscientizando as pessoas sobre a importância da alimentação saudável e estimulando a prática de atividades físicas, com o intuito de contribuir para o bem-estar e a qualidade de vida. Além disso, o site busca oferecer um ambiente educativo e inspirador onde os visitantes possam encontrar informações confiáveis e baseadas em evidências científicas sobre saúde, nutrição e exercícios, o site também abordará os benefícios de uma alimentação saudável, como perda de peso, redução do risco de câncer, gestão de diabetes, saúde do coração e prevenção do AVC e conseguir uma boa noite de sono. Também compartilhará informações sobre diferentes tipos de treinos, incluindo treinamento de força, definição, funcional, hipertrofia e cardiovascular, juntamente com rotinas de treino e dicas para maximizar os resultados, tudo com o propósito de ajudar as pessoas a manterem um estilo de vida saudável. <br> <h2>Linguagens e Tecnologias utilizadas</h2> PHP - HTML - CSS e SCSS - JavaScript - NodeJs - MySQL - Composer - NPM - JQuery - PHPMailer - Toast - UserWay - VLibras - XAMPP - Postman - VS Code <br> <h2>Conclusão</h2> O nosso projeto representa uma iniciativa significativa para promover um estilo de vida saudável, conscientizar as pessoas sobre a importância da saúde, treinos e boa alimentação e com isso pode contribuir para o bem-estar e a qualidade de vida. Esperamos que este projeto tenha um impacto positivo na vida das pessoas, ajudando-as a adotar hábitos mais saudáveis e a viver vidas mais plenas. </div> <img width=100% src="https://capsule-render.vercel.app/api?type=waving&color=FEA007&height=120&section=footer"/>
Repositório do projeto MyFitJourney. Um projeto de TCC desenvolvido por estudantes, com foco em uma vida mais saudável
composer,css,html,javascript,mysql,nodejs,npm,php,phpmailer,postman
2023-09-04T14:59:09Z
2023-12-07T16:56:16Z
null
4
43
144
0
1
2
null
null
PHP
Abhi1o/GET-YOUTUBE-SUBSCRIBERS
main
<h1 align="center"> GET YOUTUBE SUBSCRIBERS </h1> <p align="center">Node.js application to get all details of youtube subscribers.</p> <h2 align='center'> <a href='https://get-youtube-subscribers-eight.vercel.app/' target="_blank">DEMO</a> </h2> ## Table of Contents - [Introduction ](#introduction) - [Features ](#features) - [Tech Stack ](#tech-stack) - [Prerequisites ](#prerequisites) - [Installation & Run](#installation-and-run) - [API Reference ](#api-reference) - [Contribute ](#contribute) - [Contributors ](#contributors) - [License ](#license) - [Contact ](#contact) - [Acknowledgments ](#acknowledgments) ## Introduction Get YouTube Subscribers is an Application that serves as a RESTful API created by using Mongodb in Node.js. It is designed to fetch all subscribers information related to YouTube channel subscribers. The primary technologies used to develop this application are Node.js and Express.js which are used to create API endpoint and manage HTTP request. Additionally, this application utilizes MongoDB as the database to store and manage subscribers data efficiently. ![Get YT SUB](https://github.com/Abhi1o/GET-YOUTUBE-SUBSCRIBERS/assets/87490161/7e4f4776-cd79-4577-bb26-2ef06b30fa0a) ## Features Some features of this application : - **Seamless Data Retrieval:** Effortlessly fetch subscribers data from YouTube channels using API endpoints. - **Structured JSON Output:** Present retrieved data in well-organized JSON format for easy interpretation. - **Versatile API Endpoints:** Provide users with multiple API endpoints catering to various data retrieval needs. - **Effective YouTube Data API Integration:** Interact seamlessly with the YouTube Data API for accurate data retrieval. - **User-Friendly Setup:** Follow a straightforward setup process, enabling swift utilization of the tool. ## Tech Stack GET-Youtube-Subscriber is build using the following technologies: - **Node.js:** A runtime environment that execute javaScript code on the server-side. - **Express.js:** A node.js framework for building web application and RESTful API. - **MongoDB:** Is NoSQL Database system that stores and manage data in JSON-like format. ## Prerequisites To run this project locally, make sure you have the following installed: - [Node.js](https://nodejs.org/) - [MongoDB](https://www.mongodb.com/) ## Installation and Run 1. Clone the repository from GitHub: ``` git clone https://github.com/Abhi1o/GET-YOUTUBE-SUBSCRIBERS ``` 2. Redirect to the project folder: ``` cd GET-YOUTUBE-SUBSCRIBERS ``` 3. Install the required dependencies: ``` npm install ``` 4. Configure the application: - Create a `.env` file in the root directory of the project. - Add the following environment variables to the `.env` file: ``` PORT=3000 # The port on which the application will run DATABASE_URI= <your_uri_here> # The MongoDB connection string ``` 5. Create Database: - Inserting subscribers data into MongoDB. ``` npm run createDB ``` 6. Start server: ``` npm start ``` > [!NOTE] > Access the application in your web browser at `http://localhost:3000` (base URL) ## API Reference Following API endpoints for retrieving subscribers information using the GET method. For more refer to the [API-Documentation](./API-Documentation.md). - `/subscribers`: Retrieve a list of all subscribers with their ID, name, subscribed channel and date. - `/subscribers/names`: Obtain subscribers name along with the channel they are subscribed to. - `/subscribers/id`: Access subscriber information based on their ID. ## Contribute Contributions are welcome! If you'd like to contribute, please follow our [Contribution Guidelines](CONTRIBUTING.md). ## Contributors - Abhishek Kumar [GitHub](https://github.com/abhi1o) | [LinkedIn](https://linkedin.com/in/abhi--) | [YouTube](https://www.youtube.com/watch?v=1SHSj539rQg) - Aman Giri [GitHub](https://github.com/amangiri7) | [LinkedIn](https://www.linkedin.com/in/aman-giri-6b3a3b284/) | [YouTube](https://www.youtube.com/watch?v=Ur-M8QxRqQ8) - Damini Gadpal [GitHub](https://github.com/Daminigadpal) | [LinkedIn](https://www.linkedin.com/in/damini-gadpal-01996716b) | [YouTube](https://youtu.be/tzykJmtIHvg) ## License This project is Distributed under the ISC License. See [LICENSE](./LICENSE) for more information. ## Contact If you have any questions or suggestions, feel free to reach out to us at [Gmail](https://mail.google.com/mail/u/0/#inbox?compose=GTvVlcSGLPhhCThjSQBxqqKCTksFHbgmPZGmrTXlskrtrXBgHxRqbmdRdzJJlNBtvTWsTLmjdVLbb). ## Acknowledgment We'd like to thank the open-source community and the creators of Node.js, Express, and MongoDB for their valuable contributions. We would also like to thank the contributors to this project for their valuable contributions. ## Happy Learning <p align="center"> <a href="https://github.com/Abhi1o/get_youtube_subscribers" title="GET youtube subscriber projects"> <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white"> </a> </p>
RESTful API to get YouTube subscribers information.
expressjs,javascript,mongodb,nodejs,restful-api
2023-08-23T15:19:37Z
2023-09-06T17:30:03Z
null
3
6
33
0
2
2
null
ISC
JavaScript
neprostoilya/bookkeeping_web
main
# Online Bookkeeping Online Bookkeeping for Financial Management. It will help you visualize your monthly expenses and income. Link: http://my-personal-bookkeeping.twc1.net/ ## How to install To install the repository, enter the following commands: 1. Clone the repository on your computer: ``` git clone https://github.com/neprostoilya/bookkeeping_web/ ``` 2. Change to the repository directory: ``` cd bookkeeping_web ``` ## Configuration To configuration gunicorn you need change to the directory in repository 1. For configuration gunicorn open gunicorn_config.py: ``` nano bin/gunicorn_config.py ``` 2. Change the worker value to your processor cores and add 2 to the number ``` command = '/bookkeeping_web/venv/bin/gunicorn' pythonpath = '/bookkeeping_web/' bind = '0.0.0.0:8000' # workers = <your processor cores> add 2 number workers = 6 # by default my settings raw_evn = 'DJANGO_SETTINGS_MODULE=conf.settings.py' ``` ## Compilation Note that Docker and Docker Compose need to be installed on your system for this process to work properly. 1. Run the docker compose command to compile: ``` docker-compose build ``` 2. Run the Docker Compose command to start compiling the project: ``` docker-compose up ``` This command will start the Docker Compose process and build the project based on the configuration specified in the `docker-compose.yml` file.
Online Bookkeeping for Financial Management. It will help you visualize your monthly expenses and income.
bootstrap4,bootstrap5,celery,django,django-application,django-celery,django-framework,fontawesome5,html,javascript
2023-08-17T18:15:57Z
2024-01-06T11:18:15Z
null
1
0
72
0
0
2
null
GPL-3.0
HTML
FujiwaraChoki/PulseNet
main
# PulseNet ## Description PulseNet is an open-source project that allows it's users to create hooks for web-browsers, to extract as much data as possible from the target/victim. > **Please use with caution, neither PulseNet, or the author of this project is responsible for any damage caused by the use of this project.** For educational purposes only. ## Usage 1. Clone Repo 2. Run `npm install` in `server` directory 3. Run `pip3 install -r requirements.txt` in `gui` directory 4. Run `npm start` in `server` directory 5. Run `python3 main.py` in `gui` directory 6. Choose what information you want to retrieve from the target/victim 7. Choose template file (we recommend using `template.html`) 8. Click on `Generate URL` button 9. Send the generated URL to the target/victim ## Author Written by [Sami Hindi](https://github.com/FujiwaraChoki).
Retrieve Data from the Target's Browser using PulseNet.
beef,hook,javascript
2023-08-31T10:12:33Z
2023-08-31T20:49:20Z
null
1
0
14
0
0
2
null
null
Python
harshit1142/BookStore
main
# BookStore🔖 Collection of books to read and add to favorite features. https://github.com/harshit1142/BookStore/assets/112557145/472ae757-581d-4cf9-a78c-515670a41156 This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
A Collections of Books ,with add to favorite feature.
javascript,reactjs,redux
2023-08-13T13:35:35Z
2023-08-14T11:57:31Z
null
1
0
7
0
0
2
null
null
JavaScript
Rafa-KozAnd/GAME-Snake
main
<p align="center"> <img src="http://img.shields.io/static/v1?label=STATUS&message=Concluded&color=blue&style=flat"/> <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/Rafa-KozAnd/GAME-Snake"> <img alt="GitHub language count" src="https://img.shields.io/github/languages/top/Rafa-KozAnd/GAME-Snake"> <img alt="GitHub repo file count" src="https://img.shields.io/github/directory-file-count/Rafa-KozAnd/GAME-Snake"> <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Rafa-KozAnd/GAME-Snake"> <img alt="GitHub language count" src="https://img.shields.io/github/license/Rafa-KozAnd/GAME-Snake"> </p> # GAME-Snake - Project Name: 'GAME-Snake'; - Languages: 'HTML/CSS - JavaScript'; - Softwares/Work Tools: 'V.S. Code'; - Resume: Snake game made in HTML/CSS with JavaScript. - Obs: Example; - Version: v.1.0.0 - Last Update Date: 26/08/2023. ## - Prints: <div> <img align="center" height="400" widht="400" src="/Prints/Print01.JPG" /> <img align="center" height="400" widht="400" src="/Prints/Print02.JPG" /> </div><br>
Snake game made in HTML/CSS with JavaScript.
css,css3,game,html,html5,javascript,snake-game
2023-08-27T01:06:21Z
2023-08-27T01:12:29Z
null
1
0
5
0
0
2
null
null
JavaScript
Rafa-KozAnd/Weather_Forecast_with_API
main
<p align="center"> <img src="http://img.shields.io/static/v1?label=STATUS&message=Concluded&color=blue&style=flat"/> <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/Rafa-KozAnd/Weather_Forecast_with_API"> <img alt="GitHub language count" src="https://img.shields.io/github/languages/top/Rafa-KozAnd/Weather_Forecast_with_API"> <img alt="GitHub repo file count" src="https://img.shields.io/github/directory-file-count/Rafa-KozAnd/Weather_Forecast_with_API"> <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Rafa-KozAnd/Weather_Forecast_with_API"> <img alt="GitHub language count" src="https://img.shields.io/github/license/Rafa-KozAnd/Weather_Forecast_with_API"> </p> # Weather_Forecast_with_API - Project Name: 'Weather Forecast with API'; - Languages: 'Angular - Javascript - Typescript - Css/Scss'; - Softwares/Work Tools: 'V.S. Code'; - Resume: Code to query the Weather Forecast via API, made by the DIO platform (https://web.dio.me/play). - Obs: Example; - Version: v.1.0.0 - Last Update Date: 30/08/2023;
Code to query the Weather Forecast via API, made by the DIO platform (https://web.dio.me/play).
angular,css,css3,dio,javascript,scss,typescript
2023-08-30T20:05:11Z
2023-08-30T20:08:49Z
null
1
0
3
0
0
2
null
null
TypeScript
christosuster/hostel-hub-client
main
<h1>Hostel Hub</h1> <h3>Overview:</h3> Hostel Hub is a complete solution that will be offered to hostel businesses. This system can be used for managing various activities in the hostel. For the past few years, the number of educational institutions have been increasing rapidly and so are the number of hostels. And as such, there is a lot of strain on the people who are running the hostels. This particular system deals with the problems of managing a hostel manually, while making the lives of the residents easier. <br><br> <ul> <li> Residents can: <br> 1. Sign up/login<br> 2. Modify profile<br> 3. Choose rooms, meals<br> 4. Pay dues<br> 5. Receive notifications from admins<br> </li> <li> Admins can:<br> 1. Sign up/login<br> 2. Modify profile<br> 3. Manage Rooms<br> 4. Manage Meal Packages<br> 5. Assign/Remove Admins<br> 6. Send Notice<br> 7. Withdraw Resident's Secuity Deposit<br> 8. Manage User<br> 9. View User Information<br> </li> </ul>
Hostel Hub is a robust system developed with advanced technologies, facilitating seamless hostel management. It integrates user-friendly interfaces for residents to handle room booking, meal selection, and make payments, while empowering admins with efficient tools for room allocation, meal package management, and managing user information.
express,firebase,full-stack,fullstack,hostel-management,hostel-management-system,javascript,js,nextjs,node
2023-09-06T14:41:01Z
2023-10-07T01:36:46Z
null
1
0
19
0
2
2
null
null
JavaScript
samagra44/Tech_Blog_
master
# Tech_Blog [![Project Preview video](https://img.shields.io/badge/Project-Preview-blue?style=for-the-badge)](https://www.youtube.com/watch?v=URMQq3XWlSg) ![photo-1499750310107-5fef28a66643](https://github.com/samagra44/Tech_Blog/assets/77968722/1daf9b88-e8bc-4110-9969-ec9004280d6d) "This web application is made using Java Core, JDBC (JAVA DATABASE CONNECTIVITY), Servlets, JSP (JAVA SERVER PAGES), and JSTL (JAVA STANDARD TAG LIBRARY). The project will start with the creation of a homepage that provides an overview of the blog and its purpose. The homepage will include links to various categories of articles such as software development, artificial intelligence, cybersecurity, and others. It will also include a search bar and a section for displaying recent posts. The blog will also have an author dashboard that allows writers to create and edit their posts. The dashboard will include a text editor for creating and formatting posts and other media. It will also have a preview feature to enable authors to see how their posts will appear on the blog before publishing and make it easy to find related content. The blog will also have a commenting system that allows readers to engage with the authors and other readers by leaving comments on the posts. Users can update their profile details. There is an admin page where the admin has access to edit and delete user information. The admin can also edit and delete post data and perform other functions. The project will be hosted on GitHub and will be open source, allowing contributors to submit pull requests to improve the codebase or add new features. The blog will also be optimized for search engines to increase its visibility and attract more readers." Programming languages used : For Frontend work : 1. HTML 2. CSS 3. JavaScript 4. Bootstrap For Backend Work : 1. Java 2. JDBC (Java Database Connectivity) 3. Servlet 4. JSP (Java Server Pages) 5. JSTL (Java Standard Tag Library) 6. MYSQL
This is a java web application name as TECH CHRONICLES made using Java Core, JDBC, Servlet, JSP and MSQL. IDE used here is Netbeans version 16 and server used is Tomcat Server. And this website is running on localhost.
bootstrap,css,html,java,jdbc,jsp,jsx,servlet,blog,javascript
2023-09-10T08:48:03Z
2024-04-26T06:03:26Z
null
1
0
4
0
0
2
null
null
Java
efenstakes/video-caller-flutter
main
null
WebRTC video calling app built with Flutter and TypeScript, NodeJS for the signalling API.
expressjs,flutter,javascript,nodejs,typescript,webrtc
2023-09-03T19:51:12Z
2023-09-05T15:43:29Z
null
1
0
18
0
0
2
null
null
Dart
Yash12007/LunaChat
main
# LunaChat ![License](https://img.shields.io/badge/license-GNU%20GPL%20v2.0-blue) ![Created](https://img.shields.io/badge/created-August%2030%2C%202023-brightgreen) LunaChat is an open-source messaging application that allows users to communicate with each other in a seamless and secure manner. It prioritizes privacy, ease of use, and customization, providing a user-friendly experience for all. This application is deployed on [https://yash12007.github.io/LunaChat](https://yash12007.github.io/LunaChat) ## Features - **Secure Messaging**: LunaChat ensures end-to-end encryption for all messages, providing a secure environment for your conversations. - **User-Friendly Interface**: The intuitive interface makes LunaChat easy to navigate and use, ensuring that both tech-savvy and non-technical users can enjoy its benefits. - **Customization**: Personalize your LunaChat experience with themes, stickers, and emojis to express yourself better. - **Multi-Platform**: LunaChat is available on various platforms, including iOS, Android, and the web, allowing you to stay connected no matter which device you're using. - **Group Chats**: Enjoy group conversations with friends, family, or colleagues, and stay in the loop with important discussions. ## Getting Started To get started with LunaChat, follow these steps: 1. Clone the repository: `git clone https://github.com/Yash12007/LunaChat.git` 2. Navigate to the project directory: `cd LunaChat` ## Contributing We welcome contributions from the community to make LunaChat even better. To contribute, follow these steps: 1. Fork the repository on GitHub. 2. Create a new branch with a descriptive name: `git checkout -b feature-name` 3. Make your changes and commit them with a clear message: `git commit -am 'Add feature'` 4. Push your changes to your forked repository: `git push origin feature-name` 5. Open a pull request, describing the changes you've made. Please ensure your code follows our coding conventions and includes relevant tests. ## License LunaChat is released under the GNU General Public License v3.0. For more details, see the [LICENSE](LICENSE) file. ## Contact If you have any questions or suggestions, feel free to reach out to us at https://yash12007.github.io/Max/contact.html ---
LunaChat is an open-source messaging application that allows users to communicate with each other in a seamless and secure manner. It prioritizes privacy, ease of use, and customization, providing a user-friendly experience for all.
chat,css,html,javascript,js,luna,lunachat,yash12007,py,python
2023-08-30T09:33:42Z
2024-05-16T07:50:55Z
null
1
0
17
0
0
2
null
GPL-2.0
HTML
shawakash/E-commerce-Turbo
main
# Turborepo kitchen sink starter This is an official starter Turborepo with multiple meta-frameworks all working in harmony and sharing packages. This example also shows how to use [Workspace Configurations](https://turbo.build/repo/docs/core-concepts/monorepos/configuring-workspaces). ## Using this example Run the following command: ```sh npx create-turbo@latest -e kitchen-sink ``` ## What's inside? This Turborepo includes the following packages and apps: ### Apps and Packages - `api`: an [Express](https://expressjs.com/) server - `storefront`: a [Next.js](https://nextjs.org/) app - `admin`: a [Vite](https://vitejs.dev/) single page app - `blog`: a [Remix](https://remix.run/) blog - `logger`: isomorphic logger (a small wrapper around console.log) - `ui`: a dummy React UI library (which contains a single `<CounterButton>` component) - `scripts`: Jest and ESLint configurations - `tsconfig`: tsconfig.json's used throughout the monorepo Each package and app is 100% [TypeScript](https://www.typescriptlang.org/). ### Utilities This Turborepo has some additional tools already setup for you: - [TypeScript](https://www.typescriptlang.org/) for static type checking - [ESLint](https://eslint.org/) for code linting - [Jest](https://jestjs.io) test runner for all things JavaScript - [Prettier](https://prettier.io) for code formatting
A simple E-Commerce App made in monorepo structure using TuboRepo Kitchen Sink
express,javascript,kitchen-sink,mongodb,monorepo,react,turborepo,typescript,vite
2023-08-14T10:15:48Z
2024-02-29T11:22:29Z
null
1
0
15
2
0
2
null
null
TypeScript
erokkumar/Id-Card-Generator
main
# Id-Card-Generator This is a ID card generator made using HTML, CSS and JS. One can fill his/her details and download the Digital ID Card in a png file format. ## Features - Modern UI - Minimal Look - Can download ID - Simple to Use ## Screenshot ![image](https://github.com/erokkumar/Id-Card-Generator/assets/101036004/6d8d9cda-68d1-44d9-93fc-86d17cb09c9a) ## Tech Stack **Client:** HTML, CSS, JS **Server:** NULL ## Authors - [@erokkumar](https://www.github.com/erokkumar)
This is a ID card generator made using HTML, CSS and JS.
css,html,javascript,project,web-development
2023-09-05T16:03:43Z
2023-09-05T16:14:05Z
null
1
0
3
0
0
2
null
null
HTML
MandeepRahar07/Task-crud-oprations
main
# frntend
The "Task Manager" React project is a robust task management application that leverages React, Redux, HTML, and CSS. It enables users to perform full CRUD (Create, Read, Update, Delete) operations on tasks, making it easy to add, view, edit, and remove tasks.
css,html,javascript,reactjs
2023-09-04T17:30:20Z
2023-09-04T17:35:39Z
null
1
0
2
0
0
2
null
null
JavaScript
gtrabanco/buncg
main
# Bun Core Graphics The main idea of this project is to make something similar than [NodeCG](https://node.dev) but full compatible with Bun. Anyway the idea is not to provide something 100% compatible with it, but something that can be used to create graphics for live streaming and control them. Why? This is explained in this document. Mainly has some fails, its old code and Bun performance is better than Node in general. But, the main reason, is because I want to use this kind of project in the same way I use nextjs which mean by installing as dependency and not as we do in NodeCG by using bundles. Of course there is the knowledge that this project will provide me and I think is useful project for others. # Ideas and goals **IMPORTANT**: This project is still in development, so it's not ready to be used yet in fact there is no code yet that can be used. You can propose any ideas [in discussions](https://github.com/gtrabanco/buncg/discussions) or rebate any decision, roadmap or something that it is in this document. ## How it should work The idea is not to use bundles as NodeCG does, but to use a single project with multiple graphics in the same way as you do websites with any framework. It wont be any real difference between graphics and dasboards as NodeCG does. In fact we will call graphics scenes with the difference that we will provide and standard way to change scenes and to control them. Would be nice to have the posibility of view permantly one scene but also has any special path to offer this kind of control as you can do with OBS or any other hardware & software. ## How information should be exchanged between graphics and the server The idea is to use a websocket connection and Server Side Events to exchange information between the server and the graphics. The server will be the responsible of keep the information sync between all the graphics and the graphics will be the responsible of render the information. Websockets is necessary because maybe a user want to transfer information from client, for example a webcam. Probably is not the most common use case but maybe sometimes is a good point. Server Sent Events should be reserved for those use cases where unidirectional information is required, like switching scenes. For all of this will be a good idea replicate NodeCG idea and inject some js code to provide an easy way to use all of this. This can be done with [HTMLRewriter](https://bun.sh/docs/api/html-rewriter) that it is implemented in Bun. ## How to create a page/endpoint Bun has a [FilesystemRouter](https://bun.sh/docs/api/file-system-router) API that can be used to render pages. Probably we will need to use common directory for scenes if we want to be able of exchange them or declare them as switchable scenes (I do this last with NodeCG but it is tedious). ## Architecture I am not advanced developer so here I will listen at any that offers help. Probably main idea should be rewritten for sure in the future. ## Upload files It is neccessary and elemental provide a way to upload assets to server and maybe provide components to show and control all this files. I do not want to provide default Dashboard as NodeCG does, but I want to provide a way to create them easily. Is a catalog of components a good idea? Provide a way to manipulate recent uploaded files and add metadata. ## Positioning elements Provide optional standard css to postion elements in the screen. ## Future ideas - Authentication and authorization. - Multiuser/single user graphics. This means make multiaccount and control independently each one by each user. This will make easier to do services like Overlay, Streamlabs... - Play music. - Timeline to play animations, scenes and videos. - Standard graphics for show information like questions, titles to introduce people. - Standard Scoreboard and stopwatch. - Components as overlays and position them in the screen. - Viewtransitions to swtich scenes. - Transitions and animations for elements and components? Should this be done by devs that use buncg or should we provide something? - Support for Stream Deck or similar. ## Roadmap from nothing to 1.0 Each task has all the subtasks that are needed to be done to complete it which mean add documentation and tests. When ready to create a sample project also add it to view full basic sample of all functionalities. - [x] Create a binary to execute and use as server as you do with nextjs and similar frameworks. - [ ] Middleware for scenes/pages/endpoints and inject javascript code. - [ ] Hot Reload, Watch and normal mode. - [ ] Client/Server easy way to exchange information (this means develop the javascript that will be injected). - [ ] This also mean a library for server side endpoints, developer should be able to create easily endpoints. - [ ] Position elements in the screen. - [ ] Upload files. - [ ] Change between scenes when served from special endpoint. - [ ] Authentication and authorization. - [ ] JSON Schema as NodeCG does? - [ ] Explore Viewtransitions and make possible to use transitions when switching scenes. - [ ] Logo for the project. I am not able to do this so I am open to all kind of proposals. ## Technologies Related shoftware that will be used to do all of this: - [Bun](https://bun.sh) - [Elysia](https://elysiajs.com) - Typescript or JSDoc, not sure yet. We won't provide support for NodeJS, the idea is to use Bun entirely with its pros and cons.
Graphics for your Broadcast Live Streaming with HTML/CSS/JS with Bun
bun,core,graphics,javascript,typescript
2023-09-06T18:41:03Z
2023-09-11T20:24:23Z
null
1
2
8
0
0
2
null
NOASSERTION
TypeScript
Asifdotexe/axios-mockapi-contactlist
main
# Contact Manager A simple contact manager application built using React and Axios for CRUD operations. ## Table of Contents - [Introduction](#introduction) - [Features](#features) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) ## Introduction This Contact Manager is a web application that allows you to manage your contacts efficiently. It provides basic CRUD (Create, Read, Update, Delete) functionality for contacts and uses Axios to communicate with a backend mock API to perform these operations. ## Features - Add a new contact with first name, last name, and phone number. - View a list of all contacts. - Update contact information. - Delete contacts. - Integration with a mock API [Link](https://mockapi.io/) ## Getting Started ### Prerequisites To run this application, you need to have the following software installed: - Node.js and npm (Node Package Manager) - [Download here](https://nodejs.org/) ### Installation 1. Clone the repository to your local machine: ``` git clone https://github.com/Asifdotexe/axios-mockapi-contactlist.git ``` 2. Navigate to the project directory: ``` cd contact-manager ``` 3. Install the project dependencies: ``` npm install axios ``` ### Usage 1. Start the development server: ``` npm start ``` 2. Open your web browser and visit http://localhost:3000 to access the Contact Manager ### Author [Asif Sayyed](https://www.linkedin.com/in/asifdotexe/)
Contact Manager App | Demonstrating CRUD operation using Axios with the help of MockAPI | React Project
axios,axios-react,bootstrap,contactlist-application,crud-application,css,full-stack,full-stack-web-development,html,javascript
2023-09-04T04:08:45Z
2023-10-03T05:56:03Z
null
1
0
14
0
0
2
null
null
JavaScript
Gaurang8/LinkUp-Social-media-webapp-mern
gck
null
group Project
cloudinary,css3,express,hooks,html,mangoose,material-ui,mongodb,nodejs,profile-website
2023-09-05T05:03:54Z
2023-11-01T08:25:22Z
null
5
0
38
0
0
2
null
null
JavaScript
the-sabra/O-Task
main
# O-Task an Task manger implemented using The newest technologies in the industry ## Technologies Used - `TypeScript` - `TypeGraphQL` - `DrizzleORM` - `PostgreSQL` ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ## Installation 1. Clone the repo to your local machine: `git clone https://github.com/omarsabra1/O-Task.git `. 2. Install the dependencies using NPM: ` cd O-Task` 3. Install the necessary dependencies: `npm install`. ## Running the Application To run the application: - In production mode: `npm run start`. - In development mode: `npm run dev`. To create a migration: - To create a migration: `npm run db:generate`. - To apply the migration to the database: `npm run db:push`. ## Note I developed this project to challenge myself and add new features. The project includes the following: - Authentication with JSON Web Token (JWT). - Search functionality. To learn more about the schema, you can refer to [SCHEMA](O-task.graphql). ## Code Structure - **app.ts:** The entry point of the application. - **db/DBClient.ts:** Used to connect DrizzleORM with PostgreSQL. - **db/migrate:** This directory contains files for managing database migrations. - **schema:** Handles GraphQL types. - **resolver:** Defines the functions that fetch data for a single field in a GraphQL schema. - **decorator/AuthChecker.ts:** Responsible for verifying the authentication token. - **inputs:** Defines the arguments for fields in a GraphQL schema. To use all queries, you must authenticate with a user token. Add this token from the `signIn` mutation in the `Authorization` header with the type `Bearer Token`. ## Contact Information If you have any questions or feedback, please feel free to reach out to me on [LinkedIn](https://www.linkedin.com/in/the-sabra/) or via [email](omarsabra509@gmail.com).
a Task manger implemented using the newest technologies in the industry.
apollo-server,drizzle,drizzle-kit,drizzle-orm,expres,javascript,jsonwebtoken,jwt,postgres,postgresql
2023-09-09T09:05:49Z
2023-09-16T09:25:28Z
null
1
0
9
0
0
2
null
null
TypeScript
lennyAiko/git-orca
main
# git-orca This a CLI app to fetch issues and Pull requests(PRs) from any repo ## Dependencies To use this tool, the below listed are required - [Node.js](https://nodejs.org/en/download) - Github access token. How to get one [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) ## Installation/Setup 1. Clone this repository to your local machine ```bash git clone https://github.com/lennyAiko/git-orca.git ``` 2. Navigate to the repository directory ```bash cd git-orca ``` 3. Install the dependencies ```bash npm install ``` <!-- change configuring .env file --> 4. Create a `.env` file ```bash touch .env ``` 5. Add your Github access token as a variable to the `.env` file. ```bash > cat .env GITHUB_ACCESS_TOKEN=<github_access_token> ``` > **NOTE** replace `github_access_token` with your github personal access token ## Usage For a quick start, after installation/setting up the repo just run the below command. This would start an interactive session for you to provide the necessary info about the repository. 1. Install the package ```bash node index.js ``` Alternatively, you can provide the information about the repo on execution of the script with flags: - --owner: Specifies the GitHub username of the repository owner. - --name: Specifies the name of the repository. - --issue: Indicates that you want to view issues. - --pr: Indicates that you want to view PRs. - --open: Indicates that you want to view open issues/PRs. - --closed: Indicates that you want to view closed issues/PRs. - --p: Specifies the page number you want to view (e.g., page 1). - --pp: Specifies the number of items per page (e.g., 10 items per page) ### For issues ```bash node index.js --owner <github username> --name <repository name> --issue --open --p <page number> --pp <number of items per page> ``` ### For pull requests ```bash node index.js --owner <github username> --name <repository name> --pr --closed --p <page number> --pp <number of items per page> ``` ### Example ```bash node index.js --owner lennyaiko --name git-orca --issue --closed --p 1 --pp 5 ``` > **NOTE** You don't have to specify all the flags
This a CLI tool to fetch issues and PRs from any repo
github,github-api,issues,octokit,pull-requests,javascript,npm,npm-module,npm-package
2023-08-15T22:21:20Z
2023-10-10T17:32:40Z
null
2
1
28
0
1
2
null
MIT
JavaScript
ViktorSvertoka/redux-fundamentals
main
# Redux Fundamentals ![Redux App](./screencapture.png)
My react practice ✍️
gitignore,javascript,jsconfig,prettier,react,readme,redux,redux-toolkit
2023-08-15T19:48:38Z
2023-08-15T20:20:29Z
null
1
0
3
0
0
2
null
null
JavaScript
GigBud/gig-bud-web-app
source
# Welcome to Gig Bud ## Introduction Gig Bud is a platform that connects gig seekers and gig providers in easy way. ## Technologies Used This repository contains the source code of our application. The technology used to built it is [Next.js](https://nextjs.org/) with it's version `v13.x.x`, [React.js](https://reactjs.org/) with it's version `v18.x.x`, [Node.js](https://nodejs.org/) and [MongoDB](https://www.mongodb.com/), you should have [Node.js](https://nodejs.org/) installed in your machine, and use the latest LTS version like `v18.x.x.`, [Node.js](https://nodejs.org/) comes with `npm` installed with it, we gonna use it a lot. ## Getting Started First, **always** check [package.json](./package.json) and take a look at the dependencies and the scripts, also look at the folder structure and understand it. Second, clone this repository: git clone https://github.com/GigBud/gig-bud-web-app.git Then, install all the dependencies: npm install Then, start the development server: npm run dev Then, open the browser and go to [http://localhost:3000](http://localhost:3000) to see the application frontend, and [http://localhost:3000/api](http://localhost:3000/api) to see the API. Other Commands you can use: npm run build npm run start npm run lint npm run lint:fix npm run prettier npm run prettier:fix npm run format ## Folder Structure ``` . ├── app/ │ All Frontend routes │ ├── components/ │ All Frontend components │ ├── models/ │ All models for the database │ ├── pages/ │ ├── api/ │ All Backend routes │ ├── public/ │ All static files and images │ ├── store/ │ All global state │ ├── styles/ │ All styles │ ├── utils/ │ All utils │ ├── package.json and other configurations files at the root │ ``` ## Contribution Soon
Gig Bud Web App Source Code
api,bcrypt,context-api,css,eslint,github-actions,javascript,js-cookie,jsonwebtoken,lodash
2023-09-02T19:23:50Z
2023-09-09T15:53:15Z
null
3
4
31
0
0
2
null
null
JavaScript
Shubham17121999/Dressing
main
<p align="center"><img src="![Logo of the Website](Blueberryicon2.png)"></p> ![ShopOnline Logo](Blueberryicon2.png) ## Dressing.com Discover a world of endless shopping possibilities at our e-commerce store! with Dressing . From fashion and beauty to home, we've got everything you need at our e-commerce store. ## Screenshots ![App Screenshot](<images/Screenshot (196).png>) ![App Screenshot](<images/Screenshot (197).png>) ## To Visit https://6503321ae15bd808822b36bf--lovely-griffin-5be0f8.netlify.app/ ## Author - [Shubham Ratnakar Kulkarni](https://github.com/Shubham17121999) ## 🛠 Description - E-commerse site in the team responsible for handling both User Site And Admin Site (frontend) ## Tech Stack: Javascript, LocalStorage, Api, Css, Html ## Features - Our website, built with the power of HTML, CSS, and JavaScript! Our team of web developers has worked tirelessly to create a seamless user experience for you. From the layout and design to the functionality and interactivity. - Dressing, where you can create an account or log in to access all of our amazing features. By logging in, you can save your preferences, track your orders - In product page, where you can find high-quality products in various categories , we've added search for specific products, filter by price, category, or brand - We are added Add to Cart page , product view , Payment gateway page to this Website. - Our Admin page, where you can manage all of the content on our website. With the power of CRUD operations - create, read, update, and delete - you can easily add new products, update existing ones, and remove outdated content...
Created Dressing, an online platform for lifestyle products and clothing. Implemented user and admin registration and authentication. Enabled product tracking, cart functionality, and purchasing. Handled CRUD operations on the admin side. Implemented filtering, sorting, and search features.
css,git,html5,javascript
2023-08-30T16:50:23Z
2024-02-06T08:38:47Z
null
1
0
17
0
0
2
null
null
HTML
hieuChiNguyen/ShoeShop
main
#### Run project: npm run dev #### http://localhost:3000/ (concurrently run with shoeshop-backend : http://localhost:8080/) #### Các tính năng: * Customer: + Sign up / Sign in / Sign out + View detail product's information, profile, cart + Edit, delete product in cart + Update avatar + Add product to cart * Admin: + Sign in / Sign out + CRUD users, products #### Link deploy web shoeshop: https://shoe-shop-smoky.vercel.app/
null
front-end,javascript,nextjs,tailwind,shoeshop,reactjs,ecommerce,tailwindcss
2023-08-22T08:52:10Z
2023-09-22T16:45:33Z
null
1
0
12
1
0
2
null
null
CSS