A React-based movie application project for the FER202 course.
This repository contains a movie application built with React. The project demonstrates fundamental concepts of Frontend React development including component architecture, state management, and modern web development practices.
- Node.js (version 14 or higher)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/Byming1/FER202.git
cd FER202/movie-app- Install dependencies:
npm install- Start the development server:
npm start- Open http://localhost:3000 to view the app in your browser.
FER202/
βββ movie-app/
βββ public/ # Static files
βββ src/ # Source files
βββ package.json # Project dependencies
βββ . gitignore # Git ignore rules
In the project directory, you can run:
npm start- Runs the app in development modenpm test- Launches the test runnernpm run build- Builds the app for productionnpm run eject- Ejects from Create React App (one-way operation)
- React - JavaScript library for building user interfaces
- Create React App - Set up a modern web app by running one command
- GitHub: @Byming1
This project is created for educational purposes as part of the FER202 course.