Skip to content
/ picks Public

picks is a link sharing web app with a limit of 5 links per post

Notifications You must be signed in to change notification settings

didley/picks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picks


picks is a link sharing web app with a limit of 5 links per post, visit the live app


The client is built with react without hooks, Redux & Sagas for state management,
React Testing Library & Mock Service Worker for client testing and the backend
is built with express & mongoose.

The backend API has been moved to a separate repo while Heroku lacks monorepo support

Demo

Profile page demo

Tests

Setup

$ cd picks
$ yarn install

Running

  • Remove .example form .env.example in /backend & /client_web
# run client
$ cd client_web
$ yarn start

# run client tests
$ cd client_web
$ yarn test

# build client
$ cd client_web
$ yarn build

# serve client build locally (Great for debugging closer to a prod build)
$ cd client_web
$ yarn run build:serve

About

picks is a link sharing web app with a limit of 5 links per post

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages