Giter VIP home page Giter VIP logo

full-stack-developer-challenge-pesto's Introduction

full-stack-developer-challenge-pesto

Introduction

This is a full-stack task management application built with Next.js for the front-end and Node.js with Express for the back-end. The application allows users to create, update, and delete tasks with a title, description, and status. Users can also filter tasks by status.

Table of Contents

Features

Front-End

  • User-friendly interface for managing tasks.
  • Form to create new tasks.
  • List of tasks with options to update status or delete.
  • Filter tasks by status (All, To Do, In Progress, Done).
  • Responsive design for desktop and mobile devices.

Back-End

  • RESTful API for task CRUD operations.
  • MongoDB for data storage.
  • Server-side validation and error handling.

Technologies Used

  • Front-End: Next.js, React, SCSS
  • Back-End: Node.js, Express, MongoDB

Setup Instructions

Prerequisites Node.js (>= 14.x) MongoDB (running locally or using a cloud service like MongoDB Atlas)

Back-End Setup

  • Navigate to the backend directory:
cd backend
  • Install dependencies:
yarn
  • Create a .env file in the backend directory and add your MongoDB URI:

plaintext MONGODB_URI= your MONGO_DB URI

  • Start the server:
yarn dev

Front-End Setup

  • Navigate to the frontend directory:
cd frontend
  • Install dependencies:
yarn
  • Start the development server:
yarn dev

Running the Application

API Endpoints

Task Endpoints

  • GET /api/tasks : Get all tasks
  • GET /api/tasks/ : Get a task by ID
  • POST /api/tasks : Create a new task
  • PUT /api/tasks/ : Update a task
  • DELETE /api/tasks/ : Delete a task

Screenshots

Screenshot 1

Notes:

  • Update the MongoDB URI in the .env file with your actual MongoDB connection string.

full-stack-developer-challenge-pesto's People

Contributors

iam-shreyasthana avatar

Stargazers

Saurabh Kumar Singh avatar  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.