Skip to content

Latest commit

Β 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

FER202 - Movie App

A React-based movie application project for the FER202 course.

πŸ“‹ About

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.

πŸš€ Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/Byming1/FER202.git
cd FER202/movie-app
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open http://localhost:3000 to view the app in your browser.

πŸ“ Project Structure

FER202/
└── movie-app/
    β”œβ”€β”€ public/          # Static files
    β”œβ”€β”€ src/             # Source files
    β”œβ”€β”€ package.json     # Project dependencies
    └── . gitignore       # Git ignore rules

πŸ› οΈ Available Scripts

In the project directory, you can run:

  • npm start - Runs the app in development mode
  • npm test - Launches the test runner
  • npm run build - Builds the app for production
  • npm run eject - Ejects from Create React App (one-way operation)

🧰 Built With

  • React - JavaScript library for building user interfaces
  • Create React App - Set up a modern web app by running one command

πŸ‘€ Author

πŸ“ License

This project is created for educational purposes as part of the FER202 course.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages