Johan-FF / Cinema-Interface---React-Next-js

User interface development project for a cinema. Management of users, movies, meals, physical points, etc. Clean architecture and reuse of components with react and next-13 framework.

Home Page:https://johan-ff.github.io/Cinema-Interface---React-Next-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

This project develops the user interface of a cinema, which has three types of roles: director, administrator and worker. The first one manages the creation of points (multiplex), movies, administrators and statistics of the cinema in general. The second one manages the update of the points that a customer gets for the purchase of a ticket or snack and the creation of schedules for each movie. The third manages the sale of snacks, movies and the customer's rating for the services and the movie.

ezgif com-video-to-gif

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Website

You can also log on to the website: Cinema-Interface---React-Next-js. If you have problems in the operation explore the repositories of the backend used in this project: CinePacho-microservice-Multiple y CinePacho-microservice-Users.

Profiles

To explore the operation log in with:

  • Director: User: 9999999999 Password: 1234
  • Administrator: User: 222 Password: 1234
  • Employee: User: 333 Password: 1234

Configuration

If you want to customize the backend url access src/environment/index.ts and modify:

export const API_URL_USER = '...'
export const API_URL_MULTIPLEX = '...'
...

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

User interface development project for a cinema. Management of users, movies, meals, physical points, etc. Clean architecture and reuse of components with react and next-13 framework.

https://johan-ff.github.io/Cinema-Interface---React-Next-js/


Languages

Language:TypeScript 98.4%Language:CSS 0.9%Language:JavaScript 0.7%