MovieApp is a pet project built with React.js, react-router-dom, SASS, and Axios. It is a web application that allows users to search and discover movies. The app utilizes the Movie Database (TMDB) API to fetch movie data, and provides users with an intuitive interface to browse, search, and view details of movies.
- React.js
- react-router-dom
- SASS
- Axios
- Clone the repository to your local machine.
- Navigate to the project directory and install dependencies using npm install or yarn install.
- Obtain an API key from TMDB and add it to your .env file as REACT_APP_API_KEY=<YOUR_API_KEY>.
- Start the development server using npm start or yarn start.
- Open a web browser and go to http://localhost:3000 to view the MovieApp.