Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vasily257/movies-explorer-frontend
- Owner: Vasily257
- Created: 2022-09-04T05:16:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T05:14:10.000Z (9 months ago)
- Last Synced: 2024-03-21T06:27:36.360Z (9 months ago)
- Topics: javascript, react, reactjs, webpack
- Language: JavaScript
- Homepage: https://v1364358.hosted-by-vdsina.ru/movies-explorer/
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 v6To 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.