Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helped improve the documentation #28

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 33 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
# gradientiser-BgGenerator

This is a open source css gradient background generator. Hope it will help the community to get a beautiful background in just one click. The dynamic gradient backgroundIt is based on generating css from javascript dom manipulation. The randomaly generated background is based on using inbuilt random function present in JavaScript and used it to generate hex codes for colors and make it work.
Hi! Welcome to Gradientiser, an open source dynamic background generator!

## demo of live website
This app helps you create a dynamic gradient background in a single click!

![ezgif com-gif-maker](https://user-images.githubusercontent.com/62185337/193100987-bff3d3b8-6794-41f2-8f10-75fdc9ee8e3f.gif)
## Technologies Used

- HTML
- CSS
- JavaScript

## How To Use

- You can just visit the [website](https://nirbhayparmar.github.io/gradientiser-BgGenerator/) where we we have hosted our code to pick the background of your choosing easily!

The dynamic gradient background is based on generating the CSS via JavaScript DOM manipulation. We use the inbuilt random function present in JavaScript to randomly generate hex colors which we use to build our backgrounds!

## Contributing
Since this is an open source project, we are actively looking for people to participate and help our project flourish! We ❤️ our contributors. We're committed to fostering an open, welcoming, and safe environment in the community.

We expect everyone to abide by our [Code of Conduct](https://github.com/Nirbhayparmar/gradientiser-BgGenerator/blob/main/CODE_OF_CONDUCT.md). Please read and follow it.

Head on over to our [Contributing Guide](https://github.com/Nirbhayparmar/gradientiser-BgGenerator/blob/main/contributing.md) to get started!





## Website Demo



![ezgif com-gif-maker](https://user-images.githubusercontent.com/62185337/193100987-bff3d3b8-6794-41f2-8f10-75fdc9ee8e3f.gif)





Visit this link to visit the live the website- [https://nirbhayparmar.github.io/gradientiser-BgGenerator/](https://nirbhayparmar.github.io/gradientiser-BgGenerator/)
Visit this link to visit the live the website- [https://nirbhayparmar.github.io/gradientiser-BgGenerator/](https://nirbhayparmar.github.io/gradientiser-BgGenerator/)