Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.19 KB

File metadata and controls

44 lines (31 loc) · 1.19 KB

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.derikn.com/.

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!