Skip to content

silvercricket/fec2025

 
 

Repository files navigation

Read Me

FEC 2025 Full-Stack E-Commerce App

This repo is a full-stack e-commerce web application built with React.js and Next.js. The app is deployed with Vercel and uses testing with Jest.

Front page components include:

  • Product Detail Information
  • Related Items and a user Outfit manager
  • Question and Answers
  • and Product Reviews

Installation

Fork and clone the repository

Manually

  • From the command line run “npm install” to install dependencies

  • Start the development server “npm run dev”

  • OR start the app with “npm run build” and then "npm start"

With Vercel

  • Create an account with Vercel (if you have not already)

  • Connect this repo

  • Create environment file

  • Override output directory to ./build and deploy

Testing

Start testing with “npm test”

About

RFP FEC 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 7.4%