This project is a personal endeavor to recreate the website of the design agency Melriver. The main objective is to learn and develop skills in using GSAP (GreenSock Animation Platform) for animations. The project is built using React and Next.js, with TypeScript for type safety and Tailwind CSS for styling.
A live demo of the project can be found here.
Clone the repository:
git clone https://github.com/AnthonyChablov/melriver-website-rebuild.git
cd melriver-website-rebuild
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to view the website.
Feel free to contribute to this project by submitting issues or pull requests. For major changes, please open an issue first to discuss what you would like to change.