DevAthul-88 / BearTodos

A simple and easy to use todo app. Built using MERN Stack

Home Page:https://beartodos.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BearTodos

A simple and easy to use todo app. Built using MERN Stack

home-page

todo-page

Features

  • Login and Registration system.
  • Create , Edit , Update , Delete todos.
  • Create category's
  • Seperate todos based on category's

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

NPM
NODE
MONGODB
TEXT EDITOR

Installing

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

<!-- Clone this repository -->

git clone https://github.com/salihozdemir/stackoverflow-clone

<!--  Go into the repository -->

cd BearTodos

<!-- Install dependencies -->

cd backend --npm install
cd frontend --npm install

<!-- Go into backend -->

cd backend

<!-- Start server -->

npm run start OR npm start

<!-- Run frontend -->

cd frontend --npm start

Add the following enviroments in .ENV

  • DATABASE_URL (to use your MongoDB connection string)
  • JWT Token

Deployment

Deployed to heroku

Built With

Frontend

  • React
  • Chakra UI
  • Wouter
  • axios

Backend

  • Node Js
  • Express Js
  • MongoDB
  • Mongoose
  • Bcrypt
  • JWT

Authors

  • Athu Vinod

About

A simple and easy to use todo app. Built using MERN Stack

https://beartodos.herokuapp.com/


Languages

Language:JavaScript 98.4%Language:HTML 0.9%Language:CSS 0.8%