A simple web application developed in Node.js and Express in 2022, simulating a fortune cookie. In this project, users can generate random phrases with just one click. It offers a fun and creative programming experience.
- NodeJS
- ExpressJs
- Generates random phrases with each click
- Built using the Node.js runtime and the Express framework
- Clone the repository to your local machine.
- Navigate to the project directory in the terminal.
- Run npm install to install the necessary dependencies.
- Run npm start to start the Express server.
- Visit http://localhost:3000 in your web browser to use the random phrases generator.
Developed with ❤️ by VanessaVargas