This project is a web application built using Express and EJS. It provides several exercises that work with Markdown, user input, converts Markdown to HTML format, and stores files with the time they were saved.
- Exercise 1: Render a homepage.
- Exercise 2: Redirect to another page and render EJS templates.
- Exercise 3: Render a result based on query parameters.
- Exercise 4: Handle user input, save data to a CSV file, and paginate results.
- Markdown Conversion: Converts Markdown text to HTML using libraries like
showdownandmarkdown-it. - File Storage: Stores files along with the time they were saved.
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/KK-8848/test1.git cd test1 -
Install dependencies:
npm install
-
Start the server:
node app.js
-
Open your browser and navigate to
http://localhost:3007.
- express
- ejs
- markdown-it
- showdown
- express-useragent
- readline-sync
This project is licensed under the MIT License.