Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/briantical/reacthooks
- Owner: briantical
- Created: 2020-07-14T19:28:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:49:56.000Z (about 2 years ago)
- Last Synced: 2023-03-08T04:10:10.134Z (almost 2 years ago)
- Topics: circleci, codeclimate, jest, react
- Language: JavaScript
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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`