Projects app meant to be an easy way to manage your dev projects in a timeline
In order to have the app running it needs the express backend api ➡️ github.com/pablolizardo/projects-api-server Then you can install the dependencies as usual:
Create a .env.local
and set this content:
REACT_APP_API_URL=http://localhost:3005/api
...and start the app
Open http://localhost:3000 to view it in the browser.