A single page application built with React and Node. The application tracks coding and fitness activity and allows the user to get a high-level view of their day to see if they have a healthy balance. Graphs are constructed with D3 and layout was designed with Materialize CSS. This application was built during a 4 day hackathon for the Fullstack Academy Software Engineering program.
Download the project files via git and navigate to the new directory:
git clone https://github.com/runandrew/ten-thousand-feet.git
cd ten-thousand-feet
Install the required dependencies:
npm install
To start the application:
npm start
The application will be available locally at https://localhost:8585/
.
During development, you can build the application using:
npm run build
MIT © Andrew Garcia