A simple Tasks Manager built with React (Vite + TypeScript + Tailwind), Express (TypeScript + Prisma), and PostgreSQL.
- Frontend:
- Framework: React 19
- Language: TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- Linting: ESLint + Prettier
- Backend:
- Framework: Express
- Language: TypeScript
- ORM: Prisma
- Database: PostgreSQL
- Linting: ESLint + Prettier
# Install dependencies
cd client && npm install
cd ../server && npm install
# Start development
cd client && npm run dev
cd ../server && npm run devThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Made with ❤️ by Jean-Philippe Maquestiaux