Skip to content

ondzilla/500px

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#500px Image Search

This project is an example of using the 500px JavaScript API along with React and React Router to create a simple single page application for searching the 500px image database.

A live demo can be found here: https://ondzilla.github.io/500px

Installing

The project was bootstrapped with Create React App and in order to be able to build and run the project, create-react-app first needs to be installed globally.

npm install -g create-react-app

Once that is done, the project can be cloned and installed.

git clone https://github.com/ondzilla/500px.git
cd 500px
npm install

Building & Running

To build and run the project in a local development server, simply run the following command.

npm start

The built result should be available at http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published