Skip to content

Tobbiloba/thenycoptometrist

Repository files navigation

The NYC Optometrist

This is a Next.js project for an optometry website designed to provide information about services, testimonials, and contact details for The NYC Optometrist.

Description

A user-friendly website that allows patients to learn about various optometry services, read testimonials, and easily get in touch with the practice. The site features smooth snap-to scrolling for an enhanced user experience.

Features

  • Snap-to scrolling for each section of the page.
  • Responsive design optimized for both desktop and mobile devices.
  • Easy navigation through services, testimonials, and contact information.

Technologies Used

  • Next.js - A React framework for building server-rendered applications.
  • React - A JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for styling.

Installation

To get started with this project, clone the repository and install the dependencies:

# Clone the repository
git clone https://github.com/Tobbiloba/thenycoptometrist

# Navigate into the project directory
cd thenycoptometrist

# Install dependencies
npm install
# or
# yarn install
# or
# pnpm install

Usage

To run the development server, use the following command:

npm run dev
# or
# yarn dev
# or
# pnpm dev

Open http://localhost:3000 in your browser to see the application in action.

Folder Structure

thenycoptometrist/
├── app/
│   ├── globals.css
│   ├── layout.tsx
│   ├── page.tsx
├── components/
│   ├── Header.tsx
│   ├── Footer.tsx
└── README.md

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

Contact Information

For any inquiries, please contact:

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages