Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanveerahmed4545/ta-fashion
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
https://github.com/tanveerahmed4545/ta-fashion
axios firebase firebase-auth lottie momentjs react-hook-form react-hot-toast react-icons react-tooltip tanstack-react-query
Last synced: about 1 month ago
JSON representation
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
- Host: GitHub
- URL: https://github.com/tanveerahmed4545/ta-fashion
- Owner: TanveerAhmed4545
- Created: 2024-08-14T17:28:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T20:19:10.000Z (4 months ago)
- Last Synced: 2024-08-17T19:53:43.099Z (4 months ago)
- Topics: axios, firebase, firebase-auth, lottie, momentjs, react-hook-form, react-hot-toast, react-icons, react-tooltip, tanstack-react-query
- Language: JavaScript
- Homepage: https://ta-fashion.web.app/
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ta Fashion
## Live Server: https://ta-fashion.web.app/
## Server site:https://github.com/TanveerAhmed4545/ta-fashion-server
## About
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
## Technologies:
React js, MongoDB, Express, Firebase, Axios, React Query, React Hook Form, Tailwind , DaisyUi
## Features
- 📝 This is a Single page Fashion website.
- 📝 This website design was created by myself.
- 📝 This site supports user authentication and uses MongoDB for data management.
- 📝 This website is built with React library and also React router.
- 📝 This website is built with a tailwind CSS library.
- 📝 This website mainly has 1 pages. Home and also login and register.
- 📝 The Home Page contains the Navbar,products section and Footer.
- 📝 MongoDB collection and data have been created by me and that data has been used for this Website.
- 📝 Things like react-hot-toast, React Router, React Icons, Imgbb, React Vite, Firebase, Express, and MongoDB have also been used in this project.## Packages
- moments
- Lottie
- react-hot-toast## Installation:
#### Step 1: Clone the Repository
First, clone the repository to your local machine using the following command:
```bash
git clone https://github.com/TanveerAhmed4545/ta-fashion.git
```#### Step 2: Navigate to the Project Directory
Change into the project directory:
```bash
cd repository-name
```#### Step 3: Prepare the Project
Before installing dependencies, make sure to clean up any existing ones:
- Delete the node_modules folder, if it exists.
- Delete the package-lock.json file, if it exists.#### Step 4: Install Dependencies
Install the required dependencies by running:
```bash
npm install
```#### Step 5: Start the Application
Run the following command to start the application:
```bash
npm start
```Now, open your browser and go to http://localhost:3000/ to view your React app.