Welcome to the Musical Academy Project repository! This project is built with HTML, Tailwind CSS, TypeScript, and Next.js. It features dynamic animations using the Framer Motion library and Aceternity UI.
- Dynamic Animations: Leveraging Framer Motion for smooth and engaging animations.
- Modern UI: Crafted with Aceternity UI for a sleek and intuitive user interface.
- Responsive Design: Built with Tailwind CSS to ensure a seamless experience on any device.
- TypeScript: Ensuring type safety and improved developer experience.
To get started with the project, follow these steps:
- Node.js (v14 or higher)
- npm
- Clone the repository:
git clone https://github.com/sanjaraiy/Nextjs_Project.git
cd musical-project
- Install dependencies:
npm install
To run the development server:
npm run dev
Here is an overview of the project structure:
βββ components # Reusable components
βββ pages # Next.js pages
βββ public # Static files
βββ styles # Global styles
βββ tsconfig.json # TypeScript configuration
βββ next.config.js# Next.js configuration
- Next.js: The React framework for production.
- Tailwind CSS: A utility-first CSS framework.
- TypeScript: JavaScript with syntax for types.
- Framer Motion: A library for animations.
- Aceternity UI: A modern UI component library.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
Happy coding! π Feel free to customize it further to match your project's specifics and requirements!