10000 GitHub - gerardopar/pixturev2: An image search web application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gerardopar/pixturev2

Repository files navigation

Pixture

View Project

pixabay logo

Pixture is a Single Page Web Application, that utilizes the Pixabay Image api in order to fetch images based on user queries. The front-end is powered by React.js, and the backend is powered by Node.js, & Express.

FEATURES!

  • Powered By The Pixabay Api.
  • View trending images.
  • Search for images based on a query.
  • Download images (free of charge).

TECH

  • React.js - ( Front-End )
  • SCSS - ( CSS Pre-processor )
  • MaterializeCSS ( CSS-Framework )
  • Webpack4 - ( Module Bundler )
  • ESLint - ( Linter )
  • Node.js - ( Back-End )
  • Express - ( Back-End framework )

Installation

Install the dependencies and start the development server.

$ cd pixture
$ npm install
$ npm run dev-server

For production...

$ npm install
$ npm run build

After running the build command all files & assets should be bundled in the public folder ready for production.

Todos

  • Add more features
  • Write tests with Jest & Enzyme

About

An image search web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0