Skip to content

chiragha/Full_Stack_NoteAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Note App

Project Overview

This is my first full-stack project called Note App. It is a simple web application where users can create, edit, and delete notes. The project demonstrates my understanding of both frontend and backend development.

Features

  • Add new notes with a title and content
  • Edit existing notes
  • Delete notes
  • Responsive and user-friendly interface

Technologies Used

Frontend:

  • React.js, TailwindCSS

Backend:

  • Node.js, Express.js
  • MongoDB for database
  • RESTful API for communication between frontend and backend

Screenshots

img

How to Run Locally

How to Run

  1. Start backend:
    cd backend
    npm install
    npm start
    
  2. Start frontend:
cd frontend
npm install
npm start
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published