https://github.com/victorbravim/seton
Furniture Template Site
https://github.com/victorbravim/seton
furniture nextjs taiwlindcss template typescript
Last synced: 7 days ago
JSON representation
Furniture Template Site
- Host: GitHub
- URL: https://github.com/victorbravim/seton
- Owner: VictorBravim
- License: mit
- Created: 2024-06-12T14:49:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T15:51:53.000Z (about 1 year ago)
- Last Synced: 2025-01-05T03:25:38.344Z (10 months ago)
- Topics: furniture, nextjs, taiwlindcss, template, typescript
- Language: TypeScript
- Homepage: https://seton-eight.vercel.app
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🪑 Seton
## 🚀 Overview
This project is a React-based web application designed as a furniture shopping site template. It features a seamless and visually appealing interface for users to explore various sections of the site. The sections include Home, Categories, Products, and Contact, each providing unique content and functionality to enhance the shopping experience.
## 📋 Requirements
- Node.js (v12 or later)
- npm (v6 or later) or yarn (v1 or later)## 🔧 Installation
1. Clone the repository:
```
git clone https://github.com/VictorBravim/Seton.git
```2. Navigate to the project directory:
```
cd Seton
```3. Install the dependencies:
```
npm install
or
yarn install
```4. Run the development server:
```
npm run dev
```## 🛠️ Project Structure
- Page.tsx: The main page component that manages the state of the current section and renders the corresponding components (Heme, Categories, Products, Contact) with smooth transitions.
- components/Hero.tsx: The Heme section, featuring a welcoming interface with a background image and an elegant design. It includes a button to navigate to the Categories section.
- components/About.tsx: The About section, providing information about the furniture store or company. It includes buttons to navigate to the Home and Categories sections.
- components/Product.tsx: The Products section, showcasing the main furniture items. It includes navigation to other sections.
- components/Contact.tsx: The Contact section, offering contact information or a form for users to reach out.## 📄 License
- This project is licensed under the [MIT License](LICENSE).