How YOU can write killer README’s

Rayan Kazi
2 min readJun 27, 2021
a Repository with a README taking from the GitHub Docs
A repository with a README file (picture from the GitHub Documentation)

You’re finally done with your project and ready to push it to your GitHub. Then you realize that you need to create a README file. You don’t what makes a good one, but you’ve seen good ones on big projects like React and Visual Studio Code.

How do you make a good README? Using this site.

Using readme.so to create README files

Readme.so is an awesome website that I recently found out you can use to create great READMEs for your GitHub repositories. It is also completely free!

The Editor screen where you can create the README file

You can use the list of sections to the left of to add various sections to the README. You can drag them into the sections and edit them however you wish.

Some of the sections they offer are Title and Description, Badges, Lessons Learned, Appendix, API Reference, Usage/Examples, Run Locally, and much more!

README file using default text with sections “Title and Description”, “Badges”, and “Authors”

To edit a specific section of the README, click on the section from the left side and start editing! You can also drag different sections into different areas of the README (i.e. putting the Environment Variables before putting Run Locally)

How I used readme.so to create the README file for my Amazon Clone

Once your done writing your README, you can hit the green download button, download your README, and there you go! You have your fully fledged README file in all of its glory

To Summarize

Using readme.so is a quick, efficient, and effective way to create a README file for you GitHub repository

That’s it for me today. Thanks for reading! 😊

Feel Free to Reach Out 👇

GitHub: https://github.com/rkazi103/

--

--

Rayan Kazi

Hello, my name is Rayan. I am a passionate developer who loves to learn and solve problems!