Skip to content

walternascimentobarroso/business-card

Repository files navigation

Business Card

code style: prettier

📜 Overview

Business Card with React, Typescript and Tailwindcss

🖥️ Start Project

First clone the project:

git clone https://github.com/walternascimentobarroso/react-tailwind.git

:octocat: GitFlow

git flow init

After init with git flow, use feature for new features:

git flow feature start new-feature

Now, start committing on your feature. When done, use:

git flow feature finish new-feature

⚒️ Tools

🚀 Deploy GH-Pages

yarn build
git add dist -f
git commit -sam "🔧 CONFIG: Deploy"
git subtree push --prefix dist origin gh-pages
git reset --hard HEAD~

🎢 List of Pages and components

Description Type
Accordion Component
Alert Component
AsideMenu Component
Breadcrumb Component
Button Component
Card Component
CustomSelect Component
DarkMode Component
Dropdown Component
Footer Component
Fullscreen Component
Header Component
Input Component
Modal Component
PasswordInput Component
ProfilePicture Component
SearchButton Component
Spinner Component
StatisticCard Component
Table Component
Template Component
Title Component
Tooltip Component
TopButton Component
Component Page
Error 404 Page
Faq Page
Home Page
Login Page
Profile Page
Recover Password Page
Register Page
List of Users Page

📂 Folder Structure

.
├── .editorconfig
├── .gitignore
├── README.md
└── public
    └── index.php

📝 License

The MIT License (MIT)

😺 Author


Made with  ❤️ 

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages