Skip to content

arpitgupta1906/stack_hack

Repository files navigation

Todoist

A web app to manage all your tasks and also includes features to collaborate in teams.I made this app as a part of Stack-Hack hackathon conducted by hackerearth at https://www.hackerearth.com/challenges/hackathon/stackhack-v1/. This project is based on MERN stack.

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

This project requires nodejs and npm to run

sudo apt install nodejs
sudo apt install npm

Installing

A step by step series of examples that tell you how to get a development env running

clone the repository and run the following commands

git clone https://github.com/arpitgupta1906/stack_hack.git
cd stack_hack
npm install

Installing react app

cd frontend
npm install

Deployment

Run development server

npm run start

Its up and running on port 8080.

Run frontend react app

run on different terminal

cd frontend
npm run start

Its up and running on port 3000.

Releases

No releases published

Packages

No packages published