θͺ­γΏδΈŠγ’

Hi there, I’m Readloud πŸ‘‹

About Me

I am a passionate software developer with a keen interest in building efficient and scalable applications. I love exploring new technologies and continuously improving my skills.

Tech Stack

Here are some of the technologies I work with:

GitHub Stats

Readloud's GitHub stats

Top Languages

Top Langs

Connect with Me

You can find me on:


⭐️ From readloud

HTML5 CSS3 JavaScript BootStrap

πŸš€ Quick Start :

Clone / Forked Repository

$ git clone https://github.com/<your-github-username>/readloud.github.io

Creating a new branch (IMP)

$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>

Keep your cloned repo up-to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

git pull origin main

Contribute

Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)

Committing and Pushing

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.

git add .
git commit -m "useful commit message"
git push origin <branch-name>

CONTRIBUTING A NEW TEMPLATE?

Please add here to these guidelines based on Code of Conduct

✨ Contributors

Thanks go to these Wonderful People πŸ‘¨πŸ»β€πŸ’»

πŸš€ Contributions of any kind are welcome!