Skip to content

ridbay/Caption-Cards-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caption-Cards-Challenge

What are the features of this App?

This project contains basic feature of:

  1. List of Tags and Captions
  2. Filtering by Tags
  3. Adding Tags & Captions

Live Application URL

This URL has the application deployed in.

Installation and Setup Instructions

Prerequisites

Clone this Repo

https://github.com/ridbay/Caption-Cards-Challenge.git

Clone down this repository. You will need react, node and npm installed globally on your machine.

git clone https://github.com/ridbay/Caption-Cards-Challenge.git

Installation:

Go into the project folder

cd Caption-Cards-Challenge

and type the following command to install all npm packages

npm install

To Start Server, Type the following command:

npm start

To Run Build, Type the following command:

npm build

Explanations on the commands

The scripts;

  • npm start: This runs the server.js

  • npm server: This give us live reloading (hot reloading) (developement)

  • npm build: Changes the directory into client folder runs build script

The Application Runs on localhost:3000

Live Application URL

(Live Demo)

Click on the link to see the application

Contributing

Feel free to open issues and pull requests.!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published