동근팀의 머-쓱 레터 레포지토리입니다
머-쓱레터데브코스 is an SNS service designed within the MUCRETTETU DevCourse platform that allows users to send anonymous or named letters to other students. The service aims to provide a platform for expressing thoughts and emotions that may not have been conveyed during peer reviews or within the DevCourse community. Users can select various Mucrettetu themes and decorate their letters with stickers to personalize and send messages of support and feedback.
머-쓱레터데브코스 is an SNS service developed as part of the MUCRETTETU DevCourse platform. It allows users to send anonymous or named letters to other students, providing a platform for expressing thoughts and emotions within the DevCourse community. With features like Mucrettetu themes, sticker decorations, and the ability to send messages of support and feedback, the service aims to facilitate communication and connection among students.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.