👉 Live Demo 👈
Umbrella Corporation Project Management is a stylish task tracking application developed with React and TypeScript. The application features a Resident Evil theme, complete with custom styling and themed notifications. Users can manage projects through an intuitive interface that separates tasks into "Testing Phase" and "Project Success" categories.
• 🧪 Testing Phase and Project Success task categories
• 🦠 Resident Evil themed interface and notifications
• 🔄 Real-time task status updates
• 🎯 Task completion tracking
• 🗑️ Task deletion with themed notifications
• 📱 Fully responsive Material-UI design
• 💉 Custom scrollbar styling for different task states
• React
• TypeScript
• Material-UI
• Axios
• SweetAlert2
• MockAPI
# Clone the repository
git clone https://github.com/caneryesiltas/umbrella-corporation-projects.git
# Navigate to project directory
cd umbrella-corporation-projects
# Install dependencies
yarn install
# Start the development server
yarn start
src/
├── components/ # UI components
│ ├── AddTodo/ # Task addition component
│ ├── Header/ # Application header
│ ├── TodoItem/ # Individual task item
│ └── TodoList/ # Task list container
├── helper/ # Utility functions
│ └── sweetalert.ts # Custom notifications
├── pages/ # Page components
│ └── Main.tsx # Main application page
├── styles/ # CSS styling
│ └── App.css # Global styles
└── types.d.ts # TypeScript definitions
• Add new tasks to Testing Phase
• Track task completion status
• Delete completed tasks
• Custom notifications for task actions
• Resident Evil inspired background
• Custom scrollbar styling
• Responsive Material-UI components
• Dynamic task status indicators
• RESTful API operations with MockAPI
• Asynchronous task management
• Real-time data synchronization
• Mobile-first approach
• Flexible grid system
• Adaptive component layouts
• Cross-device compatibility
This project is licensed under the MIT License - see the LICENSE file for details.
Caner Yesiltas - caneryesiltas1@gmail.com
Project Link: https://umbrella-corporation-projects-2dbd.vercel.app/