This is a solution to the Time tracking dashboard challenge on Frontend Mentor, although added authentication feature. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- Sign up to have an account / Sign in to their account before having access to the dashboard
- 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
- See the current user's account email when signed in to the dashboard
- Update their profile whenever they want
- Recover their forgotten passwords
- Log out effectively from the dashboard
- Solution URL: https://www.frontendmentor.io/challenges/time-tracking-dashboard-UIQ7167Jw/hub/timetracking-dashboard-using-css-grid-and-flexbox-TUspjrX3fd
- Live Site URL: https://dashboard-by-map.netlify.app
- Create react app
- Firebase authentication
- Tailwind CSS
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
- CSS flexbox
- CSS grid
- SVG styling
- Firebase tools
- Mobile-first workflow
- Tailwind CSS
- Stack overflow - This community helped me with many concepts I was not clear with. I really liked this community and will use it going forward.
- Free codecamp - This is an amazing article which helped me finally understand responsive design. I'd recommend it to anyone still learning this concept.
A big thank you to all the developers that helped me out with answers to my questions on this project.