Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSyn88 authored Feb 25, 2024
1 parent c427716 commit 2d2b217
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,64 @@ Welcome to Rabid Tasker, a ✨revolutionary✨ task management tool that brings
## Features

### Stone Etchings Transformed
No longer must we chisel each task into stone tablets. Rabid Tasker, powered by the mystical Google Database (Firebase), brings ancient task management into the future.
No longer must we chisel each task into stone tablets. Rabid Tasker brings ancient task management into the future.

### Swift as the Pterodactyl's Flight
With the speed of a flying pterodactyl, tasks are swiftly captured, organized, and managed. Google Database (Firebase) ensures our digital cave walls are always up to date.

### Maximize Clan Productivity
Empower your tribe with Rabid Tasker and Google Database (Firebase). Together, they unleash the primal power of task management, ensuring your clan thrives in the harsh landscape of productivity.
Empower your tribe with Rabid Tasker backed up by the Firestore database. Together, they unleash the primal power of task management, ensuring your clan thrives in the harsh landscape of productivity.


## Usage

Once login, Rabid Tasker can be accessed through any modern web browser. You can either click into the link above or copy and paste this link into your browser: [https://rabid-tasker.web.app/Home](https://rabid-tasker.web.app/Home). Simply log in with your Google's account and start organizing tasks with ease.
Once you login, Rabid Tasker can be accessed through any modern web browser. You can either click into the link above or copy and paste this link into your browser: [https://rabid-tasker.web.app/Home](https://rabid-tasker.web.app/Home). Simply log in with your Google account and start organizing tasks with ease.

## Clone and Using Locally
To clone this repo and run the webpage locally run:
```bash
git clone https://github.com/cytoshell/RowdyHacksSpring2024
```
```bash
cd RowdyHacksSpring2024
npm install
```
## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the app in the development mode.\
Open the localhost link it gives you to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

## Devs

- Nicolas Ruiz
- Michael DeWitt
- Hoang Tran
- Shawn

## License

Rabid Tasker is licensed under the BSD 3-Clause License. See the LICENSE file for more details.

## Hosting
This project is currently being hosted using [Google's Firebase](https://firebase.google.com/).

## Learn More
* To learn React, check out the [React documentation](https://react.dev/)
* To learn Vite, read through the [Vite guide](https://vitejs.dev/guide/)

## React + Vite

Expand Down

0 comments on commit 2d2b217

Please sign in to comment.