I created the Cinimax app to practice ReactJS and also working with external APIs. The cinemash app is an online curation of blockbuster movies and TV shows. It allows users to search for any of their favorite movies or TV shows.
- ReactJS
- CSS
- Git (Version Control)
- Visual Studio Code (IDE)
To get a local copy up and running follow these simple example steps.
clone repo: [email protected]:BenjaminSemah/cinimax-movies.git
then
cd cinimax-movies
- Open the project with your code editor
- Run
npm install
to install all dependencies - Run
npm start
and go tohttp://localhost:3000
to launch the server.
👤 Benjamin Semah
- GitHub: Benjamin Semah
- Twitter: Benjamin Semah
- LinkedIn: Benjamin Semah
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- The Open Movie Database (OMDB) API
This project is MIT licensed.