Skip to content

Sammy-CK/task-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phase-4-task-taker

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                

Description

Task manager assists users keep track of their tasks and organize them in a proper manner.

The goal of this application is:

  1. Users register / login to the platform
  2. A user creates a task that is well described with due dates.
  3. A user can then update their task.
  4. A user can then delete their task.
  5. In order to use the application, the user must be logged in.

Built With

Screenshot

screenshot

Getting Started

Livelink

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

Set Up Instructions

Installation

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
    

Licence

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.

Author

About

A task manager frontend built using React

Resources

Stars

Watchers

Forks

Releases

No releases published