Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/briantical/reacthooks

A todolist app built using react hooks.
https://github.com/briantical/reacthooks

circleci codeclimate jest react

Last synced: about 9 hours ago
JSON representation

A todolist app built using react hooks.

Awesome Lists containing this project

README

        

[![Briantical](https://circleci.com/gh/briantical/ReactHooks.svg?style=shield)](https://circleci.com/gh/briantical/ReactHooks)
[![Maintainability](https://api.codeclimate.com/v1/badges/c60c6089dc253c050e6f/maintainability)](https://codeclimate.com/github/briantical/ReactHooks/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c60c6089dc253c050e6f/test_coverage)](https://codeclimate.com/github/briantical/ReactHooks/test_coverage)
[![codecov](https://codecov.io/gh/briantical/ReactHooks/branch/master/graph/badge.svg)](https://codecov.io/gh/briantical/ReactHooks)

## About

This is a todolist app built using Reactjs.

### Tools

- `Parcel bundler`
- `Jest`
- `CircleCi`

### Getting started

1. Run `npm install`
2. Run `npm start`