Skip to content

Commit

Permalink
Merge pull request #28 from Jay179-sudo/doc-fix
Browse files Browse the repository at this point in the history
Helped improve the documentation
  • Loading branch information
Nirbhayparmar committed Oct 3, 2022
2 parents e6b2ec2 + 18a761c commit f48b11b
Showing 1 changed file with 33 additions and 4 deletions.
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/)

0 comments on commit f48b11b

Please sign in to comment.