Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegibi/challenge01-chapter-i
Challenge to improve development skills about ReactJS.
https://github.com/thegibi/challenge01-chapter-i
javascript jest-tests reactjs usestate-hook
Last synced: 6 days ago
JSON representation
Challenge to improve development skills about ReactJS.
- Host: GitHub
- URL: https://github.com/thegibi/challenge01-chapter-i
- Owner: thegibi
- License: mit
- Created: 2021-03-20T12:03:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T19:31:25.000Z (over 3 years ago)
- Last Synced: 2024-05-08T01:26:00.916Z (6 months ago)
- Topics: javascript, jest-tests, reactjs, usestate-hook
- Language: TypeScript
- Homepage: https://app.rocketseat.com.br/me/gibifyofficial
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clone this project:
```js
git clone https://github.com/gibifyofficial/challenge01-chapter-I.git
```
Isntall the Dependencies:```js
yarn / npm install
```
Run this project:```js
yarn dev / npm run dev
```Test this project:
```js
yarn test / npm run test
```