An open API service indexing awesome lists of open source software.

https://github.com/iank-code/task-manager


https://github.com/iank-code/task-manager

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Task Manager
This project was created by Ian Kamau.

## How to use
To use or view this webapp.
First, you need to fork this repo from

https://github.com/Iank-code/Task-Manager
Run

npm install
in the terminal to install the required dependencies.

You will also need to clone another repository responsible for all the backend activities.

git clone git@github.com:Iank-code/phase-3-sinatra-react-project.git

cd phase-3-sinatra-react-project

bundle install

bundle exec rake server

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

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

## Authentication
You will be prompted to create an account which you'll be using whenever you want to use the app.

## Contributor
The project is contributed by Ian Kamau [ https://github.com/Iank-code ]

## License
This project is licensed under the MIT license.

MIT License

Copyright (c) 2023 Ian Kamau

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.# Phase-3-Sinatra-React-Frontend