https://github.com/tanisha03/todo-ist
Working with React-hooks
https://github.com/tanisha03/todo-ist
Last synced: about 2 months ago
JSON representation
Working with React-hooks
- Host: GitHub
- URL: https://github.com/tanisha03/todo-ist
- Owner: tanisha03
- Created: 2019-09-14T17:32:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T18:59:05.000Z (about 2 years ago)
- Last Synced: 2025-02-13T04:31:12.442Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO-ist
TODO-ist is a platform where teams can organize, plan, and collaborate on tasks and projects. It is built using React Hooks.
## Installation
Use basic [git](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) commands to install and run TODO-ist
```bash
git clone https://github.com/tanisha03/social-APE.git
```
Navigate to the required directory using ```cd```, install [node](https://nodejs.org/en/), node packages, and run the server.
```bash
npm install
npm start
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)