Skip to content

This Trip planner web app allows users to plan their trips and manage activities for each trip.

Notifications You must be signed in to change notification settings

vigneshkumarm2002/trippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trippy

Welcome to the Trip Planner web app called Trippy! This application allows users to plan their trips and manage activities for each trip.

Getting Started

These instructions will help you set up and run the Trip Planner web app on your local machine.

Prerequisites

To run the Trip Planner web app, you need to have the following software installed on your machine:

  • Node.js (version 12 or higher)
  • npm (usually comes with Node.js)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/vigneshkumarm2002/trippy.git
  2. Navigate to the project directory:

    cd trippy
    
  3. Install the project dependencies using npm:

    npm install
    

Usage

Running the Development Server To run the development server and view the Trip Planner app in your browser, use the following command:

npm start

This will start the development server and automatically open the app in your default web browser. Any code changes you make will be hot-reloaded, so you can see the updates in real-time.

Building for Production Before deploying the app, you should build the production-ready bundle:

 npm run build

This command generates optimized production build files in the build directory.

Deployment

To deploy the Trip Planner web app to a web server or hosting platform, follow these general steps:

  1. Choose a hosting platform. Popular options include:
  1. Configure your hosting platform to deploy the app from the build directory.
  2. Deploy your code to the chosen platform using their provided deployment methods or integrations.
  3. Once deployed, your Trip Planner web app will be accessible via the provided domain or URL.

About

This Trip planner web app allows users to plan their trips and manage activities for each trip.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published