Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adebola-io/spry
An e-commerce clothing store, built with Nuxt 3, TailwindCSS, Typescript and Cypress.
https://github.com/adebola-io/spry
cypress firebase jest nuxt3 tailwindcss typescript vue
Last synced: 6 days ago
JSON representation
An e-commerce clothing store, built with Nuxt 3, TailwindCSS, Typescript and Cypress.
- Host: GitHub
- URL: https://github.com/adebola-io/spry
- Owner: adebola-io
- License: apache-2.0
- Created: 2022-11-24T04:27:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T14:29:47.000Z (about 1 year ago)
- Last Synced: 2023-10-10T17:56:00.573Z (about 1 year ago)
- Topics: cypress, firebase, jest, nuxt3, tailwindcss, typescript, vue
- Language: TypeScript
- Homepage: http://spry-store.vercel.app
- Size: 34.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 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](http://spry-store.vercel.app). 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](https://www.figma.com/file/LnagRB2PT5HP1p1MklN7xJ/Spry-Clothing-Store?node-id=0%3A1&t=AgmdniLABihsHdev-1). The main font family is [Nunito Sans](https://fonts.google.com/specimen/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](roadmap.md).
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](https://v3.nuxtjs.org/guide/deploy/presets) for more information.