Skip to content

Kayke-Fujinaka/Filmaria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FujiFlix

A gif introducing the project

A Filmmaking site that features some movies!!!

Check out the app: https://fujiflix.netlify.app

๐Ÿ“„ Explanation

The user accesses Home and has a list of movies that can be accessed individually after clicking on the 'Access' button. The visitor will be redirected to the 'Movie' page, with the synopsis, image and name of the chosen movie. After accessing a movie, the user can save it in his favorites list. To see your list of favorites, just access the Header, clicking on the 'Favorites' section, where the user can delete the movie and see details.

The App was developed with React, using components, routes and pages. The header was designed as a fixed component on every page. The movie list comes after a 'Subject Programmer' API is consumed by Axios and listed with the useEffect hook as soon as the page is started or reloaded. The user after accessing a movie individually is redirected to another route, these routes and links were introduced with the React Router Dom. After the user has tagged the movie, he will have a new array introduced into his LocalStorage, where all the movies he tagged are stored. I also used a library called React Toastify for better performance and 'alert' style.

๐Ÿš€ Technologies

The following technologies were used in the project:

๐Ÿค Collaborators

Thanks to the following people who contributed to this project:

Photo by Kayke Fujinaka on GitHub
Kayke Fujinaka

๐Ÿ“ License

This project is under license. See the LICENSE file for more details.

ย 

Go back to top