Skip to content

let's build a small but usefull todo app with meteor js framework

License

Notifications You must be signed in to change notification settings

incendies/meteorjs-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Todo App

A simple, real-time todo application built with Meteor and React.

Features

  • Create new tasks
  • Mark tasks as completed
  • Delete tasks
  • Real-time updates across all connected clients

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Meteor
  • You have a basic understanding of JavaScript, React, and Meteor

Installing Meteor Todo App

To install the Meteor Todo App, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/meteor-todo-app.git
    
  2. Navigate to the project directory:
    cd meteor-todo-app
    
  3. Install the dependencies:
    meteor npm install
    

Using Meteor Todo App

To use Meteor Todo App, follow these steps:

  1. Start the application:
    meteor run
    
  2. Open your web browser and visit http://localhost:3000

Contributing to Meteor Todo App

To contribute to Meteor Todo App, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively, see the GitHub documentation on creating a pull request.

Contact

If you want to contact me, you can reach me.

License

This project uses the following license: MIT License.

About

let's build a small but usefull todo app with meteor js framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published