Skip to content

spartacus72/ee-tech-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Equal-Experts-Tech-Challenge

Version #: 5b8d0fd276b6d288905ed2f63a934e057e8feca2

The Equal Experts tech challenge delivers a basic grocery list comprising an Express backend API and a ReactJS frontend with Equal Experts branding.

The master branch contains the solution written with the direction of providing simplicity in design while following a strict Test Driven Development regime.

Prerequisites

Setting up the project

  • Open your terminal.

  • Run

    git clone https://github.com/spartacus72/ee-tech-challenge.git
    cd ee-tech-challenge/backend
    npm install
    npm run dev
    
  • Open another terminal.

  • Run

    cd ee-tech-challenge/frontend-react
    npm install
    npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published