Giter Club home page Giter Club logo

project-gallery's Introduction

Project Gallery

A collection of awesome JavaScript projects😁

Hacktober Badge Contributions Pull Requests Badge GitHub contributors

Table of contents 👓

Hactoberfest Guidelines

hacktoberfest-banner

Contributing Guidelines

  • Plagiarism is strictly prohibited. Write your own code. Take project inspirations from various resources but do not blindly copy paste them.
  • Comment on the issue you prefer to work on and wait for it to be assigned to you.
  • Do not work on any issue which is not assigned to you.
  • Generally issue will be assigned on a first come, first serve basis. However if the issue is labeled 'good first issue' it will preferably be assigned to someone who is new to open source.
  • You can create your own issue if you want to fix a bug, add new feature, add a project, etc. In that case too, wait for it to be assigned to you only then start working on it.
  • Do not create a Pull Request without an issue assigned under your name.
  • All PR's must be made from a branch. Do not use master branch for making a PR. Create a seperate branch before making a PR.
  • Lastly, make sure everything works well before creating a PR. Do not touch or edit any other code which are not meant for you.

Steps to Contribute

Initial Steps

  • Star this repo and then Fork it. Forking this repo will create its copy to your own GitHub.
  • Go to the forked repo on your GitHub and copy the HTTPS URL by clicking on the code button which is highlighted in green colour.
  • Clone the forked repository by going to your terminal/ command line. Use git clone <copied URL>.
  • CD into project-gallery.
  • Run this command git remote add upstream https://github.com/SandeepKrSuman/project-gallery.git.
  • Create a new branch. git checkout -b branchName.

Add a Project

  • Go to Projects folder present inside public /public/Projects.-. Create a folder with your name followed by the project name. For example SandeepJokeGenerator. Follow PascalCase naming convention.
  • Put all the files - html, css, js, images, etc. - inside this created folder.
  • Make sure the html file is named index.html.
  • After completing the project implementation take a screen shot or gif of the project and paste it inside the assets folder present inside public pubic/assets. Adding a gif is preferred.commiting
  • Create a info.txt file and add all the details carefully. Look at the template for reference.

View Added Project

  • Copy the content of info.txt file that you have created in previous steps.

  • Go to src/components/Data/Data.js and paste the copied content at proper place and save it. This change is only for viewing the project and should be removed before committing.

  • Run the App to view your project.

  • Please undo all the changes you made to the Data folder before committing i.e. remove the content you pasted inside Data.js file.

Run the APP

npm i && npm start

Final Steps

  1. Run this command git pull upstream master.
  2. Commit the relevant changes you made. Use git add and git commit -m "your commit message". Do not commit the Data.js file.
  3. Push you commits. git push origin yourBranchName.
  4. Go to your forked GitHub repo. There you will see an option to create pull request.
  5. Create pull request. Give relevant title and describe the changes you made.
  6. Wait for your pull request to be merged.

Try Website

👉jspgallery.netlify.app

Tech Stacks Used

HTML Css JavaScript React

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.