Skip to content

Latest commit

 

History

History
102 lines (66 loc) · 3.87 KB

README.md

File metadata and controls

102 lines (66 loc) · 3.87 KB

Mia Taylor's Profile Page Concept

Product Presentation Image

tailwind

react

font-awesome

gulp

Table of Contents

Description

Seamlessly combining cutting-edge technology with intuitive design, we craft a dynamic and engaging platform tailored just for you.

React Profile Page + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:


Documentation

The documentation for the React Profile Page is hosted at our website.

View More

Quick start

Reporting Issues

We use GitHub Issues as the official bug tracker for the React Profile Page. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the React Profile Page. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Social Media

File Structure

Within the download you'll find the following directories and files:

react-profile-page/
├─ public/
│  ├─ new_file
│  ├─ new_file
│  ├─ new_file
│  ├─ new_file
├─ src/
│  ├─ components/
│  │  ├─ Footer.jsx
│  │  ├─ Navbar.jsx
│  ├─ views/
│  │  ├─ Profile.jsx
│  ├─ index.jsx
├─ .gitignore
├─ gulpfile.js
├─ index.html
├─ jsconfig.json
├─ package.json
├─ README.md
├─ vite.config.js