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.
- Powered By The Pixabay Api.
- View trending images.
- Search for images based on a query.
- Download images (free of charge).
- React.js - ( Front-End )
- SCSS - ( CSS Pre-processor )
- MaterializeCSS ( CSS-Framework )
- Webpack4 - ( Module Bundler )
- ESLint - ( Linter )
- Node.js - ( Back-End )
- Express - ( Back-End framework )
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.
- Add more features
- Write tests with Jest & Enzyme