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.
Note: Currently, the project is only implemented to support resolutions of 1440px and above.
- React
- React Router
- TailwindCSS
- Framer Motion
- Paranoid Icon
This project is deployed on Vercel. You can access the live demo https://smoothie.deri.my.id/.
This project is using vite as the build tool. To run this project locally, you can follow these steps:
-
Clone this repository
-
Install all dependencies
npm install
-
Run the project
- For Development mode
npm run dev
- For Production mode
npm run build && npm run preview
- For Development mode
-
Open your browser and go to
http://localhost:5173/
-
Happy coding!