Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajitsinghkamal/gif-igator
https://github.com/ajitsinghkamal/gif-igator
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajitsinghkamal/gif-igator
- Owner: ajitsinghkamal
- Created: 2019-08-29T23:02:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:29:06.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:05:02.911Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Structure
```
src
├── components #includes all components
│ │
│ ...
│
├── layout #includes any layout components
│ │
│ shell
│
├── style #includes any style related or theme
│ │
│ ...
│
├── views #components connected to route
│ │
│ ...
│
├── index.js #entry point
├── serviceWorker.js
├── setupAxios.js #creates an instance of axios with baseurl
├── setupFonts.js #import webfontloader to fetch fonts
├── setupTests.js #setup enzyme adapters
└── immutables #any constants file
│
...```
### TESTS
Every component includes a unit or snapshot test file alongside it. The test are contained within a ```__tests__``` directory.
### ENV
The .env at the root of the project keeps the base url and api key
## Available Scripts
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm test`
Launches the test runner
### `npm run build`
Builds the app for production to the `build` folder.