A digital Personal Shopper that does the selling for you!
View Demo
·
Report Bug
·
Request Feature
Sales With QuizCommerce guides your customers throughout their shopping experience and helps them find the right products for them.
This section lists the major frameworks and libraries used to build the project. Add-ons and plugins are typically mentioned in the acknowledgements section. Here are the technologies used in this project:
This guide will help you get a local copy of the project up and running. Follow these simple steps to set up the project locally.
Make sure you have the following installed before proceeding:
-
Node.js and npm (Node Package Manager)
You can download and install Node.js (which includes npm) from here. -
Git
Ensure you have Git installed to clone the repository. You can install Git from here.
Follow these steps to install and set up the project locally:
- Clone the repository
git clone https://github.com/oliveira-mark/landing-page.git
- Navigate to the project directory
cd landing-page
- Install the project dependencies
npm install
- Start the development server
npm run dev
To use the application, follow these steps:
- Open the application in your web browser.
http://localhost:3000
Distributed under the MIT License. See LICENSE.txt
for more information.
Marcos Oliveira - @oliveira-mark - [email protected]
Project Link: https://github.com/oliveira-mark/landing-page
Here are a few resources that were essential for this project:
- Choose an Open Source License - To help you choose an open-source license for your project.
- Tailwind CSS - A utility-first CSS framework used for styling the application.
- ESLint - For maintaining code quality and ensuring best practices.