GithubHelp home page GithubHelp logo

irfansalim / notesapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chiranjit34/notesapp

0.0 0.0 0.0 540 KB

A note app where a user can store you note. It has crud operations. A user can create, read, update, or delete their notes.

Home Page: https://noteapp33.netlify.app/

JavaScript 78.88% CSS 14.26% HTML 6.86%

notesapp's Introduction

MERN Note App

This is a simple Note App built using the MERN stack (MongoDB, Express.js, React, Node.js). The application allows users to create, edit, delete, and view notes. It's designed to showcase the basic functionalities of a full-stack web application.

Table of Contents

Getting Started

Prerequisites

Make sure you have the following software installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/Chiranjit34/NotesApp.git
  2. Navigate to the project folder:

    cd NoteApp
  3. Install dependencies for both the server and client:

    cd server && npm install
    cd ../client && npm install

Folder Structure

The project is organized into two main folders:

  • client: Contains the React.js frontend code.
  • server: Contains the Node.js and Express.js backend code.
NotesApp/
|-- client/
|   |-- public/
|   |-- src/
|   |   |-- components/
|   |   |   |-- notes/
|   |   |   |   |-- CreateNote.jsx
|   |   |   |   |-- EditNote.jsx
|   |   |   |   |-- Home.jsx
|   |   |   |   |-- Nav.jsx
|   |   |   |-- Login.jsx
|   |   |   |-- Notes.jsx
|   |   |-- App.css
|   |   |-- App.js
|   |   |-- api.js
|   |   |-- index.css
|   |   |-- index.js
|   |   |-- App.css
|   |-- package.json
|-- server/
|   |-- controllers/
|   |   |-- noteCtrl.js
|   |   |-- userCtrl.js
|   |-- middleware/
|   |   |-- auth.js
|   |-- models/
|   |   |-- noteModel.js
|   |   |-- userModel.js
|   |-- routes/
|   |   |-- noteRouter.js
|   |   |-- userRouter.js
|   |-- .env
|   |-- .gitignore
|   |-- index.js
|   |-- package.json
|-- README.md

Running the Application

  1. In a new terminal, navigate to the server folder and start the backend server:

    cd server
    npm start
  2. In another terminal, navigate to the client folder and start the React development server:

    cd client
    npm start
  3. Open your browser and go to http://localhost:3000 to view the application.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Styling: CSS, Styled Components

Contributing

  • Feel free to contribute to the development of this project.
  • Create a new branch and start contributing new fetures.

Acknowledgments

  • Special thanks to the MERN stack for providing a powerful and efficient way to build full-stack web applications.
  • Inspiration from various online tutorials and resources.
  • Contributors to the open-source community for creating and maintaining the tools and libraries used in this project.

notesapp's People

Contributors

chiranjit34 avatar irfansalim 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.