Skip to content

duducamargo/note-express

Repository files navigation

🚧⚠This project is in development.⚠🚧

Note Express

✈️✉️Note Express is a simple note-taking application built with React, TailwindCss and Express.js. It allows users to easily create, read, and delete notes.

🚀The application is currently deployed at Note Express.

"This service is still in progress, aiming to optimize the application for mobile devices."

Features

  • Create Notes: Users can create new notes by providing a title and content.
  • Create a Note by writing a text or speaking: User can write or speak their notes.
  • View Notes: All notes are displayed in a list format for easy viewing.
  • Delete Notes: Notes can be deleted individually.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/note-express.git
  2. Navigate to the project directory:

    cd note-express
  3. Install dependencies:

    npm install
  4. Init Client Dist:

    npm run build:client
  5. Init Server Dist:

    npm run build:server
  6. Start the server:

    npm start
  7. Visit http://localhost:3001 in your browser to use the application.

Technologies Used

  • Express.js: Backend web framework for Node.js.
  • HTML/CSS: Frontend styling and layout.
  • TailwindCSS: Frontend UI components and styling.
  • React: Embedded JavaScript templates for server-side rendering.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.

About

Just a Note list project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published