Git Product home page Git Product logo

goalsetter's Introduction

Goal Setter Mern Stack App

GoalSetter App built with the MERN stack & Redux-RTK.

This project is part of my MERN Stack portfolio. It is a simple GoalSetter App that uses RTK Query. You can see it in action at https://goalsetter-bn6g.onrender.com

Table of Contents

Features

  • User registration and login.
  • Create new goals with a title and timestamp.
  • View a list of all your set goals.
  • Delete goals that you no longer want to track.
  • Easy-to-use and user-friendly interface.
  • User authentication for secure goal management.
  • Clean and intuitive design.
  • Responsive layout for mobile and desktop.
  • Built with MERN stack (MongoDB, Express, React, Node.js).
  • Utilizes Redux Toolkit and RTK Query for state management.

Usage

  1. Create a MongoDB database and obtain your MongoDB URI from MongoDB Atlas.

  2. Set the following environment variables:

Environment Variables

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'abc123'

Installation

3. Install Dependencies (frontend & backend):

npm install
cd frontend
npm install

Run the Application

# Run frontend (:3000) & backend (:5000)
npm run dev

# Run backend only
npm run server
  1. BUILD & DEPLOY
# Create frontend prod build
cd frontend
npm run build

License

This project is licensed under the MIT License

The MIT License is a permissive open-source license that allows you to:

  • Use, modify, and distribute this code in your projects.
  • Include this code in both open-source and proprietary (closed-source) projects.
  • Use this code for personal or commercial purposes.
  • Provide attribution, but it is not required.

This means you have the freedom to use and build upon this project.

goalsetter's People

Contributors

bllsglm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.