2.2.1 • Published 10 months ago

react-todo-component v2.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

React todo component

A react todo component is created using material UI

image

Storybook

https://upnotes-io.github.io/react-todo/

Installation

// with npm
npm i react-todo-component

// with yarn
yarn add react-todo-component

Testing

yarn storybook

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import {Todo} from 'react-todo-component';

ReactDOM.render(
    <Todo />,
  document.getElementById('root')
);

Contribution guide

If you're reading this, you're awesome! Thank you for helping us.

  • Clone git repository on your local git clone git@github.com:upnotes-io/react-todo.git
  • Run yarn install to install dependencies.
  • We are using storybook. Just run yarn run storybook to test on local.
  • Pick a issue and comment you are working on it.
  • Create your feature branch, do changes and create pull request.

Step to release the npm module

  1. Create a new account in npm. https://www.npmjs.com/signup
  2. Create a new access token and select publish as a type https://www.npmjs.com/settings/upnotes/tokens
  3. Add secret to your repo or organization as NPM_TOKEN https://github.com/organizations/upnotes-io/settings/secrets/actions/new
  4. Create a new tag and use that tag to create the release. Creating a new release will trigger the workflow.

Publishing to github pages:

Adding deploy keys to your repo: 1. https://github.com/JamesIves/github-pages-deploy-action/tree/dev#using-an-ssh-deploy-key- 2. https://docs.github.com/en/developers/overview/managing-deploy-keys#setup-2

2.2.1

10 months ago

2.2.0

12 months ago

2.1.0

12 months ago

1.1.9

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

2.0.3

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago