Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```