Skip to content

febin-sabu/cooee-signup

Repository files navigation

Cooee Signup

A modern, animated, mobile-responsive signup flow built with React, Vite, and Tailwind CSS.

Features

  • Multi-step signup with animated transitions
  • Mobile responsive design
  • Dark mode toggle
  • Stylish UI with modern visuals
  • Country/number selection, plan selection, and payment simulation
  • Mock API for demo purposes

Getting Started

Prerequisites

  • Node.js (v16+ recommended)
  • npm

Installation

npm install

Running the Dev Server

npm run dev

Open http://localhost:5173 in your browser.

Customization

  • Add your own images to src/assets or public and use them in the UI.
  • Tweak Tailwind config for custom themes.

Dark Mode

  • Use the toggle button in the header to switch between light and dark themes.

Animations

  • Step transitions and UI elements use smooth fade/slide animations.

License

MIT

Version Control

To initialize a git repository and push your code to a remote (e.g., GitHub):

git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/your-username/your-repo.git
git branch -M main
git push -u origin main

Replace your-username/your-repo.git with your actual GitHub repository URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published