Random Call APIs
To welcome hacktoberfest we provide to create this repository to make you can contribute in hacktober fest with happy and make you more creative.
Built With
This app build with React.JS and tailwind css
- React.js
- Tailwind Css
Getting Started
How to contribute? Just fork this repository and then, create branch from forked repository, edit, create pull request, finish
Prerequisites
Please be sure to have node.js
to run this app
Installation
- Clone the repo
git clone https://github.com/akimabs/random-call-api.git
- Install NPM packages
npm install
Usage
To start developing this app you can follow this step:
-
Type
npm start
and pressenter
, the app will appear automatically in development mode. -
Copy file
src/example/example-file.js
tosrc/contributor
and rename it. -
Start developing your new file.
-
import your file to
index.js
-
Finish, yeay~ Your development progress is done.