Skip to content

Commit c6d584c

Browse files
committed
Initial commit
1 parent e80bdb5 commit c6d584c

13 files changed

Lines changed: 713 additions & 80 deletions

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1+
## Custom React Hooks Data Form
2+
3+
### This document serves as a consolidation of some of the items that could be helpful to understand this project.
4+
5+
This project was bootstrapped with [create-react-app](https://github.com/facebook/create-react-app).
6+
7+
- __For__ ,
8+
- __who__ ,
9+
- __the__ Custom React Hook Data Form,
10+
- __is an__ .
11+
12+
13+
# Installation:
14+
15+
# Demo:
16+
* a short demo for the current version of the [REACT-HOOKS-DATA-FORM 0.1.0](https://codepen.io/roryfn/pen/yrXore?editors=0010).
17+
18+
# Collaborators:
19+
- @personA
20+
- @personB
21+
222

323
## Available Scripts
424

docs/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
- __Added__ for new features.
8+
- __Changed__ for changes in existing functionality.
9+
- __Deprecated__ for soon-to-be removed features.
10+
- __Removed__ for now removed features.
11+
- __Fixed__ for any bug fixes.
12+
- __Security__ in case of vulnerabilities.
13+
14+
## [0.1.0] - 03-06-2019
15+
###Changed
16+
-
17+
18+
### Added
19+
- Ability to test components
20+
- CSS
21+
- README
22+
- Initial commit.

0 commit comments

Comments
 (0)