vmsiqueira / rocketmovies

Movie rating application made with React as part of the Explorer program by Rocketseat Education.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About   |    Technologies   |    Execute locally   |    License   |    Developer

RocketMovies

🎬 RocketMovies

RocketMovies is a movie rating application where you can share your opinion about the movies you have been watching and rate the movies by giving them stars. This application was developed as part of the Explorer program by Rocketseat.

Functionalities

  • Authentication using JWT token
  • Rating system base on stars (0 to 5 stars)
  • Search for an specific movie in your movielist
  • Add tags to your movie note

πŸš€ Technologies

  • React JS
  • Styled-components
  • ViteJS
  • NodeJS

πŸ’» Run locally

  • clone this repo
  git clone git@github.com:vmsiqueira/rocketmovies.git
  • access your project directory via terminal
  • install all dependencies using npm or the package manager of your choice
  npm install
  • after install all dependencies, in order to execute the application run:
  npm run dev
  • open the application on your browser by clicking on the link that will show at the terminal window.

βš–οΈ License

This project is under MIT License. Check the LICENSE file for more details.

🌐 Developer


linkedin


Made with πŸ’œ as part of my developer formation.

About

Movie rating application made with React as part of the Explorer program by Rocketseat Education.

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.8%