sayhellotovanessa / art-gallery

Mini image gallery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Art Gallery

This is a simple application for an image gallery (slideshow).

ReactJS

Sass

Flickity library

Requirements

A computer with a terminal and the following tools installed:

Nodejs

Git

Install

Open your terminal and follow the steps:

  1. Clone the repository and go to the new folder.

git clone https://github.com/sayhellotovanessa/art-gallery.git

cd art-gallery

  1. Install the dependencies.

npm install

(This will create a subfolder node_modules in your project root folder).

Run the application

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

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

More:

npm test

Launches the test runner in the interactive watch mode.
See more about running tests here.

About

Mini image gallery.


Languages

Language:CSS 51.7%Language:JavaScript 30.4%Language:HTML 17.9%