bbvch13531 / prefeel-lib

web application for team members to typing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/>.

About

web application for team members to typing library

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.1%Language:CSS 23.5%Language:HTML 0.3%