Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 588 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 588 Bytes

habit-tracker

Habit tracker application build with React 🚀🚀🚀🚀

Habits Tracker helps in managing, tracking your habits.

Technologies used

  • React
  • Parcel
  • Firebase (authentication, data storage)

React concepts used

  • Components
  • Properties
  • Hook (useState, useEffect)
  • React Portal (showing model dialog)
  • Context API
  • Routing
  • Form Handling
  • Authentication

Building this application from scratch - not using npx create-react-app 🚀🚀🚀🚀

Future roadmap

  • Use of redux instead of Context API
  • Integrate React frontend with .NET CORE API