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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
johndavedecano/svelte-mention | main | # Svelte Mention
A mention library for SvelteJS. This enables you to have a facebook-like user mentions in a textareas

## Installation
```
npm i svelte-mention
```
## Usage
```
<script>
import Mention from 'svelte-mention'
let items = [
{ label: "User User 1" },
{ label: "User User 2" },
{ label: "User User 3" },
{ label: "User User 4" },
{ label: "User User 5" },
{ label: "User User 6" },
{ label: "User User 7" },
{ label: "User User 8" },
{ label: "User User 9" },
{ label: "User User 10" },
{ label: "User User 11" },
{ label: "User User 12" },
];
let value = "How are you today?";
const handle_change = (evt) => console.log(evt.detail);
const handle_mention = (evt) => console.log(evt.detail);
</script>
<Mention
{items}
on:change={handle_change}
on:mention={handle_mention}
bind:value
/>
```
## Customization through CSS Variables
```
--mention-border-color: #ddd;
--mention-background: #fff;
--mention-shadow: -5px 7px 5px -8px rgba(0, 0, 0, 0.75);
--mention-background-hover: aliceblue;
--mention-padding: 8px;
--mention-border-radius: 8px;
--mention-z-index: 2000;
```
## Milestones
- make more customizable
- allow custom component
| A mention library for SvelteJS. This enables you to have a facebook-like user mentions in a textareas | javascript,svelte,sveltekit,vercel | 2023-05-11T05:05:28Z | 2023-05-11T21:13:00Z | null | 1 | 0 | 12 | 0 | 0 | 3 | null | null | Svelte |
Kirti180/blue-industry-2316 | main | 
# blue-industry-2316
# Deployed Netlify Link [updated] : https://zingy-cajeta-563e6d.netlify.app/
Photography Appointment Booking System
*This project is a web-based application that allows customers to schedule appointments with professional photographers. The application's backend is responsible for managing customer data, photographer availability, and scheduling.*
run the command
- run command npm i when you clone the repo
- to run backend use npm run server
## Tech Stack
**Client:** HTML | CSS | Javascript | Bootsrap | External CSS library
**Server:** Node.js | Express.js | MongoDB | Bcrypt | PassPort | cors | Redis | JWT
**github:** To maintain repository and collabration and version control.
**VS Code:** To write HTML,CSS and JavaScript code.
**Microsoft Edge,Google Chrome & Mozilla Firefox:** To check the functionality and run the code.
# Features
- Customers can create an account and log in.
- Customers can search for photographers based on location
- Customers can view a photographer's portfolio and pricing.
- Customers can schedule an appointment with a photographer.
- Photographers can create an account and log in.
- Photographers can view their appointments and manage their availability.
- Photographers can view customer information and appointment details.
## Frontend Part User
- Home page
- Login/Signup
- Show phootographers
- view request
- book photographer.
- Edit photographer
## Frontend Part Photographer
- Dashboard
- Login/Signup
- View profile
- View request
## Backend Part
- Authentication using JWT
- Brypt
- Authentication as per role Admin | User
- Redis for caching
## Database
- MongoDB
- Redis
## Application Guide to use features
### Use by User side
- signup/login
- Go to Book a photographer
- Select the photographer
- select the slot fill the form for booking
- can view his appointment booking requests
### Use by Photographer side
- signup/login
- create a account as photographer using register as photographer
- accept or reject request in view request from his dashboard
- after work is completed click on the slots that are seen on dashboard to make them avaliable again
### Here are some of the snapshots of our website
## Home page

<br>
<br>
## Book a photographer by clicking "Book a photographer" Button

<br>
<br>
## Photographer Dashboard where you can get to see accepted, rejected and pending appointment data

<br>
<br>
## Here, you get to edit your photographer profile

<br>
<br>
## Here, your can choose a photographer of your choice

<br>
<br>
## Booking appointment page.

<br>
<br>
## Here, you get to see your appointment request data.

<br>
<br>
## Here, in photographer's dashboard, a photographer can accept or reject appointment request.

<br>
<br>
## Registration page for a user.

<br>
<br>
## Group Members Info
1. Kirti Shinde(Team Lead)
> - e-Mail: kirti182001@gmail.com
> - GitHub: https://github.com/Kirti180
2. Manthan Pelne
> - e-Mail: manthanpelneoo7@gmail.com
> - GitHub: https://github.com/Manthanpelne
3. Imran Sutar
> - sutarimran47@gmail.com
> - GitHub: https://github.com/Imran2909
<br>
| Photography Appointment Booking System This project is a web-based application that allows customers to schedule appointments with professional photographers. . It is an Group project which was build in span of 4 days | css,html,javascript,nodejs,expressjs,redis,bcrypt | 2023-04-30T03:56:24Z | 2024-05-21T04:58:17Z | 2023-05-09T17:48:18Z | 5 | 71 | 178 | 2 | 0 | 3 | null | null | HTML |
NimeshPiyumantha/Mobile-App-Development | master | ο»Ώ# Mobile-App-Development
**This is a learning Mobile-App-Development.**
## - Setup in Project
- **Expo Go**
```
npx create-expo-app AwesomeProject
cd AwesomeProject
npx expo start
```
### - Run Project
```
npm run android
```
## - **Create New Branch and Push It**
- `git checkout -b <your-new-branch>`
- `git add .`
- `git commit -m <message>`
- `git push --set-upstream origin <your-new-branch>`
## - **Move to Branches**
- `git add .`
- `git stash`
- `git checkout <your-new-branch>`
###
### Clone this repository β
```md
https://github.com/NimeshPiyumantha/Mobile-App-Development.git
```
## Connect with me
#### If you have any bugs or issues , If you want to explain my code please contact me on :
<div align="center">
<br><b>MAIL ME</b>
<a href="mailto:nimeshpiyumantha11@gmail.com">
<img width="20px" src="https://github.com/NimeshPiyumantha/red-alpha/blob/main/gmail.svg" />
</a></p>
</div>
##
<p align="center">
<a href="https://twitter.com/NPiyumantha60"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="__NimeshPiyumantha__" height="30" width="40" /></a>
<a href="https://www.linkedin.com/in/nimesh-piyumantha-33736a222" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="https://www.linkedin.com/public-profile/settings?trk=d_flagship3_profile_self_view_public_profile" height="30" width="40" /></a>
<a href="https://www.facebook.com/profile.php?id=100025931563090" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="Nimesh Piyumantha" height="30" width="40" /></a>
<a href="https://www.instagram.com/_.nimmaa._/" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="_.nimmaa._" height="30" width="40" /></a>
</p>
##
<div align="center">





