joaonetogit / movie-store

A frontend built with ReactJS and TypeScript, the project uses modern libraries and tools, including React Router Dom, TailwindCSS, ShadcnUI, Zustand, ViteJS, React Query, Axios, ESLint + Prettier and Vitest. This project is ideal for developers looking for a practical example of a modern and efficient frontend, integrated with a RESTful API.

Home Page:https://movie-store-xi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Store Frontend

This is the frontend for the Movie Store application, developed to consume the Movie Store API. The project is built with ReactJS and TypeScript, using various modern libraries and tools to create an efficient and responsive user interface.

Technologies Used

  • ReactJS + TypeScript: Framework and main language for development.
  • React Router Dom: Route management.
  • TailwindCSS: Fast and responsive styling.
  • ShadcnUI: Reusable UI components.
  • Zustand: State management.
  • ViteJS: Fast and efficient build tool.
  • React Query: Asynchronous state management and caching.
  • Axios: Execution of HTTP requests.
  • ESLint + Prettier: Code linting and formatting.
  • Vitest: Unit tests.

Installation

  1. Clone this repository:
git clone https://github.com/joaonetogit/movie-store.git
  1. Install the dependencies:
pnpm install

Use

To start the development server, run the following command:

pnpm dev

Available scripts

  • pnpm dev: Starts the development server.
  • pnpm build: Creates a production version of the application.
  • pnpm lint: Runs ESLint to check for linting problems.
  • pnpm prettier: Runs Prettier to format the code.
  • pnpm test: Runs tests using Vitest.

Project structure

  • src/: Main source code directory.
    • tests/: Unit tests.
    • api/: Axios settings.
    • components/: Reusable components.
    • functions/: API settings and calls.
    • pages/: Application pages.
    • store/: Zustand settings for state management.

Contribution

  1. Fork this repository.
  2. Create a new branch: git checkout -b my-feature.
  3. Make your changes and commit: git commit -m 'My new feature'.
  4. Send it to the original branch: git push origin my-feature.
  5. Create a pull request.

About

A frontend built with ReactJS and TypeScript, the project uses modern libraries and tools, including React Router Dom, TailwindCSS, ShadcnUI, Zustand, ViteJS, React Query, Axios, ESLint + Prettier and Vitest. This project is ideal for developers looking for a practical example of a modern and efficient frontend, integrated with a RESTful API.

https://movie-store-xi.vercel.app/


Languages

Language:TypeScript 93.1%Language:JavaScript 3.6%Language:CSS 2.2%Language:HTML 1.1%