Welcome to Task Manager Frontend an application that allows users to keep track of their tasks easily.
THis is the frontend built with React to navigate to the Ruby on Rails backend repository follow:
https://github.com/Sammy-CK/task-backend
Task manager assists users keep track of their tasks and organize them in a proper manner.
The goal of this application is:
- Users register / login to the platform
- A user creates a task that is well described with due dates.
- A user can then update their task.
- A user can then delete their task.
- In order to use the application, the user must be logged in.
Use netlify to check out website and perform operations from there.The link in the About section
- Backend of this project was built using Ruby on Rails
To use this repo on your machine requires some simple steps
-
Open a terminal / command line interface on your computer
-
Clone the repo by using the following:
git@github.com:Sammy-CK/task-taker.git -
Be patient as it creates a copy on your local machine for you.
-
Change directory to the repo folder:
cd task-taker -
Install javascript dependencies
npm install -
Run the React app:
npm start
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
