Please access the hosted version of this app at: https://vested.netlify.app/
This project was created, alongside a back-end database, to encourage first-time investors with an interest in ethical investing explore their options. It’s designed to be used either on desktop or mobile.
The app was developed by team 'Buzzfeed Investors' as part of the Northcoders Software Development bootcamp - please find links below to the GitHub pages for the other members of the team:
- https://github.com/BillyZen
- https://github.com/ellenmelon1
- https://github.com/maire-digital
- https://github.com/mshabuo
- https://github.com/carlc4
The back-end repository is available at: https://github.com/LiamCurran95/vested-BE
The minimum required version of Node to run this app locally is: v17.5.0
To run this app locally:
- Clone the repository through the command line with
git clone https://github.com/LiamCurran95/vested-fe - Install the dependencies through the command line with
npm install - Run the app with
npm start.