Skip to content

An e-commerce clothing store, built with Nuxt 3, TailwindCSS, Typescript and Cypress.

License

Notifications You must be signed in to change notification settings

adebola-io/spry

Repository files navigation

THIS PROJECT IS UNDERGOING A REWRITE.

Spry is an online clothing store located in Lagos, Nigera. We provide our customers with a distinct and enjoyable experience, selling them the most comfortable clothing for the most comfortable prices.

🚀 Production

The live version of this project is hosted by Vercel here. Any push to the production branch will automatically be deployed.

🤖 Tech Stack

  1. A large portion of the project is written in Typescript.
  2. The project depends on version 3 of the Nuxt.js framework, which in turn depends on the Vue Javascript library.
  3. This project makes use of the Tailwind CSS framework and preprocessor.
  4. The testing framework used in this project is Cypress.
  5. The backend for this project is hosted in Google Firebase.

🎨 Design

The user interface design for the website can be found on Figma at this link. The main font family is Nunito Sans, and the theme colors are:

  • Dark Purple,
  • Fandago
  • Flickr Pink
  • Candy Pink
  • Salmon Pink

🤍 Development and Contribution

The commit roadmap can be seen here.

To contribute to this project, first clone the repository, then run npm install, followed by npm run dev. The second command should start up a local development server at http://localhost:3000.

Checkout the Nuxt deployment documentation for more information.