This web application is based on an external API. Selected an API that provides data about top rated movies and then built a web-app around it. Users can like & comment on movies they like.
- HTML
- JS
- CSS
- VScode
- Webpack
- API
- Jest
To get a local copy up and running follow these simple example steps.For SSH:git@github.com:NatiG25/MovieSpace.git
For https:https://natig25.github.io/MovieSpace/
Run npm install
after cloning the repo.
Run npm start
for development. Run npm run build
for production.
- Run
npx eslint .
for JS check - Run
npx eslint . --fix
to fix JS errors if found - Run
npx stylelint "**/*.{css,scss}"
for CSS check - Run
npx stylelint "**/*.{css,scss}" --fix
to fix CSS errors if found.
👤 Author1
👤 Author2
- GitHub: @Mutalenic
- Twitter: @nicomutale
- LinkedIn: @nicomutale
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.