Skip to content

Toms-Berzins/X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powder Coating Pro Website

A modern, responsive website for a powder coating business built with React, TypeScript, and Tailwind CSS.

Features

  • Modern, responsive design
  • Interactive hero section
  • Services overview with animations
  • Contact form with validation
  • Built with TypeScript for type safety
  • Styled with Tailwind CSS for rapid development

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Getting Started

  1. Clone the repository: ```bash git clone cd powder-coating-pro ```

  2. Install dependencies: ```bash npm install

or

yarn install ```

  1. Start the development server: ```bash npm start

or

yarn start ```

The application will be available at http://localhost:3000.

Project Structure

src/
├── components/     # React components
├── styles/        # CSS and Tailwind styles
├── types/         # TypeScript type definitions
├── App.tsx        # Main application component
└── index.tsx      # Application entry point

Available Scripts

  • npm start - Runs the app in development mode
  • npm build - Builds the app for production
  • npm test - Runs the test suite
  • npm eject - Ejects from Create React App

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages