├── CONTRIBUTING.md ├── LICENSE ├── README.md └── dpc-cover.jpg /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # How to contribute 2 | 3 | >:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: 4 | 5 | __Table Of Contents__ 6 | - [Suggesting Enhancements](#suggesting-enhancements) 7 | - [Your First Contribution](#your-first-contribution) 8 | - [Pull Requests](#pull-requests) 9 | - [Code of Conduct](#code-of-conduct) 10 | - [Our Standards](#our-standards) 11 | - [Our Responsibilities](#our-responsibilities) 12 | 13 | ### Suggesting Enhancements 14 | 15 | This section guides you through submitting an enhancement suggestion for __daily-programming-challenges__, including completely new features and minor improvements to existing suggestions. Following these guidelines helps maintainers and the community understand your suggestion :memo: and find related suggestions :mag_right:. 16 | 17 | Before creating enhancement suggestions, please check this list as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please include as many details as possible. Fill in the template, including the steps that you imagine you would take if the feature you're requesting existed. 18 | 19 | ### Your First Contribution 20 | 21 | Unsure where to begin contributing to __daily-programming-challenges__? You can start by looking through these `beginner` and `help-wanted` [issues](https://github.com/AlexsandroSA/daily-programming-challenges/issues) 22 | 23 | ### Pull Requests 24 | 25 | 1. Fork the [daily-programming-challenges](https://github.com/AlexsandroSA/daily-programming-challenges) 26 | 2. Update the README.md with details of changes 27 | 3. Make a [Pull Requests](https://help.github.com/articles/creating-a-pull-request/) and wait :bowtie: 28 | 29 | :warning: __Do not include issue numbers in the PR title__ 30 | 31 | ## Code of Conduct 32 | 33 | ### Our Pledge 34 | 35 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. 36 | 37 | ### Our Standards 38 | 39 | Examples of behavior that contributes to creating a positive environment include: 40 | 41 | - Using welcoming and inclusive language 42 | - Being respectful of differing viewpoints and experiences 43 | - Gracefully accepting constructive criticism 44 | - Focusing on what is best for the community 45 | - Showing empathy towards other community members 46 | - Examples of unacceptable behavior by participants include: 47 | 48 | The use of sexualized language or imagery and unwelcome sexual attention or advances 49 | 50 | - Trolling, insulting/derogatory comments, and personal or political attacks 51 | - Public or private harassment 52 | - Publishing others' private information, such as a physical or electronic address, without explicit permission 53 | - Other conduct which could reasonably be considered inappropriate in a professional setting 54 | 55 | ### Our Responsibilities 56 | 57 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 58 | 59 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. 60 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Alexsandro Silva Alves 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Daily Programming Challenges 2 | 3 | ![Cover: Daily Programming Challenges](./dpc-cover.jpg) 4 | 5 | :running: :hourglass: List of daily challenges for developers 6 | 7 | ## Front-End :computer: 8 | 9 | - [JavaScript30](https://javascript30.com/) 10 | - [100dayscss](https://100dayscss.com/) 11 | - [Daily UI](http://www.dailyui.co/) 12 | - [Just Build Websites](https://github.com/melanierichards/just-build-websites) 13 | - [CSS Grid](https://cssgrid.io/) 14 | - [30 Days of React Native](https://github.com/fangwei716/30-days-of-react-native) 15 | - [Frontend Mentor](https://www.frontendmentor.io/challenges) 16 | - [30 Days of Postman](https://blog.postman.com/introducing-30-days-of-postman-coding-challenge/) 17 | - [Codepen challenges](https://codepen.io/challenges) 18 | - [CSSBattle](https://cssbattle.dev/) 19 | 20 | ## Solving Problems :dart: 21 | 22 | - [URI Online Judge](https://www.urionlinejudge.com.br/) 23 | - [Hackerrank](https://www.hackerrank.com/) 24 | - [CodeWars](https://www.codewars.com) 25 | - [Edabit](https://edabit.com/challenges) 26 | - [devChallenges](https://devchallenges.io/) 27 | 28 | ### How to Share 29 | - [Share on Twitter](http://twitter.com/home?status=https://github.com/AlexsandroSA/daily-programming-challenges) 30 | - [Share on Facebook](http://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://github.com/AlexsandroSA/daily-programming-challenges&p[images][0]=&p[title]=Daily%20Programming%20Challenges&p[summary]=) 31 | - [Share on Google Plus](https://plus.google.com/share?url=https://github.com/AlexsandroSA/daily-programming-challenges) 32 | - [Share on LinkedIn](http://www.linkedin.com/shareArticle?mini=true&url=https://github.com/AlexsandroSA/daily-programming-challenges&title=Free%20Programming%20Books&summary=&source=) 33 | 34 | ### Credits 35 | 36 | * __Alexsandro Silva Alves__ - _Initial work_ - [AlexsandroSA](https://github.com/AlexsandroSA) 37 | 38 | See also the list of [contributors](https://github.com/AlexsandroSA/daily-programming-challenges/graphs/contributors) who participated in this project. 39 | 40 | ### License 41 | 42 | [MIT](https://github.com/AlexsandroSA/daily-programming-challenges/blob/master/LICENSE) © [Alexsandro Silva Alves](https://twitter.com/alexsandro_sa) 43 | -------------------------------------------------------------------------------- /dpc-cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexsandroSA/daily-programming-challenges/d03dd3fbc5d0dfa2432df10a420eaf950692ccee/dpc-cover.jpg --------------------------------------------------------------------------------