Skip to content

VictorBravim/WebStore

Repository files navigation

👟 WebStore

image 15 (2)

🚀 Overview

This project is a Next.js-based web application for an online store called "WebStore". It features several components including a navigation bar, hero section, popular products display, latest arrivals display, about section, contact form, and footer.

📋 Requirements

  • Node.js (version 14 or higher)
  • npm (Node Package Manager)

🔧 Installation

  1. Clone the repository:
git clone https://github.com/VictorBravim/WebStore.git
  1. Navigate to the project directory:
cd WebStore
  1. Install the dependencies:
npm install
or
yarn install
  1. Run the development server:
npm run dev

🛠️ Project Structure

  • components/: Contains React components used throughout the application.
  • pages/: Contains Next.js page components which represent different routes of the application.
  • public/: Contains static assets such as images.
  • styles/: Contains global CSS styles as well as component-specific styles.
  • gitignore: Specifies intentionally untracked files to ignore.
  • next.config.js: Next.js configuration file.
  • package.json: Manifest file for npm, includes project metadata and dependencies.
  • README.md: Contains project documentation and instructions for developers.
  • tsconfig.json: TypeScript configuration file.

📄 License