All Projects → fossasia → Codeheat.org

fossasia / Codeheat.org

Codeheat Coding Contest Website https://codeheat.org

Programming Languages

Less
1899 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Codeheat.org

Hexo Theme Noise
A hexo theme
Stars: ✭ 84 (-94.67%)
Mutual labels:  less
Luci Theme Argon
Argon is a clean HTML5 theme for OpenWrt LuCI. Users may setup their own favorite logins, including beautiful pics and customized mp4 videos.
Stars: ✭ 1,351 (-14.33%)
Mutual labels:  less
Create Apollo App
Create Apollo App is a command-line tool designed to generate fully-configured starter Apollo GraphQL projects with essential dependencies for developing web, server and mobile applications and zero build configuration.
Stars: ✭ 110 (-93.02%)
Mutual labels:  less
Vue Lottery
🎨 抽奖以及截屏保存图片至本地
Stars: ✭ 90 (-94.29%)
Mutual labels:  less
Redux Cnode
react+react-router+redux+es6+antd-mobile+webpack版本的Cnode
Stars: ✭ 96 (-93.91%)
Mutual labels:  less
Webpack4.x
webpack4.x详细配置步骤
Stars: ✭ 103 (-93.47%)
Mutual labels:  less
Opentechsummit.eu
OpenTechSummit Europe https://opentechsummit.eu
Stars: ✭ 1,240 (-21.37%)
Mutual labels:  less
Lemonj
一个面向 CSS/LESS/SCSS 的分析、坏味道检查和自动化重构工具。
Stars: ✭ 112 (-92.9%)
Mutual labels:  less
Nixos Homepage
Sources for nixos.org
Stars: ✭ 97 (-93.85%)
Mutual labels:  less
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+2525.94%)
Mutual labels:  less
Techcul.org
UNESCO TechCul Program https://techcul.org
Stars: ✭ 1,296 (-17.82%)
Mutual labels:  less
Eless
A Better 'less' - A bash script that loads emacs with minimal view-mode config - Created with Org mode
Stars: ✭ 94 (-94.04%)
Mutual labels:  less
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (-93.34%)
Mutual labels:  less
Puzzle Tokens
Batch create, manage and update Sketch styles and symbols using SCSS/LESS
Stars: ✭ 90 (-94.29%)
Mutual labels:  less
Electron Vue Cloud Music
🚀Electron + Vue 仿网易云音乐windows客户端
Stars: ✭ 1,894 (+20.1%)
Mutual labels:  less
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-94.74%)
Mutual labels:  less
Loklak Webtweets
FOSSASIA Tweets with loklak http://fossasia.github.io/loklak-webtweets/
Stars: ✭ 1,358 (-13.89%)
Mutual labels:  less
Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (-92.9%)
Mutual labels:  less
Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (-92.96%)
Mutual labels:  less
Web
Cashwarden web
Stars: ✭ 107 (-93.21%)
Mutual labels:  less

Codeheat.org Website

Codeheat is a coding contest held by FOSSASIA, friends and partners.

Official website: http://codeheat.org

Local Installation

Steps

  • git clone https://github.com/USERNAME/codeheat.org.git
  • cd codeheat.org

Note : If you want to contribute, first fork the original repository and clone the forked repository into your local machine followed by cd into the directory

git clone https://github.com/USERNAME/codeheat.org.git
cd codeheat.org
  • Install all the dependencies with npm install
  • Go to index.html and open with live server

Contributions Best Practices

Commits

  • Write clear meaningful git commit messages (Do read https://chris.beams.io/posts/git-commit/)
  • Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests )
  • When you make very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git )
  • When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.

Feature Requests and Bug Reports

When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it. Especially if that bug is some weird/rare one.

Join the development

  • Before you join development, please set up the project on your local machine, run it and go through the application completely. Press on any button you can find and see where it leads to. Explore. (Don't worry ... Nothing will happen to the app or to you due to the exploring 😉 Only thing that will happen is, you'll be more familiar with what is where and might even get some cool ideas on how to improve various aspects of the app.)
  • If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please feel free to drop in a comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].