Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttiimmothy/ttc-refactor-revamp
TTC Refactor for showing TTC estimate time arrival
https://github.com/ttiimmothy/ttc-refactor-revamp
i18next nextjs react react-router redux-toolkit tailwindcss typescript
Last synced: 6 days ago
JSON representation
TTC Refactor for showing TTC estimate time arrival
- Host: GitHub
- URL: https://github.com/ttiimmothy/ttc-refactor-revamp
- Owner: ttiimmothy
- License: gpl-3.0
- Created: 2023-11-05T05:00:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T02:45:19.000Z (8 months ago)
- Last Synced: 2024-04-24T03:00:42.398Z (7 months ago)
- Topics: i18next, nextjs, react, react-router, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://ttc.ttiimmothy.com
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# TTC Refactor Revamp
[![ci](https://github.com/ttiimmothy/ttc-refactor-revamp/actions/workflows/ci.yml/badge.svg)](https://github.com/ttiimmothy/ttc-refactor-revamp/actions/workflows/ci.yml)TTC Refactor Revamp is a revamp for [TTC Refactor](https://github.com/ttiimmothy/ttc-refactor) by using `Next.js` and `Tailwind CSS`. Since it uses `Fluent UI` in [TTC Refactor](https://github.com/ttiimmothy/ttc-refactor), there are many constraints in building a complex web application.
## Prerequisites
- Node.js (version 12.0 or above)
- npm (which comes with Node.js) or Yarn (version 1.22.0 or above)## Getting Started
Run the app locally
```
npm install
npm run dev
```## License
TTC Refactor Revamp is licensed under [GNU General Public License v3.0](LICENSE).