GithubHelp home page GithubHelp logo

krispi1 / giphygram Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trekhleb/giphygram

0.0 0.0 0.0 1.44 MB

Experimental React application for searching GIF images on GIPHY

Home Page: https://trekhleb.github.io/giphygram/

License: MIT License

HTML 0.89% JavaScript 97.88% CSS 1.23%

giphygram's Introduction

GiphyGram App

Build Status codecov

This project is a front-end React application that serves a sole purpose of searching GIF images on GIHPY.com using GIPHY Search API. The project is implemented using React (as a main UI library), Redux (for state management), React Router (to establish a possibility to extend the application with new internal routes and pages) and Bootstrap 4 (as a main styling framework).

Launching the Project

▶︎ Launch Demo Right in Your Browser (powered by GitHub Pages)

If you want to launch this project locally please clone/checkout this project to your local folder and then you can run:

npm start

This command runs the app in the development mode. Open http://localhost:3000 to view it in the browser locally.

The page will reload if you make edits. You will also see any lint errors in the console.

Running Tests

To launch project tests you need to run:

npm test

This command launches the test runner in the interactive watch mode.

Building the Project

To create a production ready version of the project you may run:

npm run build

This command builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. The app is ready to be deployed!

Deploying the Project

For demo purpose the deployment of this project is done using GitHub pages and gh-pages npm module in particular. You may deploy the project by making sure that you have gh-pages branch in your fork on GitHub and by running:

npm run deploy

This command will create a production build of the project and will commit and push the contents of build folder to the gh-pages branch. Once this branch is set up as a target branch for GitHub pages you'll be able to see project demo similar to the existing one.

Project Continuous Integration

Current project is integrated with Travis and Codecov services. Travis service launches project build and tests for every new commit and pull request to make sure that things are not broken. Codecov service reports code coverage percentage to see how reliable and stable the process of development is.

giphygram's People

Contributors

trekhleb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.