Skip to content

An interactive time tracking dashboard for efficient productivity management and tracking daily, weekly, and monthly activities.

License

Notifications You must be signed in to change notification settings

CodePapa360/Time-tracking-dashboard

Repository files navigation

Time tracking dashboard

Challenge from Frontend Mentor

A practice project from Frontend Mentor, showcasing a dynamic time tracking dashboard. Implementing HTML, SASS, and JavaScript, it offers daily, weekly, and monthly views with current and previous time data.

Screenshot

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Switch between viewing Daily, Weekly, and Monthly stats
  • Bonus: Utilized JSON data to dynamically fetch and present data

Built with

What I learned

During the development of this time tracking dashboard project, I expanded my existing skills and tackled various challenges to create a polished and functional application. Here are some key takeaways from my experience:

  • Responsive Design: I further refined my expertise in crafting responsive layouts that seamlessly adapt to different devices and screen sizes. This involved employing CSS media queries and employing flexible layout techniques with Flex and Grid to ensure a smooth user experience across devices.

  • Data Fetching and Handling: I deepened my understanding of data retrieval by utilizing JavaScript's Fetch API to retrieve data from an external JSON source. I also implemented error handling to gracefully manage any potential issues during the data fetching process.

  • Dynamic Content Rendering: I successfully implemented dynamic rendering of data onto the dashboard, elevating the user experience. This involved manipulating the DOM to dynamically update specific elements with fetched data in real-time.

  • Event Handling and User Interactions: By incorporating event listeners, I enabled seamless interaction with the dashboard. Users can effortlessly switch between daily, weekly, and monthly views, while ensuring the active button state and corresponding data retrieval are managed effectively.

  • Code Optimization and Organization: Through refactoring and optimizing my JavaScript code, I enhanced the project's efficiency and maintainability. I focused on eliminating code redundancy, and improving code readability.

Throughout the development process, I encountered challenges such as asynchronous data handling and simultaneous updates of multiple elements.

In summary, this project provided an opportunity for me to further advance my front-end development skills, apply best practices, and create an interactive and visually appealing time tracking dashboard.

Installation

  • Clone this repo:
git clone https://github.com/CodePapa360/Time-tracking-dashboard.git
  • Install dependencies:
npm install
  • Build command:
npm run build
  • Live server:
npm start

Author

👤 Alamin

Feel free to contact me with any questions or feedback!

Show your support

Give a ⭐️ if you liked this project!

Acknowledgments

Special thanks to Frontend Mentor for providing such an amazing platform to practice and improve my frontend skills. The challenges and projects available on the website were both fun and challenging, and helped me learn a lot in a short amount of time.

License

This project is licensed under the MIT license, which means you can use, modify, and distribute the code as you wish. If you have any questions or feedback, feel free to reach out. Thank you for considering my code!

About

An interactive time tracking dashboard for efficient productivity management and tracking daily, weekly, and monthly activities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published