TvMaze App is a single page app that fetches a list of shows from the TvMaze API. Users can search for a TV show and see its details.
- Fetch and render TV shows.
- Search TV shows.
- Filter and render TV shows details.
- Responsive design.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A PC running any operating system like Windows, Linux, or MacOS
- An Internet connection
- Knowledge of some basic Git commands
- A browser like Brave, Google Chrome, Mozilla Firefox or Microsoft Edge
- Git installed
- Clone this repository to your desired folder:
git clone https://github.com/miltonHenschel/tvmaze-show.git
cd tvmaze-show
- Open the file in your code editor
code .
- Node modules:
npm i
To run the project, execute the following command:
npm run dev
To run tests, run the following command:
npm test
You can build this project using:
npm run build
👤 Henschel Nketchogue M.
- GitHub: miltonHenschel
- LinkedIn: miltonhenschel
- Twitter: nketchogue
- Improve design, include transitions and/or animations, etc.
- Implement additional pages in the website: about me, references, etc.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then don't forget to give a star ⭐ on this repository.
I would like to thank:
- Nelson Sakwa on Behance for the design guidelines of this app.
This project is MIT licensed.