🚧⚠This project is in development.⚠🚧
🚀The application is currently deployed at Note Express.
"This service is still in progress, aiming to optimize the application for mobile devices."
- 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.
-
Clone the repository:
git clone https://github.com/your-username/note-express.git
-
Navigate to the project directory:
cd note-express -
Install dependencies:
npm install
-
Init Client Dist:
npm run build:client
-
Init Server Dist:
npm run build:server
-
Start the server:
npm start
-
Visit
http://localhost:3001in your browser to use the application.
- 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.
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.