</div>
<div align="center">
#### @2023 [Nimesh Piyumantha](https://github.com/NimeshPiyumantha/), Inc.All rights reserved
</div>
| This is a learning Mobile-App-Development. | javascript,react-native | 2023-05-10T05:54:54Z | 2023-06-27T14:16:23Z | null | 1 | 3 | 44 | 0 | 0 | 3 | null | MIT | JavaScript |
HannaPleshko/RestApi-Jobored | main | # Jobored
RestApi-Jobored is a powerful job search application designed to simplify and streamline the process of finding employment opportunities. This repository contains the frontend codebase for the application, built using JavaScript, Mantine, React, and CSS.
## Features
- Global Job Search: Easily search for job listings from various sources, allowing you to explore a wide range of opportunities.
- Filtering Panel: Utilize the intuitive navigation panel to filter job listings based on various criteria, such as location, industry, job type, and more.
- Pagination: Navigate through search results with ease using pagination, ensuring you can browse through multiple pages of job listings efficiently.
+Individual Job Page: View detailed information about a specific job listing, including job description, requirements, and contact information, providing you with all the necessary details to make informed decisions.
- Favorites: Save your favorite job listings to a favorites list, allowing you to easily access and review them later.
- JSON Data Handling: The project incorporates JSON data to store and manage job listing information, providing a structured and flexible approach to data management.
## Technologies Used
- JavaScript: The project is built using JavaScript, a versatile and widely-used programming language.
- Mantine: Mantine is a modern React UI library that provides a set of customizable components and hooks, enabling rapid development and a delightful user experience.
- React: The project utilizes React, a popular JavaScript library for building user interfaces, to create a dynamic and interactive job search application.
- CSS: Cascading Style Sheets (CSS) is used to style the application and ensure a visually appealing and responsive user interface.
## Installation
To run RestApi-Jobored locally, follow these steps:
- Clone the repository: git clone https://github.com/your-username/RestApi-Jobored.git
- Install the dependencies: npm install
- Start the development server: npm start
- Open your web browser and visit: http://localhost:3000
## Contributing
Contributions are welcome! If you want to contribute to RestApi-Jobored, please follow these steps:
| null | javascript,react | 2023-05-12T12:40:00Z | 2023-09-01T06:28:05Z | null | 1 | 0 | 20 | 0 | 0 | 3 | null | null | JavaScript |
north7-engineering/website | main | null | The official website for North7 Engineering | javascript,nodejs,npm,typescript,north7,svelte,sveltekit,tailwind,tailwindcss | 2023-05-15T18:38:41Z | 2023-06-08T06:46:59Z | null | 1 | 15 | 33 | 1 | 0 | 3 | null | GPL-3.0 | Svelte |
Samuel-Ricardo/NextGPT | main | # NextGPT
<p align="center">
<a href="https://fullcycle.com.br/" target="_blank">
<img width="auto" src="./readme_file/image.png"/>
</a>
</p>
<h4 align="center" >π π¨ Full Cycle Learning Experience - 2023 π¨ π</h4>
<h4 align="center">
Application developed during a Programmer Event, the <a style="color: #8a4af3;" href="https://github.com/search?q=full%20cycle%20learning%20experience&type=repositories" target="_blank">Full Cycle Learning Experience</a> promoted by <a style="color: #8a4af3;" href="https://fullcycle.com.br/" target="_blank">@FullCycleSchool</a>
</h4>
#
<p align="center">
|
<a style="color: #8a4af3;" href="#project">Overview</a> |
<a style="color: #8a4af3;" href="#techs">Technologies</a> |
<a style="color: #8a4af3;" href="#app">Project</a> |
<a style="color: #8a4af3;" href="#run-project">Run</a> |
<a style="color: #8a4af3;" href="#author">Author</a> |
</p>
#
<h1 align="center">
<a href="https://github.com/Samuel-Ricardo">
<img src="https://img.shields.io/static/v1?label=&message=Samuel%20Ricardo&color=black&style=for-the-badge&logo=GITHUB"/>
</a>
<a herf="https://www.instagram.com/samuel_ricardo.ex/">
<img src='https://img.shields.io/static/v1?label=&message=Samuel.ex&color=black&style=for-the-badge&logo=instagram'/>
</a>
<a herf='https://www.linkedin.com/in/samuel-ricardo/'>
<img src='https://img.shields.io/static/v1?label=&message=Samuel%20Ricardo&color=black&style=for-the-badge&logo=LinkedIn'/>
</a>
</h1>
<br>
<p id="project"/>
<br>
<h2> | :artificial_satellite: About: </h2>
<p align="justify">
This project is one application of a complete Full Cycle Chat project to talk in real time with Chat-GPT, with amazing technologies like NextJS for front-end, Back-End for Front-end with NextJS, Next Auth + Keyclock for Authentication and Users management, MySQL database, GO Lang for microsservice, Docker and the power of Chat-GPT with real time reactive data and gRPC communication.
</p>
<p align="center">
<img width="128px" src = "https://anch.ai/wp-content/uploads/2023/04/blog-new-chatgpt.png" />
<img width="128px" src = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSbsRJ8KR7ADqtND-a1upt8M0wAufo6NBpYw31g68Eytz-9uXF5u32ziWo8JjeQf7OmNC0&usqp=CAU"/>
<img width="128px" src = "https://www.mundodocker.com.br/wp-content/uploads/2015/06/docker_facebook_share.png" />
<img width="128px" src = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSzKsNo97qflGoKifTQP6ztDT9tM-k2SIVsz7KV5vPsB0opSP00nLG6UIyy3oFSZDLkztA&usqp=CAU" />
<img width="128px" src = "https://res.cloudinary.com/practicaldev/image/fetch/s--TpDTGYw5--/c_imagga_scale,f_auto,fl_progressive,h_900,q_auto,w_1600/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yuxiptjqj8pa4bvyffym.png" />
<img width="128px" src = "https://devtools.com.br/blog/wp-content/uploads/2013/06/MySQL-Logo.wine_.png" />
<img width="128px" src = "https://grpc.io/img/logos/grpc-icon-color.png" />
<img width="128px" src = "https://www.materialize.pro/wp-content/uploads/2021/10/GOLANG.png" />
</p>
<br>
<br>
<p align="justify">
This application is a chat site to talk directly with a AI powered by the amazing OpenAI Chat GPT, creating chats with isolated context and real time messages and stream responses, using a advanced authentication system all this with a clean and modern Metalic UI.
</p>
<p align="justify">
Here i use a complete test ambiente, Unit test, E2E, back-end, front-end, using jest, cypress... All application have a robust base because of it.
</p>
> <a href="https://github.com/Samuel-Ricardo" target="_blank"> <img src="https://github.com/Samuel-Ricardo/GPT-Chat_Service/raw/main/readme_files/app_preview.png"> </a>
<br>
#
<br/>
- Front-End & Back-End : NextJS | [ [repositories](https://github.com/Samuel-Ricardo/NextGPT) ]
- microsservice : GO Lang | [ [repositories](https://github.com/Samuel-Ricardo/GPT-Chat_Service) ]
#
<br>
<h2 id="techs">
:building_construction: | Technologies and Concepts Studied:
</h2>
> <a href='https://nextjs.org/'> <img width="128px" src="https://nextjs.org/static/blog/next-13-4/twitter-card.png" /> </a>
- NextJS
- REST
- gRPC
- SWR
- Server Sent Events
- Streams
- TailwindCSS
- Prisma
- MySQL
- Typescript
- Jest
- Cypress
- Docker
- Enzyme
- Marked
- Axios
- eslint
- Prettier
- husky
- isomorphic-fetch
- lint-staged
- Highlight.js
- Mullti Thread and Concurrency
- Design Patterns
- Perfomance
- Clean Architeture
- Clean Code / SOLID
- Scalability
- Real Time
> Among Others...
#
<br>
<h2 id="app">
π» | Application:
</h2>
> Go to the video demo by clicking on any image
<br>
<br>
> <a target="_blank" href="https://github.com/Samuel-Ricardo/NextGPT/tree/main/readme_file/demo"> <img src="./readme_file/2image.png" /> </a>
First of all, this is a full stack app that une back and front end in the same project, all thanks to NextJS. So the backend part is a REST API with middlewares and routes authentications. This API communicate with GO Lang Microsservice to manage the chat life cycle and handle with GPT, by otherside, the api manage the user life cylce using Next Auth to connect with Keycloack a complete auth system with a dashboard full of functionalities that gives to you the control of system as user friendly way, perfect for no technical people,
> <a target="_blank" href="https://github.com/Samuel-Ricardo/NextGPT/tree/main/readme_file/demo"> <img src="./readme_file/1image.png" /> </a>
This whole project is concerned with having a robust base, for that, i apply concepts of clean archteture both in back and in front end for a better programming experience and maintainability, you can see patterns like, repository, gateway, controller, DTO, service (adapted), use case, factory, entity and etc...
<br>
Still on the developmente expereince question, the most relevant part of code, bussines rules and possibles cases are covered by a full cycle of test that include from unit tests to End 2 End tests with Jest and Cypress, eslint and prettier to keep the code organization, pre-commit and pre-push routines that clean up the code and ensure safety before committing the changes and Docker to run all this infrastructure without headache and Dev Containers to run a complete off-the-shelf development environment.
<br>
> <a target="_blank" href="https://github.com/Samuel-Ricardo/NextGPT/tree/main/readme_file/demo"> <img src="./readme_file/chat1.png" /> </a>
This app uses advanced caching strategy using SWR, it allows to make better and performatic external calls including APIs and microservices, keeping smart caching, it is more fast, efficient and cost-effective than common way, Enabling your app to perform more without degrading the user experience
<br>
> <a target="_blank" href="https://github.com/Samuel-Ricardo/NextGPT/tree/main/readme_file/demo"> <img src="./readme_file/chat2.png" /> </a>
The data is storaged in a MySQL Database that is managed by Prisma that make developers life easier, you can access the database by using adminer (light) or phpmyadmin (full) dashboard, the beautifull visual is build with TailwindCSS with a amazing and perfomatic way of use CSS Style Classes. Proto work by handling gRPC data and converting to TypeScript data structure.
#
> <img src="./readme_file/adminer.png"/>
> <img src="./readme_file/adminer2.png"/>
#
> <img src="./readme_file/phpmyadmin.png"/>
> <img src="./readme_file/phpmyadmin2.png"/>
#
> API Example:
```bash
GET http://localhost:3000/api/hello
###
POST http://localhost:3000/api/chats
Content-Type: application/json
{
"message": "Hello World"
}
###
GET http://localhost:3000/api/chats
###
@chatId =
GET http://localhost:3000/api/chats/{{chatId}}/messages
###
POST http://localhost:3000/api/chats/{{chatId}}/messages
Content-Type: application/json
{
"message": "Estou testando a API 2222"
}
###
@messageId = d56cf557-17b5-4a9f-ac58-1f0be4bccbe3
GET http://localhost:3000/api/messages/{{messageId}}/events
```
<br>
<h3> [π»] - Project Plannig: <h3>
<img src="./readme_file/Untitled.png"/>
#
<br>
<h2>
π¨βπ» | How to run the full project
</h2>
First, you need to setup the GO Lang Microsservice, click on image bellow to setup it
> <a target="_blank" href="https://github.com/Samuel-Ricardo/GPT-Chat_Service#------how-to-use"> <img width="128px" src="https://cdn.thenewstack.io/media/2022/05/57bb2a1f-golang.png"/> </a>
Now, you can setup this NextJS App, click on image bellow to setup it
> <a target="_blank" href="https://github.com/Samuel-Ricardo/NextGPT#run-project"> <img width="128px" src="https://wallpapercave.com/dwp1x/wp11846969.jpg"/> </a>
<h2 id="run-project">
π¨βπ» | How to use
</h2>
<br>
### Open your Git Terminal and clone this repository
```git
$ git clone "git@github.com:Samuel-Ricardo/NextGPT.git"
```
### Make Pull
```git
$ git pull "git@github.com:Samuel-Ricardo/NextGPT.git"
```
<br>
This application use `Docker` so you dont need to install and cofigurate anything other than docker on your machine.
> <a target="_blank" href="https://www.docker.com/"> <img width="48px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-plain-wordmark.svg" /> </a>
<br>
Once Docker is setup, we can start the project :D
<br>
<p align="justify">
You will see that it runs all tests and repeat every time they fail until 100% have success in a separated container and later down it.
</p>
<p align="justify">
For the first time the project should run, but some test will doesn't work. It happens because the Keycloak needs to be manually configurated after all container up, you can stop the test container for now.
</p>
```bash
# After setup docker environment just run this commmand on root project folder:
$ docker-compose up --build # For First Time run this command
$ docker-compose up # to run project
```
<img src="./readme_file/containers.png"/>
```bash
#Apps Running on:
$ Site : http://localhost:3000
$ API : htpp://localhost:3000
$ Keyclock: http://localhost:9000 - [AUTH]
$ MySQL: localhost:3307 - [DB]
# DB Manager
$ Adminer : http://localhost:8080 - [light] - [optional]
$ PHPMyAdmin : http://localhost:8088 - [complete] - [optional]
# Test
$ app_test : run all tests and repeat until have 100% success, when it happen the container stop - [optional]
$ app_dev_test : Detect project changes and run tests related with this changes if exists - [optional]
See more: ./next-gpt/docker-compose.yaml
[optional] - you can stop this container to free up the processor and memory and the app will still be running normally
```
<br>
#
<br>
#### * First of all let's setup Keycloack (You only need to do this the first time you run)
<br>
<p align="justify" >
Access Keycloack dashboard [http://localhost:9000] and go to <code>Administrator Console</code> and login as admin
</p>
<img src="./readme_file/kaycloack.png"/>
```bash
$ login : admin
$ pass : admin
$ See ./next-gpt/docker-compose.yaml
```
> <img src="./readme_file/keycloack2.png"/>
Go to <code>Clients</code> and create a new client, name it <code>nextjs</code>
> <img src="./readme_file/keycloack3.png"/>
> <img src="./readme_file/keycloack4.png"/>
> <img src="./readme_file/keycloack5.png"/>
Now let's configurate the access for localhost:
> <img src="./readme_file/keycloack6.png"/>
Now create a secret and set it on ```.env``` file
> <img src="./readme_file/keycloack7.png"/>
> <img src="./readme_file/keycloack8.png"/>
> <img src="./readme_file/keycloack9.png"/>
#### How to create users:
> <img src="./readme_file/keycloakuser1.png"/>
> <img src="./readme_file/keycloakuser2.png"/>
Set user password:
> <img src="./readme_file/keycloakuser3.png"/>
> <img src="./readme_file/keycloakuser4.png"/>
> <img src="./readme_file/keycloakuser5.png"/>
#
#### You need to setup a login token for tests
> <img src="./readme_file/login1.png"/>
> <img src="./readme_file/login2.png"/>
> <img src="./readme_file/login3.png"/>
<img src="./readme_file/login4.png"/>
#
<br>
<h2 id="author">
:octocat: | Author:
</h2>
> <a target="_blank" href="https://www.linkedin.com/in/samuel-ricardo/"> <img width="350px" src="https://github.com/Samuel-Ricardo/bolao-da-copa/blob/main/readme_files/IMG_20220904_220148_188.jpg?raw=true"/> <br> <p> <b> - Samuel Ricardo</b> </p></a>
<h1>
<a herf='https://github.com/Samuel-Ricardo'>
<img src='https://img.shields.io/static/v1?label=&message=Samuel%20Ricardo&color=black&style=for-the-badge&logo=GITHUB'>
</a>
<a herf='https://www.instagram.com/samuel_ricardo.ex/'>
<img src='https://img.shields.io/static/v1?label=&message=Samuel.ex&color=black&style=for-the-badge&logo=instagram'>
</a>
<a herf='https://twitter.com/SamuelR84144340'>
<img src='https://img.shields.io/static/v1?label=&message=Samuel%20Ricardo&color=black&style=for-the-badge&logo=twitter'>
</a>
<a herf='https://www.linkedin.com/in/samuel-ricardo/'>
<img src='https://img.shields.io/static/v1?label=&message=Samuel%20Ricardo&color=black&style=for-the-badge&logo=LinkedIn'>
</a>
</h1>
| Full cycle Chat to talk with OpenAI GPT with a auth system | chat,docker,go,gpt,grpc,javascript,keycloack,mysql,nextauth,nextjs | 2023-05-01T12:40:29Z | 2023-07-06T18:46:09Z | null | 1 | 0 | 752 | 0 | 1 | 3 | null | MIT | TypeScript |
harshitv54/cyberfiction-frontend | master | # cyberfiction-frontend
An interactive webpage made by using HTML, CSS and JavaScript. Displays a moving 3D model on scroll trigger. | A front-end website displaying 3D animation on scroll trigger | 3d-animation,css,html,javascript,scroll-trigger | 2023-05-09T16:17:17Z | 2023-05-11T05:22:52Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
Tomas-Arrativel/fake-bank | main | # Fake-Bank
This is a web page that simulates a bank account.
In the page you can find 4 accounts:
1) User: ta Pin: 1111.
2) User: jd Pin: 2222.
3) User: stw Pin: 3333.
4) User: ss Pin: 4444.
The user 1 has your timezone, in my case is ARG.
The user 2 has the timezone of United States.
The user 3 has the timezone of India.
The user 2 has the timezone of Japan.
I wish you could explore all the things on this page. If you notice any errors, don't hesitate to tell me.
| This is a web page that simulates a bank account. | css,html-css-javascript,html5,javascript | 2023-05-03T16:17:25Z | 2023-06-29T13:51:44Z | null | 1 | 0 | 8 | 0 | 1 | 3 | null | null | JavaScript |
mahmodghnaj/chatXo-backend | main | # ChatXo
This is a chatXo application built with Nest.js that allows two users to communicate with each other. The application supports authentication using social media accounts and provides functionality to add friends.

## Demo
Check out the [live demo](https://chat-xo.vercel.app/) of the application.
## Frontend Repository
You can find the frontend source code in the [ChatXo-frontend](https://github.com/mahmodghnaj/App-chat-frontend) repository.
## Features
- User Registration and Authentication: Users can register and log in to the application using their social media accounts.
- Real-time Chat: Users can engage in real-time chat with each other, sending and receiving messages instantly.
- Friend Management: Users can add friends to their contact list and initiate chats with them.
- Last Seen Date: The application displays the last seen date of each user, indicating when they were last active.
- User Status: Users' online/offline status is shown, indicating whether they are currently active or not.
- Message Receipt: The application provides flags to indicate whether a message has been received or not.
- Social Media Authentication: Users can authenticate using popular social media platforms such as Facebook, Google, or Twitter.
- Secure Communication: The application ensures secure communication between users by using encryption and following best practices for data privacy and security.
## Technologies Used
- [Nest.js](https://nestjs.com/): A powerful Node.js framework for building scalable and efficient server-side applications.
- [Socket.IO](https://socket.io/): A library that enables real-time, bidirectional, and event-based communication between the browser and the server.
- [Passport](http://www.passportjs.org/): A flexible authentication middleware for Node.js that supports social media authentication strategies.
- [Mongoose](https://mongoosejs.com/): An elegant MongoDB object modeling library for Node.js.
## Environment Variables
The application uses environment variables to configure various settings. Before running the application
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
| This is a chatXo application built with Nest.js that allows two users to communicate with each other. The application supports authentication using social media accounts and provides functionality to add friends. | authentication,chat,chat-app,chat-applications,chat-website,javascript,mongodb,nest,nestjs,nextjs | 2023-04-23T14:49:38Z | 2023-06-09T13:22:14Z | null | 1 | 0 | 77 | 0 | 1 | 3 | null | null | TypeScript |
mrcbq/todolist | main | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π Awesome Books <a name="about-project"></a>
**Awesome Books** is a Todo list web application
This project is a basic website that allows users to add To-Do's to in a list. The list is store locally. So you can close your browser and when you open it again you will still have you To-Do list.
## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://HTML.org/">HTML</a></li>
<li><a href="https://css.org/">CSS</a></li>
<li><a href="https://javascript.org/">JavaScript</a></li>
</ul>
</details>
<!-- <details>
<summary>Server</summary>
<ul>
<li><a href="https://expressjs.com/">CSS</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="https://www.postgresql.org/">JavaScript</a></li>
</ul>
</details> -->
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Use local Storage**
- **Save a list of books**
- **Allow eliminate one selected Book**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## π Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://mrcbq.github.io/todolist/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
* Only clone the repo and run in your local
### Setup
Clone this repository to your desired folder:
https://github.com/mrcbq/todolist.git
### Install
<!-- Install this project with: -->
To install this project, run the following command:
npm install
### Usage
To run the project, execute the following command:
git clone https://github.com/mrcbq/todolist.git
### Run tests
To run tests, run the following command:
npm test
### Deployment
You can deploy this project using:
npm run deploy
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ **Author1**
- GitHub: [@mrcbq](https://github.com/mrcbq)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
π€ **Abiy Hussen Aman**
- GitHub: [@Abiy Github](https://github.com/abiy006)
- Twitter: [@Abit Twitter](https://twitter.com/Abiy62463489)
- LinkedIn: [@Abit LinkedIn](https://www.linkedin.com/in/abiy-hussen-aman-194587183/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] **Add Libraries for interchange the lists elements**
- [ ] **Add Navigation**
- [ ] **Add Luxor library**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project...
Please give a β to the repo and follow us
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
<!-- ## β FAQ (OPTIONAL) <a name="faq"></a>
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
<p align="right">(<a href="#readme-top">back to top</a>)</p> -->
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| A to do list web page using libraries with webpack and ES6 features, save your to-do lists in the local storage and permits create, edit, update and delete your tasks. | crud-application,html5,javascript,javascript-es6,localstorage-crud,todolist,webpack | 2023-05-03T15:31:02Z | 2023-05-14T15:03:53Z | null | 2 | 4 | 41 | 3 | 0 | 3 | null | MIT | JavaScript |
Virusold0607/React-Native-Qr-Code-Reader | main | null | null | react,javascript,qrcode-reader,react-native | 2023-05-05T01:14:00Z | 2022-05-26T01:56:41Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
KatsuboDmytro/medical-system | main | ERROR: type should be string, got "\n\nhttps://github.com/KatsuboDmytro/medical-system/assets/103748028/6bca4602-86e6-4d53-8f11-995cfddd06d1\n\n\n\nhttps://github.com/KatsuboDmytro/medical-system/assets/103748028/8b7db024-20f7-4092-9fdf-68b18a62f4ba\n\n" | Army MedInfo system | html,css,material-ui,javascript,react-hooks,react-router,reactjs | 2023-05-13T08:06:50Z | 2023-05-15T12:33:37Z | null | 3 | 8 | 51 | 0 | 0 | 3 | null | null | JavaScript |
maries-you/tetris | main | # tetris | Tetris game on javascript | html,javascript,css | 2023-05-13T08:10:37Z | 2023-08-06T20:23:26Z | null | 13 | 49 | 50 | 12 | 2 | 3 | null | MIT | JavaScript |
abdelali77/Network-Status | master | # Network-Statusπ
This is a simple command-line interface (CLI) program built with Node.js that checks the internet status using the `is-online` library
# Installation
Before using this program, you need to have Node.js installed on your computer. If you don't have it installed, you can download and install it from the official [Node.js website](https://nodejs.org/en)
1. Clone or download this repository to your local machine
2. Install the required dependencies using npm
```bash
npm install
```
# Usage
To check the internet status, simply run the following command in your terminal
```bash
user-status
```
The program will use the `is-online` library to check whether the internet is connected or not and display the result
# License
[LICENSE](LICENSE) | null | javascript,javascript-library,nodejs | 2023-05-05T23:42:41Z | 2023-10-08T22:27:44Z | null | 1 | 0 | 19 | 0 | 0 | 3 | null | MIT | JavaScript |
khouloudhaddad/node-passport-login | main | # node-passport-login
Node Passport Login System
# Install Passport and dependencies
Run `npm i passport passport-local express-session express-flash`
# Extra
Run `npm i method-override` | Node Passport Login System | ecmascript6,javascript,node,passport | 2023-05-05T20:19:25Z | 2023-05-06T01:04:41Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | EJS |
mezeitamas/brokenrobot.xyz | main | # brokenrobot.xyz
This is the code repository for my personal website. The website is built with Astro using TypeScript and TailwindCSS.
## π Installation and usage
To install and run the project, please follow these steps:
- Clone the repository to your local machine using `git clone git@github.com:mezeitamas/brokenrobot.xyz.git`
- Install dependencies by executing `npm install`
- Start the development server by running `npm start`
## π» Technologies used
The website was built using the following technologies:
- [Astro](https://astro.build/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
## π License
### Website's source code
The website's source code is available under the `MIT` license, see the [LICENSE-website](LICENSE-website) file for more details.
### Blog posts
The blog posts are copyrigthed, see the [LICENSE-blog-posts](LICENSE-blog-posts) file for more details.
| Personal website of Tamas Mezei | static-site-generator,javascript,typescript,personal-site,blog,personal-website,tailwindcss,aws,aws-certificate-manager,aws-cloudfront | 2023-04-25T10:10:04Z | 2024-04-27T19:36:11Z | 2024-04-27T19:36:11Z | 1 | 59 | 59 | 5 | 0 | 3 | null | MIT | MDX |
NullDev/Discord-RoleShop | master | # Discord-RoleShop
[](https://github.com/NullDev/Discord-RoleShop/actions/workflows/cd.yml) [](https://github.com/NullDev/Discord-RoleShop/blob/master/LICENSE) [](https://github.com/NullDev/Discord-RoleShop/issues?q=is%3Aissue+is%3Aclosed)
<p align="center"><img height="150" width="auto" src="https://cdn.discordapp.com/avatars/1102551839674740737/89848012463df027b4db688e05b89a44.png" /></p>
<p align="center"><b>Discord Bot for a Roleshop with currency that can be earned by writing messages.</b></p>
<hr>
## :question: What does it do?
User earn points by writing messages. With those points, they can purchase special roles from a built-in shop.
<hr>
## :satellite: Invite the bot
[](https://discordapp.com/oauth2/authorize?client_id=1102551839674740737&scope=bot&permissions=1099780064256)
<sub>The link above will invite a bot hosted by me that uses the latest version of this repo. <br>
Alternatively you can host the bot yourself. Instructions [below β¬](#wrench-setup) </sub>
<hr>
## :star: Features
- [x] Earn points by writing messages
- [x] Spend points in a built-in shop
- [x] Customizable shop
- [x] Random gifts
- Can be disabled
- Cooldown can be set
- Chance can be set
- [x] Optional multiplier for server boosters [Default: 2x]
- Can be set on every Discord server individually
- [x] Slash commands
- [x] Admin commands
- [x] User commands
- [x] Translations
- [x] Multi-language support (Can be set on every Discord server individually)
- English (Peer reviewed β
)
- German (Peer reviewed β
)
- [x] Easy to set up (Check [below](#wrench-discord-bot-setup-for-server-admins))
- Invite bot
- Add roles to the shop (`/rs-add-role`)
- Remove roles from the shop (`/rs-remove-role`)
- Add role icons to the shop (`/rs-set-role-icon`)
- [OPTIONAL] Set server language (`/rs-set-language`) [Default: English]
- [OPTIONAL] Set or disable booster multiplier (`/rs-set-multiplier`) [Default: 2x]
- [OPTIONAL] Toggle the spam filter (`/rs-spam-filter`) [Default: Enabled]
- [OPTIONAL] Toggle and configure random gifts (`/rs-random-gift`) [Default: Enabled, Cooldown: 4hours, Chance: 5%]
- [x] Easy to self-host
- No external database needed
- Easy configuration system
- Install instructions provided [below](#wrench-dev-setup)
- [x] Admin-only commands
- [x] Fail-safes to prevent point loss on error
- [x] Automatic Syncing to keep up with DB and Discord states
- [x] _Smart Spam Filteringβ’_ via Exponential Smoothing & Moving Average
- [x] Transaction log
- [x] Leaderboard
- [x] Ban / Unban users from using the bot
<hr>
## :diamond_shape_with_a_dot_inside: Feature requests & Issues
Feature request or discovered a bug? Please [open an Issue](https://github.com/NullDev/Discord-RoleShop/issues/new/choose) here on GitHub.
<hr>
## :wrench: Discord Bot Setup for server admins
**Setup**:
- [Invite](https://img.shields.io/badge/Invite-37a779?style=for-the-badge) the bot.
- Add roles to the shop (`/rs-add-role`)
- ATTENTION: Make sure the bots role `roleshop` is above the roles you added to the shop! (Server Settings -> Roles -> Drag the bots role above the roles you added to the shop)
- Remove roles from the shop (`/rs-remove-role`)
**Admin Commands**:
- Set a role icon which will be displayed in the shop (`/rs-set-role-icon`)
- Set server language (`/rs-set-language`) [Default: English]
- Set or disable booster multiplier (`/rs-set-multiplier`) [Default: 2x]
- Toggle the spam filter (`/rs-spam-filter`) [Default: Enabled]
- Toggle and configure random gifts (`/rs-random-gift`) [Default: Enabled, Cooldown: 4hours, Chance: 5%]
- Reset ALL server stats (`/rs-reset-all`)
- Set the points of a user (`/rs-set-points`)
- View the current transaction log (`/rs-transaction-log`)
- List all registered roles (`/rs-list-roles`)
- Show admin help (`/rs-admin-help`)
**User Commands**:
- View the shop (`/rs-shop`)
- View your or another users points (`/rs-stats`)
- Show the top 10 users with most points (`/rs-top`)
- Return a role you bought from the shop (`/rs-return`)
- Show user help (`/rs-help`)
- Shop bot info (`/rs-info`)
<hr>
## :wrench: Dev Setup
0. Open up your favourite terminal (and navigate somewhere you want to download the repository to). <br><br>
1. Make sure you have NodeJS installed (>= v20.0.0). Test by entering <br>
$ `node -v` <br>
If this returns a version number, NodeJS is installed. **If not**, get NodeJS <a href="https://nodejs.org/en/download/package-manager/">here</a>. <br><br>
2. Clone the repository and navigate to it. If you have Git installed, type <br>
$ `git clone https://github.com/NullDev/Discord-RoleShop.git && cd Discord-RoleShop` <br>
If not, download it <a href="https://github.com/NullDev/Discord-RoleShop/archive/master.zip">here</a> and extract the ZIP file.<br>
Then navigate to the folder.<br><br>
3. Install all dependencies by typing <br>
$ `npm install`<br><br>
4. Copy [config/config.template.js](https://github.com/NullDev/Discord-RoleShop/blob/master/config/config.template.js) and paste it as `config/config.custom.js` <br><br>
5. Configure it in your favourite editor by editing `config/config.custom.js`. OR use `npm run generate-config`<br><br>
6. Start it in development mode by running <br>
$ `npm start` <br>
or start in production mode <br>
$ `npm run start:prod` <br><br>
<hr>
## :nut_and_bolt: Configuration
Once the config has been copied like described in [Step 4](#wrench-setup), it can be changed to your needs:
```js
{
discord: {
bot_token: "", // Auth Token of the Discord bot. Can be created here: https://discordapp.com/developers/
bot_status: "Usage: /rs-help", // Bot activity ala "Is playing..."
},
bot_settings: {
slash_command_prefix: "rs", // Prefix for all slash commands. e.g. `/rs-foo`, `/rs-bar`.
spam_filter: {
alpha: 0.4, // The smoothing factor for the expavg spam filter (smaller = stricter)
window: 5, // The window for the moving average (last `n` messages) for calculation
},
emote_server_id: "", // Server for uploading role icons to be displayed in shop
},
}
```
<hr>
## :octocat: Contributors
<a href="https://github.com/NullDev/Discord-RoleShop/graphs/contributors">
<img src="https://contrib.rocks/image?repo=NullDev/Discord-RoleShop" />
</a>
<sub>Made with [contrib.rocks](https://contrib.rocks).</sub>
<hr>
| Discord Bot for a Roleshop with currency that can be earned by writing messages. | bot,discord-bot,discord-js,javascript,nulldev,shop | 2023-04-30T02:42:33Z | 2024-04-11T08:29:44Z | null | 3 | 19 | 264 | 4 | 0 | 3 | null | Apache-2.0 | JavaScript |
samarjeetpatankar/Hand-Sanitizer-website | main | # Hand Sanitizer Website
Welcome to the Hand Sanitizer Website! This platform was designed and developed as an online hub for hand sanitizer products. Offering a user-friendly interface for browsing and purchasing, this website aims to provide a seamless shopping experience for users.
## Features
- Browse and purchase a variety of hand sanitizer products.
- User-friendly interface for easy navigation and product exploration.
- Collaboration with a team for seamless integration and functionality.
- Implementation of filtering and sorting features to enhance the user experience.
## Design Inspiration
The design of this website is based on a Behance project. You can find the design inspiration and details on Behance through the following link: [Design Link](https://www.behance.net/gallery/128485393/E-commerce-HAAN)
## Collaboration and Development
This project was a collaborative effort, with a team working together to ensure the integration and functionality of the website. The development process provided me with valuable experience in front-end development. I particularly focused on implementing filtering and sorting features to enhance the overall user experience.
## Live Website
You can explore the live version of the Hand Sanitizer Website by visiting the following link: [Live Site](https://haan-website-clone-pt12.netlify.app/)
Feel free to explore the website, check out the design inspiration, and reach out if you have any questions or feedback!
| Discover and shop for premium hand sanitizer products on our user-friendly online platform. Experience a seamless blend of design and functionality, featuring filtering and sorting options for enhanced convenience. Explore now and ensure cleanliness and safety in your daily life. | behance,css3,html5,javascript,localstorage,netlify | 2023-05-14T16:11:27Z | 2023-08-24T11:21:31Z | 2023-08-24T11:21:31Z | 5 | 7 | 45 | 0 | 0 | 3 | null | null | HTML |
fezzopro/awesome-book-es6 | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Awesombook ES6</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π [Hello-Microverse Project] <a name="about-project"></a>
**[Awesome Book ES6]** is a aversion of awesome book that use modular approach
## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="#">HTML</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">JavaScript</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **[Use of modules]**
- **[Maintain all functionalities]**
<!-- 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:
```
install git on local machine
create a repository on local machine `my-folder`
```
### Setup <a name="setup"></a>
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/fezzopro/awesome-book-es6.git
git checkout feature-awesome-book-modular
cd awesome-book-es6
```
### Install <a name="install"></a>
You don't need to install anything
### Usage <a name="usage"></a>
To run the project, open `index.html` into your prefered web browser
### Deployment <a name="triangular_flag_on_post-deployment"></a>
You can deploy this project using **[GitHub Page](https://pages.github.com/)**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
> Mention all of the collaborators of this project.
π€ **Felix KAMANA (Fezzo)**
- GitHub: [@githubhandle](https://github.com/fezzopro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kamana-felix-9b6731105/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Future Features <a name="future-features"></a>
- [Insert popup windows]
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/fezzopro/awesome-book-es6/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project please give it a star βοΈ
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse Team & Students
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Welcome to "BookShelf": BookShelf is a convenient online bookstore where you can easily add, manage, and store your favorite book titles and authors. Created using JavaScript, ES6, HTML, and CSS technologies, this web application provides a seamless and user-friendly experience for book lovers! | css-flexbox,es6,eslint,html5,javascript | 2023-05-02T08:31:19Z | 2023-11-05T14:10:45Z | null | 1 | 5 | 52 | 0 | 0 | 3 | null | MIT | JavaScript |
deonvz/ChatGPTFileuploadChromeExtension | main | # ChatGPTFileuploadChromeExtension
This extension will place a file upload for you on the ChatGPT website. Allow you to process your own scripts, files, documents, code, database and more in chat. Allow ChatGPT to work with your own data, answering questions, giving suggestions and updating the file. Full Props go to "Automate My Life" on Youtube, for the great code.

1. Clone this repository.
2. Open Chrome and click the extensions button (Puzzle piece).
3. Toggle Developer mode.
4. Click Load unpacked.
5. Select the repository folder.
6. Ignore the error (false positive)
7. Go to the ChatGPT website, you will now have a File upload Button.
8. The loading indicator shows how much has been uploaded as the script breaks the file into chunks to stay within the character limits of ChatGPT.

| This extension will place a file upload for you on the ChatGPT website. Allow you to process your own scripts, files, documents, code, database and more in chat. Allow ChatGPT to work with your own data, answering questions, giving suggestions and updating the file. Full Props goes to "Automate My Life" on Youtube, for the great code. | chatgpt,chrome,chrome-extension,fileupload,fileuploader,javascript,js | 2023-05-16T08:41:43Z | 2023-05-16T08:52:58Z | null | 1 | 0 | 4 | 1 | 2 | 3 | null | MIT | JavaScript |
BaseMax/ProgrammerSocialNetworkGraphQL | main | # Programmer Social Network GraphQL API
This is a GraphQL API for a programmer/developer social network that allows users to view, filter, sort, add, edit, and delete developers based on their programming skills.
## Getting started
To use this API, you'll need to have Node.js and npm installed on your computer.
- Clone this repository to your computer.
- Run `npm install` to install the required dependencies.
- Set up a MongoDB database and configure the connection in `src/config/index.js`.
- Run npm start to start the GraphQL server.
- Open a web browser and go to `http://localhost:4000/graphql` to use the GraphQL interface.
## Technologies Used
This API was built with:
- Node.js
- NestJS
- TypeScript
- GraphQL
- MongoDB
## Usage
### Queries
Get list of developers
```graphql
query {
developers {
id
firstName
lastName
email
skills {
language
framework
}
}
}
```
Filter developers by skill
```graphql
query {
developers(filter: { skills: { language: "C#" } }) {
id
firstName
lastName
email
skills {
language
framework
}
}
}
```
Sort developers by name
```graphql
query {
developers(sortBy: "lastName") {
id
firstName
lastName
email
skills {
language
framework
}
}
}
```
### Mutations
Add a new developer
```graphql
mutation {
addDeveloper(input: { firstName: "John", lastName: "Doe", email: "johndoe@example.com", password: "password123", skills: [{ language: "C#", framework: "ASP.NET" }] }) {
id
firstName
lastName
email
skills {
language
framework
}
}
}
```
Edit a developer
```graphql
mutation {
editDeveloper(id: "<developer id>", input: { firstName: "John", lastName: "Doe", email: "johndoe@example.com", skills: [{ language: "C#", framework: "ASP.NET" }, { language: "React", framework: null }] }) {
id
firstName
lastName
email
skills {
language
framework
}
}
}
```
Delete a developer
```graphql
mutation {
deleteDeveloper(id: "<developer id>") {
id
}
}
```
Register a new user
```graphql
mutation {
register(input: { firstName: "John", lastName: "Doe", email: "johndoe@example.com", password: "password123" }) {
token
}
}
```
Login
```graphql
mutation {
login(input: { email: "johndoe@example.com", password: "password123" }) {
token
}
}
```
## Authors
- Amirhossein Malekian
- Max Base
Copyright 2023, Max Base
| This is a GraphQL API for a programmer/developer social network that allows users to view, filter, sort, add, edit, and delete developers based on their programming skills. | graphql,javascript,js,nestjs,node,nodejs,ts,typescript | 2023-05-07T21:04:17Z | 2024-03-29T02:03:56Z | null | 1 | 7 | 31 | 0 | 1 | 3 | null | GPL-3.0 | TypeScript |
kishanjalan11/Moonshine_Digital | main | <h1 align="center"> Moonshine Digital Agency </h1>
<p align="center">
<img src="https://github.com/kishanjalan11/StockG/assets/41429552/154cfda0-1d8f-4db8-b0d5-495872b57391" border="10"/>
</p>
## Introduction
This GitHub repository contains the source code for our Digital Marketing Agency's website. Our website is designed to showcase our expertise in digital marketing, provide valuable information to visitors, and promote our services. You can explore the code, contribute to improvements, or use it as a reference for your own projects. We welcome collaboration and appreciate your interest in our work.
## Tech Stack
- HTML
- CSS
- JavaScript
## Features
- Service pages detailing our digital marketing offerings.
- Contact form for inquiries and collaboration opportunities.
- Blog section for sharing industry insights and updates.
- Admin Side to Control all actions
## Installation
- Clone the repository :
```
git clone https://github.com/kishanjalan11/Moonshine_Digital.git
```
- Change into the project directory :
```bash
cd Moonshine_Digital
```
- Install dependencies :
```bash
npm install
```
## Usage
- Run the development server :
```
npm start
```
- Open your web browser and navigate to :
```
http://localhost:3000
```
## Contributing
Contributions are welcome! If you find any issues or have suggestions, please feel free to create a pull request or submit an issue.
- Fork the project
- Create your feature branch :
```
git checkout -b feature/YourFeature
```
- Commit your changes :
```
git commit -m 'Add some feature'
```
- Push to the branch:
```
git push origin feature/YourFeature
```
- Open a pull request
## Authors
- [@kishanjalan11](https://github.com/kishanjalan11)
- [@kblessmi2001](https://github.com/kblessmi2001)
- [@patil-sandhya](https://github.com/patil-sandhya)
- [@malashriH](https://github.com/malashriH)
| A Digital Marketing Agency Website | css,html,javascript | 2023-05-03T08:58:58Z | 2023-09-14T20:29:00Z | null | 5 | 19 | 44 | 0 | 2 | 3 | null | null | CSS |
sandunwira/Lumina | main | [](https://github.com/teamkoolapps/Lumina)
[](https://github.com/teamkoolapps/Lumina/releases/latest)
[](https://github.com/teamkoolapps/Lumina)
[](https://github.com/teamkoolapps/Lumina/stargazers)
[](https://github.com/teamkoolapps/Lumina/releases)
[](https://sourceforge.net/projects/lumina-app/files)
[](https://github.com/teamkoolapps/Lumina/blob/main/LICENSE)
[](https://github.com/teamkoolapps/Lumina/issues)
[](https://github.com/teamkoolapps/Lumina/commit/main)
**Lumina** is a relaxation app created for Windows. The app uses the **[Tauri](https://tauri.app)** framework, which includes a combination of **[Rust](https://rust-lang.org)** and **[WebView2](https://learn.microsoft.com/en-us/microsoft-edge/webview2)**.
<a href="https://sourceforge.net/p/lumina-app" target="_blank">
<img src="https://sourceforge.net/cdn/syndication/badge_img/3612009/oss-users-love-us-white" width="100px">
</a>
<hr>
### [RELEASES](https://github.com/teamkoolapps/Lumina/releases)
<hr>
### AVAILABILITY
- [x] Windows
- [ ] Linux
- [ ] MacOS
<hr>
### SCREENSHOTS

**`HOMESCREEN`**




<hr>
### FEEDBACK
If you have found any bugs in the client or if you have suggestions, please feel free to reach any of the links below.
- [**GitHub Issue**](https://github.com/teamkoolapps/Lumina/issues)
- [**Email**](mailto:lumina.koolapps@outlook.com)
- [**Twitter**](https://twitter.com/sandunwira)
<hr>
### LICENSE
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fteamkoolapps%2FLumina?ref=badge_large)
<hr>
### CREDITS
- [**Lo-Fi Radio (zeno.fm)**](https://zeno.fm/radio/lofi-hip-hop-radio)
- [**Stephen Dalton - Sleep Stories (youtube.com)**](https://www.youtube.com/@Stephen-Dalton)
- [**Hands-On Meditation - Breathing Exercise (youtube.com)**](https://youtu.be/lEzaFx8k7Ew)
- [**Games - Codepen (codepen.io)**](https://codepen.io/collection/pgOJek)
- [**Location API - Geolocation-DB (geolocation-db.com)**](https://geolocation-db.com)
- [**Icons - FontAwesome (fontawesome.com)**](https://fontawesome.com)
- [**Background Wallpaper (youtube.com)**](https://youtu.be/8_KQCHYEL44)
- [**Quotes API - QuoteGarden (github.com)**](https://github.com/pprathameshmore/QuoteGarden)
<hr>
#### SPREAD THE WORD :)
```
https://github.com/teamkoolapps/Lumina
```
| "Lumina" is a Windows app that helps you to achieve relaxation. The app was created using Tauri | css,html,javascript,rust,tauri,desktop-application,webview | 2023-04-23T11:40:49Z | 2023-11-08T02:20:48Z | 2023-09-17T18:29:21Z | 1 | 0 | 42 | 0 | 1 | 3 | null | MIT | HTML |
ProgramKingAbel/Conference-site- | main | <a name="readme-top"></a>
<div align="center">
<h3><b>Conference Webpage </b></h3>
</div>
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
# π [Junior Achievement Kenya Conference Website] <a name="about-project"></a>
**Junior Achievement Kenya ** is an organization that seeks to narture local young talents with enterprenurial mind. This website gives information about their current state of events, conferences and a general view of their organization.
## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://www.microverse.org/">HTML5</a></li>
<li><a href="https://www.microverse.org/">CSS3</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer">VS CODE Live Server Extension</a></li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **[Mobile Responsive]**
This is the mobile responsive version for now as it is build using the mobile first development approach.
- **[Home Section]**
This is the works area with beautifully customized images and brief description of coming up conferences.
- **[About Section]**
This is the details of event activities.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Live Demo <a name="live-demo"></a>
- [Go to Live site](https://programkingabel.github.io/Conference-site-/)
- [Go to Live site video Demonstration](https://www.loom.com/share/0dee6dd00dd146a0bc8ebe0f43280d72)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Code Editor preferrably Vs Code:
```sh
https://visualstudio.microsoft.com
```
Github Account:
```sh
https://github.com/
```
Npm installed:
```sh
https://nodejs.org/en/download
```
A LiveServer/ Localhost/ VS Code Live Server Extension
A working and up to date Browser
### Setup
Clone this repository to your desired folder:
```sh
git clone command
```
Install this project with:
Linters:
Lighthouse run:
```sh
npm install -g @lhci/cli@0.7.x
```
Webhint run
```sh
npm install --save-dev hint@7.x
```
StyleLint run:
```sh
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Usage
To run the project, open the index.html file on your browser.
### Run tests
To run tests, run the following command:
to check for styling errors:
```sh
npx stylelint "**/*.{css,scss}"
```
To test optimization:
```sh
lighthouse [site url]
```
### Deployment
You can deploy this project using:
Localhost on your computer through a local Server:
```sh
https://www.apachefriends.org/download.html
```
Or:
Github Pages:
```sh
https://pages.github.com/
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π₯ Authors <a name="authors"></a>
π€ **Abel Morara**
- GitHub: [@ProgramKingAbel](https://github.com/ProgramKingAbel)
- Twitter: [@CEOAbel1](https://twitter.com/CEOAbel1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abelmatundamorara-451340250)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Future Features <a name="future-features"></a>
- [ ] **[Add Live project samples]**
- [ ] **[Develop More Dynamic content]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## βοΈ Show your support <a name="support"></a>
If you like this project follow me on Github and give it a star to motivate build more cool staff. Thank you.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank the Microverse Community, My stand up team and coding partners who we work tirelessly to make it possible.
Lots of love and appreciation to [Cindy Shin](https://www.behance.net/adagio07) the [author] of the original [design](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) , in Creative Commons platform.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π License <a name="license"></a>
This project is [MIT](./LICENSE.TXT) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | This website gives information about their current state of events, conferences and a general view of their organization utilizing HTML5, CSS3, ES6-JS, FIGMA | css,html,javascript | 2023-04-27T19:34:52Z | 2023-04-29T12:12:24Z | null | 1 | 1 | 21 | 1 | 0 | 3 | null | MIT | CSS |
fingerprintjs/fingerprint-pro-segment-source-function | main | <p align="center">
<a href="https://fingerprint.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://fingerprintjs.github.io/home/resources/logo_light.svg" />
<source media="(prefers-color-scheme: light)" srcset="https://fingerprintjs.github.io/home/resources/logo_dark.svg" />
<img src="https://fingerprintjs.github.io/home/resources/logo_dark.svg" alt="Fingerprint logo" width="312px" />
</picture>
</a>
</p>
<p align="center">
<a href="https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/actions/workflows/build.yml">
<img src="https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/actions/workflows/build.yml/badge.svg" alt="Build status">
</a>
<a href="https://fingerprintjs.github.io/fingerprint-pro-segment-source-function/coverage">
<img src="https://fingerprintjs.github.io/fingerprint-pro-segment-source-function/coverage/badges.svg" alt="coverage">
</a>
<a href="https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/actions/workflows/release.yml">
<img src="https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/actions/workflows/release.yml/badge.svg" alt="Release status">
</a>
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/:license-mit-blue.svg" alt="MIT license">
</a>
<a href="https://discord.gg/39EpE2neBg">
<img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server">
</a>
<a href="https://fingerprintjs.github.io/fingerprint-pro-segment-source-function/docs/">
<img src="https://img.shields.io/badge/-Documentation-green" alt="Documentation">
</a>
</p>
# Fingerprint Pro Segment Source Function
This Segment [Source function](https://Segment.com/docs/connections/functions/source-functions/) allows you to use [Fingerprint Pro](https://fingerprint.com/) visitor identification data as a data source in Segment. The function receives the data through Fingerprint [webhooks](https://dev.fingerprint.com/docs/webhooks) and normalizes them into Segment [Specs](https://segment.com/docs/connections/spec/). Once your Fingerprint data is inside Segment, you can use it in any of your Segment destinations to detect suspicious activity, prevent fraud or personalize user experiences.
<img src="resource/../resources/segment-overview.png" alt="Screenshot of Segment overview showing Fingerprint Pro as a data source">
## β οΈ Requirements and limitations
### Usage Requirements
- You need to have the Fingerprint Pro [JavaScript agent](https://dev.fingerprint.com/docs/js-agent) installed on your website and configured to send data to Segment. Installing Segment on your website directly is not required.
- Mobile platforms are currently not supported. Reach out to our [support](https://fingerprint.com/support) if you have any questions.
### Development Requirements
When deployed, the source function runs inside Segment's custom [JavaScript runtime](https://segment.com/docs/connections/functions/source-functions/#runtime-and-dependencies). To build and test the source function locally, you need:
- Node 18+
- Typescript 4+
- Playwright for end-to-end tests
## How to set up
### 1. Import the Fingerprint Segment Source Function
1. Log in to your Segment account.
2. Navigate to **Connections** > **Catalog** and switch to the **Functions** tab.
3. Click **New Function**.
4. Select **Source**, then click **Build**.
5. Replace the source code with the [latest Fingerprint Segment source function](https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/releases/latest/download/fingerprint-pro-segment-source-function.js).
6. Click **Configure**, and enter a descriptive name, such as `Fingerprint Pro Source Function`.
7. Optionally, you can add a description and logo of your choice.
8. Click **Create Function**.
You have successfully created a Segment Source Function.
### 2. Create a Segment Source connected to the Fingerprint Source function
Continuing from the previous step (or if you have closed the browser tab, go to **Connections** > **Catalog** > **Functions** > **Fingerprint Pro Source Function**)
1. Click **Connect Source**.
2. Add a descriptive name, for example `Fingerprint Pro visitor identification events`. Optionally, you can put labels of your choice.
3. Click **Continue**, then **Continue** again, a finally **Finish**.
You have successfully created a Segment Source. The source overview page will show you the webhook URL. Keep it handy, you will need it in the next step.
### 3. Configure a Fingerprint webhook to send data to Segment
1. Log in to your Fingerprint account.
2. Go to **App Settings** > **Webhooks**.
3. Click **Add Webhook**.
4. Paste the webhook URL of your Source. (You can always find it in **Segment** > **Connections** > **Sources** > **Your Fingerprint Source** > **Overview** )
5. Optionally, add a description, for example "Segment source". Do not set any authentication.
6. Click **Save**.
7. Click **Send Test Event** and wait for a confirmation that Segment successfully received the test event data. If you do not see the confirmation, check the webhook URL and try again. Sending the test event can take a minute or two.
You have successfully configured a Fingerprint webhook. For every visitor identification event, Fingerprint will now send the identification result to your Segment Source Function.
### 4. Configure the Fingerprint Pro JavaScript Agent on your website
The Segment integration is _not_ enabled by default. Your website must have the Fingerprint JS Agent installed and configured explicitly to use the Segment Integration.
1. If you haven't already, [install the Fingerprint JS Agent](https://dev.fingerprint.com/docs/js-agent) on your website, for example:
```html
<script>
// Load the JavaScript agent
const fpPromise = import('https://fpjscdn.net/v3/your-public-api-key')
.then(FingerprintJS => FingerprintJS.load({ endpoint: 'https://metrics.your-website.com'}))
// Analyze the visitor when necessary.
fpPromise
.then(fp => fp.get())
.then(result => console.log(result.visitorId))
</script>
```
2. Insert a `tag.integrations.segment` object into the options of the JS agent's `get` method to enable your Segment integration. The Segment Source function will ignore identification events received from Fingerprint that do not include the `tag.integrations.segment` object. For more info about `tag` see the [JS agent API Reference](https://dev.fingerprint.com/docs/js-agent#tag).
```javascript
fpPromise.then(fp =>
fp.get({
tag: {
integrations: {
segment: {
/* segment fields */
},
},
},
})
);
```
3. Inside the `segment` object, define [Segment Specs](https://segment.com/docs/connections/spec/), like below:
```javascript
const segmentFields = {
skipIntegration: false,
identify: {
// ... identify spec fields
},
page: {
// ... page spec fields
},
track: {
// ... track spec fields
},
group: {
// ... group spec fields
}
}
```
You can use `identify`, `page`, `group`, and `track` for corresponding Specs. You can use any or all specs in a single request, the Identify Spec is sent even when omitted. You can use `skipIntegration` for skipping the segment integration entirely.
See [How to use](#how-to-use) for more details on each spec.
### Receiving and using the data
Now that the JS Agent and Segment Source are connected, the Specs should be flowing to your segment account as visitors come your website and are identified by Fingerprint Pro.
You can debug the data coming in by going to **Connections** > **Sources** > **Your Fingerprint Source** > **Debugger**.
Set up some [destinations](https://segment.com/docs/connections/destinations/catalog/#security-fraud) to use the data, for example, Google Analytics, Castle, Mixpanel, or others that suit your business needs the best.
## How to use
The Fingerprint Pro Segment Source function creates Specs based on the the [visitor identification result](https://dev.fingerprint.com/docs/js-agent#get-response) and the metadata you pass to the `tag.integration.segment` object.
<details>
<summary>Full Example</summary>
```javascript
fp.get({
tag: {
integrations: {
segment: {
skipIntegration: false,
identify: {
userId: 'your_internal_ID_123456',
traits: {
name: 'Jon Doe',
},
},
page: {
category: 'Account',
name: 'Update Password',
properties: {
path: '/account/password',
referrer: '/account/home',
},
context: {
trial: true,
}
},
track: {
event: 'Plan Updated',
properties: {
currency: 'USD',
value: '19.99'
}
},
group: {
groupId: '0e8c78ea9d97a7b8185e8632',
traits: {
name: 'Fingerprint',
industry: 'Tech',
employees: 110,
},
},
}
}
}
// ... more fields
})
```
</details>
### Identify Spec
The [Identify Spec](https://segment.com/docs/connections/spec/identify/) lets you record who the visitor is and the traits you know about them. You can use the `segment.identify` field to pass your visitor metadata to Segment. This spec is always created based on the visitor identification result, even when you omit the `identify` field.
```javascript
const segment = {
identify: {
userId: '123456',
traits: {
name: 'Jon Doe',
},
},
}
```
This is how fields in the Identify Spec are populated:
| Identify Spec field | Source field in Fingerprint Pro `result` or metadata passed to `segment.identify` |
| ------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `anonymousId` | [`result.visitorId`](https://dev.fingerprint.com/docs/js-agent#visitorid) - Fingerprint `visitorId` |
| `traits.visitorId` | [`result.visitorId`](https://dev.fingerprint.com/docs/js-agent#visitorid) - Fingerprint `visitorId` |
| `traits.createdAt` | [`result.firstSeenAt.subscription`](https://dev.fingerprint.com/docs/js-agent#firstseenat) - time of first visit |
| `userId` | `identify.userId` - your internal user ID |
| `traits` | `identify.traits` - any traits you want to record |
### Page Spec
The [Page Spec](https://segment.com/docs/connections/spec/page/) lets you record whenever a user sees a page of your website, along with any optional properties about the page. It is defined by the `page` field.
```javascript
const segment = {
page: {
category: 'Account',
name: 'Update Password',
properties: {
path: '/account/password',
referrer: '/account/home',
},
context: {
trial: true,
}
},
}
```
This is how fields in the Page Spec are populated:
| Page Spec field | Source field in Fingerprint Pro `result` or metadata passed to `segment` |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `anonymousId` | [`result.visitorId`](https://dev.fingerprint.com/docs/js-agent#visitorid) - Fingerprint `visitorId` |
| `userId` | `identify.userId` - your internal user ID |
| `context.ip` | [`result.ip`](https://dev.fingerprint.com/docs/js-agent#ip) - IP address |
| `context.browserDetails` | [`result.browserDetails`](https://dev.fingerprint.com/docs/webhooks#identification-webhook-object-format) - Browser, OS name and version |
| `context.incognito` | [`result.incognito`](https://dev.fingerprint.com/docs/js-agent#incognito) - Incognito mode |
| `context.confidenceScore` | [`result.confidenceScore`](https://dev.fingerprint.com/docs/js-agent#confidence) - Confidence score |
| `context.requestId` | [`result.requestId`](https://dev.fingerprint.com/docs/js-agent#requestid) - ID of Fingerprint request |
| `properties.url` | [`result.url`](https://dev.fingerprint.com/docs/webhooks#identification-webhook-object-format) - page URL |
| `context` | `page.context` - any context you want to record |
| `properties` | `page.properties` - any properties you want to record |
### Track Spec
The [Track Spec](https://segment.com/docs/connections/spec/track/) is how you record the actions your users perform, along with any properties that describe the action. It is defined by the `track` field.
```javascript
const segment = {
track: {
event: 'Plan Updated',
properties: {
currency: 'USD',
value: '19.99'
}
},
}
```
This is how fields in the Track Spec are populated:
| Track Spec field | Source field in Fingerprint Pro `result` or metadata passed to `segment.track` |
| ---------------- | --------------------------------------------------------------------------------------------------- |
| `event` | `track.event` - the event youβre tracking, required |
| `properties` | `track.properties` - any properties you want to record |
| `anonymousId` | [`result.visitorId`](https://dev.fingerprint.com/docs/js-agent#visitorid) - Fingerprint `visitorId` |
| `userId` | `identify.userId` - your internal user ID |
> :warning: The `event` field is required to create a Track Spec.
### Group Spec
The [Group Spec](https://segment.com/docs/connections/spec/group/) is how you associate an individual user with a group, for example, a company, organization, account, project, or team. It is defined by the `group` field.
```javascript
const segment = {
group: {
groupId: '0e8c78ea9d97a7b8185e8632',
traits: {
name: 'Fingerprint',
industry: 'Tech',
employees: 110,
},
},
}
```
This is how fields in the Group Spec are populated:
| Group Spec field | Source field in Fingerprint Pro `result` or metadata passed to `segment` |
| ---------------- | --------------------------------------------------------------------------------------------------- |
| `groupId` | `group.groupId` - the group ID youβre tracking, required |
| `traits` | `group.traits` - any grouptraits you want to record |
| `anonymousId` | [`result.visitorId`](https://dev.fingerprint.com/docs/js-agent#visitorid) - Fingerprint `visitorId` |
| `userId` | `identify.userId` - your internal user ID |
> :warning: The `groupId` field is required to create a Group Spec.
### Screen Spec
[Screen Spec](https://segment.com/docs/connections/spec/screen/) is currently not supported.
### Skipping the integration
Set `skipIntegration` to `true` to prevent the source function from creating any Specs. Defaults to `false`.
## Support
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/issues). If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com).
## License
This project is licensed under the MIT license. See the [LICENSE](https://github.com/fingerprintjs/fingerprint-pro-segment-source-function/blob/main/LICENSE) file for more info. | The Segment Source function allows you to use Fingerprint Pro visitor identification data as a data source in Segment. The function recieves the data through webhooks and normalizes them into Segment Specs. | audio-fingerprinting,browser,browser-fingerprint,browser-fingerprinting,detection,fingerprint,fingerprinting,fingerprintjs,fingerprintjs-pro,fraud | 2023-04-27T08:31:19Z | 2024-04-05T09:23:44Z | 2023-05-03T10:21:44Z | 15 | 40 | 94 | 0 | 1 | 3 | null | MIT | TypeScript |
M-AminAlizadeh/Awesome-books-collection | master | # π Table of Contents
- [π 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#οΈshow-your-support)
- [π Acknowledgments](#acknowledgments)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
## π Awesome Books Collection <a name="about-project"></a>
Awesome Books Collection is a web app to store your favorite books. The user can
`Add/Read/Update/Delete` (all `CRUD` functionalities) to the collection.
This project was built with vanilla JavaScript with modules (`functional programming`) and a Class (`object-oriented programming`).
I tried to use both approaches to learn how to implement an idea into a digital solution using both of these principles.
For storing data I chose `local storage` the reason was to learn how to store data in it and how to manipulate data
using vanilla JavaScript.
> Desktop screenshots



> Mobile screenshots




## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">
Javascript (modules)
</a>
</li>
<li>
<a href="https://getbootstrap.com/">Bootstrap</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS3</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML5</a>
</li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- Fully responsive
- OOP
- Functional approach (using modules)
- Pretty UI and elegant UX as a side project!
- SPA (single page application)
- Routing system
- CRUD
- Display Date and Time
- Linters (Eslint, Sytlelint, Webhint, Lighthouse)
- GitHub Actions
- Well documented
<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://m-aminalizadeh.github.io/Awesome-books-collection/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
To run this project you'll need:
- [Node js](https://nodejs.org/en)
- [Vscode](https://code.visualstudio.com/) or any other IDE
### Setup
Clone this repository to your desired folder:
```sh
git clone git@github.com:M-AminAlizadeh/Awesome-books-collection.git awesome-books-collection
cd awesome-books-collection
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To start/run the project:
```sh
npm start
```
### Deployment
You can deploy this project using these:
- [GitHub Pages](https://pages.github.com/)
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
**Amin Alizadeh**
- [GitHub](https://github.com/M-AminAlizadeh)
- [LinkedIn](https://www.linkedin.com/in/m-amin-alizadeh/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- Dark/light Theme
- Add backend and DB instead of local storage
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/M-AminAlizadeh/Awesome-books-collection/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project kindly give it a β
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse for the idea behind this and I only tried to implement it.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is under [MIT](./LICENSE) license.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This project is about building a web-app to store your books collection in browser's local storage with CRUD feature. | javascript,spa,bootstrap5,es6-javascript,functional-programming,html-css-javascript,oop,routes,gh-pages,localstorage | 2023-05-02T14:50:43Z | 2024-05-07T13:43:46Z | null | 1 | 3 | 80 | 0 | 0 | 3 | null | MIT | JavaScript |
dkrest1/flight-search-api | main | # FLIGHT SEARCH API
## Description
A flight search API integrated with a third party API [Amadeus] to retrieve flight information and display search results.
## Technologies Used
- Frontend: React, TailwindCSS
- Backend: NodeJS, Express
- Third Party API: Amadeus API
- Mongoose With MongoDB
- Environment-based Configuration
## Design
You can view the design and wireframes of the project on Figma:
- [Click here to view](https://www.figma.com/file/FSC6oEZ85iWekoCO5weufS/Flight-Website?node-id=0%3A1&mode=dev "Flight Search")
## Prequesites
- Node.js(16.x)
- React (18.x)
# Getting Started
1. Clone the Repository:
```bash
$ git clone https://github.com/dkrest1/flight-search-api.git
```
### Frontend
```bash
$ cd client
$ npm run dev
```
### Backend
create a .env file and put in the right credentials
```bash
$ cd server
$ cp .env.sample .env
$ npm run dev
```
### API documentation
http://localhost:3000/api-docs/
| A flight search API integrated with a third party API [Amadeus] to retrieve flight information and display search results implemented with nodejs, and express. | express,javascript,nodejs,react,skyscanner,amadeus,amadeus-api,skyscanner-flight-search | 2023-05-16T19:09:44Z | 2023-10-29T22:00:29Z | null | 5 | 53 | 126 | 0 | 1 | 3 | null | null | JavaScript |
chrisjm/aircraft-radar | main | # π©οΈππ‘ Aircraft Radar
Visualizing aircraft information and position using Web USB and ADS-B aircraft radio frequency and data.

Note: I'm using [RTL-SDR Blog V3 R860 RTL2832U 1PPM TCXO HF Bias Tee SMA Software Defined Radio with Dipole Antenna Kit](https://www.amazon.com/dp/B0BMKB3L47) (not an affiliation link).
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
## Credit
* [Aircraft Radar System SDR Web USB by Charlie Gerard](https://charliegerard.dev/blog/aircraft-radar-system-rtl-sdr-web-usb/)
* [rtlsdr.js](https://github.com/sandeepmistry/rtlsdrjs)
* [mode-s-demodulator](https://github.com/watson/mode-s-demodulator)
* [svelte-maplibre](https://github.com/dimfeld/svelte-maplibre)
* [tailwindcss](https://tailwindcss.com/)
* [daisyUI](https://daisyui.com/)
| Aircraft Radar using JavaScript, Svelte, SDR, and ADS-B | javascript,svelte,sveltekit,ads-b,sdr | 2023-05-07T04:22:07Z | 2023-05-31T15:25:47Z | null | 1 | 0 | 37 | 0 | 0 | 3 | null | null | Svelte |
minhkhuong2404/notion-web | main | # Khuong Lu - Personal Website and Blog







π This is my personal website and blog, built using Next.js, TypeScript, Tailwind CSS, and Notion. The blog posts are managed in Notion, and the website pulls the content from the Notion API at build time.
## Notable Features
- Landing page with customizable background image and hero text
- Blog page with pagination and search functionality
- Separate pages for each blog post
- Dynamically generated RSS feed
- Automatic sitemap generation
- Notion as a CMS for blog content management
- Integration with Giscus for comment section
## Setup & Config
To get started with this project, follow these steps:
To get started with this project, you can clone the repository and install the dependencies:
```bash
git clone https://github.com/minhkhuong2404/notion-web.git
cd howz.dev
npm install
```
Copy the .env file to .env.example:
```bash
cp .env .env.example
```
### Notion Database Setup
You can duplicate the Notion page for database template [here](https://luminhkhuong.notion.site/Blog-Template-d79d594e2dd14a1ab4b0f6b324c1cae8).
Once you have your own duplicate page, you can get the `NOTION_API_KEY` and database IDs needed to run the project. To get your `NOTION_API_KEY`, follow these steps:
1. Go to your [Notion integrations page](https://developers.notion.com/docs/getting-started#step-2-share-a-database-with-your-integration).
2. Click on the "Create new integration" button.
3. Give your integration a name and click the "Submit" button.
4. You'll now see your integration listed on the page. Click on the integration's name.
5. You should now see your integration details page. You can find your `NOTION_API_KEY` under the "Internal Integration Tokens" section.
To add your app into page, folow these steps:
1. Open your duplicated database in Notion.
2. Click on the three dots in the top-right corner of the page.
3. Then you selecting "Add connections" and choosing your app name.
To get the database IDs, follow these steps:
1. Open your duplicated database in Notion.
2. Click on the three dots in the top-right corner of the page.
3. Click on "Copy link URL."
4. You should see the database ID in the URL. It's the long string of characters between the last two forward slashes.
Update the `.env` file with your `NOTION_API_KEY` and the database IDs for your settings, navigation, footer, and posts databases. Use the `.env.example` file as a guide.
### Giscus Setup
To enable commenting functionality using Giscus, you need to set up a repository and obtain a repository ID. You can find more information on the [Giscus website](https://giscus.app/).
1. Sign up for a Giscus account and create a new site.
2. Choose the "GitHub Discussions" option as your comment platform.
3. Configure your site by providing your GitHub repository information and choosing a category name.
4. In your `.env` file, add the following variables with the values for your Giscus site:
```env
GISCUS_REPO=username/repository
GISCUS_REPO_ID=repository-id
GISCUS_CATEGORY=category-name
GISCUS_CATEGORY_ID=category-id
```
### Running the Project
To run the project, you can use the following command:
```bash
npm run start:all
```
The project will be available at [http://localhost:3000](http://localhost:3000).
| π π My blog posts which is written using Notion templates π₯π₯ | blog,notion,javascript,nextjs,nextjs13,tailwindcss,typescript | 2023-04-28T14:37:46Z | 2023-09-01T00:54:51Z | 2023-05-01T16:49:57Z | 1 | 0 | 11 | 0 | 0 | 3 | null | MIT | TypeScript |
izhar100/Apka-market | main | # Apka Market - a fully function Fruits and Vegetables selling application
deployed link: https://apka-market.vercel.app/
# pages
User Side
1. Splace Screen
2. Login/SignUp page
3. Home Page
4. Product Page
5. Favorite Page
6. Cart Page
7. Order Page
Admin
1. Add product
2. Delete Product
3. Update Product
# Tech Stacks
- React
- Chakra ui
- Tailwind css
- Styled components
- JSON-Server (Deployed on Cyclic)
# Snapshots
Splace screen

Home Page

Product page

Login/Signup

Favorite Page

Cart Page

Order Page

| "Apka Market": Fresh fruits and vegetables at your fingertips. Powered by React, Chakra UI, Tailwind CSS, and more. Convenient, intuitive, and visually stunning. Experience the joy of nature's bounty. | react,reactjs,chakra-ui,javascript,styled-components,tailwindcss | 2023-04-30T04:06:40Z | 2023-08-23T16:28:35Z | null | 6 | 36 | 82 | 5 | 1 | 3 | null | null | JavaScript |
Ranjeet1508/Electon-Ecommerce_website | main | # fantastic-5 | This is an e-commerce website Electon that offers various electronic gadget at discounted prices | css3,html5,javascript | 2023-05-15T17:46:52Z | 2023-05-20T07:02:30Z | null | 4 | 10 | 64 | 0 | 0 | 3 | null | null | JavaScript |
VardyNg/hkid-utils-js | main | [](https://badge.fury.io/js/hkid-utils)

# hkid-utils
A JavaScript toolkit to handle Hong Kong Identity Card (HKID) numbers, validate and generate random HKID numbers.
## Features π€
- Validate HKID number
- Supports brackets! `()`
- No matter what case `aAbC`
- Generate Random HKID
## Installation π¦
```sh
npm install hkid-utils
```
or
```sh
yarn add hkid-utils
```
## [NPM Package π¦](https://www.npmjs.com/package/hkid-utils)
## Usage
```javascript
const hkidUtils = require('hkid-utils');
// Validate HKID number
hkidUtils.validate('G123456(A)'); // true
hkidUtils.validate('aB987654(3)'); // true
hkidUtils.validate('X3459387'); // true
hkidUtils.validate('123(A)4') // false
// Generate random HKID number
hkidUtils.random(); // 'A123456(7)'
```
## Todo β
- Main Features
- [x] Validate HKID number
- [x] Generate random HKID number
- [ ] with "includeBrackets" option
- DevOps
- [x] GitHub Actions pipeline to release package to NPM
- Compatibility
- [x] ES5 (NodeJS)
- [ ] ES6 (Browser)
## Contribution guidelines π
Your contributions are always welcome! Even if it's just a typo or a missing comma, we'll appreciate it.
- Fork the repository π΄
- Create a branch with your feature or bug fix π
- Commit your changes π½
- Create a pull request π§°
| A toolkit for handling Hong Kong ID card number πͺͺ | card,generation,hkid,hongkong,id,indentity,javascript,npm,validation | 2023-05-03T06:42:39Z | 2023-06-12T17:33:44Z | 2023-05-14T17:43:43Z | 1 | 9 | 84 | 0 | 0 | 3 | null | MIT | TypeScript |
mikaelmonteirodev/code-surfer-project | main | > Este tutorial Γ© pΓΊblico e estarΓ‘ em atualizaΓ§Γ£o constante!. [Como contribuir?](#contribuiΓ§Γ΅es)
# Como iniciar meu projeto em Code-Surfer?
Este README tem a intenΓ§Γ£o de servir como tutorial. E nele, iremos aprender como instalar as dependΓͺncias necessΓ‘rias para construirmos nosso projeto com MDX-Deck e Code Surfer.
A princΓpio ele parece grande, pode dar preguiΓ§a, mas vale a pena, pois estΓ‘ bem fΓ‘cil de ler e de executar.
---
## Menu
- [Ambiente de Desenvolvimento](#ambiente-de-desenvolvimento)
- [Lista de Ferramentas](#ferramentas-que-iremos-utilizar)
- [Node.js](#nodejs)
- [NVM ou ASDF](#nvm-ou-asdf)
- [NVM](#nvm)
- [ASDF](#asdf)
- [NPM](#npm)
- [MDX-Deck e Code Surfer](#mdx-deck-e-code-surfer)
- [MDX-Deck](#mdx-deck)
- [Code Surfer](#code-surfer)
- [Instalando o MDX-Deck + Code Surfer](#instalando-o-mdx-deck--code-surfer)
- [ContribuiΓ§Γ΅es](#contribuiΓ§Γ΅es)
- [LicenΓ§a](#licenΓ§a)
---
## Ambiente de Desenvolvimento
Para construirmos nosso projeto precisamos ter algumas ferramentas Γ nossa disposiΓ§Γ£o. E ter as ferramentas adequadas significa ter o ambiente de desenvolvimento preparado para executar nosso projeto.
### Ferramentas que iremos utilizar:
- Node.js (versΓ£o 14.5.0)
- NVM ou ASDF
- NPM
- MDX Deck
- Code Surfer
- VS Code
<br>
Escolha um diretΓ³rio dentro da sua mΓ‘quina para executar o projeto e os comandos que serΓ£o informados aqui neste tutorial.
VocΓͺ pode usar o diretΓ³rio onde se encontram seus outros projetos, pois quando iniciarmos este novo projeto com Code Surfer ele criarΓ‘ uma nova com seu nome.
Acesse pelo terminal o diretΓ³rio escolhido (Seja do Windows, Linux ou IOS) e vamos para a instalaΓ§Γ£o de cada um deles.
[Menuπ](#menu)
---
### Node.js
Para que o projeto com Code Surfer e MDX-Deck funcione perfeitamente, Γ© necessΓ‘rio que vocΓͺ tenha a versΓ£o do Node.js instalado corretamente na sua mΓ‘quina.
Baixe diretamente do site oficial do [Node.js](https://nodejs.org/dist/v18.16.0/node-v18.16.0-x64.msi). Ou, para instalar manualmente pelo terminal do linux, digite o seguinte comando:
```
sudo apt-get install nodejs
```
ApΓ³s terminar a instalaΓ§Γ£o, confira a versΓ£o instalada com o seguinte comando:
```
node -v
```
<br>
#### Importante!!!
**_O projeto com Code Surfer e Mdx-Deck funciona melhor com as versΓ΅es mais antigas do Node.js como, por exemplo, a versΓ£o 14.5.0._**
E agora?!
Agora devemos utilizar um gerenciador de versΓ΅es, para alterarmos o Node.js para a versΓ£o mais adequada ao projeto. Γ aΓ que entra o NVM ou o ASDF.
[Menuπ](#menu)
---
### NVM ou ASDF
Tanto o NVM quanto o ASDF sΓ£o ferramentas muito ΓΊteis para desenvolvedores que precisam trabalhar com diferentes versΓ΅es de linguagens de programaΓ§Γ£o em um ΓΊnico sistema. Eles permitem que vocΓͺ instale e gerencie vΓ‘rias versΓ΅es de uma linguagem de programaΓ§Γ£o e suas dependΓͺncias, sem precisar se preocupar com conflitos entre as diferentes versΓ΅es instaladas.
<br>
### NVM
O NVM (Node Version Manager) Γ© um gerenciador de versΓ£o para o Node.js. Ele permite que vocΓͺ instale e gerencie vΓ‘rias versΓ΅es do Node.js em um ΓΊnico sistema, e permite alternar facilmente entre as versΓ΅es instaladas. Com o NVM, vocΓͺ pode facilmente instalar diferentes versΓ΅es do Node.js e alternar entre elas usando um ΓΊnico comando no terminal.
Para instalar o NVM no seu sistema Linux ou macOS, vocΓͺ pode seguir os seguintes passos:
1 - Abra o terminal no seu sistema.
2 - Baixe o script de instalaΓ§Γ£o do NVM usando o comando ```curl```:
```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
```
Este comando baixa o script de instalaΓ§Γ£o do NVM diretamente do repositΓ³rio oficial no GitHub e o executa usando o Bash.
3 - ApΓ³s a instalaΓ§Γ£o ser concluΓda, vocΓͺ pode verificar se o NVM foi instalado corretamente digitando o seguinte comando no terminal:
```
nvm --version
```
4 - Agora, vocΓͺ pode usar o NVM para instalar o Node.js em uma versΓ£o especΓfica usando o seguinte comando:
```
nvm install <versΓ£o>
```
No caso deste projeto, para instalar o Node.js na versΓ£o 14.5.0, vocΓͺ deve usar o seguinte comando:
```
nvm install 14.5.0
```
Caso prefira nΓ£o instalar o NVM e sim instalar o ASDF, pule para o prΓ³ximo passo.
<br>
### ASDF
O ASDF (Another System Version Manager) permite que vocΓͺ instale e gerencie diferentes versΓ΅es de linguagens em um ΓΊnico sistema, e permite alternar facilmente entre as versΓ΅es instaladas. ( *[Fonte: DocumentaΓ§Γ£o do ASDF](https://asdf-vm.com/pt-br/guide/getting-started.html)* )
A instalaΓ§Γ£o do ASDF envolve:
1. Instalar as dependΓͺncias;
2. Instalar o nΓΊcleo do asdf;
3. Adicionar o asdf ao seu shell;
4. Instalar um plugin para cada ferramenta que vocΓͺ gostaria de gerenciar;
5. Instalar uma versΓ£o desta ferramenta;
6. Definir uma versΓ£o global e uma versΓ£o local atravΓ©s do arquivo de configuraΓ§Γ£o ```.tool-versions```;
> **VocΓͺ pode tambΓ©m acompanhar o passo a passo da instalaΓ§Γ£o [neste vΓdeo](https://www.youtube.com/watch?v=8W3xaSPjeog).**
#### 1 - Instalando as dependΓͺncias
O ASDF requer principalmente ```git``` & ```curl```. Instale estas dependΓͺncias com o seguinte comando:
```
apt install curl git
```
#### 2 - FaΓ§a o download
Com o comando abaixo faΓ§a o download do ASDF:
```
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3
```
#### 3 - Adicionando ao seu shell
Existem diversas combinaΓ§Γ΅es de shells, sistemas operacionais e mΓ©todos de instalaΓ§Γ£o que podem impactar a configuraΓ§Γ£o. Abaixo, expanda a seΓ§Γ£o que se adeque mais com o seu sistema:
Adicione esta linha ao seu ```~/.bashrc```:
```
. "$HOME/.asdf/asdf.sh"
```
O auto completar deve ser configurado manualmente a partir da adiΓ§Γ£o da seguinte linha ao ```.bashrc```:
```
. "$HOME/.asdf/completions/asdf.bash"
```
Reinicie seu shell para que as mudanΓ§as na variΓ‘vel PATH tenham efeito. Abrir uma nova janela/sessΓ£o de terminal irΓ‘ fazer isso.
#### 4 - Instalando um plugin
Para demonstraΓ§Γ£o, vamos instalar e configurar o Node.js atravΓ©s do plugin ```asdf-nodejs```.
**DependΓͺncias dos plugins**
Cada plugin possui algumas dependΓͺncias, por isso precisamos checar no repositΓ³rio onde elas estΓ£o listadas. Por exemplo, para o ```asdf-nodejs``` sΓ£o:
```
apt-get install dirmngr gpg curl gawk
```
Devemos instalar instalar as dependΓͺncias primeiro, pois alguns plugins exigem algumas aΓ§Γ΅es apΓ³s a instalaΓ§Γ£o.
**Instalando o plugin**
```
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
```
#### 5 - Instalando uma versΓ£o
Agora temos o plugin para o Node.js, nΓ³s podemos instalar uma versΓ£o desta ferramenta.
Podemos ver quais versΓ΅es tΓ£o disponΓveis atravΓ©s do comando ```asdf list all nodejs```, ou uma lista especΓfica de versΓ΅es com ```asdf list all nodejs 14```
#### 6 - Definindo uma versΓ£o
O ASDF executa uma verificaΓ§Γ£o das versΓ΅es das ferramentas a serem utilizadas atravΓ©s do arquivo ```.tool-versions``` presente desde diretΓ³rio atual, atΓ© o diretΓ³rio ```$HOME```. A varredura ocorre no momento em que vocΓͺ executa uma ferramenta que o asdf gerencia.
**VersΓ΅es globais**
Os padrΓ΅es globais sΓ£o gerenciados em ```$HOME/.tool-versions```. Defina uma versΓ£o global para ser utilizada como padrΓ£o nos demais projetos, atravΓ©s do comando:
```asdf global nodejs latest```
```$HOME/.tool-versions``` ficarΓ‘ assim:
```nodejs <versΓ£o desejada>```
**VersΓ΅es locais**
VersΓ΅es locais sΓ£o definidas no arquivo ```$PWD/.tool-versions``` (seu diretΓ³rio atual). Geralmente, serΓ‘ um repositΓ³rio Git para um projeto. Quando estiver no diretΓ³rio desejado, execute:
```asdf local nodejs latest```
```$PWD/.tool-versions``` ficarΓ‘ assim:
```nodejs 14.5.0```
**Setup finalizado!**
A configuraΓ§Γ£o inicial do ASDF foi finalizada π. Agora, vocΓͺ pode gerenciar versΓ΅es do nodejs para o seus projetos. Siga passos semelhantes para cada ferramenta do seu projeto.
O ASDF possui diversos outros comandos para se acustomar ainda, vocΓͺ pode ver todos eles atravΓ©s do comando ```asdf --help``` ou simplesmente ```asdf```.
Agora com a versΓ£o correta do Node.js podemos passar para a prΓ³xima ferramenta que Γ© o NPM.
[Menuπ](#menu)
---
### NPM
O NPM (Node Package Manager) Γ© um repositΓ³rio on-line de pacotes de software Node.js prontos para uso, e Γ© acessado usando o comando "npm" a partir do terminal ou da linha de comando. AlΓ©m disso, ele Γ© capaz de gerenciar as dependΓͺncias de um projeto, permitindo que os desenvolvedores especifiquem quais pacotes ou bibliotecas o projeto precisa para ser executado corretamente.
**O NPM Γ© instalado automaticamente com o Node.js.** Portanto, se vocΓͺ jΓ‘ tiver o Node.js instalado em seu sistema, o NPM jΓ‘ estarΓ‘ disponΓvel.
Mesmo assim, sΓ³ para ter certeza, vocΓͺ pode verificar se a sua mΓ‘quina estΓ‘ com o NPM instalado corretamente, digitando o seguinte comando no terminal:
```
npm -v
```
[Menuπ](#menu)
---
### MDX-Deck e Code Surfer
MDX-Deck e Code Surfer sΓ£o duas bibliotecas de cΓ³digo aberto que permitem criar apresentaΓ§Γ΅es interativas usando React e MDX.
### MDX-Deck
Com o MDX-Deck, os usuΓ‘rios podem criar apresentaΓ§Γ΅es com componentes React personalizados e utilizar a sintaxe de Markdown para formatar o conteΓΊdo.
O MDX-Deck Γ© altamente configurΓ‘vel e fornece recursos para personalizar a aparΓͺncia e o comportamento das apresentaΓ§Γ΅es. Ele tambΓ©m suporta temas personalizados e Γ© fΓ‘cil de usar para iniciantes, enquanto ainda oferece recursos avanΓ§ados para usuΓ‘rios experientes.
Alguns dos recursos do MDX-Deck incluem a capacidade de criar transiΓ§Γ΅es personalizadas entre os slides, incorporar cΓ³digo ao vivo e suporte para apresentaΓ§Γ΅es em tela cheia. Com o MDX-Deck, Γ© possΓvel criar apresentaΓ§Γ΅es profissionais e envolventes em pouco tempo.
### Code Surfer
Code Surfer Γ© uma biblioteca de apresentaΓ§Γ£o de programaΓ§Γ£o, criada pelo incrΓvel desenvolvedor @pomber, que permite incorporar cΓ³digo ao vivo nas apresentaΓ§Γ΅es e visualizar os resultados em tempo real. Ele Γ© altamente configurΓ‘vel e suporta diferentes temas, apresentaΓ§Γ΅es em tela cheia, gravaΓ§Γ£o de apresentaΓ§Γ΅es em vΓdeo e muito mais.
### Instalando o MDX-Deck + Code Surfer
Com as ferramentas anteriores devidamente instaladas, nΓ³s temos agora um ambiente local organizado para iniciar nosso projeto.
Ainda dentro do seu diretΓ³rio escolhido, digite o seguinte comando no terminal:
```
npm init code-surfer-deck nome-do-seu-projeto
```
Substitua _**"nome-do-seu-projeto"**_ pelo nome do seu projeto.
Com o cΓ³digo acima digitado, o MDX-Deck e o Code Surfer irΓ£o criar as dependΓͺncias do seu projeto com os arquivos e pastas necessΓ‘rios para que vocΓͺ possa rodar a sua apresentaΓ§Γ£o.
Quando a instalaΓ§Γ£o terminar, acesse a pasta do seu novo projeto pelo terminal com o comando:
```
cd nome-do-seu-projeto
```
Antes de rodarmos o projeto com o prΓ³ximo cΓ³digo, Γ© necessΓ‘rio fazer mais um procedimento: Incluir arquivo ```.tool-versions``` na raiz do projeto. Este arquivo vai definir a versΓ£o do node.js que estΓ‘ sendo usada.
Para isso, dentro do diretΓ³rio do seu projeto, digite:
```
code .
```
Este comando vai abrir seu projeto dentro do **VSCode**. E por ele mesmo vocΓͺ criar o arquivo ```.tool-versions```.
ApΓ³s criado, abra o arquivo e digite o texto ```Nodejs 14.5.0``` que Γ© a versΓ£o do node.js que serΓ‘ usado no projeto.
Depois disso salve seu projeto e continue o prΓ³ximo passo.
Agora Γ© hora de rodar o projeto! Digite no terminal o seguinte comando:
```
npm start
```
O comando ```npm start``` vai rodar seu projeto e abrirΓ‘ uma janela no navegador mostrando uma apresentaΓ§Γ£o de slides de demonstraΓ§Γ£o, feita com MDX-Deck e Code Surfer.
Pronto! Agora projeto estΓ‘ preparado para receber sua apresentaΓ§Γ£o. E ela deve ser preparada no arquivo principal, chamado ```deck.mdx```.
Para saber todas as funcionalidades do Code Surfer acesse https://codesurfer.pomb.us e use a criatividade.
[Menuπ](#menu)
---
### ContribuiΓ§Γ΅es
Este tutorial Γ© pΓΊblico e estarΓ‘ sempre aberto para contribuiΓ§Γ΅es.
Caso vocΓͺ queira dar uma sugestΓ£o, fazer uma reclamaΓ§Γ£o ou me pagar um cafΓ©, crie uma *issue* contendo as informaΓ§Γ΅es sugeridas que ela serΓ‘ analisada como contribuiΓ§Γ£o.
Aqui estΓ£o os atuais contribuidores deste projeto:
[](https://github.com/mikaelmonteirodev/code-surfer-test/graphs/contributors)
[Menuπ](#menu)
---
### LicenΓ§a
[LicenΓ§a MIT](https://github.com/mikaelmonteirodev/code-surfer-project/blob/main/LICENSE)
[Menuπ](#menu)
| Este README tem a intenΓ§Γ£o de servir como tutorial. E nele, iremos aprender como instalar as dependΓͺncias necessΓ‘rias para construirmos nosso projeto com MDX-Deck e Code Surfer. | code-surfer,javascript,mdx,mdx-deck,reactjs,npm,nodejs | 2023-05-04T01:34:00Z | 2023-07-21T01:24:26Z | null | 1 | 17 | 71 | 0 | 0 | 3 | null | MIT | MDX |
CSFelix/extract-text-from-images | main | <h1 align="center">π Image Text Extractor π</h1>
<p align="center"><i>Extract text from images</i></p>
<br />
<p align="center"><a href="https://csfelix.github.io/extract-text-from-images/" target="_blank">DEMO</a></p>
----
<h2 id="project">β Project</h2>
> Simple `HTML`, `CSS` and `Javascript` project to extract text from images;
> Javascript must be enabled on browser.
----
<h2 id="reach-me">π« Reach Me</h2>
> Email: csfelix08@gmail.com
> Linkedin: [linkedin.com/in/csfelix/](https://linkedin.com/in/csfelix/)
> Portfolio: [CSFelix.io](https://csfelix.github.io)
> Kaggle: [DSFelix](https://www.kaggle.com/dsfelix)
| π Extract Texts from Images π | css,css3,data-science,deep-learning,html,html5,javascript,js,machine-learning,tesseract | 2023-04-27T23:48:13Z | 2023-04-30T00:45:43Z | null | 1 | 4 | 9 | 0 | 1 | 3 | null | MIT | JavaScript |
MichiganDataScienceTeam/website-redesign | main | # [MDST Website](https://michigandatascienceteam.github.io/website-redesign/)
This website was is designed with a few core criteria
- Modern and professional design
- Easy to edit and maintain without changing the code
## How to Contribute
### Cloning the Git Repository
1. Clone the Git repository by running the following command in your terminal:
```bash
git clone <repository-url>
```
2. Checkout a branch to make changes to website without effect main branch. You can use this command to create a new branch and check it out.
```bash
git checkout -b <branch-name>
```
### Installing Dependencies
1. Navigate to the cloned repository's directory using the `cd` command:
```bash
cd <repository-name>
npm install
```
### Starting the Development Server
1. Start the development server by running the following command:
```bash
npm run dev
```
2. Open your web browser and visit [http://localhost:3000](http://localhost:3000) to view the locally running Next.js app. The app should automatically reload when you make changes
### Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
## What to Edit
This project is designed to highly customizable without digging into the code.
### Change the Homepage
the file `config/homepage.json` defines the "Recent Projects" section. This should be limited to 3 items.
```json
[
{
"name": "name of project",
"description": "short description of project",
"image": "image.png",
// this file should exsist in the directory
// public/images/sponsors/
"link": "/projects/group/name_of_file"
// path of project file without file extension
// its under
// public/
}, ...
]
```
the file `config/sponsors.json` defines the sponsor section of the homepage. More details are under [Change Sponsors](#change-our-sponsors) section.
### Change Projects
The projects page is rendered based on the `public/projects` folder. The sub folders within `public/projects` create sections for the different projects and the name of the folder is rendered to the site without "\_". For every file .pdf and .md file within these sub folders a page is generated and the link is displayed on the projects paged as the name of the file wihtout the extension and "\_"s.
### Change Resources page
The main content of this page is rendered markdown from the `config/resources.md`
### Change Our Team
the file `config/ourteam.json` defines the team members that show up on the team page.
```json
[
{
"groupName": "name of the group",
"description": "short description of the group's roles",
"members": [
{
"name": "name of team member",
"title": "org title for this team member",
"image": "image.png",
// this file should exsist in the directory
// public/images/team/
"linkedin": "link to their linkedin (optional)",
"github": "link to their github (optional)",
}, ...
]
}, ...
]
```
### Change Our Sponsors
the file `config/sponsors.json` defines how sponsors will be rendered on the site. The first element in the list will be displayed on the homepage. Every element will be displayed on the sponsors page in the order its listed in the array.
The file should follow this format
```json
[
{
"tier": "first sponsor tier",
"sponsors": [
{
"name": "name of sponsor",
"link": "website link",
"image": "image.png"
// this file should exsist in the directory
// public/images/sponsors/
}, ...
]
}, ...
]
```
### Change Join page
The main content of this page is rendered markdown from the `config/join.md`
### Change contact
TODO
## Technologies Used
This website is a [Next.js](https://nextjs.org) app that statically generates pages that are then deployed to Github Pages Via Github actions.
Styling is done with [Tailwind.css](https://tailwindcss.com/)
Icons are done with Ionicons 4 through [React-Icons](https://react-icons.github.io/react-icons/icons?name=io)
Fonts are done with Next.js and [Google Fonts](https://nextjs.org/docs/pages/building-your-application/optimizing/fonts)
| The homepage for the Michigan Data Science Team | data-science,javascript,mdst,nextjs,university-of-michigan | 2023-05-02T22:42:20Z | 2024-05-21T00:45:29Z | null | 11 | 68 | 230 | 1 | 0 | 3 | null | null | JavaScript |
mrcbq/awesome-books | main | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π Awesome Books <a name="about-project"></a>
**Awesome Books** is a Books list web application
This project is a basic website that allows users to add books to a list. The books list is store locally. So you can close your browser and when you open it again you will still have you books list.
## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://HTML.org/">HTML</a></li>
<li><a href="https://css.org/">CSS</a></li>
<li><a href="https://javascript.org/">JavaScript</a></li>
</ul>
</details>
<!-- <details>
<summary>Server</summary>
<ul>
<li><a href="https://expressjs.com/">CSS</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="https://www.postgresql.org/">JavaScript</a></li>
</ul>
</details> -->
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Use local Storage**
- **Save a list of books**
- **Allow eliminate one selected Book**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## π Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://mrcbq.github.io/awesome-books/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
* Only clone the repo and run in your local
### Setup
Clone this repository to your desired folder:
https://github.com/mrcbq/awesome-books.git
### Install
<!-- Install this project with: -->
Clone this repository to your desired folder:
https://github.com/mrcbq/awesome-books.git
### Usage
To run the project, execute the following command:
git clone https://github.com/mrcbq/awesome-books.git
### Run tests
To run tests, run the following command:
No implemented yet.
### Deployment
You can deploy this project using:
GH Pages, publish the branch in git Hub pages
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ **Author1**
- GitHub: [@mrcbq](https://github.com/mrcbq)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
π€ **Author2**
- GitHub: [@Juan Diego](https://github.com/JuanDiegoGuerra)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] **Use Classes**
- [ ] **Add Navigation**
- [ ] **Add Contact**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project...
Please give a β to the repo and follow us
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
<!-- ## β FAQ (OPTIONAL) <a name="faq"></a>
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
<p align="right">(<a href="#readme-top">back to top</a>)</p> -->
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p> | Library web app with JavaScript vanilla, permits search and remove books from your list of awesome books. Built with JavaScript for generate almost all the HTML and CSS | css,html,javascript | 2023-04-24T15:50:11Z | 2023-04-27T19:59:59Z | null | 2 | 3 | 52 | 0 | 0 | 3 | null | MIT | JavaScript |
qmhc/event-modifier | main | <h1 align="center">Event Modifier</h1>
<p align="center">
Help you quickly modify event via chain apis
</p>
<p align="center">
<a href="https://www.npmjs.com/package/event-modifier" target="_blank">
<img src="https://img.shields.io/github/package-json/v/qmhc/event-modifier" alt="npm version"/>
</a>
</p>
## Usage
Modifiers:
```ts
// Also a shortcut alias 'em'
import { eventModifier } from 'event-modifier'
function listener() {
// do something
}
eventModifier()
.stop()
.prevent()
.keys('Enter', 'Space')
.apply(listener)
```
Create custom guards:
```ts
import { em, createGuard } from 'event-modifier'
createGuard('stopOthers', e => e.stopImmediatePropagation())
// for inferring type
declare module 'event-modifier' {
interface CustomModifier {
stopOthers: () => this
}
}
// use
em().stopOthers()
```
## Inspiration
```vue
<template>
<div
tabindex="0"
@click="handle"
@keydown.tab="handle"
@keydown.enter.stop="handle"
@keydown.space.stop.prevent="handle"
></div>
</template>
<script setup>
function handle() {
// do something
}
</script>
```
Pretty good.
```tsx
function handle() {
// do something
}
function keyHandle(event: KeyboardEvent) {
const key = event.code || event.key
switch (key) {
case 'Tab': return handle()
case 'Enter':
event.stopPropagation()
return handle()
case 'Space':
event.stopPropagation()
event.preventDefault()
return handle()
}
}
function render() {
return (
<div tabindex={'0'} onClick={handle} onKeydown={keyHandle}></div>
)
}
```
Lots of template code, Sad.
## Route
Maybe decorator?
## License
All in [MIT](./LICENSE.md) license.
| A lib for quickly add event modifiers. | component,html,javascript,react,toolkit,typescript,vue | 2023-05-05T14:49:58Z | 2023-05-07T11:16:35Z | 2023-05-07T11:12:17Z | 1 | 0 | 5 | 0 | 0 | 3 | null | MIT | TypeScript |
AzwarKusumah/ryukomik | master | # RYUKOMIK | Baca Komik
A simple manga read web, based on NextJS
## Website View

## API Source
This project using public api from [KatowProject](https://github.com/KatowProject/komikato_py)
## Features
- Read Manga with no ads
- Bookmarked your manga
- Detail Comic
- Japan Comic (Manga)
- Korean Comic (Manhwa)
- Chinese Comic (Manhua)
## Requirements
- NodeJS (V18 or higher)
## Installation on Localhost
1. clone the repository
2. type `npm install` for downloading dependencies (Node modules)
3. run `npm run dev` or `yarn dev` for run on your localhost
## Installation on Vercel
1. fork the repository
2. Open [Vercel Platform](https://vercel.com/) for more details, you can check [Documentation](https://nextjs.org/docs/pages/building-your-application/deploying)
| Manga Read app based on NextJS | anime,javascript,manga,manga-reader,manhwa,nextjs,react,reactjs,reader,bootstrap | 2023-05-03T20:03:27Z | 2023-06-06T01:41:37Z | null | 2 | 4 | 28 | 0 | 5 | 3 | null | null | JavaScript |
pranita09/plantique-v1 | main | # Plantique Store
[Plantique](https://plantique-v1.netlify.app/) - An E-Commerce website for serene and lovely plants.
https://github.com/pranita09/plantique-v1/assets/66015794/6a76a911-71ff-4ef2-b3ec-d64482a99f89
## How to install and run locally?
```
$ git clone https://github.com/pranita09/plantique-v1.git
$ cd plantique-v1
$ npm install
$ npm start
```
## Features -
- Landing page with a list of featured categories
- Product listing page
- Filter and sort products functionalities
- Search product functionality
- Individual product page
- Cart Managment
- Wishlist managment
- Address management
- Order management
- Checkout page
- Payment gateway integration
- Authentication:
- User Signup
- User Login
- logout page
- Error Page
- Toast and Loaders
- Responsive
## Built with -
- React JS
- React Context API + useReducer
- React Router v6
- Vanilla CSS
- MUI Icons
- Razorpay payment gateway
- React Hot Toast
### Backend
- Backend Repository: [https://github.com/pranita09/plantique-backend](https://github.com/pranita09/plantique-backend)
| Plantique is an e-commerce app that stores various plants that can be showcased and sold online. It has features like cart management, wishlist management, payment integration and primary feature that are required in an e-commerce app. | javascript,axios,ecommerce,react,react-router | 2023-05-14T18:15:09Z | 2023-09-22T20:50:40Z | null | 1 | 9 | 150 | 0 | 1 | 3 | null | null | JavaScript |
AlirezaKJ/Font-Explorer | master | # Font-Explorer <a href="https://www.buymeacoffee.com/alirezakj" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-red.png" alt="Buy Me A Coffee" style="height: 30px !important;width: 100px !important;" ></a><a href="https://fontexplorer.net" style="color: black; font-size: 20px; margin: 0 10px; padding: 5px 20px; background: lightgray; border-radius: 5px;" target="_blank"> .net</a>
a simple web application to watch and compare each font with different styles and decorations
## Overview
Font Explorer is a tool that facilitates designers, typographers, and front-end developers to view and compare diverse fonts, whether they are local or provided by Font Explorer. This software is an open-source project, which means users can contribute to its development and report any issues they encounter while using it. Users can view fonts in various styles, including condensed and italic modes, small caps, and different weights. Moreover, changing the weight of one text content automatically changes others as well, making it easier for users to experiment with different font styles.
To access local fonts installed on a user's computer, users can simply rename the font title in the opened font tab to the name of the locally installed font. This feature provides users with a hassle-free experience when viewing local fonts, thus making the software more efficient and user-friendly.
In addition, the glyph section of the font tab provides access to a wide range of glyphs, including Latin lowercase, Latin uppercase, Greek lowercase, Greek uppercase, Cyrillic lowercase, Cyrillic uppercase, Hebrew, numbers, common Latin, punctuation, and currency symbols. This feature is particularly useful for designers and typographers who need to access different glyphs for their work.
Fonts provided by Font Explorer are variable fonts and open source, included in the Google and Adobe font libraries. Most of them are licensed under the SIL Open Font License (OFL) and Apache License, Version 2.0. This means that users can use and modify these fonts for personal and commercial use without any legal issues.
Therefore, Font Explorer is a powerful tool that provides designers, typographers, and front-end developers with a range of features and functions to facilitate their work with fonts. With its open-source nature, users can contribute to its development and make it even better for future users.
| a simple web application to watch and compare each font with different styles and decorations | css,font,fonts,front-end,html,javascript,js,web,webapp,website | 2023-05-16T00:23:55Z | 2023-08-24T03:54:07Z | null | 1 | 0 | 24 | 0 | 0 | 3 | null | null | HTML |
clarkio/vscode-authentication-twitch | main | <div align="center">
# Twitch Authentication Provider for VS Code
[](https://snyk.io/test/github/clarkio/vscode-authentication-twitch)
[](https://discord.gg/xB95beJ)
[](https://twitch.tv/clarkio)
[](https://github.com/clarkio/vscode-authentication-twitch/actions/workflows/ci.yml)
[](https://twitter.com/intent/follow?screen_name=_clarkio)
</div>
An extension that enables OAuth implicit flow with Twitch from Visual Studio Code. It can be depended upon from other extensions and enable your users to authorize access to their Twitch account for your extension.
## Clarkio
This VS Code extension was built with π live on stream with the programming community. Come and hang out with us over on Twitch and YouTube!
> https://twitch.tv/clarkio
> https://youtube.com/clarkio
## Prerequisites/Requirements
- Need to create an app for your extension in the [Twitch Dev Console](https://dev.twitch.tv/console/apps)
- In the management view of your app in the Twitch Dev console be sure to add `http://localhost:40475/` (\*note the trailing `/` ) to your OAuth Redirect URLs
- Get the Client ID string that Twitch provides for your application and save it somewhere. You will need it later in your extension code.
## Getting Started
1. Update your extension `package.json` with the following:
```json
"extensionDependencies": [
"clarkio.vscode-twitch-authprovider"
],
```
2. Then to initiate an authenticated session in your extension you'll need to use the following code:
```javascript
const twitchSession = await vscode.authentication.getSession(
"twitch", // Always use this as it identifies the authentication provider to use
["TWITCH_CLIENT_ID:<your-client-id>", "chat:read", "chat:edit"], // The Twitch API scopes you wish to request permission for from the user.
{ createIfNone: true } // An option that will create a new session if one isn't already found
);
```
> β As part of the scopes you need to provide your Twitch App Client ID as a separate "scope" using the following convention: "TWITCH_CLIENT_ID:\<your-client-id>" β
3. After you have successfully create an authenticated session `twitchSession` will consist of the following that you can use how you choose:
```json
{
"id": "A string of a unique identifier for the authenticated session",
"accessToken": "A string representing the Twitch provided token for the user that authorized your extension/app",
"account": {
"id": "A string of a unique identifier for the user account",
"label": "A string of the human readable user name"
},
"scopes": "An array of strings for the scopes associated with the authenticated session"
}
```
## Licenses
- The software code is licensed under the MIT License.
- Some software code is adapted from Microsoft's GitHub Authentication provider Visual Studio Code extension and is licensed under the MIT License as well. See the `licenses/LICENSE-MIT-Microsoft` file and the `NOTICE` file for more details.
- The account-cowboy-hat image used in this project is licensed under the Apache License 2.0. See the `licenses/LICENSE-APACHE` file and the `NOTICE` file for more details.
## Release Notes
See [CHANGELOG.md](CHANGELOG.md)
| Twitch Authentication Provider for VS Code | authentication,javascript,nodejs,twitch,typescript,visual-studio-code,vscode,vscode-extension | 2023-05-08T00:48:12Z | 2024-01-10T02:47:25Z | 2024-01-10T02:47:25Z | 4 | 12 | 63 | 0 | 3 | 3 | null | MIT | TypeScript |
elmurodvokhidov/api-crud | 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)
| API yordamida qilingan oddiy CRUD loyiha #practice | bootstrap5,css3,html5,javascript,reactjs,api | 2023-05-08T07:54:32Z | 2023-05-08T08:27:18Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | JavaScript |
mukhammadxuja/avr.studio | main | ### avr.studio
<video width="100%" src="./src/assets/videos/example-video.mp4" alt="avr.studio - example video" />
| Personal portfolio | html5,gsap,javascript,tailwindcss,portfolio,portfolio-website | 2023-05-07T11:36:58Z | 2024-01-23T06:50:20Z | null | 1 | 0 | 108 | 0 | 0 | 3 | null | Apache-2.0 | HTML |
javizaleta/sound-galaxy | main | # π§ Sound Galaxy




Visualize sound by making particles move in a galaxy.
## About
[Sound Galaxy](https://sound-galaxy.vercel.app/) is a small `.mp3` music visualizer created with HTML and JavaScript with the `P5.js` library.

## Motivations
I made this project as part of the Hack Club [Sound Galaxy](https://workshops.hackclub.com/sound_galaxy/) workshop to improve my coding skills, which I later enhanced with new features of my own.
<a href="https://hackclub.com/"><img style="position: absolute; top: 0; left: 10px; border: 0; width: 256px; z-index: 999;" src="https://assets.hackclub.com/flag-orpheus-left.svg" alt="Hack Club"/></a>
## Contributing
This project is **_not_ accepting major contributions** as it is personal. However, if there is an issue β like a spelling or grammatical error, a visual bug, or other kinds of weird things happening β please feel free to [create an issue](https://github.com/j-cordz/sound-galaxy/issues/new).
If you would like to leave comments about the source code β like possible design and code improvements, or other kinds of feedback β please feel free to [create an issue](https://github.com/j-cordz/sound-galaxy/issues/new) too if you wish!
## License
This repository is made open-source with the [MIT License](LICENSE), meaning that you are allowed to modify and distribute the source code as well as use it for private and commercial use provided that the licence and copyright notices are retained. For more information, visit the link above to learn what is permitted by the licence.
| π§ Visualize sound by making particles move in a galaxy | javascript,js,music-visualizer,p5-js,p5js | 2023-04-23T05:20:18Z | 2023-05-04T05:15:55Z | 2023-04-29T02:23:27Z | 1 | 0 | 28 | 0 | 0 | 3 | null | MIT | JavaScript |
AleWaweru/Melody | main | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π Melody <a></a>
<details>
<summary>Client</summary>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **HEADER SECTION**
- **MAIN SECTION**
- **IMAGES**
- **Hidden nav-menu on mobile**
- **JavaScript validation**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## π Live Demo <a name="Live Demo"></a>
>This is a live demo linked for the project
https://www.loom.com/share/79bfa830ad3540bb9072592c753462f4
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
use a browser
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd Melody
git git@github.com:AleWaweru/Melody.git
```
### Install
Install this project with:
Example command:
```sh
no installations required
```
### Usage
To run the project, execute the following command:
Example command:
```sh
not required
```
### Run tests
To run tests, run the following command:
Example command:
```sh
not required
```
### Deployment
You can deploy this project using:
https://alewaweru.github.io/Melody/home.html
Example:
```sh
not required
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ **Author1**
- GitHub: [@githubhandle](https://github.com/AleWaweru/Melody)
- Twitter: [@twitterhandle](https://twitter.com/ngashalex)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/alex-waweru-2b2701180/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] **NAVBAR SECTIONS**
- [ ] **MAIN SECTIONS**
- [ ] **FOOTER SECTIONS**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project you can leave a star to it.
<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 giving us an opportunity to learn more about Front-End Development.
I would also like to thank my coding partners Sonika and Abel for the support toward the completion of this project. I would also want to recognise and appreciate Cindy Shin who is the author of the original design.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
what technology did I use to build the project?
where is the source code for the project?
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./MIT.md)(LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | This is a website project about a musical concert event.it is built dynamically with pages linked from the main page using Javascript. The project was built using JAVASCRIPT, CSS, and HTML technologies. | css,html,javascript | 2023-04-24T09:07:52Z | 2023-04-29T08:45:28Z | null | 1 | 2 | 19 | 1 | 0 | 3 | null | null | CSS |
OranWiriya/medium-clone | main | ## Medium-clone full-stack project app
ΰΉΰΈΰΉΰΈΰΉΰΈΰΈ£ΰΉΰΈΰΈΰΈΰΈΆΰΈΰΈΰΈΰΉΰΈΰΈ full-stack ΰΉΰΈΰΈ’ΰΈΰΈ΅ΰΉΰΉΰΈΰΈ΅ΰΈ’ΰΈΰΈΰΉΰΈ§ΰΈ’ React ΰΉΰΈΰΈ’ΰΉΰΈΰΉ Vite ΰΉΰΈΰΉΰΈ Build-tool ΰΉΰΈΰΈΰΈ²ΰΈ£ΰΈͺΰΈ£ΰΉΰΈ²ΰΈΰΈ«ΰΈΰΉΰΈ²ΰΉΰΈ§ΰΉΰΈΰΉΰΈΰΈ ΰΉΰΈ₯ΰΈ° ΰΈ‘ΰΈ΅ΰΈΰΈ²ΰΈ£ΰΈΰΈ±ΰΈΰΈΰΈ²ΰΈ£ΰΈΰΈ²ΰΈ Backend ΰΈΰΉΰΈ§ΰΈ’ Sequelize, Express.js ΰΈΰΈ³ΰΈΰΈ²ΰΈΰΈ£ΰΉΰΈ§ΰΈ‘ΰΈΰΈ±ΰΈ Database MySQL ΰΉΰΈ₯ΰΉΰΈ§ΰΉΰΈΰΈ·ΰΉΰΈΰΈ‘ΰΉΰΈ’ΰΈ frontend - backend ΰΈΰΉΰΈ§ΰΈ’ axios ΰΉΰΈ₯ΰΈ°ΰΈΰΈΰΉΰΈΰΉΰΈΰΈ«ΰΈΰΉΰΈ²ΰΉΰΈ§ΰΉΰΈΰΉΰΈΰΈΰΉΰΈΰΉΰΈ§ΰΈ’ Tailwind ΰΈ£ΰΉΰΈ§ΰΈ‘ΰΉΰΈΰΈΰΈΆΰΈΰΈ‘ΰΈ΅ΰΈ£ΰΈ°ΰΈΰΈΰΈΰΈ²ΰΈ£ΰΈΰΈ£ΰΈ§ΰΈΰΈͺΰΈΰΈΰΈΰΈ±ΰΈ§ΰΈΰΈ Authentication ΰΈΰΉΰΈ§ΰΈ’ jason-web-token ΰΈΰΉΰΈ²ΰΈ passport.js
*inspire by Realworld project app*
## Tech stack
- Vite.React 18.2.0
- Express.js 4.18.2
- Sequelize 6.31.0
- MySQL 3.2.3
- TailwindCSS 3.3.1
- Axios 1.3.5
## ΰΈΰΈ±ΰΉΰΈΰΈΰΈΰΈΰΈΰΈ²ΰΈ£ΰΈΰΈ΄ΰΈΰΈΰΈ±ΰΉΰΈ
**Frontend**
cd medium-clone
npm init
npm run dev
**backend**
cd medium-clone/backend
nodemon server.js
## ΰΉΰΈΰΉΰΈ²ΰΈ«ΰΈ‘ΰΈ²ΰΈ’ΰΈΰΈ΅ΰΉΰΈΰΈ±ΰΉΰΈΰΉΰΈ§ΰΉΰΈͺΰΈ³ΰΈ«ΰΈ£ΰΈ±ΰΈΰΉΰΈΰΈ£ΰΉΰΈΰΈ£ΰΈ‘
- [x] Authenticate users ΰΈΰΉΰΈ§ΰΈ’ Jason-Web-Token
- [x] CRU- user
- [x] ΰΈ£ΰΈΰΈΰΈ£ΰΈ±ΰΈΰΈΰΈ²ΰΈ£ΰΉΰΈΰΉΰΉΰΈ Username, Firstname, Lastname, Bio, Image, Email
- [x] CRUD Articles
- [x] content ΰΈΰΉΰΈ²ΰΈΰΉΰΈ ΰΈ²ΰΈ’ΰΉΰΈ article ΰΈΰΈ±ΰΉΰΈΰΈΰΈ°ΰΉΰΈͺΰΈΰΈΰΉΰΈΰΈ£ΰΈΉΰΈΰΉΰΈΰΈ Markdown
- [x] CR-D Comments
- [x] Category tags for classify articles
- [x] Favorite articles
- [x] Following users
- [x] ΰΈΰΈΆΰΈΰΈΰΉΰΈΰΈ‘ΰΈΉΰΈ₯ΰΈΰΉΰΈ²ΰΈΰΉ ΰΈΰΈ³ΰΈ‘ΰΈ²ΰΉΰΈΰΈ§ΰΉΰΈΰΈ΅ΰΉΰΈ«ΰΈΰΉΰΈ²ΰΉΰΈ§ΰΉΰΈΰΉΰΈΰΉ
- [x] ΰΈ‘ΰΈ΅ΰΈΰΈ²ΰΈ£ΰΉΰΈ£ΰΈ΅ΰΈ’ΰΈ articles ΰΈΰΈ²ΰΈΰΉΰΈ«ΰΈ‘ΰΉ - ΰΉΰΈΰΉΰΈ²
- [x] ΰΈ‘ΰΈ΅ΰΈΰΈ²ΰΈ£ΰΉΰΈ£ΰΈ΅ΰΈ’ΰΈ pagination list of articles ΰΉΰΈΰΈ’ΰΉΰΈͺΰΈΰΈΰΈ«ΰΈΰΉΰΈ²ΰΈ₯ΰΈ° 3 articles
- [x] ΰΈͺΰΈ²ΰΈ‘ΰΈ²ΰΈ£ΰΈΰΉΰΈ₯ΰΈ·ΰΈΰΈΰΉΰΈͺΰΈΰΈΰΉΰΈΰΈΰΈ²ΰΈ° articles ΰΈΰΈ²ΰΈ‘ tags
- [x] ΰΈͺΰΈ²ΰΈ‘ΰΈ²ΰΈ£ΰΈΰΉΰΈ₯ΰΈ·ΰΈΰΈΰΈΰΈΉΰΉΰΈΰΉ article ΰΉΰΈΰΈ΅ΰΈ’ΰΈ§ΰΉΰΈΰΉ
- [x] ΰΈͺΰΈ²ΰΈ‘ΰΈ²ΰΈ£ΰΈΰΉΰΈ₯ΰΈ·ΰΈΰΈΰΈΰΈΉΰΉΰΈΰΈΰΈ²ΰΈ° article ΰΈΰΈ΅ΰΉΰΉΰΈΰΈ΅ΰΈ’ΰΈΰΉΰΈΰΈ’ user ΰΈΰΈ΅ΰΉΰΉΰΈ£ΰΈ² following ΰΈΰΈ’ΰΈΉΰΉΰΉΰΈΰΉ
- [x] ΰΈͺΰΈ²ΰΈ‘ΰΈ²ΰΈ£ΰΈΰΉΰΈ₯ΰΈ·ΰΈΰΈΰΈΰΈΉΰΉΰΈΰΈΰΈ²ΰΈ° article ΰΈΰΈ΅ΰΉΰΈΰΈ favorite ΰΉΰΈΰΉ
- [x] ΰΈͺΰΈ²ΰΈ‘ΰΈ²ΰΈ£ΰΈΰΉΰΈ₯ΰΈ·ΰΈΰΈΰΈΰΈΉΰΉΰΈΰΈΰΈ²ΰΈ° article ΰΈΰΈ΅ΰΉΰΉΰΈ£ΰΈ²ΰΉΰΈΰΈ΅ΰΈ’ΰΈΰΉΰΈΰΉ
## Develop by
Oran W. - Software Developer
| Medium-clone full-stack project app, created using Vite, React, Express.js, Sequelize, and MySQL. It allows users to create and publish articles, as well as read and interact with articles published by others. | full-stack-web-development,javascript,mysql-database,nodejs,reactjs,tailwindcss,vitejs,web-application | 2023-05-08T09:30:05Z | 2023-05-08T10:40:20Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | MIT | JavaScript |
Akshat111111/foodito | main | # foodito
Foodito is a website for a restaurant, developed using Javascript. The website has an intuitive user interface that enables customers to
navigate through the menu and make reservations with ease. The site is designed with visually rich content and high-quality images of the
restaurant's dishes.
With the ever-increasing use of mobile devices, the website has been designed with a responsive layout that adjusts to fit various screen
sizes, making it accessible and user-friendly on different devices. Customers can access the website from their smartphones, tablets,
laptops, and desktop computers without any compatibility issues.
Foodito's website design is optimized for fast loading times and performance, ensuring that customers do not have to wait for long to
access the website's content.
Furthermore, Foodito's website provides an online menu that is comprehensive and visually appealing, showcasing the restaurant's dishes
with high-quality images. The menu includes various meal options, including appetizers, entrees, desserts, and beverages, providing
customers with a wide selection to choose from.
The website's menu also includes relevant information such as nutritional content, ingredients, and prices, providing customers with
important details about their food choices.
Foodito's website is designed to provide a seamless ordering experience for customers who prefer to order online. The ordering system is
user-friendly, with an easy-to-use interface that enables customers to add items to their cart and select pick-up or delivery option.
| Foodito is a website for a restaurant, developed using Javascript. The website has an intuitive user interface that enables customers to navigate through the menu and make reservations with ease. The site is designed with visually rich content and high-quality images of the restaurant's dishes. | css3,html,javascript | 2023-05-07T15:33:08Z | 2023-05-17T03:57:27Z | null | 2 | 0 | 81 | 0 | 0 | 3 | null | null | JavaScript |
ouharri/eparc | main | # Requirements Specifications
## Introduction
**Objective:** To create a fleet management platform that allows companies to efficiently and in real-time manage their fleet of vehicles as part of an internship.
**Technologies:** Dart and Flutter for the mobile application, PHP Laravel for the backend.
**Target Audience:** Companies with a fleet of vehicles.
## Functionalities
**Secure registration and login for users:**
- The authentication system must be secure and reliable.
- Users must be able to register with their email address and a password.
- Users must be able to log in to the application with their credentials.
**Real-time tracking of the fleet:**
- Users must be able to view the real-time location of each vehicle in the fleet.
- Users must be able to track the travel history of each vehicle.
**Management of information about each vehicle:**
- Users must be able to add, modify, and delete information about each vehicle in the fleet.
- The information to be stored about each vehicle includes the model, year of manufacture, registration, mileage, chassis number, etc.
**Management of drivers:**
- Users must be able to add, modify, and delete information about each driver in the fleet.
- The information to be stored about each driver includes their name, first name, driver's license number, expiration date, etc.
**Planning and tracking of vehicle maintenance and repairs:**
- Users must be able to plan and track necessary maintenance and repairs for each vehicle.
- Users must be able to set automatic reminders for necessary preventive maintenance.
**Management of insurance:**
- Users must be able to add, modify, and delete information about each insurance policy in the fleet.
- The information to be stored about each insurance policy includes the policy number, expiration date, etc.
**Automatic alerts for necessary preventive maintenance:**
- Users must receive automatic alerts when preventive maintenance is necessary for fleet vehicles.
**Generation of reports on fleet and driver performance:**
- Users must be able to generate reports on fleet and driver performance.
- The reports should include information such as mileage, fuel consumption, etc.
**Internal messaging system between users:**
- Users must be able to communicate via an internal messaging system.
## Application Architecture
**Backend:** PHP Laravel with a MySQL database to store data.
- The backend must be developed using PHP Laravel.
- The database must be developed using MySQL.
**Mobile Application:** Dart and Flutter.
- The mobile application must be developed using Dart and Flutter to offer a smooth and user-friendly experience.
**RESTful API:**
- The backend must be developed with a RESTful API so that the mobile application can communicate with the backend.
## Security
- SSL (Secure Sockets Layer)
- The SSL protocol must be used to secure communication between the mobile application and the backend.
- Data encryption
- Sensitive data such as passwords must be encrypted to prevent hacker attacks.
## User Interface
- The user interface must be user-friendly and easy to use for users of all skill levels.
- The user interface must be designed to be compatible with a variety of mobile devices and screen sizes.
## Development and Testing
- Development must be done using industry-standard tools and practices.
- Extensive
| This project is a plattform designed to help users find nearby public restrooms quickly and easily. It uses GPS technology to show the user the closest restroom and provides information on its availability, cleanliness, and accessibility. The app also allows users to rate and review restrooms to help others find the best facilities. | chakra-ui,chartjs,javascript,laravel,pasports,react,restful-api | 2023-05-05T14:41:51Z | 2023-06-14T08:39:21Z | null | 1 | 0 | 66 | 0 | 0 | 3 | null | null | JavaScript |
PrisonBreak8/artur-front-end | main | <h1 align="center"> My Personal Portfolio</h1>
<div align="center">
[](https://github.com/PrisonBreak8/artur-front-end/blob/main/LICENSE) [-brightgreen)](https://prisonbreak8.github.io/artur-front-end/artur-front-end/home.html) [](https://github.com/PrisonBreak8/artur-front-end/tree/main) [](https://github.com/PrisonBreak8/artur-front-end/network/members) [](https://github.com/PrisonBreak8/artur-front-end/issues) [](https://github.com/PrisonBreak8/artur-front-end/pulls)
</div>
## About
- Responsive Personal Portfolio Website Using HTML, SCSS & JavaScript
- I used a template based on WebPack Gulp & npm
- Includes a light and dark mode.
- Compatible with all mobile devices.
- Smooth scrolling in each section.
- Developed first with the desktop methodology,then for mobile.
## Contribution Guidelines
*Do you have any interesting suggestions to make changes to my project*β *Are there any new ideas and implementations*β *You can suggest your version in my project. I will be glad to any ideas*β
βοΈ[Click here](https://github.com/PrisonBreak8/artur-front-end/blob/main/CONTRIBUTING.md) **to set up and contribute to the project**
## Distribute
- [My Personal Portfolio](https://prisonbreak8.github.io/artur-front-end/artur-front-end/home.html)
## Developers
- **Artur Goludev** - [https://github.com/PrisonBreak8](https://github.com/PrisonBreak8)
## Preview
<p align="center">
<img src="https://github.com/PrisonBreak8/artur-front-end/blob/main/readme-assets/hero-prev.png" alt="My CV page preview" width="800" height="450">
</p>
## License
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
#### My Codepen
- See my works and join me [my codepen](https://codepen.io/your-work)
| Personal Portfolio | portfolio-website,gulp,javascript,scss,scss-mixins,scss-modules,webpack,personal-website,html,portfolio | 2023-05-12T09:49:14Z | 2023-09-12T15:13:46Z | null | 2 | 3 | 66 | 0 | 1 | 3 | null | MIT | null |
CSFelix/webcam-picture | main | <h1 align="center">π· Webcam Picture πΈ</h1>
<p align="center"><i>Take pictures with yout webcam</i></p>
<br />
<p align="center"><a href="https://csfelix.github.io/webcam-picture/" target="_blank">DEMO</a></p>
----
<h2 id="project">β Project</h2>
> Simple `HTML`, `CSS` and `Javascript` project to take pictures with your device webcam;
> Also works with laptops' cameras;
> Javascript must be enabled on browser;
> Video and Camera Access must be enabled on browser.
----
<h2 id="reach-me">π« Reach Me</h2>
> Email: csfelix08@gmail.com
> Linkedin: [linkedin.com/in/csfelix/](https://linkedin.com/in/csfelix/)
> Portfolio: [CSFelix.io](https://csfelix.github.io)
> Kaggle: [DSFelix](https://www.kaggle.com/dsfelix)
| π· Take Pictures with your Webcam πΈ | camera,css,easy-webcam,html,html5,material-icons,pictures,webcam,css3,javascript | 2023-04-26T00:09:21Z | 2023-04-30T00:24:06Z | null | 1 | 5 | 11 | 0 | 0 | 3 | null | MIT | JavaScript |
parin-prog/eCommerce_MERN_app | main | # eCommerce_MERN_app :shopping_cart:

### Version 1 :
* The data is stored using MongoDB
* Stripe integration for payment.
* For payment and order information used firestore.
* Yet, Features and improvements required in admin panel.
version 1 is hosted [HERE!](https://ecommerce-mern-app-henna.vercel.app/)
An E commerce platform made using React JS, Redux, MaterialUI, Router, ExpressJS, MongoDB, Firestore, Stripe API (temporarily creating dummy payment gateway).
### The application is composed of the following Features:
## Front-End
* A landing page with animated minimalistic design, with the major categories of items.
* A quick peek page where 5 products of each categories are on display.
* A page with Sign-in and Sign-out components.
* All form related fields are made using reusable components.
* Has a cart feature which opens up and displays the items selected in a summary, also has a checkout button.
* The cart component also allows to edit the contents of the items selected.
* Checkout features are integrated with the appplication.
## Backend
* API Endpoints: Various API endpoints manage CRUD operations for products, categories, users, and more.
* Authentication: Secure Sign-in and Sign-out components ensure user access control through authentication tokens.
* Reusable Components: Form-related fields are designed as reusable components for maintainability and extensibility.
* Cart Management: Users can add and remove items, and update quantities in their shopping cart.
## Payment
* Secure Payments: Stripe API integration enhances the application's payment processing capabilities, providing a secure and reliable payment gateway for online transactions.
* Order Storage: Completed orders are meticulously stored in Firestore, guaranteeing the preservation of order details for future reference and fulfillment.
* Seamless Payment Flow: The Stripe integration ensures a seamless payment flow within the application, allowing users to complete transactions swiftly and securely, enhancing the overall shopping experience.
---
---
### Admin panel [Here](/admin/README.md)
---
---
**SCREENSHOTS:**
---
Landing Page:

---
Product Preview:




---
Sign-in && Sign-Up Page:


Cart Section:

Payment:

---
## Developed With
* [Visual Studio Code](https://code.visualstudio.com/) - A source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring
* [React](https://reactjs.org/) - A javascript library for building user interfaces
* [Create react app](https://create-react-app.dev/) - A quick method to start developing a react application.
* [Babel](https://babeljs.io/) - A transpiler for javascript
* [Webpack](https://webpack.js.org/) - A module bundler
* [MaterialUI](https://mui.com/material-ui/) - A prebuilt comp. provider
* [ExpressJS](https://expressjs.com/) - A web application framework for Node.js.
* [NodeJS](https://nodejs.org/en) - A JavaScript runtime for server-side applications.
* [MongoDB](https://www.mongodb.com/atlas/database) - A NoSQL database system.
* [Firestore](https://firebase.google.com/) - A cloud-based NoSQL database service from Firebase.
* [Stripe](https://stripe.com/) - A payment processing platform for online businesses.
---
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
The following software is required to be installed on your system:
* Node 16.x
* Npm 8.x
Type the following commands in the terminal to verify your node and npm versions
```bash
node -v
npm -v
```
## How to Run
1. **Clone the Repository**: Start by cloning this repository to your local machine.
2. **Backend Setup**:
- Navigate to the backend directory and run `npm install` to install the required backend dependencies.
- Configure the database and environment variables as specified in the backend documentation.
- Run `npm start` to start the server.
3. **Frontend Setup**:
- Navigate to the frontend directory and run `npm install` to install the required frontend dependencies.
- Configure the frontend environment variables as necessary.
- Run `npm start` to launch the frontend.
4. **Access the Application**:
- Visit the application in your web browser at `http://localhost:3000` (by default for the frontend).
- Ensure the backend is running on a different port as specified in your configuration.
Feel free to explore and build upon this project to create a fully functional e-commerce application. For any questions or assistance, please don't hesitate to reach out to us. Happy coding and happy shopping!
| A eCommerce project is a web application for online shopping built using the MERN stack, which includes MongoDB, Express, React, and Node.js. The MERN stack is a popular open-source technology stack for building modern web applications that can handle a large amount of data and user traffic. | css3,expressjs,javascript,material-ui,mongodb,mui-icons,nodejs,reactjs,styled-components,express | 2023-05-07T15:15:10Z | 2023-11-24T07:32:52Z | null | 1 | 2 | 38 | 0 | 1 | 3 | null | Apache-2.0 | JavaScript |
abdelali77/chat-application | master | # Chat Application with Node.js and React.js
This is a simple chat application built with Node.js and React.js. It allows users to chat in real-time with a clean and user-friendly interface.
<a href="https://deepscan.io/dashboard#view=project&tid=19512&pid=24448&bid=753981"><img src="https://deepscan.io/api/teams/19512/projects/24448/branches/753981/badge/grade.svg" alt="DeepScan grade"></a> | null | javascript,nodejs,reactjs | 2023-04-22T14:16:30Z | 2023-09-17T11:49:15Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
Milan-98/Summarizer-AI | main |
# Summarizer-AI
Summarizer-AI is a web application that uses machine learning algorithms to summarize long pieces of text into shorter, more manageable paragraphs. It is built using React, React-Redux, and JavaScript, and the API is powered by Rapid API.
## Features
- Summarizes long pieces of text into shorter, more manageable paragraphs.
- Built using React, React-Redux, and JavaScript.
- API powered by Rapid API.
## Demo
Check out the live demo of the application [here](https://summarizer-ai-nu.vercel.app/).
## Getting Started
To get started, clone the repository to your local machine and navigate to the project directory. Then, install the dependencies using `npm install`.
```
git clone https://github.com/Milan-98/Summarizer-AI.git
cd Summarizer-AI
npm install
```
## Usage
To start the application, run `npm start` from the project directory. This will launch the application in your browser at `http://localhost:3000/`.
```
npm start
```
## Dependencies
The following dependencies are required to run Summarizer-AI:
- `react`
- `react-dom`
- `react-redux`
- `redux`
- `redux-thunk`
- `axios`
These dependencies are automatically installed when you run `npm install`.
## API
Summarizer-AI uses the Rapid API to perform text summarization. You will need to create an account on Rapid API and obtain an API key to use the service.
## Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue.
## License
This project is licensed under the MIT License. See the LICENSE file for more information
date: 21 april 2023 day 130
| Summarizer AI - React & Tailwind based tool for summarizing lengthy documents using NLP algorithms | react,summarization,summary,tailwindcss,redux-toolkit,ai,javascript | 2023-04-22T08:49:34Z | 2023-11-30T06:58:15Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | JavaScript |
luddthree/flask-signup-login | master | *reposted*
python db.py
crud example
-------------------------------
setup video
http://127.0.0.1:5000/
flask run
pip install flask
| null | css,database,flask,html,javascript,login,python,signup,signup-page,sql | 2023-04-25T07:43:05Z | 2023-04-26T06:21:11Z | null | 1 | 0 | 4 | 0 | 0 | 3 | null | null | HTML |
mcc-macca/ititv | main | # itiTV
[](https://app.codacy.com/gh/mcc-macca/ititv/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
itiTV Γ¨ il giornalino scolastico elettronico dell'iti!
Al momento esistono due versione del software:
1. Prima versione : Fatta dalla classe 5X (ITI Copernico - Carpeggiani) A.S. 2020-2021 [DISPONIBILE NELLA CARTELLA ./2020]
2. Seconda versione: Fatta da me (mcc-macca) nell'estate 2022, resa pubblica a fine Aprile 2023.
## Informazioni software
itiTV Γ¨ basato sul software *Macca Computer News System*, venduto con licenza AGPL.
MCNS Γ¨ creato con le seguenti dipendenze:<br>
```txt
-> PHP (7 =<)
-> jQuery (v3.6.4)
-> JavaScript
-> Bootstrap
```
In modo che sia facilmente modificabile da chiunque voglia. <br><br>
IL SOFTWARE VIENE DISTRIBUITO SENZA ALCUNA GARANZIA!!<br>
QUALSIASI UTILIZZO IMPROPRIO E' A PESO DI CHI LO UTILIZZA.<br>
MACCA COMPUTER SI ASTIENE DA QUALUNQUE RESPONSABILITA'.<br>
# TODO
Guardare il file TODO.md
| itiTV - Il giornalino scolastico dell'ITI Copernico Carpeggiani! | javascript,jquery,js,newsystem,php,sql,ititv,maccacomputer,bootstrap | 2023-04-26T16:23:39Z | 2023-10-05T19:31:30Z | null | 3 | 4 | 80 | 0 | 1 | 3 | null | AGPL-3.0 | JavaScript |
Luffytaro22/Sign-Up_form | main | A simple form page based on the Odin Project.
https://luffytaro22.github.io/Sign-Up_form/
| A simple form page based on the Odin Project. | css,form,html,javascript | 2023-05-07T14:23:00Z | 2023-05-17T22:05:03Z | null | 1 | 2 | 60 | 0 | 0 | 3 | null | MIT | JavaScript |
vijaypotnuru/Insta-Share | main | # React Mini Project (**\***Insta Share**\***)
## **_Website_**:[https://durgainstashare.ccbp.tech](https://durgainstashare.ccbp.tech/)π
### User Credentials
<details>
<summary>Click to view user credentials π</summary>
<br/>
**You can use any one of the following credentials**
```text
username: aakash
password: sky@007
```
```text
username: agastya
password: myth#789
```
```text
username: advika
password: world@5
```
```text
username: binita
password: modest*6
```
```text
username: chetan
password: vigor$life
```
```text
username: deepak
password: lightstar@1
```
```text
username: harshad
password: joy@85
```
```text
username: kapil
password: moon$008
```
```text
username: rahul
password: rahul@2021
```
```text
username: shravya
password: musical#stone
```
```text
username: saira
password: princess@9
```
<br/>
</details>
Throughout the development of the <a href="https://durgainstashare.ccbp.tech/" >**Insta Share App**</a>, I had the opportunity to apply the knowledge and skills I acquired during the React course. This project was a testament to my growth and proficiency in <a href="https://react.dev/" target="_blank">**Reactjs**</a> development.
The app successfully fetched data from an internal server using a class component, demonstrating my understanding of <a href="https://legacy.reactjs.org/docs/react-component.html" target="_blank"> **Component lifecycle methods**</a> and data management. The displayed data was presented in an appealing and organized manner, showcasing my ability to create visually engaging user interfaces.
By incorporating <a href="https://www.w3schools.com/react/react_router.asp" target="_blank"> **Routing Concepts**</a> , I crafted a seamless user experience, allowing users to effortlessly navigate different sections of the app. The implementation of authentication and authorization added an important layer of security, ensuring that only authorized users could access specific features.
A notable achievement in this project was the creation of a responsive website. By employing responsive design principles and <a href="https://www.w3schools.com/css/css_rwd_mediaqueries.asp" target="_blank"> **Media queries**</a> , I ensured that the app looked and functioned flawlessly across various devices and screen sizes.
the <a href="https://durgainstashare.ccbp.tech/" target="_blank">**Insta Share App**</a> stands as a remarkable showcase of my React proficiency. This project not only solidified my understanding of <a href="https://www.w3schools.com/react/react_router.asp" target="_blank"> **Routing Concepts**</a> but also enhanced my problem-solving abilities. I am proud of the final result and the valuable knowledge I gained throughout its development.
As I continue my journey in web development, I am excited to build upon this experience and explore new possibilities with <a href="https://react.dev/" target="_blank">**Reactjs**</a> . The Insta Share App serves as a strong foundation for future projects, and I am eager to apply my skills to create even more innovative and impactful applications.
# Functionalities of Insta-Share
**\***I have successfully implemented all the required functionalities in the Insta Share App:**\***
**Login Route:**
- Users can enter their username and password.
- If invalid credentials are provided, an error message received from the server will be displayed.
- Upon successful login, the user will be navigated to the Home Route.
- If an unauthenticated user tries to access the Home Route, Profile Route, or User Profile Route, they will be redirected to the Login Route.
- Similarly, an authenticated user attempting to access the Login Route will be redirected to the Home Route.
**Home Route:**
- When an authenticated user opens the Home Route, an HTTP GET request will be made to the User Stories API URL with the jwt_token in the Cookies.
- A loader will be displayed while fetching the data, and once successful, the response will be displayed.
- If the request fails, an appropriate error message will be displayed.
- Users can click the Retry button to make another HTTP GET request.
- An HTTP GET request will also be made to the Posts API URL with the jwt_token in the Cookies to fetch post data.
- Initially, each post will display icons for liking, commenting, and sharing.
- Clicking on a username within a post will navigate to the User Details Route.
- Users can like and unlike posts, which will trigger HTTP POST requests to the Post Like API URL and update the like status and like count accordingly.
**Header:**
- Clicking on the website logo or the Home link in the header will navigate to the Home Route.
- Clicking on the Profile link will navigate to the My Profile Route.
- Clicking the Logout button will navigate to the Login Route.
**User Profile Route:**
- When an authenticated user opens the User Profile Route, an HTTP GET request will be made to the User Profile API URL with the jwt_token in the Cookies and user_id as a path parameter.
- A loader will be displayed while fetching the data, and once successful, the response will be displayed.
- If the request fails, an appropriate error message will be displayed.
- Users can click the Retry button to make another HTTP GET request.
- The list of posts section will include the BsGrid3X3 icon.
- If the user has no posts, a "No Posts" view will be displayed.
- Clicking on a username within a post will navigate to the User Details Route.
- All functionalities present in the Header will work accordingly.
**My Profile Route:**
- When an authenticated user opens the My Profile Route, an HTTP GET request will be made to the My Profile API URL with the jwt_token in the Cookies.
- A loader will be displayed while fetching the data, and once successful, the response will be displayed.
- If the request fails, an appropriate error message will be displayed.
- Users can click the Retry button to make another HTTP GET request.
- The list of posts section will include the BsGrid3X3 icon.
**Search Functionality:**
- An authenticated user can search posts by clicking on the Search icon and providing a search term.
- An HTTP GET request will be made to the Search Posts API URL with the jwt_token in the Cookies and the search post as a query parameter.
- A loader will be displayed while fetching the data, and once successful, the response will be displayed.
- If the request fails, an appropriate error message will be displayed.
- If the search posts are empty, a "Search Not Found" message will be displayed.
- Initially, each post will display icons for liking, commenting, and sharing.
- Clicking on a username within a post will navigate to the User Details Route.
- Users can like and unlike posts, which will trigger HTTP POST requests to the Post Like API URL and update the like status
**Not Found Route:**
- If a user enters a random path in the URL, the page will be redirected to the Not Found Route.
- The Not Found Route will display a suitable message indicating that the requested page or route does not exist.
#### Design Files
<details>
<summary>Click to view</summary>
- You can check the **Design Files** for different devices <a href="https://www.figma.com/file/FwBVnpWfl5DYJ77kbljTdT/Insta_Share?node-id=0%3A1" target="_blank">here</a>
</details>
### Set Up Instructions
<details>
<summary>Click to view</summary>
- Download dependencies by running `npm install`
- Start up the app using `npm start`
</details>
### Quick Tips
<details>
<summary>Click to view</summary>
- Third party packages to be used to achieve the design or functionality
- React Slick
- React Slick <a href="https://react-slick.neostack.com/docs/get-started" target="_blank">Documentation</a>
- React Slick implementation <a href="https://codesandbox.io/s/react-slick-demo-iz90x?file=/src/components/ReactSlick/index.js" target="_blank">CodeSandbox</a>
- Update the CSS accordingly to style the React Slider and arrow buttons, you can check the <a href="https://codesandbox.io/s/react-slick-demo-iz90x?file=/src/components/ReactSlick/index.css" target="_blank">CodeSandbox</a>
- Add the below CDN links in your `public > index.html` file for CSS and Font, you can check the <a href="https://codesandbox.io/s/react-slick-demo-iz90x?file=/public/index.html" target="_blank">CodeSandbox</a> for adding below lines
```jsx
<link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
```
</details>
### Important Note
- In this project, the data you have sent through `POST-APIs` are not saved in the `Database`. If you refresh the page, the changes will not be persisted
- Whenever you do a `POST-API` call, we are sending a mock object as a response
### Resources
<details>
<summary>Data fetch URLs</summary>
- **Note**: Use the values in the APIs as shown below
- Use the search input value in place of `searchInput` in the query parameters
- The value of the key `user_id` should be given in the place of `userId`
- **Note:** Use the below sample code snippet to make a POST request on Login using valid username and password.
```js
const options = {
method: 'POST',
body: JSON.stringify(userDetails),
}
```
**Login API**
#### API: `https://apis.ccbp.in/login`
#### Method: `POST`
#### Description:
Returns a response based on the credentials provided
#### Sample request object:
```json
{
"username": "rahul",
"password": "rahul@2021"
}
```
#### Sample Success Response
```json
{
"jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJhaHVsIiwicm9sZSI6IlBSSU1FX1VTRVIiLCJpYXQiOjE2MTk2Mjg2MTN9. nZDlFsnSWArLKKeF0QbmdVfLgzUbx1BGJsqa2kc_21Y"
}
```
#### Sample Failure Response
```json
{
"status_code": 404,
"error_msg": "Username is not found"
}
```
**User Stories API**
#### API: `https://apis.ccbp.in/insta-share/stories`
#### Method: `GET`
#### Description:
Returns a response containing the list of all user stories
#### Sample Response
```json
{
"users_stories": [
{
"user_id": "Varun_Aadithya",
"user_name": "Varun Aadithya",
"story_url": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/stories/instagram-mini-project-story-1-img.png"
},
...
],
"total": 9
}
```
**Posts API**
#### API: `https://apis.ccbp.in/insta-share/posts`
#### Method: `GET`
#### Description:
Returns a response containing the list of user posts.
#### Sample Response
```json
{
"posts": [
{
"post_id": "f25d77f0-602e-41d1-971e-4b8cf54709eb",
"user_id": "Varun_Aadithya",
"user_name": "Varun Aadithya",
"profile_pic": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/users/instagram-mini-project-user-1-img.png",
"post_details": {
"image_url": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/posts/instagram-mini-project-post-1-img.png",
"caption": "Another day, another sunrise"
},
"likes_count": 7,
"comments": [{
"user_name": "Prabuddha Dasgupta",
"user_id": "Prabuddha_Dasgupta",
"comment": "Lightning is incredible."
},
...
],
"created_at": "4 Hours Ago"
},
...
],
"total": 33
}
```
**Post Like API**
#### API: `https://apis.ccbp.in/insta-share/posts/{postId}/like`
#### Example: `https://apis.ccbp.in/insta-share/posts/f25d77f0-602e-41d1-971e-4b8cf54709eb/like`
#### Method: `POST`
#### Request:
```json
{
"like_status": true // If you want to like a post then set like_status as true otherwise set it as false.
}
```
#### Description:
Returns a response containing the whether post has been liked or not
#### Sample Response
```json
{
"message": "Post has been liked"
}
```
**My Profile API**
#### API: `https://apis.ccbp.in/insta-share/my-profile`
#### Method: `GET`
#### Description:
Returns a response containing the details of my profile
#### Sample Response
```json
{
"profile": {
"id": "df3234jkjn2-324sdf1132nnknn-234324234",
"user_id": "rahul",
"user_name": "Rahul",
"profile_pic": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/profile/instagram-mini-project-profile-1.png",
"followers_count": 289,
"following_count": 12,
"user_bio": "It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change.",
"posts": [
{
"id": "1a698dc4-sdf6e83-4ede-998e-638305f7aee6",
"image": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/posts/instagram-mini-project-post-31-img.png"
},
...
],
"posts_count": 3,
"stories": [
{
"id": "5HJ25nUNJ",
"image": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/previous-stories/instagram-mini-project-previous-story-34-img.png"
},
...
]
}
}
```
**User Profile API**
#### API: `https://apis.ccbp.in/insta-share/users/{userId}`
#### Example: `https://apis.ccbp.in/insta-share/users/Prabuddha_Dasgupta`
#### Method: `GET`
#### Description:
Returns a response containing the details of user profile.
#### Sample Response
```json
{
"user_details": {
"id": "df3234jkjn2-32432nnknn-w23231",
"user_id": "Prabuddha_Dasgupta",
"user_name": "Prabuddha Dasgupta",
"profile_pic": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/users/instagram-mini-project-user-4-img.png",
"followers_count": 297,
"following_count": 303,
"user_bio": "Prabuddha Dasgupta (21 September 1956 β 12 August 2012) was an Indian fashion and fine-art photographer. ",
"posts_count": 3,
"posts": [
{
"id": "390562f5-298f-4904-aea4-07ecc212febe",
"image": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/posts/instagram-mini-project-post-10-img.png"
},
...
],
"stories": [
{
"id": "UnrObltRP",
"image": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/previous-stories/instagram-mini-project-previous-story-10-img.png"
},
...
]
}
}
```
**Search Posts API**
#### API: `https://apis.ccbp.in/insta-share/posts?search={searchInput}`
#### Example: `https://apis.ccbp.in/insta-share/posts?search=sky`
#### Method: `GET`
#### Description:
Returns a response containing the list of search posts.
#### Sample Response
```json
{
"posts": [
{
"post_id": "6fb210a9-0c4d-431f-8585-b3a4f065a171",
"user_id": "Atul_Kasbekar",
"user_name": "Atul Kasbekar",
"profile_pic": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/users/instagram-mini-project-user-5-img.png",
"post_details": {
"image_url": "https://assets.ccbp.in/frontend/react-js/instagram-mini-project/posts/instagram-mini-project-post-5-img.png",
"caption": "The sky is the daily bread of the eyes."
},
"likes_count": 9,
"comments": [
{
"user_name": "Arjun Mark",
"user_id": "Arjun_Mark",
"comment": "Aim for the sky, but move slowly, enjoying every step along the way."
},
...
],
"created_at": "4 Hours Ago"
},
...
],
"total": 2
}
```
</details>
**_Website_**:[https://durgainstashare.ccbp.tech](https://durgainstashare.ccbp.tech/)π
# Thank You Allπ
| React Mini Project (Insta Share) | react,reactjs,css,html,javascript | 2023-04-28T10:18:19Z | 2023-06-16T14:43:01Z | null | 1 | 0 | 13 | 0 | 0 | 3 | null | null | JavaScript |
bimoway/Icons | main | <p> </p><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/a/AVvXsEiE9HieR3ud-z5AbsQN0S1wL9C7QslqHtI1cucmYIcmmE1uA24AhSB-uJrUZG2oLGLIsHBqV3sSZA41yt-kAxSLiX6rFmXvb4e3V712vl-svnL7iClkHaFrQy2DrsSRWb7wwDImVJsnJkNxTi483TDsEUQmL3VO_JKhO9W2cs8r39Yngu1sh3d2maGs" style="margin-left: 1em; margin-right: 1em;"><img alt="" data-original-height="493" data-original-width="1665" src="https://blogger.googleusercontent.com/img/a/AVvXsEiE9HieR3ud-z5AbsQN0S1wL9C7QslqHtI1cucmYIcmmE1uA24AhSB-uJrUZG2oLGLIsHBqV3sSZA41yt-kAxSLiX6rFmXvb4e3V712vl-svnL7iClkHaFrQy2DrsSRWb7wwDImVJsnJkNxTi483TDsEUQmL3VO_JKhO9W2cs8r39Yngu1sh3d2maGs=s16000" /></a></div><h3 style="text-align: left;"><span style="font-family: inherit; font-size: medium;">1 - Install package from GitHub </span></h3><p style="text-align: left;"><span style="font-family: inherit;">In this recommended package you can find icons and font used for displaying those icons with all formats recommended by browsers</span></p><div><span style="font-family: Poppins;">
<div class="pre terminal">
<pre>git clone https://github.com/polysaad/icons</pre>
</div>
</span></div><h3 style="text-align: left;"><span style="font-family: inherit; font-size: medium;">2 - How to display my icons using HTML tag</span></h3><div><span style="font-family: inherit;">you can add icon anywhere you need for example div, button, i and more with this method.</span></div><div><span style="font-family: Poppins;">
<div class="pre">
<pre><i class='isax isax-search-normal-1'></i></pre>
</div>
</span></div><h3 style="text-align: left;"><span style="font-family: inherit; font-size: medium;">3 - How to display my icons using CSS</span></h3><div><span style="font-family: inherit;">for using icon in CSS you can add the code like content: "\e901";
</span></div><div><span style="font-family: Poppins;">
<div class="pre css">
<pre>.class::after {
font-family: "iconsax";
content: "\e901";
}
</pre>
</div>
| Hello welcome to iconsax the official icons of the Vuesax framework (Is not mine but in this repository you will find optimized version without browser errors) | css,html,icons,javascript,nextjs,react,ui,ui-components,ui-design,uikit | 2023-04-30T12:38:00Z | 2023-08-06T02:13:51Z | null | 1 | 0 | 20 | 0 | 0 | 3 | null | null | CSS |
panditakshay402/EtherHealth | master | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>EtherHealth</h1>
<p>EtherHealth is a web application that uses blockchain technology to securely store and manage medical records. The application allows users to create and manage their health profiles, as well as grant access to healthcare providers and other authorized parties. The project uses <b>JavaScript,TypeScript,Firebase </b>,HTML, and CSS to build a modern and scalable web application that provides a seamless user experience.</p>
<h2>Getting Started</h2>
<p>To get started with EtherHealth, you'll need to clone this repository to your local machine and install the necessary dependencies. You can do this by running the following commands:</p>
<pre><code>git clone https://github.com/panditakshay402/EtherHealth.git
cd EtherHealth
npm install
</code></pre>
<p>Once you have the project and its dependencies installed, you can run the application using the following command:</p>
<pre><code>npm start
</code></pre>
<p>The application should now be running at <code>http://localhost:3000</code>.</p>
<h2>Features</h2>
<ul>
<li>Create and manage health profiles</li>
<li>Securely store and manage medical records using blockchain technology</li>
<li>Grant access to healthcare providers and other authorized parties</li>
<li>View and manage appointment schedules</li>
<li>View medical history and records</li>
<li>Search for healthcare providers and facilities</li>
</ul>
<h2>Contributing</h2>
<p>If you'd like to contribute to the development of EtherHealth, you can do so by submitting issues or pull requests on GitHub. Before submitting a pull request, please make sure that your changes are well-tested and conform to the project's coding standards.</p>
<h2>License</h2>
<p>This project is licensed under the MIT License - see the <a href="LICENSE">LICENSE</a> file for details.</p>
<h2>Acknowledgments</h2>
<p>This project was inspired by the need for a secure and efficient way to store and manage medical records. Thanks to the Ethereum and blockchain communities for providing the technology and inspiration for this project.</p>
</body>
</html>
| EtherHealth is a web application that uses blockchain technology to securely store and manage medical records. With EtherHealth, users can create and manage their health profiles, as well as grant access to healthcare providers and other authorized parties. The project uses JavaScript, Firebase, TypeScript, HTML, and CSS | application,blockchain,firebase,healthcare,javascript,open-source,typescript,web | 2023-04-29T18:20:14Z | 2023-04-30T13:33:20Z | null | 1 | 0 | 2 | 0 | 0 | 3 | null | null | HTML |
yassinejouao/kafka-js-socket | master | ο»Ώ# kafka-js-socket
This repository provide a solution for integrating Kafka, a distributed streaming platform, with WebSocket, a communication protocol, using JavaScript.
is currently under development.
| This repository provide a solution for integrating Kafka, a distributed streaming platform, with WebSocket, a communication protocol, using JavaScript. is currently under development. | javascript,kafka,kafka-consumer,kafka-producer,kafka-streams,kafkajs,socket-io,learn,python | 2023-05-11T14:21:47Z | 2023-09-13T23:29:58Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | MIT | Python |
NIRMAL1508/CAR-RENTAL-SYSTEM | 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)
| Car Rental System is a website that helps to create user, rent a car by the customers for a period of time and to add, delete, edit a car by the admin. All the details are stored in the database for future use. | css,expressjs,html,javascript,mongodb-database,nodejs,reactjs | 2023-05-02T02:09:41Z | 2023-12-15T04:42:51Z | null | 2 | 0 | 52 | 0 | 0 | 3 | null | MIT | JavaScript |
Ilvondir/lingualight-portal | master | # LinguaLight
LinguaLight Portal is a web application designed for publishing and enrolling in foreign language courses. The frontend of the application was built primarily using the Bootstrap framework. The backend of the application is written in PHP, specifically utilizing the Laravel framework.
The portal allows us to log in with three user roles: client, trainer, and administrator. The client role can only enroll in courses and make payments for them. The simulated payment system was developed using the Stripe platform, specifically the Stripe-PHP library.
Users with the trainer role can create course offers, edit them, and pseudo-delete them. However, in order to gain access to these functionalities, they must first confirm their qualifications by submitting a request to the administration through a dedicated form along with supporting documents verifying their identity.
Administrators have full access to the application's resources. They can edit and delete all course offers, as well as confirm or reject requests for trainer verification, as mentioned before. Additionally, they have access to a panel that allows them to edit and delete user accounts. As an administrator, you can also create additional accounts with the administrator role.
The project was created to fulfill the requirements of the university course Web Applications in the Computer Science degree. The project received a grade of 5.0 on a scale from 2 to 5.
## Used Tools
- HTML 5
- CSS 3
- JavaScript ES6
- PHP 8.1.5
- Laravel 10.9.0
- Bootstrap 5.3.0
- Anime.js 3.0.1
- Stripe-PHP 10.13.0
## Requirements
For running the application you need:
- [XAMPP](https://www.apachefriends.org/pl/index.html)
- [composer](https://getcomposer.org)
## How to run
1. Execute command `git clone https://github.com/Ilvondir/lingualight-portal`.
2. Open XAMPP and start SQL server.
3. Run `start.bat` file.
4. If you want payment simulations to work, you need to add the STRIPE_SECRET key with the value of your secret payment key obtained from the Stripe portal to the `.env.example` file and run `start.bat` file.
5. Log in to the selected account to discover various functionalities.
| Account | Login | Password |
|:---------------:|:-----------:|:-----------:|
| Administrator | admin | admin |
| Trainer | trainer | 1234 |
| User | user | user |
## First Look

| Internet portal with enrollment for foreign language courses created with Laravel in the MVC architecture. | css,html,javascript,laravel,php,bootstrap,animejs,blade,eloquent,font-awesome | 2023-04-27T09:28:44Z | 2024-05-01T08:19:23Z | null | 1 | 0 | 83 | 0 | 0 | 3 | null | MIT | PHP |
afazio1/portfolio-v2 | dev | # Astro Starter Kit: Blog
```
npm create astro@latest -- --template blog
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/blog)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/blog/devcontainer.json)
> π§βπ **Seasoned astronaut?** Delete this file. Have fun!

Features:
- β
Minimal styling (make it your own!)
- β
100/100 Lighthouse performance
- β
SEO-friendly with canonical URLs and OpenGraph data
- β
Sitemap support
- β
RSS Feed support
- β
Markdown & MDX support
## π Project Structure
Inside of your Astro project, you'll see the following folders and files:
```
βββ public/
βββ src/
βΒ Β βββ components/
βΒ Β βββ content/
βΒ Β βββ layouts/
βΒ Β βββ pages/
βββ astro.config.mjs
βββ README.md
βββ package.json
βββ tsconfig.json
```
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
The `src/content/` directory contains "collections" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.
Any static assets, like images, can be placed in the `public/` directory.
## π§ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
## π Want to learn more?
Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
## Credit
This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).
| My portfolio + dev blog. | astrojs,blog,javascript,nodejs,static-site-generator | 2023-05-06T17:15:25Z | 2024-05-10T20:30:56Z | null | 2 | 23 | 41 | 0 | 0 | 3 | null | null | Astro |
Im-Rises/nbody-simulator-react-p5 | main | # nbody-simulator-react-p5
<p align="center">
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" alt="reactLogo" style="height:50px;">
<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" alt="javascriptLogo" style="height:50px;">
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white" alt="typescriptLogo" style="height:50px;">
<img src="https://img.shields.io/badge/Sass-CC6699?style=for-the-badge&logo=sass&logoColor=white" alt="scssLogo" style="height:50px;">
<img src="https://img.shields.io/badge/CSS-239120?&style=for-the-badge&logo=css3&logoColor=white" alt="cssLogo" style="height:50px;">
<img src="https://img.shields.io/badge/p5%20js-ED225D?style=for-the-badge&logo=p5dotjs&logoColor=white" alt="cssLogo" style="height:50px;">
</p>
## Description
This is an n-body simulator package made with React Typescript and p5.js.
Bodies are attracted to each other by the gravitational force and by a center attractor which is defiend by clicking on
the canvas.
## ππ[You can try it online from your browser](https://im-rises.github.io/nbody-simulator-react-p5-website/) ππ
It works on desktop and mobile as well with different controls (check the `controls` section).
## ππ [The package is available on npm](https://www.npmjs.com/package/nbody-simulator-react-p5) ππ
> **Note**
> I also made a C++ version for WebGL2 using OpenGL ES 3.0. You can check it
> out [here](https://github.com/Im-Rises/nbody-simulator-webgl).
> **Note**
> I also made a version using Barnes-Hut algorithm. You can check it
> out [here](https://github.com/Im-Rises/nbody-simulator-barnes-hut-react-p5).
## Screenshots
| Screenshot 1 | Screenshot 2 |
|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
|  |  |
## Demo video
https://github.com/Im-Rises/nbody-simulator-react-p5/assets/59691442/20bc593e-7bd0-4d60-9470-a8caed1a45bd
## Package installation
To install it type the following command in your terminal:
```bash
npm install nbody-simulator-react-p5
```
Then you can import it in your project with:
```bash
import NbodySimulator from 'nbody-simulator-react-p5'
```
## Usage
To use it you can simply add the component in your project like this:
```tsx
import React, {useEffect, useState} from 'react';
import NbodySimulator from 'nbody-simulator-react-p5';
import './App.css';
const App: React.FC = () => {
const [isLoaded, setIsLoaded] = useState(false);
const divRef = React.useRef <HTMLDivElement>(null);
useEffect(() => {
if (divRef.current) {
setIsLoaded(true);
}
}, [divRef]);
return (
<div className='App'>
<div ref={divRef}>
{isLoaded ? (
<div className={'nbody-sim-canvas'}>
<NbodySimulator
parentRef={divRef}
/>
</div>
) : (
<p className={'wait-sim-canvas'}>Loading...</p>
)}
</div>
</div>
);
};
export default App;
```
or you can change all the settings like this:
```tsx
import React, {useEffect, useState} from 'react';
import NbodySimulator from 'nbody-simulator-react-p5';
import './App.css';
const App: React.FC = () => {
const [isLoaded, setIsLoaded] = useState(false);
const divRef = React.useRef <HTMLDivElement>(null);
useEffect(() => {
if (divRef.current) {
setIsLoaded(true);
}
}, [divRef]);
return (
<div className='App'>
<div ref={divRef}>
{isLoaded ? (
<div className={'nbody-sim-canvas'}>
<NbodySimulator
parentRef={divRef}
nbodyCountMobile={100}
nbodyCountComputer={50}
frameRate={60}
fixedUpdate={60}
minSpawnRadius={3}
maxSpawnRadius={4}
minSpawnVelocity={5}
maxSpawnVelocity={10}
gravitationalConstant={1}
particlesMass={400}
softening={4}
friction={0.99}
centerAttractorMass={10000}
pixelsPerMeter={100}
initColor={[0, 255, 255, 200]}
finalColor={[255, 0, 255, 200]}
maxForceMagColor={30}
backColor={[0, 0, 0, 255]}
/>
</div>
) : (
<p className={'wait-sim-canvas'}>Loading...</p>
)}
</div>
</div>
);
};
export default App;
```
The component takes 1 to 16 props:
- `parentRef` - a reference to the parent div of the canvas. It is used to get the size of the canvas.
- `particleCountMobile` - the number of particles on mobile devices.
- `particleCountComputer` - the number of particles on desktop devices.
- `fixedUpdate` - the number of fixed updates per second.
- `frameRate` - the number of frames per second.
- `minSpawnRadius` - the minimum radius of the particles when they are spawned.
- `maxSpawnRadius` - the maximum radius of the particles when they are spawned.
- `minSpawnVelocity` - the minimum velocity of the particles when they are spawned.
- `maxSpawnVelocity` - the maximum velocity of the particles when they are spawned.
- `gravitationalConstant` - the gravitational constant of the simulation.
- `particlesMass` - the mass of the particles.
- `attractorMass` - the mass of the attractor.
- `friction` - the friction of the particles.
- `softening` - the softening parameter of the gravitational force calculation.
- `pixelsPerMeter` - the number of pixels to represent 1 meter.
- `initColor` - the initial color of the particles (in RGB).
- `finalColor` - the final color of the particles (in RGB).
- `maxVelocityMagColor` - the maximum velocity of the particles at which the color will be the final color.
- `backColor` - the background color of the canvas (in RGB).
This will create a canvas with 3000 particles on desktop and 1000 on mobile in fullscreen which will be resized
when the window is resized.
> **Note**
> The default values of the props are the same as the ones in the example above.
You can find the complete example of the project in the GitHub
repository [here](https://im-rises.github.io/nbody-simulator-react-p5-website).
> **Note**
> Be sure to do like in the example, the parent div of the canvas must be set before the p5 canvas is created.
## Calculations
The calculations are made with the [Newtonian mechanics](https://en.wikipedia.org/wiki/Newtonian_mechanics) equations.
$$ F = G \frac{m_1 m_2}{r^2} $$
To prevent to have a division by zero when the particles are too close to each other, we add a softening parameter
$\epsilon$.
One of the real force calculation with softening could be like this:
$$ F = G \frac{m_1 m_2}{(r^2 + \epsilon^2)^\frac{3}{2}} $$
Where G is the gravitational constant, m1 and m2 are the masses of the particles, r is the distance between the
particles and d is the softening parameter.
## Known issues
> **Warning**
> The React-p5 dependency may have issues with the index.js file.
```js
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<App/>
</React.StrictMode>
);
```
Please delete the React.StrictMode tag in the index.js file and replace it with the code below.
```js
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<>
<App/>
</>
);
```
## GitHub Actions
[//]: # ([](https://github.com/Im-Rises/nbody-simulator-react-p5/actions/workflows/pages/pages-build-deployment))
[](https://github.com/Im-Rises/nbody-simulator-react-p5/actions/workflows/node.js.yml)
[](https://github.com/Im-Rises/nbody-simulator-react-p5/actions/workflows/eslint.yml)
[](https://github.com/Im-Rises/nbody-simulator-react-p5/actions/workflows/codeql.yml)
[](https://github.com/Im-Rises/nbody-simulator-react-p5/actions/workflows/npm-publish.yml)
The project is set up to run the following actions:
[//]: # (- pages-build-deployment : Builds the website and deploys it to GitHub Pages.)
- node.js.yml : Runs the tests for the Node.js project.
- eslint.yml : Runs the ESLint linter on the project.
- codeql.yml : Runs the CodeQL linter on the project.
- npm-publish.yml : Publishes the package to npm.
## Libraries
React:
<https://reactjs.org/docs/getting-started.html>
Xo:
<https://github.com/xojs/xo>
<https://github.com/xojs/eslint-config-xo-react>
<https://github.com/xojs/eslint-config-xo-typescript>
ESLint:
<https://eslint.org/docs/latest/user-guide/getting-started>
GitHub gh-pages:
<https://github.com/gitname/react-gh-pages>
P5.js:
<https://p5js.org/>
<https://www.npmjs.com/package/react-p5>
react-device-detect:
<https://www.npmjs.com/package/react-device-detect>
## Documentation
The Coding Challenge (math and physics):
<https://www.youtube.com/watch?v=OAcXnzRNiCY>
<https://www.youtube.com/watch?v=GjbKsOkN1Oc>
P5.js:
<https://p5js.org/>
P5.js React:
<https://www.npmjs.com/package/react-p5>
Wikipedia Barnes-Hut simulation:
<https://en.wikipedia.org/wiki/BarnesβHut_simulation>
## Links
Check the source code
on [](https://github.com/im-rises/nbody-simulator-react-p5)
Check the demo
on [](https://github.com/im-rises/nbody-simulator-react-p5-website)
Check the package
on [](https://www.npmjs.com/package/nbody-simulator-react-p5)
## Contributors
Quentin MOREL :
- @Im-Rises
- <https://github.com/Im-Rises>
[](https://github.com/Im-Rises/nbody-simulator-react-p5/graphs/contributors)
| N-Body simulation package made in React using bruteforce method | gravity,javascript,n-body,nbody,nbody-simulation,package,react,simulation,typescript,canvas | 2023-05-13T23:40:49Z | 2023-09-28T02:11:05Z | null | 1 | 15 | 50 | 0 | 0 | 3 | null | MIT | TypeScript |
robertojunnior/alura-robotron2000 | main | # alura-robotron2000
<h1 align="center"> Projeto Alura Robotron 2000</h1>
<p align="center">
Este Γ© o 2ΒΊ projeto em desenvolvimento com a utilizaΓ§Γ£o de JavaScript, que faz parte da FormaΓ§Γ£o Front End da Platafroma Alura, apresentado por Pedro Marins. π§βπβ€οΈβπ₯<br/>
</p>
<p align="center">
<a href="#-tecnologias">Tecnologias</a> |
<a href="#-projeto">Projeto</a> |
<a href="#-layout">Layout</a> |
<a href="#memo-licenΓ§a">LicenΓ§a</a>
</p>
<p align="center">
<img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000">
</p>
<br>
<div align="center">
<a target="_blank" href="https://robertojunnior.github.io/alura-robotron2000/">
<img width="90%" src="img/tela-projeto.png" alt="tela do projeto alura-midi">
</a>
</div>
<br>
<br>
<br>
## π Tecnologias
Esse projeto estΓ‘ sendo desenvolvido com as seguintes tecnologias:
<li> HTML
<li> CSS
<li> JavaScript
<li> GitHub
## π» Projeto
Este projeto se chama "Robotron 2000".<br>
Feito para aplicar funΓ§Γ΅es no cΓ³digo existente, criando elementos para suas funcionalidades no UPGRADE de cada personagem RobΓ΄ do jogo.
<br>Para visualizar a versΓ£o atual do projeto Γ© sΓ³<a href="https://robertojunnior.github.io/alura-robotron2000/"> "Clicar aqui".</a>π
## π Layout
πΌοΈ Este projeto foi desenvolvido por ALURA.<br>
## :memo: LicenΓ§a
<p>Este projeto estΓ‘ sob a licenΓ§a MIT.
<br>
---
Feito β€οΈβ by Roberto Junior π:wave:
<br>π§βπ[Inscreva-se no canal do YouTube da Alura!](https://www.youtube.com/@Alura)
<h4> Obrigado por visitar meu Git e se chegou atΓ© aqui dΓͺ um "Follow" que retribuo, podemos nos conectar para trocas de ideias e novos projetos.
<br>
<br>
<p> AtΓ© a prΓ³xima! ππ.
| Curso Alura Robotron para implementaΓ§Γ£o de javaScript com @pedromarins. | css,html,javascript | 2023-04-22T06:45:22Z | 2024-02-21T04:32:14Z | null | 1 | 0 | 30 | 0 | 0 | 3 | null | null | HTML |
Raf-sns/Animate-Letters-JS | master | ## Animate Letters
A small javaScript library to animate letters in a text.
This api wraps all the letters of a text with a `<span>` tag and adds or removes CSS animation classes to each letter according to a defined delay.
**It has some pretty cool options !**
\- It is usable with `<br>` line breaks in the text.
\- It can chain several series of animations.
\- At each iteration, it allows you to add or remove one or more CSS classes.
\- You can prepare the text in advance, to push it out of the document, for example, before launching a first animation phase.
\- The delay of each animation phase is individually adjustable.
**See on this page : [App Documentation](#app-documentation-).** |
**[How to use it ?](#how-to-use-it-).**
**See it in action (but surely you can do better than me!)**

### How to use it ?
1. Donwload / Copy **animate_letters.js** in `dist/animate_letters.js`
2. Add the library to your project :
```html
<script src="JS/animate_letters.js" defer></script>
```
3. Create a style sheet with your animation classes :
ex. **exemple/CSS/demo.css**
```css
.text_to_animate {
margin: 0;
padding: 0;
font-size: 3.5em;
line-height: 1.5em;
letter-spacing: 4px;
text-align: center;
color: #9fc95f;
transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.text_to_animate span {
display: inline-block;
z-index: 100;
position: relative;
top: 0;
opacity: 1;
letter-spacing: 4px;
transform: rotateY(0deg);
transition: top 1s cubic-bezier(0.64, -0.16, 0.15, 1.64), opacity 1s linear, letter-spacing 0.1s linear, transform 1s ease;
}
.text_to_animate span.letters_in_top {
top: -100vh;
opacity: 0;
}
.text_to_animate span.rotate_letters {
transform: rotateY(1080deg);
transition: transform 2s ease-in-out, letter-spacing 1s linear;
}
.text_to_animate span.space_letters {
letter-spacing: 12px;
transition: letter-spacing 1s linear, transform 2s ease-in-out;
}
.text_to_animate span.color_letters {
color: #bdd656;
text-shadow: 0 0 6px #d5f35bc9;
}
.callback_anim {
transform: rotateZ(-10deg) scale(1.2);
transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
```
4. Add add the stylesheet of your classes to the document :
```html
<head>
<!-- add text style classes -->
<link rel="stylesheet" href="CSS/demo.css" as="style">
</head>
```
5. Set options for an instance of Animate Letters :
```javascript
// set animate_letters() options
var Animate_letters_options = {
// hide element before run animation -> true, no hide -> false
hide_element_before : false,
// add class(es) list 'class_1 class_2' or ''
prepare : 'letters_in_top',
// classes to add by phases
// set : [] | ['class_a'] | ['class_a','class_b']
add : [
// phase 1
[],
// phase 2
['rotate_letters'],
// phase 3
['space_letters','color_letters'],
// phase 4
[]
],
// classes to remove by phases arrays of classes
// set : [] | ['class_a'] | ['class_a','class_b']
remove : [
// phase 1
['letters_in_top'],
// phase 2
[],
// phase 3
[],
// phase 4
['space_letters','color_letters']
],
// timers by phases -> array of objects
// set : { delay : [integer in milliseconds],
// increment_delay : [integer in milliseconds] }
timers : [
{ delay : 0, increment_delay : 60 }, // phase 1
{ delay : 100, increment_delay : 40 }, // phase 2
{ delay : 80, increment_delay : 30 }, // phase 3
{ delay : 0, increment_delay : 20 } // phase 4
],
// remove spans who wrapped letters at the end of last phase
// set : true / false
clean_after : true,
// function to launch at the end of the last phase
// set : your_function() or null
end_callBack : function(){
// sibling text container
var container_text = document.querySelector('.text_to_animate');
// add a class
container_text.classList.add('callback_anim');
// remove after n seconds
var Timer = setTimeout(()=>{
container_text.classList.remove('callback_anim');
clearTimeout( Timer );
}, 800 );
}
};
// end animate_letters() options
```
6. initialize animate_letters( element, options ) :
```javascript
var letters = animate_letters( '.text_to_animate' , Animate_letters_options );
```
7. run animate_letters() when you want :
```javascript
letters.run();
```
8. You can reset the element to the original state to play it over and over again, or interrupt it midway by calling the re_init() function, as in the following example:
```javascript
letters.re_init();
```
### App Documentation :
Function **animate_letters( element, options );**
| Parameter | Description |
| :--- | :--- |
| `element` | Target **one** element that contains text to animate by class name or id ex. '.my_text' or '#my_text'. *element may contain text or line break tags* `<br>`. **note:** *If several elements share the same class only the first element in the DOM will be taken into account*. |
| `options` | An object that sets the options of the library, for example the timers or the arrays of classes to add or remove at each iteration. |
Object **options = { };**
| Property | Value |
| :--- | :--- |
| `hide_element_before` | This setting is used to hide the element before playing the letters animation. Set to `true` to hide the element during instantiation or to `false` to not hide the element during instantiation.
| `prepare` | This or these classes will be added as soon as the library is initialized by the `animate_letters(element, options);` function. You can add one or more classes as in HTML, in a character string **Set:** `'class_1 class_2'` or `''` to do nothing. *This can be useful to hide your text before animating it or to prepare classes that will be removed during an iteration.* |
| `add` | An array that contains arrays of classes to add. Each class array leads to an iteration. If you have two arrays of classes, the api will add the classes from the first array to each letter, then at the end it will start again at the first letter and add the classes from the second array. As many times as there are class tables. **Set:** `[]` or `['class_a']` or `['class_a','class_b']`. **note:** *You must have the same number of arrays for the properties of `add` and `remove`.* **You can put empty arrays `[],` as value** you might get be doing it. |
| `remove` | An array that contains arrays of classes to remove. Each class array leads to an iteration. If you have two arrays of classes, the api will remove the classes from the first array at each letter, then at the end it will start again at the first letter and remove the classes from the second array. As many times as there are class tables. **Set:** `[]` or `['class_a']` or `['class_a','class_b']`. **note:** *You must have the same number of arrays for the properties of `add` and `remove`.* **You can put empty arrays `[],` as value** you might get be doing it. |
| `timers` | An array containing a list of objects - For each iteration, set the timeout for class additions or subtractions on each letter. Here you need to provide a series of objects with the `delay` properties which indicates a delay time before the start of the loop and which will be incremented by `increment_delay`. The values to be indicated here are integers representing the value of the delay in milliseconds Ex. : '100'. **note:** *If you don't put as many objects as there are iterations, the `0` value will be taken into account by default for the delay before execution and the value `100` will be taken into account default count for delay increment.* **Set:** `{ delay: 0, increment_delay: 80 },{ delay: 100, increment_delay: 60 },...` |
| `clean_after` | **Set:** `true` / `false` - Pass this value to `true` so that at the end of the last iteration on the last letter, the api cleans up the code and removes the `<span>` that wrapped the letters. Pass this value to `false` to keep the letters of the text wrapped by `<span>` tags, as needed. |
| `end_callBack` | function to launch at the end of the last iteration - **Set:** `your_function()` or `null` |
### License :
Under GNU AGPL license - Free - Open Source - Share your changes with the community - Credit the author.
### Disclaimer :
**This code comes without any warranty.**
**Please report any bugs you encounter.**
**Any contribution is welcome !**
###
β€ Developed by @Raf-sns - [RaphaΓ«l Castello / SNS - Web et informatique](https://sns.pm)
| A small javaScript library for animate letters in a text | animations,javascript,letters,lightweight | 2023-04-29T15:25:32Z | 2023-11-11T01:20:34Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | AGPL-3.0 | JavaScript |
ccmars/typecadence | main | 





# Typecadence
A JavaScript typing-animation library that automatically mimics the flaws of a human typist.

## Quick Start
Include the latest version of the Typecadence v1 script in your HTML file:
```html
<script src="https://cdn.jsdelivr.net/npm/typecadence@^1"></script>
```
Add the `typecadence` class to any element you want to animate:
```html
<span class="typecadence">
Jackdaws love my big sphinx of quartz.
</span>
```
## Documentation
For more options and examples, see the [documentation](https://typecadence.colemarshall.net/). | Typing animation library that automatically mimics the flaws of a human typist | animation,human-errors,javascript,javascript-library,lightweight,typescript,typescript-library,typing-animation,typing-errors,typing-simulation | 2023-05-06T18:48:39Z | 2024-02-25T05:28:21Z | 2023-07-28T23:33:51Z | 1 | 3 | 55 | 8 | 0 | 3 | null | CC0-1.0 | TypeScript |
Kunniii/edn_auto_ext | v3 | # EDN Auto V2
<div style="text-align: center">
<a href="https://www.buymeacoffee.com/Kunniii" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
<a href='https://ko-fi.com/A0A0LD4D8' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
</div>
---
This is an Browser Extension for Automate boring grading stars for users on EDN platform.
You can find this extension on [Chrome Store](https://chrome.google.com/webstore/detail/edn-auto-v2/jcoanhnlcggnjkefelkngdpongoaipdk)
## What is this ?
If you're a student or teacher looking for a reliable and efficient grading tool, look no further than our Edunext Auto Grading Tool.
This cutting-edge tool automates the grading process, saving you time and effort. With just a click, our Edunext Auto Grading Tool will accurately grade your academic tasks, freeing you up to focus on other important tasks.
Our tool is built with user experience in mind, ensuring that it's easy and intuitive to use. Plus, because it's an Edunext tool, you can trust that it's been designed and developed by education technology experts.
Say goodbye to manual grading and hello to the efficiency of our Edunext Auto Grading Tool. Try it out today and see the difference it can make in your academic life.
## How to use ?
First, go to the [release page](https://github.com/Kunniii/edn_auto_ext/releases). Then download the newest version you can find, it comes as a ZIP file. Save it and extract it.
Go to your browser, make sure to enable Developer Mode, then choose `Load Unpacked`. Browse to the folder you just extracted the extension and choose it.
One the extension is loaded, this is the UI you will get.

Just click `GRADE` and you will be good to go!
Once the grading process is completed, you will see the notification on the top right side of your browser.

Enjoy!
## For developers
Before the I create an account to publish this extension to Google Chrome Store, I used to use git brach to publish and release new update of this extension.
Since Google Chrome Store will need time to review the new version of the extension, using git branch, you can have access to the new release whenever the CI/ID complete.
There are two branches `nightly` and `stable`.
When using git branch to access the extension, you first need to enable developer mode on Chrome/Edge, then `git clone` the project.
Depend on what version you want, just do `git switch <branch>`.
| Edunext's Auto Grading Tool: Efficiency and Accuracy Combined Streamline grading with Edunext's auto grading tool. Say goodbye to manual grading and enjoy efficient automation. Developed by education technology experts, this user-friendly tool saves time and ensures accuracy. Upgrade your grading experience today with Edunext. | automation,educational-project,edunext,fpt,fpt-university,fptu,fptuniversity,automation-tools,chrome-extension,extensions | 2023-05-10T13:04:28Z | 2023-10-03T19:31:15Z | 2023-10-03T19:38:21Z | 1 | 4 | 99 | 1 | 1 | 3 | null | null | TypeScript |
MateusProDev/Sites-em-constru-o | main | ## OlΓ‘! Eu sou a Mateus Ferreira, desenvolvedor Front-End em FormaΓ§Γ£o!
<div align="center">
<a href="https://github.com/MateusProDev">
</div>
Sou amante e estudante de JavaScript, buscando desenvolver sites e tecnologias referentes a Γ‘rea.
<div style="display: inline_block"><br>
<img align="center" alt="MATEUS-Js" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-plain.svg">
<img align="center" alt="MATEUS-Ts" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-plain.svg">
<img align="center" alt="MATEUS-React" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original.svg">
<img align="center" alt="MATEUS-HTML" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg">
<img align="center" alt="MATEUS-CSS" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg">
<img align="center" alt="MATEUS-Python" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg">
<img align="center" alt="MATEUS-Csharp" height="30" width="40" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/csharp/csharp-original.svg">
<img align="right" alt="MATEUS-pic" height="150" style="border-radius:50px;" src="https://img.getimg.ai/generated/img-YXWJN28beugIHQHS8ZrJa.jpeg">
</div>
##
<div>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" target="_blank"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white" target="_blank"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Twitch-9146FF?style=for-the-badge&logo=twitch&logoColor=white" target="_blank"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" target="_blank"></a>
<a href = "#"><img src="https://img.shields.io/badge/-Gmail-%23333?style=for-the-badge&logo=gmail&logoColor=white" target="_blank"></a>
<a href="#"_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a>
</div>
| Seja bem vindo!! Aqui repousamos nossos sites em desenvolvimento | dev,javascript | 2023-04-22T17:06:41Z | 2023-04-22T19:12:38Z | null | 1 | 0 | 27 | 0 | 0 | 3 | null | null | HTML |
Dimterion/PoTW-GO | master | # Poets of Tomorrowβs World: gameOn(e)
Interactive Text Adventure
## Links
[Live Version](https://profound-cat-a609de.netlify.app/)
[First chapter of the story](https://poets-of-tomorrows-world.vercel.app/)
Articles:
[Description](https://medium.com/@dimterion/making-a-text-adventure-game-7e43df823f80)
[Tech details](https://medium.com/@dimterion/using-developer-skills-to-tell-a-story-5cbe9f0b3cca)
[Additional info](https://medium.com/@dimterion/learning-from-a-personal-project-afbf34e506d0)
## Details
- An interactive story made with React
- The story can be completed (some future changes/adjustments are still possible)
- First chapter of the story is linked above (brief summary is also provided in the current one)
- To be continued...
## Built with
Vite, React, React Router, JavaScript, CSS, HTML, Night Cafe (images), Netlify (current deployment)
| Interactive text adventure made with React. | css,game,javascript,react,interactive-story,text-adventure-game | 2023-05-06T20:32:19Z | 2024-01-25T21:55:07Z | null | 1 | 5 | 262 | 0 | 0 | 3 | null | null | JavaScript |
shakti1590/Contact-list-using-react | master | #### Problem statement:
- Create a contact list app to manage contacts.
#### Technology Used:
- React Js
- Java Script
- Redux
- CSS
- HTML
## Install
To install all the dependences of the project, run the following command:
git clone https://github.com/shakti1590/Contact-list-using-react.git
npm install
npm start
#### Source Code:
- Link : https://github.com/shakti1590/Contact-list-using-react
#### Deployment Link:
- Link : https://contact-list-using-react.vercel.app/
<p align="center">
Show some :heart: by starring the repository.
</p>
| Create a contact list app to manage contacts. | contacts-app,javascript,reactjs,redux,codingninjas | 2023-05-11T22:22:59Z | 2023-07-21T17:57:14Z | null | 1 | 0 | 10 | 0 | 0 | 3 | null | null | JavaScript |
MuzakkirHossainMinhaz/quran-player | main | # quran-player
This is a simple Quran Player website where you can listen to all 114 surahs from the Holy Quran. The user interface is designed to be straightforward and easy to use. Simply select the surah you want to listen to and it will automatically start playing. [previewποΈβπ¨οΈ](https://quran-player-app.netlify.app/)
## Features
The main features of this Quran Player website are:
- Listen to all 114 surahs from the Holy Quran
- Automatic play of selected surah
- Simple and easy-to-use interface
- Responsive design that works on desktop and mobile devices
- To click next and previous button to change surah
## Technologies Used
This website was created using the following technologies:
- HTML
- CSS
- JavaScript
- FontAwesome for icons
## How to Use
To use this Quran Player website, follow these steps:
1. Clone this repository to your local machine
2. Open the <b>`index.html`</b> file in your web browser
3. Select the surah you want to listen to
4. The surah will automatically start playing
## Contribution Guidelines
This is a personal project and contributions are not expected. However, if you would like to suggest improvements, feel free to open an issue or submit a pull request.
## Credits
The Quranic text used in this website was sourced from Al Quran Cloud API. The audio recitation was sourced from Free Quran MP3.
## License
This Quran Player website is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for more information.
| The Quran Player Website repository is a simple web application for playing all 114 surahs from the Holy Quran. The website is built using HTML, CSS, JavaScript, and FontAwesome. | css,html-css-javascript,javascript,quran-audio,responsive-design | 2023-05-09T09:28:05Z | 2023-05-09T10:23:54Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | MIT | CSS |
nevalang/vscode-neva | main | # Neva Programming Language

This is extension for [Neva](https://github.com/nevalang/neva) - flow based programming language with static types.
Please note that you need to have `neva.yaml` in the root of your workspace to activate extension.
## Requirements
- [Neva](https://github.com/nevalang/neva) programming language installed
## Features
### Syntax Highlighting

### Error messages (Diagnostics)
Error messages occur as you type in _problems_ panel
### Visual Editor (WIP)
Currently disabled due to massive changes in the language. You can see source code in the `webview` directory.
## Contributing
See [./Contributing.md](Contributing.md)
## Release Notes
### 0.5.0
- Updated syntax highlighting after removing "net" keyword
- Fixed syntax highlighting for nodes without ports in component connections
### 0.4.0
- Add support for single-form entity declaration
- Internals: refactor tmlanguage syntax file
### 0.3.0
- Web-view temporary removed after massive rewriting of the language
- Updated syntax highlighting to match **new grammar**
- Updated icons for command menu and files
- Updated header with **new logo**
### 0.2.0
- **LSP**-compatible **Language Server**
- **WebView**-based **Custom editor** for visual editing of `.neva` files
### 0.1.0
- First release with textmate (regexp) based **syntax highlighting**.
| VSCode extension for Neva programming language | graphical-user-interface,javascript,js,language-server-protocol,lsp,lsp-server,neva,nevalang,syntax-highlighting,textmate-grammar | 2023-05-07T18:42:57Z | 2024-05-08T19:36:37Z | null | 1 | 1 | 53 | 1 | 2 | 3 | null | MIT | TypeScript |
parthav24/Learnzy | main | # Learnzy - An educational platform.
Which helps to learner to learn something new related to computer engineering then they can practice on various platform through our platform and they can also give quiz to know that how are they at their subjects.
# Learnzy
Learnzy is a web-based platform that provides educational content and resources for students and educators. The platform is designed to be user-friendly and easy to navigate, and offers a wide range of features for both students and educators.
# Features
The Education Platform Website has the following features:
Learn:
In this, student can get educational content and resources and they can learn it from our platform.
Practice:
In this, student can get educational resources for their practical knowledge of subject and they can practice it on our platform.
Compete:
in this, student can know that how much knowledge they have by giving individual quiz of subject and they can know that how long should i focus on these subjects.
| Learnzy - An educational platform. | html,css,databaseconnection,javascript,php | 2023-04-28T12:23:42Z | 2023-04-28T13:25:26Z | null | 1 | 2 | 10 | 0 | 0 | 3 | null | null | PHP |
kewalkhondekar25/Vegan-Meals-API | master | null | veganMealsAPI is a REST API used in HealthyMe. It can also be used whenever we need Pseudo-real data for e-commerce or shopping related website without running any server-side code. It's awesome for teaching purposes, sample codes, tests, etc. | aws-ec2,aws-s3,expressjs,javascript,mongodb-atlas,nodejs | 2023-05-05T20:19:55Z | 2023-10-30T13:39:08Z | null | 1 | 0 | 21 | 0 | 0 | 3 | null | null | JavaScript |
Yogeshmalik/netflix-full-clone | master | # Netflix Full Clone
This is a clone of the Netflix website, built using React, Firebase, Stripe, Redux and other technologies.
## Demo
You can view the live demo of the project [HERE](https://netflix-full-clone-ysm.firebaseapp.com/) .
## Steps
Click on `Getstarted` or `Sign In` button on Home Screen
Enter any email and password and click on `Sign up now`
Again enter your details and click on `Sign In` Button
Click on `Avatar` on top-right corner for account details
Change or Choose plans by clicking `Subscribe` button
You can use given(4242 4242 4242 4242 04/24 424) fake credit/debit card info for `Stripe` Payments
Click on `Netflix` logo on top left corner for the Movies Screen
Trailers are not available for every movie but for a few
## GIF View

## My blog on this: [Full-Stack Netflix Clone](https://medium.com/@ballerbytes/8a35e23d5db0)
## Technologies Used
The following technologies were used to build this project:
React (Frontend library),
Firebase (Backend as a service),
Stripe (Payment processing),
Redux (State management),
React Hooks (Functionality),
Cloud Firestore (Database),
React Router (Navigation),
PropTypes (Type checking),
CSS3 (Styling)
## Features
This project includes the following features:
User authentication and registration using Firebase Authentication.
Responsive design using CSS3 and React Hooks.
Integration with the Stripe API for payment processing.
Integration with Cloud Firestore for storing data.
Redux for state management.
React Router for navigation.
PropTypes for type checking.
## Installation and Usage
Clone the repository to your local machine using git clone https://github.com/Yogeshmalik/netflix-full-clone.git
Navigate to the project directory using cd netflix-full-clone
Install the dependencies using `npm install`
Start the application using `npm start`
Open http://localhost:3000 to view the app in your browser.
## Credits
This project was created by Yogesh Malik as part of a personal project to improve his skills in HTML, CSS, JavaScript, and ReactJS. The project was inspired by the Netflix platform and uses publicly available API data from The Movie Database (TMDb) to populate the content.
## Conclusion
This project is a full clone of the Netflix website, built using React and other technologies. It includes several features such as user authentication, Stripe integration for payment processing, and Cloud Firestore for data storage. The project also uses Redux for state management and React Router for navigation. Please feel free to contribute to the project by creating pull requests or by reporting any issues you encounter.




| This is a clone of the Netflix website, built using React, Firebase, Stripe, Redux and other technologies. Containing Login, Home, Signup, Profile screens. | api,css3,firebase,html5,javascript,react,redux,stripe,tmdb-api | 2023-04-26T13:50:01Z | 2023-05-09T09:06:47Z | null | 1 | 0 | 18 | 0 | 2 | 3 | null | null | JavaScript |
MCalenda/FundMeNow | main | <div align = "center">
[](https://GitHub.com/MCalenda/FundMeNow/graphs/contributors)
[](https://GitHub.com/MCalenda/FundMeNow/issues)
[](https://GitHub.com/MCalenda/FundMeNow/fork)
[](https://app.travis-ci.com/github/MCalenda/FundMeNow)
</div>
## Introduction
**FundMeNow** is a decentralized crowdfunding platform based on Ethereum blockchain developed using Truffle and ReactJS for the _Data Security_ course at [@Unisa](https://unisa.it). User accounts can create projects in order to raise funds (ETH) for multiple purposes. The platform is based on the _All-or-Nothing_ model, which means that the project owner can withdraw the funds only if the campaign is successful, otherwise the funds are withdrawable by the funder whom can still fund the campaign after the deadline has passed, and the target has not been reached.
<div align=center>

</div>
## Programming languages and technologies
<div align= "center">








</div>
## Installation
The project is divided into two main folders: `client` and `contracts`. The former contains the ReactJS application, while the latter contains the Solidity smart contracts. The `migrations` folder contains the migration scripts for the smart contracts.
### Prerequisites
- [Node.js](https://nodejs.org/en/) (v14.17.0)
- [Truffle](https://www.trufflesuite.com/truffle) (v5.3.10)
- [Ganache](https://www.trufflesuite.com/ganache)
- [MetaMask](https://metamask.io/) (v9.5.0)
### Installation
1. Install NPM packages.
```sh
npm install
```
2. Run the local blockchain using Ganache, the default port is `8545`.
```sh
ganache-cli
```
Optionally: run the blockchain with the reccomended prameters using the provided script, this will launch the blockchain in deterministic mode saving the db in the `./ganache_db` folder.
```sh
chmod +x ./scripts/run_ganache.sh
./scripts/run_ganache.sh
```
3. Migrate the smart contracts.
```sh
truffle migrate
```
4. Run the ReactJS application, the default port is `3000`.
```sh
npm start
```
In order to use FundMeNow is required to have MetaMask wallet (or similar) connected to ganache, we suggest to use the chrome extension.
## License
Distributed under the MIT License. See `LICENSE` for more information.
| Ethereum DApp for crowdfunding developed for "Data Security" course using Truffle Suite, ReactJS | dapp,ethereum,mocha-chai,solidity,truffle,ganache,javascript,metamask,ethersjs,reactjs | 2023-05-04T15:38:37Z | 2023-06-30T13:53:04Z | null | 1 | 0 | 24 | 0 | 0 | 3 | null | MIT | JavaScript |
harsharajb/HandMade_product_management_system | master | # HandMade_product_management_system
The Handmade Product Management System is a comprehensive software solution designed to efficiently handle the management of handmade products. Powered by a Database Management System (DBMS), this system effectively tracks product details, inventory, orders, and customers.
By leveraging robust data management capabilities, the Handmade Product Management System streamlines various operations and offers numerous benefits to businesses and artisans.
ADMIN PAGE http://localhost/ecommerce/admin/
Username : harsha Password : admin
CUSTOMER PAGE http://localhost/ecommerce/
Final Project Report :
[Hand Made Products Management Systemβ.pdf](https://github.com/harsharajb/HandMade_product_management_system/files/12077497/Hand.Made.Products.Management.System.pdf)
DEMO :
https://github.com/harsharajb/HandMade_product_management_system/assets/109401373/71ce90ec-bb82-4ec6-8e95-a61579a509e0
| The Handmade Product Management System, powered by a Database Management System, efficiently handles handmade products. It tracks product details, inventory, orders, and customers. With robust data management, it streamlines operations, improves inventory control, and enhances overall productivity for businesses and artisans. | css,database,html,javascript,php,sql,dbms-project,ecommerce | 2023-05-12T19:07:30Z | 2024-01-15T08:23:50Z | null | 1 | 0 | 13 | 0 | 1 | 3 | null | null | JavaScript |
Wervice/jCSS | main | # jCSS
## CSS Mainipulation library for client-side JavaScript
Using jCSS you can manipulate the style on your website easily from your JavaScript code.
jCSS also comes with some custom themes to quickly give your frontend a nice look.
jCSS is licensed under LGPL 2.1.
## Contents
- [Use CSS manipulation](#how-can-i-use-jcss)
- [Apply and swizch a theme](#how-can-i-use-a-theme)
## How can I use jCSS
You need to copy the code from the `jcss.js` file to your code.
When you're done with that step, you can uses the features of jCSS.
Here is a table of all functions and the usescases:
|Function|Usecase|
|-|-|
|**jcss_background**|Edit the background color an object|
|**jcss_color**|Edit the font color an object|
|**jcss_font**|Edit the font size, font family, font weight and font style|
|**jcss_size**|Edit the height and width of an object|
|**jcss_position**|Edit the css position value of an object|
|**jcss_border**|Edit the border color, border style, border width and border radius of an object|
|**jcss_boxshadow**|Edit the box shadow of an object|
|**jcss_read**|Read a css value of an object|
### How can I use a theme
To apply one of the themes from jCSS to your website, you need to copy the file to your code folder.
Now you can need to link to it using the `<link rel=stylesheet href=...>`-tag.
Here are the themes you can use:
|Name|Description|File Name|
|-|-|-|
|**Clean**|A very basic sans-serif black-and-white theme with rounded buttons and inputs|``clean.css``|
|**Sharp**|A sans-serif black-and-white theme with sharp buttons and inputs|``sharp.css``|
|**Thin**|A sans-serif theme with sharp buttons & inputs and thin black lines|``thin.css``|
|**Night Blue**|A dark sans-serif blue sharp theme|``nightblue.css``|
In case you want to use the theme_switching function to, so you can change the theme from your JavaScript code, you need to add `id=css-theme` to your link tag.
And these are the functions for theme switching
Now you can use the functions
```
jcss_set_theme_to_x(x)
```
To open another style sheet
and
```
jcss_set_theme_to_normal()
```
to return to the previous theme
| CSS manipulation & Theming using JavaScript | css,css-in-js,design,html,javascript,library,manipulation,styling-css-in-js,webdesign,css-theme | 2023-04-29T18:32:19Z | 2023-06-22T19:03:53Z | null | 1 | 0 | 9 | 0 | 0 | 3 | null | LGPL-2.1 | CSS |
Svitlana-Lazurenko/wireless-warriors | main | # Cinemania
Web-app for viewing information about trends in the world of cinema, information about movies, saving movies to favorites. Team project.
- Adaptive design, mobile menu, modal windows, dark and light themes
- Uses local storage for saving theme of app and favorites movies
- Uses Themoviedb API
- Support pagination
Three pages:
- Home page shows trending movies of the day, month and week
- Catalog page shows all movies in database by rating and supports searching movies by keyword
- My Library page shows favorites movies
Three modal windows:
- For watching trailer of movie
- For watching info about movie
- For watching info about team of developers
## Technologies
- JavaScript
- HTML5
- SASS
- Parcel
- Axios
- Lazysizes
- Lodash
- Notiflix
- Spin.js
- Tui-pagination
## Contributors
- Svitlana-Lazurenko
- AndriiRod
- Andrii55
- smiadv2022
- ArtemBortyaniy
- ruudyaa
- vanvalera
- blowmybow
- NataliaNazarenko
- RomanAbdalov
| Web-app for viewing information about trends in the world of cinema, information about movies, saving movies to favorites. | javascript,localstorage,movies,team-work,web-app | 2023-05-03T06:17:48Z | 2023-11-08T15:17:43Z | null | 12 | 114 | 595 | 0 | 1 | 3 | null | null | JavaScript |
lochyj/UNLE | main | # UNLE.js
UNLE is a medium performance node graph visualisation library designed for people who want quality and attention to detail
UNLE is an acronym for Unconstrained Node Layout Engine.

Click [here](https://rotaryviper.github.io/UNLE/) for a demo.
## Documentation
### Usage
Importing UNLE into your project:
```html
<script src="/path/to/UNLE.js"><script>
```
Creating a new UNLE instance:
```js
// Options are:
// "canvas" << required,
// "show_id" -> either true or false,
// "node_radius" -> any positive integer,
// "node_color" -> any HEX colour expressed such as 0x000000 for example,
// "edge_length" -> any positive integer
let graph = new UNLE({
"canvas": document.getElementById("<div where you want UNLE to place the canvas>"),
"node_color": 0xA0A0A0,
});
```
Adding nodes to the graph:
```js
// ID can be anything from an integer to a string
graph.add_node(<id>);
```
Adding edges to the graph:
```js
// INFO: length has been depreciated and will be removed in an upcoming version
graph.add_edge(<id of first node>, <id of second node>, <length of edge>);
```
Removing nodes from the graph:
```js
// This will also remove any connected edges
graph.remove_node(<id>);
```
Removing edges from the graph:
```js
graph.remove_edge(<id of first node>, <id of second node>);
```
| An force directed node layout engine for graph theory visualisation written in javascript with performance and simplicity in mind. | graph,javascript,library,graph-theory,graph-theory-visualization | 2023-04-30T07:52:00Z | 2024-02-25T10:18:59Z | null | 2 | 19 | 177 | 0 | 2 | 3 | null | MIT | JavaScript |
nalin360/calculator-app-reactjs | 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)
| Basic Calculator app using Reactjs | javascript,nodejs,reactjs | 2023-05-12T13:09:58Z | 2023-05-18T12:59:58Z | null | 1 | 1 | 13 | 0 | 1 | 3 | null | null | JavaScript |
Ganeshshinde-2003/CodeClause_URL_Shortener | main | # CodeClause URL Shortener πβοΈ
URL Shortener is a minimalistic web application that allows users to shorten long URLs into shorter, more manageable links. It provides a convenient way to share and distribute URLs, making them easier to remember and share. π
## Features β¨
- Shorten long URLs into shorter, more compact links. βοΈ
- Copy shortened links to the clipboard with a single click. π
- Redirect users to the original URL when they visit the shortened link. β‘οΈ
- View a list of all the shortened URLs created. π
## Technologies Used π»
- Front-end: HTML5 π, CSS3 π¨, JavaScript ES6 π
- Back-end: Node.js π’, Express.js π
- Database: MongoDB π
- Additional Libraries: Axios π, Mongoose π, nanoid π€
## Usage π±οΈ:
- Enter a long URL in the input field and click the "Shorten" button. βοΈ
- The application will generate a shortened URL for the provided long URL. π
- Copy the shortened URL to the clipboard by clicking the copy icon. π
- Share the shortened URL with others or use it to access the original long URL. π₯
- View all the shortened URLs on the homepage. π
Enjoy using the URL Shortener! π
| The URL Shortener project revolutionizes URL management with its efficient and user-friendly interface, simplifying the process of generating and sharing shortened URLs. | codeclause,mongo,url-shortener,mongodb,nodejs,javascript | 2023-05-06T07:08:19Z | 2023-05-09T17:48:32Z | null | 1 | 0 | 5 | 0 | 0 | 3 | null | null | JavaScript |
sylvester-wamaya/social-finance | main |
<a name="readme-top"></a>
<div align="center">
<img src="media/favicon_io/favicon.ico" alt="logo" width="140" height="auto" />
<br/>
<h3><b>Social Finance Website</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π My Portfolio Website <a name="about-project"></a>
My Portfolio Website is a project that describes me as a programmer, my skills, projects built and social media contacts. I created the project using HTML and CSS.
## π Built With <a name="built-with"></a>
1- HTML.
2- CSS.
3- Javascript.
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/">HTML</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/">CSS</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- Added HTML file.
- Added style.css file.
- Added Home HTML page
- Added About HTML page
- Added Event Listeners to the menu.
- Added dynamic rendering of items to the HTML
- Added Theme of the website
- Added Footer.
- Added responsivenes css.
- Added favicon
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## π Live Demo <a name="live-demo"></a>
[Presentation video](https://www.loom.com/share/1f71b636d06e4da2839a2419fdd568d3)
[Live demo link](https://sylvester-wamaya.github.io/social-finance/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
1- Web browser
2- Code editor
3- Git-smc
### Setup
Clone this repository to your desired folder:
Run this command:
```sh
git clone git@github.com:sylvester-wamaya/social-finance.git
```
### Install
Install this project with:
Run this command:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
Open index.html
```
or
```sh
explorer.exe index.html
```
### Run tests
> Coming soon
### Deployment
The project is deployed by github pages under the following link:
https://sylvester-wamaya.github.io/social-finance/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ Sylvester Wamaya
- GitHub: [@githubhandle](https://github.com/sylvester-wamaya)
- Twitter: [@twitterhandle](https://twitter.com/The_Seal_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sylvester-wamaya-b11a93112/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] Add Navigation bar HTML pages
- [ ] Add eventlisteners to buttons
- [ ] Add more styling.
- [ ] Add Javascript to products section
- Add animation.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project give it a β.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I acknowledge the owner of the original web design of this project:
Original web design by Cindy Shin in Behance.
I would like to thank Microverse for their continued support and inspiration.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p> | A landing page for a pseudo fintech company. A user can view the company's description, the products, board members, partners and the About section. Developed with HTML. | css,html,javascript | 2023-04-24T17:21:02Z | 2023-04-28T14:40:34Z | null | 1 | 7 | 61 | 1 | 0 | 3 | null | MIT | HTML |
Mk4Levi/Leetcode-Clone-MKP | main | # LeetCode-Clone
## => This is the Clone of LeetCode which is is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews through practicing programming problems.
## Website Link => https://leetcode-clone-mkp.vercel.app/
<h2>Getting Started</h2>
1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.
2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :
```bash
git clone https://github.com/Mk4Levi/Leetcode-Clone-MKP.git
```
3. Navigate to the Project's directory :
```bash
cd Leetcode-Clone-MKP
```
4. Install all Dependencies used in this Project :
```bash
npm install
```
5. Finally, host it on local server :
```bash
npm run dev
```
6. Now just search this link in your browser to view the live running application in your Local sysytem :
```bash
http://localhost:5173
```
<h2>Paths & Files</h2>
### Structure of the Folders & Files in this Repo :
```text
.
βββ public/
βββ src
β βββ components/
β βββ Pages/
β βββ App.css
β βββ App.jsx
β βββ data.json
β βββ index.css
β βββ main.jsx
βββ .eslintrc.json
βββ .gitattributes
βββ .gitignore
βββ index.html
βββ package-lock.json
βββ package.json
βββ README.md
βββ vite.config.js
```
# Thank You
| This is a Clone of LeetCode Platform built by using React-concepts. Just like the original LeetCode, this platform provides you with a comprehensive coding experience. | css3,html5,javascript,json,jsx,react-hooks,react-router,reactjs | 2023-05-13T05:56:39Z | 2023-05-23T19:10:53Z | null | 1 | 0 | 10 | 0 | 1 | 3 | null | null | JavaScript |
ometman/to-do-list | main | # To-Do List: Ometman
<a name="readme-top"></a>
<div align="center">
<img src="./ometman-logo.png" alt="logo" width="140" height="auto" />
<br/>
<h3><b>To Do Lists: Ometman</b></h3>
<h5>**"To-Do List"** is a minimalist website project that helps to organize the tasks of a day, with CURD functionality. It therefore collects and lists tasks to be done, allows marking a task as complete, organizing them by index, update, remove and delete tasks. The site was developed using ES6 and webpack.<h5>
</div>
# π Table of Contents
- [To-Do List Ometman](#to-do=list-ometman)
- [π Table of Contents](#-table-of-contents)
- [π To Do List: Ometman ](#-to-do-list-ometman-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Author ](#-author-)
- [Author](#author)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [β FAQ ](#-faq-)
- [π License ](#-license-)
# π To Do List: Ometman <a name="about-project"></a>
This project **To Do List** demonstrates the development of the minimalist design of a website using Javascript structured in modules, with Webpack and other dependencies, ES6 syntax, HTML and CSS. It employs the use of an array of objects to dynamically populate and manipualte content in the DOM, incorporating best practices.
>The project includes designs for two different screen sizes.
- Mobile: up to 768px wide.
- Desktop: 768px or wider.
>Brief :
- There are no logo and navigation links.
- There are only 3 rows to begin with, title row, task input row and task marking row.
- It has only one page where CURD is done.
## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JS</li>
<li>Minimalist design</li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li>Optionally: Deployable Using GitHub Pages</li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li>N/A</li>
</ul>
</details>
### Key Features <a name="key-features"></a>
- **Conversion of a Minimalist web app to HTML/CSS using webpack**
- **List or Show tasks**
- **Add or Remove a task**
- **Mark all completed tasks to indicate completed**
- **Responsive Web Design: Desktop & Mobile**
- **Interactivity Using JS**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Live Demo <a name="live-demo"></a>
> You can access a live demo <a href="https://ometman.github.io/to-do-list/dist"> here</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Git.
- An IDE (e.g. VS Code)
- Browser to run.
### Setup
Clone this repository to your desired folder:
- Using Git Bash or any integrated terminal of you choice.
- Open with code editor (e.g. VS Code).
- Make sure all dependencies( eg: webpack, webpack dev server, css-loader, sass-loader, bootstrap)
### Usage
To run the project locally, execute the following command:
- Run the following command;
- npm run server (You should see a success result)
- Now access the app on port 3000 by entering the following in your browser:
- http://localhost:3000
### Run tests
To run tests, run the following command:
**************
Initial Step:
**************
- mkdir .github/workflows
- copy the **linters.yml** file to the directory created above.
- touch .gitignore if not created already and add **node_modules/** to it.
- initialize npm to create package.json file by running the command:
> npm i -y
(here i for install & -y for saying yes to all)
************************
For Webhint (optional):
************************
- Run
> npm install --save-dev hint@7.x
- To fix validation errors run:
> npx hint .
**************
For Stylelint
**************
- Run
> npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Copy **.stylelintrc.json** to the root directory of your project.
- Run
> npx stylelint "**/*.{css,scss}"
on the root of your directory of your project.
- Fix linter errors.
*******
ESLint
*******
- Run
> npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- Copy **.eslintrc.json** to the root directory of your project.
- Run
> npx eslint .
on the root of your directory of your project.
- Fix linter errors.
### Deployment
You can deploy this project using:
- GitHub Pages from a specific branch (e.g. main).
- You can also used any cloud service like gcloud or Azure.
- A deployed version can be found here:
https://ometman.github.io/to-do-list/dist
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π₯ Author <a name="authors"></a>
> Developed by: Omet Omeni (Ometman)
### Author
- GitHub: [@ometman](https://github.com/ometman)
- Twitter: [@twitterhandle](https://twitter.com/ometman)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ometman/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Future Features <a name="future-features"></a>
- **Popup alert on deleting or adding a task**
- **Changing look and feel of buttons**
- **Improved Aesthetics & Design**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ometman/to-do-list/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## βοΈ Show your support <a name="support"></a>
As a tech enthusiast, your support is always appreciated. If you like this project please do let me know with your support in any way you see fit.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank especially [Microverse](https://www.microverse.org/) for inspiring this project & project guidelines.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## β FAQ <a name="faq"></a>
- **Can I fork this project?**
- Yes, feel free to fork and knock yourself out :) .
- **Can I share this project with others?**
- Yes, you can share this project for any educational purposes.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| "To-Do List" is a simple tool that helps to organize the tasks of a day, with CURD functionality. It therefore collects and lists tasks to be done, allows marking a task as complete, organizing them by index, update, remove and delete tasks. It is build on ES6 and Webpack! | to-do-list,webpack,bootstrap,css,javascript,minimalist-design,nodejs | 2023-05-11T00:37:54Z | 2023-05-20T19:19:04Z | null | 1 | 4 | 37 | 2 | 0 | 3 | null | MIT | JavaScript |
sanjayguwaju/sg-projects-hub | PRODUCTION | # Project Hub
Welcome to the Project Hub! This repository contains the source code for our project hub website.
- **Production URL:** [https://sg-projects-hub.netlify.app/](https://sg-projects-hub.netlify.app/)
- **Development URL:** [https://dev-sg-projects-hub.netlify.app/](https://dev-sg-projects-hub.netlify.app/)
# Collection of HTML, CSS, and JavaScript Projects
Welcome to the Collection of HTML, CSS, and JavaScript Projects! This repository showcases a variety of web development projects built using HTML, CSS, and JavaScript. Each project offers unique features and demonstrates different concepts and techniques.
## Introduction
This repository serves as a collection of web development projects that highlight the capabilities of HTML, CSS, and JavaScript. Each project is designed to showcase specific features, such as responsive design, interactivity, animations, and more.
The projects in this collection are suitable for developers of all skill levels. Whether you are a beginner looking to learn the basics or an experienced developer wanting to explore advanced techniques, you'll find something interesting and educational here.
| This is for plain javascript course practice with html and css | css,html,javascript | 2023-05-13T15:34:46Z | 2023-11-08T08:16:36Z | null | 9 | 42 | 134 | 0 | 0 | 3 | null | null | HTML |
includeDaniel/fibonacci | main | # fibonacci
[](https://github.com/includeDaniel/fibonacci/blob/main/LICENSE)
[](https://github.com/includeDaniel/fibonacci/actions/workflows/main.yml)
[](https://www.npmjs.com/package/@includedaniel/fibonacci)
[](https://codecov.io/gh/includeDaniel/fibonacci)
```
npm i @includedaniel/fibonacci
```
```
yarn add @includedaniel/fibonacci
```
Usage:
```js
//module
import fibonacci from '@includedaniel/fibonacci'
console.log(fibonacci(25)) // 75025
```
```js
//commomjs
const fibonacci = require('@includedaniel/fibonacci')
console.log(fibonacci(25)) // 75025
```
Running tests:
- Run `yarn test` to execute the tests and export the reports to `/coverage` folder
Running lint:
- Run `yarn lint` to execute the eslint to fix and find problems in your code
- want to know more about eslint commands? [Follow the link](https://eslint.org/docs/latest/use/command-line-interface)
Running prettier:
- Run `yarn format` to format the code according to established standards
- Run `yarn type-check` to check the types in your code
Running rollup:
- Run `yarn build` to execute the rollup
- [Link for commands line flags of rollup](https://rollupjs.org/command-line-interface/#command-line-flags)
| A package who finds a correspondent fibonacci term | eslint,fibonacci,jest,memoization,npm-package,typescript,prettier,rollup,recursive-functions,javascript | 2023-04-24T22:15:42Z | 2023-08-06T17:15:30Z | 2023-07-29T18:21:15Z | 2 | 1 | 97 | 0 | 1 | 3 | null | MIT | TypeScript |
cosywasswa/My-Portfolio | main | <a name="readme-top"></a>
<div align="center">
<!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. -->
<br/>
<h3><b>Portfolio Website README Template</b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π [Portfolio website] <a name="about-project"></a>
**[Portfolio mobile version first]** is an html page of a portfolio desktop version that includes achievements, past projects,current project,personal contact information.Follow the link to watch the video about my portfolio project
https://www.loom.com/share/162416e9ac0f466a8e6d1099aad61c52
## π Built With <a name="built-with"></a>
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Client</summary>
<ul>
<li><a href="#">html</a></li>
</ul>
</details>
<details>
<summary>Server</summary>
<ul>
<li><a href="#">N/A</a></li>
</ul>
</details>
<details>
<summary>Database</summary>
<ul>
<li><a href="#">N/A</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[Diplays a personal Portfolio]**
**[Diplays projects done]**
**[Diplays information about the developer]**
**[Diplays a contact form]**
**[Diplays menu when hamburger is clicked]**
**[Diplays popup window when see project button is clicked]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## π Live Demo <a name="live-demo"></a>
-This is my project [Live Demo Link](https://cosywasswa.github.io/My-Portfolio/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:cosywasswa/My-Portfolio-Desktop.git
```
### To run the project
run the index.html
<p align="right">(<a href="#readme-top">back to top</a>)</p>
Use index.html file.
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ **Cosmas wasswa**
- GitHub: [@githubhandle](https://github.com/cosywasswa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cosmas-wasswa-931a2761/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] **[portfolio page]**
- [ ] **[recent works page]**
- [ ] **[About-me page]**
- [ ] **[Contact-form page]**
- [ ] **[Pop-up window]**
- [ ] **[Email validation feature]**
- [ ] **[Forn local data storage feature]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project please give it a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse for the knowledge and guidance given.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## β FAQ (OPTIONAL) <a name="faq"></a>
- **[How can the project be improved]**
- [More features can be intergrated by adding more project details after user selects "see project"]
- **[Can I use this project for study purposes]**
- [Yes]
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| My-Portfolio is a personal website that showcases my development achievements, past projects,current project,personal contact information. | css3,html5,javascript | 2023-05-04T11:47:01Z | 2023-08-09T22:20:29Z | null | 2 | 11 | 102 | 0 | 0 | 3 | null | MIT | CSS |
aaka8566/StreetWare | master | <h1 align="center">β¨β¨Welcome to Limeroad_Cloneβ¨β¨</h1>
<h3 align="center">π»Project Unique Name : StreetWare βοΈ</h3>
<h4>Streetware is an online e-commerce website for buying fashion apparels based on ongoing trends .</h4>
### Frontend Deployed URL π [Click here](https://streetware.vercel.app/)
### Backend API π [Click here](https://worrisome-goat-flip-flops.cyclic.app/products?gender=Men)
<h2 align="left">
<img src="https://art.pixilart.com/486745d4bb1ef18.gif" width="20" height="20" align="center">
Languages and Tools
<img src="https://art.pixilart.com/486745d4bb1ef18.gif" width="20" height="20" align="center">
</h2>
<div align="center">
<div align="center"><h3 align="center">Frontend</h3>
<img src="https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white" align="center" alt="html5">
<img src = "https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white" align="center" alt="css3">
<img src ="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E" align="center" alt="javascript">
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB" align="center" alt="reactjs" />
<img src="https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white" align="center" alt="redux" />
<img src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" align="center" alt="type script"/>
<br/>
<br/>
<img src = "https://img.shields.io/badge/chakra ui-%234ED1C5.svg?style=for-the-badge&logo=chakraui&logoColor=white" align="center" alt="chakra-ui"/>
</div>
<div align="center"><h3 align="center">Backend</h3>
<img src="https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white" align="center" alt="nodejs" />
<img src="https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white" align="center" alt="expressjs"/>
<img src="https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white" align="center" alt="mongodb"/>
</div>
<div align="center"><h3 align="center">Tools</h3>
<img src="https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7" align="center" alt="git"/>
<img src="https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=whit" align="center" alt="git"/>
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" align="center" alt="github"/>
<img src = "https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white" align="center" alt="npm">
<img src="https://img.shields.io/badge/Visual%20Studio-5C2D91.svg?style=for-the-badge&logo=visual-studio&logoColor=white" align="center" alt="vscode"/>
<img src ="https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white" align="center" alt="render">
<br />
<br />
<img src="https://img.shields.io/badge/Visual%20Studio-5C2D91.svg?style=for-the-badge&logo=visual-studio&logoColor=white" align="center" alt="vscode"/>
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white" align="center" alt="slack"/>
</div>
</div>
<div align="center"><h3 align="center">Deployed On:</h3>
<img src="https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white" alt="vercel"/>
<img src="https://img.shields.io/badge/cyclic-5458F6?style=for-the-badge&logo=cyclic&logoColor=white" alt="cyclic" />
</div>
</p>
<br/>
## Features
- Account Registration and Login Functionality [Using Express.js ].
- Passowrd hashing and encryption (USing JWT and bcrypt).
- Filtering functionality on the basis of type,brand ,discount and price.
- Wishlist and adding product to cart directly from wishlist.
- Cart for adding products and increasing quantity .
- Payment via different modes and ordering functionality
- Order Details and cart as per the logged in user.
- Admin Login via backend server (restricted route).
- Admin Panel functionality (fore Editing,Adding and Deleting Products).
<h1>Glimpses of our Project</h1>
## HomePage
<table>
<tr>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Homepage1.png?raw=true" alt="memo"/>
</td>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Homepage2.png?raw=true" alt="memo"/>
</td>
</tr>
</table>
## Products Page
<table>
<tr>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Pr1.png?raw=true" alt="memo"/>
</td>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Pr2.png?raw=true" alt="memo"/>
</td>
</tr>
</table>
## Sign Up and Login Page
<table>
<tr>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Signup.png?raw=true" alt="memo"/>
</td>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Login.png?raw=true" alt="memo"/>
</td>
</tr>
</table>
## Cart Page
<table>
<tr>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Cart.png?raw=true" alt="memo"/>
</td>
</tr>
</table>
## Payments Page
<table>
<tr>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Payments.png?raw=true" alt="memo"/>
</td>
</tr>
</table>
## Admin Login and Admin Page
<table>
<tr>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Adlogin.png?raw=true" alt="memo"/>
</td>
<td>
<img src="https://github.com/aaka8566/permissible-rate-8040/blob/master/GitImages/Adhome.png?raw=true" alt="memo"/>
</td>
</tr>
</table>
## Note [Admin Login]
Admin Login Details:
<br/>
<br/>
UserName : admin@123
<br/>
Password : admin
# Prerequisites :
- Node.js
- npm
# Installing :
1. Clone the repository to your local machine
2. Navigate to the project directory
3. Run `npm install` to install the required dependencies
4. Run `npm start` to start the development server
<br/><br/>
## Our Team :-
<ul>
<li><a href="https://github.com/aaka8566"/>Aakash Chakravarty [Team Lead]</li>
<li><a href="https://github.com/Suraj121704c"/>Suraj Singh</li>
<li><a href="https://github.com/vidhi86"/>Vidhi Sharma</li>
<li><a href="https://github.com/Raj9457"/>Rajat Bisht</li>
<li><a href="https://github.com/Sudip-C"/>Sudip Chowdhary</li>
</ul>
<h1 align="center">β¨Thank Youβ¨</h1>
| Streetware is an online e-commerce website for buying fashion apparels based on ongoing trends . | javascript,nodejs,react,bcrypt,express-js,jwt-authentication | 2023-05-02T17:29:47Z | 2023-05-13T08:29:49Z | null | 5 | 25 | 86 | 0 | 2 | 3 | null | null | JavaScript |
SevenAJJY/React-portfolio | master | # React-portfolio
π The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
----
### Preview
`Home page With dark-mode`
<p align="center">
<img src="./src/assets/homePreview.PNG" />
</p>
----
`Home page With light-mode`
<p align="center">
<img src="./src/assets/homeLightpreview.PNG" />
</p>
----
Run `npm run dev` to start application.
----
<p align="center">
Give a :star: if you liked it.<br>
Made with :heart: and react JS.
</p>
| π The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer. | css,css-grid,css3,dark-mode,framer-motion,html,html5,javascript,react,reactjs | 2023-05-08T20:46:12Z | 2023-05-16T21:01:41Z | null | 1 | 0 | 28 | 0 | 0 | 3 | null | null | JavaScript |
jicamargo/mmw | main | <a name="readme-top"></a>
<div align="center">
Β <br/>
Β <h1><b>MIAMI MUSIC WEEKEND</b></h1>
Β <br/>
</div>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π Miami Music Weekend ](#-miami-music-weekend-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [βοΈ Key Features ](#οΈ-key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Walkthrough Video](#walkthrough-video)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)
Β - [π Built With ](#-built-with-)
Β Β - [Tech Stack ](#tech-stack-)
Β - [βοΈ Key Features ](#οΈ-key-features-)
Β - [π Live Demo ](#-live-demo-)
Β - [π» Getting Started ](#-getting-started-)
Β Β - [Walkthrough Video](#walkthrough-video)
Β Β - [Prerequisites](#prerequisites)
Β Β - [Setup](#setup)
Β Β - [Install](#install)
Β Β - [Usage](#usage)
Β Β - [Run tests](#run-tests)
Β Β - [Deployment](#deployment)
Β - [π₯ Authors ](#-authors-)
Β - [π Future Features ](#-future-features-)
Β - [π€ Contributing ](#-contributing-)
Β - [βοΈ Show your support ](#οΈ-show-your-support-)
Β - [π Acknowledgments ](#-acknowledgments-)
Β - [π License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# π Miami Music Weekend <a name="about-project"></a>
This is a demo site with de "Miami Music Weekend Information". It's a Capstone for Microverse program.
## π Built With <a name="built-with"></a>
- HTML
- SASS - CSS
- Bootstrap
- Javascript
### Tech Stack <a name="tech-stack"></a>
<details>
Β <summary>Client</summary>
Β <ul>
Β Β <li>HTML</li>
Β Β <li>CSS / SASS</li>
Β Β <li>BOOTSTRAP</li>
Β Β <li>JAVASCRIPT</li>
Β </ul>
</details>
## βοΈ Key Features <a name="key-features"></a>
- **"First mobile" design**
- **Responsive Web Design**
- **Animations and transitions**
- **"pop-up window to musicians details**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## π Live Demo <a name="live-demo"></a>
[View live Demo](https://jicamargo.github.io/mmw/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
Open this site in your browser and enjoy.
### Walkthrough Video
[Watch the Video Walkthrough](https://youtu.be/ZjL0LeZlHdc)
### Prerequisites
In order to run this project you need:
A modern browser for like Mozilla, Chrome, Edge, etc. that supports HTML5 and CSS
### Setup
This application runs directly (it does not need any setup process)
### Install
Install this project with:
This application runs directly (it does not need any install process)
### Usage
Enter to index.html web page
### Run tests
No tests needed, you can enter directly to index.html
### Deployment
No deployment needed, you can enter directly to index.html
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ **Jorge Camargo**
- GitHub: [@jicamargo](https://github.com/jicamargo)
- Twitter: [@ji_camargo](https://twitter.com/ji_camargo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/jorgecamargog)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] **[Fancy animations]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project, please give a βοΈ (Thank you)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
- Thanks to [Cindy Shin](https://www.behance.net/adagio07) who is the [author of the original design](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015)
- [Creative Commons.](https://creativecommons.org/)
- [Microverse team]()https://microverse.org/
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π License <a name="license"></a>
This project is licensed:
- [Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Miami Music Weekend (MMW) is an engaging and visually captivating landing page dedicated to showcasing and promoting a vibrant Music Festival experience in Miami. | bootstrap,bootstrap5,css,html,html5,javascript,sass | 2023-04-24T16:23:05Z | 2023-04-28T21:08:07Z | null | 1 | 2 | 16 | 0 | 0 | 3 | null | MIT | HTML |
atanumondal-2001/Text-Analyzer-using-HTML-CSS-JavaScript | main | # Text-Analyzer-using-HTML-CSS-JavaScript
A simple text analyzer and Dictionary Application with some cool features.
Screen Responsive webpage
Navigation Bar
First page There is Text formatting features with word and Character count facility.
On dictionary page you can find the meaning of any word.
Preview:
First Page:

Dictionary Page:

THANK YOU
| A simple text analyzer and Dictionary Application with some cool features. | dictionary,front-end-development,html-css-javascript,javascript,text-analyzer | 2023-04-22T10:22:26Z | 2023-05-09T08:20:28Z | null | 1 | 0 | 9 | 0 | 0 | 3 | null | null | HTML |
MoyasiGinko/ToDoList-Project | master | <div align="center">
<!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. -->
<img src="https://avatars.githubusercontent.com/u/108092696?v=4(https://github.com/account)" alt="logo" width="140" height="auto" />
<h3>To Do List</h3>
</div>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#run-tests)
- [π·ββοΈ Author](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π To Do List <a name="about-project"></a>
**To Do List**
> "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. In this particular repo, We are building this To-do list with using HTML, CSS, JavaScript (ES6), and Webpack.
## π Built With <a name="built-with"></a>
- HTML
- CSS
- JavaScript (ES6)
- Webpack
- Jest
### Tech Stack <a name="tech-stack"></a>
<details>
<summary>Languages and technologies</summary>
<ul>
<li><a href="#">HTML</a></li>
</ul>
<ul>
<li><a href="#">CSS3</a></li>
</ul>
<ul>
<li><a href="#">VScode</a></li>
</ul>
<ul>
<li><a href="#">Git and GitHub</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **Easy navigation**
- **Personalized product**
## π Live Demo <a name="live-demo"></a>
[Demo Link π₯](https://moyasiginko.github.io/ToDoList-Project/dist/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need GitHub account and a text editor.
- Node.js
- npm
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:MoyasiGinko/ToDoList-Project.git
cd ToDoList-Project
```
- cd into the project directory
```
Open the project using a live sever extension that can be found within your code editor extensions.
```
### Install
- Once you clone the repo, go to the directory and run `npm install` command to get all necessary instalations.
- Build/ watch project (not necessary, but might be needed in case you make some changes in the src folder).
```
npm run build
npm run watch
```
- Run Webpack live server
```
npm start
```
### Usage
To run the project, execute the following command:
N/A
### Run tests
```
npm run test
```
- ...in your bash (assuming you are in the root of this project);
### Deployment
You can deploy this project using: webpack in your local machine.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π·ββοΈ Author <a name="authors"></a>
π€ **Moyasi**
- GitHub: [@MoyasiGinko](https://github.com/MoyasiGinko)
- Twitter: [@MoyasiGinko](https://twitter.com/moyasi_ginko)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mahmudur-rahman-a8a151257)
π€ **Sylvester WAMAYA**
- GitHub: [@githubhandle](https://github.com/sylvester-wamaya)
- Twitter: [@twitterhandle](https://twitter.com/The_Seal_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sylvester-wamaya-b11a93112/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Future Features <a name="future-features"></a>
- [ ] **[interactive functions]**
- [ ] **[Footer]**
- [ ] **[Profile picture]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you get inspired by this project you can give me a star π
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./MIT.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| A Todo List app created using JavaScript, HTML, and CSS. This app utilizes modern ES6 syntax and modular design, making it easy to organize and manage your tasks. With the help of Webpack and Babel, the app ensures smooth performance and broad browser compatibility. Stay organized and boost productivity with this user-friendly Todo List app. | babel,css,es6-javascript,html,javascript,jest-test,linters,webpack | 2023-05-10T17:16:06Z | 2023-05-20T01:56:34Z | null | 2 | 5 | 69 | 2 | 0 | 3 | null | null | JavaScript |
CodeByDex/PutASporkInIt | main | # PutASporkInIt
Welcome to PutASporkInIt, the virtual kitchen for pop culture fans! Our mission is to bring the magic of your favorite TV shows, movies, and video games to your plate, with mouth-watering recipes that will make you feel like a hero in the kitchen. Join our community, share your recipes, and discover new culinary adventures!
## Table of Contents
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Tests](#tests)
- [Project Links](#project-links)
- [License](#license)
- [Questions](#questions)
## Technologies Used
[](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
[](https://developer.mozilla.org/en-US/docs/Web/CSS)
[](https://www.ecma-international.org/ecma-262/)
[](https://nodejs.org/)
[](https://expressjs.com/)
[](https://www.mysql.com/)
[](https://www.heroku.com/)
[](https://sequelize.org/)
[](https://tailwindcss.com/)
[](https://flowbite.com/)
[](https://handlebarsjs.com/)
[](https://www.npmjs.com/package/convert-units)
## Installation
Please follow these steps to install and run the project on your local machine:
1. You will need to run `npm i` to install project dependencies.
2. You need to run the `db/schema.sql` file to create the database.
3. You will need to create a `.env` file with with the following entries
```
DB_Name = "dbname"
DB_User = "dbuser"
DB_PW = "dbpw"
landscape = "local"
```
4. You will need to run node `db/seeds` to initialize the database.
5. You will need to run `npx tailwindcss -i ./public/css/style.css -o ./public/css/output.css --watch` while making view/css updates to generated an updated tailwind css file.
## Usage
To use this project, follow these steps:
1. Go to the site and create an account: www.putasporkinit.co/
2. Click `Browse All Recipes`.
3. Search through to find a recipe that you would like to try.
4. Choose your favorite recipes by clicking the `heart` icon and give it an `up-vote` or `down-vote`.





## Contributing
This project is not currently open for contributions.
## Tests
To run tests on this project, follow these steps:
Feeling creative? Go to `Dashboard` and add your own recipes for other users to use!
Browse all of your favorite recipes from the `Dashboard`.
Testing instructions coming in a future update.
## Project Links
Deployed Application: https://www.putasporkinit.co/
Github Repository: https://github.com/CodeByDex/PutASporkInIt
Team: [ChelseaLuevano](https://github.com/ChelseaLuevano), [Christianmsm](https://github.com/Christianmsm), [CodeByDex](https://github.com/CodeByDex), [Cyanasaurusrex](https://github.com/Cyanasaurusrex), [jxmart](https://github.com/jxmart), [that_devguy](https://github.com/that_devguy)
## License
[](https://www.mit.edu/~amini/LICENSE.md)
## Questions
If you have any questions or issues, feel free to reach out to us via my GitHub repo: [PutASporkInIt](https://github.com/CodeByDex/PutASporkInIt)
| null | css,html,javascript,nodejs | 2023-04-27T23:39:45Z | 2023-05-22T23:00:27Z | null | 6 | 86 | 393 | 4 | 0 | 3 | null | MIT | JavaScript |
mercymugambi/space-travel-project | dev | <a name="readme-top"></a>
<div align="center">
<br/>
</div>
<!-- TABLE OF CONTENTS -->
# π Table of Contents
- [π Space-Travel-Hub](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
<!-- PROJECT DESCRIPTION -->
# π SPACE TRAVEL Hub <a name="about-project"></a>
This is the Space Travel Hub website created with React using CRA CLI. It describes a number of features related to the rockets, and missions associated with providing commercial and scientific space travel services.
## π Built With <a name="built-with"></a>
- React
- Redux
- Jest
- CSS
<!-- Features -->
### Key Features <a name="key-features"></a>
- Joining the missions
- Reserving rockets
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## π Live Demo <a name="live-demo">
- [Live version](https://space-travel-hub.onrender.com)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## π» Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Google Chrome (or any browser)
- Git
- Visual studio code (or other code editors)
- Node JS
### Setup
Clone this repository to your desired folder:
> Open CMD, Terminal or GitBash in your PC and type this (replace 'my-folder' with the name of your desired folder)
```sh
cd my-folder
```
```sh
git clone git@github.com:mercymugambi/space-travel-project.git
```
### Usage
To run the project, execute the following command:
```sh
npm install
```
```sh
npm start
```
> Then the web page will appear in your browser
### Install
> You can simply clone this project you don't need to install anything in your pc because it is a webpage.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## π₯ Authors <a name="authors"></a>
π€ **Mercy Mugambi**
- GitHub: [@mercymugambi](https://github.com/mercymugambi)
- Twitter: [@mercymugambi](https://twitter.com/MercyMugambi15)
- LinkedIn: [@mercymugambi](https://www.linkedin.com/in/mercymugambi/)
π€ **Yan Min Thwin**
- GitHub: [@anbehindY](https://github.com/anbehindY)
- Twitter: [@yanminthwin](https://twitter.com/yanminthwin)
- LinkedIn: [Yan Min Thwin](https://www.linkedin.com/in/yan-min-thwin-192862215)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## π Future Features <a name="future-features"></a>
- [ ] **CSS transitions**
- [ ] **Further asthetics CSS**
- [ ] **Functionalties for Dragons page**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## π€ Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
- https://github.com/mercymugambi/space-travel-project/issues
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## βοΈ Show your support <a name="support"></a>
If you like this project, please give a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## π Acknowledgments <a name="acknowledgements"></a>
I would like to thank Microverse, my learning partners and every single Youtube channel.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## π License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| This is the Space Travel Hub website created with React using CRA CLI. It describes a number of features related to the rockets, and missions associated with providing commercial and scientific space travel services. | css,javascript,react | 2023-05-15T10:01:46Z | 2023-05-20T07:29:24Z | null | 2 | 16 | 108 | 7 | 0 | 3 | null | MIT | JavaScript |
Adarsh6158/PersonalPortfolio | main |
# Personal Portfolio
This project involves building a personal portfolio website using HTML and CSS. The goal of this website is to showcase my skills and work experience to potential employers or clients.
Website Layout: The website will consist of several sections, including:
Home: A brief introduction about myself and my skills, including a profile picture.
About Me: A more detailed description of myself, my background, and my interests.
Projects: A showcase of my previous work, including screenshots and descriptions of each project.
Skills: A list of my technical skills, including programming languages, software, and tools.
Contact: A form that allows visitors to contact me directly, along with links to my social media profiles.
Design: The website design will be clean, professional, and easy to navigate. I will use a responsive design to ensure that the website looks good on all devices.
Technologies Used: HTML, CSS, and possibly some JavaScript for added functionality.
Challenges: The main challenges in building this project will be designing a visually appealing layout, ensuring that the website is accessible to all users, and making sure that the website loads quickly.
Expected Outcome: By the end of this project, I will have a professional-looking personal portfolio website that showcases my skills and work experience. This website will help me to stand out to potential employers or clients and provide them with an easy way to contact me.
## Live Website
Check out my personal portfolio website to see my latest work and projects. [Adarsh](https://adarshkm.000webhostapp.com/)
## Support
For support, email adarsh6158@gmail.com .
## π Link\
[](https://www.linkedin.com/in/adarsh-35a9931ba/)
| Welcome to my personal portfolio website! Created with a combination of HTML, CSS, and JS, this interactive platform showcases my skills, achievements, and projects. | css,html,javascript,portfolio | 2023-04-26T15:53:33Z | 2023-08-11T18:32:59Z | null | 1 | 0 | 19 | 0 | 0 | 3 | null | null | HTML |
Nelofarzabi/Reading_List_App | main |
## [View project live](https://nelofarzabi.github.io/Reading_List_App/)
# Reading List App
> Description the project.
- Reading list app is a simple web app which developed with HTML , CSS , JS ..
- With this app you can :
- Add books
- Delete books
- Search books
- Hide and Show all existing books
# Getting Started
**please get your browser update. To get a local copy up and running follow these simple steps.**
Run the command below from the terminal
- git clone in your terminal
- cd Reading_List_App
- start index.html
## Built With
- Html & Css
- JavaScript
## Author
π€ **Nelofar Zabi**
- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)
## π€ Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a βοΈ if you like this project!
## π License
This project is
[licensed](https://github.com/Nelofarzabi/Reading_List_App/blob/main/LICENSE) .
| The Reading List app is a simple web application developed with HTML, CSS, and JavaScript. With this web app, you can add books, delete books, search for books, and hide or show all books. It's a wonderful web app; feel free to clone it and explore its features. | css3,html,javascript | 2023-05-09T06:53:51Z | 2023-05-12T17:20:17Z | null | 1 | 1 | 23 | 0 | 0 | 2 | null | MIT | JavaScript |
Luke-G-Cordova/BetterSearch | master | <br/>
<p align="center">
<a href="https://chrome.google.com/webstore/detail/bettersearch/lklkkcajhjdephgieocndlemnkcgchln">
<img src="https://raw.githubusercontent.com/Luke-G-Cordova/BetterSearch/master/static/icons/logo_color.svg" alt="BetterSearch Logo">
</a>
</p>
<h1 align="center">BetterSearch</h1>
# How to use
BetterSearch can be added to your Chrome extension list. Click [here](https://chrome.google.com/webstore/detail/bettersearch/lklkkcajhjdephgieocndlemnkcgchln) to download!
## Developers
### Clone the repository locally.
[Git clone docs](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) | [Git tutorial](https://www.w3schools.com/git/default.asp)
`$ git clone https://github.com/Luke-G-Cordova/BetterSearch.git`
### Install the npm packages.
[Npm install docs](https://docs.npmjs.com/cli/v8/commands/npm-install) | [Node.js tutorial](https://www.w3schools.com/nodejs/default.asp)
`$ npm install`
> Make sure you cd into your newly created repository first.
### Build.
This command builds the project in a folder called `dist`
`$ npm run build`
### Add to Chrome.
[Chrome docs](https://support.google.com/chrome/a/answer/2714278?hl=en#:~:text=Go%20to%20chrome%3A%2F%2Fextensions,the%20app%20or%20extension%20folder.)
- Open Chrome and type `chrome://extensions/` into the search bar.
- When open click the Developer mode toggle to toggle it ON in the top right corner.
- Click Load unpacked in the top left corner.
- Navigate to and select your `dist` folder and click open.
- It is now added to chrome. The keybinds to open the extension are sometimes finicky so click the hamburger icon in the top left and select keyboard shortcuts to make sure one is set for `Toggles the dom based popup`.
- To test out your new extension, access or reload a website and use your keyboard shortcut.
# Contributing
If you have a good idea or found a bug, make an issue for it! Feel free to clone the repository and submit a pull request as well!
| Enables better web page searching functionality for browsers | chrome-extension,ctrlf,html5,javascript,regex,regexp,string-comparison,typescript | 2023-05-07T23:07:15Z | 2023-09-25T23:23:39Z | null | 2 | 23 | 93 | 7 | 0 | 2 | null | MIT | TypeScript |
Mullayam/PreSQL | main | <p align="center">
<a href="https://enjoys.in">
<img src="https://assets-docs.b-cdn.net/assets/ENJOYSLIGHT.png" height="138">
<h1 align="center">PreSQL</h1>
</a>
</p>
<p align="center">
<a aria-label="PreSQL logo" href="https://en-presql.enjoys.in">
<img src="https://assets-docs.b-cdn.net/assets/lightMAdebyEnjoys.png" height="30">
</a>
<a aria-label="NPM version" href="https://www.npmjs.com/package/presql">
<img alt="1.2.2" src="https://img.shields.io/badge/NPM-1.2.3-orange?style=for-the-badge&logo=appveyor">
</a>
</p>
## Getting Started
Visit <a aria-label="presql learn" href="https://en-presql.enjoys.in/getting-started">https://en-presql.enjoys.in/</a> to get started with PreSQL.
## Documentation
Visit [https://en-presql.enjoys.in](https://en-presql.enjoys.in) to view the full documentation.
> Developer : `Mullayam`<br>
> Version : `1.2.2`
## _No More Query Statements_
PreSQL is an SQL-language based library containing pre-written code with shortend methods. Say "bye" to writing long query statements.
## Dependencies
PreSQL requires the following dependencies to be installed:
- [Node.js](https://nodejs.org/) v16+
- mysql2 - _to connect to MySQL database_
## Installation
Install the dependencies and devDependencies and start the server.
```sh
npm i presql
```
## Methods
### Crud Operations
- create() , createMany()
- updateOne() , updateMany()
- destroy() , destroyAll()
- findById(),findOne(),findFirst(),findMany()
- exist()
- table()
- queryBuilder()
### Logical (Math) Operations
- Math()
### Table Join / Relationship
- join()
### Depricated/Not Featured
- In,Between,Alias,Distinct,OrderByGroup -- Adding in Future Versions
# Examples
Visit [https://en-presql.enjoys.in/category/presql-crud](https://en-presql.enjoys.in/category/presql-crud) to view the full Examples.
## License
This project is licensed under `MIT` License, please check the LICENSE file for more details.
| No More Query Statements | javascript,mysql,mysql-database,mysql2,nodejs,orm,sql | 2023-04-25T07:12:26Z | 2023-06-09T07:38:19Z | 2023-05-29T19:59:49Z | 2 | 1 | 2 | 0 | 1 | 2 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.