Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoga-exe/tweet-counter-static
Count tweets from tweet activity metrics
https://github.com/ryoga-exe/tweet-counter-static
ga13501 introduction-to-content tweet-analysis website
Last synced: 14 days ago
JSON representation
Count tweets from tweet activity metrics
- Host: GitHub
- URL: https://github.com/ryoga-exe/tweet-counter-static
- Owner: Ryoga-exe
- License: apache-2.0
- Created: 2023-11-13T13:34:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-22T20:43:50.000Z (12 months ago)
- Last Synced: 2023-11-22T21:33:09.071Z (12 months ago)
- Topics: ga13501, introduction-to-content, tweet-analysis, website
- Language: TypeScript
- Homepage: https://repos.ryoga.dev/tweet-counter-static
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweet-counter-static
This repository is related to the assignment given in the "[コンテンツ入門 (GA13501)](https://kdb.tsukuba.ac.jp/syllabi/2023/GA13501/jpn/)" course at the University of Tsukuba.
My approach to counting the number of tweets, including those with the hashtag ["`#コンテンツ入門2023`"](https://twitter.com/hashtag/%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84%E5%85%A5%E9%96%802023) that one has posted.
## Stack
- [Bun](https://bun.sh/) - An all-in-one JavaScript runtime and ultra-fast package manager
- [Vite](https://vitejs.dev/) - Build tool and development server for modern web development
- [React](https://react.dev/) - The library for web and native user interfaces
- [React Bootstrap](https://react-bootstrap.netlify.app/) - React + Bootstrap UI components## Requirements
This project requires the following to run:
- [Bun](https://bun.sh/) 1.0.7+
## 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 |