This is a simple shopping cart application frontend built using HTML, CSS, and EJS (Embedded JavaScript), styled with Tailwind CSS. The frontend allows users to interact with the shopping cart interface, browse products, add items to the cart, and view their selections.
Clone the repository:
git clone https://github.com/your-username/nodejs-ejs-shopping-cart-frontend.git
Navigate to the project directory:
cd nodejs-ejs-shopping-cart-frontend
Install dependencies:
npm install
Build Tailwind CSS:
npx tailwindcss build styles.css -o output.css
Open the project in your web browser:
index.ejs
file in your web browser to view the application locally.Contributions to improve and enhance the frontend of this shopping cart application are welcome. If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.