https://github.com/ryanhx/wizard101tracker
Create timers to track your Wizard101 plants. Supports multiple profiles (accounts). Request of /u/AmoraSenpai
https://github.com/ryanhx/wizard101tracker
Last synced: 2 months ago
JSON representation
Create timers to track your Wizard101 plants. Supports multiple profiles (accounts). Request of /u/AmoraSenpai
- Host: GitHub
- URL: https://github.com/ryanhx/wizard101tracker
- Owner: RyanHx
- Created: 2022-04-21T23:55:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T18:39:22.000Z (3 months ago)
- Last Synced: 2025-01-23T19:33:37.997Z (3 months ago)
- Language: JavaScript
- Homepage: https://ryanhx.github.io/wizard101tracker/
- Size: 873 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wizard101 Plant Tracker
Create timers to track your Wizard101 plants. Supports multiple profiles (accounts).
## Getting Started
Regular users can use the application [here](https://ryanhx.github.io/wizard101tracker/).The instructions below will give you a copy of the project on
your local machine for development and testing purposes.### Prerequisites
Requirements for the software and other tools to build, test and push
- [Node](https://nodejs.org/en)
- [Git](https://git-scm.com/downloads)### Installing
Clone the project
git clone https://github.com/RyanHx/wizard101tracker.git
Install node packages
cd wizard101tracker
npm iStart dev server
npm run dev
## Built With
- [React](https://react.dev/)
- [Vite](https://vite.dev/) (+ React template)
- [React Bootstrap](https://react-bootstrap.github.io/)