Code Monkey home page Code Monkey logo

channel-1's Introduction

Logo of the project

Channel-1 · PRs Welcome GitHub license

Channel-1 is a collections of useful widgets for running larger food retail stores utlizing lean principles.

Getting started

  1. Clone the respository to a directory of your choice git clone https://github.com/evilpaper/channel-1.git
  2. Run run: npm install to install all the relevant dependencies
  3. Start the frontend server by running: npm run start and visit localhost:3000 in your browser.

Workflow

  • When working on a new feature or a bug fix, create a branch from the latest version of the master-branch.
  • If you are working on a new feature, name the branch in the format: feature/[actual-new-feature], so for example: feature/weather-widget. A bug fix should be named in the format: bug/[what-has-been-fixed].
  • When you've commited and pushed your new branch, create a new pull request where the target to merge into should be the develop branch. Assign a suitable reviewer.

Styleguide

This repository is using Eslint to make sure that the code is correctly formatted and maintaining a certain hygene level. We are currently using AirBnbs JavaScript Styleguide. The linter will automatically run whenever you commit to the repository, if it detects certain errors or improvable code — it will stop the commit and let you make adjustments so that you can then re-commit.

API

To retrieve or manipulate data in the backend, GraphQL is the chosen technology. When writing a new query for GraphQL, these should be placed in a queries folder co-located with the component or view that is using the query (see the home route/view for an example). The file should only contain a single query/mutation and be named in the same way as the query/mutation, e.g. GetJobs. REST is only used for login/authorization purposes.

Styles / CSS

Styling of components and views is done by using Styled Components.

Building

# Install packages
npm install

# Build it
npm run build

Database

Only local storage for now.

Contributions

Contributions are welcome.

Licensing

Channel-1 is licensed under the MIT license.

channel-1's People

Contributors

evilpaper avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.