Welcome to the Seatudy Front-end repository! This project is the frontend part of the Seatudy application, designed to provide users with a seamless experience in managing and reviewing their courses.
Seatudy is an educational platform that allows users to manage their courses, track their progress, and provide feedback through reviews. This frontend project is built using modern web technologies to offer a responsive and intuitive user interface.
- Benardo - Institut Teknologi Bandung
- I Putu Natha Kusuma - Universitas Brawijaya
- Elgin Brian Wahyu Brahmandhika - Universitas Brawijaya
- Dindin Imanudin - Institut Teknologi Nasional Bandung
- Course Management: View and manage your courses with details such as title, description, and price.
- Review System: Submit and edit reviews for courses, and view existing reviews.
- User Profiles: Manage user profiles, including profile picture and personal information.
- Responsive Design: A mobile-friendly design that adapts to different screen sizes.
- Navigation: Floating navigation menus for easy access to different sections of the application.
To get started with the Seatudy Frontend, follow these steps:
- Clone the Repository:
git clone https://github.com/highfive-compfest/seatudy-frontend.git
- Navigate to the Project Directory:
cd seatudy-frontend - Install Dependencies:
npm install <dependency-name>
- Start the Development Server:
npm run dev
- Development Mode: Run
npm run devto start the development server with hot-reloading. - Build Production: Run
npm run buildto create an optimized production build. - Run Production: Use
npm startto serve the production build.
We welcome contributions to improve the Seatudy Frontend project. To contribute:
- Fork the Repository
- Create a New Branch
- Make Your Changes
- Submit a Pull Request
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.
For more information, please refer to the project's GitHub page.


