Simple Tasks with Meteor 3.0 + Chakra UI + RHF + MongoDB
Charm is a simple task management application built with the CHARM (Chakra-UI, React, Meteor) stack. It is designed to make development quick and efficient, utilizing technologies such as Meteor, React, Chakra UI, React Hook Form, and MongoDB. The application allows users to sign in/sign up, list tasks, add/remove tasks, mark tasks as done, and filter tasks by status.
To run the Charm application, follow these steps:
npm install
npm start
npm test
npm run clean-db
npm run deploy
npm install @chakra-ui/react
npm install eslint prettier husky --save-dev
npm install meteor-apm-agent-galaxy --save
npm install react-router-dom@next --save
npm install react-hook-form zod --save
npm install react-helmet react-router react-router-galaxy-seo --save
mkdir ui api common
npm install percolate:migrations --save
npm install meteortesting:mocha --save-dev
Charm is a task management application built with the CHARM stack, which includes technologies such as Meteor, React, Chakra UI, and MongoDB. It offers features like user authentication, task listing, task addition/removal, task completion tracking, and task filtering. The application can be installed and set up by following the provided installation instructions. Overall, Charm aims to provide a quick and efficient development experience for task management applications.