All Projects → bbvch13531 → prefeel-lib

bbvch13531 / prefeel-lib

Licence: GPL-3.0 license
web application for team members to typing library

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to prefeel-lib

Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+628340%)
Mutual labels:  practice
ruby drills
A deliberate practice framework to help you learn Ruby
Stars: ✭ 30 (+50%)
Mutual labels:  practice
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (+80%)
Mutual labels:  practice
ARGoal
Get more goals. | Virtual Goals & Goal Distance | App Doctor Hu
Stars: ✭ 14 (-30%)
Mutual labels:  practice
dojos
This is where the Novoda team do all their hacking
Stars: ✭ 74 (+270%)
Mutual labels:  practice
interview-practice
Questions and solutions (in Java) for technical CS interview problems
Stars: ✭ 21 (+5%)
Mutual labels:  practice
Javascript Total
Сборник практических вопросов, задач разного уровня сложности, сниппетов (утилит), паттерны проектирования, а также полезные ссылки по JavaScript
Stars: ✭ 214 (+970%)
Mutual labels:  practice
codeforces-timer
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces
Stars: ✭ 20 (+0%)
Mutual labels:  practice
shortest-tutorial-ever
A list of the shortest tutorials ever.
Stars: ✭ 14 (-30%)
Mutual labels:  practice
codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (+455%)
Mutual labels:  practice
java-modern-tech-practice
😎 Java™ modern tech practice sandbox ⏳
Stars: ✭ 43 (+115%)
Mutual labels:  practice
pw
Best websites a Programmer should visit
Stars: ✭ 27 (+35%)
Mutual labels:  practice
PrepBytes-questions
One can follow to excel in coding if you are a noob!!
Stars: ✭ 46 (+130%)
Mutual labels:  practice
HenCoderPractice-Kotlin
HenCoder 练习项目- Kotlin 版
Stars: ✭ 26 (+30%)
Mutual labels:  practice
first-contributions
This repository is for the first time contributors. Test and practice how to contribute
Stars: ✭ 21 (+5%)
Mutual labels:  practice
Pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
Stars: ✭ 17,219 (+85995%)
Mutual labels:  practice
extracurricular
An initiative to increase the visibility of open source opportunities within the Elixir community.
Stars: ✭ 50 (+150%)
Mutual labels:  practice
coding-for-food
Coding for food
Stars: ✭ 19 (-5%)
Mutual labels:  practice
Python
covers python basic to advance topics, practice questions, logical problems in python, web development using html, css, bootstrap, jquery, DOM, Django 🚀🚀. 💥 🌈
Stars: ✭ 29 (+45%)
Mutual labels:  practice
break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Stars: ✭ 2,165 (+10725%)
Mutual labels:  practice

prefeel-lib

Overview

prefeel-lib's mainpage.

Introduction

prefeel-lib is a web application for the team project that allows team members to practice several libraries to adjust coding convention and library.
Developers have in trouble in choosing library because it is hard to understand the library's pros and cons before you try to code it yourself. We started this project to help developers to type example code and choosing libraries. Developers who use this project would practice typing agreed coding convention before team project get started.

Feature

  • Team members can practice agreed coding convention through typing libraries' example code.
  • Setting coding convention option(tab spacing, curly braces position, naming)
  • Make a team and sharing coding convention to make team members to practice it.

How to use

  • Select library in the main page.
  • Then select project in library page.
  • Now you can typing project's code while practicing library's structure and how to use library.
  • Change tab spacing, curly braces position, naming option and coding style at sidebar.
  • Make a team and sharing coding convention to make team members to practice it.

How to build

$ git clone https://github.com/bbvch13531/prefeel-lib

$ cd where-you-cloned-prefeel-lib

$ cd ./prefeel-lib_frontend

$ npm install

$ npm start

Bug report

Any bug report via github issue is welcome!

How to Contribute

Please read CONTRIBUTING.md first. prefeel-lib strictly follows Airbnb Javascript Style Guide

Founders

Collaborator

License

prefeel-lib is licensed under the GNU GENERAL PUBLIC LICENSE v3.

Copyright (C) 2017-present,  oh3vci,bbvch13531,WoochanLee

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
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].