Cricketers-app

A basic Cricketer's listing web app based on of Reactjs

Tech Stack

This React app is been setup from scratch and it does not use create-react-app. Everything from bundler to React testing Library has been integrated from scratch. Tech Stack includes

  • React.js Library
  • Parcel as a bundler
  • Tailwind CSS for styling
  • React Testing Library for test cases

App hosted on netlify

How to run

  • Clone the repo
  • Open the repo inside your editor
  • Go inside the project folder and run npm install
  • Run npm run start to start the Parcel server on localhost://1234
  • Vist http://localhost:1234/ to see the app