https://github.com/briantical/reacthooks
A todolist app built using react hooks.
https://github.com/briantical/reacthooks
circleci codeclimate jest react
Last synced: 7 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:49:56.000Z (about 3 years ago)
- Last Synced: 2025-01-17T16:39:45.748Z (about 1 year 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
[](https://circleci.com/gh/briantical/ReactHooks)
[](https://codeclimate.com/github/briantical/ReactHooks/maintainability)
[](https://codeclimate.com/github/briantical/ReactHooks/test_coverage)
[](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`