Coder Social home page Coder Social logo

ishgary / hello-hacktoberfest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jenniferplusplus/hello-hacktoberfest

0.0 0.0 0.0 1.13 MB

A sample project for practicing GitHub workflows as preparation for Hacktoberfest

JavaScript 40.98% HTML 20.98% Vue 38.03%

hello-hacktoberfest's Introduction

hello-hacktoberfest

This is basically a hello world app built with Vue, Vuetify, and RxJS. The purpose of this app is to provide a simple-yet-realistic repository to be used as a practice space for an educational git/github workshop. The names in the initial list are the leadership team of WWC DFW as of September 2020.

Workshop

The goal of the workshop is to practice the steps of making a fork, clone, commit, and pull request. During the workshop, you will submit a pull request to this repository which adds your name to the list of names in the file at /src/data/names.json. This will add your name to the sequence that is displayed in the hello message on the UI (pictured in the gif above).

If you are new to programming generally, or to Javascript or Vue specifically, I would invite you to examine the application code as well and try to get an idea of how it's working.

You can read my writeup of the talk and follow along with the workshop on my blog. There will likely also be a video recording of the talk posted later.

Steps

  1. Fork this repository
  2. Clone that fork to your local computer
  3. Add your name to the list in the names.json file
  4. Commit that change and push it to your remote repository on GitHub
  5. Open a pull request from the fork back to the original repository

Respect the Spirit of the Event

This repository and workshop are here to help you learn how to work on a community project within GitHub. The goal is not to artificially boost your Pull Requests for the purpose of qualifying for Hacktoberfest. Please don't attempt to use the repository that way. See the official Hacktoberfest guidelines around quality standards for more info.

Local Development

You shouldn't need to actually run this application yourself in order to make the change. That said, if you want to play with it, you are more than welcome to do so. You will need to have a reasonably up to date version of node.js installed on your computer. Once that is done, you can open a terminal and navigate to the folder where you cloned the repository. Then run the below commands in your terminal to setup your development environment and run the app.

This app was built with the Vue-CLI. If you've used that tool, then this will be familiar. If you haven't used Vue before, this app is a very basic example of that framework, but you should also review the Vue project's Getting Started Guide.

Project setup

npm install

Host the app with development features enabled

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

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.