A modern web application built with React, TypeScript, and Material-UI that helps users make better decisions by tracking their decision-making process and outcomes.
- Create and manage decision entries with pros and cons
- Weight the importance of each pro and con (1-10 scale)
- Track potential outcomes and actual results
- Dark/Light mode support
- Responsive design
- Local storage persistence
- Smooth animations using Framer Motion
- React 18
- TypeScript
- Material-UI (MUI)
- Framer Motion
- Vite
- ESLint
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
src/
├── App.tsx # Main application component
├── main.tsx # Application entry point
├── App.css # Global styles
└── index.css # Base styles
npm run dev- Start development servernpm run build- Build for productionnpm run lint- Run ESLintnpm run preview- Preview production build