Since completing the Northcoders bootcamp, I have begun working on this TV Search Front End Project.
For this project I am creating a front end for the TV Maze API, which can be found at: https://www.tvmaze.com/api
Please note this project is still a work in progress, with limited functionality and styling currently.
For a more mature front end project, please take a look at my social news site, nc news.
The deployed version of this can be found here: https://nc-news-ccody34.netlify.app/
The repository for nc news can be found here: https://github.com/cCody34/fe-nc-news
I have also completed a group project with 4 other developers, which is a multi-player anagram game.
The hosted version of this game can be found at: https://nc-anagrams.netlify.app/
The link to the repository for this project is https://github.com/chris-butterworth/nc-final-project
I am completing this additional project for many reasons:
- To learn and gain experience using TypeScript
- To explore a front end testing framework, i.e. Cypress
- To use Firebase to implement user authentication
- To explore Sass for styling
- To continue developing my coding skills independently
This repo can be cloned by running the following command in the CLI:
git clone https://github.com/cCody34/tv.git
To open the repo run the following command in the CLI:
cd tv
Running the following command in the CLI will install the necessary dependencies and devDependencies:
npm i
The minimum required node version to run this project is 18.16.0/
To run this project locally then run the following command in the CLI and open the host link provided in your browser:
npm run dev