Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T23:42:44.000Z (24 days ago)
- Last Synced: 2024-10-22T18:57:57.515Z (23 days ago)
- Language: JavaScript
- Homepage: https://ryanhx.github.io/wizard101tracker/
- Size: 4.35 MB
- 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/)