An open API service indexing awesome lists of open source software.

https://github.com/adityakmr7/gradient-generator

Create your own gradient.
https://github.com/adityakmr7/gradient-generator

css gradient materialui reactjs

Last synced: 8 days ago
JSON representation

Create your own gradient.

Awesome Lists containing this project

README

          

Gradient Generator


View Demo
ยท
Report Bug
ยท
Request Feature


gradient-generator forks


gradient-generator stars


gradient-generator issues


gradient-generator pull-requests

## ๐Ÿ› ๏ธ Installation Steps

1. Clone the repository

```bash
git clone https://github.com/adityakmr7/gradient-generator.git
```

2. Change the working directory

```bash
cd gradient-generator
```

3. Install dependencies

```bash
yarn
```

4. Run the app

```bash
yarn start
```

๐ŸŒŸ You are all set!

## ๐Ÿฐ Contributing

Head over to [`data/gradient.json`](https://github.com/adityakmr7/gradient-generator/blob/main/src/data/gradient.json) and add your gradient at the bottom of the list. Here is an example contribution ๐Ÿ‘‡

> Make sure that you have all the required items

```json
{
"intialColor": "#1CB5E0 0%",
"finalColor": "#000851 100%",
"angle": "90"
}
```

Please contribute using [GitHub Flow](https://guides.github.com/introduction/flow). Create a branch, add commits, and [open a pull request](https://github.com/adityakmr7/gradient-generator/compare).

## ๐Ÿ’ป Built with

- [React](https://reactjs.org/)
- [Material UI](http://material-ui.com/): for styling and Icons
- [react-router-dom](https://reactrouter.com/web/guides/quick-start): for routing

# Screenshot


## ๐Ÿ‘จโ€๐Ÿ’ป Thanks to the Awesome Contributors

Feel free to contribute in the project ๐Ÿ™Œ



## ๐Ÿ™ Support

This project needs a ๐ŸŒŸ from you




Developed with โค๏ธ in India ๐Ÿ‡ฎ๐Ÿ‡ณ