This is a Movie plus that sends and receives data from an API and populates data on the browser. The app has implemented ES6 modules, callbacks, promises, and gitflow.
🛠 Built With NEXT.JS, TYPESCRIPT, & TAILWIND
- It has implemented API function to fetch take data.
Client
- Clean and interactive
- Auto refresh new movie on every reload
To get a local copy up and running, follow these steps.
- Create a local directory where you can clone the project.
- Clone the project into your repository
- Install the dependencies
- Open the project on a browser
In order to run this project you need:
- Git and GitHub
- A code editor
- Nodejs
- A browser
Clone this repository to your desired folder:
mkdir my-foldername
cd movie-plus
git clone (https://github.com/felixDev22/movie-plus)
Run npx create-next-app@latest to install all dependencies required to run the project.
Follow the prompts and select accordily
What is your project named? my-app
Would you like to use TypeScript? No / Yes
Would you like to use ESLint? No / Yes
Would you like to use Tailwind CSS? No / Yes
Would you like to use `src/` directory? No / Yes
Would you like to use App Router? (recommended) No / Yes
Would you like to customize the default import alias? No / Yes
To run the project, execute the following command:
npm run dev
This starts the development server on port: [3000](http://localhost:3000 )
👤 Felix Nyamai
- GitHub: felixDev22
- Twitter: @monzo200
- LinkedIn: LinkedIn
- Add play function for the movies
- Make it mobile friendly
Microverse learning experience
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give a star...
This project is MIT licensed.