GithubHelp home page GithubHelp logo

suvashish26 / openquotes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrashwin2142/openquotes

0.0 0.0 0.0 96.88 MB

OpenQuotes is an open-source collection of inspirational quotes. Contribute your favorite quotes and join our open source journey to inspire the world. Start sharing positivity today!

JavaScript 72.31% CSS 17.26% HTML 10.43%

openquotes's Introduction

OpenQuotes

All Contributors

Welcome to OpenQuotes - Share Your Inspiration!

This project aims to simplify and guide the way beginners make their first open source contribution. If you're looking to contribute your favorite quotes and be part of our journey to inspire the world, follow the steps below.

Live App Link: OpenQuotes Live App

Contributors

Thanks to all our amazing contributors who have helped make OpenQuotes an inspiring and collaborative project!

Ashwin Dhangar
Ashwin Dhangar

๐Ÿ’ป ๐Ÿ–‹ ๐ŸŽจ ๐Ÿค”
codeGallery01
codeGallery01

๐Ÿ’ป
Patrick
Patrick

๐Ÿ’ป
Delta7Actual
Delta7Actual

๐Ÿ’ป
Vivek Mandloi
Vivek Mandloi

๐Ÿ’ป
devraushan
devraushan

๐Ÿ’ป
YeiHuynh
YeiHuynh

๐Ÿค”
HTQun
HTQun

๐Ÿ“–
pheb2014939
pheb2014939

๐Ÿ’ป
Umar Farouk
Umar Farouk

๐Ÿ’ป
vtkmy
vtkmy

๐Ÿ’ป
NimishToshniwal
NimishToshniwal

๐Ÿ’ป
vinhhung0306
vinhhung0306

๐Ÿ’ป
Kertyn
Kertyn

๐Ÿ’ป
WDmaster235
WDmaster235

๐Ÿ’ป
ndpdung25
ndpdung25

๐Ÿ’ป
JustNgoc
JustNgoc

๐Ÿ’ป

How to Contribute

fork this repository

1. Fork this Repository

If you don't have Git on your machine, install it.

  • Fork this repository by clicking on the "Fork" button at the top of this page. This creates a copy of the repository in your GitHub account.
  • Don't forget to click the "Star" button at the top right of the repository page to show your support!

2. Clone the Repository

clone this repository

- Clone your forked repository to your local machine. In your GitHub account, navigate to your forked repository and click the "Code" button. Copy the URL.
  • Open your terminal and run the following command, replacing "url you just copied" with the URL you copied:
git clone "url you just copied"

For example:

git clone [email protected]:this-is-you/openquotes.git

Install project:

git clone https://github.com/MrAshwin2142/OpenQuotes.git

3. Create a Branch

Change to the repository directory on your computer (if you're not already there):

cd openquotes

Now create a new branch for your contribution:

git switch -c add-your-name

Replace add-your-name with a branch name that describes your contribution.

4. Make Changes and Commit

Open the quotes.js file in a text editor, add your favorite quote and your name to the array of quotes.

Save the file, and then in your terminal, execute the following commands:

git status
git add quotes.js
git commit -m "Add your quote and name to the collection"

Replace "Add your quote and name to the collection" with a meaningful commit message.

5. Push Changes to GitHub

Push your changes to your GitHub repository with:

git push -u origin add-your-name

6. Create a Pull Request

  1. On GitHub.com, navigate to the main page of the repository.

  2. In the "Branch" menu, choose the branch that contains your commits.

  3. Above the list of files, in the yellow banner, click Compare & pull request to create a pull request for the associated branch.

  4. Use the base branch dropdown menu to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in.

  5. ype a title and description for your pull request.

  6. To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request. For more information about draft pull requests, see "About pull requests."

After your pull request has been reviewed, it can be merged into the repository.

7. Celebrate Your Contribution

You've completed the standard fork, clone, edit, and pull request workflow. Congrats on your contribution to OpenQuotes! Share your contribution with friends and followers and celebrate your open source journey.

8. Spread the Inspiration

Share your contribution and our project with your friends and followers. Encourage them to join the open source community and start their own journey. Together, we can inspire and make the world a better place, one quote at a time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.