Skip to content

A website built using React with swiping animations like Tinder to help freelance photographers showcase their work to people who are looking to hire photographers

Notifications You must be signed in to change notification settings

NathanHor22/findyourframe-react

Repository files navigation

Find Your Frame

A modern React website built with Vite and TypeScript.

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Open your browser and navigate to http://localhost:5173

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

Project Structure

findyourframe/
├── public/          # Static assets
├── src/            # Source code
│   ├── App.tsx     # Main App component
│   ├── main.tsx    # Entry point
│   └── ...
├── index.html      # HTML template
└── package.json    # Dependencies and scripts

Technologies Used

  • React 18
  • TypeScript
  • Vite (for fast development and building)
  • ESLint (for code linting)

Development

Start editing in src/App.tsx to begin building your website!

About

A website built using React with swiping animations like Tinder to help freelance photographers showcase their work to people who are looking to hire photographers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published