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.
- Node.js (version 14 or higher)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/VictorBravim/WebStore.git
- Navigate to the project directory:
cd WebStore
- Install the dependencies:
npm install
or
yarn install
- Run the development server:
npm run dev
- 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.
- This project is licensed under the MIT License.