This is a Next.js project for an optometry website designed to provide information about services, testimonials, and contact details for The NYC Optometrist.
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.
- 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.
- 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.
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
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.
thenycoptometrist/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ ├── page.tsx
├── components/
│ ├── Header.tsx
│ ├── Footer.tsx
└── README.md
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.
For any inquiries, please contact:
- Email: [email protected]
- GitHub: yourusername
This is a Next.js project bootstrapped with create-next-app
.
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.