devvsakib / power-the-web

Open-source project. Hacktoberfest2022, Diversion2k23 - Clone this repo and explore all the projects
https://ptwa.vercel.app
MIT License
75 stars 126 forks source link

[FEAT]: #381

Closed theshrish46 closed 11 months ago

theshrish46 commented 1 year ago

I have built a simple JavaScript Timer can I push it to the repo and get my PR accepted.

devvsakib commented 1 year ago

yes

theshrish46 commented 1 year ago

Thank you

theshrish46 commented 1 year ago

Please review and accept the PR

theshrish46 commented 1 year ago

Can you please tell me how to remove the .git file this error is the first time for me.

otnansirk commented 1 year ago

You can remove .git from terminal. Like this if done on a linux os.

rm -rf .git

And you can find other way in other os.