Skip to content

atagec/react-movie-app-client

Repository files navigation

React Movie App - Client

App Screenshot

This is a simple web application that allows you to create your favorite movie list.

Functionality

  • Users can see a list of movies on the front end.
  • They can search for the movie they want.
  • They also can add a new movie to the database.

Tech Stack

Frontend

  • React as a UI library ( TypeScript )
  • react-query, graphql-request to communicate with the backend.
  • zustand for global state management.
  • Github Actions, Github Pages for deployment and hosting.

Backend

  • GraphQL, Apollo, prisma ( to connect MongoDB, and perform write-find operations ).
  • MongoDB as a database.
  • Render to host the backend.

Run Locally

Setup the backend as well for full functionality.

  • Clone the project
  git clone https://github.com/atagec/react-movie-app-client.git
  • Go to the project directory
  cd react-movie-app-client
  • Install dependencies
  npm install
  • Start the server
  npm run dev

Running Tests

To run tests, run the following command

  npx cypress run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published