Welcome to the Carptravel project! This is a web application built using Next.js, Tailwind CSS, and deployed on Vercel. The project aims to provide travel enthusiasts with information about various destinations for carp Travelling and fishing. 🌍🐟
Check out the live demo of the Carptravel project: https://carptravel-rouge.vercel.app/ 🌐
- Browse and explore various destinations for travelling. 🌎
- View detailed information about each destination, including photos and descriptions. 📸
- Responsive design for seamless usage on different devices. 📱💻
- Fast and efficient performance powered by Next.js and optimized with Tailwind CSS. ⚡
To get started with the project locally on your machine, follow the instructions below.
-
Clone the repository:
git clone https://github.com/sergio-nezhigay/n1.git
-
Navigate to the project directory:
cd carptravel
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser:
The application will be available at http://localhost:3000. You can start exploring the app from there.
- Next.js - React framework for building server-rendered applications. ⚛️
- Tailwind CSS - A utility-first CSS framework for rapid UI development. 🎨
- Vercel - A platform for deploying web applications. 🚀
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
- Fork the repository. 🍴
- Create a new branch:
git checkout -b feature-new-feature
. 🌿 - Make your changes and commit them:
git commit -m 'Add new feature'
. 💬 - Push to the branch:
git push origin feature-new-feature
. 🚀 - Open a pull request. 📤
This project is MIT licensed. 📜