Skip to content

A repo for algorithm and data structures interview practice app

License

Notifications You must be signed in to change notification settings

gitter-badger/arcade-mode

 
 

Repository files navigation

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.

About

A repo for algorithm and data structures interview practice app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Perl 2.2%
  • CSS 1.8%
  • Other 0.4%