Skip to content

vlunaklick/moofy-commerce

Repository files navigation

Moofy

This is an e-commerce plataform for a fictional company called Moofy. The main goal of this project is to improve my UI/UX skills and to keep on with TypeScript. Also, I wanted to apply framer motion so I could learn more about animations.

Deploy: Live View

You can see the live version of the project clicking on the link above.

Frontend

  • React.js: A JavaScript library for building user interfaces.
  • TypeScript: JavaScript superset.
  • TailwindCSS: A utility-first CSS framework for rapidly building custom designs.
  • Framer Motion: A production-ready motion library for React.
  • react-icons: For icons.
  • vite: A fast frontend build tool.

Installation

First, you need to clone the repository:

git clone (url)

Then, you need to install the dependencies:

npm install

Finally, you can run the project in development or production:

npm run dev || build

Author

👤 vlunaklick