Movie Notes is a front-end application that provides a user-friendly interface for managing your movie notes. With this app, you can easily create, organize, and rate your favorite movies, making it a seamless experience to keep track of your film preferences.
- User-friendly interface for creating and managing movie notes
- Add movie titles, descriptions, ratings, and tags to your notes
- Easily retrieve and view movie notes along with their associated tags
- Intuitive deletion of movie notes
- Clear listing of movie notes and tags
- Profile editing
This project was developed with the following technologies:
- JavaScript (ES6+)
- React.js
- Styled Components
- Axios
Before getting started, make sure you have the necessary dependencies installed and the back-end API (Films API) is up and running.
- Clone this repository: git clone https://github.com/jocabadasss/movie-notes-app.git
- Navigate to the project directory: cd movie-notes-app
- Install dependencies: npm install
- Start the development server: npm run dev Make sure to configure the API base URL in the appropriate files to connect with your back-end API.
Feel free to explore, contribute, and enhance the Movie Notes as you see fit!