This repository contains two projects: Simon Game and To-Do List. Each project is implemented using different technologies and frameworks.
The Simon Game is a web-based game implemented using JavaScript and jQuery. The game is a digital version of the classic Simon electronic memory game. It challenges the player to remember and reproduce a sequence of colors and sounds.
The To-Do List is a web application implemented using Node.js and EJS. It allows users to create, manage, and organize their tasks in a simple and intuitive interface.
To use the To-Do List:
-
Make sure you have Node.js installed on your machine.
-
Open the command line and navigate to the ToDoList directory.
-
Run npm install to install the necessary dependencies.
-
Start the server by running node app.js or npm start.
-
Open your web browser and go to http://localhost:3000.
You can add and mark tasks as completed using the provided interface.