This is a simple todo list app built with Meteor and React.
- Create, update and delete todos
- Pagination
- Search
- Authentication
- Clone the repository
git clone https://github.com/brunoeduardodev/mini-galaxy.git
- Install dependencies
meteor npm install
- Start the app
meteor
- Open your browser and navigate to localhost:3000