Skip to content

This project is a simple movie app built to exercise my abilities with React.js and Vite. It was inspired by the react tutorial from Tech With Tim.

Notifications You must be signed in to change notification settings

eduardowanderleydev/movies-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Movie Project

This project is a simple movie app built to exercise my abilities with React.js and Vite. It was inspired by the react tutorial from Tech With Tim.

Getting Started

Prerequisites

Make sure you have the following installed:

Installation & Running the Project

  1. Clone the repository:

    git clone <repository-url>
    cd movie/frontend
  2. Install dependencies:

    npm install

    or if using yarn:

    yarn install
  3. Start the development server:

    npm run dev

    or with yarn:

    yarn dev
  4. Open your browser and visit:

    http://localhost:5173
    

    (Port may vary depending on your Vite setup)

Linting & Formatting

To check and fix linting issues, run:

npm run lint

This project is purely for learning purposes and serves as a practical exercise in React.js and Vite development.

About

This project is a simple movie app built to exercise my abilities with React.js and Vite. It was inspired by the react tutorial from Tech With Tim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published