Skip to content

sjgf/tasksify

Repository files navigation

Tasksify

An open source todo manager built with react.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Install the following:

  1. modern text editor or IDE
  2. node js
  3. npm
  4. git

Installing

Step: Download or Git clone this repository into your preferred directory.

https: git clone https://github.com/sjgf/tasksify.git

or

ssh: git clone git@github.com:sjgf/tasksify.git

Step: Install project dependencies.

npm install

Step: Run webpack server

npm run dev-server

Step: Access localhost:8080 in your browser

http://localhost:8080/

Deployment

  1. Install dependencies
    npm install
    
  2. Compile/Transpile the project
    npm run build-prod
    
  3. Copy the content of the /dist directory into your Web server public directory.

Built With

  • React - The component based web library used
  • Node JS - Open source Javascript runtime environment
  • npm - Dependency Management
  • VS Code - used for development (optional)

Authors

  • Samuel González - Initial work - sjgf

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Open source todo manager built with react

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors