Broaden.io is a web app that helps fledgling developers assess tech skills. Students can use this to get measurable feedback through self-assessment . Users can use this platform to get measurable feedback through self-assessment. You can reach us at through our contact below.
- Tassos Laumbrou - Full Stack
- Alirie Gray - Full Stack
- Ansel BridgeWater - Full Stack
- Jeff Chiu - Full Stack
- Shane Austrie - Frontend
For the Front-end side, we use React and Redux and uses create-react-app, Webpack, HMR, PostCSS & Express. This project also uses a boilerplate CSS theme for bootstrap known as Material UI Dashboard Pro.
npm install
npm start
This will start an react app at http://localhost:3000.
Pull Requests are welcome
This project is licensed under the MIT License - see the LICENSE. file for details
Create React App is divided into two packages:
create-react-app
is a global command-line utility that you use to create new projects.react-scripts
is a development dependency in the generated projects (including this one).