Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore artifacts:
build
coverage
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,49 @@


## Coverview

Creating cover images for your blogs is now super easy.

<p>
<a href="https://github.com/rutikwankhade/CoverView"><img src="https://img.shields.io/github/stars/rutikwankhade/CoverView.svg?style=social&label=Star"></a>
<a href="https://github.com/rutikwankhade/CoverView"><img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103"></a>
<a href="https://lbesson.mit-license.org"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a>



</p>




<img src="https://gist.github.com/user-attachments/assets/1d1c1833-29bc-45d6-97dd-e26c2d1019cb
" height="auto" width="800px" margin="20px">






## ⚡ Features

- 🚀 super fast and easy to use
- ✨ unsplash integration to search images
- 🌈 7 different themes, multiple fonts
- 🌠 100+ dev icons with option to upload custom icon
- 💾 Cover size based on blogging platform (i.e hashnode and dev)

## 👩‍💻 Developing
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).


This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

```shell
git clone https://github.com/rutikwankhade/CoverView.git
cd CoverView/
npm start
```


## 👇 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

1. Fork it (<https://github.com/rutikwankhade/CoverView/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request


## 🙏 Acknowledgments

- [dom-to-image](https://github.com/tsayen/dom-to-image)
- [Hero Patterns](https://www.heropatterns.com/)
- [Devicons](https://github.com/devicons/devicon)

Don't forget to leave a ⭐ if you found this useful. Also checkout more products i built at [rutik.dev](https://rutik.dev)


Loading