Web App created by Thales Neves
Project created using React & Redux and Rails API
- 🚀 About Tri Tracker
- ⚒️ Built With React & Redux
- 🟢 Live Demo
- 🖥️ Setup
- 👤 Author
- 🤝 Contributing
- ⭐ Show your support
Tri Tracker is a web app where you can track your triathlon activities, you can record running, cyclings or swimmings. All your activities will be recorded and you can check the distance, moving time and average pace at any time. You can also check your stats and verify which activities you are doing most on each month through a graphic chart. It was build with React & Redux and Rails API.


Internet Browser
Git for version control.
Node.js to install dependencies
Yarn to run scripts and install packages.
Open the terminal inside a folder of your choice and clone this repository using the following Git commands in the terminal:
git clone https://github.com/thneves/tri-tracker-client.git
Then, enter the project folder using:
cd tri-tracker-client
To be able to run the web app you need to install Node dependencies by typing the following command on your terminal:
yarn install
Done!
Before running this project you must start the backend server, follow the instructions HERE!
Make sure that your server is runnig on localhost:3001
and the go on.
Now that you've installed the repository and have the backend server running. Type the following to start the project:
yarn start
This command will open a localhost:3000
server where it will be running the web app, you can close the server using CTRL + C.
To check all the test coverage made in the project application run the following command:
yarn test
Enjoy!
Thales Neves
- Github: thneves
- Twitter: @tsneves11
- LinkedIn: Thales Neves
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
The design idea of this project was made by Gregoire Vella.