Skip to content

RishiChaubey31/ChoreTrekker

Repository files navigation

Chore Trekker

Chore Trekker is a web application that allows users to register, log in, and manage their ideas and descriptions. Users can save their ideas, view them at any time, and mark them as done.

Features

  • User Authentication: Users can register an account and securely log in.
  • Input Validation: Validate inputs
  • Idea Management: Users can create their ideas.
  • Description: Each idea can include a description to provide more details.
  • Complete: Users can mark ideas as complete.
  • Responsive Design: The application is designed to work seamlessly across different devices.
  • Time visibilty: The user can see at what time and date the chores were created.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express.js, MongoDB (Mongoose)
  • Authentication: JSON Web Tokens (JWT)
  • Other Tools: Git for version control, npm for package management