Found 31 repositories(showing 30)
openedx
edx-portal is a frontend that provides branded learning experiences.
AryamanTewari
MyMoviePlan Project 4 DESCRIPTION Create a dynamic and responsive web application for booking movie tickets online for different genres and languages. Background of the problem statement: NMS Cinemas is a chain of single screen theatres that screen movie shows of different genres and languages at very genuine prices. It was established in 2004 in Pune, India. Recently, the business analysts noticed a decline in sales since 2010. They found out that the online booking of movie tickets from apps, such as BookMyShow and Paytm were gaining more profit by eliminating middlemen from the equation. As a result, the team decided to hire a Full Stack developer to develop an online movie ticket booking web application with a rich and user-friendly interface. You are hired as the Full Stack Java developer and are asked to develop the web application. The management team has provided you with the requirements and their business model so that you can easily arrange different components of the application. Features of the application: Registration Login Payment gateway Searching Filtering Sorting Dynamic data Responsive and compatible with different devices Recommended technologies: Database management: MySQL and Oracle Backend logic: Java programming, NodeJS Frontend development: JSP, Angular, Bootstrap, HTML/CSS, and Javascript Automation and testing technologies: Selenium, Jasmine, and TestNG DevOps and production technologies: Git, GitHub, Jenkins, Docker, Kubernetes, and AWS Project development guidelines: The project will be delivered within four sprints with every sprint delivering a minimal viable product. It is mandatory to perform proper sprint planning with user stories to develop all the components of the project. The learner can use any technology from the above-mentioned technologies for different layers of the project. The web application should be responsive and should fetch or send data dynamically without hardcoded values. The learner must maintain the version of the application over GitHub and every new change should be sent to the repository. The learner must implement a CI/CD pipeline using Jenkins. The learner should also deploy and host the application on an AWS EC2 instance. The learner should also implement automation testing before the application enters the CI/CD pipeline. The learner should use Git branching to do basic automation testing of the application in it separately. The learner should make a rich frontend of the application, which is user- friendly and easy for the user to navigate through the application. There will be two portals in the application, namely admin and user portal. Admin Portal: It deals with all the backend data generation and product information. The admin user should be able to: Add or remove different genres to or from the application to build a rich product line Edit movie details like name, ticket price, language, description, and show timings to keep it aligned to the current prices Enable or disable the movie shows from the application User Portal: It deals with the user activities. The end-user should be able to: Sign-in to the application to maintain a record of activities Search for movie tickets based on the search keyword Apply filters and sort results based on different genres Add all the selected movie tickets to a cart and customize the purchase at the end Experience a seamless payment process Receive a booking summary page once the payment is complete
mridul0703
A fast and modular frontend for a Job Application Portal using React + Vite. This app includes separate views for different user roles (Admin, Employer, Applicant), with support for job applications, resume previews, authentication, and responsive design.
cythecy1
Summary Create management portal and Web API (referred as GLvNext API below) to serve retail offers for mobile and SPA clients. Details Offers should be created locally via admin portal by merchants and additionally, sourced from various remote APIs all available for consumption via the new GLvNext API for mobile / SPA clients. Offer (served via API) must have fields Title Description Please introduce more fields you consider required for Offer to be useable. Offer example: Title: “Get 20% discount for purchases over $100 from selected merchants this Valentine day” Description: “Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat” Considerations: Admin portal authentication/authorisation can be mocked and not required to be fully implemented at this stage or focused at; Initial focus should be on backend and Web API implementation rather than front-end and UI/UX; No user login required to use GLvNext API; Please show usage of HttpClient in the solution; The system should be able to handle high load especially on API side but also handle possible large datasets coming from external sources, consider that this might be a part of large system and integrating with multiple data providers; Choice of frontend stack is not important (we usually do standard ASP.net Core MVC, jquery or vue.js rather than SPA type of web apps) Backend stack preferably .NET Core, any version 2.1 to 3.1; Use Azure stack if familiar; Data persistence / ORM, the choice is yours, preference would be MS SQL and EF Core; Remote API to Consume Remote Offers API details: https://2d976b39.azurewebsites.net/v1/offers https://2d976b39.azurewebsites.net/swagger/index.html Required headers Gl-ApiKey: 8B5A92FC-CA0F-4920-9358-50D2EE74A716 Gl-AppKey: FB Feel free to ask questions about this API during the test. To-Do Provide the following Approximate estimate in hours/days; High level breakdown of tasks to do; Next, you are required to set up the solution and start implementation. You are not expected to complete this within given 2 hours, so this is not a speed/stress test, simply work in your normal pace, the way you would usually do on a project. Please, submit your work either by zipping the solution up and sharing (dropbox etc.) or via GitHub, GitLab, Azure devops etc. Any clarification and questions are most welcome either via skype or email. Skype: pavel.orlov000 Email: pavel@globalloyalty.com Bonus Task A bit of refactoring, please spend 15 min to review and submit PR with a few initial changes you recommend here if any. If you think it needs to be refactored further, put your ideas in the description of the PR. https://github.com/jack0fshad0ws/Interview-Quiz/blob/master/GL.FileParser/Class1.cs
Resky89
Charm School App is a school portal application built using Flutter for the frontend and a PHP Native-based RESTful API for the backend. This application allows students to view information about the school, while the admin has the ability to manage school information data such as information, agendas, and galleries.
abeeb-ahmed
Frontend, backend and admin portal for booky - A booking reservation web app
psonagara
SmartHealth is a healthcare management system with a Spring Boot backend and dual frontend apps (User portal + Admin portal). It provides features for patient management, appointments, records, and admin control.
Kunal1029
Tech Stack Used in this app is React, Redux Toolkit , html , css , bootstrap and material Ui for frontend, Nodejs express for backend. MongoDB for database. Mobile otp login , signup. Payment Gateway (Razorpay), CRM/Admin portal.
EstherOyeleye
An app that generates personalized resumes based on user input and job descriptions using AI. Mobile App: Users input their details and receive a professional resume. Web App: Admin portal for managing templates. Stack: Frontend: React.js (Web), React Native (Mobile). Backend: Flask. AI: OpenAI GPT models. Database: PostgreSQL.
EstherOyeleye
An app that analyzes a user’s skills, interests, and goals to suggest career paths and relevant resources. Mobile App: Users input their data and view predictions. Web App: Admin portal to manage career data. Stack: Frontend: React Native (Mobile), Angular (Web). Backend: Flask. AI: OpenAI API for predictive analysis. Database: MySQL.
mynameiscsk
Create a dynamic and responsive web application for booking movie tickets online for different genres and languages. Background of the problem statement: NMS Cinemas is a chain of single screen theatres that screen movie shows of different genres and languages at very genuine prices. It was established in 2004 in Pune, India. Recently, the business analysts noticed a decline in sales since 2010. They found out that the online booking of movie tickets from apps, such as BookMyShow and Paytm were gaining more profit by eliminating middlemen from the equation. As a result, the team decided to hire a Full Stack developer to develop an online movie ticket booking web application with a rich and user-friendly interface. You are hired as the Full Stack Java developer and are asked to develop the web application. The management team has provided you with the requirements and their business model so that you can easily arrange different components of the application. Features of the application: Registration Login Payment gateway Searching Filtering Sorting Dynamic data Responsive and compatible with different devices Recommended technologies: Database management: MySQL and Oracle Backend logic: Java programming, NodeJS Frontend development: JSP, Angular, Bootstrap, HTML/CSS, and Javascript Automation and testing technologies: Selenium, Jasmine, and TestNG DevOps and production technologies: Git, GitHub, Jenkins, Docker, Kubernetes, and AWS Project development guidelines: The project will be delivered within four sprints with every sprint delivering a minimal viable product. It is mandatory to perform proper sprint planning with user stories to develop all the components of the project. The learner can use any technology from the above-mentioned technologies for different layers of the project. The web application should be responsive and should fetch or send data dynamically without hardcoded values. The learner must maintain the version of the application over GitHub and every new change should be sent to the repository. The learner must implement a CI/CD pipeline using Jenkins. The learner should also deploy and host the application on an AWS EC2 instance. The learner should also implement automation testing before the application enters the CI/CD pipeline. The learner should use Git branching to do basic automation testing of the application in it separately. The learner should make a rich frontend of the application, which is user- friendly and easy for the user to navigate through the application. There will be two portals in the application, namely admin and user portal. Admin Portal: It deals with all the backend data generation and product information. The admin user should be able to: Add or remove different genres to or from the application to build a rich product line Edit movie details like name, ticket price, language, description, and show timings to keep it aligned to the current prices Enable or disable the movie shows from the application User Portal: It deals with the user activities. The end-user should be able to: Sign-in to the application to maintain a record of activities Search for movie tickets based on the search keyword Apply filters and sort results based on different genres Add all the selected movie tickets to a cart and customize the purchase at the end Experience a seamless payment process Receive a booking summary page once the payment is complete
edx-portal is a frontend that provides branded learning experiences.
BAWES-Universe
Frontend app for the Admin portal
doyinspc
CBT App frontend admin management portal
AhmadZaki94
Frontend Admin portal app create with ReactJS
prageet
No description available
Pearson-Advance
Admin portal to manage institutions, licenses and data reports.
NalagamdinniRaju
Admin Portal: https://nrs-food-delivery-admin.vercel.app/ ------------------------- Client Portal: https://nrs-food-delivery-frontend.vercel.app/
bertrandsimon
Recruitment portal for Gedimat + Admin dashboard. -- Test it here : https://recruitment-app-frontend.vercel.app/
kams2510
Backend and multiple frontend applications for a smart pass system, including an Admin Dashboard, Student Portal, and Conductor App.
sidharth-venadan
An admin portal backend and frontend for food delivery apps. It could be modified for other product management portals.
priyanshupanwar066
🚀 Modern job portal frontend built with Next.js App Router, Tailwind CSS, and JWT-based authentication. Seamless UI for job seekers and admin dashboard for recruiters.
priyanshupanwar066
🚀 Modern job portal frontend built with Next.js App Router, Tailwind CSS, and JWT-based authentication. Seamless UI for job seekers and admin dashboard for recruiters.
risha328
A modern multi-tenant Job Portal SaaS frontend built with Next.js (App Router), TypeScript, and Tailwind CSS, providing role-based dashboards for candidates, employers, and admins.
Mikusune
Complete CodeIgniter 4 full-stack application providing the REST API for the mobile app, the web frontend/admin portal, and integrated Midtrans payment gateway for secure online transactions.
Madhusmita-16
College Resource Sharing Portal: Full-stack app for students and admins to upload, review, and manage study materials with secure authentication, MySQL, and Cloudinary integration. React frontend, Node.js backend.
tarun1219
Full Stack web-app for coursework project to mimic an organizational portal accessed by admin to monitor the security. Data fetched from PostgreSQL is displayed on the React frontend using rest API written in Flask.
rinapachkale
This is the frontend repository of my e-commercial app - Artisan Alley. I leverage tech stack including React.js, Node Package Manager(npm), JavaScript, CSS, Visual Studio Code. Frontend id intended to provide three key sections that are Customer Product Explorer, Admin Dashboard & Artisan Portal.
therealyhn
Client CRM Portal is a self-hosted web app for managing clients, projects, and tasks with a strong hourly billing workflow. It includes separate admin/client roles, a secure PHP + MySQL API, and a React + Tailwind frontend.
LeGMula
Pool is a mobile trading platform allowing fans to invest in artists by securitizing streaming data. This repo provides an overview of the app's architecture, including Flutter-based mobile frontend, Angular web admin portal, and Django backend services.