Skip to content

xakash00/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOBILE FIRST TASK

What is the use of this Repo

This Project is a Simple ReactJS Project which demonstrates the following

  1. Login using dummy credentials - [ROUTE NAME - /login (this will be our default route)]
  2. create a task - [ROUTE NAME - /viewTask]
    • taskname
    • description
  3. Edit Task - [ROUTE NAME - /editTask]
  4. Joke Spot -[Api fetch using redux and redux saga middleware]
  5. Task's data i.e. task name and task description will be stored in browser local Storage.

BELOW ARE THE DUMMY CREDENTAILS TO LOGIN INTO THE APPLICATION

Email==="abc@gmail.com" Password==="123456"

ROUTING

Public Routes --- /login is the only public route. Private Route --- /viewTask, /editTask and /jokeSpot are the private routes.

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

##Install create-react-app Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors