Skip to content

A web app implementation of Nickelfox Design on Figma Community

Notifications You must be signed in to change notification settings

Deri-Kurniawan/smoothie

Repository files navigation

Smoothie

Smoothie is a design created by Nickefox Design on Figma Community and implemented into a web application by Deri Kurniawan of course with my full animation improvisation.

Preview

Note: Currently, the project is only implemented to support resolutions of 1440px and above.

Tech Stack

Tech Stack

  • React
  • React Router
  • TailwindCSS
  • Framer Motion
  • Paranoid Icon

Deployment

This project is deployed on Vercel. You can access the live demo https://smoothie.deri.my.id/.

Installation

This project is using vite as the build tool. To run this project locally, you can follow these steps:

  1. Clone this repository

  2. Install all dependencies

    npm install
  3. Run the project

    • For Development mode
      npm run dev
    • For Production mode
      npm run build && npm run preview
  4. Open your browser and go to http://localhost:5173/

  5. Happy coding!