A skincare tracker that enables users to find correlations between skin health and their products.
As an acne-prone logic enthusiast, I was able to cure the majority of my skin problems through a spreadsheet.
As the data grew, however, the spreadsheet became more cumbersome. I wanted to simplify the process of tracking what goes onto face by creating an app.
Built with:
- Rails
- React
- npm react-table
- Clone the repo
- In Terminal, cd into the directory
To run the API:
- Go into the backend directory:
cd /backend
- Start the server:
rails s
To run the app:
- Leaving the API running, open a new terminal window.
- Go into the frontend directory:
cd /frontend
- Install dependencies:
npm i
- Run app:
npm start
- This will prompt you to run the app on a different port. Type
y
to continue.