This project was bootstrapped with Create React App, along with the redux template.
In this project, I developed a frontend web application (tracking app), used to track time spent on any given task for a given activity. This is the frontend app that connects to the Backend app hosted on Heroku
The application features includes:
- Create new activities/sessions.
- Create new tasks and allocate the time spent on the task.
- Track a users perfomance based on their sessions ans tasks.
- Show the user their latest and longest activities.
This project was built using these technologies.
- JavaScript
- React/Redux
- HTML/CSS3
- TailwindCSS
- Netlify ( For deployment)
Make sure Node.js is running on your local machine
To use this app locally, this is what you need to:
-
Download or clone this repo:
- Clone with HTTPS in the terminal.
git clone https://github.com/mke2111/tracking-app.git
-
Then
cd tracking-app
into the downloaded folder and runnpm install
oryarn install
-
then, run
npm run start
oryarn start
-
Test the app with
yarn test --watchAll
👤 Roy Mukuye
- GitHub: @mke2111
- Twitter: @Roymkenya
- LinkedIn: Roy Mukuye
Design idea by Gregoire Vella on Behance - Bodytrack.it - An iOs app - Branding, UX and UI
This project is MIT licensed.