Skip to content

This is app, where we register and login and stored any information with time and date

Notifications You must be signed in to change notification settings

codespace555/NoteBook_by_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebook by React

Notebook Preview

Description

Notebook by React is a simple web application built with React.js for the front end and Node.js with Express.js for the back end. It allows users to create, edit, and organize their notes effectively. With its intuitive user interface and seamless functionality, users can stay organized and productive wherever they go.

Features

  • Create Notes: Easily create new notes with a title and content.
  • Edit Notes: Update or modify existing notes as needed.
  • Delete Notes: Remove unwanted notes to declutter your workspace.
  • Organize Notes: Arrange notes by category or priority for better organization.
  • User Authentication: Secure user authentication and login functionality.

Installation

  1. Clone the repository:
  2. Navigate to the project directory:

Frontend

  1. Navigate to the client directory:
  2. Install dependencies:
  3. Start the development server:
  4. Open your web browser and navigate to http://localhost:5173 to view the front-end application.

Backend

  1. Navigate to the server directory:
  2. Set up environment variables:
  • Create a .env file in the server directory.
  • Add the following variables:
    PORT=5000
    MONGODB_URI=your_mongodb_connection_string
    JWT_SECRET=your_jwt_secret
    
  1. Start the server:
npm start
  1. The backend server will be running on http://localhost:5000.

Technologies Used

Frontend

  • React.js
  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • [Add any additional libraries or frameworks used]

Backend

  • Node.js
  • Express.js
  • MongoDB (or any other database)
  • mongoose
  • JSON Web Tokens (JWT) for authentication
  • bycrpt

Screenshots

[Include screenshots or GIFs showcasing different features of your application]

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

.

About

This is app, where we register and login and stored any information with time and date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published