GithubHelp home page GithubHelp logo

critics-lounge's Introduction

GitHub commit activity Static Badge

๐ŸŽฅ Critic's Lounge

uses-themoviedb

An app for the enjoyers of movies and tv shows. Here you catch up with the latest releases and leave your review!

App created to serve as a study of React, Vite and Tailwind in addition to good practices.

๐Ÿ“‹ Setup

  • React + Vite: In the latest version
  • TailwindCSS: Utility-first CSS framework.
  • Jest: For unit testing.
  • Husky: Git hooks to ensure code quality before commits.
  • ESLint & Prettier: For consistent code formatting and linting.

๐Ÿš€ Getting Started

Prerequisites

  • Node.js >= 14
  • npm or Yarn

Installation

Clone the repository and install dependencies:

https://github.com/colomeramonica/critics-lounge.git
cd critics-lounge
npm install

Development

To start the development server:

npm start

This will launch the application in development mode with hot reloading.

Production Build

To create a production build:

npm run build

The output will be in the dist directory, ready to be deployed.

Linting & Formatting

To check for linting errors:

npm run lint

To automatically fix linting errors and format the code:

npm run lint:fix
npm run prettier:fix

Testing

To run tests:

npm test

Git Hooks with Husky

Husky is configured to run Prettier and ESLint before every commit. This ensures that only well-formatted and lint-free code is committed.

License

This project is licensed under the MIT License.

Static Badge

critics-lounge's People

Contributors

colomeramonica avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.