Ryoga-exe / tweet-counter-static

Count tweets from tweet activity metrics

Home Page:https://repos.ryoga.dev/tweet-counter-static

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweet-counter-static

This repository is related to the assignment given in the "コンテンツ入門 (GA13501)" course at the University of Tsukuba.

My approach to counting the number of tweets, including those with the hashtag "#コンテンツ入門2023" that one has posted.

Stack

  • Bun - An all-in-one JavaScript runtime and ultra-fast package manager
  • Vite - Build tool and development server for modern web development
  • React - The library for web and native user interfaces
  • React Bootstrap - React + Bootstrap UI components

Requirements

This project requires the following to run:

Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:5173
bun run build Build a production site to ./dist/
bun run preview Preview a build locally, before deploying
bun run format Format the code using Prettier

About

Count tweets from tweet activity metrics

https://repos.ryoga.dev/tweet-counter-static

License:Apache License 2.0


Languages

Language:TypeScript 82.2%Language:HTML 16.9%Language:Shell 0.8%