SandeepKrSuman / project-gallery

A collection of awesome JavaScript projects
https://jspgallery.netlify.app/
MIT License
15 stars 42 forks source link

Beautify README #2

Closed SandeepKrSuman closed 1 year ago

SandeepKrSuman commented 1 year ago

There are many sections in README. Your task is to organize the content of README.md file.


Fix the typos if there are any and arrange the contents in such a way that looks good and readable. You may do necessary changes. For adding any new section in the README, first discuss here by commenting at any point of time.


vividxz commented 1 year ago

I would like to work on this.

blyncnov commented 1 year ago

I would like to work on this if you assign me

SandeepKrSuman commented 1 year ago

Hey @blyncnov this issue is for contributors who are new to open source. I look forward to see you contributing a new JavaScript project in this repo. Happy coding 🚀

SandeepKrSuman commented 1 year ago

@vividxz assigning this to you.

SandeepKrSuman commented 1 year ago

Hey @vividxz It's more than seven days now and I've not heard any thing from you. If you are still willing to work on this issue do let me know ASAP. Else will have to re-assign to someone else.

SandeepKrSuman commented 1 year ago

In lack of any response from @vividxz I'm unassigning and making it available for new contributors as a good first issue

SandeepKrSuman commented 1 year ago

This issue is now open and up for grab . Do comment below if some one want to work on this.

thisisamish commented 1 year ago

Hey @SandeepKrSuman! I would love to work on this. Please assign it to me. I'll complete it asap.

grow-xd commented 1 year ago

Can i get assigned for it please

Lakhaninawaz commented 1 year ago

hello @SandeepKrSuman how it run this code in my vs code please tell me i am first time in!

SandeepKrSuman commented 1 year ago

hello @SandeepKrSuman how it run this code in my vs code please tell me i am first time in!

Hi @Lakhaninawaz to access this repo locally first fork this repo and then clone into your local system. You can use vs code terminal to do so using git clone <url of forked repo>. This repo uses REACT.JS to render the gallery. You need to run npm intall and then npm start to run the app on localhost:3000. If you need to just view the project without going into the react part you can simply open the index.html file of a project in your browser.

SandeepKrSuman commented 1 year ago

Hey @grow-xd I'm assigning this issue to you. This is not a big task so I'm allocating you 2 days to show your progress and we can discuss if you need more time post that. If the progress remains idle post the assigned time I'll have to reassign to someone else. Thanks!

grow-xd commented 1 year ago

I will complete this and in given time. I was thinking of adding 'table of contents', using more emojis and using bulleted list than numbered list. Thanks!

SandeepKrSuman commented 1 year ago

That seems to be a good idea! Go ahead 🙌🏻

grow-xd commented 1 year ago

I have made some changes.. Please check https://github.com/grow-xd/project-gallery/blob/master/README.md Tell if any more changes are needed

Lakhaninawaz commented 1 year ago

@SandeepKrSuman

Ok i try to run and after than solve the issues.

SandeepKrSuman commented 1 year ago

@SandeepKrSuman

Ok i try to run and after than solve the issues.

This issue is already assigned. Kindly take some other open issue or you can create your own if you have any new idea. Thanks.

SandeepKrSuman commented 1 year ago

I have made some changes.. Please check https://github.com/grow-xd/project-gallery/blob/master/README.md Tell if any more changes are needed

Listing below few changes to consider @grow-xd Screenshot (669)

  1. Place subheading below the heading and center-aligned.
  2. align all these tags in one line. Keep center aligned.

Screenshot (670)

  1. Replace "Programming language" with "Tech Stacks"
  2. Add React JS tag too after javascript. If possible, add "React-Bootstrap" too(optional).
grow-xd commented 1 year ago

All done please check

SandeepKrSuman commented 1 year ago

Looks good! create a PR.