An open API service indexing awesome lists of open source software.

https://github.com/ntonbala/tw-mf


https://github.com/ntonbala/tw-mf

check-light-or-dark fontawesome-icons html5 javascript responsive-layout tailwindcss vercel-deployment

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# tw:mf

**tw:mf** is a mobile first landing page for fictional music festival. Project architecture uses dynamic and custom components, custom plugins for Tailwind CSS (to handle basic styles, static and dynamic utilities, static and dynamic components as well as variants) and own base utility component styles. Layout is created with Flexbox and Grid.

Features:

- Full responsiveness
- Navigation bar transitions
- Hero logo animation
- Subscribe form
- Light/dark mode
- Frosting and shadow effects
- Headliners carousel with snap effect
- Timeline ping effect
- Tickets table
- Text and background gradients
- Order section with diagonal radius effect

Project relates to [Tailwind CSS v3 - Beginner to Pro](https://www.udemy.com/course/tailwind-css-zero-to-hero) Udemy course by [Tom Phillips](https://www.udemy.com/user/e3ccfcc3-dbaa-4ec2-a50f-fe761c2eb901).

Project uses NPM as package manager. Install the dependencies and run `npm run tw:build` then open `src/index.html` file in the browser of your choice (or open it via live server like [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension).

## Deploy

Project is deployed to Vercel: https://tw-mf-delta.vercel.app.

Deployment is done automatically when pushing to the `main` branch.