Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhoan5/cool-readme

Components for Readme.md or Markdown
https://github.com/jhoan5/cool-readme

badge components copy-paste guide learn markdown readme template

Last synced: about 6 hours ago
JSON representation

Components for Readme.md or Markdown

Awesome Lists containing this project

README

        

# Cool-Readme

If you need ideas for your README and want to make it easier, this repository contains many components you can copy and use as you like. The purpose of this repository is to help you design your README, and future versions will include templates and other useful resources.
***[Learn Markdown](https://www.markdownguide.org/basic-syntax/)***
## Get Started

If you find something great, feel free to copy the code and use it for your README. And don't forget to give us a star!
[Go to the examples](https://github.com/Jhoan5/Cool-Readme.git)

## Contributing

1. Fork this repository [Fork](https://github.com/Jhoan5/Cool-Readme.git/fork)
2. Clone the repository:

```bash
git clone https://github.com/Jhoan5/Cool-Readme.git
```

3. Create a new branch: `git checkout -b `
4. Make your changes and commit them: `git commit -m ''
5. Push to the branch: `git push origin /`
6. Create the pull request

## Examples

### Accordion

Accordions are perfect when you want to summarize information for display.

Click to expand!


Some dummy text to make the accordion look good.



  • Item 1

  • Item 2

  • Item 3



See the code:

```html

Click to expand!


Some dummy text to make the accordion look good.



  • Item 1

  • Item 2

  • Item 3

```

### Badges

Badges are perfect for displaying the status or version of something. I recommend using the [Badges 4 README.md Profile](https://github.com/alexandresanlim/Badges4-README.md-Profile?tab=readme-ov-file) repository to easily add badges to your README.

To use any badge example from this README, simply replace github_profile_name with your own GitHub profile name and repository_name with your repository's name.

#### Badge stars on the repository


Stars Badge

See the code:

```html

Stars Badge

```

#### Badge forks on this repository


Forks Badge

See the code:

```html

Forks Badge

```

#### Badge pull request on this repository


Pull Requests Badge

See the code:

```html

Pull Requests Badge

```

#### Badge issues on this repository


Issues Badge

See the code:

```html

Issues Badge

```

#### Badge Contributors on this repository


GitHub contributors

See the code:

```html

GitHub contributors

```

#### Badge License on this repository


License Badge

See the code:

```html
License Badge
```