Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasily257/movies-explorer-frontend

A small react application with a landing page and a search for movies in the database.
https://github.com/vasily257/movies-explorer-frontend

javascript react reactjs webpack

Last synced: 23 days ago
JSON representation

A small react application with a landing page and a search for movies in the database.

Awesome Lists containing this project

README

        

# Movies Explorer Frontend
This project is a frontend part of the Movies Explorer project (my diploma project).

## Functionality
The project has an API for:
- to get/create/register/login a user and to update his data
- to get/find/create/delete the cards

## Technology stack
`JS`, `React.js`, `Git`

## Links
A backend part: https://github.com/Vasily257/movies-explorer-api

## Animation
The project uses simple animation like a smooth change of opacity or background color. Also the project has an animated preloader which displaying when user makes a request.

## Usage
The project uses the following main library:
- React.js v18
- React Router v6

To clone a project, you need to open desired directory and use the command:
**HTTPS**: `git clone https://github.com/Vasily257/movies-explorer-frontend.git`
**SSH**: `git clone [email protected]:Vasily257/movies-explorer-frontend.git`

To start a project, you need to open the project folder in the terminal and use the command `npm run start`.

## Status
The project is closed, there are no plans for completion.