Skip to content

dafer154/frontend-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

Table of contents

General info

To Do List is a Responsive WebApp to search, create, edit, delete, unassign tasks. Also search, create, edit, delete users. This project was developed using the MERN stack. The server was deployed in heroku and the client with github pages

Features

  • Create/Edit Task

  • Delete Task

  • Tasks List

  • Filter a Task of the list

  • Remove a User from a Task

  • Change status in a Task(Open,In-Progress,Completed,Archived)

  • Create/Edit User

  • Delete User

  • Users List

  • Filter a User of the list

Technologies

Project is created with:

  • Node.js version: 10.16.1

  • NPM version: 6.9.0

  • React version: 16.8.6

  • Mongo DB: 4.0.12

Setup

NPM Install

To run this project, install it locally using npm:

$ git clone https://github.com/dafer154/frontend-todolist.git

$ cd frontend-todolist

$ npm install

$ npm run start

Web Client

  • React for Client Web.
  • React-bootstrap
  • Axios
  • Timeago.js
  • React-router-dom

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.