Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teagucordeiro/movies-lib
π₯ An application that is a movie library.
https://github.com/teagucordeiro/movies-lib
api react typescript
Last synced: 6 days ago
JSON representation
π₯ An application that is a movie library.
- Host: GitHub
- URL: https://github.com/teagucordeiro/movies-lib
- Owner: teagucordeiro
- License: mit
- Created: 2022-08-18T18:07:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T18:17:44.000Z (about 2 years ago)
- Last Synced: 2024-06-04T19:05:34.840Z (5 months ago)
- Topics: api, react, typescript
- Language: TypeScript
- Homepage: https://movies-lib-pearl.vercel.app/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MoviesLib
About β’
Extra features β’
Technologies β’
Status β’
Deploy β’
Running β’
Author β’
License## :bookmark_tabs: About
Project developed during a class on the channel [Hora de Codar](https://www.youtube.com/c/MatheusBattisti) and the project is basically a library of movies. It lists the best rated movies on the site, shows detailed information about each movie and also lets you search for movies. Also, during this class, I was able to review the React hooks, React Router and React Icons. In addition, I also got to know a movie API and practiced API consumption.
---
## :fire: Extra features
- [x] Application refactoring using componentization
- [x] Adding Typing with Typescript---
### :hammer: **Technologies**
The following tools were used in the construction of the project:
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [API](https://developers.themoviedb.org/3/)---
### :triangular_ruler: **Project status**
π¨βπ« The project has already been completed!!---
### :computer: Deploy
See the running project: MoviesLib---
### :dvd: **Running the project**
```bash
# Clone this repository
$ git clone https://github.com/ThiagoCordeiro52/movies-lib.git
# Access the project folder in terminal/cmd
$ cd movies-lib
# Install the project dependencies
$ npm install
# or
$ yarn install
# Run the development server
$ npm run dev
# or
$ yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Remembering that to run the program locally, it is necessary to create an API access key, on the API page: [TMDB](https://developers.themoviedb.org/3/getting-started) . If you don't want to, you can see the project in deployment in the section above.---
### :boy: **Author**
Thiago OliveiraDone with β€οΈ by Thiago Oliveira ππ½ Contact me!
[![Linkedin Badge](https://img.shields.io/badge/-Thiago_Oliveira-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)](https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)
[![Github Badge](https://img.shields.io/badge/-Thiago_Oliveira-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/ThiagoCordeiro52)](https://github.com/ThiagoCordeiro52)---
### :page_facing_up: **License**
This project is licensed by [MIT](./LICENSE).