Giter VIP home page Giter VIP logo

arcade-mode's Introduction

freeCodeCamp's Arcade Mode

Arcade Mode is an interview preparation app featuring algorithm and data structure questions in a timed environment.

Note:

Arcade Mode has been undergoing heavy prototyping and iteration. As such, it is currently set up with development and debugging in mind.

Quick Start:

  1. Fork the repository using the "Fork Button" in the upper right hand corner of the interface.
  2. Clone your fork using git clone https://github.com/<YOUR_GITHUB_USERNAME>/arcade-mode.git into your projects directory (e.g., /<YOUR_PROJECTS_DIRECTORY>/
  3. Go into the new arcade-mode directory.
  4. Run npm install to install dependencies and start the build process.
  5. Run npm start and see the example app at http://localhost:8080

Contributing:

  1. Find an issue that needs assistance by searching for the Help Wanted tag.
  2. After finishing Quick Start steps 1 - 4, do the following.
  3. Set the upstream remote to the official arcade-mode repository: git remote add upstream https://github.com/freeCodeCamp/arcade-mode.git
  4. Always make modifications on a branch. Make a branch using: git checkout -b <BRANCH_NAME>.
  5. Before submitting a pull request, make sure to test the modifications using npm run test:client.
  6. To maintain and keep the fork up to date, make sure to update the fork with the upstream remote occassionally with: git merge upstream master.

For a more complete guide, see CONTRIBUTING.md.

arcade-mode's People

Contributors

timolawl avatar tpoikela avatar

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.