Skip to content

Git-krishn/GIT_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TailorFit Example App

This repository contains a minimal full-stack demo with a simple React frontend and a Node backend.

Structure

  • client/ – static HTML page using React and Tailwind from CDNs.
  • server/ – Node HTTP server handling /submit requests and saving orders to orders.json.

Running the Demo

  1. Start the server:
    cd server
    node server.js
  2. Open client/index.html in a browser. (Use Live Server or any static file server.)

Submitting the form will POST the order data to http://localhost:3001/submit.

About

Git testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors