All Projects → arpit456jain → Amazing-Js-Projects

arpit456jain / Amazing-Js-Projects

Licence: MIT License
Amazing-Js-Projects

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Amazing-Js-Projects

vuepress-plugin-cursor-effects
🎉 Add a cute click effect to your mouse in your vuepress!
Stars: ✭ 18 (-81.82%)
Mutual labels:  effects
pacco
A bundler for modular and extensible web projects.
Stars: ✭ 16 (-83.84%)
Mutual labels:  projects
QQVoiceChange
Android NDK项目,继承 fmod音频引擎 实现仿QQ变声效果,可实现对录音进行变声,如 萝莉、大叔、搞怪、惊悚、空灵等效果,带领大家熟悉使用Android Studio+ CMake 集成 fmod 等C/C++框架的流程。
Stars: ✭ 26 (-73.74%)
Mutual labels:  effects
CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (-69.7%)
Mutual labels:  projects
Hacktober-Fest-2021
📜This repository is created to welcome all the open source enthusiasts to get introduced to beginner friendly projects they could work with in the festive season of HacktoberFest 2021🎇🙌.
Stars: ✭ 23 (-76.77%)
Mutual labels:  projects
vue-fake3d-image-effect
✨ A fake 3D Image Effect with WebGL - w/ VueJS - SSR Compatible
Stars: ✭ 15 (-84.85%)
Mutual labels:  effects
myProjects
This repository contains exercise,projects and that I practiced to improve my coding skills.
Stars: ✭ 18 (-81.82%)
Mutual labels:  projects
ECardFlow
🍭A custom ViewPager for multiple card flow system. && A layout which provide beautiful background effects for ViewPager.
Stars: ✭ 47 (-52.53%)
Mutual labels:  effects
BuyXMWear2Plugin
最近在小米官网上抢小米手环2一直抢不到,深痛小米恶心的饥饿营销,但是喜欢的宝贝还是要买滴[嘻嘻嘻],咋办呢?。刚好昨天阿里内部抢月饼的事件闹到头条,何不像他们学习写个插件抢手环2呢,何乐而不为!
Stars: ✭ 16 (-83.84%)
Mutual labels:  projects
neovim-session-manager
A simple wrapper around :mksession
Stars: ✭ 148 (+49.49%)
Mutual labels:  projects
awesome-maldives
A curated list of amazingly awesome libraries, resources and shiny things made by maldivian developers.
Stars: ✭ 16 (-83.84%)
Mutual labels:  projects
zio-http4s-example
For anyone who's struggling to put an http4s server together with ZIO
Stars: ✭ 19 (-80.81%)
Mutual labels:  effects
awesome-hackathon-projects
This is a curated list of amazing hackathon projects
Stars: ✭ 193 (+94.95%)
Mutual labels:  projects
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+41.41%)
Mutual labels:  projects
skyline
Some canvas experiments... like drawing a procedurally generated skyline. Also featuring fun explosions :D
Stars: ✭ 24 (-75.76%)
Mutual labels:  effects
shuffle-text
"shuffle-text" is JavaScript text effect library such as cool legacy of Flash.
Stars: ✭ 93 (-6.06%)
Mutual labels:  effects
ML-ProjectKart
🙌Kart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+63.64%)
Mutual labels:  projects
Projects
Final Project materials and description.
Stars: ✭ 36 (-63.64%)
Mutual labels:  projects
Fake-News-Detection-Project
Fake News Detection Final Year College Project with Project Report, PPT, Code, Research Paper and Documents.
Stars: ✭ 16 (-83.84%)
Mutual labels:  projects
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (-60.61%)
Mutual labels:  effects

forthebadge forthebadge

Amazing-Js-Projects

This project was a part of the following Open Source Program



Do you want to make project on JavaScript ? if yes then 👇

👋 Join Us

📌Introduction

HELLO FOLKS ,

This repository contains many amazing projects written in HTML5 , CSS3 and JavaScript. Consider this repository as your personal space to find or add any new script that can make life easier for us and the Open Source community too, as a Developer, and find a utility of coding to burst out of boredom. Get started with coding exhilarating javascript, markup language and styling, that you can use to develop amazing products.


🎥 Demo

Website for this repository : https://amazing-js-projects.netlify.app/

frontendtemp

Must Check These Repos Also


💻 Technologies

  • HTML 5
  • CSS
  • JavaScript

How to get started?

You can refer to the following steps on the basics of Git and Github and also contact the Project Mentors, in case you are stuck:

fork this repository

If you don't have git on your machine, install it.

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

clone this repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

copy URL to clipboard

For example:

git clone https://github.com/xyz/Amazing-Js-Projects.git

where xyz is your GitHub username. Here you're copying the contents of the Amazing-Js-Projects repository on GitHub to your computer.

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd Amazing-Js-Projects

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

For example:

git checkout -b abc

Make necessary changes and commit those changes

Now open file in a text editor, add your changes to it. Now, save the file.

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:

git add .

Now commit those changes using the git commit command:

git commit -m "write about the changes you made in file"

Push changes to GitHub

Push your changes using the command git push:

git push origin <branch-name>

replacing <branch-name> with the name of the branch you created earlier.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

create a pull request

Now submit the pull request.

voila ! You have done it , You will get a notification email once the changes have been merged by maintainer.

📌Till Then

Need Some Help in this Repo -> Web Development And Resourcses


Project Admins ❤️


Arpit Jain


Ankita Puri

Project Mentors 👩‍🏫


Kumari Astha Rani


Vidhi Bhatt


DEEPALI-SUK


DEEPIKA-SUK

Contributors

Thanks go to these Wonderful People 👨🏻‍💻: 🚀 Contributions of any kind are welcome!


Happy Coding 👨‍💻

💬Join Our CodeSmashers Community

Join - https://discord.gg/gtYUZQSjTt

Feel free to contribute to this repo.

Show some ❤️  by giving the star to this repository!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].