https://github.com/kaustubhpatange/tasker
A CRA to compete with any.do (in development) 💪
https://github.com/kaustubhpatange/tasker
firebase-auth firestore material-ui nodejs react react-context-api react-hooks reactjs typescript
Last synced: 6 months ago
JSON representation
A CRA to compete with any.do (in development) 💪
- Host: GitHub
- URL: https://github.com/kaustubhpatange/tasker
- Owner: KaustubhPatange
- License: apache-2.0
- Created: 2020-09-12T07:30:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T11:15:36.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T15:30:24.805Z (8 months ago)
- Topics: firebase-auth, firestore, material-ui, nodejs, react, react-context-api, react-hooks, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 2.74 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tasker
⚠️ Under construction ⚠️
A CRA to compete with any.do 💪.
| Branch | CI builds |
| -------- | ------------------------------------------------------------------------------------------- |
| `master` |  |
| `dev` |  |## Contributing
Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md).
The `master` branch is restricted for `push` request. It can only update on `pull request` from `dev` branch.
## Setup your development server
`master` branch has `push` restrictions. Switch to `dev` branch for recent changes.
- Clone the `dev` branch.
```
git clone -b dev https://github.com/KaustubhPatange/To-do.git
```- Install the dependencies.
```
npm install
```- Save your firebase credential config in `src/utils/secrets.ts`.
- Start the server.
```
npm start
```## First look
The current status of this branch looks like below, but it will likely change in future commits.

## License
- [The Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
```
Copyright 2020 Kaustubh PatangeLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```